@font-face {
    font-family: poppins;
    src: url(../font/Poppins-Light.ttf);
}
@font-face {
    font-family: Merriweather ;
    src: url(../fonts/staatic/MerriweatherSans-Bold.ttf);
}
*, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "poppins";
}
.adminloginform {
    position: fixed;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
.loginimg{
    width: 70%;
}

.resetimg, .forgotimg, .signupimg{
    width: 100%;
}

.loginformbg{
    background: #A1D7CD; 
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.admintext{
    font-weight: 900;
}
.imgheight{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #000;

}
/* admin */
.loginformbg input, .loginformbg input:hover, .loginformbg input:focus, .loginformbg select, .loginformbg select:hover, .loginformbg select:focus{
    padding: 8px;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.loginformbg input {
    padding: 8px;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* employer */
input#empemail, input#empassword {
    padding: 8px;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

input#ememail, input#empasword, input#emname, input#emconfirmpswd, select#gender {
    padding: 8px;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* worker */
input#woremail, input#worpassword {
    padding: 8px;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

input#woremail, input#worpassword, input#worname, input#worconfirmpswd {
    padding: 8px;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.adminloginbtn{
    padding: 8px;
    border: 0;
    border-radius: 3px;
    font-weight: 600;
    background-color:#62B0A2;
    padding: 10px 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    font-size: 20px;
    color: #fff !important;
}
.adminsignupbtn{
    padding: 8px;
    border: 0;
    border-radius: 3px;
    font-weight: 600;
    background-color:#62B0A2;
    padding: 10px 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    font-size: 20px;
    color: #fff !important;
}

.signuppadding{
    padding-bottom: 20px;
}
span.error-message {
    color: #810404;
    font-weight: 500;
    font-size: 14px;
    text-shadow: none;
}
.adminloginform::-webkit-scrollbar {
    width: 5px;
  }
  .LoginFormcheck .form-check-input {
    margin: 0;
}
  /* Track */
  .adminloginform::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .adminloginform::-webkit-scrollbar-thumb {
    background: #87a2e1;
  }
  
  /* Handle on hover */
  .adminloginform::-webkit-scrollbar-thumb:hover {
    background: #86a5eb;
  }
  .loginformbg .tab-content {
        border: 0px;
    }
/* @media only screen and (max-width: 767px) {
    .mobilecardlogin.p-5 {
        background: #fff;
        height: auto;
        min-height: 600px;
    }
    .loginformbg {
        align-items: end;
    }
} */
.loginTabs.nav-tabs button.nav-link {
    border-radius: 6px !important;
    background: #A1D7CD;
    border: 1px solid #A1D7CD;
}
.loginTabs.nav-tabs button.nav-link.active, .loginTabs.nav-tabs button.nav-link:hover, .loginTabs.nav-tabs button.nav-link:focus{
    background-color: #000;
    border: 1px solid #000;
}

.mobilecardlogin {
    background: #fff;
    color: #000;
    border-radius: 8px;
}
.loginTabs li.nav-item {
    width: 24%;
}
.loginTabs button {
    width: 100%;
}
.loginformbg input, .loginformbg input:focus, .loginformbg input:hover{
    border: 1px solid #000 !important;
    height: 45px;
    width: 100% !important;
}
.LoginFormcheck input.form-check-input, .LoginFormcheck input.form-check-input:hover, .LoginFormcheck input.form-check-input:focus {
    height: 20px;
    border-radius: 5px !important;
    width: 20px !important;
}
.form-check-input:checked[type="checkbox"] {
    background-color: #33685f !important;
    border-color: #33685f !important;
}

#successModal .modal-content {
    background: #fff;
    opacity: 1;
}
div#successMessage {
    color: #000;
    font-weight: 600;
}
#successModal  .modal-footer {
    border: 0px;
}
h5#successModalLabel {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
button.close {
    background: transparent;
    border: 0px;
    font-size: 31px;
}
#successModal button.btn.btn-primary{
    background-color: #33685f;
    color: #fff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.input-group-append {
    position: absolute;
    top: 8px;
    right: 6px;
    z-index: 99999;
}
.eyebox{
    position: relative;
}
.input-group-append button, .input-group-append button:hover, .input-group-append button:focus {
    background: transparent;
    border: 0px;
    color: #000;
    z-index: 99;
}
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .asColorPicker-wrap:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3), .asColorPicker-wrap:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
}
.toast-body {
    background: #fff;
}
.modal-content {
    border-radius: 15px;
}
.modaldesignnew{
    gap: 20px;
}

.pricingTable {
    background: #fff none repeat scroll 0 0;
    color: #232434;
    margin-top: 30px;
    padding: 30px 15px;
    perspective: 700px;
    position: relative;
    text-align: center;
    border-radius: 20px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.large-checkbox {
    width: 15px;
    transform: scale(1.4); /* Increase the scale as needed */
}
@media only screen and (max-width:480px) {
    .pricingTable {
        margin-bottom: 60px;
    }
}

.pricingTabletop {
    margin-top: -50px;
}

.pricingTable .pricingTable-header {}

.pricingTable .title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}

.pricingTable .price-month {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.pricingTable .price-value {
    font-size: 103px;
    line-height: 0px;
    position: relative;
    color: #e4f1ff;
    margin: 10px 0 30px;
}
.pricingTable:hover{
    /* color: white; */
    background: #A1D7CD;
} 



@media only screen and (max-width:768px) {
    .pricingTable .price-value {
        font-size: 130px;
    }
}

.pricingTable .price-value .value-bg {
    display: inline-block;
    color: #A1D7CD;
    font-weight: 600;
    font-size: 59px;
    line-height: 75px;
}

.pricingTable-2 .price-value {
    color: #e6e4ff;
}

.pricingTable-2 .price-value .value-bg {
    color: #A1D7CD;
}

.pricingTable .pricing-content {
    list-style: none;
    padding: 0;
    margin:-30px 0 10px 0;
}

.pricing-content-border {}

.pricing-content-border>li {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.pricingTable .pricing-content li {
    line-height: 40px;
    font-weight: bold;
}


@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pricingTable {
        margin-bottom: 50px;
    }
}

.btn-price-bg {
    background: #A1D7CD;
    border: 2px solid #A1D7CD;
    border-radius: 5000px;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 9px 33px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

a.btn.btn-lg.btn-price-bg {
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

.pricingTable:hover .btn-price-bg {
    background: #ffffff;
    color: #000000;
    border: 2px solid #A1D7CD;
}

.section-title {
    margin-bottom: 40px;
}

h1.section-title-white {
    color: #fff;
}
.section-title h1 {
    font-size: 44px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #A1D7CD;
}
p.section-title-white {
    color: #fff;
}
.section-title p {
    padding: 0 10px;
    width: 70%;
    margin: auto;
    letter-spacing: 1px;
}
.modal-content {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.modal-header.paymentheader {
    background-color: #ffffff;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 7px;
}
.modal-body {
    background-color: #ffffff;
    border-radius: 50px;
}
.form-group.paymentlabel label {
    font-weight: bold;
    color: #333;
}
.form-control.newbg {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.modal-footer.paymentfooter {
    background-color: #f8f9fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
}
.btn-custom.newbtn {
    background-color: #33685f;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.btn-custom.newbtn:hover {
    background-color: #33685f;
}

.newtext{
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-size: 25px
}


@media screen and (max-width:768px){
    .firstsection{
        display: none;
    }
    .mobilecardlogin.p-5{
        margin: 0px;
        border-radius: 6px;
        padding: 1.5rem!important;
    }
    .loginformbg {
        padding: 1.4rem !important;
    }
    .loginTabs li.nav-item {
        width: 32%;
    }
    .nav-tabs.loginTabs .nav-link {
        font-size: 14px;
    }
    .section-title h1{
        font-size: 34px;
    }

}
.alreadyRegisteredHide{
    display: none;
}
@media only screen and (max-width: 1200px) and (min-width: 992px)  {
.loginTabs li.nav-item {
    width: 33%;
}
.nav-tabs.loginTabs .nav-link{
    padding: .75rem .5rem;
}
}
.pricingTable:hover .price-value .value-bg {
    color: #fff;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

.scrolling{
    overflow-y: auto;
    height: 180px;
}

.scrolling::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  .scrolling::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .scrolling::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .scrolling::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }