@font-face {
  font-family: 'Trueno';
  font-style: normal;
  font-weight: 300;
  src: local('Trueno Light'), url('./TruenoLt.woff') format('woff');
}

@font-face {
  font-family: 'Trueno';
  font-style: normal;
  font-weight: 400;
  src: local('Trueno Regular'), url('./TruenoRg.woff') format('woff');
}

@font-face {
  font-family: 'Trueno';
  font-style: normal;
  font-weight: 500;
  src: local('Trueno SemiBold'), url('./TruenoSBd.woff') format('woff');
}

@font-face {
  font-family: 'Trueno';
  font-style: normal;
  font-weight: 600;
  src: local('Trueno Bold'), url('./TruenoBd.woff') format('woff');
}

@font-face {
  font-family: 'Trueno';
  font-style: normal;
  font-weight: 700;
  src: local('Trueno Bold'), url('./TruenoExBd.woff') format('woff');
}

.cust-consent-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #D9D9D9;
}

.cust-consent-header>.wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1012px;
  padding: 0 16px;
  height: fit-content;
}

.wrapper:hover {
  cursor: pointer;
  opacity: .5;
}

.cust-consent-footer {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-content: center;
  gap: 12px;
  text-align: left;
  padding: 32px 16px;
  width: 100%;
  max-width: 632px;
}

.cust-consent-footer>label {
  color: #555;
  font-family: Trueno;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.cust-consent-footer>label>* {
  color: #555;
  font-weight: 600;
  /* text-decoration: none; */
}

.cust-consent-checkbox>label>a:hover,
.cust-consent-footer>label>a:hover {
  color: #FF1659;
}

.cust-consent-main-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}

.cust-consent-content-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  overflow: auto;
}

.cust-consent-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 632px;
  margin: 56px 0 0px;
  padding: 0 16px;
}

.cust-consent-section-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
}

.cust-consent-in-title,
.cust-consent-in-info,
.cust-consent-otp-title {
  color: #000;
  text-align: center;
  font-family: Trueno;
  font-style: normal;
  line-height: normal;
  margin: 0;
}


.cust-consent-in-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.005em;
}

.cust-consent-otp-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.cust-consent-in-info {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: -0.5%;
}

.cust-consent-in-section-rules {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 32px;
  border-radius: 8px;
  background-color: #F9F9F9;
}

.cust-consent-in-rules-title,
.cust-consent-in-rules-list {
  margin: 0;
  color: #000;
  font-family: Trueno;
  font-style: normal;
}

.cust-consent-in-rules-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.2px;
}

.cust-consent-in-rules-list {
  list-style-type: decimal;
  text-align: left;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -0.16px;
}

.cust-consent-in-rules-list>li {
  padding-left: 8px;
  padding-top: 8px;
}

.cust-consent-in-section-mdn {
  display: flex;
  flex-direction: column;
  /* gap: 32px; */
  gap: 90px;
  width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cust-consent-input {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-radius: 6px;
  border: 1px solid;
  padding: 12px 16px;
}

.cust-consent-input.cust-consent-case-normal {
  border-color: #9D9D9D;
}

.cust-consent-input.cust-consent-case-warning {
  border-color: #CE0000;
}

.cust-consent-input>.error {
  color: #CE0000;
}

.container-cust-consent {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.icon-error {
  width: 14px;
  height: 14px;
}

.container-warning-message {
  width: 328;
  height: 15;
  display: none;
  gap: 4px;
  padding-right: 16px;
  padding-left: 16px;
}

.warning-message {
  font-family: Trueno;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0%;
  color: #CE0000;
}

.container-button {
  width: 100%;
  height: 96;
  gap: 16px;
  display: flex;
  flex-direction: column;
}



.cust-consent-input>label {
  color: #555555;
  font-family: Trueno;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;

  position: absolute;
  left: 12px;
  top: -12px;
  padding: 0 4px;
  background-color: #FFFFFF;
  opacity: 0;
  z-index: 1;
}

.cust-consent-input>input {
  color: #000000;
  font-family: Trueno;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
}

.cust-consent-input-otp {
  padding: 12px 16px 14px;
}

.cust-consent-input-otp>input {
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 3px;
  text-align: center;
}

.cust-consent-input>input::placeholder {
  color: #555555;
  font-weight: 300;
}

.cust-consent-input>input:focus::placeholder {
  opacity: 0;
}

.cust-consent-input>input:focus+label,
.cust-consent-input>input:not(:placeholder-shown)+label {
  opacity: 1;
}

.cust-consent-in-mdn-cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.cust-consent-btn {
  display: flex;
  width: 100%;
  height: 48px;
  padding: 12px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: none;

  color: #FFF;
  font-family: Trueno;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
  cursor: pointer;
}

.cust-consent-btn.cust-consent-btn-back {
  width: 100%;
  height: 40;
  border-radius: 6px;
  border-width: 1px;
  gap: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #D9D9D9;
  color: #262626;
  background-color: #FFFFFF;
  text-decoration: none;
}

.cust-consent-btn.cust-consent-btn-primary {
  background: #FF1659;
}

.cust-consent-btn:not(:disabled):active {
  opacity: 0.8;
}

.cust-consent-btn:disabled {
  background-color: #D9D9D9;
  cursor: not-allowed
}

.cust-consent-checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
  background-color: #F5F5F5;
  padding: 16px;
  border-radius: 6px;
}

.cust-consent-checkbox>input {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 36px;
  height: 36px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.cust-consent-checkbox>input~.checkmark {
  position: relative;
  display: block;
  width: 25px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background-color: #FFFFFF;
}

.cust-consent-checkbox>input:checked~.checkmark {
  border-color: #FF1659;
  background-color: #FF1659;
}

.cust-consent-checkbox>input:checked~.checkmark:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  display: block;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.cust-consent-checkbox>label {
  color: #000;
  font-family: Trueno;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.cust-consent-checkbox>label>* {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.cust-consent-in-section-otp {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.cust-consent-in-section-timer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.cust-consent-otp-timer {
  display: flex;
  justify-content: center;
  align-self: center;
  width: fit-content;
  min-width: 80px;
  height: fit-content;
  padding: 4px 12px;
  gap: 10px;
  border-radius: 4px;
  background: #E2F2FF;
  color: #000000;
  font-family: Trueno;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.cust-consent-btn-txt {
  display: flex;
  align-self: center;
  width: fit-content;
  height: fit-content;
  padding: 4px;
  border: none;
  background-color: transparent;
  color: #000;
  text-align: center;
  font-family: Trueno;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

.cust-consent-btn-txt.cust-consent-btn-txt-primary {
  color: #FF1659;
}

.cust-consent-btn-txt:active {
  opacity: 0.8;
}

button.active {
  background-color: #ff1659;
  width: 26px;
  height: 23px;
  font-family: Trueno;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  border: 0;
  color: #FFFFFF;
}

button.notactive {
  width: 19px;
  height: 19px;
  font-family: Trueno;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  text-align: right;
  color: #fff;
  background-color: #D9D9D9;
  cursor: pointer;
  border: 0;
}

#resend-otp:not(:disabled):active {
  opacity: 0.8;
}

#resend-otp:disabled {
  cursor: not-allowed;
  color: #FFE5EB;
}

.wording-redirect-tnc:hover {
  color: #FF1659;
}

.wording-alert {
  font-family: Trueno;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -2%;
  text-align: center;


}

.container-button-success {
  width: 296px;
  height: 92px;
  gap: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}

.container-content-modal {
  width: 296px;
  height: 100%;
  gap: 16px;
  opacity: 0px;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: conic-gradient(#0000 10%, #FF1659);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
  animation: spinner-zp9dbg 1s infinite linear;
}

@keyframes spinner-zp9dbg {
  to {
    transform: rotate(1turn);
  }
}

.modal-content-loading {
  background: transparent !important;
  border: 0 !important;
}

.modal-body-loading {
  height: 100% !important;
  display: flex !important;
  margin: auto !important;
}

.modal-backdrop.fade.show {
  opacity: 0.2 !important;
}

.customer-consent-container {
  /* width: Fixed (646px)px;
  height: Fill (642px)px; */
  max-width: 646px;
  height: 100%;
  padding: 0px 48px;
  gap: 186px;
  opacity: 0px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon {
  display: flex;
  justify-content: center;
  margin: auto;
}

.userInput {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.otp-field {
  width: 36px;
  height: 56px;
  gap: 0px;
  border-radius: 4px;
  border: 1px solid #C4C4C4;
  text-align: center;
}

.wording-no-otp {
  font-family: Trueno;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  margin: 0;
}

.container-description {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 8px;
}

.container-header-otp {
  display: flex;
  align-items: center;
  gap: 16px;
}

.wording-verification {
  font-family: Trueno;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #262626;
  margin: 0;
}

.py-150 {
  padding: 150px 0;
}

.container-footer {
  /* width: Fill (550px)px;
  height: Hug (106.29px)px; */
  width: 100%;
  padding: 16px;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  opacity: 0px;
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
  justify-content: center;
}

.wording-download {
  font-family: Trueno;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.002em;
  text-align: center;
  margin: 0;
}

.container-apps-ios {
  display: flex;
  gap: 12px;
  align-items: center;
  height: 80px;
  justify-content: center;
}

.container-thankyou {
  width: 550px;
}

.playstore-icon {
  width: 80%;
  height: auto;
  /* margin-right: 20px; */
}

.container-timer {
  display: flex;
  justify-content: center;
  font-family: Trueno;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  gap: 5px;
  color: #555555;
}

.wording-request-otp {
  display: none;
  font-family: Trueno;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #555555;
}

.wording-request-otp:hover {
  cursor: pointer;
}

.cust-consent-box-dev-zone {
  border: 1px solid grey;
  width: 150px;
  border-radius: 4px;
  display: flex;
  gap: 4px;
  justify-content: center;
  height: 50px;
  margin: auto;
  align-items: center;
  flex-direction: column;
}

.wording-dev-mode-otp {
  font-family: Trueno;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  margin: 0;
}

.otp-dev-zone {
  font-family: Trueno;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  margin: 0;
}

.container-wording-popup {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.title-alert {
  font-family: Trueno;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -2%;
  text-align: center;
  color: #000000;
}

.modal-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.container-content-body {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.container-banner {
  width: 549px;
  height: 32px;
  top: 32px;
  left: 48px;
  background: #F9E0E0;
  display: none;
  gap: 8px;
  margin: auto;
  margin-top: 25px;
  align-items: center;
}

.holder {
  width: 4px;
  height: 32px;
  background: #CE0000;
}

.container-info-wrapper {
  width: 514px;
  height: 32px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.label-info {
  width: 482;
  height: 32;
  gap: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Trueno;
  font-weight: 300;
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
}

.container-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.style_container__03HwT {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
}

.icon-exit-banner:hover {
  cursor: pointer;
  opacity: .5;
}

.cust-consent-in-description {
  font-family: Trueno;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #262626;
}

.label-countdown {
  font-family: Trueno;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #555555;
}

.countdown {
  color: #FF1659;
}

.cust-consent-in-center-contaner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 640px) {
  .cust-consent-content-wrapper {
    max-width: 100%;
  }

  /* .cust-consent-in-title {
    font-size: 30px;
  } */

  .cust-consent-footer>label {
    font-size: 12px;
  }

  .cust-consent-in-section-rules {
    border-radius: 0;
  }

  .cust-consent-checkbox>input~.checkmark {
    width: 38px;
  }

  .cust-consent-in-mdn-cta {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px;
  }

  .cust-consent-in-center-contaner {
    padding: 16px;
  }

  .container-thankyou {
    width: 100%;
  }

  .playstore-icon {
    width: 100%;
    height: auto;
  }

  .container-apps-ios {
    justify-content: space-between;
  }

  .modal-dialog {
    position: fixed !important;
    bottom: 0;
    width: 100% !important;
    margin: 0 !important;
  }

  .cust-consent-content-container {
    overflow: scroll;
  }

  .container-banner {
    width: 100%;
    height: auto;
    position: absolute;
    margin: 0;
    top: 9%;
    left: 0;
  }
}