@charset "UTF-8";
/* Variables */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");

.ff1 {
  font-family: "SF Pro Text";
}

.ff2 {
  font-family: "Satoshi";
}

.ff3 {
  font-family: "Recoleta";
}

:root {
  /* Fonts */
  --ff1: "SF Pro Text";
  --ff2: "Satoshi";
  --ff3: "Recoleta";
  /* Colors */
  --col0: #000000;
  --col1: #F5F5F5;
  --col2: #D0D0D0;
  --col3: #4C4C4C;
  --col3e: #4e4e4e;
  --col4: #DDED59;
  --col5: #CBDEF7;
  --col6: #FB5B32;
  --col7: #3259FB;
  --col9: #002946;
  --col10: #969696;
  --col11: #242424;
  --graytheme: #E9E9E9;
  --graytext: #808080;
  --resp: 1;
  --fresp: 1;
}

@media (min-width: 2200px) {
  :root {
    --resp: 1.3;
  }
}

@media (min-width: 3000px) {
  :root {
    --resp: 2;
  }
}

@media (max-width: 1800px) {
  :root {
    --resp: 0.95;
  }
}

@media (max-width: 1600px) {
  :root {
    --resp: 0.9;
  }
}

@media (max-width: 1400px) {
  :root {
    --resp: 0.85;
  }
}

@media (max-width: 1300px) {
  :root {
    --resp: 0.8;
  }
}

@media (min-width: 2200px) {
  :root {
    --fresp: 1.3;
  }
}

@media (min-width: 3000px) {
  :root {
    --fresp: 2;
  }
}

@media (max-width: 1800px) {
  :root {
    --fresp: 0.95;
  }
}

@media (max-width: 1400px) {
  :root {
    --fresp: 0.85;
  }
}

@media (max-width: 1300px) {
  :root {
    --fresp: 0.8;
  }
}

main.main-page {
  --resp: 1;
  /* Font sizes */
  --fz9: 9px;
  --fz10: 10px;
  --fz11: 11px;
  --fz12: 12px;
  --fz14: calc(14px * var(--resp));
  --fz16: calc(16px * var(--resp));
  --fz18: calc(18px * var(--resp));
  --fz20: calc(20px * var(--resp));
  --fz22: calc(22px * var(--resp));
  --fz24: calc(24px * var(--resp));
  --fz26: calc(26px * var(--resp));
  --fz28: calc(28px * var(--resp));
  --fz32: calc(32px * var(--resp));
  --fz34: calc(34px * var(--resp));
  --fz36: calc(36px * var(--resp));
  --fz44: calc(44px * var(--resp));
  --fz56: calc(56px * var(--resp));
}

main.main-page .ff-poppins {
  font-family: "Poppins", sans-serif;
}

main.main-page .ff-inter {
  font-family: "Inter", sans-serif;
}

main.main-page .ff-mono {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
}

@media (min-width: 2200px) {
  main.main-page {
    --resp: 1.3;
  }
}

@media (min-width: 3000px) {
  main.main-page {
    --resp: 2;
  }
}

@media (max-width: 1800px) {
  main.main-page {
    --resp: 0.95;
  }
}

@media (max-width: 1800px) and (max-height: 800px) {
  main.main-page {
    --resp: 0.825;
  }
}

@media (max-width: 1600px) {
  main.main-page {
    --resp: 0.9;
  }
}

@media (max-width: 1440px) {
  main.main-page {
    --resp: 0.825;
  }
}

@media (max-width: 1280px) {
  main.main-page {
    --resp: 0.725;
  }
}

@media (max-height: 700px) {
  main.main-page {
    --resp: 0.7;
  }
}

main.main-page .fz10 {
  font-size: 10px;
}

main.main-page .fz12 {
  font-size: 12px;
}

@media (min-width: 2200px) {
  main.main-page .fz12 {
    font-size: 14px;
  }
}

main.main-page .fz14 {
  font-size: var(--fz14);
}

main.main-page .fz16 {
  font-size: var(--fz16);
}

main.main-page .fz18 {
  font-size: var(--fz18);
}

main.main-page .fz20 {
  font-size: var(--fz20);
}

main.main-page .fz22 {
  font-size: var(--fz22);
}

main.main-page .fz24 {
  font-size: var(--fz24);
}

main.main-page .fz26 {
  font-size: var(--fz26);
}

main.main-page .fz28 {
  font-size: var(--fz28);
}

main.main-page .fz32 {
  font-size: var(--fz32);
}

main.main-page .fz34 {
  font-size: var(--fz34);
}

main.main-page .fz36 {
  font-size: var(--fz36);
}

main.main-page .fz44 {
  font-size: var(--fz44);
}

main.main-page .fz56 {
  font-size: var(--fz56);
}

/* Font sizes */
:root {
  --fz9: 9px;
  --fz10: 10px;
  --fz11: 11px;
  --fz12: 12px;
  --fz14: calc(14px * var(--resp));
  --fz16: calc(16px * var(--resp));
  --fz18: calc(18px * var(--resp));
  --fz20: calc(20px * var(--resp));
  --fz22: calc(22px * var(--resp));
  --fz24: calc(24px * var(--resp));
  --fz26: calc(26px * var(--resp));
  --fz28: calc(28px * var(--resp));
  --fz32: calc(32px * var(--resp));
  --fz34: calc(34px * var(--resp));
  --fz36: calc(36px * var(--resp));
  --fz44: calc(44px * var(--resp));
  --fz56: calc(56px * var(--resp));
  --fz64: calc(64px * var(--resp));
  --fz72: calc(72px * var(--resp));
}

.fz10 {
  font-size: 10px;
}

.fz12 {
  font-size: 12px;
}

@media (min-width: 2200px) {
  .fz12 {
    font-size: 14px;
  }
}

.fz14 {
  font-size: var(--fz14);
}

.fz16 {
  font-size: var(--fz16);
}

.fz18 {
  font-size: var(--fz18);
}

.fz20 {
  font-size: var(--fz20);
}

.fz22 {
  font-size: var(--fz22);
}

.fz24 {
  font-size: var(--fz24);
}

.fz26 {
  font-size: var(--fz26);
}

.fz28 {
  font-size: var(--fz28);
}

.fz32 {
  font-size: var(--fz32);
}

.fz34 {
  font-size: var(--fz34);
}

.fz36 {
  font-size: var(--fz36);
}

.fz44 {
  font-size: var(--fz44);
}

.fz56 {
  font-size: var(--fz56);
}

.fz64 {
  font-size: var(--fz64);
}

.fz72 {
  font-size: var(--fz72);
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.lh1 {
  line-height: 1;
}

.lh1-2 {
  line-height: 1.2;
}

.lh1-5 {
  line-height: 1.5;
}

.lh1-65 {
  line-height: 1.65;
}

.main-page .btn-round,
.auth-main .btn-round {
  padding: 0;
  border-radius: 50%;
  width: calc(58px * var(--resp));
  height: calc(58px * var(--resp));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.main-page .btn-round--white,
.auth-main .btn-round--white {
  background-color: white;
}

.main-page .btn-round--white:hover,
.main-page .btn-round--white:focus,
.main-page .btn-round--white:active,
.auth-main .btn-round--white:hover,
.auth-main .btn-round--white:focus,
.auth-main .btn-round--white:active {
  opacity: 0.7;
  background-color: white;
}

.main-page .btn-round--white img,
.auth-main .btn-round--white img {
  width: 50%;
  height: auto;
}

.main-page .btn-round--edit,
.auth-main .btn-round--edit {
  width: calc(34px * var(--resp));
  height: calc(34px * var(--resp));
  background-color: #A4DFD4;
}

@media (max-width: 768px) {

  .main-page .btn-round--edit,
  .auth-main .btn-round--edit {
    width: calc(44px * var(--resp));
    height: calc(44px * var(--resp));
  }
}

.main-page .btn-round--edit:hover,
.main-page .btn-round--edit:focus,
.main-page .btn-round--edit:active,
.auth-main .btn-round--edit:hover,
.auth-main .btn-round--edit:focus,
.auth-main .btn-round--edit:active {
  opacity: 0.7;
  background-color: #A4DFD4;
}

.main-page .btn-round--edit img,
.auth-main .btn-round--edit img {
  width: 60%;
}

.main-page .btn-round--actions,
.auth-main .btn-round--actions {
  width: calc(34px * var(--resp));
  height: calc(34px * var(--resp));
  background-color: #EEF0FE;
}

@media (max-width: 768px) {

  .main-page .btn-round--actions,
  .auth-main .btn-round--actions {
    width: calc(44px * var(--resp));
    height: calc(44px * var(--resp));
  }
}

.main-page .btn-round--actions:hover,
.main-page .btn-round--actions:focus,
.main-page .btn-round--actions:active,
.auth-main .btn-round--actions:hover,
.auth-main .btn-round--actions:focus,
.auth-main .btn-round--actions:active {
  opacity: 0.8;
  background-color: #EEF0FE;
}

.main-page .btn-round--actions img,
.auth-main .btn-round--actions img {
  width: 52.5%;
}

.main-page .btn-round--orange,
.auth-main .btn-round--orange {
  width: calc(58px * var(--resp));
  height: calc(58px * var(--resp));
  background-color: var(--col6);
}

.main-page .btn-round--orange:hover,
.main-page .btn-round--orange:focus,
.main-page .btn-round--orange:active,
.auth-main .btn-round--orange:hover,
.auth-main .btn-round--orange:focus,
.auth-main .btn-round--orange:active {
  opacity: 0.8;
  background-color: var(--col6);
}

.main-page .btn-round--orange img,
.auth-main .btn-round--orange img {
  width: 52.5%;
}

.main-page .btn-round--green,
.auth-main .btn-round--green {
  width: calc(48px * var(--resp));
  height: calc(48px * var(--resp));
  background-color: var(--col2);
}

.main-page .btn-round--green:hover,
.main-page .btn-round--green:focus,
.main-page .btn-round--green:active,
.auth-main .btn-round--green:hover,
.auth-main .btn-round--green:focus,
.auth-main .btn-round--green:active {
  opacity: 0.8;
  background-color: var(--col2);
}

.main-page .btn-round--green img,
.auth-main .btn-round--green img {
  max-width: 42.5%;
}

.main-page .btn-round--navy,
.auth-main .btn-round--navy {
  width: calc(48px * var(--resp));
  height: calc(48px * var(--resp));
  background-color: var(--col9);
}

.main-page .btn-round--navy:hover,
.main-page .btn-round--navy:focus,
.main-page .btn-round--navy:active,
.auth-main .btn-round--navy:hover,
.auth-main .btn-round--navy:focus,
.auth-main .btn-round--navy:active {
  opacity: 0.8;
  background-color: var(--col9);
}

.main-page .btn-round--navy img,
.auth-main .btn-round--navy img {
  max-width: 42.5%;
}

.main-page .btn-round--dark,
.auth-main .btn-round--dark {
  width: calc(48px * var(--resp));
  height: calc(48px * var(--resp));
  background-color: #393939;
}

.main-page .btn-round--dark:hover,
.main-page .btn-round--dark:focus,
.main-page .btn-round--dark:active,
.auth-main .btn-round--dark:hover,
.auth-main .btn-round--dark:focus,
.auth-main .btn-round--dark:active {
  opacity: 0.8;
  background-color: var(--col3);
}

.main-page .btn-solid,
.auth-main .btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  transition: all 0.3s ease-in-out;
}

.main-page .btn-solid--orange,
.auth-main .btn-solid--orange {
  border-radius: calc(34px * var(--resp));
  background-color: var(--col6);
  color: white;
  padding-inline: calc(1.2rem * var(--resp));
  height: calc(50px * var(--resp));
  box-shadow: 0px 8px 22px 0px rgba(255, 144, 97, 0.0705882353);
}

.main-page .btn-solid--orange:hover,
.main-page .btn-solid--orange:focus,
.main-page .btn-solid--orange:active,
.main-page .btn-solid--orange.show,
.auth-main .btn-solid--orange:hover,
.auth-main .btn-solid--orange:focus,
.auth-main .btn-solid--orange:active,
.auth-main .btn-solid--orange.show {
  background-color: var(--col6);
  color: white;
  opacity: 0.8;
}

.main-page .btn-solid--blue,
.auth-main .btn-solid--blue {
  border-radius: calc(34px * var(--resp));
  background-color: var(--col7);
  color: white;
  padding-inline: calc(1.2rem * var(--resp));
  height: calc(50px * var(--resp));
}

.main-page .btn-solid--blue:hover,
.main-page .btn-solid--blue:focus,
.main-page .btn-solid--blue:active,
.main-page .btn-solid--blue.show,
.auth-main .btn-solid--blue:hover,
.auth-main .btn-solid--blue:focus,
.auth-main .btn-solid--blue:active,
.auth-main .btn-solid--blue.show {
  background-color: var(--col7);
  color: white;
  opacity: 0.8;
}

.main-page .btn-solid--limegreen,
.auth-main .btn-solid--limegreen {
  height: 50px;
  border-radius: calc(34px * var(--resp));
  background-color: var(--col4);
  color: var(--col1);
  box-shadow: 0px 8px 22px 0px rgba(255, 144, 97, 0.0705882353);
  gap: 0.25rem;
}

.main-page .btn-solid--limegreen:hover,
.main-page .btn-solid--limegreen:focus,
.main-page .btn-solid--limegreen:active,
.auth-main .btn-solid--limegreen:hover,
.auth-main .btn-solid--limegreen:focus,
.auth-main .btn-solid--limegreen:active {
  background-color: var(--col4);
  color: var(--col1);
  opacity: 0.8;
}

.main-page .btn-solid--navy,
.auth-main .btn-solid--navy {
  padding-inline: calc(1.2rem * var(--resp));
  height: calc(42px * var(--resp));
  border-radius: calc(40px * var(--resp));
  background-color: var(--col9);
  color: white;
  gap: 0.25rem;
}

.main-page .btn-solid--navy:hover,
.main-page .btn-solid--navy:focus,
.main-page .btn-solid--navy:active,
.auth-main .btn-solid--navy:hover,
.auth-main .btn-solid--navy:focus,
.auth-main .btn-solid--navy:active {
  background-color: var(--col9);
  color: white;
  opacity: 0.8;
}

.main-page .btn-solid--dark,
.auth-main .btn-solid--dark {
  padding-inline: calc(1rem * var(--resp));
  height: calc(46px * var(--resp));
  border-radius: calc(40px * var(--resp));
  background-color: var(--col0);
  color: white;
}

.main-page .btn-solid--dark:hover,
.main-page .btn-solid--dark:focus,
.main-page .btn-solid--dark:active,
.auth-main .btn-solid--dark:hover,
.auth-main .btn-solid--dark:focus,
.auth-main .btn-solid--dark:active {
  color: white;
  opacity: 0.8;
  background-color: var(--col0);
}

.main-page .btn-solid--dark .dd-icon,
.auth-main .btn-solid--dark .dd-icon {
  margin-top: 4px;
}

.main-page .btn-outlined,
.auth-main .btn-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  transition: all 0.3s ease-in-out;
}

.main-page .btn-outlined--dark,
.auth-main .btn-outlined--dark {
  border-radius: calc(34px * var(--resp));
  color: var(--col0);
  background-color: transparent;
  border: 1px solid var(--col0);
  padding-inline: calc(1.2rem * var(--resp));
  height: calc(62px * var(--resp));
}

.main-page .btn-outlined--dark:hover,
.main-page .btn-outlined--dark:focus,
.main-page .btn-outlined--dark:active,
.auth-main .btn-outlined--dark:hover,
.auth-main .btn-outlined--dark:focus,
.auth-main .btn-outlined--dark:active {
  color: white;
  background-color: var(--col0);
}

/* Common */
html {
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: var(--col1);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(16px * var(--fresp));
  font-family: var(--ff1);
  font-weight: 400;
  overflow-x: hidden;
}

body a {
  text-decoration: none;
  transition: 0.23s ease-out;
}

body .landing {
  position: relative;
  z-index: 1;
}

/* Scrollbars */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}

@media (min-width: 1800px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}

@media (min-width: 2200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 2020px;
  }
}

a {
  color: var(--col1);
  transition: 0.23s ease-out;
}

a:hover {
  color: #000;
}

.nowrap {
  white-space: nowrap;
}

.fade-in {
  opacity: 0;
}

.auth-content .anim-up-down,
.main-page .anim-up-down {
  transform: translateY(25px);
  animation: animUpDownAuth 5s ease-in-out forwards infinite;
}

@keyframes animUpDownAuth {

  0%,
  100% {
    transform: translateY(25px);
  }

  50% {
    transform: translateY(-25px);
  }
}

.primaryText {
  color: var(--col0) !important;
}

@media (max-width: 1600px) and (max-height: 800px) {
  .dropdown-menu .dropdown-item {
    font-size: calc(1.2rem * var(--resp));
    padding-block: 0.45rem;
  }
}

/* Forms */
.form-group--search {
  position: relative;
}

.form-group--search .form-control {
  flex: 1;
  min-width: calc(325px * var(--resp));
  height: calc(48px * var(--resp));
  padding: 0 calc(22px * var(--resp)) 0 calc(3.25rem * var(--resp));
  border-radius: calc(40px * var(--resp));
}

.form-group--search .form-control:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 1600px) {
  .form-group--search .form-control {
    min-width: calc(250px * var(--resp));
  }
}

.form-group--search .form-control+img {
  max-width: 1rem;
  position: absolute;
  top: 51%;
  left: calc(1.25rem * var(--resp));
  transform: translateY(-50%);
}

.checkbox-container {
  margin: auto;
}

.checkbox-container input[type=checkbox],
.checkbox-container input[type=radio] {
  height: 0;
  width: 0;
}

.checkbox-container input[type=checkbox]+label,
.checkbox-container input[type=radio]+label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.23, 1);
}

.checkbox-container input[type=checkbox]+label>b,
.checkbox-container input[type=radio]+label>b {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid var(--col0);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.23, 1);
}

.checkbox-container input[type=checkbox]:checked+label>b,
.checkbox-container input[type=radio]:checked+label>b {
  border: 0.65rem solid var(--col0);
  animation: shrink-bounce 0.1s cubic-bezier(0.4, 0, 0.23, 1);
}

.checkbox-container input[type=checkbox]:checked+label>b:before,
.checkbox-container input[type=radio]:checked+label>b:before {
  content: "";
  position: absolute;
  top: 0.425rem;
  left: 0.285rem;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform-origin: 0% 100%;
  animation: checkbox-check 0.1s 0.35s cubic-bezier(0.4, 0, 0.23, 1) forwards;
}

.checkbox-container input[type=radio]+label>b {
  border-radius: 50%;
}

.checkbox-container input[type=radio]:checked+label>b {
  border: 1px solid var(--col0);
  background-color: var(--col0);
  animation: none;
}

.checkbox-container input[type=radio]:checked+label>b:before {
  border: 0;
  content: "";
  position: absolute;
  top: 0.505rem;
  left: 0.385rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: white;
  animation: none;
}

@media (max-width: 1600px) {
  .checkbox-container input[type=radio]:checked+label>b:before {
    top: 0.45rem;
    left: 0.35rem;
  }
}

@keyframes shrink-bounce {
  0% {
    transform: scale(1);
  }

  33% {
    transform: scale(0.85);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: var(--col4);
    transform: translate3d(0, 0, 0) rotate(44deg);
  }

  33% {
    width: 0.375em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(44deg);
  }

  100% {
    width: 0.35rem;
    height: 0.7rem;
    border-color: var(--col4);
    transform: translate3d(0, -0.75em, 0) rotate(44deg);
  }
}

.main-page {
  width: 100%;
  min-height: 100vh;
  background: url(./../images/inner-pages/layout/bg-main-gray.jpg) no-repeat 100%;
  background-size: cover;
  background-color: #E9EDF5;
  padding: 1.25rem 1.25rem;
}

@media (max-height: 800px) {
  .main-page {
    padding: 1.25rem 1.2rem;
  }
}

@media (max-width: 1200px) {
  .main-page {
    padding: 1rem 0.88rem;
  }
}

@media (max-width: 992px) {
  .main-page {
    padding-bottom: 6.2rem;
  }

  .main-page--code {
    padding-bottom: 5.2rem;
  }
}

@media (max-width: 575px) {
  .main-page {
    background: #E9EDF5;
    padding: 1.2rem 1rem 6rem;
  }
}

.main-page .dropdown-toggle::after {
  display: none;
}

.main-page .dropdown-menu {
  padding: 0;
  border: 1px solid var(--col5);
}

.main-page .dropdown-menu ul {
  padding: 0.85rem calc(1rem * var(--resp)) 0.5rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.35rem;
}

.inner-header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: calc(1rem * var(--resp));
  position: relative;
  z-index: 2;
}

.inner-header__logo-block {
  flex-shrink: 0;
  height: calc(116px * var(--resp));
  width: calc(340px * var(--resp));
  background-color: white;
  padding-top: 0.65rem;
  border-radius: calc(40px * var(--resp)) calc(40px * var(--resp)) 0 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.inner-header__logo-block img {
  max-width: calc(15rem * var(--resp));
}

@media (max-width: 1450px) {
  .inner-header__logo-block img {
    max-width: calc(12.5rem * var(--resp));
  }
}

.inner-header__logo-block::after {
  --size: 2.55rem;
  content: "";
  position: absolute;
  width: var(--size);
  aspect-ratio: 1;
  background: transparent;
  right: calc(-1 * var(--size));
  bottom: -0.35px;
  background-image: radial-gradient(circle at 100% 100%, transparent var(--size), white calc(var(--size) + 1px));
  rotate: -90deg;
}

@media (max-width: 1600px) {
  .inner-header__logo-block::after {
    --size: 2.125rem;
  }
}

.inner-header__nav {
  flex: 1;
  height: calc(100px * var(--resp));
  padding: calc(22px * var(--resp)) calc(30px * var(--resp));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.26);
  border-radius: calc(35px * var(--resp));
  backdrop-filter: blur(64px);
  position: relative;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .inner-header__nav {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 768px) {
  .inner-header__nav {
    padding: 0;
    height: auto;
    border-radius: 0;
    gap: 0.8rem;
    background: transparent;
    flex-flow: column nowrap;
  }
}

.inner-header__nav .hi-block {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .inner-header__nav .hi-block {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .inner-header__nav .hi-block .m-hide {
    display: none;
  }
}

.inner-header__nav .hi-block__left,
.inner-header__nav .hi-block__right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(1.125rem * var(--resp));
}

.inner-header__nav .hi-block img {
  max-width: calc(55px * var(--resp));
}

@media (max-width: 768px) {
  .inner-header__nav .hi-block__right img {
    max-width: unset;
    width: calc(65px * var(--resp));
  }
}

.inner-header__nav .hi-block .text h4 {
  max-width: 20ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1600px) {
  .inner-header__nav .hi-block .text h4 {
    max-width: 16ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (max-width: 575px) {
  .inner-header__nav .hi-block .text h4 {
    font-size: calc(1.5rem * var(--resp));
  }
}

.inner-header__nav .hi-block p {
  color: #4e4e4e;
}

@media (max-width: 575px) {
  .inner-header__nav .hi-block p {
    margin-top: 0.2rem;
    font-size: calc(1rem * var(--resp));
  }
}

.inner-header__nav .form-control {
  flex: 1;
  min-width: calc(425px * var(--resp));
  height: calc(58px * var(--resp));
  padding: 0 calc(27px * var(--resp)) 0 calc(3.25rem * var(--resp));
  border-radius: calc(40px * var(--resp));
}

@media (max-width: 1600px) {
  .inner-header__nav .form-control {
    min-width: calc(350px * var(--resp));
  }
}

@media (max-width: 575px) {
  .inner-header__nav .form-control {
    min-width: unset;
  }
}

.inner-header__nav .form-control+img {
  position: absolute;
  top: 50%;
  left: calc(1.35rem * var(--resp));
  transform: translateY(-50%);
}

.inner-header__nav .nav-right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

@media (max-width: 768px) {
  .inner-header__nav .nav-right {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .inner-header__nav .nav-right .form-group {
    flex: 1;
  }
}

@media (max-width: 575px) {
  .inner-header__nav .nav-right {
    gap: 0.5rem;
  }
}

.inner-header__nav .nav-right .user {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.inner-header__nav .nav-right .user .btn {
  padding: 0;
  display: inline-flex;
  flex-flow: column nowrap;
  gap: 0.22rem;
}

.inner-header__nav .nav-right .user .top {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  cursor: pointer;
}

.inner-header__nav .nav-right .user .top .name {
  line-height: 1;
}

.inner-header__nav .nav-right .user .top img {
  margin-top: 4px;
  max-width: 12px;
}

@media (max-width: 992px) {
  .inner-header__nav .nav-right .user>img {
    max-width: calc(58px * var(--resp));
  }

  .inner-header__nav .nav-right .user .dropdown {
    display: none;
  }
}

.notification-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #ff3b3b;
  color: #fff;
  font-size: 12px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.notification-modal {
  position: absolute;
  top: 48px;
  right: 0;
  width: 320px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 999;
  overflow: hidden;
}

.notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}

.notification-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.mark-read {
  background: none;
  border: none;
  color: #007bff;
  font-size: 13px;
  cursor: pointer;
}

.notification-list {
  max-height: 300px;
  overflow-y: auto;
}

.notification-item {
  padding: 12px 16px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}

.notification-item.unread {
  background: #f5f8ff;
}

.notification-item h5 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
}

.notification-item p {
  margin: 0;
  font-size: 13px;
  color: #555;
}

.notification-item .time {
  font-size: 11px;
  color: #999;
}

.empty {
  padding: 20px;
  text-align: center;
  font-size: 14px;
  color: #777;
}

.inner-page-content {
  width: 100%;
  display: flex;
  gap: calc(1.75rem * var(--resp));
  height: calc(100vh - 9.4rem);
  background: white;
  border-radius: 0 calc(40px * var(--resp)) calc(40px * var(--resp)) calc(40px * var(--resp));
}

@media (max-height: 1100px) {
  .inner-page-content {
    height: calc(100vh - 9.4rem);
  }
}

@media (max-height: 800px) {
  .inner-page-content {
    height: calc(100vh - 7.6rem);
  }
}

@media (max-width: 1600px) and (max-height: 800px) {
  .inner-page-content {
    height: calc(100vh - 8.6rem);
  }
}

@media (max-width: 1450px) and (max-height: 700px) {
  .inner-page-content {
    height: calc(100vh - 7.6rem);
  }
}

@media (max-width: 1200px) {
  .inner-page-content {
    height: calc(100vh - 7.4rem);
    border-radius: calc(40px * var(--resp));
  }
}

@media (max-width: 575px) {
  .inner-page-content {
    border-radius: 0;
    background-color: transparent;
  }
}

.inner-page-content .sidebar-limegreen {
  background: url(./../images/inner-pages/layout/bg-sidebar-dark.svg) no-repeat 100%;
  background-size: contain;
  min-width: calc(135px * var(--resp));
  margin-top: -0.5rem;
}

@media (max-height: 800px) {
  .inner-page-content .sidebar-limegreen {
    min-width: 100px;
    position: relative;
    z-index: 1;
  }
}

@media (max-height: 700px) {
  .inner-page-content .sidebar-limegreen {
    min-width: 82px;
  }
}

@media (max-width: 1200px) {
  .inner-page-content .sidebar-limegreen {
    min-width: 90px;
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .inner-page-content .sidebar-limegreen {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    background: var(--col0);
    padding-inline: 0;
    border-radius: calc(25px * var(--resp)) calc(25px * var(--resp)) 0 0;
    overflow: hidden;
  }
}

.inner-page-content .sidebar-limegreen ul {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: min(2.5vh, 2rem * var(--resp));
  padding-bottom: 0.35rem;
}

@media (max-width: 1440px) {
  .inner-page-content .sidebar-limegreen ul {
    gap: min(4vh, 1.85rem);
  }
}

@media (max-width: 992px) {
  .inner-page-content .sidebar-limegreen ul {
    flex-flow: row nowrap;
    padding: 1rem 1.5rem;
    justify-content: flex-start;
    gap: 0.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .inner-page-content .sidebar-limegreen ul::-webkit-scrollbar {
    display: none;
  }

  .inner-page-content .sidebar-limegreen ul li {
    flex: 0 0 22%;
    text-align: center;
    transition: all 0.3s ease-in-out;
    scroll-snap-align: center;
  }

  .inner-page-content .sidebar-limegreen ul li.second-row-navigation:last-child,
  .inner-page-content .sidebar-limegreen ul li.second-row-navigation:nth-last-child(2),
  .inner-page-content .sidebar-limegreen ul li.second-row-navigation:nth-last-child(3),
  .inner-page-content .sidebar-limegreen ul li.second-row-navigation:nth-last-child(4) {
    display: block;
  }

  .inner-page-content .sidebar-limegreen ul li.down-arrow-navigation {
    display: none;
  }
}

@media (max-width: 768px) {
  .inner-page-content .sidebar-limegreen ul {
    padding-inline: 0.5rem;
    justify-content: flex-start;
  }

  .inner-page-content .sidebar-limegreen ul li {
    flex: 0 0 22%;
  }
}

.inner-page-content .sidebar-limegreen ul li {
  max-width: 75%;
  margin-inline: auto;
}

.inner-page-content .sidebar-limegreen ul li:last-child,
.inner-page-content .sidebar-limegreen ul li:nth-last-child(2),
.inner-page-content .sidebar-limegreen ul li:nth-last-child(3),
.inner-page-content .sidebar-limegreen ul li:nth-last-child(4) {
  display: block;
}

@media (max-width: 450px) {
  .inner-page-content .sidebar-limegreen ul li {
    flex: 0 0 22%;
  }
}

.inner-page-content .sidebar-limegreen ul .up-arrow-navigation,
.inner-page-content .sidebar-limegreen ul .down-arrow-navigation {
  display: none;
}

.inner-page-content .sidebar-limegreen ul .nav-page-link {
  display: inline-flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  color: var(--graytext);
}

@media (max-width: 1440px) {
  .inner-page-content .sidebar-limegreen ul .nav-page-link {
    gap: 0.35rem;
  }
}

@media (max-width: 992px) {
  .inner-page-content .sidebar-limegreen ul .nav-page-link {
    gap: 0.5rem;
  }

  .inner-page-content .sidebar-limegreen ul .nav-page-link.active span {
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  .inner-page-content .sidebar-limegreen ul .nav-page-link {
    opacity: 1;
    flex-flow: row nowrap;
    padding: 0.75rem 0;
    border-radius: 3rem;
    gap: 0;
  }

  .inner-page-content .sidebar-limegreen ul .nav-page-link.active {
    gap: 0.5rem;
  }
}

.inner-page-content .sidebar-limegreen ul .nav-page-link img {
  opacity: 0.5;
  max-width: calc(23px * var(--resp));
}

@media (max-width: 1440px) {
  .inner-page-content .sidebar-limegreen ul .nav-page-link img {
    max-width: calc(28px * var(--resp));
  }
}

.inner-page-content .sidebar-limegreen ul .nav-page-link span {
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1450px) {
  .inner-page-content .sidebar-limegreen ul .nav-page-link span {
    line-height: 1.3;
    font-size: calc(0.9rem * var(--resp)) !important;
  }
}

@media (max-width: 992px) {
  .inner-page-content .sidebar-limegreen ul .nav-page-link span {
    white-space: nowrap;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .inner-page-content .sidebar-limegreen ul .nav-page-link span {
    max-width: 0;
  }
}

.inner-page-content .sidebar-limegreen ul .nav-page-link:hover {
  opacity: 0.85;
}

.inner-page-content .sidebar-limegreen ul .nav-page-link.active {
  color: white;
}

.inner-page-content .sidebar-limegreen ul .nav-page-link.active img {
  opacity: 1;
}

@media (max-width: 768px) {
  .inner-page-content .sidebar-limegreen ul .nav-page-link.active {
    padding-inline: 1.125rem;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .inner-page-content .sidebar-limegreen ul .nav-page-link.active span {
    max-width: 100%;
  }
}

@media (max-width: 450px) {
  .inner-page-content .sidebar-limegreen ul .nav-page-link.active {
    padding: 0.65rem 0.8rem;
  }
}

.pagination {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination>div {
  border-radius: 5rem;
  background-color: #fff;
  gap: calc(16px * var(--resp));
  padding: calc(15px * var(--resp));
}

.pagination #page-info__number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(16px * var(--resp));
}

.pagination .pagination__btn_arrow,
.pagination .pagination-button,
.pagination .ellipsis {
  width: calc(58px * var(--resp));
  height: calc(58px * var(--resp));
  font-weight: 500;
  border-radius: 50%;
  background-color: white;
  color: var(--col0);
  font-size: var(--fz18);
  border: 1px solid var(--col0);
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pagination .pagination__btn_arrow svg,
.pagination .pagination-button svg,
.pagination .ellipsis svg {
  stroke: var(--col0);
  transition: all 0.3s ease-in-out;
}

.pagination .pagination__btn_arrow:hover:not(.active),
.pagination .pagination-button:hover:not(.active),
.pagination .ellipsis:hover:not(.active) {
  color: var(--col10);
  border-color: var(--col10);
}

.pagination .pagination__btn_arrow:hover:not(.active) svg,
.pagination .pagination-button:hover:not(.active) svg,
.pagination .ellipsis:hover:not(.active) svg {
  stroke: var(--col10);
}

.pagination .pagination__btn_arrow.disabled,
.pagination .pagination__btn_arrow.disabled:hover,
.pagination .pagination-button.disabled,
.pagination .pagination-button.disabled:hover,
.pagination .ellipsis.disabled,
.pagination .ellipsis.disabled:hover {
  cursor: not-allowed;
  opacity: 0.25 !important;
  color: var(--col10);
  border-color: var(--col10);
}

.pagination .pagination__btn_arrow.disabled svg,
.pagination .pagination__btn_arrow.disabled:hover svg,
.pagination .pagination-button.disabled svg,
.pagination .pagination-button.disabled:hover svg,
.pagination .ellipsis.disabled svg,
.pagination .ellipsis.disabled:hover svg {
  stroke: var(--col10);
}

.pagination .pagination__btn_arrow.active,
.pagination .pagination-button.active,
.pagination .ellipsis.active {
  background: var(--col0);
  color: white;
}

.pagination .pagination__btn_arrow.active svg,
.pagination .pagination-button.active svg,
.pagination .ellipsis.active svg {
  stroke: white;
}

#ui-datepicker-div {
  margin-top: 0.35rem;
}

.modal-header .modal-title {
  color: var(--col0);
}

.form-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.form-wrapper>div {
  flex: 1;
  margin-bottom: 0.5rem;
}

.form-wrapper label {
  font-size: 0.85rem;
  margin-bottom: 6px;
  font-weight: 500;
  color: var(--col3);
}

.form-wrapper .form-control {
  font-size: 0.875rem;
  border-radius: calc(8px * var(--resp));
}

.form-wrapper .form-control:hover,
.form-wrapper .form-control:focus,
.form-wrapper .form-control:active {
  box-shadow: none;
  outline: 0;
  border-color: var(--col6);
}

@media (max-width: 1366px) {
  .form-wrapper {
    gap: 0.6rem;
  }
}

@media (max-width: 992px) {
  .form-wrapper {
    flex-direction: column;
    gap: 0rem;
  }
}

.modal-footer .btn-cancel,
.modal-footer .btn-save {
  padding: 0 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  background-color: transparent;
  height: calc(48px * var(--resp));
  transition: all 0.3s ease-in-out;
  border-radius: 4rem;
}

.modal-footer .btn-cancel {
  color: var(--col3);
  border-radius: 0;
  border-color: transparent;
}

.modal-footer .btn-cancel:hover,
.modal-footer .btn-cancel:hover,
.modal-footer .btn-cancel:active {
  color: var(--col1);
  border-color: transparent;
  background-color: transparent;
}

.modal-footer .btn-save {
  color: var(--col6);
  border-color: var(--col6);
}

.modal-footer .btn-save:hover,
.modal-footer .btn-save:hover,
.modal-footer .btn-save:active {
  color: white;
  border-color: var(--col6);
  background-color: var(--col6);
}

.bdrs10 {
  border-radius: calc(10px * var(--resp));
}

.bdrs12 {
  border-radius: calc(12px * var(--resp));
}

.bdrs20 {
  border-radius: calc(20px * var(--resp));
}

.bdrs21 {
  border-radius: calc(21px * var(--resp));
}

.bdrs28 {
  border-radius: calc(28px * var(--resp));
}

.bdrs30 {
  border-radius: calc(30px * var(--resp));
}

.bdrs40 {
  border-radius: calc(40px * var(--resp));
}

@media (max-width: 992px) {
  .hide-below-992 {
    display: none !important;
  }

  .show-below-992 {
    display: inline-flex !important;
  }
}

@media (min-width: 992.1px) {
  .show-above-992 {
    display: inline-flex !important;
  }

  .hide-above-992 {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hide-below-768 {
    display: none !important;
  }

  .show-below-768 {
    display: inline-flex !important;
  }
}

@media (min-width: 768.1px) {
  .show-above-768 {
    display: inline-flex !important;
  }

  .hide-above-768 {
    display: none !important;
  }
}

.disabled {
  opacity: 0.5 !important;
}

.auth-main {
  width: 100%;
  background: url(./../images/inner-pages/layout/bg-auth.jpg) no-repeat 100%;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 575px) {
  .auth-main {
    background-position: 60%;
  }
}

@media (max-width: 1199.98px) {
  .auth-main .container {
    max-width: 90%;
  }
}

@media (max-width: 575px) {
  .auth-main .container {
    max-width: 95%;
  }
}

.auth-main .auth-content {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .auth-main .auth-content {
    gap: 5vw;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .auth-main .auth-content {
    gap: 2vw;
  }
}

@media (max-width: 768px) {
  .auth-main .auth-content {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
  }
}

.auth-main .auth-content__graphics {
  max-width: 42rem;
  flex: 0 0 42rem;
  margin-left: 6rem;
  position: relative;
}

@media (max-width: 1600px) {
  .auth-main .auth-content__graphics {
    max-width: 41rem;
    flex: 0 0 41rem;
    margin-left: 3vw;
  }
}

@media (max-width: 1450px) {
  .auth-main .auth-content__graphics {
    max-width: 35rem;
    flex: 0 0 35rem;
    margin-left: 2vw;
  }
}

@media (max-width: 1199.98px) {
  .auth-main .auth-content__graphics {
    max-width: 25rem;
    flex: 0 0 25rem;
  }
}

@media (max-width: 1024px) {
  .auth-main .auth-content__graphics {
    display: none;
  }
}

.auth-main .auth-content__graphics img {
  max-width: 100%;
}

.auth-main .auth-content__graphics img.main-img {
  max-width: calc(550px * var(--resp));
}

@media (max-width: 1450px) {
  .auth-main .auth-content__graphics img.main-img {
    max-width: calc(500px * var(--resp));
  }
}

.auth-main .auth-content__graphics .side-prop {
  position: absolute;
}

.auth-main .auth-content__graphics .side-prop01 {
  left: calc(100px * var(--resp) * -1);
  top: calc(87px * var(--resp));
  max-width: calc(235px * var(--resp));
}

@media (max-width: 1450px) {
  .auth-main .auth-content__graphics .side-prop01 {
    left: calc(64px * var(--resp) * -1);
    max-width: calc(160px * var(--resp));
  }
}

.auth-main .auth-content__graphics .side-prop02 {
  top: 40%;
  right: 4.5rem;
  max-width: calc(180px * var(--resp));
}

@media (max-width: 1800px) {
  .auth-main .auth-content__graphics .side-prop02 {
    right: 6rem;
  }
}

@media (max-width: 1450px) {
  .auth-main .auth-content__graphics .side-prop02 {
    right: 6.5rem;
    max-width: calc(130px * var(--resp));
  }
}

@media (max-width: 1199.98px) {
  .auth-main .auth-content__graphics .side-prop02 {
    right: -1.5rem;
  }
}

.auth-main .auth-content__graphics .side-prop03 {
  bottom: 0.5rem;
  left: calc(33px * var(--resp) * -1);
  max-width: calc(150px * var(--resp));
}

@media (max-width: 1450px) {
  .auth-main .auth-content__graphics .side-prop03 {
    left: calc(28px * var(--resp) * -1);
    max-width: calc(125px * var(--resp));
  }
}

.auth-main .auth-content .logo-img {
  display: none;
}

@media (max-width: 768px) {
  .auth-main .auth-content .logo-img {
    display: inline-flex;
    margin-top: 12vh;
  }
}

@media (max-height: 700px) {
  .auth-main .auth-content .logo-img {
    margin-top: 9vh;
  }
}

.auth-main .auth-content__right {
  flex: 1;
}

@media (max-width: 1024px) {
  .auth-main .auth-content__right {
    max-width: 30rem;
  }
}

@media (max-width: 768px) {
  .auth-main .auth-content__right {
    max-width: 26rem;
    min-width: 22rem;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .auth-main .auth-content__right {
    max-width: 26rem;
    min-width: 25rem;
  }
}

@media (max-width: 415px) {
  .auth-main .auth-content__right {
    min-width: 88vw;
  }
}

.auth-main .auth-content__right .curved-block {
  margin-left: auto;
  padding: 3rem 2rem 1rem;
  width: calc(720px * var(--resp));
  min-height: calc(750px * var(--resp));
  display: flex;
  flex-flow: column nowrap;
}

@media (max-width: 1600px) {
  .auth-main .auth-content__right .curved-block {
    width: calc(650px * var(--resp));
    padding: 1.5rem 2rem 0.5rem;
  }
}

@media (max-width: 1450px) {
  .auth-main .auth-content__right .curved-block {
    min-height: calc(700px * var(--resp));
    padding: 1.2rem 1rem 0;
  }
}

@media (max-width: 1199.98px) {
  .auth-main .auth-content__right .curved-block {
    min-height: calc(650px * var(--resp));
  }
}

@media (max-width: 1024px) {
  .auth-main .auth-content__right .curved-block {
    padding-inline: 0;
  }
}

@media (max-width: 768px) {
  .auth-main .auth-content__right .curved-block {
    width: 100%;
    min-height: calc(85vh - 5rem);
  }
}

@media (max-height: 700px) {
  .auth-main .auth-content__right .curved-block {
    min-height: calc(90vh - 5rem);
  }
}

@media (max-width: 768px) {
  .auth-main .auth-content__right .curved-block--login {
    margin-top: 3vh !important;
  }
}

@media (max-height: 700px) {
  .auth-main .auth-content__right .curved-block--login {
    margin-top: 1vh !important;
  }
}

.auth-main .auth-content__right h1 {
  color: var(--col0);
}

.auth-main .auth-content__right p {
  color: var(--col3);
}

.auth-main .auth-content__right .top-white {
  width: 70%;
  margin-left: auto;
  height: 2rem;
  border-radius: 1.35rem calc(40px * var(--resp)) 0 0;
  background-color: #fff;
  position: relative;
}

@media (max-width: 1024px) {
  .auth-main .auth-content__right .top-white {
    display: none;
  }
}

.auth-main .auth-content__right .top-white::after {
  --size: 1.25rem;
  content: "";
  position: absolute;
  width: var(--size);
  aspect-ratio: 1;
  background: transparent;
  left: calc(-1 * var(--size));
  bottom: 0px;
  background-image: radial-gradient(circle at 100% 100%, transparent var(--size), white calc(var(--size) + 1px));
  rotate: 180deg;
}

@media (max-width: 1600px) {
  .auth-main .auth-content__right .top-white::after {
    --size: 1.1rem;
  }
}

.auth-main .auth-content__right .middle-white {
  width: 100%;
  background-color: #fff;
  padding: calc(80px * var(--resp)) calc(45px * var(--resp)) calc(45px * var(--resp));
  border-radius: calc(40px * var(--resp)) 0 calc(40px * var(--resp)) 0;
}

@media (max-width: 1450px) {
  .auth-main .auth-content__right .middle-white {
    padding: calc(50px * var(--resp)) calc(40px * var(--resp)) calc(30px * var(--resp));
  }
}

@media (max-width: 1199.98px) {
  .auth-main .auth-content__right .middle-white {
    padding: calc(40px * var(--resp)) calc(28px * var(--resp)) calc(22px * var(--resp));
  }
}

@media (max-width: 1024px) {
  .auth-main .auth-content__right .middle-white {
    padding: calc(50px * var(--resp)) calc(45px * var(--resp)) calc(40px * var(--resp));
    border-top-right-radius: calc(40px * var(--resp));
  }
}

@media (max-width: 575px) {
  .auth-main .auth-content__right .middle-white {
    padding: calc(40px * var(--resp)) calc(25px * var(--resp)) calc(20px * var(--resp));
  }
}

.auth-main .auth-content__right .middle-white>h1 {
  transition: all 0.3s ease-in-out;
  color: var(--col0);
  margin-bottom: calc(0.5rem * var(--resp));
  font-size: calc(3.5rem * var(--resp));
}

@media (max-width: 1600px) {
  .auth-main .auth-content__right .middle-white>h1 {
    font-size: calc(3rem * var(--resp));
  }
}

@media (max-width: 1199.98px) {
  .auth-main .auth-content__right .middle-white>h1 {
    font-size: calc(2.85rem * var(--resp));
  }
}

@media (max-width: 768px) {
  .auth-main .auth-content__right .middle-white>h1 {
    text-align: center;
    font-size: calc(1.75rem * var(--resp));
  }
}

.auth-main .auth-content__right .middle-white>p {
  margin-bottom: calc(2.5rem * var(--resp));
}

@media (max-width: 768px) {
  .auth-main .auth-content__right .middle-white>p {
    text-align: center;
  }
}

.auth-main .auth-content__right .middle-white .remember-forgot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: -0.25rem;
}

.auth-main .auth-content__right--signup .middle-white {
  padding-top: calc(40px * var(--resp));
}

@media (max-width: 1450px) {
  .auth-main .auth-content__right--signup .middle-white {
    padding-top: calc(30px * var(--resp));
  }
}

.auth-main .auth-content__right .bottom-white {
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
}

@media (max-width: 1199.98px) {
  .auth-main .auth-content__right .bottom-white {
    gap: 0.7rem;
  }
}

@media (max-width: 768px) {
  .auth-main .auth-content__right .bottom-white {
    margin-bottom: 1rem;
  }
}

.auth-main .auth-content__right .bottom-white__left {
  flex: 1;
  background-color: white;
  padding: calc(20px * var(--resp)) calc(45px * var(--resp)) calc(20px * var(--resp));
  border-radius: 0 0 calc(40px * var(--resp)) calc(40px * var(--resp));
  height: calc(125px * var(--resp));
  position: relative;
}

@media (max-width: 1450px) {
  .auth-main .auth-content__right .bottom-white__left {
    height: calc(120px * var(--resp));
    padding-inline: calc(40px * var(--resp));
  }
}

@media (max-width: 1199.98px) {
  .auth-main .auth-content__right .bottom-white__left {
    padding: calc(10px * var(--resp)) calc(28px * var(--resp));
    height: calc(100px * var(--resp));
  }
}

@media (max-width: 1024px) {
  .auth-main .auth-content__right .bottom-white__left {
    padding-inline: calc(45px * var(--resp));
  }
}

@media (max-width: 1024px) {
  .auth-main .auth-content__right .bottom-white__left {
    padding-top: 0.25rem;
  }
}

@media (max-width: 575px) {
  .auth-main .auth-content__right .bottom-white__left {
    height: calc(90px * var(--resp));
    padding: 0.5rem calc(25px * var(--resp)) 0.5rem;
  }
}

.auth-main .auth-content__right .bottom-white__left::after {
  --size: 2.5rem;
  content: "";
  position: absolute;
  width: var(--size);
  aspect-ratio: 1;
  right: calc(-1 * var(--size));
  top: 0px;
  background-image: radial-gradient(circle at 100% 100%, transparent var(--size), white calc(var(--size) + 1px));
}

@media (max-width: 1600px) {
  .auth-main .auth-content__right .bottom-white__left::after {
    --size: 2.5rem;
  }
}

@media (max-width: 1199.98px) {
  .auth-main .auth-content__right .bottom-white__left::after {
    --size: 2.35rem;
  }
}

.auth-main .auth-content__right .bottom-white__left .title-row {
  position: relative;
}

@media (max-width: 1450px) {
  .auth-main .auth-content__right .bottom-white__left .title-row {
    font-size: calc(14px * var(--resp));
  }
}

.auth-main .auth-content__right .bottom-white__left .title-row::after {
  content: "";
  position: absolute;
  width: calc(6rem * var(--resp));
  top: 50%;
  left: calc(8.25rem * var(--resp));
  border-top: 1px solid rgba(76, 76, 76, 0.4);
}

@media (max-width: 1450px) {
  .auth-main .auth-content__right .bottom-white__left .title-row::after {
    left: calc(6.75rem * var(--resp));
  }
}

@media (max-width: 1199.98px) {
  .auth-main .auth-content__right .bottom-white__left .title-row::after {
    width: calc(5rem * var(--resp));
  }
}

.auth-main .auth-content__right .bottom-white__left ul {
  display: flex;
  align-items: center;
  padding-top: calc(20px * var(--resp));
  gap: 1rem;
}

.auth-main .auth-content__right .bottom-white__left ul img {
  max-width: 2rem;
}

@media (max-width: 1450px) {
  .auth-main .auth-content__right .bottom-white__left ul {
    padding-top: 0.65rem;
    gap: 0.75rem;
  }

  .auth-main .auth-content__right .bottom-white__left ul img {
    max-width: 1.75rem;
  }
}

@media (max-width: 575px) {
  .auth-main .auth-content__right .bottom-white__left ul {
    padding-top: 0.35rem;
    gap: 0.75rem;
  }
}

.auth-main .auth-content__right .bottom-white__right {
  width: calc(270px * var(--resp));
  flex: 0 0 calc(270px * var(--resp));
  padding: 1rem 0.5rem 0 0;
}

@media (max-width: 1199.98px) {
  .auth-main .auth-content__right .bottom-white__right {
    width: calc(200px * var(--resp));
    flex: 0 0 calc(200px * var(--resp));
    padding-right: 0.25rem;
    padding-top: 0.75rem;
  }
}

@media (max-width: 768px) {
  .auth-main .auth-content__right .bottom-white__right {
    width: calc(150px * var(--resp));
    flex: 0 0 calc(150px * var(--resp));
  }
}

.auth-main .auth-content__right .bottom-white__right .btn-auth {
  height: calc(109px * var(--resp));
  border-radius: 120px;
  font-size: calc(28px * var(--resp));
  width: 100%;
}

@media (max-width: 1450px) {
  .auth-main .auth-content__right .bottom-white__right .btn-auth {
    height: 80px;
  }
}

@media (max-width: 1199.98px) {
  .auth-main .auth-content__right .bottom-white__right .btn-auth {
    height: 64px;
  }
}

@media (max-width: 768px) {
  .auth-main .auth-content__right .bottom-white__right .btn-auth {
    height: 58px;
  }
}

.auth-main .auth-content__right .bottom-white__right .btn-auth span {
  display: flex;
  margin-bottom: 0.2rem;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid white;
}

@media (max-width: 1450px) {
  .auth-main .auth-content__right .bottom-white__right .btn-auth span {
    font-size: calc(1.5rem * var(--resp));
  }
}

@media (max-width: 1199.98px) {
  .auth-main .auth-content__right .bottom-white__right .btn-auth span {
    font-size: calc(22px * var(--resp));
  }
}

@media (max-width: 768px) {
  .auth-main .auth-content__right .bottom-white__right .btn-auth span {
    font-size: calc(1rem * var(--resp));
    border-width: 1px;
  }
}

.auth-main .auth-content__right .outer-statement {
  margin: calc(16px * var(--resp)) 0 calc(1.2rem * var(--resp)) calc(50px * var(--resp));
  font-size: calc(15px * var(--resp));
}

@media (max-width: 768px) {
  .auth-main .auth-content__right .outer-statement {
    margin: auto 0 5vh;
    text-align: center;
    font-weight: 500;
  }
}

@media (max-width: 575px) and (min-height: 700px) {
  .auth-main .auth-content__right .outer-statement {
    margin-bottom: 2vh;
  }
}

@media (max-height: 700px) {
  .auth-main .auth-content__right .outer-statement {
    margin-bottom: 1rem;
  }
}

.auth-main .auth-content__right .outer-statement a {
  color: var(--col6);
}

.auth-main .auth-content--signup {
  gap: 2vw;
}

.auth-main .auth-content--signup .logo-img {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .auth-main .auth-content--signup .auth-content__right .curved-block {
    min-height: calc(97.5vh - 5rem);
  }
}

.auth-main .form-group {
  display: flex;
  flex-flow: column nowrap;
  gap: calc(0.75rem * var(--resp));
  margin-bottom: 1.65rem;
}

.auth-main .form-group .label {
  line-height: 1;
  color: var(--col3);
  padding-left: calc(25px * var(--resp));
}

@media (max-width: 1450px) {
  .auth-main .form-group .label {
    padding-left: calc(22px * var(--resp));
  }
}

.auth-main .form-group .form-control,
.auth-main .form-group .input-number {
  font-weight: 400;
  height: calc(62px * var(--resp));
  border-radius: calc(40px * var(--resp));
  border: 1px solid #D8D8D8;
  background-color: #fbfbfb;
  padding: 0 calc(25px * var(--resp));
  font-size: calc(1rem * var(--resp));
  transition: all 0.3s ease-in-out;
  color: var(--col3);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.auth-main .form-group .form-control:focus,
.auth-main .form-group .input-number:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--col0);
}

.auth-main .form-group .form-control:focus-within,
.auth-main .form-group .input-number:focus-within {
  border-color: var(--col0);
}

.auth-main .form-group .form-control .dropdown,
.auth-main .form-group .input-number .dropdown {
  width: 4.5rem;
  height: 100%;
  flex: 0 0 4.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.auth-main .form-group .form-control .sep,
.auth-main .form-group .input-number .sep {
  height: 1.2rem;
  width: 1px;
  border-right: 1px solid #D8D8D8;
}

.auth-main .form-group .form-control>input,
.auth-main .form-group .input-number>input {
  border: 0;
  flex: 1;
  height: 100%;
  padding: 0 0.5rem;
  background-color: transparent;
  border-radius: 0 calc(16px * var(--resp)) calc(16px * var(--resp)) 0;
}

.auth-main .form-group .form-control>input:focus,
.auth-main .form-group .input-number>input:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 1450px) {

  .auth-main .form-group .form-control,
  .auth-main .form-group .input-number {
    padding: 0 calc(22px * var(--resp));
    height: 3rem;
  }
}

.auth-main .grayText {
  color: var(--col3);
}

.auth-main .checkbox-container input[type=checkbox]+label>b {
  border-radius: 4px;
  border-color: #D8D8D8;
  background-color: #FBFBFB;
}

.auth-main .checkbox-container input[type=checkbox]:checked+label>b {
  border-color: var(--col0);
}

.auth-main .checkbox-container input[type=checkbox]:checked+label>b::before {
  top: 0.865rem;
  left: 0.24rem;
}

@media (max-width: 1450px) {
  .auth-main .checkbox-container input[type=checkbox]:checked+label>b::before {
    top: 0.85rem;
    left: 0.25rem;
  }
}

.auth-main .input-number .dd-flag {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 100%;
  border: 0 !important;
  box-shadow: none !important;
}

.auth-main .input-number .dd-flag:focus {
  outline: 0;
}

.auth-main .input-number .dd-flag img {
  width: 1.4rem;
  border-radius: 2px;
}

.auth-main .input-number .dd-flag::after {
  border: 0;
  margin-top: 1px;
  background: url(../images/inner-pages/icons/icon-dd-arrow.svg) no-repeat center;
  background-size: 0.75rem;
  width: 1rem;
  height: 0.7rem;
}

.auth-main .input-number .dd-flag+.dropdown-menu {
  min-width: 5rem;
  border-radius: 1rem;
  right: unset !important;
  left: calc(1.5rem * var(--resp) * -1) !important;
  max-height: 9rem;
  overflow-y: auto;
}

.auth-main .input-number .dd-flag+.dropdown-menu a {
  line-height: 0;
  padding-block: 0.6rem;
  padding-inline: calc(1.4rem * var(--resp));
}

.auth-main .input-number .dd-flag+.dropdown-menu img {
  width: 1.4rem;
  border-radius: 2px;
}

/*  FIXED — Signup form full fit without scroll */
.auth-content--signup {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  /* no page scroll */
}

.auth-content--signup .curved-block {
  margin-top: -4.5rem !important;
  /* lift form a bit up */
  padding: 1.5rem 1.8rem 1.2rem !important;
  /*  top & bottom spacing */
  width: calc(620px * var(--resp)) !important;
  height: auto !important;
  max-height: calc(100vh - 4rem) !important;
  overflow: visible !important;
  box-sizing: border-box;
}

/*  gaps between form fields  */
.auth-content--signup .form-group {
  margin-bottom: calc(0.5rem * var(--resp)) !important;
}

.auth-content--signup .form-control,
.auth-content--signup .form-group .form-control {
  height: calc(52px * var(--resp)) !important;
  padding: 0 calc(18px * var(--resp)) !important;
}

.auth-content--signup .middle-white {
  padding-top: calc(30px * var(--resp)) !important;
  padding-bottom: calc(10px * var(--resp)) !important;
}

/* make bottom white section (curve area) */
.auth-content--signup .bottom-white__left {
  height: calc(85px * var(--resp)) !important;
  padding: 0.5rem calc(35px * var(--resp)) !important;
}

/* Already have an account */
.auth-content--signup .outer-statement {
  margin-top: calc(-15px * var(--resp)) !important;
  margin-bottom: calc(10px * var(--resp)) !important;
}

/* signup button (fit viewport perfectly) */
.auth-content--signup .btn-auth {
  height: calc(65px * var(--resp)) !important;
  font-size: calc(15px * var(--resp)) !important;
  border-radius: 999px !important;
  padding: 0 1rem !important;
}

@media (max-width: 992px) {
  .inner-page-content--aira-chat {
    min-height: unset;
  }
}

.aira-chat {
  width: 100%;
  display: flex;
  padding: calc(1.5rem * var(--resp)) calc(1.5rem * var(--resp)) calc(1.5rem * var(--resp)) 0;
}

@media (max-height: 800px) {
  .aira-chat {
    padding: 1.5rem 1.2rem 1.5rem 0;
  }
}

@media (max-height: 700px) {
  .aira-chat {
    padding: 1rem 1rem 0.9rem 0;
  }
}

@media (max-width: 1200px) and (max-height: 800px) {
  .aira-chat {
    padding: 1.2rem 1rem 1.2rem 0;
  }
}

@media (max-width: 992px) {
  .aira-chat {
    position: relative;
    max-height: unset;
    overflow-y: hidden;
    padding: 1.5rem 1.2rem;
    display: flex;
    flex-flow: column nowrap;
  }
}

@media (max-width: 575px) {
  .aira-chat {
    padding: 0;
  }
}

@media (max-width: 360px) {
  .aira-chat {
    padding: 0;
  }
}

.chat-index {
  width: calc(360px * var(--resp));
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
}

@media (max-height: 800px) {
  .chat-index {
    gap: 1.35rem;
  }
}

@media (max-width: 992px) {
  .chat-index {
    width: 100%;
  }
}

.chat-index .ad-block {
  background: url(./../images/inner-pages/grad-prop-knot.png) no-repeat;
  background-position: 100% 0%;
  padding: calc(20px * var(--resp)) calc(26px * var(--resp));
  background-size: 42%;
}

.chat-index .ad-block__inner {
  display: flex;
  flex-flow: column nowrap;
  max-width: calc(175px * var(--resp));
  gap: calc(1.2rem * var(--resp));
}

@media (max-width: 992px) {
  .chat-index .ad-block {
    background: linear-gradient(#000, #303030);
    /* Make it visually attach to the chat area below it */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
    /* overlap to remove gaps */
    z-index: 2;
    position: relative;
  }

  .chat-index .ad-block__inner {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .chat-index .ad-block__inner .btn {
    padding: 0 0 1px 0;
    font-weight: 500;
    min-width: calc(130px * var(--resp));
    height: calc(56px * var(--resp));
    font-size: calc(18px * var(--resp));
  }
}

@media (max-width: 450px) {
  .chat-index .ad-block {
    padding: calc(18px * var(--resp)) calc(20px * var(--resp));
  }

  .chat-index .ad-block .btn {
    min-width: calc(120px * var(--resp));
    height: calc(48px * var(--resp));
    font-size: calc(16px * var(--resp));
  }
}

@media (max-width: 450px) {
  .chat-index .ad-block h3 {
    font-size: calc(24px * var(--resp));
  }
}

.chat-index .chat-history {
  background: #F9FBFF;
}

.chat-index .chat-history .title-992 {
  display: none;
}

@media (max-width: 992px) {
  .chat-index .chat-history {
    display: none;
  }

  .chat-index .chat-history.open-history {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    top: calc(9.5rem * var(--resp));
    width: calc(100% - 2.4rem);
    bottom: 1.5rem;
    z-index: 99;
  }

  .chat-index .chat-history .title-992 {
    margin: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .chat-index .chat-history .title-992 .btn-round--green {
    width: calc(54px * var(--resp));
    height: calc(54px * var(--resp));
  }
}

@media (max-width: 575px) {
  .chat-index .chat-history.open-history {
    top: calc(7.5rem * var(--resp));
    width: 100%;
    bottom: 0;
  }
}

@media (max-width: 450px) {
  .chat-index .chat-history.open-history {
    gap: 0.65rem;
    top: calc(6.5rem * var(--resp));
  }

  .chat-index .chat-history .title-992 .btn-round--green {
    width: calc(44px * var(--resp));
    height: calc(44px * var(--resp));
  }
}

.chat-index .chat-history__green-block {
  margin: 14px;
  background-color: var(--col2);
  height: calc(58px * var(--resp));
  padding: 0 calc(26px * var(--resp));
}

@media (max-width: 450px) {
  .chat-index .chat-history__green-block {
    margin-block: 0 0;
    min-height: 3rem;
    padding-inline: calc(1.2rem * var(--resp));
  }

  .chat-index .chat-history__green-block ul {
    margin: 0;
  }
}

.chat-index .chat-history__green-block ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-index .chat-history__green-block ul a {
  min-width: 4rem;
  font-weight: 700;
  font-size: calc(17px * var(--fresp));
  color: rgba(255, 255, 255, 0.4);
}

.chat-index .chat-history__green-block ul a.active {
  color: white;
  font-size: calc(20px * var(--fresp));
}

.chat-index .chat-history__list {
  padding: 0 0 0 10px;
  margin: 0 4px calc(0.25rem * var(--resp)) 4px;
  overflow-y: auto;
  max-height: calc(100vh - 36.6rem * var(--resp));
  display: flex;
  flex-flow: column nowrap;
  gap: 3px;
}

@media (min-width: 2200px) {
  .chat-index .chat-history__list {
    max-height: calc(100vh - 35.6rem * var(--resp));
  }
}

@media (max-height: 800px) {
  .chat-index .chat-history__list {
    max-height: calc(100vh - 33.25rem * var(--resp));
  }
}

@media (max-width: 1450px) {
  .chat-index .chat-history__list {
    max-height: calc(100vh - 37.5rem * var(--resp));
  }
}

@media (max-width: 1280px) {
  .chat-index .chat-history__list {
    max-height: calc(100vh - 38rem * var(--resp));
  }
}

@media (max-width: 992px) {
  .chat-index .chat-history__list {
    max-height: calc(100vh - 37rem * var(--resp));
  }
}

@media (max-height: 575px) and (orientation: landscape) {
  .chat-index .chat-history__list {
    max-height: unset;
  }
}

.chat-index .chat-history__list p.text-uppercase {
  color: #989898;
}

.chat-index .chat-history__list ul {
  margin-right: 0.35rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 3px;
}

.chat-index .chat-history__list .history-info {
  border-radius: calc(12px * var(--resp));
  width: 100%;
  background-color: rgba(223, 243, 255, 0.2);
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: calc(0.75rem * var(--resp)) 0.5rem calc(0.65rem * var(--resp)) calc(1rem * var(--resp));
}

.chat-index .chat-history__list .history-info.selected {
  background-color: #dff3ff;
}

.chat-index .chat-history__list .history-info h6 {
  color: var(--col1);
  font-size: calc(15px * var(--fresp));
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.chat-index .chat-history__list .history-info p {
  color: #888888;
  margin: 0.35rem 0 0 0;
}

.chat-area {
  flex: 1;
  padding: calc(2.5rem * var(--resp)) calc(2rem * var(--resp)) 0 0.5rem;
  overflow-y: auto;
  background: white;
  display: flex;
  flex-flow: column nowrap;
  /* Scrollbars */
}

@media (max-height: 800px) {
  .chat-area {
    padding: 1rem 1rem 0;
  }
}

@media (max-width: 992px) {
  .chat-area {
    padding: 0 calc(20px * var(--resp));
    flex: 1;
    /* Allow it to grow naturally */
    height: 100%;
    min-height: 0;
    /* Important constraint for flex scrolling */
    max-height: unset;
    /* Square top corners to match ad block above it */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media (max-width: 768px) {
  .chat-area {
    /* Height no longer needs explicit calc since it is flex:1 */
  }
}

@media (max-width: 575px) {
  .chat-area {
    /* Height no longer needs explicit calc since it is flex:1 */
  }
}

@media (max-height: 575px) and (orientation: landscape) {
  .chat-area {
    height: auto;
  }
}

.chat-area::-webkit-scrollbar-track {
  border-radius: 1rem;
  margin: calc(2rem * var(--resp)) 0;
}

.chat-area::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.chat-area .title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (max-width: 992px) {
  .chat-area .title-row {
    position: sticky;
    top: 0;
    margin-inline: -0.25rem;
    padding: 1.2rem 0.25rem 0.75rem;
    background-color: var(--col2);
  }
}

@media (max-width: 575px) {
  .chat-area .title-row {
    gap: 0.5rem;
    padding: 0.75rem 0.5rem 0.5rem;
  }
}

@media (max-width: 360px) {
  .chat-area .title-row {
    padding: 0.6rem 0.35rem 0.4rem;
  }
}

.chat-area .title-row__left p {
  margin-top: 4px;
  color: white;
  opacity: 0.7;
}

@media (max-width: 992px) {
  .chat-area .title-row__left p {
    display: none;
  }
}

.chat-area .title-row__left h2 {
  color: var(--col0);
}

@media (max-width: 450px) {
  .chat-area .title-row__left h2 {
    font-size: calc(24px * var(--resp));
  }
}

@media (max-width: 360px) {
  .chat-area .title-row__left h2 {
    font-size: calc(20px * var(--resp));
  }
}

.chat-area .title-row .btn-solid {
  font-size: calc(1.12rem * var(--resp));
  gap: 0.25rem;
}

.chat-area .title-row .btn-solid img {
  width: calc(20px * var(--resp));
}

.chat-area .title-row__right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .chat-area .title-row__right {
    gap: 0.5rem;
  }

  .chat-area .title-row__right .btn-solid {
    gap: 0.4rem;
    padding-inline: 0.5rem;
    width: auto;
    min-width: calc(160px * var(--resp));
    height: calc(56px * var(--resp));
    white-space: nowrap;
  }

  .chat-area .title-row__right .btn-solid span {
    font-size: calc(18px * var(--resp));
  }

  .chat-area .title-row__right .btn-round {
    width: calc(56px * var(--resp));
    height: calc(56px * var(--resp));
  }
}

@media (max-width: 450px) {
  .chat-area .title-row__right .btn-solid {
    width: auto;
    min-width: calc(140px * var(--resp));
    height: calc(48px * var(--resp));
  }

  .chat-area .title-row__right .btn-round {
    width: calc(48px * var(--resp));
    height: calc(48px * var(--resp));
  }
}

@media (max-width: 360px) {
  .chat-area .title-row__right {
    gap: 0.35rem;
  }

  .chat-area .title-row__right .btn-solid {
    width: auto;
    min-width: calc(115px * var(--resp));
    height: calc(40px * var(--resp));
    padding-inline: 0.5rem;
  }

  .chat-area .title-row__right .btn-solid span {
    font-size: calc(14px * var(--resp));
  }

  .chat-area .title-row__right .btn-solid img {
    width: calc(16px * var(--resp));
  }

  .chat-area .title-row__right .btn-round {
    width: calc(38px * var(--resp));
    height: calc(38px * var(--resp));
  }
}

.chat-area .user-row {
  margin-block: 1.2rem 1rem;
  background: white;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: calc(25px * var(--resp)) calc(20px * var(--resp)) calc(20px * var(--resp));
  gap: calc(0.5rem * var(--resp));
}

@media (max-height: 850px) {
  .chat-area .user-row {
    padding: 1.2rem 1rem;
    border-radius: 14px;
    margin-block: 1rem 0.875rem;
  }
}

@media (max-height: 700px) {
  .chat-area .user-row {
    padding: 1.1rem 1rem 1.2rem;
  }
}

@media (max-width: 575px) {
  .chat-area .user-row {
    padding: 0.75rem 0.65rem;
    margin-block: 0.75rem 0.5rem;
    border-radius: 12px;
    gap: 0.35rem;
    flex-flow: row nowrap;
  }

  .chat-area .user-row p {
    font-size: calc(14px * var(--resp)) !important;
    word-break: break-word;
  }
}

@media (max-width: 360px) {
  .chat-area .user-row {
    padding: 0.6rem 0.5rem;
    margin-block: 0.5rem 0.35rem;
    border-radius: 10px;
  }

  .chat-area .user-row p {
    font-size: calc(13px * var(--resp)) !important;
  }
}

.chat-area .user-row .btn-round--edit {
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .chat-area .user-row .btn-round--edit {
    width: calc(42px * var(--resp));
    height: calc(42px * var(--resp));
  }
}

@media (max-width: 575px) {
  .chat-area .user-row .btn-round--edit {
    width: calc(32px * var(--resp));
    height: calc(32px * var(--resp));
  }
}

@media (max-width: 360px) {
  .chat-area .user-row .btn-round--edit {
    width: calc(28px * var(--resp));
    height: calc(28px * var(--resp));
  }
}

.chat-area .user-row>img {
  max-width: calc(48px * var(--resp));
}

@media (max-width: 575px) {
  .chat-area .user-row>img {
    max-width: calc(32px * var(--resp));
  }
}

.chat-area .reply-area {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
}

.chat-area .reply-area__top {
  padding: calc(20px * var(--resp)) calc(28px * var(--resp)) calc(1.5rem * var(--resp)) calc(20px * var(--resp));
  background: #fff;
  display: flex;
  gap: calc(1rem * var(--resp));
  border-bottom-left-radius: 0;
}

@media (max-width: 992px) {
  .chat-area .reply-area__top {
    border-bottom-right-radius: 0;
  }
}

@media (max-width: 575px) {
  .chat-area .reply-area__top {
    padding: calc(12px * var(--resp)) calc(10px * var(--resp)) calc(10px * var(--resp)) calc(10px * var(--resp));
    gap: calc(0.5rem * var(--resp));
    border-radius: 12px 12px 0 0;
  }
}

@media (max-width: 360px) {
  .chat-area .reply-area__top {
    padding: calc(10px * var(--resp)) calc(8px * var(--resp)) calc(8px * var(--resp)) calc(8px * var(--resp));
    gap: calc(0.4rem * var(--resp));
  }
}

.chat-area .reply-area__top .logo-left {
  width: calc(3rem * var(--resp));
  flex: 0 0 calc(3rem * var(--resp));
  height: calc(3rem * var(--resp));
  background-color: #7FDBF6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.chat-area .reply-area__top .logo-left img {
  max-width: 48%;
}

@media (max-width: 575px) {
  .chat-area .reply-area__top .logo-left {
    width: calc(2.2rem * var(--resp));
    flex: 0 0 calc(2.2rem * var(--resp));
    height: calc(2.2rem * var(--resp));
  }
}

@media (max-width: 360px) {
  .chat-area .reply-area__top .logo-left {
    width: calc(1.8rem * var(--resp));
    flex: 0 0 calc(1.8rem * var(--resp));
    height: calc(1.8rem * var(--resp));
  }
}

.chat-area .reply-area__top .text-content {
  color: var(--col3);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: calc(17px * var(--fresp));
}

@media (max-width: 575px) {
  .chat-area .reply-area__top .text-content {
    font-size: calc(14px * var(--fresp));
  }
}

@media (max-width: 360px) {
  .chat-area .reply-area__top .text-content {
    font-size: calc(13px * var(--fresp));
  }
}

.chat-area .reply-area__top .text-content ol {
  margin: 0;
  font-weight: 300;
  font-size: calc(17px * var(--fresp));
  display: flex;
  flex-flow: column nowrap;
  gap: calc(0.875rem * var(--resp));
}

@media (max-width: 768px) {
  .chat-area .reply-area__top .text-content ol {
    margin-left: calc(4.2rem * var(--resp) * -1);
  }
}

@media (max-width: 575px) {
  .chat-area .reply-area__top .text-content ol {
    font-size: calc(14px * var(--fresp));
    gap: calc(0.5rem * var(--resp));
    margin-left: calc(2.8rem * var(--resp) * -1);
  }
}

.chat-area .reply-area__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}

@media (max-width: 768px) {
  .chat-area .reply-area__bottom {
    height: 3.2rem;
  }
}

@media (max-width: 575px) {
  .chat-area .reply-area__bottom {
    height: auto;
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 0.35rem;
  }
}

@media (max-width: 360px) {
  .chat-area .reply-area__bottom {
    gap: 0.25rem;
  }
}

.chat-area .reply-area__bottom .cta-regenrate {
  margin-top: auto;
  text-align: right;
  padding-left: 1rem;
}

@media (max-width: 992px) {
  .chat-area .reply-area__bottom .cta-regenrate {
    display: none;
  }
}

.chat-area .reply-area__bottom .cta-regenrate .btn {
  padding-inline: 1.12rem 1rem;
  height: 50px;
}

.chat-area .send-message-row {
  position: sticky;
  bottom: 0;
  height: calc(88px * var(--resp));
  display: flex;
  align-items: center;
  gap: calc(1rem * var(--resp));
  margin: 0 -0.8rem;
  background-color: var(--col2);
  padding: 0.75rem calc(13px * var(--resp)) 0.85rem;
}

@media (max-width: 575px) {
  .chat-area .send-message-row {
    height: auto;
    min-height: calc(60px * var(--resp));
    gap: calc(0.5rem * var(--resp));
    padding: 0.5rem calc(8px * var(--resp)) 0.6rem;
    margin: 0 -0.5rem;
  }
}

@media (max-width: 360px) {
  .chat-area .send-message-row {
    min-height: calc(52px * var(--resp));
    gap: calc(0.35rem * var(--resp));
    padding: 0.4rem calc(6px * var(--resp)) 0.5rem;
  }
}

.chat-area .send-message-row .form-group {
  flex: 1;
}

.chat-area .send-message-row .form-group .form-control {
  width: 100%;
  height: calc(58px * var(--resp));
  background: #F8FAFC;
  padding-inline: 3.5rem;
  border-radius: calc(34px * var(--resp));
  border: 1px solid #D0D0D0;
}

@media (max-width: 768px) {
  .chat-area .send-message-row .form-group .form-control {
    padding-inline: 2.65rem;
  }
}

@media (max-width: 575px) {
  .chat-area .send-message-row .form-group .form-control {
    height: calc(42px * var(--resp));
    padding-inline: 2.2rem 2.2rem;
    font-size: calc(14px * var(--resp));
  }
}

@media (max-width: 360px) {
  .chat-area .send-message-row .form-group .form-control {
    height: calc(38px * var(--resp));
    padding-inline: 2rem 2rem;
    font-size: calc(13px * var(--resp));
  }
}

.chat-area .send-message-row .form-group .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.chat-area .send-message-row .form-group img.icon-keyboard {
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .chat-area .send-message-row .form-group img.icon-keyboard {
    top: 51%;
    left: 0.875rem;
    width: 1.35rem;
  }
}

@media (max-width: 575px) {
  .chat-area .send-message-row .form-group img.icon-keyboard {
    left: 0.6rem;
    width: 1.1rem;
  }
}

@media (max-width: 360px) {
  .chat-area .send-message-row .form-group img.icon-keyboard {
    left: 0.5rem;
    width: 1rem;
  }
}

.chat-area .send-message-row .form-group .file-attach {
  right: 0.5rem;
  top: 0;
  width: 3rem;
  height: calc(58px * var(--resp));
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .chat-area .send-message-row .form-group .file-attach {
    right: 0;
  }
}

@media (max-width: 575px) {
  .chat-area .send-message-row .form-group .file-attach {
    width: 2.2rem;
    height: calc(42px * var(--resp));
  }
}

.chat-area .send-message-row .form-group .file-attach input {
  position: absolute;
  z-index: 2;
  right: 0rem;
  cursor: pointer;
  width: 3rem;
  height: calc(58px * var(--resp));
  opacity: 0;
}

@media (max-width: 575px) {
  .chat-area .send-message-row .form-group .file-attach input {
    width: 2.2rem;
    height: calc(42px * var(--resp));
  }
}

.chat-area .send-message-row .form-group .file-attach img {
  cursor: pointer;
}

@media (max-width: 768px) {
  .chat-area .send-message-row .form-group .file-attach img {
    max-height: 1.2rem;
  }
}

@media (max-width: 575px) {
  .chat-area .send-message-row .form-group .file-attach img {
    max-height: 1rem;
  }
}

@media (max-width: 992px) {
  .inner-page-content--code {
    min-height: unset;
    border-radius: 0;
    background-color: transparent;
  }
}

.code-practice {
  width: 100%;
  display: flex;
  padding: min(3vh, 2.5rem) calc(3rem * var(--resp) - 1rem) min(2vh, 2rem) 0;
  gap: calc(35px * var(--resp));
  max-height: calc(100vh - 9.4rem);
  overflow-y: auto;
}

@media (max-height: 800px) {
  .code-practice {
    padding-inline: 0 1.2rem;
    gap: min(2vh, 1.5rem);
  }
}

@media (max-width: 992px) {
  .code-practice {
    max-height: calc(100vh - 17rem * var(--resp));
    padding-top: 0.25rem;
    padding-inline: 0;
    gap: calc(25px * var(--resp));
    cursor: all-scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .code-practice::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 768px) {
  .code-practice {
    max-width: 100%;
    padding: 0;
    max-height: unset;
    display: flex;
    flex-flow: column-reverse nowrap;
  }
}

.code-practice .title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  .code-practice .title-row {
    align-items: flex-start;
    flex-flow: column nowrap;
    gap: 0.85rem;
  }
}

@media (max-width: 768px) {
  .code-practice .title-row {
    align-items: center;
    flex-flow: row nowrap;
    margin-bottom: 1rem;
  }
}

@media (max-width: 575px) {
  .code-practice .title-row {
    align-items: flex-start;
    flex-flow: column nowrap;
    gap: 0.75rem;
  }
}

.code-practice .title-row__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

@media (max-width: 1199.98px) {
  .code-practice .title-row__right {
    width: auto;
  }

  .code-practice .title-row__right .form-group {
    flex: auto;
  }
}

.code-practice .title-row__right .btn {
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .code-practice .title-row__right {
    width: 100%;
  }

  .code-practice .title-row__right .form-group {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .code-practice .title-row__right {
    width: auto;
  }

  .code-practice .title-row__right .form-group {
    flex: auto;
  }

  .code-practice .title-row__right .btn-solid img {
    margin-top: 2px;
    max-width: 0.7rem;
  }
}

@media (max-width: 415px) {
  .code-practice .title-row__right {
    gap: 0.35rem;
  }

  .code-practice .title-row__right .btn-solid img {
    max-width: 0.625rem;
  }
}

.code-practice .title-row .btn-solid--orange {
  padding-inline: calc(1.6rem * var(--resp));
}

.code-practice .title-row .btn-solid--orange:active {
  color: white;
  background: var(--col6);
  opacity: 0.8;
}

.code-practice .title-row .btn-solid--orange span {
  margin-top: -1px;
}

.code-practice .title-row .btn-solid--orange img {
  margin-top: 0.5px;
  max-width: 0.725rem;
}

.code-practice__assignments {
  flex: 1;
  padding: 1.65rem 0 1.5rem 0;
  display: flex;
  flex-flow: column nowrap;
  gap: calc(27px * var(--resp));
}

.code-practice__assignments .main-block-assignments {
  padding: calc(32px * var(--resp));
  background: #F9FBFF;
  border-radius: 25px;
}

.code-practice__assignments .main-block-assignments .assignment-cards .a-card__top .left {
  height: 84px;
  background: var(--col1);
}

.code-practice__assignments .main-block-assignments .assignment-cards .a-card__top .left::after {
  background-image: radial-gradient(circle at 100% 100%, transparent var(--size), #F5F5F5 calc(var(--size) + 0.5px));
}

.code-practice__assignments .main-block-assignments .assignment-cards .a-card__top .right {
  width: 68px;
  flex: 0 0 68px;
  margin-right: 0.5rem;
  margin-top: 0.125rem;
  height: 66px;
}

.code-practice__assignments .main-block-assignments .assignment-cards .a-card__bottom {
  background: var(--col1);
}

.code-practice__assignments .main-block-assignments .assignment-cards .a-card__bottom .inner {
  min-height: 4rem;
}

.code-practice__all-track {
  padding: 1.65rem 1.5rem 0 0;
  max-width: calc(450px * var(--resp));
  flex: 0 0 calc(450px * var(--resp));
  display: flex;
  flex-flow: column nowrap;
  gap: min(2.5vh, 1.75rem);
  margin-bottom: calc(min(2vh, 2rem) * -1);
  padding-bottom: min(2vh, 2rem);
  position: sticky;
  top: 0;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 768px) {
  .code-practice__all-track {
    flex: 1;
    max-width: 100%;
    display: flex;
    flex-flow: column nowrap;
    position: static;
  }
}

.code-practice__all-track::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.code-practice__all-track .tabbing-mobile {
  order: 3;
  background-color: transparent;
}

.code-practice__all-track .tabbing-mobile .history-title {
  margin-block: 0 1rem;
}

.code-practice__all-track .tabbing-mobile .tabs {
  padding: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
  border-radius: 4rem;
  background-color: #DFF3FF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .code-practice__all-track .tabbing-mobile .tabs {
    width: 100%;
    display: flex;
    align-items: center;
  }
}

.code-practice__all-track .tabbing-mobile .tabs a {
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  z-index: 2;
  color: var(--col1);
  font-weight: 500;
  transition-duration: 0.6s;
  min-width: 9rem;
  text-align: center;
}

@media (max-width: 575px) {
  .code-practice__all-track .tabbing-mobile .tabs a {
    flex: 1;
    min-width: 50%;
  }
}

@media (max-width: 415px) {
  .code-practice__all-track .tabbing-mobile .tabs a {
    padding: 9px 12px;
    font-size: 13px;
  }
}

.code-practice__all-track .tabbing-mobile .tabs a.active-tab {
  color: var(--col1);
}

.code-practice__all-track .tabbing-mobile .tabs .selector {
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #DDED59;
  box-shadow: none;
}

.code-practice__all-track .tabbing-mobile .tab-body>div {
  display: none;
}

.code-practice__all-track .tabbing-mobile .tab-body>div:first-child {
  display: block;
}

.code-practice__all-track .tabbing-mobile .assignment-cards {
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
}

@media (max-width: 575px) {
  .code-practice__all-track .tabbing-mobile .assignment-cards {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}

.assignment-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  gap: calc(2.2rem * var(--resp));
  margin-top: calc(2rem * var(--resp));
}

@media (max-width: 1199.98px) {
  .assignment-cards {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}

.assignment-cards .a-card {
  display: flex;
  flex-flow: column nowrap;
}

.assignment-cards .a-card__top {
  display: flex;
  gap: 1rem;
}

@media (max-width: 415px) {
  .assignment-cards .a-card__top {
    gap: 0.75rem;
  }
}

.assignment-cards .a-card__top .left {
  flex: 1;
  height: 92px;
  background: var(--col1);
  padding: calc(30px * var(--resp)) calc(16px * var(--resp)) calc(20px * var(--resp)) calc(24px * var(--resp));
  border-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: inline-flex;
  align-items: center;
  position: relative;
}

@media (max-width: 415px) {
  .assignment-cards .a-card__top .left {
    height: 71px;
    padding: calc(18px * var(--resp)) calc(16px * var(--resp)) calc(12px * var(--resp)) calc(20px * var(--resp));
  }
}

.assignment-cards .a-card__top .left::after {
  --size: 2.25rem;
  content: "";
  position: absolute;
  width: var(--size);
  aspect-ratio: 1;
  background: transparent;
  right: calc(-1 * var(--size));
  bottom: -0.35px;
  background-image: radial-gradient(circle at 100% 100%, transparent var(--size), #f5f5f5 calc(var(--size) + 0.5px));
  rotate: -90deg;
}

@media (max-width: 1600px) {
  .assignment-cards .a-card__top .left::after {
    --size: 2.125rem;
  }
}

@media (max-width: 415px) {
  .assignment-cards .a-card__top .left::after {
    --size: 1.45rem;
  }
}

.assignment-cards .a-card__top .left h5 {
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 575px) {
  .assignment-cards .a-card__top .left h5 {
    font-size: calc(20px * var(--resp));
  }
}

.assignment-cards .a-card__top .right {
  width: 74px;
  flex: 0 0 74px;
  height: 72px;
  margin-right: 0.8rem;
  margin-top: 0.25rem;
  background: var(--col5);
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 415px) {
  .assignment-cards .a-card__top .right {
    width: 60px;
    flex: 0 0 60px;
    height: 56px;
    border-radius: 12px;
  }
}

.assignment-cards .a-card__top .right--math {
  background-color: #ECF4FF !important;
}

.assignment-cards .a-card__top .right--science {
  background-color: #F7F1CB !important;
}

.assignment-cards .a-card__top .right img {
  max-width: 2.2rem;
}

.assignment-cards .a-card__bottom {
  background: var(--col1);
  padding: calc(10px * var(--resp)) calc(24px * var(--resp)) calc(20px * var(--resp));
  display: flex;
  flex-flow: column nowrap;
  border-radius: 24px;
  border-top-left-radius: 0;
}

.assignment-cards .a-card__bottom .inner {
  min-height: 5rem;
  color: var(--col3);
}

@media (max-width: 1199.98px) {
  .assignment-cards .a-card__bottom .inner {
    min-height: 2.2rem;
  }
}

.assignment-cards .a-card__bottom .other-info {
  display: flex;
  align-items: center;
  gap: calc(1rem * var(--resp));
}

.assignment-cards .a-card__bottom .other-info__inner {
  gap: calc(1.1rem * var(--resp));
  display: flex;
  align-items: center;
}

.assignment-cards .a-card__bottom .other-info .left,
.assignment-cards .a-card__bottom .other-info .middle {
  display: inline-flex;
  align-items: center;
  gap: calc(0.35rem * var(--resp));
  color: var(--col0);
}

.assignment-cards .a-card__bottom .other-info .sep {
  width: 1px;
  height: 1rem;
  border-left: 1px solid rgba(0, 41, 70, 0.2);
}

.assignment-cards .a-card__bottom .other-info .right {
  margin-left: auto;
}

@media (max-width: 1600px) {
  .assignment-cards .a-card__bottom .other-info:has(.right) {
    flex-flow: row wrap;
  }
}

.custom-calendar {
  padding: min(2.5vh, 30px) calc(30px * var(--resp)) min(2.5vh, 30px);
  color: var(--col0);
}

@media (max-width: 768px) {
  .custom-calendar {
    order: 2;
    padding: 0;
    background-color: transparent;
    border-radius: calc(20px * var(--resp));
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 3vw;
  }
}

@media (max-width: 450px) {
  .custom-calendar {
    gap: 1vw;
  }
}

.custom-calendar--limegreen {
  background-color: var(--col0);
}

@media (max-width: 768px) {
  .custom-calendar--limegreen {
    background-color: var(--col0);
  }
}

.custom-calendar--blue {
  background-color: var(--col1);
  border: 1px solid var(--col2);
}

@media (max-width: 768px) {
  .custom-calendar--blue {
    background-color: var(--col0);
  }
}

.custom-calendar .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .custom-calendar .top-bar {
    max-width: 5rem;
    flex: 0 0 5rem;
    padding-right: 1.2rem;
    gap: 0.5rem;
    display: inline-flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    justify-content: center;
  }
}

@media (max-width: 450px) {
  .custom-calendar .top-bar {
    max-width: 4rem;
    flex: 0 0 4rem;
    padding-right: 0.8rem;
  }
}

.custom-calendar .top-bar__left {
  display: inline-flex;
  align-items: center;
  gap: calc(6px * var(--resp));
}

.custom-calendar .top-bar__left .btn {
  padding: 0 0.2rem;
}

.custom-calendar .top-bar__left .btn img {
  max-width: 0.85rem;
}

@media (max-width: 1600px) {
  .custom-calendar .top-bar__left .checkbox-container input[type=radio]:checked+label>b::before {
    top: 0.45rem;
    left: 0.35rem;
  }
}

.custom-calendar .top-bar__right {
  height: 2rem;
  padding-inline: 0.7rem;
  background-color: rgba(13, 79, 67, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
}

@media (max-width: 768px) {
  .custom-calendar .top-bar__right {
    background-color: rgba(255, 255, 255, 0.3);
    padding-inline: 0.5rem;
    height: 26px;
    gap: 0.35rem;
    border-radius: calc(15px * var(--resp));
  }
}

.custom-calendar .top-bar__right span {
  padding-top: 1px;
}

@media (max-width: 768px) {
  .custom-calendar .top-bar__right span {
    padding-top: 2.5px;
    font-weight: 600;
    color: white;
  }
}

.custom-calendar .top-bar__right img {
  margin-top: -1px;
}

@media (max-width: 768px) {
  .custom-calendar .top-bar__right img {
    margin-top: -3px;
  }
}

.custom-calendar .top-bar .btn-calendar--mobile {
  padding: 0;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  border-radius: calc(16px * var(--resp));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
}

.custom-calendar .top-bar .btn-calendar--mobile img {
  width: 54%;
}

.custom-calendar .date-block {
  margin-top: min(1vh, 0.8rem);
  padding-bottom: min(1.75vh, 1.25rem);
  border-bottom: 1px solid rgba(0, 41, 70, 0.2);
  display: flex;
  flex-flow: column nowrap;
  gap: min(1.65vh, 1.125rem) 0;
}

.custom-calendar .date-block span {
  width: 14.2857142857%;
  height: min(3vh, 2rem);
  flex: 0 0 14.2857142857%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.custom-calendar .date-block span.disabled {
  opacity: 0.3;
}

.custom-calendar .date-block span.checked::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: url(./../images/inner-pages/icons/icon-tickmark.svg) no-repeat center;
  background-size: min(2vh, 2rem);
  z-index: 2;
}

@media (max-height: 800px) {
  .custom-calendar .date-block span.checked::before {
    background-size: min(2.5vh, 2rem);
  }
}

.custom-calendar .date-block span.dotted::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--col6);
  position: absolute;
  bottom: min(-0.5vh, -0.25rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media (max-height: 800px) {
  .custom-calendar .date-block span.dotted::before {
    bottom: min(-1vh, -0.35rem);
  }
}

.custom-calendar .date-block--days {
  display: flex;
  align-items: center;
}

.custom-calendar .date-block--dates {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: min(1.15vh, 1.125rem) 0;
}

.custom-calendar .month-block {
  margin-top: min(2vh, 1.2rem);
  padding-bottom: min(1.75vh, 1.25rem);
  border-bottom: 1px solid rgba(0, 41, 70, 0.2);
  min-height: 14rem;
}

.custom-calendar ul.sep-cal-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  gap: min(1.2vh, 1rem) 0;
  position: relative;
}

.custom-calendar ul.sep-cal-list::before,
.custom-calendar ul.sep-cal-list::after {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 90%;
  top: 0.88rem;
  background: linear-gradient(-90deg, rgba(0, 41, 70, 0) 0%, #0065AC 80%, transparent 100%);
  opacity: 0.2;
}

.custom-calendar ul.sep-cal-list::before {
  left: 33.33%;
}

.custom-calendar ul.sep-cal-list::after {
  left: 67%;
}

.custom-calendar ul.sep-cal-list li {
  max-width: 33%;
  flex: 0 0 33%;
  text-align: center;
}

.custom-calendar ul.sep-cal-list li a,
.custom-calendar ul.sep-cal-list li button {
  padding: 0;
  color: var(--col0);
  transition: all 0.3s ease-in-out;
  width: calc(74px * var(--resp));
  height: calc(47px * var(--resp));
  border-radius: calc(12px * var(--resp));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.custom-calendar ul.sep-cal-list li a.selected,
.custom-calendar ul.sep-cal-list li button.selected {
  color: white;
  background-color: var(--col0);
}

.custom-calendar .year-block {
  margin-top: min(2vh, 1.2rem);
  padding-bottom: min(1.75vh, 1.25rem);
  border-bottom: 1px solid rgba(0, 41, 70, 0.2);
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}

.custom-calendar .year-block .slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-inline: 1.5rem;
}

.custom-calendar .year-block .slider a {
  opacity: 0.65;
  transition: all 0.3s ease-in-out;
}

.custom-calendar .year-block .slider a:hover,
.custom-calendar .year-block .slider a:focus,
.custom-calendar .year-block .slider a:active {
  opacity: 1;
}

.custom-calendar .year-block .slider .prev img {
  rotate: 90deg;
}

.custom-calendar .year-block .slider .next img {
  rotate: -90deg;
}

.custom-calendar .level-bar {
  margin-top: min(1.85vh, 1.25rem);
  background-color: var(--col6);
  padding: calc(28px * var(--resp)) calc(18px * var(--resp)) calc(14px * var(--resp));
  display: flex;
  align-items: center;
  gap: calc(1rem * var(--resp));
  color: var(--col0);
}

@media (max-width: 768px) {
  .custom-calendar .level-bar {
    flex: 1;
    margin-top: 0;
    background-color: transparent;
    padding: calc(30px * var(--resp)) calc(28px * var(--resp)) calc(25px * var(--resp));
  }
}

@media (max-width: 575px) {
  .custom-calendar .level-bar {
    padding-right: calc(20px * var(--resp));
  }
}

.custom-calendar .level-bar__left {
  width: calc(58px * var(--resp));
  flex: 0 0 calc(58px * var(--resp));
  height: calc(58px * var(--resp));
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: calc(12px * var(--resp));
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}

.custom-calendar .level-bar__left img {
  margin-top: calc(1.25rem * var(--resp) * -1);
  max-width: calc(3.85rem * var(--resp));
}

@media (max-width: 768px) {
  .custom-calendar .level-bar__left {
    width: calc(70px * var(--resp));
    flex: 0 0 calc(70px * var(--resp));
    height: calc(65px * var(--resp));
  }

  .custom-calendar .level-bar__left img {
    margin-top: calc(1.25rem * var(--resp) * -1);
    max-width: calc(4.6rem * var(--resp));
  }
}

@media (max-width: 450px) {
  .custom-calendar .level-bar__left {
    width: 54px;
    flex: 0 0 54px;
    height: 52px;
  }

  .custom-calendar .level-bar__left img {
    margin-top: calc(1rem * var(--resp) * -1);
  }
}

.custom-calendar .level-bar__right {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  gap: calc(0.5rem * var(--resp));
  padding-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .custom-calendar .level-bar__right {
    padding-bottom: 0;
    gap: 0.5rem;
  }
}

.custom-calendar .level-bar__right .text {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

@media (max-width: 450px) {
  .custom-calendar .level-bar__right .text {
    gap: 0.35rem;
  }

  .custom-calendar .level-bar__right .text span.fz16 {
    font-weight: 700;
    font-size: 14px;
  }

  .custom-calendar .level-bar__right .text span.fz12 {
    font-size: 10px;
  }
}

.custom-calendar .level-bar__right .progress-block {
  --progress: 65%;
  width: 100%;
  border-radius: 1rem;
  height: calc(13px * var(--resp));
  background-color: rgba(0, 0, 0, 0.12);
  display: flex;
}

.custom-calendar .level-bar__right .progress-block span {
  width: var(--progress);
  height: 100%;
  border-radius: 2rem;
  background-color: var(--col0);
  animation: progressLine 1s linear forwards;
}

@keyframes progressLine {
  from {
    width: 0%;
  }

  to {
    width: var(--progress);
  }
}

.widget-block {
  padding: calc(30px * var(--resp)) calc(20px * var(--resp)) calc(20px * var(--resp)) calc(30px * var(--resp));
  box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.0784313725);
  color: white;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .widget-block {
    order: 1;
  }
}

.widget-block--green {
  background-color: var(--col2);
}

@media (max-width: 768px) {
  .widget-block--green {
    padding: calc(28px * var(--resp)) calc(10px * var(--resp)) calc(10px * var(--resp)) calc(25px * var(--resp));
  }
}

.widget-block>h4 {
  letter-spacing: -2%;
}

.widget-block>p {
  max-width: 80%;
  margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
  .widget-block>p {
    max-width: 100%;
  }
}

.btn-arrow-rotate {
  rotate: 180deg;
}

.chart-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1rem * var(--resp));
}

@media (max-width: 768px) {
  .chart-block {
    gap: min(3vw, 2rem);
    justify-content: flex-start;
  }
}

@media (max-width: 375px) {
  .chart-block {
    gap: 1.8vw;
    justify-content: space-between;
  }
}

.chart-block__legends {
  padding: calc(20px * var(--resp)) 1rem;
  width: calc(170px * var(--resp));
  flex: 0 0 calc(170px * var(--resp));
  background-color: rgba(255, 255, 255, 0.13);
}

@media (max-width: 768px) {
  .chart-block__legends {
    width: calc(220px * var(--resp));
    flex: 0 0 calc(220px * var(--resp));
    padding: calc(28px * var(--resp)) 1.5rem;
  }
}

@media (max-width: 450px) {
  .chart-block__legends {
    width: calc(185px * var(--resp));
    flex: 0 0 calc(185px * var(--resp));
    padding: calc(24px * var(--resp)) 1.25rem;
  }
}

.chart-block__legends ul {
  display: inline-flex;
  flex-flow: column nowrap;
  gap: calc(20px * var(--resp));
}

.chart-block__legends ul .pair {
  display: inline-flex;
  align-items: center;
  gap: calc(10px * var(--resp));
}

.chart-block__legends ul .pair .dot {
  width: calc(20px * var(--resp));
  height: calc(20px * var(--resp));
  flex: 0 0 calc(20px * var(--resp));
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(5px * var(--resp));
}

.chart-block__legends ul .pair .dot span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.chart-block__legends ul .pair .dot--beige span {
  background-color: #F8EBBB;
}

.chart-block__legends ul .pair .dot--limegreen span {
  background-color: var(--col4);
}

.chart-block__legends ul .pair .dot--orange span {
  background-color: var(--col6);
}

.chart-block__legends ul .pair .dot--powderblue span {
  background-color: var(--col8);
}

.chart-block__legends ul .pair .dot--blue span {
  background-color: var(--col7);
}

.chart-block__legends ul .pair .dot--dark01 span {
  background-color: #f06b56;
}

.chart-block__legends ul .pair .dot--dark02 span {
  background-color: #f7d16f;
}

.chart-block__legends ul .pair .dot--dark03 span {
  background-color: #63d56d;
}

.chart-block__donut {
  flex: 1;
  position: relative;
  max-width: calc(200px * var(--resp));
}

.chart-block__donut .inner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  width: 56.5%;
  height: 56.5%;
  min-width: 6rem;
  min-height: 6rem;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .chart-block__donut .inner-text {
    min-width: 5.25rem;
    min-height: 5.25rem;
  }
}

.chart-block__donut .inner-text h4,
.chart-block__donut .inner-text p {
  letter-spacing: -2%;
}

@media (max-width: 768px) {
  .chart-block__donut .inner-text p {
    font-size: 10px;
  }
}

.chart-block__donut .chart-container {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .inner-page-content--test {
    min-height: calc(100vh - 18.5rem * var(--resp));
  }
}

@media (max-width: 768px) {
  .inner-page-content--test {
    min-height: unset;
    border-radius: 0;
    background-color: transparent;
  }
}

.code-practice__assignments .title-row .btn-solid--blue {
  padding-inline: calc(1.6rem * var(--resp));
}

.code-practice__assignments .title-row .btn-solid--blue:active {
  color: white;
  background: var(--col7);
  opacity: 0.8;
}

.code-practice__assignments .title-row .btn-solid--blue span {
  margin-top: -1px;
}

.code-practice__assignments .title-row .btn-solid--blue img {
  margin-top: 0.5px;
  max-width: 0.725rem;
}

.code-practice--test-page .assignment-cards .a-card__bottom .other-info .left {
  color: var(--col9);
}

.custom-calendar--blue ul.sep-cal-list li .selected {
  color: white;
  background-color: var(--col0);
}

.custom-calendar--blue .date-block span.checked::before {
  background: url(./../images/inner-pages/icons/icon-tickmark--blackBg.svg) no-repeat center;
}

.custom-calendar--blue .date-block span.dotted::before {
  background-color: var(--col0);
}

.custom-calendar--blue .level-bar {
  background-color: white;
}

.widget-block--dark {
  background-color: var(--col0);
}

.main-ques p {
  color: var(--col3);
}

@media (max-width: 768px) {
  .main-ques p {
    max-width: 94%;
  }
}

@media (max-width: 575px) {
  .main-ques p {
    max-width: 100%;
    font-size: 12px;
  }
}

.main-ques .top-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: calc(10px * var(--resp));
}

@media (max-width: 768px) {
  .main-ques .top-intro {
    gap: 0.2rem;
  }
}

.main-ques .top-intro__left h2 {
  color: var(--col0);
  margin: 0;
}

@media (max-width: 575px) {
  .main-ques .top-intro__left h2 {
    font-size: calc(22px * var(--resp));
  }
}

@media (max-width: 450px) {
  .main-ques .top-intro__left h2 {
    font-size: 13px;
  }
}

.main-ques .top-intro__right {
  max-width: 7rem;
  flex: 0 0 7rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0.25rem;
}

@media (max-width: 575px) {
  .main-ques .top-intro__right {
    max-width: 5rem;
    flex: 0 0 5rem;
  }
}

.main-ques .top-intro__right .timer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--col6);
}

@media (max-width: 575px) {
  .main-ques .top-intro__right .timer {
    font-size: calc(20px * var(--resp));
  }
}

@media (max-width: 450px) {
  .main-ques .top-intro__right .timer {
    font-size: 14px;
  }
}

.QnA-block {
  margin-top: calc(3rem * var(--resp));
  display: flex;
  flex-flow: column nowrap;
}

@media (max-width: 575px) {
  .QnA-block {
    margin-top: calc(1.5rem * var(--resp));
  }
}

.QnA-block__top {
  display: flex;
  gap: 1.2rem;
}

.QnA-block .left-gray {
  flex: 1;
  background-color: #F5F5F6;
  min-height: 6.65rem;
  padding: calc(25px * var(--resp)) calc(35px * var(--resp)) calc(15px * var(--resp));
  border-radius: calc(40px * var(--resp)) calc(40px * var(--resp)) 0 0;
  position: relative;
}

@media (max-width: 768px) {
  .QnA-block .left-gray {
    height: auto;
  }
}

.QnA-block .left-gray::after {
  --size: 2.55rem;
  content: "";
  position: absolute;
  width: var(--size);
  aspect-ratio: 1;
  background: transparent;
  right: calc(-1 * var(--size));
  bottom: -0.35px;
  background-image: radial-gradient(circle at 100% 100%, transparent var(--size), #F5F5F6 calc(var(--size) + 1px));
  rotate: -90deg;
}

@media (max-width: 1600px) {
  .QnA-block .left-gray::after {
    --size: 2.125rem;
  }
}

@media (max-width: 768px) {
  .QnA-block .left-gray::after {
    display: none;
  }
}

.QnA-block .left-gray h6 {
  margin-bottom: 0.5rem;
}

@media (max-width: 450px) {
  .QnA-block .left-gray h6 {
    font-size: 12px;
  }
}

.QnA-block .left-gray h2 {
  margin-bottom: 0;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.QnA-block .left-gray h2 .underline {
  display: inline-block;
  min-width: calc(8.5rem * var(--resp));
  margin-inline: 0.5rem;
  border-bottom: 2px solid var(--col0);
}

@media (max-width: 992px) {
  .QnA-block .left-gray h2 {
    font-weight: 700;
    font-size: calc(24px * var(--resp));
  }
}

@media (max-width: 575px) {
  .QnA-block .left-gray h2 {
    font-size: calc(20px * var(--resp));
  }
}

@media (max-width: 450px) {
  .QnA-block .left-gray h2 {
    font-size: 12px;
  }
}

.QnA-block .right-dark {
  height: 5.35rem;
  border-radius: calc(20px * var(--resp));
  width: calc(350px * var(--resp));
  background-color: var(--col0);
  padding: calc(14px * var(--resp)) calc(22px * var(--resp)) calc(22px * var(--resp));
  position: relative;
}

@media (max-width: 768px) {
  .QnA-block .right-dark {
    height: auto;
    position: absolute;
    bottom: 0rem;
    width: 100%;
    padding: calc(18px * var(--resp)) calc(28px * var(--resp)) calc(28px * var(--resp));
  }
}

.QnA-block .right-dark .info {
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.QnA-block .right-dark .info .btn-collapse {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  width: 0.85rem;
  height: 1.8rem;
  background-color: transparent;
}

.QnA-block .right-dark .info .btn-collapse img {
  margin-top: -0.15rem;
  transition: all 0.3s ease-in-out;
  width: calc(0.85rem * var(--resp));
}

@media (max-width: 1265px) {
  .QnA-block .right-dark .info .btn-collapse img {
    margin-top: -0.25rem;
  }
}

.QnA-block .right-dark .info .btn-collapse[aria-expanded=true] img {
  transform: rotateX(180deg);
}

.QnA-block .right-dark .info .fw500 {
  margin-bottom: 1px;
}

.QnA-block .right-dark .ques-pages {
  padding: 0.85rem 1.35rem 1rem;
  position: absolute;
  left: 0rem;
  right: 0rem;
  z-index: 9;
  color: var(--col0);
  background-color: white;
  border-radius: 0 0 calc(20px * var(--resp)) calc(20px * var(--resp));
}

.QnA-block .right-dark .ques-pages ul {
  margin: 0;
  border-radius: 0.65rem;
  padding: 0.875rem 0.625rem;
  background-color: #F5F5F6;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 0.6rem;
}

.QnA-block .right-dark .ques-pages ul .btn {
  width: calc(45px * var(--resp));
  height: calc(45px * var(--resp));
  border: 0;
  padding: 0;
  color: white;
  font-weight: 500;
  background-color: var(--col0);
  font-size: calc(1rem * var(--resp));
  transition: all 0.25s ease;
}

.QnA-block .right-dark .ques-pages ul .btn.answered {
  background-color: #22c55e;
  color: #fff;
  font-weight: 700;
}

.QnA-block .right-dark .ques-pages ul .btn.skipped {
  background-color: #ef4444;
  color: #fff;
}

.QnA-block .right-dark .ques-pages ul .btn.active:not(.answered):not(.skipped) {
  background-color: white;
  font-weight: 700;
  color: var(--col0);
}

.QnA-block .answer-progress {
  --progress: 40%;
  width: 100%;
  height: calc(12px * var(--resp));
  display: flex;
  position: relative;
}

.QnA-block .answer-progress::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 52%;
  transform: translateY(-50%);
  border-radius: 2rem;
  background-color: white
}

.QnA-block .answer-progress span {
  width: var(--progress);
  height: 100%;
  border-radius: 2rem;
  background-color: #fff;
  animation: progressLine 1s linear forwards;
}

@keyframes progressLine {
  from {
    width: 0%;
  }

  to {
    width: var(--progress);
  }
}

.QnA-block__bottom {
  background-color: #F5F5F6;
  padding: calc(35px * var(--resp)) calc(35px * var(--resp));
  border-radius: 0 calc(40px * var(--resp)) calc(40px * var(--resp));
}

@media (max-width: 768px) {
  .QnA-block__bottom {
    border-radius: 0 0 calc(40px * var(--resp)) calc(40px * var(--resp));
  }
}

@media (max-width: 575px) {
  .QnA-block__bottom {
    padding: 0.5rem calc(25px * var(--resp));
  }
}

.QnA-block__bottom .form-group .form-control {
  border-color: var(--col2);
  padding: 0.88rem 1.2rem;
  transition: all 0.3s ease-in-out;
  font-size: calc(18px * var(--resp));
  border-radius: calc(15px * var(--resp));
}

.QnA-block__bottom .form-group .form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: white;
  border-color: var(--col0);
}

.mcqs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 2fr));
  gap: calc(1.65rem * var(--resp));
}

@media (max-width: 575px) {
  .mcqs {
    margin-bottom: 0;
    gap: calc(0.88rem * var(--resp));
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

.mcqs .radio-mcq {
  position: relative;
}

.mcqs .radio-mcq input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.mcqs .radio-mcq input:checked+div {
  color: var(--col7);
  border-color: var(--col7);
}

.mcqs .radio-mcq input:checked+div .ans {
  color: var(--col7);
}

.mcqs .radio-mcq div {
  display: flex;
  flex-flow: row wrap;
  transition: all 0.3s ease-in-out;
  border-radius: calc(12px * var(--resp));
  border: 1.5px solid #D0D0D0;
  background-color: #FEFEFE;
  gap: calc(20px * var(--resp));
  min-height: calc(70px * var(--resp));
  padding: calc(1.25rem * var(--resp)) calc(1.6rem * var(--resp));
}

@media (max-width: 575px) {
  .mcqs .radio-mcq div {
    min-height: unset;
    gap: calc(12px * var(--resp));
    padding: calc(0.8rem * var(--resp)) calc(1rem * var(--resp));
    font-size: calc(18px * var(--resp));
  }
}

@media (max-width: 450px) {
  .mcqs .radio-mcq div {
    font-size: 12px;
  }
}

.mcqs .radio-mcq div .ans {
  transition: all 0.3s ease-in-out;
  color: var(--col3);
}

.options {
  display: flex;
  justify-content: space-between;
  margin-block: calc(3.5rem * var(--resp)) calc(0.25rem * var(--resp));
}

@media (max-width: 768px) {
  .options {
    gap: 1.2rem;
    flex-flow: column nowrap;
    margin-block: calc(1rem * var(--resp)) calc(1rem * var(--resp));
  }
}

@media (max-width: 575px) {
  .options {
    margin-block: calc(0.75rem * var(--resp)) calc(1rem * var(--resp));
  }
}

.options ul {
  max-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  height: 100%;
  padding: 10px 14px;
  background-color: var(--col11);
}

.options ul .btn-round--dark {
  width: calc(34px * var(--resp));
  height: calc(34px * var(--resp));
}

.options ul .btn-round--dark img {
  width: 45%;
}

.options ul .btn-round--dark img.copy {
  width: 41%;
}

.options ul .btn-round--dark img.loud {
  width: 50%;
  max-width: 50%;
}

@media (max-width: 575px) {
  .options ul {
    padding: 7px 10px;
    gap: 0.5rem;
  }

  .options ul .btn-round--dark {
    width: calc(30px * var(--resp));
    height: calc(30px * var(--resp));
  }
}

.group-btns {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}

.group-btns .btn {
  width: calc(192px * var(--resp));
  height: calc(62px * var(--resp));
}

@media (max-width: 992px) {
  .group-btns {
    gap: 0.65rem;
  }

  .group-btns .btn {
    width: calc(162px * var(--resp));
    height: calc(56px * var(--resp));
  }
}

@media (max-width: 575px) {
  .group-btns {
    gap: 0.4rem;
  }

  .group-btns .btn {
    flex: 1;
    width: auto;
    height: calc(54px * var(--resp));
  }
}

.test-type {
  width: 100%;
  padding: min(4vh, 3.5rem) calc(3rem * var(--resp) - 0.25rem) min(2vh, 2rem) 0;
  max-height: calc(100vh - 12rem * var(--resp));
  overflow-y: auto;
}

@media (max-height: 800px) {
  .test-type {
    padding-inline: 0 1.2rem;
  }
}

@media (max-width: 992px) {
  .test-type {
    padding: min(4vh, 3.5rem) calc(3rem * var(--resp) - 0.25rem) min(2vh, 2rem);
  }
}

@media (max-width: 768px) {
  .test-type {
    padding: calc(1.5rem * var(--resp)) 0 5.5rem;
    border-radius: 0;
    max-height: unset;
    overflow-y: visible;
    position: relative;
  }
}

@media (max-width: 575px) {
  .test-type {
    padding-top: 0.25rem;
  }
}

.test-type--desc textarea.form-control {
  padding: calc(1.25rem * var(--resp)) calc(1.5rem * var(--resp));
  border: 1.5px solid #EEEEEE;
  background: #F9FBFF;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .test-type--desc textarea.form-control {
    margin-top: -1rem;
    max-height: min(18vh, 10rem);
  }
}

@media (max-width: 575px) {
  .test-type--desc textarea.form-control {
    margin-top: 0;
  }
}

.test-type--desc textarea.form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: white;
  border-color: var(--col6);
}

@media (max-width: 768px) {
  .modal.show .modal-dialog {
    max-width: 25rem;
    margin-inline: auto;
  }
}

@media (max-width: 575px) {
  .modal.show .modal-dialog {
    max-width: 95%;
  }
}

.result-content {
  padding: 1.5rem 1.5rem 3.5rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: calc(35px * var(--resp));
}

@media (max-width: 568px) {
  .result-content h4 {
    font-size: calc(22px * var(--resp)) !important;
  }
}

@media (max-width: 450px) {
  .result-content {
    padding: 1rem 1rem 2.35rem;
    gap: calc(28px * var(--resp));
  }

  .result-content h4 {
    font-size: 16px !important;
  }
}

.result-content .btn-close {
  position: absolute;
  right: 1.35rem;
  top: 1.35rem;
  width: 3rem;
  height: 3rem;
  transition: all 0.3s ease-in-out;
  background-color: rgba(185, 185, 185, 0.1);
}

@media (max-width: 450px) {
  .result-content .btn-close {
    width: 2rem;
    height: 2rem;
    background-size: 0.75rem;
  }
}

.result-content .btn-close:focus {
  outline: 0;
  box-shadow: none;
}

.result-content .btn-solid {
  max-width: 80%;
  margin-inline: auto;
}

.success-chart {
  --size: 270px;
  margin-block: 4rem 0.5rem;
  min-width: var(--size);
  max-width: var(--size);
  height: var(--size);
  position: relative;
}

.success-chart::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  border: 42px solid #D9D9D9;
  z-index: 0;
}

@media (max-width: 992px) {
  .success-chart::after {
    border-width: 26px;
  }
}

@media (max-width: 768px) {
  .success-chart::after {
    border-width: 21px;
  }
}

@media (max-width: 992px) {
  .success-chart {
    --size: 210px;
  }
}

@media (max-width: 768px) {
  .success-chart {
    --size: 165px;
    margin-top: 3.2rem;
  }
}

.success-chart #resultDonut {
  position: relative;
  z-index: 1;
  width: var(--size) !important;
  height: var(--size) !important;
  min-width: var(--size);
  max-width: var(--size);
}

.success-chart .inner-num {
  width: 58%;
  height: 58%;
  padding-top: 0.15rem;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

@media (max-width: 768px) {
  .success-chart .inner-num {
    gap: 0.35rem;
  }

  .success-chart .inner-num div {
    font-size: calc(34px * var(--resp));
  }
}

.rdrSelected,
.rdrInRange,
.rdrStartEdge,
.rdrEndEdge {
  background-color: var(--col0) !important;
}

.rdrDateDisplayItemActive {
  border-color: var(--col0) !important;
}

.rdrDateDisplayItemActive input {
  color: var(--col0) !important;
}

.rdrDateDisplayItem input {
  font-weight: 500;
  font-size: 0.8rem !important;
}

.all-ans {
  overflow-y: auto;
  padding: calc(3rem * var(--resp)) calc(2rem * var(--resp)) calc(2rem * var(--resp)) 0;
}

.all-ans::-webkit-scrollbar-track {
  margin-block: 2rem;
}

.all-ans__header h1 {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: -0.2px;
  margin: 0 0 calc(0.5rem * var(--resp));
  font-size: calc(28px * var(--resp));
  color: var(--col0);
}

.all-ans__header h1 img {
  margin-top: -0.25rem;
  max-width: 1.2rem;
}

.all-ans__header--desc {
  margin-bottom: calc(2.5rem * var(--resp));
  color: var(--col3);
}

.all-ans__content {
  display: flex;
  flex-flow: column nowrap;
  gap: calc(1.65rem * var(--resp));
}

.all-ans__content--item {
  display: flex;
  flex-flow: column nowrap;
  gap: calc(2.5rem * var(--resp));
  padding: calc(1.75rem * var(--resp)) calc(1.5rem * var(--resp));
  border-radius: calc(20px * var(--resp));
  background-color: #F8F8F8;
  position: relative;
}

@media (max-width: 768px) {
  .all-ans__content--item {
    padding: calc(1rem * var(--resp)) calc(1.5rem * var(--resp));
  }
}

@media (max-width: 575px) {
  .all-ans__content--item {
    padding: calc(0.75rem * var(--resp)) calc(1.25rem * var(--resp));
  }
}

.all-ans__content--item h2 {
  padding: 0 0 0 0.5rem;
  display: flex;
  gap: 0.5rem;
  margin: 0;
  color: var(--col0);
}

.all-ans__content--item h2 .ques {
  white-space: wrap;
}

.all-ans__content--item .option-list {
  display: flex;
  flex-flow: row wrap;
  gap: calc(1.5rem * var(--resp));
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .all-ans__content--item .option-list {
    gap: calc(0.75rem * var(--resp));
  }
}

@media (max-width: 575px) {
  .all-ans__content--item .option-list {
    gap: calc(0.5rem * var(--resp));
  }
}

.all-ans__content--item .option-list li {
  min-width: 48%;
  flex: 1;
}

.all-ans__content--item .option-list .option {
  display: flex;
  gap: calc(1rem * var(--resp));
  padding: calc(1.2rem * var(--resp)) calc(1.5rem * var(--resp));
  border-radius: calc(12px * var(--resp));
  background-color: #FEFEFE;
  font-size: calc(18px * var(--resp));
  border: 1.5px solid var(--col2);
}

@media (max-width: 768px) {
  .all-ans__content--item .option-list .option {
    padding: calc(0.75rem * var(--resp)) calc(1rem * var(--resp));
    font-size: calc(16px * var(--resp));
  }
}

@media (max-width: 575px) {
  .all-ans__content--item .option-list .option {
    padding: calc(0.5rem * var(--resp)) calc(0.75rem * var(--resp));
    font-size: 12px;
  }
}

.all-ans__content--item .option-list .option__alpha {
  color: var(--col0);
}

.all-ans__content--item .option-list .option__text {
  color: var(--col3);
}

.all-ans__content--item .option-list .option--correct {
  background-color: #F1FFF2;
  border-color: #019C07;
}

.all-ans__content--item .option-list .option--wrong {
  background-color: #FFF9F9;
  border-color: #FFB6B6;
}

.top-intro__right--animated {
  max-width: unset !important;
  flex: 0 0 auto !important;
}

.animated-timer-compact {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 5px 8px;
  border-radius: 10px;
  background: linear-gradient(145deg, #111827, #1e293b);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
}

.animated-timer-compact .digit-group {
  display: inline-flex;
  gap: 2px;
}

.animated-timer-compact .digit-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(1.4rem * var(--resp));
  height: calc(1.85rem * var(--resp));
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  color: #67e8f9;
  font-family: "Courier New", "Lucida Console", monospace;
  font-weight: 800;
  font-size: calc(1.05rem * var(--resp));
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-shadow: 0 0 8px rgba(103, 232, 249, 0.55);
  animation: digitFlipIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}

.animated-timer-compact .digit-card::after {
  content: "";
  position: absolute;
  top: 49%;
  left: 2px;
  right: 2px;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 575px) {
  .animated-timer-compact .digit-card {
    width: 1.15rem;
    height: 1.5rem;
    font-size: 0.82rem;
  }
}

.animated-timer-compact .timer-colon {
  color: #67e8f9;
  font-weight: 800;
  font-size: calc(1.05rem * var(--resp));
  animation: colonPulse 1s ease-in-out infinite;
  text-shadow: 0 0 6px rgba(103, 232, 249, 0.5);
  line-height: 1;
}

@media (max-width: 575px) {
  .animated-timer-compact .timer-colon {
    font-size: 0.82rem;
  }
}

.animated-timer-compact--warning {
  background: linear-gradient(145deg, #1c1017, #2d1320);
  box-shadow: 0 2px 14px rgba(255, 71, 87, 0.25);
}

.animated-timer-compact--warning .digit-card {
  background: linear-gradient(180deg, #2d1320, #1c1017);
  color: #ff6b81;
  text-shadow: 0 0 8px rgba(255, 107, 129, 0.6);
  box-shadow: 0 1px 4px rgba(255, 71, 87, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  animation: digitFlipIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), timerPulseWarn 1.5s ease-in-out infinite;
}

.animated-timer-compact--warning .timer-colon {
  color: #ff6b81;
  text-shadow: 0 0 6px rgba(255, 107, 129, 0.5);
}

@media (max-width: 575px) {
  .animated-timer-compact {
    gap: 2px;
    padding: 3px 5px;
    border-radius: 7px;
  }
}

.animated-timer-large {
  margin: 1.5rem auto;
}

.animated-timer-large .timer-ring-container {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .animated-timer-large .timer-ring-container {
    width: 180px;
    height: 180px;
  }
}

.animated-timer-large .timer-ring {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.animated-timer-large .timer-ring__bg {
  fill: none;
  stroke: #e2e8f0;
  stroke-width: 6;
}

.animated-timer-large .timer-ring__progress {
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
  stroke: url(#timerGradient);
  transition: stroke-dashoffset 1s linear;
  filter: drop-shadow(0 0 6px rgba(103, 232, 249, 0.4));
}

.animated-timer-large .timer-ring__glow {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
  stroke: url(#timerGradient);
  transition: stroke-dashoffset 1s linear;
  opacity: 0.15;
  filter: blur(6px);
}

.animated-timer-large .timer-ring__digits {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.animated-timer-large .timer-ring__digit-row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.animated-timer-large .digit-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
}

.animated-timer-large .digit-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.8rem;
  background: linear-gradient(180deg, #1e293b, #0f172a);
  color: #67e8f9;
  font-family: "Courier New", "Lucida Console", monospace;
  font-weight: 800;
  font-size: 1.5rem;
  border-radius: 7px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 0 14px rgba(103, 232, 249, 0.6);
  animation: digitFlipIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}

.animated-timer-large .digit-card::after {
  content: "";
  position: absolute;
  top: 49%;
  left: 3px;
  right: 3px;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 575px) {
  .animated-timer-large .digit-card {
    width: 1.8rem;
    height: 2.3rem;
    font-size: 1.2rem;
  }
}

.animated-timer-large .digit-label {
  width: 100%;
  text-align: center;
  font-size: 0.55rem;
  color: #94a3b8;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 3px;
}

.animated-timer-large .timer-colon-large {
  color: #67e8f9;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 2.8rem;
  animation: colonPulse 1s ease-in-out infinite;
  text-shadow: 0 0 10px rgba(103, 232, 249, 0.5);
}

@media (max-width: 575px) {
  .animated-timer-large .timer-colon-large {
    font-size: 1.2rem;
    line-height: 2.3rem;
  }
}

.waiting-page .waiting-page__card {
  background: linear-gradient(145deg, #ffffff, #f1f5f9);
  border-radius: calc(24px * var(--resp));
  padding: calc(2.5rem * var(--resp)) calc(2rem * var(--resp));
  max-width: 500px;
  margin: calc(1.5rem * var(--resp)) auto;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  animation: cardSlideIn 0.6s ease-out;
}

.waiting-page .waiting-page__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: shimmer 3.5s ease-in-out infinite;
  pointer-events: none;
}

@media (max-width: 575px) {
  .waiting-page .waiting-page__card {
    max-width: 100%;
    margin-inline: 0.5rem;
    padding: 2rem 1.5rem;
  }
}

.waiting-page .waiting-page__icon {
  font-size: calc(2.8rem * var(--resp));
  margin-bottom: calc(0.75rem * var(--resp));
  display: inline-block;
  animation: iconFloat 3s ease-in-out infinite;
}

.waiting-page .waiting-page__title {
  font-size: calc(1.5rem * var(--resp));
  font-weight: 700;
  color: #0f172a;
  margin-bottom: calc(0.5rem * var(--resp));
}

.waiting-page .waiting-page__subtitle {
  color: #64748b;
  font-size: calc(0.9rem * var(--resp));
  margin-bottom: 0;
  max-width: 90%;
  margin-inline: auto;
  line-height: 1.6;
}

.waiting-page .waiting-page__wait-text {
  color: #94a3b8;
  font-size: calc(0.82rem * var(--resp));
  margin-top: calc(1.25rem * var(--resp));
  font-style: italic;
}

.evaluation-loader {
  width: 130px;
  height: 110px;
  margin: 0 auto calc(1.5rem * var(--resp));
  position: relative;
}

.evaluation-loader__papers {
  position: relative;
  width: 100%;
  height: 100%;
}

.evaluation-loader__papers .paper {
  position: absolute;
  width: 56px;
  height: 68px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  left: 50%;
  top: 45%;
  border: 1px solid #e2e8f0;
}

.evaluation-loader__papers .paper::before,
.evaluation-loader__papers .paper::after {
  content: "";
  position: absolute;
  left: 8px;
  height: 3px;
  border-radius: 2px;
}

.evaluation-loader__papers .paper::before {
  top: 14px;
  right: 14px;
}

.evaluation-loader__papers .paper::after {
  top: 22px;
  right: 20px;
  background: #e2e8f0;
}

.evaluation-loader__papers .paper--1 {
  z-index: 3;
  animation: paperFloat1 2.5s ease-in-out infinite;
}

.evaluation-loader__papers .paper--1::before {
  background: #67e8f9;
}

.evaluation-loader__papers .paper--2 {
  z-index: 2;
  animation: paperFloat2 2.5s ease-in-out 0.2s infinite;
}

.evaluation-loader__papers .paper--2::before {
  background: #a78bfa;
}

.evaluation-loader__papers .paper--3 {
  z-index: 1;
  animation: paperFloat3 2.5s ease-in-out 0.4s infinite;
}

.evaluation-loader__papers .paper--3::before {
  background: #fbbf24;
}

.evaluation-loader__scanner {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #67e8f9, transparent);
  border-radius: 2px;
  animation: scanLine 2s ease-in-out infinite;
}

.evaluation-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: calc(1rem * var(--resp));
}

.evaluation-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #67e8f9, #a78bfa);
  animation: dotPulse 1.4s ease-in-out infinite;
}

.evaluation-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.evaluation-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes digitFlipIn {
  0% {
    opacity: 0;
    transform: perspective(100px) rotateX(60deg) scale(0.7);
  }

  60% {
    transform: perspective(100px) rotateX(-8deg) scale(1.05);
  }

  100% {
    opacity: 1;
    transform: perspective(100px) rotateX(0) scale(1);
  }
}

@keyframes colonPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }
}

@keyframes timerPulseWarn {

  0%,
  100% {
    box-shadow: 0 1px 4px rgba(255, 71, 87, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  50% {
    box-shadow: 0 1px 14px rgba(255, 71, 87, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }
}

@keyframes iconFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-6px) rotate(-5deg);
  }

  75% {
    transform: translateY(-3px) rotate(5deg);
  }
}

@keyframes cardSlideIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.97);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 150%;
  }
}

@keyframes paperFloat1 {

  0%,
  100% {
    transform: translate(-50%, -50%) rotate(-4deg);
  }

  25% {
    transform: translate(-50%, -62%) rotate(2deg) scale(1.04);
  }

  50% {
    transform: translate(-50%, -50%) rotate(4deg);
  }

  75% {
    transform: translate(-50%, -42%) rotate(-2deg) scale(0.96);
  }
}

@keyframes paperFloat2 {

  0%,
  100% {
    transform: translate(-50%, -50%) rotate(3deg);
  }

  25% {
    transform: translate(-56%, -56%) rotate(-3deg);
  }

  50% {
    transform: translate(-50%, -50%) rotate(-4deg);
  }

  75% {
    transform: translate(-44%, -46%) rotate(3deg);
  }
}

@keyframes paperFloat3 {

  0%,
  100% {
    transform: translate(-50%, -50%) rotate(-2deg);
  }

  33% {
    transform: translate(-46%, -44%) rotate(5deg);
  }

  66% {
    transform: translate(-54%, -56%) rotate(-3deg);
  }
}

@keyframes scanLine {

  0%,
  100% {
    width: 15px;
    opacity: 0.3;
  }

  50% {
    width: 60px;
    opacity: 0.9;
  }
}

@keyframes dotPulse {

  0%,
  80%,
  100% {
    transform: scale(0.5);
    opacity: 0.3;
  }

  40% {
    transform: scale(1.3);
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .inner-page-content--dashboard {
    min-height: unset;
    border-radius: 0;
    background-color: transparent;
  }
}

.dashboard-page {
  padding: 2rem calc(2.75rem * var(--resp)) 2rem 0;
  flex: 1;
  max-width: calc(100% - 135px * var(--resp));
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 12rem * var(--resp));
}

@media (max-height: 800px) {
  .dashboard-page {
    max-width: calc(100% - 100px);
  }
}

@media (max-width: 992px) {
  .dashboard-page {
    max-width: 100%;
    padding: 0;
    max-height: unset;
  }

  .dashboard-page h1 {
    display: none;
  }
}

@media (max-width: 575px) {
  .dashboard-page {
    padding: clamp(4px, 1.5vw, 12px) clamp(4px, 2vw, 12px);
  }
}

.dashboard-page::-webkit-scrollbar-track {
  border-radius: 5px;
  margin: calc(2.5rem * var(--resp)) 0;
}

.dashboard-page::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.dashboard-page .title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  .dashboard-page .title-bar {
    align-items: flex-start;
  }

  .dashboard-page .title-bar h2 {
    font-size: calc(24px * var(--resp));
  }

  .dashboard-page .title-bar p {
    font-size: 11px;
  }
}

@media (max-width: 992px) {
  .dashboard-page .title-bar {
    margin-top: 0.65rem;
    padding-inline: calc(1.25rem * var(--resp));
  }

  .dashboard-page .title-bar h2 {
    margin-bottom: 0 !important;
  }
}

.dashboard-page .title-bar__img {
  max-width: 1.5rem;
  flex: 0 0 1.5rem;
}

@media (max-width: 1199.98px) {
  .dashboard-page .title-bar__img {
    max-width: 1.125rem;
    flex: 0 0 1.125rem;
  }

  .dashboard-page .title-bar__img img {
    max-width: 100%;
  }
}

.dashboard {
  --left-dashboard: calc(100% - ((500px + 1.5rem) * var(--resp)));
  --right-dashboard: calc(500px * var(--resp));
  display: flex;
  flex-flow: row wrap;
  gap: calc(1.5rem * var(--resp));
  margin-top: 1.65rem;
}

@media (max-width: 1600px) {
  .dashboard {
    --left-dashboard: calc(100% - ((450px + 1.5rem) * var(--resp)));
    --right-dashboard: calc(450px * var(--resp));
  }
}

@media (max-width: 1450px) {
  .dashboard {
    --left-dashboard: calc(100% - (480px * var(--resp)));
  }
}

@media (max-width: 575px) {
  .dashboard {
    gap: clamp(0.5rem, 2.5vw, 1rem);
    margin-top: clamp(0.3rem, 1.5vw, 0.8rem);
  }
}

.dashboard__grad-section {
  flex: 0 0 var(--left-dashboard);
  max-width: var(--left-dashboard);
  display: flex;
  flex-flow: column nowrap;
  gap: calc(25px * var(--resp));
}

@media (max-width: 1450px) {
  .dashboard__grad-section {
    flex: 1;
  }
}

@media (max-width: 992px) {
  .dashboard__grad-section {
    gap: 0.65rem;
  }
}

@media (max-width: 768px) {
  .dashboard__grad-section {
    order: 1;
  }
}

.dashboard__grad-section .banner {
  display: flex;
  justify-content: space-between;
  height: calc(265px * var(--resp));
  background: linear-gradient(87.12deg, #FFF2DA 50.47%, #FFA993 103.95%);
  padding: 0 calc(40px * var(--resp)) 0 calc(46px * var(--resp));
}

@media (max-width: 1199.98px) {
  .dashboard__grad-section .banner {
    padding: 0 calc(25px * var(--resp)) 0 calc(26px * var(--resp));
    height: calc(235px * var(--resp));
  }
}

@media (max-width: 992px) {
  .dashboard__grad-section .banner {
    height: calc(258px * var(--resp));
  }
}

@media (max-width: 575px) {
  .dashboard__grad-section .banner {
    height: clamp(120px, 35vw, 180px);
    padding: 0 clamp(10px, 3vw, 16px) 0 clamp(12px, 3.5vw, 20px);
    border-radius: clamp(16px, 4vw, 30px);
  }
}

@media (max-width: 415px) {
  .dashboard__grad-section .banner {
    height: clamp(100px, 30vw, 140px);
  }
}

.dashboard__grad-section .banner__left {
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 0.25rem;
}

.dashboard__grad-section .banner__left .btn {
  margin-top: calc(1.68rem * var(--resp));
  width: calc(176px * var(--resp));
  height: calc(50px * var(--resp));
}

@media (max-width: 575px) {
  .dashboard__grad-section .banner__left .btn {
    width: clamp(80px, 22vw, 110px);
    height: clamp(32px, 8vw, 42px);
    margin-top: clamp(0.4rem, 1.5vw, 0.8rem);
    font-size: clamp(10px, 2.8vw, 14px);
  }
}

@media (max-width: 1450px) {
  .dashboard__grad-section .banner__left p {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .dashboard__grad-section .banner__left p {
    font-size: clamp(9px, 2.5vw, 11px);
  }
}

@media (max-width: 1199.98px) {
  .dashboard__grad-section .banner__left h2 {
    font-size: calc(28px * var(--resp));
    font-weight: 700;
  }
}

@media (max-width: 575px) {
  .dashboard__grad-section .banner__left h2 {
    font-size: clamp(16px, 4.5vw, 22px) !important;
  }
}

@media (max-width: 415px) {
  .dashboard__grad-section .banner__left h2 {
    font-size: clamp(13px, 3.8vw, 18px) !important;
  }
}

.dashboard__grad-section .banner__right img {
  margin-top: -2rem;
  max-width: calc(300px * var(--resp));
}

@media (max-width: 1199.98px) {
  .dashboard__grad-section .banner__right img {
    margin-top: -1rem;
    max-width: calc(250px * var(--resp));
  }
}

@media (max-width: 992px) {
  .dashboard__grad-section .banner__right img {
    margin-top: -0.35rem;
  }
}

@media (max-width: 575px) {
  .dashboard__grad-section .banner__right img {
    max-width: clamp(100px, 30vw, 180px);
  }
}

.dashboard .performances {
  background-color: #f8ebcc;
  display: flex;
  gap: calc(25px * var(--resp));
}

@media (max-width: 992px) {
  .dashboard .performances {
    gap: 0;
    background: #FFFCF5;
    border-radius: calc(28px * var(--resp));
  }
}

@media (max-width: 768px) {
  .dashboard .performances {
    background: transparent;
    border-radius: 0;
    gap: 1rem;
  }
}

@media (max-width: 575px) {
  .dashboard .performances {
    flex-flow: column-reverse;
  }
}

.dashboard .performances__left {
  background: #FFF5E1;
  border: 1.5px solid #FFF2DA;
  padding: calc(25px * var(--resp));
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  gap: calc(2rem * var(--resp));
}

@media (max-width: 1199.98px) {
  .dashboard .performances__left {
    padding: calc(20px * var(--resp));
  }
}

@media (max-width: 992px) {
  .dashboard .performances__left {
    background-color: transparent;
    border-radius: 0;
    padding-right: 0;
    border: 0;
  }

  .dashboard .performances__left .title-bar {
    display: none;
  }
}

@media (max-width: 768px) {
  .dashboard .performances__left {
    flex: 1;
  }
}

.dashboard .performances__left .pair .l-text {
  font-size: 13px;
}

.dashboard .performances__right {
  max-width: calc(285px * var(--resp));
  flex: 0 0 calc(285px * var(--resp));
  aspect-ratio: 1;
  background: #FFFCF5;
  border: 1.5px solid #FFF2DA;
  padding: calc(2rem * var(--resp));
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .dashboard .performances__right {
    max-width: calc(250px * var(--resp));
    flex: 0 0 calc(250px * var(--resp));
    padding: calc(1rem * var(--resp));
  }
}

@media (max-width: 992px) {
  .dashboard .performances__right {
    max-width: calc(200px * var(--resp));
    flex: 0 0 calc(200px * var(--resp));
    background-color: transparent;
    border-radius: 0;
    margin-top: 2px;
    padding: 0;
    border: 0;
  }
}

@media (max-width: 768px) {
  .dashboard .performances__right {
    max-width: 165px;
    flex: 0 0 165px;
    background: #FFFCF5;
    border-radius: calc(1.5rem * var(--resp));
    margin-top: 0;
    padding: 0.25rem;
    border: 1.5px solid #FFF2DA;
  }
}

@media (max-width: 575px) {
  .dashboard .performances__right {
    max-width: 100%;
    flex: 0 0 100%;
    padding: clamp(0.15rem, 1vw, 0.5rem);
    border-radius: clamp(1rem, 3vw, 1.5rem);
  }
}

.dashboard .performances__right .chart-block__donut {
  max-width: calc(220px * var(--resp));
}

@media (max-width: 992px) {
  .dashboard .performances__right .chart-block__donut {
    max-width: calc(180px * var(--resp));
    margin: 0 !important;
  }
}

@media (max-width: 992px) {
  .dashboard .performances__right .chart-block__donut {
    max-width: calc(200px * var(--resp));
    margin: auto !important;
  }
}

@media (max-width: 575px) {
  .dashboard .performances__right .chart-block__donut {
    max-width: clamp(160px, 45vw, 240px);
  }
}

.dashboard .performances__right .inner-text {
  width: 58%;
  height: 58%;
  background-color: #FFEACE;
}

@media (max-width: 992px) {
  .dashboard .performances__right .inner-text {
    min-width: unset;
    min-height: unset;
  }

  .dashboard .performances__right .inner-text h4 {
    font-weight: 700;
    font-size: calc(1.8rem * var(--resp));
  }

  .dashboard .performances__right .inner-text p {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .dashboard .performances__right .inner-text h4 {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .dashboard .performances__right .inner-text p {
    font-size: 12px;
  }
}

.dashboard__yellow,
.dashboard__dark-green,
.dashboard__score {
  max-width: var(--right-dashboard);
  flex: 0 0 var(--right-dashboard);
  display: flex;
  flex-flow: column nowrap;
}

@media (max-width: 768px) {
  .dashboard__dark-green {
    order: 4;
  }
}

.dashboard__score {
  padding: calc(20px * var(--resp)) calc(25px * var(--resp));
  background-color: #000;
}

@media (max-width: 575px) {
  .dashboard__score {
    padding: clamp(12px, 3.5vw, 20px) clamp(14px, 4vw, 25px);
    border-radius: clamp(18px, 5vw, 28px);
  }
}

@media (max-width: 992px) {
  .dashboard__score h2 {
    margin-top: 0.25rem;
    margin-bottom: 0 !important;
  }
}

.dashboard .score-block {
  margin-top: calc(22px * var(--resp));
  padding: calc(20px * var(--resp));
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard .score-block .img-cover {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dashboard .score-block--yellow {
  background-color: #FFDC5B;
}

.dashboard .score-block--yellow .img-cover {
  background-color: #FFF4CA;
}

.dashboard .score-block--orange {
  background-color: #FF7A5B;
}

.dashboard .score-block--orange .img-cover {
  background-color: #FFB6A6;
}

.dashboard .score-block--orange .score-block__content {
  max-width: 50%;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
}

.dashboard .score-block__content {
  flex: 1;
  max-width: 60%;
}

.dashboard .score-block__chart {
  max-width: 50%;
}

@media (max-width: 575px) {
  .dashboard .score-block__chart {
    min-width: 45%;
    text-align: center;
  }

  .dashboard .score-block__chart canvas {
    margin: auto;
  }
}

.dashboard .score-block__chart.chart--bar {
  margin-top: -0.5rem;
  max-width: 40%;
  max-height: 6rem;
}

.dashboard .score-block .stats {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: calc(0.8rem * var(--resp));
}

@media (max-width: 1450px) {
  .dashboard .score-block .stats h4 {
    font-size: calc(24px * var(--resp));
  }
}

@media (max-width: 575px) {
  .dashboard .score-block .stats h4 {
    font-size: clamp(16px, 4.5vw, 24px);
  }
}

.dashboard__history,
.dashboard__m-stats {
  flex: 0 0 var(--left-dashboard);
  max-width: var(--left-dashboard);
  background-color: #F6FBFF;
  padding: 1.25rem calc(1.5rem * var(--resp));
}

@media (max-width: 1450px) {

  .dashboard__history,
  .dashboard__m-stats {
    flex: 1;
  }
}

@media (max-width: 768px) {

  .dashboard__history,
  .dashboard__m-stats {
    order: 3;
  }
}

.dashboard__history .history-title,
.dashboard__m-stats .history-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard__history .tabs,
.dashboard__history .m-tabs,
.dashboard__m-stats .tabs,
.dashboard__m-stats .m-tabs {
  padding: 0px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 3vmin 0 calc(1.5rem * var(--resp));
}

.dashboard__history .tabs a,
.dashboard__history .m-tabs a,
.dashboard__m-stats .tabs a,
.dashboard__m-stats .m-tabs a {
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #626262;
  font-weight: 500;
  transition-duration: 0.6s;
}

@media (max-width: 575px) {

  .dashboard__history .tabs a,
  .dashboard__history .m-tabs a,
  .dashboard__m-stats .tabs a,
  .dashboard__m-stats .m-tabs a {
    padding: clamp(6px, 1.5vw, 10px) clamp(10px, 3vw, 16px);
    font-size: clamp(11px, 3vw, 14px);
  }
}

@media (max-width: 415px) {

  .dashboard__history .tabs a,
  .dashboard__history .m-tabs a,
  .dashboard__m-stats .tabs a,
  .dashboard__m-stats .m-tabs a {
    padding: 7px 12px;
    font-size: 11px;
  }
}

.dashboard__history .tabs a.active-tab,
.dashboard__history .tabs a.m-active-tab,
.dashboard__history .m-tabs a.active-tab,
.dashboard__history .m-tabs a.m-active-tab,
.dashboard__m-stats .tabs a.active-tab,
.dashboard__m-stats .tabs a.m-active-tab,
.dashboard__m-stats .m-tabs a.active-tab,
.dashboard__m-stats .m-tabs a.m-active-tab {
  color: #fff;
}

.dashboard__history .tabs .selector,
.dashboard__history .tabs .m-selector,
.dashboard__history .m-tabs .selector,
.dashboard__history .m-tabs .m-selector,
.dashboard__m-stats .tabs .selector,
.dashboard__m-stats .tabs .m-selector,
.dashboard__m-stats .m-tabs .selector,
.dashboard__m-stats .m-tabs .m-selector {
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #000;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.13);
}

.dashboard__history .m-tabs a,
.dashboard__m-stats .m-tabs a {
  min-width: 11rem;
  font-weight: 700;
  text-align: center;
  padding: 0.875rem;
  font-size: calc(18px * var(--resp));
}

@media (max-width: 575px) {

  .dashboard__history .m-tabs,
  .dashboard__m-stats .m-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-block: 0;
    margin-block: 1rem 0;
    border-radius: 4rem;
    background-color: #F8F9FB;
  }

  .dashboard__history .m-tabs .m-selector,
  .dashboard__m-stats .m-tabs .m-selector {
    min-height: 2.35rem;
  }

  .dashboard__history .m-tabs a,
  .dashboard__m-stats .m-tabs a {
    padding: 10px 10px;
    min-width: 50%;
    font-size: calc(16px * var(--resp));
  }
}

.dashboard__history .m-tabs .t-perform,
.dashboard__m-stats .m-tabs .t-perform {
  display: flex;
  flex-flow: column nowrap;
}

.dashboard__history .tab-body>div,
.dashboard__history .m-tab-body>div,
.dashboard__m-stats .tab-body>div,
.dashboard__m-stats .m-tab-body>div {
  display: none;
}

.dashboard__history .tab-body>div:first-child,
.dashboard__history .m-tab-body>div:first-child,
.dashboard__m-stats .tab-body>div:first-child,
.dashboard__m-stats .m-tab-body>div:first-child {
  display: block;
}

.dashboard__history ul.h-table-list,
.dashboard__m-stats ul.h-table-list {
  display: flex;
  flex-flow: column nowrap;
  gap: 3px;
  margin: 0 0 -0.5rem;
  max-height: calc(18rem * var(--resp));
  overflow-y: auto;
}

@media (max-width: 768px) {

  .dashboard__history ul.h-table-list,
  .dashboard__m-stats ul.h-table-list {
    max-height: calc(25rem * var(--resp));
  }
}

.dashboard__history ul.h-table-list .h-data,
.dashboard__m-stats ul.h-table-list .h-data {
  padding: 10px 14px;
  background-color: transparent;
  border-radius: calc(12px * var(--resp));
  display: flex;
  align-items: center;
  gap: calc(0.875rem * var(--resp));
}

.dashboard__history ul.h-table-list .h-data:hover,
.dashboard__history ul.h-table-list .h-data.select,
.dashboard__m-stats ul.h-table-list .h-data:hover,
.dashboard__m-stats ul.h-table-list .h-data.select {
  background-color: #DFF3FF;
}

.dashboard__history ul.h-table-list .h-data .img-cover,
.dashboard__m-stats ul.h-table-list .h-data .img-cover {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dashboard__history ul.h-table-list .h-data .img-cover img,
.dashboard__m-stats ul.h-table-list .h-data .img-cover img {
  max-width: 45%;
}

.dashboard__history ul.h-table-list .h-data .img-cover--purple,
.dashboard__m-stats ul.h-table-list .h-data .img-cover--purple {
  background-color: #EBD7FF;
}

.dashboard__history ul.h-table-list .h-data .img-cover--yellow,
.dashboard__m-stats ul.h-table-list .h-data .img-cover--yellow {
  background-color: #F3FFC3;
}

.dashboard__history ul.h-table-list .h-data .img-cover--yellow img,
.dashboard__m-stats ul.h-table-list .h-data .img-cover--yellow img {
  max-width: 55%;
}

.dashboard__history ul.h-table-list .h-data .img-cover--red,
.dashboard__m-stats ul.h-table-list .h-data .img-cover--red {
  background-color: #FFD7D7;
}

.dashboard__history ul.h-table-list .h-data .text,
.dashboard__m-stats ul.h-table-list .h-data .text {
  flex: 1;
  max-width: calc(100% - (43px + 0.875rem * var(--resp)));
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  text-align: left;
  gap: calc(0.5rem * var(--resp));
}

.dashboard__history ul.h-table-list .h-data .text h4,
.dashboard__m-stats ul.h-table-list .h-data .text h4 {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dashboard__history ul.h-table-list .h-data .text .time,
.dashboard__m-stats ul.h-table-list .h-data .text .time {
  color: #B9BBBF;
}

.dashboard__m-stats {
  order: 2;
  padding: calc(24px * var(--resp)) calc(18px * var(--resp));
  background-color: #fff;
}

@media (max-width: 575px) {
  .dashboard__m-stats {
    padding: clamp(12px, 3.5vw, 24px) clamp(10px, 3vw, 18px);
    border-radius: clamp(18px, 5vw, 28px);
  }
}

@media (max-width: 768px) {
  .dashboard {
    --left-dashboard: 100%;
    --right-dashboard: 100%;
    flex-flow: column nowrap;
    margin-top: 0.5rem;
  }
}

.progress-block-dashboard {
  padding: 1.125rem 1.15rem;
  background-color: #FDCF68;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .progress-block-dashboard {
    padding: 0.88rem 1rem;
  }
}

@media (max-width: 992px) {
  .progress-block-dashboard {
    padding: 0.88rem 1rem;
    border-radius: calc(20px * var(--resp));
  }
}

@media (max-width: 768px) {
  .progress-block-dashboard {
    padding: 2rem 1rem;
  }
}

@media (max-width: 575px) {
  .progress-block-dashboard {
    padding: clamp(0.6rem, 2.5vw, 1rem);
    border-radius: clamp(14px, 4vw, 20px);
  }
}

.progress-block-dashboard .chart-block__legends {
  padding: 0;
  width: 100%;
  flex: 1;
  height: 100%;
  background-color: transparent;
}

.progress-block-dashboard .chart-block__legends ul {
  height: 100%;
  gap: calc(12px * var(--resp));
  justify-content: space-between;
}

@media (max-width: 575px) {
  .progress-block-dashboard .chart-block__legends ul {
    gap: 0.75rem;
  }
}

.progress-block-dashboard .chart-block__legends .d-progress {
  flex: 1;
  height: 14px;
  max-width: calc(100% - 7.5rem);
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

@media (max-width: 1199.98px) {
  .progress-block-dashboard .chart-block__legends .d-progress {
    height: 8px;
    max-width: calc(100% - 5.5rem);
  }
}

@media (max-width: 768px) {
  .progress-block-dashboard .chart-block__legends .d-progress {
    height: 12px;
    max-width: calc(100% - 7.5rem);
  }
}

@media (max-width: 575px) {
  .progress-block-dashboard .chart-block__legends .d-progress {
    height: clamp(6px, 2vw, 10px);
    max-width: calc(100% - 5.5rem);
  }
}

.progress-block-dashboard .chart-block__legends .d-progress span {
  border-radius: 20px;
}

.progress-block-dashboard .chart-block__legends .d-progress--beige {
  --beige: 60%;
}

.progress-block-dashboard .chart-block__legends .d-progress--beige span {
  background-color: #F8EBBB;
  animation: progressLineBeige 1s ease-in-out forwards;
}

.progress-block-dashboard .chart-block__legends .d-progress--lime {
  --lime: 35%;
}

.progress-block-dashboard .chart-block__legends .d-progress--lime span {
  background-color: #DDED59;
  animation: progressLineLime 1s ease-in-out forwards 0.5s;
}

.progress-block-dashboard .chart-block__legends .d-progress--orange {
  --orange: 75%;
}

.progress-block-dashboard .chart-block__legends .d-progress--orange span {
  background-color: var(--col6);
  animation: progressLineOrange 1s ease-in-out forwards 1s;
}

@keyframes progressLineBeige {
  from {
    width: 0%;
  }

  to {
    width: var(--beige);
  }
}

@keyframes progressLineLime {
  from {
    width: 0%;
  }

  to {
    width: var(--lime);
  }
}

@keyframes progressLineOrange {
  from {
    width: 0%;
  }

  to {
    width: var(--orange);
  }
}

.fut-assignments {
  padding: calc(25px * var(--resp));
  background-color: #004639;
}

@media (max-width: 575px) {
  .fut-assignments {
    padding: clamp(14px, 4vw, 25px);
    border-radius: clamp(18px, 5vw, 28px);
  }
}

.fut-assignments h2 {
  margin-bottom: 1.25rem;
}

@media (max-width: 575px) {
  .fut-assignments h2 {
    font-size: clamp(18px, 5vw, 28px);
    margin-bottom: clamp(0.5rem, 2vw, 1.25rem);
  }
}

.fut-assignments ul.f-assign-list {
  display: flex;
  flex-flow: column nowrap;
  gap: calc(1rem * var(--resp));
  overflow-y: auto;
  padding-right: 0.5rem;
  max-height: calc(29.4rem * var(--resp));
  /* Scrollbars */
}

@media (max-width: 1199.98px) {
  .fut-assignments ul.f-assign-list {
    gap: calc(0.8rem * var(--resp));
    max-height: calc(28rem * var(--resp));
  }
}

.fut-assignments ul.f-assign-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.fut-assignments ul.f-assign-list::-webkit-scrollbar-track {
  border-radius: 5px;
  margin: calc(0.5rem * var(--resp)) 0;
  background: rgba(255, 255, 255, 0.2);
}

.fut-assignments ul.f-assign-list::-webkit-scrollbar-thumb {
  background: #eaeaea;
  border-radius: 5px;
}

.fut-assignments ul.f-assign-list::-webkit-scrollbar-thumb:hover {
  background: rgba(234, 234, 234, 0.8);
}

.fut-assignments ul.f-assign-list .f-assign {
  padding: calc(20px * var(--resp)) calc(25px * var(--resp));
  background-color: #0E574A;
  border-radius: calc(24px * var(--resp));
}

@media (max-width: 1199.98px) {
  .fut-assignments ul.f-assign-list .f-assign {
    padding: calc(16px * var(--resp)) calc(18px * var(--resp));
  }
}

@media (max-width: 575px) {
  .fut-assignments ul.f-assign-list .f-assign {
    padding: clamp(10px, 3vw, 16px) clamp(12px, 3.5vw, 18px);
    border-radius: clamp(14px, 4vw, 24px);
  }
}

.fut-assignments ul.f-assign-list .f-assign__title {
  display: flex;
  align-items: center;
  gap: calc(0.85rem * var(--resp));
}

.fut-assignments ul.f-assign-list .f-assign__title .img-cover {
  width: calc(74px * var(--resp));
  height: calc(74px * var(--resp));
  flex: 0 0 calc(74px * var(--resp));
  background-color: #004639;
  border-radius: calc(17px * var(--resp));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fut-assignments ul.f-assign-list .f-assign__title .img-cover img {
  max-width: 75%;
}

@media (max-width: 1199.98px) {
  .fut-assignments ul.f-assign-list .f-assign__title .img-cover {
    border-radius: calc(12px * var(--resp));
    width: calc(60px * var(--resp));
    height: calc(60px * var(--resp));
    flex: 0 0 calc(60px * var(--resp));
  }

  .fut-assignments ul.f-assign-list .f-assign__title .img-cover img {
    max-width: 55%;
  }
}

@media (max-width: 575px) {
  .fut-assignments ul.f-assign-list .f-assign__title .img-cover {
    width: clamp(40px, 12vw, 60px);
    height: clamp(40px, 12vw, 60px);
    flex: 0 0 clamp(40px, 12vw, 60px);
    border-radius: clamp(8px, 2.5vw, 12px);
  }
}

.fut-assignments ul.f-assign-list .f-assign__title h3 {
  flex: 1;
  max-width: calc(100% - 80px * var(--resp));
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .fut-assignments ul.f-assign-list .f-assign__title h3 {
    max-width: 100%;
    font-size: calc(20px * var(--resp));
  }
}

@media (max-width: 575px) {
  .fut-assignments ul.f-assign-list .f-assign__title h3 {
    font-size: clamp(14px, 3.8vw, 20px);
  }
}

.fut-assignments ul.f-assign-list .f-assign>p {
  margin-top: calc(1.25rem * var(--resp));
}

@media (max-width: 1199.98px) {
  .fut-assignments ul.f-assign-list .f-assign>p {
    margin-top: calc(0.88rem * var(--resp));
    font-size: 11.5px;
  }
}

@media (max-width: 575px) {
  .fut-assignments ul.f-assign-list .f-assign>p {
    margin-top: clamp(0.5rem, 2vw, 0.88rem);
    font-size: clamp(10px, 2.8vw, 11.5px);
  }
}

.code-main {
  padding-right: calc(2rem * var(--resp));
  padding-bottom: calc(1.8rem * var(--resp));
  display: flex;
  flex-flow: column nowrap;
  gap: calc(1.5rem * var(--resp));
}

@media (max-width: 992px) {
  .code-main {
    padding: 0 0 0.8rem;
  }
}

@media (max-width: 575px) {
  .code-main {
    padding: 0;
  }

  .code-main .fz28 {
    font-size: calc(24px * var(--resp)) !important;
  }
}

@media (max-width: 415px) {
  .code-main .fz28 {
    font-size: calc(22px * var(--resp)) !important;
  }
}

.dashboard--code {
  --left-dashboard: calc(100% - ((575px + 2rem) * var(--resp)));
  --right-dashboard: calc(575px * var(--resp));
  gap: calc(2rem * var(--resp));
  flex: 1;
}

@media (max-width: 1600px) {
  .dashboard--code {
    --left-dashboard: calc(100% - ((520px + 2rem) * var(--resp)));
    --right-dashboard: calc(520px * var(--resp));
  }
}

@media (max-width: 1450px) {
  .dashboard--code {
    --left-dashboard: calc(100% - (500px * var(--resp)));
    --right-dashboard: calc(500px * var(--resp));
  }
}

@media (max-width: 1199.98px) {
  .dashboard--code {
    --left-dashboard: calc(100% - (350px * var(--resp)));
    --right-dashboard: 350px;
  }
}

@media (max-width: 1024px) {
  .dashboard--code {
    --left-dashboard: unset;
    --right-dashboard: unset;
    margin-top: 1.5rem;
    flex-flow: column nowrap;
  }
}

@media (max-width: 992px) {
  .dashboard--code {
    margin-top: 0.8rem;
  }
}

@media (max-width: 575px) {
  .dashboard--code {
    margin-top: 0;
  }
}

.dashboard--code .dashboard__yellow {
  background-color: #FDCF68;
  height: 100%;
  display: flex;
}

@media (max-width: 575px) {
  .dashboard--code .dashboard__yellow {
    border-radius: calc(24px * var(--resp));
  }
}

@media (max-width: 415px) {
  .dashboard--code .dashboard__yellow {
    border-radius: calc(20px * var(--resp));
  }
}

.dashboard--code .dashboard__yellow>h2 {
  padding: calc(35px * var(--resp)) calc(35px * var(--resp)) calc(30px * var(--resp));
}

@media (max-width: 575px) {
  .dashboard--code .dashboard__yellow>h2 {
    padding: calc(30px * var(--resp)) calc(28px * var(--resp)) calc(25px * var(--resp));
  }
}

@media (max-width: 415px) {
  .dashboard--code .dashboard__yellow>h2 {
    padding: calc(20px * var(--resp)) calc(18px * var(--resp)) calc(18px * var(--resp));
  }
}

.dashboard--code .dashboard__yellow .ques-block {
  height: 100%;
  background-color: #FFF5E1;
  padding: calc(35px * var(--resp));
}

@media (max-width: 575px) {
  .dashboard--code .dashboard__yellow .ques-block {
    padding: calc(28px * var(--resp));
    border-radius: calc(24px * var(--resp));
  }
}

@media (max-width: 415px) {
  .dashboard--code .dashboard__yellow .ques-block {
    padding: calc(18px * var(--resp));
    border-radius: calc(20px * var(--resp));
  }
}

.dashboard--code .dashboard__yellow .ques-block p {
  margin-block: 0.75rem calc(4rem * var(--resp));
  color: var(--col3);
}

@media (max-width: 575px) {
  .dashboard--code .dashboard__yellow .ques-block p {
    margin-block: 0.5rem calc(3rem * var(--resp));
  }
}

.dashboard--code .dashboard__yellow .ques-block .table-responsive {
  margin-top: calc(2.2rem * var(--resp));
}

@media (max-width: 575px) {
  .dashboard--code .dashboard__yellow .ques-block .table-responsive {
    margin-top: calc(1.5rem * var(--resp));
  }
}

.dashboard--code .dashboard__yellow .ques-block .table-responsive th {
  background-color: #1D1E20;
  padding: calc(11px * var(--resp)) calc(20px * var(--resp));
}

@media (max-width: 575px) {
  .dashboard--code .dashboard__yellow .ques-block .table-responsive th {
    padding-block: calc(8px * var(--resp));
  }
}

.dashboard--code .dashboard__yellow .ques-block .table-responsive th:first-child {
  border-top-left-radius: calc(14px * var(--resp));
}

.dashboard--code .dashboard__yellow .ques-block .table-responsive th:last-child {
  border-top-right-radius: calc(14px * var(--resp));
}

.dashboard--code .dashboard__yellow .ques-block .table-responsive td {
  border: 0;
  vertical-align: top;
  padding: calc(15px * var(--resp)) calc(20px * var(--resp));
  background-color: #fff;
  color: #1D1E20;
  border-left: 1px solid rgba(29, 30, 32, 0.2);
}

@media (max-width: 575px) {
  .dashboard--code .dashboard__yellow .ques-block .table-responsive td {
    padding-block: calc(10px * var(--resp));
  }
}

.dashboard--code .dashboard__yellow .ques-block .table-responsive td:first-child {
  border-left: 0;
  border-bottom-left-radius: calc(14px * var(--resp));
}

.dashboard--code .dashboard__yellow .ques-block .table-responsive td:last-child {
  border-bottom-right-radius: calc(14px * var(--resp));
}

.dashboard--code .dashboard__yellow .ques-block .table-responsive td>*,
.dashboard--code .dashboard__yellow .ques-block .table-responsive td>span {
  display: flex;
  min-height: calc(4.2rem * var(--resp));
}

@media (max-width: 575px) {

  .dashboard--code .dashboard__yellow .ques-block .table-responsive td>*,
  .dashboard--code .dashboard__yellow .ques-block .table-responsive td>span {
    font-weight: 900;
    font-size: calc(24px * var(--resp));
  }
}

.dashboard--code .dashboard__grad-section {
  height: 100%;
}

@media (max-width: 1024px) {
  .dashboard--code .dashboard__grad-section {
    min-height: min(60vh, 45rem);
  }
}

@media (max-width: 1024px) and (max-height: 575px) and (orientation: landscape) {
  .dashboard--code .dashboard__grad-section {
    min-height: 130vh;
  }
}

.dashboard--code .type-block {
  flex: 1;
  height: calc(100% - 4rem);
  background-color: #FFF5E1;
  padding: calc(28px * var(--resp)) calc(35px * var(--resp));
  display: flex;
  flex-flow: column nowrap;
  gap: calc(1.75rem * var(--resp));
}

@media (max-width: 575px) {
  .dashboard--code .type-block {
    padding: calc(22px * var(--resp)) calc(28px * var(--resp));
    gap: calc(1.25rem * var(--resp));
    border-radius: calc(24px * var(--resp));
  }
}

@media (max-width: 415px) {
  .dashboard--code .type-block {
    padding: calc(18px * var(--resp));
    gap: calc(1rem * var(--resp));
    border-radius: calc(20px * var(--resp));
  }
}

.dashboard--code .type-block .title-row {
  display: flex;
  align-items: center;
  gap: calc(1.35rem * var(--resp));
}

@media (max-width: 415px) {
  .dashboard--code .type-block .title-row {
    gap: calc(0.8rem * var(--resp));
  }
}

.dashboard--code .type-block .title-row .dropdown {
  min-width: min(40%, 16rem);
}

.dashboard--code .type-block .title-row .dropdown .btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(10, 14, 46, 0.6);
}

.dashboard--code .type-block .title-row .dropdown .btn-solid>img {
  max-width: 1.125rem;
  margin-top: 2px;
}

@media (max-width: 575px) {
  .dashboard--code .type-block .title-row .dropdown .btn-solid>img {
    max-width: 1rem;
  }
}

.dashboard--code .type-block .title-row .btn-solid span,
.dashboard--code .type-block .title-row .dropdown-menu span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: rgba(10, 14, 46, 0.6);
}

.dashboard--code .type-block .title-row .btn-solid span>img,
.dashboard--code .type-block .title-row .btn-solid label>img,
.dashboard--code .type-block .title-row .dropdown-menu span>img,
.dashboard--code .type-block .title-row .dropdown-menu label>img {
  max-width: 2rem;
  max-height: 1.65rem;
}

@media (max-width: 575px) {

  .dashboard--code .type-block .title-row .btn-solid span>img,
  .dashboard--code .type-block .title-row .btn-solid label>img,
  .dashboard--code .type-block .title-row .dropdown-menu span>img,
  .dashboard--code .type-block .title-row .dropdown-menu label>img {
    max-width: 1.2rem;
    max-height: 1.125rem;
  }
}

.dashboard--code .type-block .title-row .btn-solid .lang-input,
.dashboard--code .type-block .title-row .dropdown-menu .lang-input {
  display: none;
}

.dashboard--code .type-block .title-row .btn-solid>ul,
.dashboard--code .type-block .title-row .dropdown-menu>ul {
  gap: 0.125rem;
  padding-inline: 0;
}

.dashboard--code .type-block .title-row .btn-solid>ul a,
.dashboard--code .type-block .title-row .dropdown-menu>ul a {
  transition: all 0.3s ease-in-out;
  padding-block: 0.5rem;
}

.dashboard--code .type-block .title-row .btn-solid>ul a:active,
.dashboard--code .type-block .title-row .btn-solid>ul a.active,
.dashboard--code .type-block .title-row .dropdown-menu>ul a:active,
.dashboard--code .type-block .title-row .dropdown-menu>ul a.active {
  color: white;
  background-color: var(--col6);
}

.dashboard--code .type-block .title-row .btn-square {
  border: 0;
  margin-left: auto;
  padding: 2px;
  border-radius: 2px;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}

.dashboard--code .type-block .title-row .btn-square img {
  max-width: calc(28px * var(--resp));
}

.dashboard--code .type-block .title-row .btn-square:hover,
.dashboard--code .type-block .title-row .btn-square:focus,
.dashboard--code .type-block .title-row .btn-square:active {
  opacity: 0.8;
}

.dashboard--code .type-block .code-area {
  flex: 1;
  max-height: 65%;
  overflow-y: auto;
  border-radius: 10px;
  background-color: #1D1E20;
  margin-bottom: calc(1.75rem * var(--resp));
}

@media (max-width: 415px) {
  .dashboard--code .type-block .code-area {
    max-height: 70%;
  }
}

.dashboard--code .type-block .output-cover {
  display: flex;
  flex-flow: column nowrap;
  gap: calc(0.8rem * var(--resp));
}

.dashboard--code .type-block .output-cover textarea.form-control {
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  min-height: calc(115px * var(--resp));
  padding: calc(12px * var(--resp)) calc(20px * var(--resp));
  letter-spacing: 0.045rem;
}

.dashboard--code .type-block .output-cover textarea.form-control::placeholder {
  color: rgba(29, 30, 32, 0.25);
}

.dashboard--code .type-block .output-cover textarea.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--col6);
}

.profile {
  padding: 2rem calc(2.75rem * var(--resp)) 2rem 0;
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  gap: calc(3rem * var(--resp));
  overflow-y: auto;
}

.profile::-webkit-scrollbar-track {
  border-radius: 5px;
  margin: calc(2.5rem * var(--resp)) 0;
}

.profile::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

@media (max-width: 992px) {
  .profile {
    max-height: unset;
    overflow-y: hidden;
    padding: 1.8rem 1.5rem;
    gap: 0;
  }
}

@media (max-width: 575px) {
  .profile {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}

.profile__info {
  display: flex;
  gap: calc(1.5rem * var(--resp));
}

@media (max-width: 768px) {
  .profile__info {
    flex-flow: column-reverse nowrap;
  }
}

@media (max-width: 575px) {
  .profile__info {
    border-radius: 0;
  }
}

.profile__analyze .analyze-title {
  margin-top: calc(6.5rem * var(--resp) * -1);
}

@media (max-width: 1199.98px) {
  .profile__analyze .analyze-title {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .profile__analyze .analyze-title {
    margin-top: 1rem;
  }
}

.profile__analyze .analyze-title p {
  max-width: 60%;
  color: var(--col3);
  margin-block: calc(1.25rem * var(--resp)) 0;
}

@media (max-width: 992px) {
  .profile__analyze .analyze-title p {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .profile__analyze .analyze-title p {
    margin-block: calc(0.88rem * var(--resp)) 0;
    font-size: 12px;
  }
}

.profile__history {
  background-color: #E7F2FC;
  padding: calc(1.5rem * var(--resp));
}

.profile__history ul.h-table-list .h-data:hover,
.profile__history ul.h-table-list .h-data.select {
  background-color: #F5F8FF;
}

.profile .checkbox-container input[type=checkbox]+label {
  color: white;
}

.profile .checkbox-container input[type=checkbox]+label>b {
  border-color: white;
  border-radius: 3px;
}

.profile .checkbox-container input[type=checkbox]:checked+label>b {
  animation: none;
  border: 1px solid white;
}

.profile .checkbox-container input[type=checkbox]:checked+label>b:before {
  width: 0.325rem;
  height: 0.75rem;
  top: 0.25rem;
  left: 0.235rem;
  border-right: 1.25px solid white;
  border-bottom: 1.25px solid white;
  animation: none;
  transform: rotate(45deg);
}

@media (max-width: 1600px) {
  .profile .checkbox-container input[type=checkbox]:checked+label>b:before {
    top: 0.215rem;
  }
}

@media (max-width: 1450px) {
  .profile .checkbox-container input[type=checkbox]:checked+label>b:before {
    top: 0.075rem;
    left: 0.225rem;
  }
}

@media (max-width: 1199.98px) {
  .profile .checkbox-container input[type=checkbox]:checked+label>b:before {
    top: 0rem;
  }
}

.info-left {
  flex: 1;
  padding-bottom: calc(7.5rem * var(--resp));
  display: flex;
  flex-flow: column nowrap;
  gap: calc(4rem * var(--resp));
}

@media (max-width: 1199.98px) {
  .info-left {
    gap: calc(2.5rem * var(--resp));
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .info-left {
    padding-bottom: 0;
  }
}

.info-left .blue-block {
  background-color: #F4F4F4;
  padding: calc(35px * var(--resp)) calc(38px * var(--resp));
}

@media (max-width: 575px) {
  .info-left .blue-block {
    border-radius: calc(20px * var(--resp));
    padding: calc(25px * var(--resp)) calc(18px * var(--resp));
  }
}

.info-left .blue-block .title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.info-left .blue-block .title-bar__left {
  display: inline-flex;
  align-items: center;
  gap: calc(1.65rem * var(--resp));
}

@media (max-width: 992px) {
  .info-left .blue-block .title-bar__left {
    gap: calc(0.65rem * var(--resp));
  }
}

.info-left .blue-block .title-bar__left .btn-solid--dark {
  padding-inline: 3rem;
}

.info-left .blue-block .title-bar__left .btn-solid--dark span {
  line-height: 1;
}

.info-left .blue-block .title-bar__left img {
  width: calc(116px * var(--resp));
  height: calc(116px * var(--resp));
}

@media (max-width: 992px) {
  .info-left .blue-block .title-bar__left img {
    width: calc(70px * var(--resp));
    height: calc(70px * var(--resp));
  }
}

@media (max-width: 992px) {
  .info-left .blue-block .title-bar__left .name h2 {
    font-size: calc(1.8rem * var(--resp));
  }

  .info-left .blue-block .title-bar__left .name p {
    font-size: calc(16px * var(--resp));
  }
}

@media (max-width: 992px) {
  .info-left .blue-block .title-bar .btn-solid--dark {
    padding-inline: 1rem;
  }
}

.info-left .blue-block hr.sep {
  opacity: 1;
  border-color: #D9D9D9;
  margin: calc(30px * var(--resp)) 0;
}

.info-left .blue-block .more-info {
  margin-top: calc(35px * var(--resp));
  display: grid;
  gap: calc(2.2rem * var(--resp)) 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 3fr));
}

@media (max-width: 1600px) {
  .info-left .blue-block .more-info {
    grid-template-columns: repeat(auto-fit, minmax(170px, 3fr));
  }
}

@media (max-width: 992px) {
  .info-left .blue-block .more-info {
    grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
  }
}

@media (max-width: 575px) {
  .info-left .blue-block .more-info {
    padding-left: 0.25rem;
    margin-bottom: 0.5rem;
    grid-template-columns: repeat(auto-fit, minmax(130px, 2fr));
  }
}

.info-left .blue-block .more-info .pair .label {
  color: #B9BBBF;
  margin-bottom: 3px;
}

@media (max-width: 575px) {
  .info-left .blue-block .more-info .pair .label {
    font-size: 0.813rem;
  }
}

@media (max-width: 575px) {
  .info-left .blue-block .more-info .pair .value {
    font-size: 0.938rem;
  }
}

.info-left .chart-block {
  margin-top: calc(25px * var(--resp));
  display: flex;
  align-items: center;
  gap: calc(2.125rem * var(--resp));
}

@media (max-width: 1199.98px) {
  .info-left .chart-block {
    gap: 0.35rem;
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.info-left .chart-block .grad-block {
  flex: 1;
  display: flex;
  align-items: center;
  gap: calc(1.25rem * var(--resp));
  padding: calc(1.5rem * var(--resp));
  border-radius: calc(17px * var(--resp));
  max-height: calc(125px * var(--resp));
}

@media (max-width: 1199.98px) {
  .info-left .chart-block .grad-block {
    padding: calc(0.8rem * var(--resp));
    gap: calc(0.6rem * var(--resp));
  }
}

@media (max-width: 768px) {
  .info-left .chart-block .grad-block {
    padding: calc(1.55rem * var(--resp)) calc(1.85rem * var(--resp));
    gap: calc(1.2rem * var(--resp));
    min-width: 270px;
  }
}

@media (max-width: 575px) {
  .info-left .chart-block .grad-block {
    padding: calc(1.55rem * var(--resp));
    min-width: 210px;
  }
}

.info-left .chart-block .grad-block--purple {
  background: linear-gradient(90deg, #9474DD 0%, #B7A1E9 100%);
}

.info-left .chart-block .grad-block--blue {
  background: linear-gradient(90deg, #3E65CD 0%, #3E92FA 100%);
}

.info-left .chart-block .grad-block--orange {
  background: linear-gradient(90deg, #F86060 0%, #F98787 100%);
}

.info-left .chart-block .grad-block--dark {
  background: linear-gradient(90deg, #000000 0%, #646464 100%);
}

.owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0;
  width: 6px;
  height: 6px;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 70, 57, 0.2);
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #004639;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 8px;
  height: 8px;
  background: #004639;
}

.analyze-main {
  display: flex;
  gap: calc(1.4rem * var(--resp));
  margin-top: calc(2.88rem * var(--resp));
}

@media (max-width: 850px) {
  .analyze-main {
    flex-flow: column nowrap;
  }
}

.analyze-main__left {
  flex: 1;
  padding: calc(35px * var(--resp));
  background-color: #F0F9FF;
}

@media (max-width: 992px) {
  .analyze-main__left {
    padding: calc(15px * var(--resp));
    border-radius: calc(28px * var(--resp));
  }
}

@media (max-width: 768px) {
  .analyze-main__left {
    border-radius: calc(20px * var(--resp));
  }
}

.analyze-main__left .bg-inner {
  background-color: #fff;
  padding: calc(25px * var(--resp)) calc(35px * var(--resp));
  height: 100%;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 992px) {
  .analyze-main__left .bg-inner {
    border-radius: calc(28px * var(--resp));
    flex-flow: column nowrap;
    align-items: center;
    gap: 0;
  }
}

@media (max-width: 850px) {
  .analyze-main__left .bg-inner {
    flex-flow: row nowrap;
    align-items: flex-end;
  }
}

@media (max-width: 768px) {
  .analyze-main__left .bg-inner {
    border-radius: calc(20px * var(--resp));
  }
}

@media (max-width: 575px) {
  .analyze-main__left .bg-inner {
    padding: calc(20px * var(--resp));
  }
}

.analyze-main__left .bg-inner__left {
  flex: 1;
  position: relative;
  max-width: 65%;
}

@media (max-width: 1600px) {
  .analyze-main__left .bg-inner__left {
    max-width: 70%;
  }
}

@media (max-width: 992px) {
  .analyze-main__left .bg-inner__left {
    max-width: 99%;
    max-height: calc(100% - 12rem);
  }
}

@media (max-width: 850px) {
  .analyze-main__left .bg-inner__left {
    max-width: 65%;
  }
}

@media (max-width: 575px) {
  .analyze-main__left .bg-inner__left {
    max-width: 80%;
  }
}

.analyze-main__left .bg-inner__left .chart-text {
  width: 42.5%;
  height: 42.5%;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 47.41px 23.7px 23.7px rgba(211, 208, 208, 0.2509803922);
  position: absolute;
  left: 47.85%;
  top: 50.3%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (max-width: 1600px) {
  .analyze-main__left .bg-inner__left .chart-text {
    width: 38%;
    height: 38%;
    left: 46.8%;
    top: 50%;
  }
}

@media (max-width: 992px) {
  .analyze-main__left .bg-inner__left .chart-text {
    left: 46%;
  }
}

@media (max-width: 575px) {
  .analyze-main__left .bg-inner__left .chart-text {
    width: 35%;
    height: 35%;
    left: 44.5%;
  }
}

.analyze-main__left .bg-inner__left .chart-text span {
  color: #C7C5C5;
}

@media (max-width: 575px) {
  .analyze-main__left .bg-inner__left .chart-text span {
    font-size: 7px;
  }
}

@media (max-width: 575px) {
  .analyze-main__left .bg-inner__left .num {
    font-size: 10px;
    line-height: 1;
  }
}

.analyze-main__left .bg-inner__right {
  max-width: 35%;
  flex: 0 0 35%;
  padding-bottom: 1rem;
}

@media (max-width: 1600px) {
  .analyze-main__left .bg-inner__right {
    max-width: 30%;
    flex: 0 0 30%;
    padding-bottom: 0.2rem;
  }
}

@media (max-width: 992px) {
  .analyze-main__left .bg-inner__right {
    max-width: 90%;
  }
}

@media (max-width: 575px) {
  .analyze-main__left .bg-inner__right {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

.analyze-main__left .bg-inner__right ul {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-content: center;
  gap: 0.75rem;
  padding-right: 1rem;
}

@media (max-width: 1600px) {
  .analyze-main__left .bg-inner__right ul {
    padding-right: 0.25rem;
  }
}

@media (max-width: 992px) {
  .analyze-main__left .bg-inner__right ul {
    flex-flow: row wrap;
    justify-content: center;
    gap: 1rem 5vw;
  }

  .analyze-main__left .bg-inner__right ul li {
    min-width: 30%;
  }
}

@media (max-width: 850px) {
  .analyze-main__left .bg-inner__right ul {
    flex-flow: column wrap;
    justify-content: flex-end;
    align-content: center;
  }
}

@media (max-width: 575px) {
  .analyze-main__left .bg-inner__right ul {
    gap: calc(0.5rem * var(--resp));
  }
}

.analyze-main__left .bg-inner__right ul .col-pair {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin: auto;
}

.analyze-main__left .bg-inner__right ul .col-pair .color {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

@media (max-width: 575px) {
  .analyze-main__left .bg-inner__right ul .col-pair .color {
    width: 12px;
    height: 12px;
    border-radius: 1.2px;
  }
}

.analyze-main__left .bg-inner__right ul .col-pair .color--red {
  background-color: #F9969A;
}

.analyze-main__left .bg-inner__right ul .col-pair .color--blue {
  background-color: #91D1EA;
}

.analyze-main__left .bg-inner__right ul .col-pair .color--green {
  background-color: #21CBAD;
}

.analyze-main__left .bg-inner__right ul .col-pair .color--darkBlue {
  background-color: #73A4F4;
}

.analyze-main__left .bg-inner__right ul .col-pair .text {
  color: var(--col3);
}

@media (max-width: 575px) {
  .analyze-main__left .bg-inner__right ul .col-pair .text {
    font-size: 10px;
  }
}

.analyze-main__right {
  --size: calc(650px * var(--resp));
  flex: 0 0 var(--size);
  width: var(--size);
  padding: calc(30px * var(--resp));
  background-color: #004639;
}

@media (max-width: 1600px) {
  .analyze-main__right {
    --size: 42%;
  }
}

@media (max-width: 992px) {
  .analyze-main__right {
    --size: 49%;
    padding: calc(20px * var(--resp));
    border-radius: calc(28px * var(--resp));
  }
}

@media (max-width: 850px) {
  .analyze-main__right {
    --size: 100%;
    padding: calc(26px * var(--resp)) calc(20px * var(--resp));
  }
}

@media (max-width: 768px) {
  .analyze-main__right {
    border-radius: calc(20px * var(--resp));
  }
}

.analyze-main__right .accordion {
  border: 0;
  background-color: transparent;
  display: flex;
  flex-flow: column nowrap;
  gap: calc(1.25rem * var(--resp));
}

.analyze-main__right .accordion-header {
  margin: 0;
}

.analyze-main__right .accordion-item {
  border: 0;
  background-color: #0E574A;
  border-radius: calc(10px * var(--resp));
}

.analyze-main__right .accordion-item .accordion-button {
  box-shadow: none;
  background: transparent;
  padding-inline: calc(16px * var(--resp));
  min-height: calc(58px * var(--resp));
}

.analyze-main__right .accordion-item .accordion-button::after {
  margin-top: 3px;
  translate: -10px;
  background: url(../images/inner-pages/icons/icon-accordion-arrow.svg) no-repeat center;
  background-size: 16px;
}

@media (max-width: 992px) {
  .analyze-main__right .accordion-item .accordion-button::after {
    translate: -2px;
  }
}

.analyze-main__right .accordion-item .accordion-button:not(.collapsed)::after {
  margin-top: 2px;
}

.analyze-main__right .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}

@media (max-width: 992px) {
  .analyze-main__right .accordion-body {
    padding-inline: 0.5rem;
  }
}

.analyze-main__right .accordion ul.f-assign-list {
  padding-right: 0.65rem;
  max-height: calc(16rem * var(--resp));
  margin-inline: calc(0.6rem * var(--resp));
}

@media (max-width: 992px) {
  .analyze-main__right .accordion ul.f-assign-list {
    gap: 0.3rem;
    padding-right: 0.45rem;
    max-height: calc(22rem * var(--resp));
  }
}

.analyze-main__right .accordion ul.f-assign-list .f-assign {
  background-color: #216D5F;
}

@media (max-width: 992px) {
  .analyze-main__right .accordion ul.f-assign-list .f-assign {
    padding: calc(15px * var(--resp));
    border-radius: calc(15px * var(--resp));
  }

  .analyze-main__right .accordion ul.f-assign-list .f-assign__title .img-cover {
    width: calc(52px * var(--resp));
    height: calc(52px * var(--resp));
    flex: 0 0 calc(52px * var(--resp));
    border-radius: 11px;
  }

  .analyze-main__right .accordion ul.f-assign-list .f-assign__title .img-cover img {
    max-width: 60%;
  }

  .analyze-main__right .accordion ul.f-assign-list .f-assign__title h3 {
    max-width: calc(100% - 55px * var(--resp));
  }
}

.code-practice--flowchart {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.85rem;
  position: relative;
}

@media (max-width: 992px) {
  .code-practice--flowchart {
    padding-top: 1rem;
  }
}

@media (max-width: 575px) {
  .code-practice--flowchart h4.fz28 {
    font-size: calc(24px * var(--resp));
  }
}

.code-practice--flowchart .title-row p {
  max-width: calc(58rem * var(--resp));
}

@media (max-width: 1199.98px) {
  .code-practice--flowchart .title-row {
    flex-flow: row nowrap;
  }

  .code-practice--flowchart .title-row p {
    max-width: 75%;
  }
}

@media (max-width: 992px) {
  .code-practice--flowchart .title-row__right {
    width: auto;
  }
}

@media (max-width: 575px) {
  .code-practice--flowchart .title-row {
    margin-bottom: 0;
  }

  .code-practice--flowchart .title-row__right {
    position: absolute;
    right: 0;
    top: 0.5rem;
  }

  .code-practice--flowchart .title-row__right .btn {
    padding-inline: calc(1rem * var(--resp));
  }
}

.code-practice--flowchart .title-row .btn {
  margin-top: -10px;
}

@media (max-width: 1199.98px) {
  .code-practice--flowchart .title-row .btn {
    margin-top: 0;
  }
}

.flow-chart-list {
  margin-block: calc(2.5rem * var(--resp)) calc(3.5rem * var(--resp));
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22%, 4fr));
  gap: 3%;
}

@media (max-width: 992px) {
  .flow-chart-list {
    margin-block: calc(1.5rem * var(--resp)) calc(2rem * var(--resp));
    grid-template-columns: repeat(auto-fill, minmax(23%, 4fr));
    gap: 2%;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .flow-chart-list {
    display: block;
  }
}

.flow-chart-list .fc-block {
  padding: 20px 20px 25px 20px;
  background-color: #F8FAFF;
  min-height: 280px;
  display: flex;
  overflow: hidden;
  box-shadow: 0px 8.41px 23.12px 0px rgba(0, 0, 0, 0.0392156863);
  aspect-ratio: 1;
}

@media (max-width: 1600px) {
  .flow-chart-list .fc-block {
    aspect-ratio: unset;
  }
}

@media (max-width: 1450px) {
  .flow-chart-list .fc-block {
    aspect-ratio: 1;
    min-height: unset;
    padding: 15px 15px 20px 15px;
  }
}

@media (max-width: 1199.98px) {
  .flow-chart-list .fc-block {
    border-radius: calc(30px * var(--resp));
  }
}

@media (max-width: 768px) {
  .flow-chart-list .fc-block {
    margin-bottom: 1rem;
    min-width: 14rem;
    aspect-ratio: 1;
    padding: 10px 10px 15px 10px;
  }
}

@media (max-width: 575px) {
  .flow-chart-list .fc-block {
    margin-bottom: 0.5rem;
  }
}

.flow-chart-list .fc-block__inner {
  background: url(./../images/inner-pages/layout/dotted-bg.svg) repeat center;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  border-radius: calc(28px * var(--resp));
}

@media (max-width: 1199.98px) {
  .flow-chart-list .fc-block__inner {
    border-radius: calc(20px * var(--resp));
  }
}

.flow-chart-list .fc-block__inner .thumbnail {
  --pd-top: 1.5rem;
  width: 100%;
  flex: 1;
  max-height: 80%;
  padding-top: var(--pd-top);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1450px) {
  .flow-chart-list .fc-block__inner .thumbnail {
    --pd-top: 0.8rem;
  }
}

.flow-chart-list .fc-block__inner .thumbnail--sequence img {
  max-width: 55%;
}

@media (max-width: 1600px) {
  .flow-chart-list .fc-block__inner .thumbnail--sequence img {
    max-width: 40%;
  }
}

.flow-chart-list .fc-block__inner .thumbnail--flowchart img {
  max-width: 80%;
}

@media (max-width: 1600px) {
  .flow-chart-list .fc-block__inner .thumbnail--flowchart img {
    max-width: 65%;
  }
}

.flow-chart-list .fc-block__inner .thumbnail--cloud {
  padding-top: calc(var(--pd-top) + 0.65rem);
}

@media (max-width: 992px) {
  .flow-chart-list .fc-block__inner .thumbnail--cloud {
    padding-top: var(--pd-top);
  }
}

.flow-chart-list .fc-block__inner .thumbnail--cloud img {
  max-width: 50%;
}

@media (max-width: 1600px) {
  .flow-chart-list .fc-block__inner .thumbnail--cloud img {
    max-width: 40%;
  }
}

.flow-chart-list .fc-block__inner .trapezium {
  margin-bottom: -1.65rem;
  margin-top: auto;
  min-height: 60px;
  flex: 0 0 60px;
  width: 92%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .flow-chart-list .fc-block__inner .trapezium {
    width: 98%;
    min-height: calc(70px * var(--resp));
    flex: 0 0 calc(70px * var(--resp));
  }
}

@media (max-width: 1050px) {
  .flow-chart-list .fc-block__inner .trapezium {
    width: 100%;
  }

  .flow-chart-list .fc-block__inner .trapezium span.fz20 {
    font-size: calc(18px * var(--resp));
  }
}

@media (max-width: 768px) {
  .flow-chart-list .fc-block__inner .trapezium {
    width: 94%;
    min-height: 70px;
    flex: 0 0 70px;
  }
}

.flow-chart-list .fc-block__inner .trapezium--blue {
  background-image: url(./../images/inner-pages/layout/trapezium-blue.svg);
}

.flow-chart-list .fc-block__inner .trapezium--limegreen {
  background-image: url(./../images/inner-pages/layout/trapezium-limegreen.svg);
}

.flow-chart-list .fc-block__inner .trapezium--orange {
  background-image: url(./../images/inner-pages/layout/trapezium-orange.svg);
}

.flow-chart-list .fc-block--add {
  border: 1.58px dashed #A7A7A7;
  background-color: white;
  padding: calc(1.55rem * var(--resp)) calc(3rem * var(--resp)) 0 calc(3rem * var(--resp));
  flex-flow: column nowrap;
  justify-content: space-between;
}

@media (min-width: 1920px) {
  .flow-chart-list .fc-block--add {
    padding-top: calc(3rem * var(--resp));
  }
}

@media (max-width: 1450px) {
  .flow-chart-list .fc-block--add {
    padding-top: calc(2rem * var(--resp));
  }
}

@media (max-width: 1024px) {
  .flow-chart-list .fc-block--add {
    padding-top: calc(1.2rem * var(--resp));
  }
}

.flow-chart-list .fc-block--add .fc-block__inner {
  height: calc(100% - 3.85rem);
  padding: 0;
  flex: 1;
  background-repeat: no-repeat;
  max-width: 19rem;
  max-height: 15.65rem;
  background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199.98px) {
  .flow-chart-list .fc-block--add .fc-block__inner {
    height: calc(100% - 2.8rem);
  }
}

@media (max-width: 768px) {
  .flow-chart-list .fc-block--add .fc-block__inner {
    height: calc(100% - 3rem);
  }
}

.flow-chart-list .fc-block--add .name-title {
  margin-block: auto;
  min-height: 3.85rem;
  margin-inline: -1.5rem;
  color: #002946;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .flow-chart-list .fc-block--add .name-title {
    min-height: 2.8rem;
    font-size: calc(20px * var(--resp));
  }
}

@media (max-width: 768px) {
  .flow-chart-list .fc-block--add .name-title {
    min-height: 3rem;
  }
}

.flow-chart-list .fc-block--add .bg-lime {
  width: calc(78px * var(--resp));
  height: calc(78px * var(--resp));
  background: #D7FD63;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.flow-chart-list .fc-block--add .bg-lime span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1450px) {
  .flow-chart-list .fc-block--add .bg-lime {
    border-radius: calc(20px * var(--resp));
  }

  .flow-chart-list .fc-block--add .bg-lime img {
    max-width: 80%;
  }
}

.flow-maker {
  display: flex;
  gap: 1.5rem;
  width: 100%;
}

.flow-maker .title-row {
  margin-block: calc(1rem * var(--resp)) calc(2rem * var(--resp));
}

@media (max-width: 768px) {
  .flow-maker .title-row p {
    max-width: 100%;
  }
}

.flow-maker__left {
  flex: 1;
}

.flow-maker .ai-tool {
  padding: 0.25rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}

.flow-maker .prompt-comp {
  display: flex;
  gap: calc(15px * var(--resp));
  border: 1.5px solid rgba(0, 41, 70, 0.6);
  padding: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #F8FAFF;
  min-height: calc(82px * var(--resp));
  box-shadow: 0px 0px 0px 4px rgba(209, 236, 255, 0.35);
}

.flow-maker .prompt-comp:has(.form-control:focus) {
  box-shadow: 0px 0px 0px 4px #d1ecff;
}

@media (max-width: 992px) {
  .flow-maker .prompt-comp {
    gap: calc(10px * var(--resp));
    padding: 6px;
  }
}

@media (max-width: 375px) {
  .flow-maker .prompt-comp {
    min-height: calc(72px * var(--resp));
    padding: 4px;
    gap: 4px;
  }
}

.flow-maker .prompt-comp .form-control {
  background-color: #F8FAFF;
  padding-inline: calc(1.5rem * var(--resp)) 1rem;
}

@media (max-width: 375px) {
  .flow-maker .prompt-comp .form-control {
    padding-inline: calc(1rem * var(--resp)) 0.4rem;
  }
}

.flow-maker .prompt-comp .form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: #fff;
}

.flow-maker .prompt-comp .sparkling-btn {
  padding: 2px 0 0;
  background: #E0E9FD;
  width: calc(62px * var(--resp));
  height: calc(62px * var(--resp));
  flex: 0 0 calc(62px * var(--resp));
}

.flow-maker .prompt-comp .sparkling-btn img {
  max-width: 60%;
}

@media (max-width: 375px) {
  .flow-maker .prompt-comp .sparkling-btn img {
    max-width: 50%;
  }
}

.flow-maker .prompt-comp .btn-solid {
  height: auto;
  min-width: calc(250px * var(--resp));
}

@media (max-width: 768px) {
  .flow-maker .prompt-comp .btn-solid {
    min-width: calc(200px * var(--resp));
  }
}

@media (max-width: 575px) {
  .flow-maker .prompt-comp .btn-solid {
    min-width: calc(160px * var(--resp));
  }
}

@media (max-width: 375px) {
  .flow-maker .prompt-comp .btn-solid {
    min-width: calc(130px * var(--resp));
  }
}

.flow-maker textarea.form-control {
  padding: 1.2rem;
  background: #F5FAFF;
  border: 1px solid #EFEFEF;
  box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.0392156863);
}

/*# sourceMappingURL=inner-style.css.map */


/* Future Test waiting clock code here---------------------------------------------------------> */

/* Container for the digits inside the ring */
.timer-ring__digits-linear {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 90%;
  /* Ensures it stays within ring bounds */
}

.digit-segment {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.digit-cards-row {
  display: flex;
  gap: 2px;
}

/* Premium Card Design */
.digit-card-v2 {
  background: #0f172a;
  /* Dark sleek background */
  color: #22d3ee;
  /* Your cyan theme color */
  width: 20px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 800;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  /* Glass effect/Divider line */
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.05) 49%,
      rgba(0, 0, 0, 0.3) 50%,
      transparent 51%);
}

.timer-separator {
  color: #94a3b8;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: -12px;
  /* Adjusting for labels below */
}

.digit-label-v2 {
  font-size: 0.6rem;
  color: #64748b;
  font-weight: 700;
  margin-top: 4px;
  letter-spacing: 0.05rem;
}

/* Ensure the ring container is relative */
.timer-ring-container {
  position: relative;
  width: 200px;
  /* Matching your SVG viewBox */
  height: 200px;
  margin: 0 auto;
}





/* Modal Root Adjustments */
.bdr-24 {
  border-radius: 28px !important;
}

.color-dark-navy {
  color: #0f172a;
}

.fs-15 {
  font-size: 15px;
}

.modal-content.custom-submit-modal {
  background: #ffffff;
  position: relative;
}

/* 1. Subtle Gradient Accent */
.modal-accent-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #22d3ee, #8b5cf6);
}

/* 2. Advanced Icon Styling */
.modal-icon-container {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.icon-circle-main {
  width: 80px;
  height: 80px;
  background: #f0fdfa;
  color: #0d9488;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 1px solid #ccfbf1;
}

.icon-pulse-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2dd4bf;
  border-radius: 50%;
  opacity: 0.2;
  animation: modal-pulse 2s infinite linear;
}

@keyframes modal-pulse {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* 3. Premium Buttons */
.btn-premium-submit {
  background: #0f172a;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.2);
}

.btn-premium-submit:hover {
  background: #1e293b;
  transform: translateY(-2px);
  box-shadow: 0 15px 20px -5px rgba(15, 23, 42, 0.3);
}

.btn-minimal-cancel {
  background: #f1f5f9;
  color: #64748b;
  border: none;
  padding: 12px 28px;
  border-radius: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-minimal-cancel:hover {
  background: #e2e8f0;
  color: #475569;
}

/* Close Button Top Right */
.btn-close-custom-top {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #cbd5e1;
  line-height: 1;
  transition: color 0.2s;
}

.btn-close-custom-top:hover {
  color: #ef4444;
}




/* Root container with smooth neutral background (Not plain white) */
.waiting-page-premium {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f8fafc;
  /* Very light subtle background */
  padding: 20px;
}

/* 1. Premium Card Design - Darker theme than BG to pop */
.evaluation-card {
  background: #ffffff;
  /* White card inside light gray page */
  border-radius: 28px !important;
  max-width: 500px;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  /* Important for accent line */
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

/* Sublte accent line on top */
.card-accent-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #22d3ee, #8b5cf6);
}

/* 2. Larger Video Management */
.video-animation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.premium-eval-video {
  /* Increased Size (Previously was 150px) */
  width: 200px;
  height: 200px;
  border-radius: 50%;
  /* Optional: If video is circular */

  /* CRITICAL: Hides the white background of the MP4 file seamlessly */
  mix-blend-mode: multiply;
  /* Changes how video blends with white card */

  /* Alternative if mix-blend-mode looks weird:
     filter: brightness(0.9) contrast(1.1); */
}

/* Typography Improvements */
.text-content {
  color: #0f172a;
}

.eval-heading {
  font-weight: 700;
  font-size: 1.75rem;
}

.refresh-icon {
  display: inline-block;
  animation: spin 3s infinite linear;
  margin-left: 8px;
  font-size: 1.5rem;
  color: #64748b;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.eval-subtext {
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 90%;
  margin: 0 auto;
}

/* 3. Modernized Pulse Loader (Replaces standard dots) */
.modern-pulse-loader {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pulse-dot {
  width: 12px;
  height: 12px;
  background-color: #e2e8f0;
  border-radius: 50%;
  position: relative;
}

/* Active animating dot */
.pulse-dot:nth-child(2) {
  background-color: #22d3ee;
}

.pulse-dot:nth-child(2)::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(34, 211, 238, 0.4);
  border-radius: 50%;
  animation: pulse-ring 1.5s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}