/* Age Verify Overlay CSS */
.ar_age_verification_section {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: calc(100vh - 0px);
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ar_age_verification_section .ar_age_verification_box {
    max-width: 100%;
    width: 100%;
    background: #fff;
    padding: 50px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: calc(100vh - 2px);
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 auto;
    height: 100%;
    justify-content: flex-start;
  }
  .ar_age_verification_section .ar_age_verification_box .ar-logo {
    margin-bottom: 30px;
    margin-top: 70px;
  }
  .ar_age_verification_title {
    color: #3B404A;
    text-align: center;
    font-family: Overpass;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.858px;
    letter-spacing: -1.2px;
    display: block;
    margin: 21px 0 15px;
  }
  .ar_age_verification_desc {
    color: #3A414B;
    text-align: center;
    font-family: Overpass;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -1px;
    opacity: 0.8;
    display: block;
    margin: 0 100px;
    width: 54%;
  }
  .ar_age_verification_btn_box {
    margin: 30px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .ar_age_verification_btn_box button {
    width: 250px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 1px solid #3a414b;
    text-align: center;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.7px;
    text-transform: uppercase;
  }
  .ar_age_login_title {
    color: #3A414B;
    text-align: center;
    font-family: Overpass;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 22.5px;
    letter-spacing: -1.125px;
    display: block;
    margin-bottom: 30px;
  }
  .ar_age_login_title span{
    font-weight: 500;
  }
  
  .ar_yoti_login_form {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
  }
  
  .yoti-container {
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
  .yoti-container iframe{
    margin: 0;
    padding: 0;
    border: none;
  }
  .yoti-container iframe body{
    margin: 0;
  }
#recaptcha-container
{
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.g-recaptcha-bubble-arrow
{
  display: none;
}
.g-recaptcha-bubble-arrow + div
{
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.ar_auth_gbtn{
  display: flex;
    border-radius: 8px;
    border: 1px solid rgba(58, 65, 75, 0.30);
    background: rgba(58, 65, 75, 0.05);
    height: 42px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    color: #3B404A;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 11px;
    letter-spacing: -0.42px;
    text-transform: capitalize;
    width: 100%;
}

/* Separator styling for Yoti page */
#yoti-overlay .ar_age_login_box .ar_yoti_login_form .ar_saperator {
  color: #3B404A;
  font-family: Overpass;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.42px;
  display: block;
  margin: 20px 0;
  text-align: center;
  position: relative;
  width: 100%;
}

#yoti-overlay .ar_age_login_box .ar_yoti_login_form .ar_saperator span {
  background: #fff;
  display: block;
  position: relative;
  width: 30px;
  margin: 0 auto;
  text-align: center;
}

#yoti-overlay .ar_age_login_box .ar_yoti_login_form .ar_saperator::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #3C434B;
  opacity: 0.3;
}

#yoti-overlay .ar_age_login_box .ar_yoti_login_form .intl-tel-input {
  background-color: rgba(58, 65, 75, 0.05);
  border: none;
  border-radius: 8px;
  height: 42px;
  width: 100%;
}

#yoti-overlay .ar_age_login_box .ar_yoti_login_form .intl-tel-input input[type=tel].phone-num-place {
  width: 100%;
  background: transparent;
  height: 41px;
  color: #3B404A;
  font-family: Overpass;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: -0.42px;
  border: 1px solid rgba(59, 64, 74, 0.30);
  border-radius: 8px;
  padding-left: 52px;
}

#yoti-overlay .ar_age_login_box .ar_yoti_login_form .intl-tel-input .flag-container {
  border: none;
  height: 41px;
  border-right: 1px solid rgba(58, 65, 75, 0.30);
  background: transparent;
}

#yoti-overlay .ar_age_login_box .ar_yoti_login_form .intl-tel-input .selected-flag {
  height: 41px;
  background: transparent;
}

/* Label styling for Yoti page */
#yoti-overlay .ar_age_login_box .ar_yoti_login_form #phone_label h2,
#yoti-overlay .ar_age_login_box .ar_yoti_login_form label.phone-lb {
  color: #3B404A;
  font-family: Overpass;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.42px;
  margin-bottom: 6px;
  margin-top: 0;
}

/* Small help text */
#yoti-overlay .ar_age_login_box .ar_yoti_login_form small#phoneHelp {
  color: rgba(59, 64, 74, 0.80);
  font-family: Overpass;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-top: 5px;
  display: block;
  padding-top: 5px;
}

/* Validation icons positioning for Yoti */
#yoti-overlay .ar_age_login_box .ar_yoti_login_form .v-success {
  background: url("/static/images/svgIcons/success_icon.826f565b9256.svg") no-repeat center center;
  width: 16px;
  height: 11px;
  display: inline-block;
  position: absolute;
  top: 125px;
  right: 13px;
  border-radius: 8px
}

#yoti-overlay .ar_age_login_box .ar_yoti_login_form .v-failed {
  background: url("/static/images/svgIcons/info_red.c93975a229b2.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 120px;
  right: 13px;
  border-radius: 8px
}

/* Loading spinner positioning for Yoti */
#yoti-overlay .ar_age_login_box .ar_yoti_login_form .css-loading-design,
#yoti-overlay .ar_age_login_box .ar_yoti_login_form .css-loading-designs {
  position: absolute;
  top: 120px;
  right: 20px;
  height: 21px;
}

/* Phone error message */
#yoti-overlay .ar_age_login_box .ar_yoti_login_form .phone-error {
  color: red;
  text-align: left;
  font-size: 13px;
  margin-top: 5px;
  font-family: Overpass;
}

/* Form group spacing */
#yoti-overlay .ar_age_login_box .ar_yoti_login_form #phone-div.form-group {
  position: relative;
  margin-bottom: 0;
}

#yoti-overlay .ar_age_login_box .ar_yoti_login_form .intl-tel-input .country-list.dropup {
  bottom: auto;
}

#yoti-overlay .ar_age_login_box .ar_yoti_login_form #yoti_grecaptcha_element {
  position: relative;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

#yoti-overlay .ar_age_login_box .ar_yoti_login_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Reposition Send button below phone input, centered */
#yoti-overlay .ar_age_login_box .ar_yoti_login_form .btn-payment-dark {
  position: relative;
  top: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 34px;
  width: 100%;
  max-width: 278px;
  line-height: 35px;
  border-radius: 19px;
  background-color: #3a404a;
  border: 0px solid;
  color: #fff;
  font-size: 14px;
  font-family: 'MyriadProRegular';
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px 25px;
}

#yoti-overlay .ar_age_login_box .ar_yoti_login_form .btn-payment-dark.submit_button_disabled {
  background-color: #ebebeb;
  color: #3a404a;
}
   

  @media (max-width: 767px) {
    .ar_age_verification_section .ar_age_verification_box{
      padding: 20px 25px 80px;
  }
  .ar_age_verification_section .ar_age_verification_box .ar-logo{
    margin-top: 20px;
    width: 50%;
    margin-bottom: 20px;
  }
    .ar_age_verification_title{
        font-size: 20px;
        margin: 20px 0 10px;
    }
    .ar_age_verification_desc {
        margin: 0;
        width: 90%;
    }
    .ar_age_verification_btn_box{
        margin: 20px 0 37px;
        flex-direction: column;
        width: 100%;
    }
    .ar_age_verification_btn_box a {
      width: 100%;
    }
    .ar_age_verification_btn_box button{
        width: 100%;
    }
    .ar_age_login_title{
        font-size: 20px;
        line-height: 24.5px;
        margin-bottom: 20px;
    }
    .ar_age_login_title span {
        display: block;
        font-size: 16px;
    }
    .ar_age_verification_section .ar_age_verification_box .info-img {
        width: 70px;
    }
  
    #yoti_grecaptcha_element {
     position: absolute;
     bottom: -70px;
    }
    
    .border-failed {
      border: 1px solid #ff0000 !important;
      border-radius: 3px !important;
    }

    .v-success {
        background: url("/static/images/svgIcons/success_icon.826f565b9256.svg") no-repeat center center;
        width: 16px;
        height: 11px;
        display: inline-block;
        position: absolute;
        top: 33px;
        right: 10px;
    }
    .phone-error {
        color: red;
        text-align: left;
        font-size: 13px;
        display: none;
        margin-bottom: 1px;
        margin-top: 10px;
    }
    .begin-email-error, .email-error {
        color: red;
        text-align: left;
        font-size: 14px;
        display: none;
        margin-bottom: 1px;
        margin-top: 3px;
    }
    small#phoneHelp, small#enter-email-text{
      padding-top: 7px;
      display: block;
      width: 100%;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0;
    }
    p#email_error_message {
        margin: 0;
    }
    #yoti-overlay .ar_age_login_box .ar_yoti_login_form .intl-tel-input input[type=tel].phone-num-place {
      font-size: 16px;
  }
  
  #yoti-overlay .ar_age_login_box .ar_yoti_login_form .v-success {
      top: 140px;
      right: 10px;
  }
  
  #yoti-overlay .ar_age_login_box .ar_yoti_login_form .v-failed {
      top: 135px !important;
      right: 10px;
  }
  
  #yoti-overlay .ar_age_login_box .ar_yoti_login_form .css-loading-design,
  #yoti-overlay .ar_age_login_box .ar_yoti_login_form .css-loading-designs {
      top: 135px;
      right: 15px;
  }
    
  #yoti-overlay .ar_age_login_box .ar_yoti_login_form .intl-tel-input .country-list.dropup {
    width: 320px;
    top: auto;
    bottom: 100%;
    transform: translateY(-8px);
  }

    #yoti-overlay .ar_age_login_box .ar_yoti_login_form #yoti_grecaptcha_element{
      bottom: -10px;
    }
  }