.join-for-free-image{
    max-width: 276.66px;
    height: 216px;
    position: relative;
    top: -1px;
}
.fs18{
    font-size: 18px !important;
}
.col-md-4.pl{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.col-md-4.pl .form-group{
    position: relative;
  }
.loader_adjust .css-loading-design{
    top: 30px;

}
.col-md-4.pl .form-group label{
    margin-top: 4px;
    font-size: 15px;
}
.col-md-4.pl .email-div .css-loading-design{
    top: 21px;
    right: 17px;
}
#terms-error {
    color: red;
}
.selection-div{
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}
.form-check{
    padding-top:20px ;
}
.join-texts {
    padding-top: 5px;
    margin-bottom: 24px;
}
.form-check p {
    text-align: center;
    padding-bottom: 30px;
}
#phoneWidgetWithButton span.v-failed, #phoneWidgetWithButton span.v-success {
    left: 70%;
    right: 0;
}

.phone-lb{
    float: left;
}
.verif-send-btn {
    width: 60px;
    height: 35px;
    display: inline-block;
    position: absolute;
    background: #3a414b;
    border: 0px;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
    top: 0;
    z-index: 1;
    right: 0;
    cursor: pointer;
}
#phoneWidgetWithButton .css-loading-design, #phoneWidgetWithButton .css-loading-designs {
    position: absolute;
    top: 8px;
    left: 55%;
}
.sign-code-verify {
    padding-bottom: 24px;
}
#phoneWidgetWithButton .phone-error {
    margin-left: -20px;
}
#resend-code {
    text-decoration: underline;
}
.ar_join_check_box {
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid rgba(58, 65, 75, 0.10);
    background: rgba(58, 65, 75, 0.05);
    padding: 9px 17px 9px 10px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.ar_join_check_box .ar_img_box {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ar_join_check_box_label {
    color: #3B414A;
    font-family: Overpass;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.6px;
    cursor: pointer;
    width: 155px;
        padding-top: 2px;
}
.ar_join_check_box .round {
  position: relative;
      right: -23px;
    top: 2px;
}

.round label {
  background-color: #fff;
  border: 1px solid rgba(253, 118, 99, 0.70);
  border-radius: 4px;
  cursor: pointer;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
}

.round label:after {
  border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: rotate(-45deg);
    width: 9px;
}

.round input[type="checkbox"] {
  visibility: hidden;
      position: unset;
    margin: 0;
}

.round input[type="checkbox"]:checked + label {
  background-color: #FD7663;
  border-color: #FD7663;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
