.login-form {
  position: relative;
}
.login-form .filled {
  font-size: 0.75em;
  transform: translateY(-165%);
}
.login-form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  font-size: 14px;
  padding-left: 15px;
  background-color: transparent;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.login-form-input {
  position: relative;
  padding: 12px 0 5px 15px;
  outline: 0;
  border: 0;
  font-size: 11pt;
  box-shadow: 0 1px 0 0 #e5e5e5;
  background-color: #f4f8fa;
  border-radius: 10px 10px 0px 0px;
  transition: box-shadow 150ms ease-out;
}
.login-form-input:focus {
  box-shadow: 0 2px 0 0 rgba(57, 110, 216, 0.8);
}
.login-form-input:focus + .login-form-label {
  font-size: 14px;
  transform: translateY(-165%);
}
.password-form {
  position: relative;
}
.password-form .filled {
  font-size: 0.75em;
  transform: translateY(-165%);
}
.password-form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  font-size: 14px;
  padding-left: 15px;
  background-color: transparent;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.password-form-input {
  position: relative;
  padding: 12px 0 5px 15px;
  outline: 0;
  border: 0;
  font-size: 11pt;
  box-shadow: 0 1px 0 0 #e5e5e5;
  background-color: #f4f8fa;
  border-radius: 10px 10px 0px 0px;
  transition: box-shadow 150ms ease-out;
}
.password-form-input:focus {
  box-shadow: 0 2px 0 0 rgba(57, 110, 216, 0.8);
}
.password-form-input:focus + .password-form-label {
  font-size: 14px;
  transform: translateY(-165%);
}
.subtitle-type1 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #162a34;
  margin-bottom: 10px;
}
.single-line-text-input label {
  padding-left: 15px;
  padding-bottom: 6px;
  color: #8398a3;
  font-size: 14px;
  font-weight: 400;
}
.single-line-text-input input {
  border: none;
  border-radius: 10px;
  outline: none;
  height: 48px;
  padding-left: 12px;
  font-size: 11pt;
  background-color: #f4f8fa;
}
.single-line-text-input input::placeholder {
  color: #8398a3;
}
.button-main-bg-color {
  background-color: #396ed8;
}
.button-main-bg-color:disabled {
  color: white;
  background-color: #bbb;
  opacity: 80%;
}
.large-button {
  background-color: #396ed8;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  font-size: 12pt;
  font-weight: 600;
  box-shadow: none;
  color: #fff;
  border: 1.5px solid #396ed8;
}
.large-button-secondary {
  background-color: #396ed8;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 50px;
  font-size: 12pt;
  font-weight: 600;
  box-shadow: none;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  background: transparent;
  border: 1.5px solid #396ed8;
  color: #396ed8;
}
.large-button-error {
  background-color: #396ed8;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 50px;
  font-size: 12pt;
  font-weight: 600;
  box-shadow: none;
  color: #fff;
  border: 1.5px solid #396ed8;
  font-weight: 500;
  border-radius: 10px;
  background: #eb5252;
  border: 1.5px solid #eb5252;
  color: white;
}
.large-button-error:disabled {
  opacity: 0.3;
}
.large-button-log-out {
  background-color: #396ed8;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 50px;
  font-size: 12pt;
  font-weight: 600;
  box-shadow: none;
  color: #fff;
  border: 1.5px solid #396ed8;
  border-radius: 10px;
  background: transparent;
  border: 1.5px solid #f16b5b;
  color: #f16b5b;
}
.large-button-gray {
  background-color: #396ed8;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 50px;
  font-size: 12pt;
  font-weight: 600;
  box-shadow: none;
  color: #fff;
  border: 1.5px solid #396ed8;
  font-weight: 400;
  border-radius: 10px;
  background: #f4f8fa;
  border: none;
  color: #162a34;
}
.ReactModal__Overlay--after-open {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.modal-hsa-position {
  inset: 50% auto auto 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.portrait-hsa {
  width: 200%;
  background-color: #e4f0f5;
  border-radius: 500px;
  height: 95%;
  margin-left: -120%;
}
.portrait-hsa-elipse {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.portrait-hsa-form {
  margin-left: 32px;
  margin-top: 32px;
  flex-direction: column;
  width: 52%;
}
.title-type1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  color: #1172be;
  font-family: "poppins";
}
.title-type2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #1172be;
  font-family: "poppins";
}
.subtitle-type2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  font-family: "poppins";
}
.color-grey-8 {
  color: #27404c !important;
}
.w-80 {
  width: 80% !important;
}
.logo-signin {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  margin-top: -190px;
  display: flex !important;
}
.logo-signin-logotype {
  width: 40pt;
  margin-right: 6px;
  margin-bottom: 24px;
}
.tab-unpressed {
  height: 40px;
  margin: 2px !important;
  border-radius: 9px !important;
  align-items: center;
  justify-content: center;
  display: flex;
}
.tab-pressed {
  height: 40px;
  margin: 2px !important;
  border-radius: 9px !important;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #396ed8;
  color: #ffffff;
}
.activity-card-content {
  padding: 3.145vw;
}
.purchase-card-sm {
  background: #ffffff;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.swoosh-svg-back {
  position: absolute;
  top: 0;
  z-index: -1;
}
.my-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.dropdown-main-bod {
  width: 100%;
  background-color: white;
  padding: 12px 20px 12px 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px -1px rgba(233, 233, 233);
  border: none;
}
.dropdown-main-bod:focus-visible {
  border: none;
  outline: none;
}
.main-faq-container {
  max-height: 100%;
  overflow: auto;
  margin-top: 5vw;
}
.faq-top {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: black;
  padding-bottom: 10px;
}
.faq-top-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: large;
  letter-spacing: 0.7px;
  color: black;
  font-weight: 400;
}
.contact-specialist-main {
  border-radius: 10px;
}
.faq-contact-specialist {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 10px;
}
.faq-give-call {
  padding: 10px 0 10px 10px;
}
.faq-send-message {
  border-top: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 1px solid #b8c5cc;
  background-color: white;
}
.faq-middle {
  width: 100%;
  padding: 10px 20px 10px 20px;
  justify-content: space-between;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: black;
}
.faq-report-lost {
  padding: 10px 0 10px 10px;
  border: 1px solid #b8c5cc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-forgot-username {
  padding: 10px 0 10px 10px;
  border-left: 1px solid #b8c5cc;
  border-right: 1px solid #b8c5cc;
}
.faq-forgot-password {
  padding: 10px 0 10px 10px;
  border: 1px solid #b8c5cc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.faq-card-not-working {
  padding: 10px 0 10px 10px;
  border-left: 1px solid #b8c5cc;
  border-right: 1px solid #b8c5cc;
  border-bottom: 1px solid #b8c5cc;
}
.profile-view-margins {
  margin: 4.673vw 5.336vw;
}
.title-profile {
  color: #162a34;
  font-size: 6.2vw;
  font-weight: 600;
  padding: 16px;
  margin-top: 32px;
}
.subtitle-profile {
  color: #162a34;
  font-size: 4.5vw;
  font-weight: 400;
}
.grey-700 {
  color: #415d6a !important;
}
.arrow-ios {
  width: 6vw;
}
.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.ml-auto {
  margin-left: auto !important;
}
.place-end {
  place-content: end !important;
}
.border-gray {
  border: 1px solid #d8e1e5;
}
.title-cashier-inst {
  font-size: 17px;
  font-weight: 600;
}
.fs-12 {
  font-size: 12px;
}
.list-cashier {
  font-size: 14px;
  padding-inline-start: 16px;
}
.fw-bold {
  font-weight: bold !important;
}
.modal-register-card {
  height: 85vh;
}
.modal-close-img {
  position: "absolute";
  left: 0;
  top: 0;
  cursor: pointer;
}
.modal-verification-method {
  position: absolute;
  inset: 50% auto auto 48.5%;
  border: 1px solid #cccccc;
  background: #ffffff;
  overflow: auto;
  border-radius: 15px;
  outline: none;
  padding: 20px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.pos-relative {
  position: relative !important;
}
.bg-signin-mobile {
  background-image: url(/assets/splashscreen-small.png);
  background-size: cover;
  min-height: 65%;
}
.speak-signin {
  font-size: 40px;
  color: white;
}
.speak-signin-label {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.speak-signin-label-text {
  font-size: 10.5pt;
  color: black;
  margin-left: 6px;
}
.speak-signin-store {
  position: absolute;
  top: 86vh;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  margin: 2vh 20vw;
  border-radius: 16px;
  box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e6edf0;
}
.auth-error {
  background-color: #f76554ba;
  color: white;
  border-radius: 6px;
  padding: 5px 0;
  place-content: center;
}
.correct-message {
  background-color: #72c48e;
  color: #5ba976;
  font-weight: bold;
  border-radius: 6px;
  padding: 5px 0;
}
.digitbox {
  border-radius: 10px;
}
.digitbox-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.digitbox-input {
  height: 0;
  width: 0;
  border: "none";
  opacity: 0;
}
.error-label {
  padding: 15px;
  margin-bottom: 15px !important;
  background-color: #f76554ba;
  color: white;
  border-radius: 6px;
}
.card-date-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.spinner-gif {
  width: 20px;
  margin-right: 10px;
}
.subtitle-type3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-align: left;
}
.label-italic-type1 {
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
}
.br-1 {
  border: 1px solid #e6edf0;
}
.title-page-1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.4px;
}
.pointer {
  cursor: pointer;
}
.pointer:disabled {
  cursor: default;
}
.subtitle-type4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.4px;
}
.image-card-detail {
  width: auto;
  height: 50px;
  margin: 20px auto;
  max-width: 350px;
  object-fit: contain;
}
.large-button:focus-visible {
  outline: none !important;
}
.accordion-section {
  padding: 10px 0px 10px 10px;
  flex-direction: row;
}
.accordion-section {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
}
.accordion-section button {
  appearance: none;
  width: 100%;
  border: 0;
  background-color: #ffffff;
  cursor: pointer;
  text-align: start;
  font-size: large;
  letter-spacing: 0.7px;
  color: black;
  font-weight: 400;
}
.accordion-section__content--active {
  padding: 20px;
  font-weight: 300;
  font-style: italic;
}
.toast-error {
  padding: 6px !important;
  color: #bf2600 !important;
  background-color: #ffebe6 !important;
}
.toast-warning {
  padding: 6px !important;
  background-color: rgba(245, 187, 61, 0.4) !important;
}
.toast-success {
  padding: 6px !important;
  color: #008000 !important;
  background-color: #c5e8b7 !important;
}
.large-button:hover:enabled {
  background-color: white;
  color: #396ed8;
  border: 1.5px solid #396ed8;
  cursor: pointer;
  transition: all 0.25s;
}
.large-button-error:hover:enabled {
  background-color: white;
  color: #eb5252;
  border: 1.5px solid #eb5252;
  cursor: pointer;
  transition: all 0.25s;
}
.text-overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.all-activity-title {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.balance-title {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tiptext {
  visibility: hidden;
  width: 240px;
  background-color: #396ed8;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 6px 8px;
  position: absolute;
  z-index: 1;
}
.tooltip .tiptext::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.tooltip:hover .tiptext {
  visibility: visible;
}
.tooltip.top .tiptext {
  margin-left: -120px;
  bottom: 150%;
  left: 50%;
}
.tooltip.top .tiptext::after {
  margin-left: -5px;
  top: 100%;
  left: 50%;
  border-color: #396ed8 transparent transparent transparent;
}
@media (min-width: 576px) {
  .all-activity-title {
    width: 60vw;
  }
  .balance-title {
    width: 55vw;
  }
}
@media (min-width: 992px) {
  .all-activity-title {
    width: 30vw;
  }
  .balance-title {
    width: 35vw;
  }
  .all-activity-cards {
    box-shadow: 1px 3px 10px rgb(0 0 0%);
    border-radius: 16px;
    background-color: #ffffff;
  }
  .profile-view-margins {
    margin: 2.75vw 15%;
  }
  .support-view-margins {
    margin: 2.75vw 15%;
  }
  .title-profile {
    font-size: 1.45vw;
  }
  .subtitle-profile {
    font-size: 1.25vw;
  }
  .arrow-ios {
    width: 1.5vw;
  }
  .profile-circle-icon-border {
    height: 5.5vw !important;
    width: 5.5vw !important;
  }
  .profile-circle-icon {
    width: 1.8vw !important;
    padding: 0.85vw !important;
    border: 0.12vw solid !important;
  }
  .main-faq-container {
    margin-top: 2.25vw;
  }
  .modal-profile {
    height: 500px;
    inset: 50% auto auto 60%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .text-center {
    text-align: center !important;
  }
  .modal-password {
    height: 634px !important;
  }
  .mx-lg-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .rw-opportunity {
    height: 74px !important;
  }
  .modal-register-card {
    height: auto !important;
  }
  .modal-verification-method {
    inset: 50% auto auto 50%;
  }
  .alert-text {
    color: #e22e07;
    text-align: center;
  }
}
