#phone-div .css-loading-design{
  top: 28px;
  right: 32px;
}
.ar_auth_section .ar_auth_container {
    max-width: 280px;
    width: 100%;
    margin: 170px auto 100px;
}
.ar_auth_section .ar_auth_container h1 {
    color: #3B414A;
    font-family: Overpass;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}
.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;
}
.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;
}
.ar_saperator span{
  background: #fff;
  display: block;
  position: relative;
  width: 30px;
  margin: 0 auto;
  text-align: center;
}
.ar_saperator::before{
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #3C434B;
  opacity: 0.3;
}
#join_form {
    position: relative;
}
#swap-div {
    color: #FD7663;
    font-family: Overpass;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
    opacity: 0.9;
}
.ar_auth_field .form-group{
  position: relative;
}
.ar_auth_field .form-group label.ar_auth_label {
    color: #3B404A;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.42px;
    margin-bottom: 6px;
}
.ar_auth_field .form-group .intl-tel-input {
    border-radius: 8px;
    background: rgba(58, 65, 75, 0.05);
    height: 42px;
    border: none;
}
.ar_auth_field .form-group .intl-tel-input input {
  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-style: solid;
  border-radius: 6px !important;
  width: 100%;
  border: 1px solid rgba(58, 65, 75, 0.30);
}
.ar_auth_field .form-group .intl-tel-input .flag-container {
    border: none;
    height: 41px;
    border-right: 1px solid rgba(58, 65, 75, 0.30);
}
.ar_auth_field .form-group .css-loading-design {
    position: absolute;
    height: 21px;
    top: 33px !important;
}
.ar_auth_field .form-group .v-success{
  background: url("/static/images/svgIcons/success_icon.826f565b9256.svg") no-repeat center center;
  width: 16px;
  height: 11px;
  display: inline-block;
  position: absolute;
  float: none;
  top: 38px;
  right: 13px;
  bottom: unset;
}
.v-failed {
  background: url("/static/images/svgIcons/info_red.c93975a229b2.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  float: none;
  top: 34px;
  right: 13px;
  bottom: unset;
}
.ar_auth_field .form-group small {
  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;
}

.ar_check_wrap input {
    accent-color: #00B7C3;
}
.ar_check_wrap label {
    margin: 0;
    color: #3B404A;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
    position: relative;
    top: -1px;
}
.ar_auth_field .form-group .form-control {
    border-radius: 8px;
    border: 1px solid rgba(58, 65, 75, 0.30);
    background: rgba(58, 65, 75, 0.05);
    height: 41px;
    box-shadow: none !important;
    color: #3B404A;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: -0.7px;
}
.ar_auth_field .form-group #userHelp {
  text-align: left;
  display: flex;
  margin: 5px 0 0 0;
  width: 100%;
  padding-right: 0;
  margin-right: 0;
  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;
}
.btn-full-yellow {
    width: 100%;
    height: 42px;
    color: #3B404A;
    text-align: center;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px; /* 92.857% */
    letter-spacing: -0.7px;
    text-transform: uppercase;
    background: #FDC363;
    border-radius: 50px;
    border: none;
    filter: drop-shadow(0 5px 10px rgba(253, 195, 99, 0.50));
}
.submit_button_disabled{
    background-color: #ebebeb !important;
    color: #3a404a !important;
    filter: none !important;
}
.ar_auth_action_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 30px;
}
.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.custom-checkbox input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.custom-checkbox .checkmark {
    width: 16px;
    height: 16px;
    background-color: #e5e5e5;
    border: 1px solid #acacac;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

/* Checked state */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #FDC363;
    border-color: #FDC363;
}

/* Checkmark icon */
.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark::after {
    display: block;
}

.custom-checkbox span {
  margin-right: 8px;
  user-select: none;
  color: #3B404A;
  font-family: Overpass;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
}
.join-texts {
    color: #3B404A;
    text-align: center;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.6px;
    text-transform: capitalize;
}
.join-texts a {
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 500;
    color: #3B404A;
}