@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
    font-weight: 700;
}
@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-Medium.woff2') format('woff2');
    font-weight: 500;
}
@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-Regular.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-Light.woff2') format('woff2');
    font-weight: 300;
}
#zindaNavbar,.onboard-verify-new,.onboard-verify-existing{display: none;}
body{background: #f5f5f5;font-family: 'MyWebFont' !important;}
.onboard-section{
    background: #ffffff;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 50px;
    -webkit-box-shadow: 1px 1px 10px 0px rgb(155 155 155);
    -moz-box-shadow: 1px 1px 10px 0px rgb(155,155,155);
    box-shadow: 1px 1px 10px 0px rgb(155 155 155);
    padding: 25px;
}
.user-info-onboard{
    width:200px;
    height: auto;
}
.onboard-top .header{
    font-size: 26px;
    color: #545454;
    font-weight: 500;
    padding-left: 7px;
    margin-top: 15px;
}
.onboard-top{
    width: 70%;
    margin: 0 auto 20px;
}
.email-form-group{
    margin-top:60px;
    padding-left: 7px;
}
label{
    font-weight: 500;
    font-size: 15px;
}
input.form-control{
    height: 42px;
    box-shadow: none;
}
.btn-onboard{
    background-color: #55b2a9;
    border-color: #55b2a9;
    padding: 8px 15px;
    color: #ffffff;
    font-size: 16px;
    width: 200px;
    margin-top: 50px;
    margin-bottom: 30px;
    transition: 0.5s all ease;
    cursor: pointer;
    display: block;
    margin: 50px auto;
}
.btn-onboard:hover,.btn-onboard:active:hover{
    background-color: #44928a;
    border-color: #44928a;
    color: #ffffff;
}
.imgLogo img{
    height: 45px;
}
.mt-30{
    margin-top:30px;
}
img.verification-onboard{
    height:200px;
}
.pl-7{
    padding-left:7px;
}
.sub-text{
    color: #787878;
}
.onboard-verification{display: none;}
.sub-text span{font-weight: 500;color: #333333;}
.number-code > div {
  display: flex;
}
.number-code .form-control {
  display: block;
  height: 50px;
  margin-right: 0.5rem;
  text-align: center;
  font-size: 16px;
  min-width: 0;
}
.number-code .form-control:last-child {
  margin-right: 0;
}
.mt-10{
    margin-top: 10px;
}
.form-group{margin-bottom: 35px;}
.btn-onboard-org{margin-top:15px;}
.btn-onboard-proceed{margin-top: 30px;}
.mt-15{margin-top: 15px;}
.onboard-login-each img{
    border-radius: 8px;
    height: 38px;
    width: 38px;
    object-fit: cover;
    margin-right: 10px;
}
.login-details{
    display: inline-block;
    vertical-align: middle;
}
.login-details span:first-of-type {
    font-size: 16px;
    font-weight: 500;
}
.login-details span:last-of-type {
    display: block;
    color: #767676;
    font-size: 14px;
    font-weight: 300;
}
.onboard-login-each{
    border: 1px solid #b3b3b3;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.login-org-link{
    padding: 6px 20px;
    background: #00B0EE;
    color: #ffffff;
    border-radius: 5px;
    position: relative;
    top: 6px;
    cursor: pointer;
    transition: 0.5s ease all;
}
.login-org-link:hover{
    background:#0298cc
}
.mt-60{
    margin-top: 60px;
}
.mt-40{
    margin-top: 40px;
}
.or::before,
.or::after {
    content: "";
}
.or--x::before,
.or--x::after {
    position: relative;
    border-top: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin-bottom: 0.15em;
    overflow: hidden;
}

.or--x::before {
    right: 0.5em;
    margin-left: -50%;
}

.or--x::after {
    left: 0.5em;
    margin-right: -50%;
}
.h-separator{
    text-align: center;
}
.btn-new-org{
    background-color: #55b2a9;
    border-color: #55b2a9;
    padding: 8px 15px;
    color: #ffffff;
    font-size: 18px;
    transition: 0.5s all ease;
    cursor: pointer;
    margin: 40px auto;
    text-align: center;
    display: block;
    width: 280px;
}
.btn-new-org:hover,.btn-new-org:active:hover{
    background-color: #44928a;
    border-color: #44928a;
    color: #ffffff;
}
div.or{
    font-size: 18px;
    color: #545454;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-50{
    margin-bottom: 50px;
}
.mt-50{
    margin-top: 50px;
}
@media only screen and (max-width: 900px) {
    .onboard-top{
        width: 100%;
    }
    div.or{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .btn-new-org{
        margin: 30px auto;
    }
    .onboard-solutions{
        padding: 0;
    }
}
.no-padding-left{padding-left: 0;}
.no-padding-right{padding-right: 0;}
em{color: red;}
.help-error{color: #e50000;padding: 7px;display: none;}
.mb-20{margin-bottom: 20px;}
.small-text{font-size: 12px;
    letter-spacing: 0.4px;}
.resend-code{color: #878585;margin-top: 30px;}
.resend-code span{font-weight: 700;cursor: pointer;}
.resend-code span:hover{text-decoration: underline;}
.resendOtp{
    color: #07b5a4;
    margin-top: 5px;
    background: #ffffff;
    border: 1px solid #55b2a9;
    padding: 3px 15px;
    border-radius: 15px;
    font-weight: 500;
    cursor: pointer;
}
.resendOtp:hover{
    color: #ffffff;
    margin-top: 5px;
    background: #55b2a9;
    border: 1px solid #55b2a9;
}
.onboard-login-list{
    max-height: 340px;
    overflow: auto;padding-right: 10px;}
.onboard-login-list::-webkit-scrollbar {width: 7px !important;}
.onboard-login-list::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;border-radius: 5px !important;background-clip: content-box; }
.onboard-login-list::-webkit-scrollbar-thumb {border-radius: 5px !important;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;}
.onboard-login-list::-webkit-scrollbar-track-piece {height: 10px;}
.btn-onboard-org.btn-onboard{margin-left: 7px;}
button:focus{outline: none !important;}
.video-features:after{
    display: table;
    content: ' ';
    clear: both;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.clearfix{
    clear:both;
}
.terms-error{
    display: none;
}
.sterms-checkbox{
    margin-bottom: 20px;
    margin-top: 0;
}
.sterms-checkbox input{margin-left: 0 !important;
    transform: scale(1.5);}
label.checkbox-custom-label{font-size: 14px;font-weight: 500;padding-left: 25px;}
.mtop{padding-left: 7px;}
.templates-list:after{display: table;clear: both;content: ' ';}
.templates-list{margin-bottom: 30px;padding: 0 20px;}
.sub-pricing-text{font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-family: 'MyWebFont';}
@media only screen and (max-width: 767px) {
    .onboard-top .header{
            padding-left: 0;
    }
    .mt-60.xsmt-20{
        margin-top: 25px;
    }
    .email-form-group{
        margin-top: 25px;
    }
}
.redeem-section{
    max-width: 500px;
    margin: 40px auto 25px;
    text-align: left;
    border: 1px dashed #b3b0b0;
    padding: 0 25px 35px;
    border-radius: 10px;
    background-color: #f1f8f4;
}
.redeem-section .redeem-heading{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
    margin-top: 30px;
}
.redeem-subtext{
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
}
.coupon-redeem-bar{
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #d1e7dd;
    border-radius: 40px;
    padding: 10px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    margin-bottom: 5px;
}
.coupon-redeem-bar input {
        flex: 1;
    border: none;
    background: transparent;
    font-size: 16px;
    padding: 8px 10px;
    outline: none;
    color: #333;
}
.coupon-redeem-bar span{
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.coupon-redeem-bar span:hover {
  background-color: #43a047;
}
#message {
  margin-top: 10px;
  color: #4CAF50;
  font-weight: 500;
}
.applied-coupons{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.coupon-text{
    display: flex;
    align-items: center;
    color: #747474;
    font-size: 14px;
}
.coupon-tag{
    background-color: #e0f7e9;
    color: #1c6b37;
    font-size: 14px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    background: #e0f7e9;
    padding: 8px 35px 8px 15px;
    border-radius: 28px;
    margin: 5px 5px 5px 0;
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.coupon-tag .remove-btn{
    color: #e83b2e;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    position: absolute;
    right: 7px;
    top: 6px;
}
.coupon-tag .remove-btn:hover{
    color: #bd291e;
}
.coupon-tag .user-count{
    margin-top: 4px;
    display: block;
    color: #2e7d32;
}
.success-card {
  background-color: #f7fdf9;
  border: 1px solid #d2f0dc;
  border-radius: 12px;
  padding: 30px;
  margin: 40px auto;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.success-icon {
  font-size: 26px;
  background-color: #4caf50;
  color: white;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  font-weight: bold;
}

.success-card h3 {
  color: #2e7d32;
  margin: 25px 0 15px;
}

.success-card p {
  color: #555;
  font-size: 16px;
}
.failure-card{
    background-color: #fff5f5;
    border: 1px solid #f8d7da;
    border-radius: 12px;
    padding: 30px;
    margin: 40px auto;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.failure-icon{
    font-size: 26px;
    background-color: #f44336;
    color: white;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    font-weight: bold;
}
.failure-card h3{
    color: #b71c1c;
    margin: 25px 0 15px;
}
.failure-card p{
    color: #555555;
    font-size: 16px;
    padding: 0 30px;
}
.appsumo-onboard{
    /*display: none;*/
}
.applied-coupons{
    display: none;
}
.user-benefit-card {
  display: flex;
  align-items: center;
  gap: 15px;
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 15px 20px;
  margin-top: 35px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.user-benefit-text h4 {
  margin: 0;
  color: #2e7d32;
  font-size: 18px;
  font-weight: 600;
}

.user-benefit-text p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #4b4b4b;
}
.orgname-error,.orgdetails-error,.terms-error,.coupon-error{
    color:red
}
