body{
    font-family: 'Inter', sans-serif !important;
    color: #4F516E;
    font-size: 14px;
    font-weight: 400;
}

label{
    color: #394960;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 4px;
}

.text-bodySmall{
    color: #273241;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */ 
}
.text-body{
    color: #273241;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */ 
}

.text_c06{
    color: #4C6280;
}

a, .link-color {
    color: #246EF6;
}
a:hover, .link-color:hover{
    color: #0E55D7;
}
.sign-up h3, .sign-up h4, .sign-up .left-head, .sign-up .block-head{
    font-family: 'Inter', sans-serif !important;
    color: #021B33;
    font-weight: 600;
}

.sign-up .card-sec{
    width: 348px;
    height: auto;
}
.sign-up h3{
    font-size: 28px;
    font-weight: 600;
    /* line-height: 38px;
    text-align: center; */
}

.sign-up .sub-head{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.sign-up .form-control.opt-input{
    height: 40px;
    text-align: center;
    width: 40px;
    box-shadow: none;
    border: 1px solid #CFD7E2;
    padding: 0;
    border-radius: 8px;
}
.sign-up .form-control.opt-input.emptyDash::after{
    width: 6px;
    height: 2px;
    background: #394960;
    padding: 0;
}

.outlined-button{
    border: 2px solid #0245F0;
    width: auto;
    padding: 7px 20px;
    color: #0245F0;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: none;
    margin: 0 auto;
    border-radius: 5px;
}

.other-signup-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.other-signup-option .heading-text{
    color: #686C9D;
    font-size: 12px;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase; 
}
.other-signup-option .or-divider {
    color: #686C9D;
    font-size: 14px;
    position: relative;
    margin-bottom: 0px;
}
.other-signup-option .or-divider span{
    display: inline-block;
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 0 10px;
    color: #64748B;
}
.other-signup-option .or-divider:before {
    height: 1px;
    width: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 0;
    /*border-top: 1px dashed #9097AF;*/
    border-top: 1px solid #CFD7E2;
}
.other-signup-option .option-chip{
    display: inline-flex;
}
.other-signup-option .option-chip a{
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #273241;
    background-color: #fff;
    border: 1px solid rgba(207, 215, 226, 60%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.other-signup-option .option-chip a:hover{
    color: #666666;
}
.other-signup-option .option-chip img{
    width: 20px;
    height: 20px;
}




.new-diy-error-card{
    padding: 48px 24px;
    background-color: #FFF;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    display: flex;
    height: auto;
    margin: auto;
    max-width: 444px;
}
.new-diy-error-card .msg-heading{
    color: #000000;
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 23px;
}
.new-diy-error-card .error-detail{
    color: #686D84;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}


.regions-block{
    display: block;
    text-align: left;
}
.regions-block label{
    font-size: 13px;
    color: #a5a5a5;
    margin-bottom: 0;
}
.regions-block select{
    height: 40px;
    border: 1px solid #eeeeee;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 10px 9px 15px;
}

.sign-up .form-block{
    background-color: #fff;
    border-radius: 12px;
    box-shadow: none;
    padding: 0;
}
.sign-up .begin-btn{
    background-color: #246EF6;
    border-radius: 8px;
    padding: 10px 20px;
    text-transform: none;
    font-weight: 500;
}
.sign-up .begin-btn:hover{
    background-color:#0E55D7;
}
.sign-up .below-content{
    color: #4C6280;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.sign-up .below-content #r{
    color: #0070FF;
}

.sign-up .form-control{
    padding: 11px 16px;
    border-radius: 6px;
    border: 1px solid rgba(207, 215, 226, 0.60);
    background: #FFF;
}
.sign-up input::placeholder {
    color: #94A3B8;
    text-transform: uppercase;
    font-size: 12px; 
    text-transform: none;
}
.regions-block select{
    border: 1px solid #98BFD3;
    border-radius: 8px;
}
.sign-up .login-section{
    font-size: 12px;
    color: #4F516E;
    font-weight: normal;
    line-height: 18px;
}
.sign-up .login-section .login-txt {
    color: #0070FF;
}

button.domainName-btn{
    border: none;
    background-color: transparent;
    color: #0070ff;
    vertical-align: middle;
    font-size: 14px;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
}

.download-app-content{
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    color: #4F516E;
    line-height: 23px;
    margin-bottom: 0;
}

.sign-up .verify .empty-dash {
    width: 6px;
    height: 2px;
    background: #394960;
    padding: 0;
}

.sign-up .eye-icon{
    position: absolute;
    right: 14px;
    bottom: 16px;
    cursor: pointer;
    top: auto;
    width: 16px;
    height: 16px;
}
.sign-up .eye-icon img{
    max-width: 100%;
}
.setPasswordRules{

}
.setPasswordRules ul{
    list-style: none;
    padding: 0px;
}
.setPasswordRules ul li{
    display: flex;
    align-items: unset;
    gap: 7px;
    color: #4C6280;
}
.setPasswordRules ul li.isChecked{
    .ruleText{
        color: #00B287;
    }
}
.setPasswordRules ul li .tickIcon,
.setPasswordRules ul li .tickIcon_verified{
    width: 14px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.setPasswordRules ul li .tickIcon_verified{
    display:none;
}
.setPasswordRules ul li .tickIcon object,
.setPasswordRules ul li .tickIcon_verified object{
    max-width: 100%;
}
.setPasswordRules ul li .tickIcon img{
    max-width: 100%;
}
.setPasswordRules ul li .ruleText{
    width: 100%;
    width: calc(100% - 20px);
    font-size: 12px;
}
.setPasswordRules ul li.isChecked .tickIcon{
    display: none;
}
.setPasswordRules ul li.isChecked .tickIcon_verified{
    display: inline-flex;
}

.sign-up .invite-top{
    height: 230px;
}
.footer-copyright{
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding-bottom: 20px;
    color: #394960;
}

@media only screen and (max-width: 767px) {
    .signup-block .hide-in-mobile{
        display: none;
    }
    .sign-up .card-sec{
        width: 100% !important;
        margin: 0;
    }
    .sign-up .card-block{
        border: none;
    }
    .sign-up .right-block{
        padding: 20px;
    }
    .sign-up .form-block{
        padding: 20px !important;
    }
    .other-signup-option .option-chip{
        /*display: block;*/
        width: 45%;
        margin-bottom: 5px;
    }
    .other-signup-option .option-chip a{
        padding: 10px 10px;
    }
}
