/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./node_modules/react-toastify/dist/ReactToastify.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/layout/headers/header.jsx","import":"Oxanium","arguments":[{"subsets":["latin"],"weight":"400"}],"variableName":"oxanium"} ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: '__Oxanium_a6fd48';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/6e52ea38717d3716-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Oxanium_a6fd48';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/bd1ee8ae1d896ce2-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Oxanium_Fallback_a6fd48';src: local("Arial");ascent-override: 76.07%;descent-override: 20.22%;line-gap-override: 24.07%;size-adjust: 103.86%
}.__className_a6fd48 {font-family: '__Oxanium_a6fd48', '__Oxanium_Fallback_a6fd48';font-weight: 400;font-style: normal
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/layout/headers/test-header.jsx","import":"Oxanium","arguments":[{"subsets":["latin"],"weight":"400"}],"variableName":"oxanium"} ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: '__Oxanium_a6fd48';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/6e52ea38717d3716-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Oxanium_a6fd48';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/bd1ee8ae1d896ce2-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Oxanium_Fallback_a6fd48';src: local("Arial");ascent-override: 76.07%;descent-override: 20.22%;line-gap-override: 24.07%;size-adjust: 103.86%
}.__className_a6fd48 {font-family: '__Oxanium_a6fd48', '__Oxanium_Fallback_a6fd48';font-weight: 400;font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/components/apt-logic-content/applogic-styles.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.image_tabs {
  float: right;
  margin-top: -40px;
}

.apt_tab {
  border-radius: 34px;
  padding: 20px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.app_topic_title_name {
  color: var(--color-primary);
  margin-left: 20px;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px !important;
  display: block;
}

.topic-tab {
  height: 115px !important;
}

.app_topic_title_name_ladder {
  color: var(--color-primary);
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px !important;
  display: block;
}

.app_topic_title_name a {
  color: var(--color-primary);
  margin-left: 20px;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px !important;
  display: block;
}

.app_topic_title_name_ladder a {
  color: var(--color-primary);
  margin-left: 20px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px !important;
  display: block;
}

.div_box {
  background-color: #f5f9fa;
  border-radius: 25px;
  margin: 11px;
  padding: 10px;
  flex: 1 1;
  min-width: 220px;
}

.div_box_ladder {
  background-color: #fff;
  border-radius: 25px;
  margin: 11px;
  padding: 10px;
  flex: 1 1;
  min-width: 165px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1050px) and (max-width: 1410px) {
  .div_box_ladder {
    min-width: 120px !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 330px) {
  .div_box_ladder {
    margin-left: -4px;
  }
}
@media screen and (min-width: 331px) and (max-width: 350px) {
  .div_box_ladder {
    margin-left: -6px;
  }
}
@media screen and (min-width: 351px) and (max-width: 375px) {
  .div_box_ladder {
    margin-left: 2px;
  }
}
@media screen and (min-width: 596px) and (max-width: 655px) {
  .div_box_ladder {
    margin-left: 2px;
  }
}
@media screen and (min-width: 515px) and (max-width: 562px) {
  .div_box_ladder {
    margin-left: 4px;
    margin-right: 1px;
  }
}
@media screen and (min-width: 764px) and (max-width: 766px) {
  .div_box_ladder {
    margin-right: 12px;
  }
}
@media screen and (min-width: 767px) and (max-width: 841px) {
  .div_box_ladder {
    margin: 3px;
  }
}
@media screen and (min-width: 300px) and (max-width: 1049px) {
  .div_box_ladder {
    min-width: 226px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1400px) {
  .image_tabs {
    width: 101px !important;
    margin-top: -20px;
  }
}
@media screen and (min-width: 300px) and (max-width: 799px) {
  .image_tabs {
    width: 116px !important;
    margin-top: -23px;
  }
}
@media screen and (min-width: 250px) and (max-width: 420px) {
  .apt_tab {
    width: 100%;
  }
  .image_tabs {
    width: 97px !important;
    margin-top: -50px;
  }
}
.div_box:hover {
  color: white;
  cursor: pointer;
}

.div_box_ladder:hover {
  color: white;
  box-shadow: 0px 3px 0px var(--color-primary);
  cursor: pointer;
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}

.app_topic_title_name_1 {
  color: var(--color-primary);
  margin-left: 20px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px !important;
  display: block;
}

.app_topic_title_name_2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px !important;
  display: block;
  text-align: center;
  padding: 0px 0px 13px 0px;
}

@media screen and (min-width: 300px) and (max-width: 1400px) {
  .app_topic_title_name_2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px !important;
    display: block;
    text-align: center;
    padding: 0px 0px 13px 0px;
  }
}
.chartHeading {
  color: #fff;
  background: url(http://node.technicalhub.io:4002/_next/static/media/hending.892d3897.png) no-repeat center;
  height: 40px;
}

.chartHeading h3 {
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  /* margin-top: 45px; */
  color: #fff;
}

.image_tabs1 {
  float: right;
  height: 60px;
}

.apt_tab_1 {
  border-radius: 34px;
  padding: 20px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.apt_tab_4 {
  border-radius: 34px;
  padding: 20px;
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -12px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
}

.apt_stat_tab_4 {
  border-radius: 34px;
  padding: 10px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -10px;
  margin-bottom: 10px;
}

.div_box_1 {
  background-color: #f5f9fa;
  border-radius: 25px;
  margin: 11px;
  padding: 10px;
  flex: 1 1;
  min-width: 220px;
}

.div_box_1:hover {
  color: white;
  cursor: pointer;
}

.t1 {
  text-align: center;
  height: 600px;
  position: relative;
}

.b1 {
  border-radius: 15px;
}

.card-title {
  margin-bottom: 15px;
}

.card-content {
  display: flex;
  align-items: center;
}

.card-text1 {
  display: flex;
  align-items: center;
  width: 100%;
}

.card-text1 b {
  margin-right: auto;
}

.btn {
  margin-left: 10px;
}

.bold {
  font-weight: 500;
  margin-left: 25px;
  color: #000;
}

.b1 {
  background-color: white;
}

.b1:hover {
  background-color: #ffc720;
  color: #000;
  font-weight: 500;
}

#center,
#end,
#menuButton,
:host([loading_]) cr-progress {
  opacity: 1;
  visibility: visible;
  display: none !important;
}

@media screen and (min-width: 945px) and (max-width: 1273px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 35% !important;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 64% !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 944px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 93% !important;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 2000px) {
  .bg-white {
    padding: 60px;
  }
}
.div_box_1_active {
  background-color: #f5f9fa;
  border-radius: 25px;
  margin: 11px;
  padding: 10px;
  flex: 1 1;
  min-width: 220px;
}

.buttionacive {
  background: var(--bs-btn-hover-bg);
}

.apt {
  width: 200px;
  height: 130px;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 300px) and (max-width: 900px) {
  .apt1 {
    width: 100%;
    height: 130px;
    overflow: hidden;
    border-radius: 15px;
  }
}
.apt .top-left,
.apt .bottom-right {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 27px;
}

.apt_c1 {
  background: linear-gradient(to bottom right, white 50%, var(--color-primary) 50%);
}

.apt_c2 {
  background: linear-gradient(to bottom right, white 50%, #ffbb00 50%);
  font-weight: 500;
}

@media screen and (min-width: 250px) and (max-width: 460px) {
  .apt_tab_apt {
    width: 100%;
    margin-top: -12px;
  }
  .card_apt {
    padding: 6px;
  }
}
@media screen and (min-width: 461px) and (max-width: 800px) {
  .card_apt {
    padding: 6px;
  }
  .levels {
    margin-top: -9px;
  }
}
@media (min-width: 992px) {
  .apt_size {
    max-width: 1201px;
  }
}
.apt_c1:hover {
  background: linear-gradient(to bottom right, white 50%, #ffbb00 50%);
  font-weight: 500;
}

.table_image {
  height: 25px;
}

.profile_image {
  float: right;
  margin-top: -54px;
}

@media screen and (min-width: 1570px) and (max-width: 1795px) {
  .profile_image {
    width: 220px;
    margin-top: -20px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1569px) {
  .profile_image {
    width: 200px;
    margin-top: -20px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1569px) {
  .profile_image {
    width: 200px;
    margin-top: -20px;
    margin-right: -41px;
  }
}
@media screen and (min-width: 1421px) and (max-width: 1489px) {
  .profile_image {
    width: 234px;
    margin-top: -46px;
    margin-right: -51px;
  }
}
@media screen and (min-width: 1377px) and (max-width: 1420px) {
  .profile_image {
    width: 234px;
    margin-top: -170px;
    margin-right: -51px;
  }
}
.profile_image_apt {
  float: right;
  margin-top: -153px;
  width: 222px;
  margin-right: -54px;
}

@media screen and (min-width: 1361px) and (max-width: 1376px) {
  .profile_image {
    width: 234px;
    margin-top: -170px;
    margin-right: -51px;
  }
}
@media screen and (min-width: 1274px) and (max-width: 1360px) {
  .profile_image {
    width: 234px;
    margin-top: -165px;
    margin-right: -51px;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1273px) {
  .profile_image {
    width: 234px;
    margin-top: -43px;
    margin-right: -51px;
  }
}
@media screen and (min-width: 1228px) and (max-width: 1259px) {
  .profile_image {
    width: 269px;
    margin-top: -57px;
    margin-right: -63px;
  }
}
@media screen and (min-width: 1095px) and (max-width: 1227px) {
  .profile_image {
    width: 269px;
    margin-top: -57px;
    margin-right: -63px;
  }
}
@media screen and (min-width: 1056px) and (max-width: 1094px) {
  .profile_image {
    width: 256px;
    margin-top: -51px;
    margin-right: -63px;
  }
}
@media screen and (min-width: 945px) and (max-width: 1055px) {
  .profile_image {
    width: 256px;
    margin-top: -188px;
    margin-right: -63px;
  }
}
@media screen and (min-width: 410px) and (max-width: 476px) {
  .profile_image {
    width: 252px;
    margin-top: -38px;
    margin-right: -52px;
  }
}
@media screen and (min-width: 382px) and (max-width: 409px) {
  .profile_image {
    width: 230px;
    margin-top: -28px;
    margin-right: -52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 381px) {
  .profile_image {
    width: 230px;
    margin-top: -163px;
    margin-right: -52px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 2500px) {
  .divprofile {
    padding: 10px;
  }
  .profile_image {
    margin-right: -63px;
  }
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 0px !important;
}

@media screen and (min-width: 1276px) {
  .fixed-left {
    position: fixed;
    margin-left: 3%;
    top: 105px;
    left: 0;
    height: 120vh;
    overflow-y: auto;
    z-index: 999;
  }
  .scrolling-right {
    margin-left: 26.33%;
    /* Adjust based on the width of the fixed side */
    padding-left: 15px;
    /* Optional: adjust for padding between fixed and scrolling side */
  }
}
@media screen and (min-width: 300px) and (max-width: 800px) {
  .table-container_apt {
    width: 198% !important;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: white;
  }
}
@media screen and (min-width: 945px) and (max-width: 1273px) {
  .col-md-9_width {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media screen and (min-width: 945px) and (max-width: 1273px) {
  .col-md-3_width {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
.hidden {
  visibility: hidden;
  width: 0;
}

.progress-bar {
  background: #f1f6fa;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #ccd6dd;
  height: 10px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  width: 300px;
}

.progress-bar--counter {
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.progress-bar--counter .hidden {
  display: inline-block;
}

.progress-bar--wrap {
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin: 10px 0;
}

.progress-bar--inner {
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  height: 10px;
  left: 0;
  min-height: 10px;
  position: absolute;
  top: 0;
}

.progress-bar--#F15D23 {
  color: #6fc14b;
}

.progress-bar--#F15D23 .progress-bar--inner {
  background-color: #6fc14b;
}

.progress-bar--blue {
  color: #068eda;
}

.progress-bar--blue .progress-bar--inner {
  background-color: #068eda;
}

.progress-bar--red {
  color: #fb797e;
}

.progress-bar--red .progress-bar--inner {
  background-color: #fb797e;
}

.progress-bar--yellow {
  color: #f7a81d;
}

.progress-bar--yellow .progress-bar--inner {
  background-color: #f7a81d;
}

.outer-background {
  min-height: 40vh;
  width: 100%;
  border-radius: 25px;
}

.Sessions_apt {
  background-Color: #f5f9fa;
  border-Radius: 12px;
  padding: 12px;
}

@media screen and (min-width: 300px) and (max-width: 450px) {
  .outer-background {
    min-height: 40vh;
    width: 90% !important;
    border-radius: 25px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 2450px) {
  .outer-background {
    padding: 22px !important;
  }
}
.CircularProgressbar {
  width: 75% !important;
  vertical-align: middle;
}

.hr_div {
  display: block;
  height: 3px !important;
  margin: 15px 0;
  border-top: 1px solid var(--color-border);
  background: #a94519 !important;
}

.c1 {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 5px 0;
  transition: transform 0.2s;
}

.c1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-text {
  color: #666;
}

#y1 {
  color: #ffca2c;
  margin-left: 100px;
}

#y2 {
  color: var(--color-primary);
  margin-left: 100px;
}

#y3 {
  color: #6fc14b;
  margin-left: 100px;
}

.sp {
  color: black;
}

.g1 {
  color: var(--color-primary);
}

#b1 {
  color: black;
}

.card-body,
.card-body-apt,
.card-body-apt-badges {
  padding: 15px;
}

.card-title {
  font-size: 15px;
  margin-bottom: 5px;
}

.card-text {
  font-size: 15px;
  margin-bottom: 0px;
}

.card-body {
  line-height: 1.2;
}

.card-body_div {
  line-height: 2.9 !important;
}

.s1 {
  color: var(--color-primary);
  font-weight: bold;
}

.hours {
  color: #f7a81d;
}

.image_tabs_master {
  float: left;
  margin-top: -6px;
  height: 35px;
  margin-left: 15px;
}

.master {
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}

.codemind_board {
  background-color: rgb(245, 249, 250);
  padding: 15px;
  border-radius: 25px;
  border: 1px solid var(--color-primary);
}

.heading_master {
  color: var(--color-primary);
  font-Weight: 500;
  padding: 10px;
  font-Size: 20px;
}

.main_heading {
  color: #000;
  text-align: center;
  font-size: 15px;
}

.div_box_ladder_main {
  background-color: #fff;
  border-radius: 8px;
  margin: 11px !important;
  padding: 3px !important;
  flex: 1 1 !important;
  min-width: 202px !important;
  box-shadow: 1px 2px 1px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 420px) and (max-width: 1020px) {
  .col-md-4_dev_width {
    flex: 0 0 auto;
    width: 98.333333%;
  }
}
@media screen and (min-width: 300px) and (max-width: 751px) {
  .div_center {
    text-align: -webkit-center !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  .studentimagemaster {
    margin-left: 1px !important;
    margin-top: -34px !important;
  }
  .heading_master {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 451px) and (max-width: 900px) {
  .studentimagemaster {
    margin-left: 138px !important;
    margin-top: -34px !important;
  }
  .heading_master {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .studentimagemaster {
    margin-left: 24px !important;
    margin-top: -34px !important;
  }
  .heading_master {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1800px) {
  .studentimagemaster {
    margin-left: 474px !important;
  }
  .heading_master {
    font-size: 18px !important;
  }
}
.custom-card_apt {
  border-radius: 15px;
}

.custom-card_apt_name {
  width: 150px;
  background: var(--color-primary);
}

.custom-card_apt .card-header_apt {
  background-color: var(--color-primary);
  color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
  padding: 6px;
}

.custom-card_apt_ov .card-header_apt_ov {
  color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
  font-weight: 500;
  padding: 6px;
}

.custom-card_apt .card-body_apt {
  text-align: center;
}

.custom-card_apt .count,
.custom-card_apt .attempts {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.counts_name {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  font-weight: 400;
  color: black;
  margin: 0 0 4px;
  text-align: center;
}

.overall_test_name {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  font-weight: 400;
  color: black;
  margin: 0 0 4px;
  font-size: 14px !important;
  text-align: center;
}

.count_number {
  font-size: 10px;
}

@media screen and (min-width: 1095px) and (max-width: 1227px) {
  .profile_image_apt {
    width: 201px;
    margin-top: -141px;
    margin-right: -46px;
  }
}
@media screen and (min-width: 1377px) and (max-width: 1420px) {
  .profile_image_apt {
    width: 204px;
    margin-top: -143px;
    margin-right: -48px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1569px) {
  .profile_image_apt {
    width: 200px;
    margin-top: -139px;
    margin-right: -41px;
  }
}
@media screen and (min-width: 410px) and (max-width: 476px) {
  .profile_image_apt {
    width: 205px;
    margin-top: -148px;
    margin-right: -34px;
  }
}
@media screen and (min-width: 382px) and (max-width: 409px) {
  .profile_image_apt {
    width: 184px;
    margin-top: -131px;
    margin-right: -39px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 2500px) {
  .profile_image_apt {
    margin-right: -43px;
    margin-top: -173px;
    width: 250px;
  }
}
@media screen and (min-width: 1421px) and (max-width: 1489px) {
  .profile_image_apt {
    width: 234px;
    margin-top: -162px;
    margin-right: -51px;
  }
}
@media (min-width: 768px) {
  .col-md-2_cardsize {
    flex: 0 0 auto;
    width: 19.666667% !important;
  }
}
@media (min-width: 768px) {
  .col-md-2_cardsizeone {
    flex: 0 0 auto;
    width: 32.99999% !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 381px) {
  .profile_image {
    width: 211px;
    margin-top: -145px;
    margin-right: -52px;
  }
}
.custom-card_apt {
  width: 200px;
  border-radius: 15px;
  margin: 8px;
}

@media screen and (min-width: 300px) and (max-width: 1420px) {
  .custom-card_apt {
    width: 150px;
    border-radius: 15px;
    margin: 8px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
}
@media screen and (min-width: 1420px) and (max-width: 1780px) {
  .custom-card_apt {
    width: 160px !important;
    border-radius: 15px;
    margin: 8px;
  }
  .overall_test_name {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    font-weight: 400;
    color: black;
    margin: 0 0 4px;
    font-size: 11px !important;
    text-align: center;
  }
  .bradges_images {
    width: 120px !important;
  }
}
.table-container_apt {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: white;
}

.custom-table_apt {
  width: 100%;
  border-collapse: collapse;
}

.custom-table_apt th,
.custom-table_apt td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}

.custom-table_apt th {
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 2px solid #00b894;
}

.custom-table_apt tr:nth-child(even) {
  background-color: #f9f9f9;
}

.custom-table_apt td {
  font-size: 14px;
  color: #333;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.pagination-button {
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.pagination-button:hover {
  background-color: #f1f1f1;
}

.page-numbers span {
  margin: 0 5px;
  cursor: pointer;
  font-weight: bold;
}

.page-numbers span:hover {
  color: #00b894;
}

.he {
  float: left;
  margin-top: 10PX;
}

.ca {
  border-radius: 15px;
}

.gre {
  color: var(--color-primary);
  font-weight: 900;
}

hr {
  color: black;
}

.text_name_apt {
  color: #fff;
  padding: 15px;
  font-Size: 15px;
}

.text_username_apt {
  color: #ffca2c;
  padding: 15px;
  font-Size: 20px;
  position: relative;
  top: -14px;
}

@media screen and (min-width: 300px) and (max-width: 450px) {
  .text_name_apt {
    display: none;
  }
  .text_username_apt {
    font-size: 15px;
  }
  .profile_image_apt_leavel {
    width: 279px !important;
    margin-top: -62px !important;
    margin-right: -12px !important;
  }
  .profile_image_apt_1 {
    width: 213px !important;
    margin-top: -100px !important;
    margin-right: -45px !important;
  }
  .apt_tab_4 {
    border-radius: 34px;
    padding: 5px;
    width: 106%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1569px) {
  .profile_image_apt {
    width: 256px !important;
    margin-top: -175px;
    margin-right: -41px;
  }
  .stats {
    width: 130px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1377px) and (max-width: 1420px) {
  .profile_image_apt {
    width: 280px !important;
    margin-top: -143px;
    margin-right: -48px;
  }
}
@media screen and (min-width: 300px) and (max-width: 944px) {
  .col-md-3_apt_dev {
    flex: 0 0 auto;
    width: 94% !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 944px) {
  .col-md-6_apt_dev {
    flex: 0 0 auto;
    width: 94%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1450px) {
  .grid_div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px !important;
  }
}
@media screen and (min-width: 1420px) and (max-width: 2820px) {
  .searchBar_div {
    width: 13% !important;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    float: right;
    margin-top: -62px;
  }
}
.complexity-card-1 {
  border-radius: 10px;
  height: 163px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-primary) !important;
}

.complexity-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-primary) !important;
}

.card-header {
  background-color: #4caf50;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 15px;
  text-align: center;
}

.card-body_1 {
  padding: 0px;
}

.complexity-item {
  margin-bottom: 12px;
}

.label-row {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.progress-bar {
  background-color: #e0e0e0 !important;
  border-radius: 5px;
  height: 8px;
  margin-top: 8px;
}

.progress-bar_1 {
  background-color: #e0e0e0 !important;
  border-radius: 5px;
  height: 8px;
  margin-top: 8px;
}

.progress-fill {
  height: 100%;
  border-radius: 5px;
}

.Apt-badges {
  border-radius: 15px;
  box-shadow: 0px 4px 0px gainsboro !important;
}

.badges-btn {
  color: white;
  background-color: var(--color-primary);
  border-radius: 10px;
  border: none;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 13px;
  cursor: no-drop;
}

.badges-technical {
  color: var(--color-primary);
  font-weight: 700;
}

.profile {
  overflow: hidden;
  height: 171px;
}

@media screen and (min-width: 700px) and (max-width: 767px) {
  .profile {
    height: 142px;
    margin-left: 515px;
    margin-bottom: 10px;
    position: fixed;
  }
}
@media screen and (min-width: 540px) and (max-width: 699px) {
  .profile {
    height: 142px;
    margin-left: 400px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 490px) and (max-width: 539px) {
  .profile {
    height: 142px;
    margin-left: 270px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 430px) and (max-width: 489px) {
  .profile {
    height: 142px;
    margin-left: 223px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 400px) and (max-width: 429px) {
  .profile {
    height: 142px;
    margin-left: 223px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 300px) and (max-width: 399px) {
  .profile {
    height: 142px;
    margin-left: 51px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.background-badges {
  background-color: white;
}

.Apt-badges-head {
  font-weight: 700;
  color: #000;
}

.card-bodyy {
  padding: 6px !important;
}

.progress-bar {
  background-color: "var(--color-primary) !important";
  border: "1px solid red !important";
}

.badges-container {
  overflow-x: auto;
  /* Allows horizontal scrolling */
  scroll-behavior: smooth;
  /* Smooth scrolling */
  white-space: nowrap;
  /* Keep images on one line */
  padding: 10px 0;
}

.badges-scroll {
  display: inline-block;
}

.badges-images {
  display: inline-block;
  width: 142px;
  margin: 0 10px;
  /* Space between the images */
  border-radius: 10px;
  transition: transform 0.2s ease-in-out;
}

.badges-images:hover {
  transform: scale(1.05);
  /* Slight zoom effect on hover */
}

.Level1head {
  color: var(--color-primary);
  font-weight: 700;
}

.level_background {
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 6px 6px gainsboro !important;
}

.level_card {
  background-color: #F6F6F6;
  border-radius: 15px;
}

.level_background2 {
  box-shadow: 0px 0px 4px 4px gainsboro !important;
  padding: 20px;
  border-radius: 10px;
}

.topics-card {
  border-radius: 15px;
}

.head-topics {
  font-weight: 500;
  color: #000;
}

li::marker {
  color: var(--color-primary);
}

.level1-text {
  line-height: 1.6;
}

.card-sp {
  margin-top: 10px !important;
}

.badges-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Adjust height as needed */
}

.badges-scroll {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.badges-images {
  height: auto;
  margin-right: 10px;
  /* Add some spacing between badges */
}

.degree-list {
  list-style: none;
  padding-left: 0;
  padding: 10px;
}

.degree-list li {
  margin: 10px 0;
  font-size: 15px;
}

.degree-list li .icon {
  margin-right: 10px;
  font-size: 16px;
}

.degree-list li:hover {
  cursor: pointer;
}

.topicc {
  font-weight: 600;
  font-size: 18px;
}

.Apt-ver-rea {
  font-size: 18px;
  padding: 5px !important;
  background-color: var(--color-primary) !important;
}

.table-backk {
  background-color: white;
  padding: 14px;
  border-radius: 15px;
  box-shadow: 0px 0px 4px 4px gainsboro !important;
}

.icon2222 {
  font-size: 14px;
}

.apt-verba-rea-cards {
  margin-top: 8px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .chartContain1er {
    width: 70px !important;
    height: 70px !important;
    margin-left: -20px;
    margin-top: 19px !important;
  }
  .complexity-item {
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 300px) and (max-width: 944px) {
  .col-md-3_chat {
    flex: 0 0 auto;
    width: 100%;
  }
  .mt-0 {
    margin-top: 26px !important;
  }
  .Report_apt_b {
    padding: 5px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1340px) {
  .progress-bar {
    width: 178px !important;
  }
}
@media screen and (min-width: 1341px) and (max-width: 1500px) {
  .progress-bar {
    width: 200px !important;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1840px) {
  .progress-bar {
    width: 220px !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 800px) {
  .custom-card_apt {
    width: 500px;
    border-radius: 15px;
    margin: 8px;
    margin-left: -5px !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
}
.custom-card_apt_6 {
  border-radius: 15px;
  margin: 8px;
  margin-left: -5px !important;
  margin-top: -94px !important;
}

@media screen and (min-width: 300px) and (max-width: 444px) {
  .dashboard-apt {
    width: 373px !important;
  }
  .studentimage_apt {
    margin-left: 138px !important;
    margin-top: 5px !important;
  }
  .rankname {
    position: relative;
    right: 65px;
  }
  .profiledata {
    position: relative;
    right: 50px;
  }
}
@media screen and (min-width: 375px) {
  .rankname {
    margin-right: 40px;
  }
}
@media screen and (min-width: 441px) and (max-width: 593px) {
  .studentimage_apt {
    margin-left: 180px !important;
    margin-top: 18px !important;
  }
}
@media screen and (max-width: 944px) {
  .statistics {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 944px) {
  .studentimage_apt_level_dashboard {
    max-width: 300px !important;
    height: 180px;
  }
}
@media screen and (min-width: 945px) and (max-width: 1620px) {
  .studentimage_apt_level_dashboard {
    max-width: 300px !important;
    max-height: 500px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1272px) {
  .studentimage_apt {
    position: relative;
    top: -9px;
  }
}
@media screen and (min-width: 1273px) and (max-width: 1506px) {
  .studentimage_apt {
    top: -9px;
  }
}
@media screen and (min-width: 594px) and (max-width: 766px) {
  .studentimage_apt {
    margin-left: 329px !important;
    margin-top: 19px !important;
  }
}
@media screen and (width: 425px) {
  .studentimage_apt {
    margin-left: 50% !important;
  }
}
@media screen and (min-width: 1607px) and (max-width: 1625px) {
  .studentimage_apt {
    position: relative;
    top: -3px;
  }
}
@media screen and (width: 1440px) {
  .studentimage_apt {
    position: relative;
    top: -10px;
  }
}
@media screen and (min-width: 300px) and (max-width: 800px) {
  .complexity-card {
    width: 95% !important;
  }
  .complexity-card-1 {
    width: 95% !important;
  }
  .test_practics {
    width: 40% !important;
  }
  .apt_result_heading {
    text-align: center !important;
    margin-top: 35px;
  }
}
@media screen and (min-width: 300px) and (max-width: 1100px) {
  .apt_result {
    display: flex;
    font-size: 10px !important;
  }
}
.apt_result {
  text-align: center;
  vertical-align: middle;
  font-weight: 600 !important;
}

.apt_result_heading {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 500;
}

.result_apt {
  margin-top: 45px;
}

.section-3 {
  margin-left: 8px;
}

@media screen and (min-width: 986px) and (max-width: 780px) {
  .tester {
    margin-right: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .section-3 {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-right: 17px;
  }
  .tests-subject-wise {
    justify-content: center;
    max-width: 600px;
  }
  .tests-complexity-wise {
    justify-content: center;
    max-width: 500px;
  }
  .overall-attendance {
    justify-content: center;
    max-width: 500px;
  }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  .section-3 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-right: 15px;
  }
  .tests-subject-wise {
    justify-content: center;
    max-width: 420px;
  }
  .tests-complexity-wise {
    justify-content: center;
    max-width: 435px;
  }
  .overall-attendance {
    justify-content: center;
    max-width: 420px;
  }
  .section-3-3 {
    justify-content: left;
  }
  .custom-badges {
    max-width: 354px !important;
  }
}
@media screen and (min-width: 425px) and (max-width: 574px) {
  .section-3 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-right: 20px;
  }
  .tests-subject-wise {
    justify-content: center;
    margin-left: 0px;
    max-width: 350px;
  }
  .tests-complexity-wise {
    justify-content: center;
    max-width: 380px;
  }
  .overall-attendance {
    justify-content: center;
    max-width: 380px;
  }
  .custom-badges {
    max-width: 500px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .section-3 {
    margin: 0px;
    margin-top: 20px;
    display: flex;
  }
  .tests-subject-wise {
    justify-content: center;
    max-width: 700px;
  }
  .tests-complexity-wise {
    justify-content: center;
    max-width: 800px;
  }
  .overall-attendance {
    justify-content: center;
    max-width: 700px;
  }
  .custom-badges {
    max-width: 500px;
  }
}
@media screen and (min-width: 802px) and (max-width: 1266px) {
  .section-3-1,
  .section-3-2,
  .section-3-3 {
    max-width: 30%;
  }
}
@media screen and (width: 768px) {
  .section-3 {
    margin: 0px;
    margin-top: 20px;
    display: flex;
  }
  .section-3-1,
  .section-3-2 {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .section-3-3 {
    max-width: 308px;
  }
  .tests-subject-wise {
    max-width: 500px;
  }
  .tests-complexity-wise {
    max-width: 525px;
  }
}
.small-loader-big {
  width: 120px;
  height: 120px;
  border: 2px solid #f3f3f3;
  /* Light grey */
  border-top: 2px solid var(--color-primary);
  /* Blue */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
  /* center it */
}

.small-loader {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  /* Light grey */
  border-top: 2px solid var(--color-primary);
  /* Blue */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
  /* center it */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dot {
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  border-radius: 50%;
  animation: bounce 1s infinite ease-in-out;
}

.custom-loader {
  width: 100%;
  gap: 15px;
  justify-content: center;
  align-items: center;
  height: 120px;
}

.dot-1 {
  animation-delay: 0s;
}

.dot-2 {
  animation-delay: 0.2s;
}

.dot-3 {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@media screen and (max-width: 1364px) and (min-width: 1024px) {
  .trainee-overview-section-card {
    height: 165px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .trainee-overview-section-subjects-wise-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .trainee-overview-section-complexity-card {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-top: 10px;
  }
  .trainee-overview-section-attendance-card {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-top: 10px;
  }
  .trainee-apt-dashboard-reports-card {
    margin-top: 20px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .trainee-overview-section-complexity-card {
    margin-top: 10px;
  }
  .trainee-overview-section-attendance-card {
    margin-top: 10px;
  }
  .trainee-apt-dashboard-reports-card {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media screen and (max-width: 425px) and (min-width: 0px) {
  .trainee-overview-section-complexity-card {
    margin-top: 10px;
  }
  .trainee-overview-section-attendance-card {
    margin-top: 10px;
  }
}
