
:root {
    --primaryfont-bold:'Zoho_Puvi_Bold';
    --primaryfont-medium: 'Zoho_Puvi_Medium';
    --primaryfont-semibold:'Zoho_Puvi_SemiBold';
    --primaryfont-regular:'Zoho_Puvi_Regular';
}
/*** Common classes ***/
html, body {
    margin: 0;
    width: 100%;
    height: 100%;
} 
  
body {
    background: #fff;
    color: #111;
    font-family: var(--primaryfont-regular), Segoe UI, sans-serif;
    font-size: 12px;
    margin: 0;
}
button {
    font-family: var(--primaryfont-regular), Segoe UI, sans-serif;
    cursor: pointer;
    margin: 0;
    padding: 0
}
a {
    text-decoration: none;
    color: #007cff;
    cursor: pointer
}
a:hover {
    text-decoration: none
}
a:focus {
    color: #007cff
}
*:focus {
    outline: none
}
img {
    padding: 0;
    margin: 0;
    border: 0;
    transform: translateZ(0);
    max-width: 100%;
    vertical-align: middle
}
button:focus {
    outline: none
}
ul {
    list-style-type: none;
    padding: 0;
}
input[type="email"],
input[type="text"],
input[type="password"],
textarea,
.za-captcha-img  {
    border: 2px solid #dce1e8 !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    background: #fffeff !important;
    border-radius: 8px !important;
    color: #000 !important;
    height: 44px !important;
    padding: 25px 18px !important;
}
textarea {
    resize: none;
    padding: 7px !important;
    box-sizing: border-box !important;
}
input[type="text"],
input[type="password"],
input[type="email"] {
    resize: none !important;
    outline: 0 !important;
    text-indent: 0 !important;
}
input[type="text"]:hover, input[type="password"]:hover,
textarea:hover {
    border-color: #9faabb;
}
input[type="text"]:focus {
    border-color: #9faabb;
}
.za-captcha-container {
    height: 80px;
    position: relative;
}
.za-captcha-container .field-msg {
    position: absolute;
    bottom: 0;
}
.za-captcha-input-wrapper {
    display: flex;
}
.za-captcha-container input { 
    box-sizing: border-box !important;
    width: 310px !important;
    height: 44px !important;
    padding: 25px 18px !important;
    margin-top: 0 !important;
    font-size: 18px !important;
    color: #000;
}
.za-captcha-seperator {
    height: 80%;
    width: 2px;
    background: #dce1e8;
}
.za-captcha-reload {
    height: 36px;
    width: 36px;
    border-radius: 50px;
    background: url(https://nila.design//sites/nila/files/nila/signup-reload.png) no-repeat transparent center;
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
}
.zs-txtfldnew > input::-webkit-input-placeholder,
::-webkit-input-placeholder {
    font-size: 18px !important;
    color: #b5b5b5 !important;
    font-weight: normal !important;
    
}
.za-captcha-img {
    width: 150px;
    padding: 3px 6px !important;
    margin-left: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.za-captcha {
    width: 100% !important;
    height: 100% !important;
}
.nl-signup-elements input:focus {
    border-color: #9faabb;
}
.ui-ai-flex {
    display: flex;
    align-items: center;
}
/*** Signin outer styles ***/
.svg-icon-holder {
    position: absolute;
    width: 0;
    height: 0;
    left: -10000em;
    top: -10000em;
}
.nl-signup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #fff;
    overflow: auto;
}

.nl-mobilelogo-block {
    padding: 20px 20px 0px;
    width: 45px;
    display: none;
}
.left-animation {
    width: 300px;
}
.nl-signup-content-block {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.nl-signup-left-block {
    min-height: 100%;
    left: 0;
    position: relative;
    min-width: 500px;
    width: 500px;
    height: 100%;
    background: #F1F5FA;
    padding: 50px 40px;
    box-sizing: border-box;
    top: 0;
}
.nl-mobilelogo-block  {
    display: none;
}
.nl-logo-block, .nl-logo-block img {
    width: 45px;
}
.nl-signin-banner-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 200px);
}
.nl-mandala-block {
    position: absolute;
    right: 0;
    top: 0;
}
.nl-mandala-block img {
    width: 350px;
}
/** signup container **/

.nl-signup-block  {
    width: calc(100% - 660px);
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
    /* height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.nl_country_wrapper{
        position: relative;
        margin-bottom: 10px;
        height: 21px;
    }
    
.nl_country_container select{
        border: 0;
        color: #222;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        z-index: 2;
        cursor: pointer;
        margin-top: 6px;
        opacity: 0;
}


.za-country-select option{
    width: 100px;
}

    .nl_countryname_container {
        position: absolute;
        color: #222;
        right: 12px;
        bottom: -11px;
        font-size: 14px;
      }
      .nl_country_wrapper::after {
        bottom: 10px;
         right: 3px;
         content: '';
         position: absolute;
         border-left: 3px solid rgba(0, 0, 0, 0);
         border-right: 3px solid rgba(0, 0, 0, 0);
         border-top: 3px solid #474747;
     }
  
.nl-signup-wrapper {
    width: 620px;
    height: 100%;
    /* margin: 0 auto; */
}
.nl-signup-wrapper form {
    height: 100%;
}
.nl-signup-form-content {
    padding: 0 55px 0 80px;
    height: 100%;
    box-sizing: border-box;
}
.nl-signup-form-content h2 {
    margin: 30px 0 50px;
}
.nl-signup-title-text {
    color: #222;
    font-size: 50px;
    font-family: var(--primaryfont-medium);
    letter-spacing: 0;
}
.gradient-text {
    background-image: linear-gradient(to right, #007cff 0%, #289CCF 73%, #33A5C2 73%, #37A8BD 74%, #4BB8A5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
/* .nl-signup-elements {
    margin: 50px 0 20px;
    height: calc(100% - 190px);
    position: relative;
}
.nl-signup-invite-title + .nl-signup-elements {
    height: calc(100% - 270px);
} */
.nl-signup-elements dd {
    margin: 0;
}
.nl-form-container {
    /* position: relative; */
    /* height: calc(100% - 75px); */
}
.mail_inputbox {
    height: 56px;
    width: 100%;
    padding: 18px 15px;
    border-radius: 7px;
    text-indent: 2px;
    font-size: 18px;
    transition: all .2s ease-in-out;
    background: transparent;
    border: 2px solid #E6EAF1;
    font-family: var(--primaryfont-regular), Segoe UI, sans-serif;
    position: relative;
    box-sizing: border-box;
}
.mail_inputbox::placeholder {
    font-size: 18px;
    color: #b5b5b5;
    font-weight: normal;
}
.za-submitbtn {
    /* position: absolute;
    top: 10px;
    right: 12px; */
}
.btn-ele {
    width: 100%;
    margin-top: 50px;
    padding: 8px 30px;
    height: 54px !important;
    font-size: 16px;
    /* text-transform: capitalize; */
    letter-spacing: 0px;
    border-radius: 8px;
    border: none;
    background: #007cff;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s linear;
    font-family: var(--primaryfont-medium);
}


.btn-ele.changeloadbtn {
    width: 100% !important;
    border-radius: 8px !important;
}
.btn-ele.changeloadbtn .btn-text {
    display: none;
}

.btn-ele:hover {
    box-shadow: 0 8px 14px #007cff50;
}
.btn-ele.btn-chg-ele {
    background: transparent;
    color: #007cff;
    padding: 8px 20px;
}
.btn-text {
    font-size: 16px;
    position: relative;
}
.btn-text::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(45deg);
    top: 4px;
    margin-left: 5px;
    border-radius: 2px;
    display: none;
}
/* .btn-ele.blue {
    background-color: #007cff;
    cursor: pointer;
} */
.btn-ele:hover .btn-text::after {
    margin-left: 8px;
}
.btn-chge-text {
    font-size: 16px;
    color: #007cff;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.forminputcontainer {
    margin-bottom: 30px;
    position: relative;
}
.nl-signup-text {
    font-size: 16px;
    color: #222;
    margin: 10px 30px;
    line-height: 24px;
}
.termspolicy {
    font-size: 16px;
}
.nl-signwith-zoho {
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    padding: 7px 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 15px;
    background: transparent;
}
.nl-signin-ztxt {
    font-size: 14px;
}

.nonclickelem {
    color: #626262;
    pointer-events: none;
    cursor: none
}
.zoho_icon {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    margin-left: 6px;
    overflow: hidden;
    background-color: #EF463E;
    position: relative;
    border-radius: 2px;
}
.zoho_icon::after {
    content: "";
    position: absolute;
    background: url(images/signup/signin_icons@2x.png) no-repeat transparent;
    background-size: 205px auto;
    background-position: -152px -174px;
    top: 3px;
    width: 18px;
    height: 18px;
    left: 3px;
}
/* .nl-using-accounts {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
} */
.nl-using-accounts {
    margin-top: 70px;
}
.nl-alreadyaccount {
    font-size: 16px;
}
.field-msg {
    margin-top: 6px;
    text-align: left;
    font-size: 14px;
}
.nl-signup-elements .field-error input {
    border: 2px solid #dce1e8;
}

.error, .jqval-error, .pwderror {
    color: #E92B2B;
    font-size: 13px;
    display: block;
}
.nl-forgot-password-container, .signupotpcontainer {
    padding: 60px 40px 0;
    height: 100%;
    box-sizing: border-box;
}
.signupotpcontainer .verifytitle {
    margin-bottom: 40px;
}
.signupotpcontainer p.verifyheader {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.3;
}
.za-otp-container {
    position: relative;
    margin: 20px 0;
}
.za-otp-container dd {
    margin: 0 0 30px;
}
.signupotpcontainer dd {
    margin: 0;
}
.signupotpcontainer input[type="text"] {
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.3px;
    padding: 17px 140px 17px 20px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.signupotpcontainer input[type="text"]::placeholder {
    font-size: 18px;
    color: #b5b5b5;
    font-weight: normal;

}
.signupotpcontainer .field-msg {
    margin-top: 10px;
    float: left;
}
.za-tos-container{
    bottom: -15px;
}
.za-datastore-container {
    margin-bottom: 20px;
  }
  
.za-datastore-container span {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    display: inline-block;
    /* line-height: 1.7; */
    /* font-size: 11px; */
}
.za-datastore-container span {
    padding: 0;
}
.za-datastore-container span a {
  color: #68abee;
}
.rb-country-title b{
    font-family: "LatoBold",sans-serif;
}

.nl-resend-otp {
    margin: 12px 15px 0 0;
    color: #007cff;
    font-size: 16px;
    cursor: pointer;
    display: block;
    text-align: right;
    float: right;
    position: relative;
}
.nl-password-strength {
    border-radius: 3px;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 16%);
    padding: 7px 10px;
    position: absolute;
    right: -406px;
    top: 0px;
    z-index: 99;
    background: rgba(255,255,255,0.26);
    border: 1px solid #fff;
    backdrop-filter: blur(10px);
    text-align: left;
}
.nl-password-strength::before, .nl-password-strength::after {
    content: '';
    position: absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    display: block;
    left: -6px;
    top: 20px;
}
.nl-password-conditions li {
    margin: 12px 10px;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}
.nl-password-conditions li.rb-checked-li::before {
    background: none;
    border: 2px solid #007cff;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    width: 10px;
    height: 5px;
    left: 0;
}
.nl-password-conditions li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #EA2A2A;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}
/*** footer styles **/
.nl-footer-container {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 120px;
}
.nl-footer-images img {
    width: 450px;
}

/** checkbox styles **/
.tos-signup {
    display: block !important;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tos-signup input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    top: 3px;
    left: 85px;
}
.icon-medium {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #007cff;
    cursor: pointer;
}

.unchecked:before,
.checked:before {
    content: unset !important;
}

.terms-check-span {
    padding-top: 0 !important;
}
  /* When the radio button is checked, add a blue background */
.tos-signup input:checked ~ .terms-check-span {
    background-color: #007cff;
}

  /* Create the indicator (the dot/circle - hidden when not checked) */
.terms-check-span:after {
    content: "";
    position: absolute;
    display: none;
}

  /* Show the indicator (dot/circle) when checked */
.tos-signup input:checked ~ .terms-check-span:after {
    display: block;
    height: 4px;
    width: 12px;
    margin: -3px -6px;
}

  /* Style the indicator (dot/circle) */
.tos-signup .terms-check-span:after {
    top: 9px;
    left: 9px;
    /* width: 8px;
    height: 8px; */
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}

/* @media only screen and (max-height: 760px) {
    .nl-logo-block {
        padding: 20px 30px;
        height: 100px;
    }
    .nl-logo-block img {
        width: 40px;
    }
    .nl-signup-block {
        height: calc(100vh - 120px - 100px);
    }
    .nl-signup-form-content, .signupotpcontainer {
        padding: 0 40px;
    }
    .nl-signup-title-text {
        font-size: 58px;
    }
    .nl-signup-elements {
        margin: 40px 0 20px;
        height: calc(100% - 160px);
        overflow-y: scroll;
    }
    .nl-signup-invite-title + .nl-signup-elements {
        height: calc(100% - 240px);
        overflow-y: scroll;
    }
}
@media only screen and (max-width: 840px){
    .nl-signup-block {
        width: 700px;
    }
}
@media only screen and (max-width: 600px){
    .nl-signup-block, .nl-signup-wrapper {
        width: 100%;
    }
    .nl-signup-form-content {
        padding: 0 30px;
    }
} */
@media only screen and (max-height: 700px) {
    .signin_container {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 1560px) {
    .nl-signup-block {
        width: calc(100% - 550px);
    }
}
@media only screen and (max-width: 1490px) {
    .nl-signup-left-block {
        min-width: 400px;
        width: 400px;
    }
    .nl-signup-block {
        width: calc(100% - 450px);
    }
    .nl-mandala-block img {
        width: 300px;
    }
}
@media only screen and (max-width: 1310px) {
    .nl-mandala-block img {
        width: 220px;
    }
}
@media only screen and (max-width: 1260px) {
    .nl-mandala-block {
        display: none;
    }
}
@media only screen and (max-width: 1080px) {
    .nl-signup-block {
        width: calc(100% - 400px);
    }
}
@media only screen and (max-width: 1024px) {
    .nl-mobilelogo-block {
        display: block;
        /* padding: 20px 20px 0;
        width: 45px; */
    }
    .nl-signup-left-block {
        display: none;
    }
    .nl-signup-block {
        width: auto;
    }
    .nl-signup-content-block {
        align-items: flex-start;
    }
}
@media only screen and (max-width: 600px) {
    .nl-signup-wrapper {
        width: 100vw;
    }
    .nl-signup-block {
        padding: 30px 0;
    }
    .nl-signup-form-content{
        padding: 0 20px;
    }
}
@media only screen and (max-width: 500px) {
    /* .nl-logo-block {
        padding: 20px 20px 0;
        height: 80px;
    }
    .nl-signup-block {
        height: calc(100vh - 180px);
    }
    .nl-logo-block img {
        width: 35px;
    } */
    /* .nl-signup-title-text {
        font-size: 40px;
    }
    .nl-signup-form-content, .nl-forgot-password-container, .signupotpcontainer {
        padding: 30px 0 0;
    }
    .forminputcontainer {
        margin-bottom: 25px;
    }
    .mail_inputbox, .signupotpcontainer input[type="text"] {
        padding: 18px 15px;
        font-size: 14px;
        height: 52px;
    }
    .mail_inputbox::placeholder, .signupotpcontainer input[type="text"]::placeholder {
        font-size: 14px;
    }
    .btn-ele {
        height: 32px;
        padding: 8px 28px 8px 15px;
    }
    .btn-text {
        font-size: 12\\px;
    }
    .btn-text::after {
        width: 6px;
        height: 6px;
        top: 3px;
    }
    .btn-chge-text {
        padding: 8px;
        font-size: 14px;
    }
    .nl-signup-elements {
        margin: 30px 0 10px;
        height: calc(100% - 130px);
    }
    .nl-signup-invite-title + .nl-signup-elements {
        height: calc(100% - 170px);
    } */
    .tos-signup {
        padding-left: 25px;
        font-size: 18px;
    }
    .icon-medium {
        top: 0px;
        left: -5px;
        height: 18px;
        width: 18px;
    }
    .tos-signup input:checked ~ .terms-check-span:after {
        height: 4px;
        width: 10px;
        margin: -4px -6px;
    }
    .error, .jqval-error, .pwderror {
        font-size: 12px;
        margin-left: 10px;
    }
    .nl-footer-container {
        height: 100px;
    }
    .signupotpcontainer .verifytitle {
        margin-bottom: 30px;
    }
    .field-error {
        position: relative;
    }
    
    .nl-resend-otp {
        margin: 12px 10px 0 0;
        font-size: 14px;
    }
    /* .nl-footer-images img {
        width: 380px;
    } */
}
