:root {
  --bg-press: #1818181A;
  --bg-press2: #1818180D;
  --bg-press3: #1818180D;
  --bg-A: #FFFFFF;
  --bg-AA: #FFFFFF;
  --bg-AAA: #F5F5F5;
  --bg-AAAA: #FFFFFF;
  --bg-AAAAA: #FFFFFF;
  --bg-AAAAAA: #FFFFFF;
  --bg-primary: #18A655;
  --bg-primary2: #18A655;
  --bg-secondary: #F38230;
  --bg-content: #FFFFFF;
  --bg-search: #CF2738;
  --bg-event: #07588D;
  --bg-3: #426C9C;
  --text-A: #1818184D;
  --text-AA: #18181880;
  --text-AAA: #181818B2;
  --text-AAAA: #181818;
  --text-AAAAA: #181818;
  --text-AAAAAA: #181818;
  --border-AAAAA: #181818B2;
  --text-information: #18A5F4;
  --text-danger: #E73700;
  --text-input: #000000;
  --BTNtext-AA: #18181880;
  --BTNtext-AAA: #181818B2;
  --BTNtext-AAAA: #181818;
  --BTNbg-AAA: #FFFFFF;
  --BTNbg-AAAA: #FFFFFF;
  --BTNPrimary-Deep: #0C764E;
  --BTNPrimary-Deep1: #0C764E;
  --BTNPrimary-Deep2: #0C764E;
  --Divider: #D9D9D9;
  --Primary-Light: #18A6551A;
  --Primary-Light2: #18A6551A;
  --Primary-Deep: #0C764E;
  --Primary-Pale: #DBEDE2;
  --Secondary-Light: #F3823033;
  --Secondary-Light2: #F382301A;
  --Secondary-Light3: #FEF3EA;
  --Alert-Error: #FDEBE5;
  --icon-logo: url("../../assets/images/frontend_logo.png");
  --theme1-empty-bg: url("../../assets/images/theme1_frontend_empty_bg.png");
  --theme2-empty-bg: url("../../assets/images/theme2_frontend_empty_bg.png");
  --empty-bg: url("../../assets/images/theme1_frontend_empty_bg.png");
  --text-senior: #82B9BC;
  --text-junior: #CF2738;
  --mobile-holiday-text: #cf2533;
}

:root[data-theme="1"] {
  --bg-press3: #E1E0E0;
  --bg-A: #CF2533;
  --bg-AA: #F2776F;
  --bg-AAA: #E1E0E0;
  --bg-AAAA: #FFFFFF;
  --bg-AAAAA: #FFF1F1;
  --bg-AAAAAA: #82B9BC;
  --bg-primary: #82B9BC;
  --bg-primary2: #CF2533;
  --bg-event: #CF2533;
  --bg-content: #FFF1F1;
  --bg-search: #CF2738;
  --text-AAAAAA: #FFFFFF;
  --border-AAA: #CF2533;
  --BTNtext-AAAA: #FFFFFF;
  --BTNbg-AAAA: #FFFFFF;
  --BTNPrimary-Deep1: #82B9BC;
  --BTNPrimary-Deep2: #003157;
  --Divider: #CF2533;
  --Primary-Light: #E0BFC2;
  --Primary-Light2: #F2776F;
  --Primary-Pale: #E1E0E0;
  --Secondary-Light3: #E0BFC2;
  --icon-logo: url("../../assets/images/theme1_logo.png");
  --empty-bg: var(--theme1-empty-bg);
  --text-senior: #84b9bc;
  --text-junior: #cf2533;
  --mobile-holiday-bg: #e0bfc3;
}

:root[data-theme="2"] {
  --bg-press3: #E1E0E0;
  --bg-A: #F1766C;
  --bg-AA: #003157;
  --bg-AAA: #E1E0E0;
  --bg-AAAA: #FFFFFF;
  --bg-AAAAA: #F9F9F9;
  --bg-AAAAAA: #003157;
  --bg-primary: #003157;
  --bg-primary2: #F1766C;
  --bg-event: #F1766C;
  --bg-content: #F9F9F9;
  --bg-search: #F1766C;
  --text-AAAAA: #FFFFFF;
  --text-AAAAAA: #FFFFFF;
  --border-AAA: #F1766C;
  --BTNtext-AAAA: #FFFFFF;
  --BTNbg-AAAA: #FFFFFF;
  --BTNPrimary-Deep1: #CF2533;
  --BTNPrimary-Deep2: #003157;
  --Divider: #F1766C;
  --Primary-Light: #DCD3DB;
  --Primary-Light2: #003157;
  --Primary-Pale: #E1E0E0;
  --Secondary-Light3: #DCD3DB;
  --icon-logo: url("../../assets/images/theme2_logo.png");
  --empty-bg: var(--theme2-empty-bg);
  --text-senior: #003157;
  --text-junior: #F1766C;
  --mobile-holiday-bg: #ded5dd;
}

.modal .modal-m {
  max-width: 650px;
}
.modal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.modal .modal-header .title {
  width: 100%;
  text-align: center;
  color: var(--text-AAAA, #181818);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.625rem;
}
.modal .modal-body label {
  color: var(--text-AAAA, #181818);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.modal .modal-body .info {
  width: 100%;
  text-align: center;
  color: var(--text-AAA, rgba(24, 24, 24, 0.7));
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
.modal .modal-body .form-control {
  display: flex;
  padding: 0.25rem 0.5rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 0.375rem;
  background: var(--bg-press2, rgba(24, 24, 24, 0.05));
  border: none;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.modal .modal-body .form-control:active, .modal .modal-body .form-control:focus, .modal .modal-body .form-control:hover {
  border: none;
}
.modal .modal-body .form-control::placeholder {
  color: var(--text-AA, rgba(24, 24, 24, 0.5));
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.modal .modal-body .password-info {
  color: var(--text-AAA, rgba(24, 24, 24, 0.7));
  font-size: 1rem;
  font-weight: 400 !important;
  line-height: 1.5rem;
  margin-top: 0.25rem;
}
.modal .modal-footer {
  justify-content: center;
  border-top: none;
  padding: 1.5rem;
  padding-top: 0;
}
.modal .modal-footer .btn-ok {
  width: 10.5rem;
  padding: 0.5rem 0.625rem;
  border-radius: 0.375rem;
  background: var(--bg-primary, #18A655);
  color: var(--bg-AAAA, #FFFFFF);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
}
.modal .modal-footer .btn-ok.btn:disabled {
  background: var(--text-AA, rgba(24, 24, 24, 0.5));
}
.modal .modal-footer .btn-ok.login {
  background: #CF2533;
}

.toast-success {
  background-color: var(--Primary-Pale, #DBEDE2) !important;
  border-radius: 0.375rem !important;
  border: 1px solid var(--bg-primary, #18A655) !important;
  box-shadow: 0px 2px 10px 0px rgba(57, 57, 57, 0.15) !important;
  color: var(--text-AAAA, #181818) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  width: auto !important;
  padding: 0.75rem 1rem 0.75rem 2.75rem !important;
  opacity: 1 !important;
}

.toast-error {
  background-color: var(--Alert-Error, #FDEBE5) !important;
  border-radius: 0.375rem;
  border: 1px solid var(--text-danger, #E73700) !important;
  box-shadow: 0px 2px 10px 0px rgba(57, 57, 57, 0.15) !important;
  color: var(--text-AAAA, #181818) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  width: auto !important;
  padding: 0.75rem 1rem 0.75rem 2.75rem !important;
  opacity: 1 !important;
}

#toast-container > .toast-success {
  background-image: url("../../assets/images/toastr_success.svg") !important;
}

#toast-container > .toast-error {
  background-image: url("../../assets/images/toastr_error.svg") !important;
}

body.login-page {
  background-color: #FFF1F1;
  background: #FFF1F1;
  display: flex;
  flex-direction: row;
}

.login-area {
  width: 100%;
  min-width: 360px;
  display: flex;
  border-radius: 0.75rem;
  flex-direction: column;
  z-index: 10;
}
.login-area .nav-items {
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
}
.login-area .nav-items #myTabHidden {
  visibility: hidden;
}

.login-box {
  width: 100%;
  min-width: 360px;
  padding: 0.5rem 1.5rem;
}

.card-login,
.card-login .card-body {
  background-color: unset;
  box-shadow: none;
  padding: 0;
  height: 100%;
}
.card-login .btn-login,
.card-login .card-body .btn-login {
  color: var(--BTNbg-AAAA, #FFFFFF);
  background-color: #CF2533;
  border-color: #CF2533;
  box-shadow: none;
  height: 3.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 0.75rem;
}
.card-login .btn-login:disabled,
.card-login .card-body .btn-login:disabled {
  opacity: 0.5;
}
.card-login .btn-login:hover,
.card-login .btn-login.focus,
.card-login .btn-login:focus,
.card-login .btn-login:active,
.card-login .btn-login.active,
.card-login .card-body .btn-login:hover,
.card-login .card-body .btn-login.focus,
.card-login .card-body .btn-login:focus,
.card-login .card-body .btn-login:active,
.card-login .card-body .btn-login.active {
  color: var(--BTNbg-AAAA, #FFFFFF);
  opacity: 0.9;
}
.card-login .btn-login:not(:disabled):not(.disabled).active,
.card-login .btn-login:not(:disabled):not(.disabled):active,
.card-login .show > .btn-login.dropdown-toggle,
.card-login .card-body .btn-login:not(:disabled):not(.disabled).active,
.card-login .card-body .btn-login:not(:disabled):not(.disabled):active,
.card-login .card-body .show > .btn-login.dropdown-toggle {
  color: var(--BTNbg-AAAA, #FFFFFF);
  opacity: 0.9;
}
.card-login .btn-password,
.card-login .card-body .btn-password {
  background-image: url("../../assets/images/password_eye_open.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  outline: none !important;
  transform: scale(1.2);
}
.card-login .btn-password.eye-close,
.card-login .card-body .btn-password.eye-close {
  background-image: url("../../assets/images/password_eye_close.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.card-login .btn-verify,
.card-login .card-body .btn-verify {
  padding: 0;
  color: var(--text-information, #18A5F4);
}

.login-logo {
  text-align: left;
  margin-top: 1rem;
}
.login-logo img {
  width: 100%;
  max-width: 360px;
  height: auto;
}

.login-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  /* .normal {
      margin-top: -1.75rem;
  } */
}
.login-form label {
  font-weight: 500;
  color: var(--text-AAA, rgba(24, 24, 24, 0.7));
}
.login-form .input-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.login-form .input-group.is-invalid ~ .error-text {
  display: inline-block;
}
.login-form label.error-text {
  display: none;
  margin-bottom: 0;
}
.login-form .input-group {
  display: flex;
  padding: 0.5rem 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  border-radius: 0.75rem;
  border: 1px solid var(--bg-press, rgba(24, 24, 24, 0.1));
  background: #E1E0E0;
  margin-bottom: 0.5rem;
}
.login-form .input-group label {
  color: var(--text-AAAA, #181818);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125rem;
  height: 1rem;
  width: 100%;
  margin: 0;
}
.login-form .input-group label.is-invalid {
  border: 1px solid var(--text-danger, #E73700);
}
.login-form .input-group label.phone-start {
  color: var(--text-AAAA, #181818);
  font-size: 1.125rem;
  line-height: 1.625rem;
  height: 1.625rem;
  font-weight: 400;
  width: auto;
  margin-right: 0.25rem;
}
.login-form .input-group.is-invalid {
  border: 1px solid var(--text-danger, #E73700);
  margin-bottom: 0;
}
.login-form .input-group .phone,
.login-form .input-group .password,
.login-form .input-group .backend_register_password {
  display: flex;
  width: 100%;
}
.login-form .form-control {
  border: none;
  display: flex;
  align-items: center;
  gap: 0.609rem;
  align-self: stretch;
  width: 100%;
  color: var(--text-AA, rgba(24, 24, 24, 0.5));
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  height: 1.625rem;
  padding: 0;
  background: #E1E0E0;
}
.login-form .forgot-password {
  color: var(--text-information, #18A5F4);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.login-form .login-button {
  margin-top: 1rem;
}
.login-form#registerForm .login-button {
  margin-top: 1rem !important;
}
.login-form .password-info,
.login-form .info-text {
  color: var(--text-AAA, rgba(24, 24, 24, 0.7));
  font-size: 1rem;
  font-weight: 400 !important;
  line-height: 1.5rem;
  margin-top: 0.25rem;
  display: inline;
}
.login-form .two-column {
  display: flex;
  gap: 1rem;
}
.login-form .customize-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../../assets/images/frontend_select.svg") no-repeat right center transparent;
}
.login-form .error-text {
  color: var(--text-danger, #E73700) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  margin-top: 0.25rem;
}

.login-header {
  z-index: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.login-header img {
  height: 60vh;
  width: auto;
  border-bottom: 3px #000000 solid;
  margin-bottom: 2rem;
}
.login-header .logo-content {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0.5rem;
  text-align: center;
}

.login-footer {
  position: absolute;
  bottom: 2rem;
  z-index: 0;
}
.login-footer img {
  height: 2.5rem;
  width: auto;
}

ul.custom-tab-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  white-space: nowrap;
  letter-spacing: -8px;
}
ul.custom-tab-nav li {
  display: inline-block;
  padding: 0;
  margin: 0;
  cursor: pointer;
  letter-spacing: normal;
  font-size: 2.5rem;
  margin-right: 0.75rem;
}
ul.custom-tab-nav .nav-link {
  display: block;
  text-align: center;
  padding: 0px 0px 0.3rem 0px;
  color: var(--text-A, rgba(24, 24, 24, 0.3));
}
ul.custom-tab-nav .nav-link .underline {
  background-color: var(--text-A, rgba(24, 24, 24, 0.3));
  width: 2.5rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  margin: auto;
}
ul.custom-tab-nav .nav-link.active {
  color: var(--text-AAAA, #181818);
}
ul.custom-tab-nav .nav-link.active .underline {
  background-color: #CF2533;
}
ul.custom-tab-nav.custom-tab-nav-light .nav-link {
  color: var(--text-A, rgba(24, 24, 24, 0.3));
}
ul.custom-tab-nav.custom-tab-nav-light .nav-link.active {
  color: var(--text-AAAA, #181818);
}
ul.custom-tab-nav.custom-tab-nav-light .nav-link.active .underline {
  background-color: #CF2533;
}
ul.custom-tab-nav.custom-tab-nav-dark .nav-link {
  color: var(--text-A, rgba(24, 24, 24, 0.3));
}
ul.custom-tab-nav.custom-tab-nav-dark .nav-link.active {
  color: var(--text-AAAA, #181818);
}
ul.custom-tab-nav.custom-tab-nav-dark .nav-link.active .underline {
  background-color: #CF2533;
}

.tab-pane {
  display: none;
}
.tab-pane.show {
  display: block;
}
.tab-pane#login {
  height: unset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--text-AA, rgba(24, 24, 24, 0.5));
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  box-shadow: var(--bg-AAAA, #FFFFFF);
  transition: background-color 5000s ease-in-out 0s;
}

.login-area-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.text-switch {
  width: 100%;
  display: inline-block;
  margin: 0px;
  position: relative;
  font-size: 1.125rem;
}
.text-switch label.switch-inner {
  margin: 0;
  width: 100%;
  height: 3.5rem;
  background: #F2776F;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  display: block;
}
.text-switch label.switch-inner:before {
  content: attr(data-on);
  position: absolute;
  font-weight: 400;
  color: #FFF1F1;
  top: 0.175rem;
  right: 0.25rem;
  padding: 0.625rem 0.25rem;
  text-align: center;
  width: calc((100% - 0.25rem - 0.75rem - 0.25rem) / 2);
}
.text-switch label.switch-inner:after {
  content: attr(data-off);
  width: calc((100% - 0.25rem - 0.75rem - 0.25rem) / 2);
  height: 2.875rem;
  background: var(--bg-AAAA, #FFFFFF);
  border-radius: 0.625rem;
  position: absolute;
  left: 0.325rem;
  top: 0.325rem;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 0.625rem 0.25rem;
  color: #CF2533;
}
.text-switch input[type=checkbox] {
  cursor: pointer;
  width: 100%;
  height: 3.5rem;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}
.text-switch input[type=checkbox]:checked + label.switch-inner {
  background: #F2776F;
  color: #FFF1F1;
}
.text-switch input[type=checkbox]:checked + label.switch-inner:after {
  content: attr(data-on);
  left: calc(0.25rem + (100% - 0.25rem - 0.75rem - 0.25rem) / 2 + 0.75rem);
  background: var(--bg-AAAA, #FFFFFF);
  color: #CF2533;
}
.text-switch input[type=checkbox]:checked + label.switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 0.325rem;
  top: 0.325rem;
}

.remember {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5);
  /* IE */
  -moz-transform: scale(1.5);
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
  transform: scale(1.5);
  padding: 10px;
}

.overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay-loader .loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}

.loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}

@media screen and (max-width: 768px) {
  body.login-page {
    background-image: none;
    align-items: center;
    justify-content: unset;
    flex-direction: column;
  }
  .login-header {
    /* position: relative;
    top: unset;
    left: unset;
    z-index: unset;
    height: 2.5rem; */
    margin: 0.5rem 0;
    flex-grow: unset;
  }
  .login-header img {
    content: url("../../assets/images/theme1_logo.png");
    height: 6rem;
    margin-bottom: 0.5rem;
    border-bottom: none;
  }
  .login-header .logo-content {
    display: none;
  }
  .login-area {
    margin: 0;
  }
  .login-area .nav-items {
    padding: 0;
    flex-direction: column-reverse;
    align-items: center;
    /* #myTabHidden {
        display: none !important;
    } */
  }
  .login-box {
    margin-top: 0;
  }
  .login-form .login-button {
    margin-top: 3.5rem;
  }
  .login-form .two-column {
    flex-direction: column;
  }
  .text-switch {
    padding: 0 1.5rem;
  }
  .text-switch label.switch-inner {
    height: 2.5rem;
  }
  .text-switch label.switch-inner:before {
    padding: 0.25rem 1rem;
    top: 0.325rem;
    font-size: 0.875rem;
  }
  .text-switch label.switch-inner:after {
    height: 2rem;
    padding: 0.25rem 1rem;
    top: 0.275rem;
  }
  .text-switch input[type=checkbox] {
    height: 2.5rem;
  }
  .text-switch input[type=checkbox]:checked + label.switch-inner:after {
    padding: 0.375rem 0.25rem;
    font-size: 0.875rem;
  }
  .text-switch input[type=checkbox]:checked + label.switch-inner:before {
    padding: 0.25rem 0.5rem;
    top: 0.125rem;
    font-size: 1.125rem;
  }
}
@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
/* HTML: <div class="loader"></div> */
.input-loader {
  width: 1.5rem;
  aspect-ratio: 1;
  display: grid;
  -webkit-mask: conic-gradient(from 15deg, rgba(0, 0, 0, 0), #000);
  animation: l26 1s infinite steps(12);
}

.input-loader,
.input-loader:before,
.input-loader:after {
  background: radial-gradient(closest-side at 50% 12.5%, #747474 96%, rgba(0, 0, 0, 0)) 50% 0/20% 80% repeat-y, radial-gradient(closest-side at 12.5% 50%, #747474 96%, rgba(0, 0, 0, 0)) 0 50%/80% 20% repeat-x;
}

.input-loader:before,
.input-loader:after {
  content: "";
  grid-area: 1/1;
  transform: rotate(30deg);
}

.input-loader:after {
  transform: rotate(60deg);
}

@keyframes l26 {
  100% {
    transform: rotate(1turn);
  }
}

/*# sourceMappingURL=login.css.map */
