/*terms of use*/
.inner_container {
    max-width: 100%;
    padding:0 24px;
    margin:32px auto 56px;
}

.more-text{
    display: block;
}

.inner_container h3,.inner_container h1{
    color: #010101;
    font-family: 'SF-Pro';
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 39.2px */
margin-bottom:24px!important;
}

/* #next-step-1 {
    background-color: #010101;
    color: #ffffff;
} */

#next-step-1:disabled {
    background-color: transparent;
    color: #4F4F4F;
}


.inner_container h5{
    color: #3D4249;
    font-family: 'SF-Pro';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
letter-spacing: 0.98px;
}
.terms_points {
    width: 100%;
    padding: 64px 0 0px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
}
.terms_points a{
    font-family: 'SF-Pro';
    display: flex;
    width: 100%;
    height: auto;
    text-decoration: none;
    padding: calc(100% - 2px) 17px 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid #7F8690;
    background: #FFF;
    color: #010101;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.7px;
    position: relative;
}
.terms_points a span {
    position: absolute;
    width: calc(100% - 34px);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.terms_points a:hover span {
    text-decoration: underline;
}
.terms_points {
    grid-template-columns: repeat(2,1fr);
}
.terms_points br {
    display: none;
}

/* privacynotice*/
.commontable{
    width: 100%;
}
.commontable td, .commontable th {
    padding: 16px 24px;
    border: 1px solid #7F8690;
    color: #3D4249;
    font-family: 'SF-Pro';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; 
vertical-align: top;
}
.commontable th{
    color: #3D4249;
font-family: 'SF-Pro';
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 140%;
vertical-align: middle;
}
.commontable td a{
    color: #3D4249!important;font-weight: 700;
}
.commontable td:first-child{
    color: #3D4249;
font-family: 'SF-Pro';
font-size: 18px;
font-style: normal;
font-weight: 700;
min-width:100px;

line-height: 140%;
}
.nextline_content {
    display: block;
    color: #3D4249;
    font-family: 'SF-Pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 15px;
}
.reasonstable td:first-child {
    font-size: 18px;
    width: 304px;
}
.facttable{
    display:flex;
    gap:20px;
    flex-direction: column;
}
.termsofusecontent {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.innerdivs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.innerdivs h4,.innerdivs h2 {
    color: #3D4249;
    font-family: 'SF-Pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.innerdivs p, .innerdivs li,.termsofusecontent p,.termsofusecontent ul, .termsofusecontent address,.facttable p{
    color: #3D4249;
    font-family: 'SF-Pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
ul.page__list-ol {
    list-style: number;
}
.termsofusecontent ul.page__list-ol > li {
    margin-bottom: 30px;
}
.termsofusecontent ul.page__list-ol > li > b {
    margin-bottom: 12px;
    display: block;
}
.termsofusecontent .page__footnote {
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid #6b7280;
}
.termsofusecontent ul.page__list a,
.termsofusecontent .page__footnote a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
td.mergetable {
    font-size: 18px;
    font-style: normal;
    font-weight: 400!important;
}
.innerdivs ul ul li{
    list-style-type: disc;
}
.innerdivs a{
    font-weight: 600;
    color: #3D4249;
    word-break: break-all;
}
.innerdivs a:hover {
    color: #000;
}
body.page-template:not(.page-template-hompeage) {
    background-image: none;
    background-color: #fff !important;
}
.commontable th:first-child {
    width: 148px;
}
.termsofusecontent ul,.termsofusecontent address {
    margin-bottom: 0;
}
.termsofusecontent ul.ul-alphabet {
    list-style: lower-alpha;
}
.termsofusecontent ul.ul-alphabet.bold li::marker {
    font-weight: 600;
}
.tblbody .job_details h2.nodesk {
    word-break: break-all;
}
.innerdivs ul ul.page__list__nested li {
    list-style-type: circle;
}
body:not(.home) footer p.copywrite {
    padding-right: 0;
}
.facttable h2.h4 {
    font-family: 'SF-Pro';
}
body.only-for-app .inner_container {
    padding: 0 !important;
}
.innerdivs a.no-break {
    word-break: unset;
    display: inline-block;
}
/* FAQ page */
.faq-section {
    padding: 56px 56px 80px;
}
.faq-searchbar-block{
    text-align: center;
}
.faq-searchbar-block h1.main-title {
    font-family: 'SF-Pro';
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 24px !important;
}
.faq-seachform {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.faq-seachform input#Search {
    width: 100%;
    font-size: 18px;
    line-height: 1.445;
    padding: 10px 10px 10px 50px;
    color: #010101;
    border-radius: 6px;
    border: 1px solid #000;
    background-color: #fff;
}
.faq-seachform input#Search:focus,
.faq-seachform input#Search:focus-visible {
    outline: 1px solid #000;
}
.faq-seachform input#Search::placeholder {
    color: #7F8690;
}
.faq-no-result-block h4 span {
    word-break: break-all;
}
.faq-seachform .Search_Button {
    padding: 11px;
    position: absolute;
    left: 0;
    border: none;
    background: transparent;
    line-height: 1;
}
.faq-main-block {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
h2.faq-title {
    font-family: 'SF-Pro';
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding-top: 80px;
    padding-bottom: 40px !important;
    border-bottom: 1px solid #DCDFE3;
}
ul.faq-Faqs_Items {
    padding: 0;
    margin: 0;
    list-style: none;
}
li.faq-Faqs_Item {
    border-bottom: 1px solid #DCDFE3;
}
.faq-Faqs_Title {
    font-size: 18px;
    font-family: 'SF-Pro';
    color: #3D4249;
    text-align: left;
}
.faq-Faqs_Item[aria-expanded="true"] .faq-Faqs_Title{
    color:#010101;
    font-weight: 600;
}
.faq-Faqs_Icon {
    padding-left: 10px;
    line-height: 1;
}
.faq-Faqs_Icon .minus {
    display: none;
}
.faq-Faqs_Item[aria-expanded="true"] .faq-Faqs_Icon .minus {
    display: block;
}
.faq-Faqs_Item[aria-expanded="true"] .faq-Faqs_Icon .plus {
    display: none;
}
.faq-Faqs_Header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    background: transparent;
    border: none;
}
.faq-Faqs_Body{
    display: none;
}
.faq-Faqs_Body .faq-Faqs_Body-inner{
    font-family: 'SF-Pro';
    font-size: 18px;
    color: #3D4249;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    gap: 16px;
}
.faq-Faqs_Body ul {
    list-style: disc;
    margin-bottom: 15px;
}
.faq-Faqs_Body ul li::marker {
    color: #3D4249;
}
.faq-Faqs_Body-inner a {
    color: #3D4249;
    font-weight: 600;
    display: inline-block;
}
.faq-Faqs_Body-inner a:hover {
    color: #000;
}
.faq-Faqs_Body-inner ul a {
    display: unset;
}
.faq-seachform .faq-seachform-results {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 10;
    padding: 6px 0px;
    margin-top: 2px;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #DCDFE3;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.12);
    text-align: left;
    display: none;
}
.faq-seachform-results .result-item {
    color: #010101;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
}
.faq-seachform-results .result-item:hover,
.faq-seachform-results .result-item.active {
    background: #F8F8FB;
}
.faq-seachform-results .result-item div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.429;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.faq-seachform-results .result-item span.gray {
    font-size: 12px;
    color: #74787E;
    margin-left: 3px;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.faq-no-result-block {
    display: none;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 80px;
}
.faq-no-result-block h4 {
    display: block;
    font-size: 20px;
    margin-bottom: 40px !important;
}
.faq-no-result-footer {
    color: #3D4249;
    font-size: 18px;
    padding-top: 24px;
    border-top: 1px solid #DCDFE3;
}
.faq-no-result-footer span {
    cursor: pointer;
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.faq-seachform-results .result-item:nth-child(8)~.result-item {
    display: none;
}

.page-template-share-program-terms ul.page__list-ol li {
    list-style: none;
}
.page-template-share-program-terms ul.page__list-ol {
    padding-left: 0;
}
@media(min-width:500px){
    .inner_container {
        padding: 56px;
        margin: 0 auto;
        min-height: 750px;
        display: flex;
        flex-direction: column;
    }
    body .reasonstable td{
        padding: 10px 13px;
    }
}
@media(min-width:768px){
    .terms_points {
        grid-template-columns: repeat(2,1fr);
    }
    .inner_container {
        max-width: 100%;
    }
}
@media(min-width:800px){
    body .terms_points{
        grid-template-columns: repeat(4,1fr);
    }
}
@media(min-width:992px){
    body .inner_container{
        max-width: 1024px;
    }
    body .terms_points{
        grid-template-columns: repeat(4,1fr);
    }
}
@media(min-width:1280px){
    body .inner_container{
        max-width:1118px;
    }
    body .terms_points{
        grid-template-columns: repeat(5,1fr);
    }
}
/* @media screen and (min-width: 2000px){
    body .inner_container {
        max-width: 1370px;
        padding-top: 84px;
    }
    .inner_container h3,.inner_container h1 {
        font-size: 35px;
        line-height: 140%;
    }
    .inner_container h5 {
        font-size: 22.5px;
    }
    body .terms_points {
        gap: 30px;
        padding-top: 80px;
    }
    .terms_points a {
        font-size: 22.5px;
    }
    .commontable td,.innerdivs p, .innerdivs li,.reasonstable td:first-child ,.termsofusecontent ul, .termsofusecontent address,.termsofusecontent p,.facttable p{
        font-size: 22.5px;
    }
    td.mergetable {
        font-size: 22.5px !important;
    }
    .commontable th,.commontable td:first-child,.innerdivs h4,.innerdivs h2,.commontable th:first-child{
        font-size: 30px;
    }
    .innerdivs h4:not(:first-child),.innerdivs h2:not(:first-child) {
        margin-top: 54px;
    }
} */
@media screen and (max-width: 1999px){
    .innerdivs h4:not(:first-child),.innerdivs h2:not(:first-child) {
        margin-top: 14px;
    }    
}
@media (hover: hover) and (max-width: 1999px) and (height <= 880px){
    .inner_container{
        padding-top: clamp(20px,2vh,56px);
    }
    .terms_points {
        padding-top: clamp(20px,2vh,64px);
    }
}
@media (hover: hover) and (max-width: 1999px) and (height <= 740px){
    .inner_container{
        padding-top: 0;
    }
}
@media (min-width:930px) and (max-width:1280px){
    body .terms_points{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    body .terms_points a{width: 182px;height: 182px;padding: 0;}
}
@media (hover: none) and (min-width:1024px) and (max-width: 1280px){
    body .terms_points{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 32px;
    }
    body .terms_points a{width: 204px;height: 204px;padding: 0;}
}
@media (hover: none) and (min-width:768px) and (max-width: 1023.9px){
    body .terms_points {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 32px;
        max-width: 100%;
    }
    body .terms_points a {
        width: 100%;
        height: auto;
        padding-top: 100%;
    }
    body .terms_points a span{
        width: calc(100% - 18px);
    }
}
@media (hover: none) and (min-width:768px){
    .inner_container {
        padding-top: 0;
    }
}
@media(max-width:991px){
    body.only-for-app .commontable td, body.only-for-app .commontable th {
        padding: 10px;
    }
}
@media(max-width:799.9px){
    .terms_points{
        max-width: 388px;
        margin: 0 auto;
    }
    .commontable td, .commontable th {
        padding: 10px 24px;
    }
    td.mergetable {
        font-weight: 400!important;
    }
    .terms_points a {
        padding-top: 100px;
    }
    .commontable td a {
        word-break: break-all;
    }
    .commontable td ul {
        padding-left: 17px;
    }
    .termsofusecontent ul, .innerdivs ul {
        padding-left: 17px;
    }
    .commontable.reasonstable tbody td:first-child {
        max-width: 45%;
    }
}
@media(max-width:499px){
    .reasonstable td:first-child {
        width: 100%;
    }
    .commontable {
        width: 100%;
    }
    .commontable td, .commontable th {
        padding: 10px;
        word-wrap: break-word;
    }
    .innerdivs h4,.innerdivs h2 {
        font-size: 18px;
    }
    .commontable th,.commontable td:first-child,.commontable th:first-child,.commontable td,.innerdivs p, .innerdivs li,.reasonstable td:first-child ,
    .termsofusecontent ul, .termsofusecontent address,.termsofusecontent p,.facttable p,.nextline_content{
        font-size:16px;
    }
    .inner_container h3,.inner_container h1{
        font-size:22px;margin-bottom: 14px!important;
    }
    .inner_container h5 {
        font-size: 16px;
    }
    .terms_points {
        padding: 40px 0 0;
    }
    .terms_points a span{
        width: calc(100% - 24px);
        font-size: clamp(14px,4.2056vw,18px);
    }
    .termsofusecontent .innerdivs:first-child{
        margin-top:10px;
    }
}
@media (hover: none) and (max-width:767px){
    body footer.container-fluid{
        padding-left: clamp(17px,5.60747vw,24px);
        padding-right: clamp(17px,5.60747vw,24px);
    }
    body .inner_container{
        padding: 0 clamp(17px,5.60747vw,24px) 56px;
        margin-top: 10px;
    }
    body .terms_points{
        max-width: 380px;
        padding-top: 40px;
    }   
    .terms_points a {
        padding-top: 123px;
    }
    body .inner_container h3,body .inner_container h1 {
        font-size: 22px;
        letter-spacing: 0.66px;
        margin-bottom: 14px !important;
    }
    body .inner_container h5,body .innerdivs p,body .innerdivs li,
    body .commontable td,body .commontable td:first-child,body .commontable th,body .commontable th:first-child,body .nextline_content {
        font-size: 16px;
    }
    body .commontable td,body .commontable th{
        padding: 10px 24px;
        word-wrap: break-word;
    }
    body .innerdivs h4,body .innerdivs h2 {
        font-size: clamp(18px,4vw,24px);
    }
    body td.mergetable{
        font-size: 16px !important;
    }
    .faq-section {
        padding: 24px clamp(17px,5.60747vw,24px) 48px;
    }
    .faq-searchbar-block h1.main-title {
        margin-bottom: clamp(10px,3.73832vw,16px) !important;
        font-size: clamp(17px,5.14018vw,22px);
    }
    h2.faq-title{
        padding-top: clamp(24px,11.215vw,48px);
        padding-bottom: clamp(17px,5.60747vw,24px) !important;
        font-size: clamp(14px,4.2056vw,18px);
    }
    .faq-seachform input#Search{
        font-size: clamp(14px,4.2056vw,18px);
        padding: clamp(5px,2.3365vw,10px),clamp(5px,2.3365vw,10px),clamp(5px,2.3365vw,10px),clamp(30px,11.6822vw,50px);
    }
    .faq-seachform-results .result-item{
        font-size: clamp(12px,3.27103vw,14px);
    }
    .faq-seachform .Search_Button{
        padding: clamp(7px,2.57vw,11px);
    }
    .faq-Faqs_Header{
        padding:clamp(17px,5.60747vw,24px) 0;
    }
    .faq-Faqs_Title{
        font-size: clamp(12px,3.73832vw,16px);
    }
    .faq-Faqs_Body .faq-Faqs_Body-inner{
        font-size: clamp(12px,3.73832vw,16px);
        padding-bottom:clamp(17px,5.60747vw,24px);
        gap: clamp(12px,3.73832vw,16px);
    }
    .faq-Faqs_Icon svg {
        width: 14px;
        height: auto;
    }
    .faq-no-result-block {
        padding-top: clamp(24px,11.215vw,48px);
    }
    .faq-no-result-block h4{
        font-size: 18px;
        margin-bottom:clamp(15px,5.60747vw,24px) !important;
    }
    .faq-no-result-footer{
        padding-top:clamp(15px,5.60747vw,24px);
        font-size: clamp(12px,3.73832vw,16px);
    }

    .confirm-email, .confirmation-page{
        text-align: center;
        text-wrap: wrap !important;
    }

}


/* registration form */
.registrationSection{
    padding-bottom: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.registrationSection .container{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.registrationSection #step-1{
    max-width: 410px;
    margin: 0 auto;
}

.registrationFormHeader h1{
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    font-family: 'GT-Pressura-Mono';
    text-transform: uppercase;
    font-weight: 700;
}

.registrationFormHeaderIcon {
    display: inline-flex;
    justify-content: center;
    gap: 0 12px;
    position: relative;
}

.registrationFormHeader h1 span{
    font-size: 31px;
    padding-left: 5px;
}

.registrationFormHeader{
    margin-bottom: 35px;
    text-align: center;
}

.registrationForm .registrationFormHeader .registrationFormHeaderIcon button{
    margin: 0;
    padding: 0;
    line-height: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 0 10px;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.registrationForm .form-fields{
    font-family: 'SF-Pro';
}

.registrationForm .form-fields .form-group{
    position: relative;
}

.registrationForm .form-fields .form-group input{
    width: 100%;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #010101;
    padding: 22px 12px 10px;
    font-size: 18px;
    color: #121212;
    height: 48px;
    line-height: 25px;
    border-radius: 0;
}

.registrationForm .form-fields .form-group input:focus{
    outline: none;
}

.registrationForm .form-fields .form-group input::placeholder{
    color: #7F8690;
    font-weight: 300;
}

.registrationForm .form-fields .form-group:not(:last-child){
    margin-bottom: 40px;
}

.form-fields{
    padding-top: 16px;
    margin-bottom: 42px;
}

.form-acknoledge{
    margin-bottom: 32px;
    position: relative;
}

.registration-button{
    text-align: center;
}

.registration-button button, .registration-button > a{
    width: 100%;
    background-color: transparent;
    color: #4F4F4F;
    border: none;
    padding: 10px;
    font-size: 16px;
    font-family: 'GT-Pressura-Mono';
    height: 56px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 99px;
    border: 1px solid #4F4F4F;
    transition: 0.3s all ease;
    max-width: 332px;
    position: relative;
}

.invalid.valid{
    background-color: transparent !important;
    color: #4F4F4F !important;
    border: 1px solid #4F4F4F !important;
}

/* .registration-button button:disabled{
    background: #3D4249 !important;
} */

/* checkbox start */
.custom-checkbox-container input[type="checkbox"] {
    display: none;
  }

  .custom-checkbox-container input[type="checkbox"]:disabled + .custom-checkbox {
    border-color: #4F4F4F;
    cursor: not-allowed;
  }
  
  .custom-checkbox-container .custom-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #121212;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 12px;
    vertical-align: middle;
    border-radius: 2px;
  }
  
  .custom-checkbox-container .custom-checkbox::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s;
    border-radius: 2px;
  }
  
  .custom-checkbox-container input[type="checkbox"]:checked + .custom-checkbox::after {
    opacity: 1;
  }
  
  .custom-checkbox-container {
    display: flex;
  }
  
  .custom-checkbox-container a {
    color: #000;
    text-decoration: underline;
  }
  
  .custom-checkbox-container a:hover {
    text-decoration: none;
  }
  /* checkbox end */

  .form-group.password-input{
    position: relative;
  }

  .form-group.password-input input[type="password"]{
    padding-right: 48px;
  }

  .form-group.password-input span{
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .form-group.password-input input{
    padding-right: 45px;
  }

  /* .custom-checkbox-container .label-text span{
    font-weight: 700;
  } */

  .label-text .toggle-button{
    background-color: transparent;
    border: none;
    color: #4F4F4F;
    text-decoration: underline;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: lowercase;
  }

  .custom-checkbox-container .label-text{
    line-height: 22.4px;
    color: #4F4F4F;
    flex: 1;
    font-family: 'SF-Pro';
    /* word-spacing: 5px; */
  }

  .label-text strong{
    cursor: pointer;
    /* display: inline-block; */
  }

  .registrationForm .error {
    font-size: 12px;
    /* padding-top: 5px; */
    display: none;
    position: absolute;
    bottom: -20px;
}

  .next-button button.valid, .open-email a, .registration-button.downloadButton a{
    background-color: #010101;
    color: #fff;
  }

  /* otp screen */

  .otp-section{
    text-align: center;
    position: relative;
  }

  .otp-section .error{
    left: 50%;
    transform: translateX(-50%);
  }

  .resend-email-edit{
    display: flex;
    justify-content: center;
    gap: 0 5px;
  }
  
  .resend-code{
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .resend-email-edit{
    margin-top: 40px;
  }

  .otp-inputs {
    display: flex;
    gap: 0 10px;
    justify-content: center;
}

.otp-digit {
    width: 32px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #DCDFE3;
    padding: 0;
    border-radius: 2px;
}

#legalFirstName, #legalLastName{
    text-transform: capitalize;
}

.otp-digit:focus {
    outline: none;
    border: 2px solid #000;
}

.otp-number h4{
    font-size: 18px;
    line-height: 25px;
    font-family: 'SF-Pro';
}

.otp-number h4 span{
    display: block;
}

.resend-code button, .resend-email-edit button{
    padding: 0;
    margin: 0;
    background-color: transparent;
    outline: none;
    color: #7F8690;
    border: none;
    border-bottom: 1px solid #7F8690;
    font-size: 16px;
    font-family: 'SF-Pro';
    line-height: 1;
}

.resend-code button:focus{
    outline: none;
}

.confirm-email, .confirmation-page{
    text-align: center;
    text-wrap: wrap;
}

.resend-email-edit span{
    color: #7F8690;
    font-size: 16px;
    font-family: 'SF-Pro';
}

.registration-button a{
    text-decoration: none;
}

.qr-code{
    padding: 21px;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    margin-top: 50px;
}

  /* otp screen */
/* #loading-message{
    text-align: center; 
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 0;
}
.please-wait{
    font-size: 16px;
    margin-right: 8px;
}
  .dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #333;
    animation: blink 1.4s infinite both;
  }
  
  .dot:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .dot:nth-child(3) {
    animation-delay: 0.4s;
  }
  
  @keyframes blink {
    0%,
    20%,
    50%,
    80%,
    100% {
      opacity: 0;
    }
    40%,
    60% {
      opacity: 1;
    }
  } */

  @media only screen and (max-width: 400px){
    .custom-checkbox-container .label-text a{
        display: inline;
    }
    .custom-checkbox-container .label-text{
        flex: 1;
    }
  }

  #registration-confirmation-form{
    display: none;
  }

  .failedContainner.container{
    max-width: 600px;
  }

  .emailVerificationFailed{
    text-align: center;
    padding: 30px 0;
  }

  .emailVerificationFailed--icon{
    margin-bottom: 28px;
  }

  .emailVerificationFailed--text h2{
    font-family: 'SF-Pro';
    font-size: 28px;
    font-weight: 400;
    line-height: 39.2px;
    letter-spacing: 0.03em;
    margin-bottom: 28px !important;
  }

  .emailVerificationFailed--text h5{
    font-family: 'SF-Pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
  }

  .emailVerificationFailed--text h5 a{
    color: #C6008E;
  }

  #password-strength-indicator{
    position: absolute;
    top: 100%;
  }

  #password-strength-indicator div {
    color: #C6008E ;
    font-weight: normal;
    text-transform: lowercase;
}

#password-strength-indicator div.met{
    color: #4F4F4F;
}

.password-strength-block{
    display: flex;
    justify-content: center;
    font-size: 12px;
    gap: 0 16px;
    /* margin-top: 5px; */
    font-family: 'SF-Pro';
}


/* input animation */

.label-wrapper {
    position: relative;
    font-family: 'SF-Pro';
}

.label-wrapper label {
    position: absolute;
    left: 12px;
    top: 46%;
    transition: all 0.3s ease;
    pointer-events: none;
    color: #7F8690;
    font-size: 18px;
    transform: translateY(-50%);
}

.label-wrapper input:focus + label, .label-wrapper label.active{
    top: 11px;
    font-size: 11px;
}

/* input animation */

.steps-form{
    margin-bottom: 20px;
    text-align: center;
}

.steps-form h5{
    font-family: 'GT-Pressura-Mono';
    font-size: 18px;
    font-weight: 400;
    line-height: 20.7px;
}

#legalFirstName.error-input, #legalLastName.error-input, #cellPhone.error-input, #email.error-input, #newEmail.error-input, #newCellPhone.error-input, #password.error-input, #newCellPhone.error-input{
    border-bottom: 1px solid #C6008E;
}

.error{
    color: #C6008E;
}

.hide-password{
    display: none;
}

.otp-digit.error-input{
    border: 1px solid #C6008E;
}

.biggerscreendownload_wrapper{
    display: inline-block;
}

.page-template-register-now .header .offcanvas.offcanvas-end, .page-template-page-confirmation .header .offcanvas.offcanvas-end, .page-template-register-now .navbar-toggler, .page-template-page-confirmation .navbar-toggler, .page-template-register-now footer, .page-template-page-confirmation footer{
    display: none;
}

.page-template-register-now .hero-parallax-image::after, .page-template-page-confirmation .hero-parallax-image::after{
    display: none;
}

/* .page-template-register-now .site-content, .page-template-page-confirmation .site-content{
    padding-top: 70px;
} */

.page-template-register-now header nav, .page-template-page-confirmation .header nav{
    padding-bottom: 0 !important;
}

.register-modal .modal-content{
    padding-bottom: 24px;
    border-radius: 50px;
}

.termsCondition .error{
    position: initial;
    top: auto;
}

.loading-message {
    animation: spin 2s linear infinite;
    width: 18px;
    height: 18px;
    display: flex;
    margin-left: 8px;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

@media only screen and (max-width: 991px){
    .password-strength-block{
        gap: 0 6px;
    }
    .biggerscreendownload.js-btn-download{
        text-align: center;
    }
    .qr-code.desktop, .confirmation-page .otp-number.desktop{
        display: none;
    }

    .otp-number.mobile{
        margin-bottom: 42px;
    }
    .register-modal .modal-content{
        padding: 74px 24px 24px;
    }
    .modal-header-register h2{
        font-size: 22px;
    }
    .register-modal .modal-content{
        border-radius: 25px;
    }
    .register-popup-content table td{
        padding: 10px 9px !important;
    }
}

@media only screen and (min-width: 992px) {
.biggerscreendownload.js-btn-download{
    text-align: right;
}
.confirmation-page .otp-number.mobile, .registration-button.downloadButton{
    display: none;
}
}

.lets-try-again .otp-number{
    text-align: center;
    margin-bottom: 42px;
}

.lets-try-again .form-fields, .form-fields.edit-form-fields{
    margin-bottom: 42px !important;
}
.timer{
    color: #7F8690;
}

.confirm-email .otp-number h4 span {
    display: inline;
    word-wrap: break-word;
}
@media(max-width:767px){
    .confirm-email .otp-number h4 span {
        display: inline;
        word-wrap: break-word;
    }
}

.modal-header-register{
    margin-bottom: 24px;
}

.register-modal .modal-body{
    padding: 0;
}

.modal-register-close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #F0F1F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-register-close button{opacity: 1;}
.register-popup-content{
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.register-popup-content table{
    max-width: 100%;
    table-layout: fixed;
}
.modal-header-register h2, .register-popup-content h2{
    font-family: 'SF-Pro';
    text-transform: uppercase;
    font-weight: 700;
}
/* .register-popup-content h2{
    text-transform: uppercase;
} */
/* registration form */

.download-app-qr, .download-app-qr a{
    transition: 0.3s all ease !important;
}

.download-app-qr.in-footer{
    background-color: #FFFFFF;
    color: #010101;
}

.download-app-qr.in-footer a{
    color: #010101 !important;
}




@media only screen and (max-width: 767px){
    .registrationSection{
        min-height: calc(100vh - 60px);
    }
} 

@media only screen and (min-width: 768px){
    .registrationSection{
        min-height: calc(100vh - 112px);
    }
} 

/* @media only screen and (min-width: 576px){
    .custom-checkbox-container .label-text{
        word-spacing: 5px;
    }
} */


@media only screen and (min-width: 1400px){
    .register-modal .modal-dialog{
        max-width: 1230px;
    }
    .register-modal .modal-content{
        padding-left: 112px;
        padding-right: 112px;
    }
    .modal-header-register h2{
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1399px){
    .register-modal .modal-dialog{
        max-width: 800px;
    }
    .register-modal .modal-content{
        padding-left: 56px;
        padding-right: 56px;
    }
    .modal-header-register h2{
        font-size: 28px;
    }
}

@media only screen and (min-width: 992px){
    .register-modal .modal-content{
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

@media only screen and (max-width: 575px){
    .registrationSection .container{
    padding-left: 21px;
    padding-right: 21px;
    }
    .custom-checkbox-container .label-text{
        word-spacing: 3px;
    }
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
}

.shake {
    animation: shake 0.5s;
}

/* @media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2){
input[type="password"] {
font-size: 12px !important;
line-height: 1.2 !important;
-webkit-appearance: none;
}
} */