@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Sora:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Inter', sans-serif;;
}
a,a:focus,a:hover,a:visited{
    color:#009DAB
}
*,*:focus{
    outline: none !important;
}
.login-main-sec {
    background: url('../images/main-bg.png');
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
}
img.logo{
    width: 120px;
}
.left-sec, .left-sect {
    text-align: left;
}
.right-sec, .right-sect {
    text-align: right;
}
.left-sec, .right-sec {
    padding: 50px 80px;
}
.right-sec a {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 600;
    color: #344054;
}
.login-form-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 550px;
}
.login-form-row h2, .login-form-row p {
    text-align: center;
}
.login-form-row h2, .verify-email-row h2, .verified-email-row h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    color: #101828;
    text-align: center;
}
.login-form-row p, .verify-email-row p, .verified-email-row p {
    font-size: 16px;
    font-weight: 400;
    color: #475467;
    text-align: center;
}
.login-form-row form {
    width: 522px;
}
.login-form-row form label {
    font-size: 14px;
    font-weight: 500;
    color: #344054;
}
.login-form-row form input {
    border: 1.05px solid #D0D5DD;
    border-radius: 8px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(0deg, #D0D5DD, #D0D5DD);
}
.left-sect .form-group {
    margin-bottom: 0;
}
.custom-checkbox {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    font-size: 14px;
    color: #344054;
    line-height: 20px;
    font-weight: 500;
}
.custom-checkbox input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
.checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #d8d6d6e0;
    border-radius: 1px;
    box-shadow: inset 0 0 2px #e8e4e4e0;
    background-color: white;
    transition: 0.1s;
}
.custom-checkbox:hover .checkmark {
    border: 1px solid #0099a8;
    box-shadow: inset 0 0 2px #0099a8;
}
.custom-checkbox input:checked~.checkmark {
    background-color: #0099a8;
    border-color: #0099a8;
}
.checkmark::after {
    content: '\2713';
    color: white;
    font-size: 16px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}
.custom-checkbox input:checked~.checkmark::after {
    visibility: visible;
}
.forgot-password {
    font-size: 14px;
    font-weight: 600;
    color: #009DAB;
}
.login-form-row a.sign-in, button.user-get-started, button.user-get-started.ver_email {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #009DAB;
    color: #fff;
    border-radius: 8px;
    padding: 10px 18px;
    border: 1.05px solid #009DAB;
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0;
    text-decoration: none;
}
.login-form-row .btn-startup, .login-form-row .btn-partner {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(0deg, #D0D5DD, #D0D5DD);
    border: 1.05px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 600;
    color: #344054;
    display: block;
    width: 100%;

}
fieldset input:active, input.form-control:active, textarea.form-control:active  {
    border-color: rgba(0, 153, 168, 0.4) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 153, 168, 0.4) !important;
}

fieldset input:focus, input.form-control:focus, textarea.form-control:focus {
    border-color: rgba(0, 153, 168, 0.4) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 153, 168, 0.4) !important;
}


/* Sign up */
.signup-main-sec {
    display: block;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.signup-form {
    padding: 40px 100px 10px 100px;
}
.form-left-sect {
    height: auto;
    min-height: 900px;
}

.acc_sel_tab {
    display: block;
    background: #EAECF0;
    border-radius: 8px;
    padding: 3px;
    border: 1px solid #F9FAFB;
}
.acc_sel_tab a {
    width: 49%;
    display: inline-block;
    border-radius: 6px;
    padding: 10px 15px;
    color: #667085;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 600;
}
.acc_sel_tab a.active, .acc_sel_tab a.active:hover, .acc_sel_tab a:hover {
    background: #fff;
    color: #344054;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0px 1px 2px 0px #1018280F;
    box-shadow: 0px 1px 3px 0px #1018281A;
    font-size: 14px;
    font-weight: 600;
}
.acc_sel_tab a:last-child {
    margin-left: 2px;
}
.signup-form h2 {
    font-size: 38px;
    font-weight: 600;
    color: #101828;
    padding-bottom: 25px;
}
.signup-main-sec form input.form-control, .form-control {
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    height: 47px;
}



/* Select 2 Styling */
select:focus {
    border-color: rgba(0, 153, 168, 0.4) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 153, 168, 0.4) !important;
}
.select2-container--default {
    width: 100%;
}
.select2-container {
    width: -webkit-fill-available !important;
}
.select2-container--default .select2-selection--single {
    height: calc(1.5em + 2rem + 2px) !important;
    padding: 1rem 1rem;
    line-height: 1.5rem;
    border-radius: 8px !important;
    background: #F6F7F9;
    border: 1px solid #eff0f2 !important;
}
.t-form-card .select2-container--default .select2-selection--single .select2-selection__rendered,
.t-form-card .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 22px;
    padding-left: 3px;
    color: #354052;
}
.t-form-card .select2-container--default .select2-selection--single .select2-selection__arrow,
.t-form-card .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    top: 14px !important;
    right: 14px !important;
}
.select2-container--open {
    
}
.t-form-card input.form-control:focus,
.t-form-card input.form-control:active,
.t-form-card .select2-container--open .select2-selection--single,
.t-form-card .select2-container--focus .select2-selection--single,
.t-form-card .select2-container--open .select2-selection--multiple,
.t-form-card .select2-container--focus .select2-selection--multiple {
    border-color: rgba(0, 153, 168, 0.4) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 153, 168, 0.4) !important;
    background: #F6F7F9;
    border: 1px solid #eff0f2 !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    background-color: #009DAB !important;
}

.l-select .select2-container--classic .form-control.l-select.select2-selection--single,
.select2-container--default .select2-selection--single {
    height: 47px !important;
    padding: 8px 5px;
    line-height: 1.5rem;
    border-radius: 8px !important;
    border: 1px solid #D2D5DA !important;
    box-shadow: 0px 1px 2px 0px #0000001A;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px !important;
    right: 5px !important;
}
.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #093e52 !important;
    color: #fff !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #093e52 !important;
    color: #fff !important;
}
.t-form-card .select2-container--default .select2-selection--single .select2-selection__arrow,
.t-form-card .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    top: 14px !important;
    right: 14px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 14px;
    color: #6c757db5;
    font-weight: 600;
    position: absolute;
    top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
}

.line-break-opt hr {
    background: #E2E2E2;
}
.line-break-opt p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #475467;
    text-align: center;
}
.social-options a {
    border: 1.05px solid #D0D5DD;
    box-shadow: 0px 1.0499262809753418px 2.0998525619506836px 0px #1018280D;
    padding: 10px 16px;
    border-radius: 8px;
    width: 170px;
    display: block;
    text-align: center;
    color: #344054;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.social-options a:hover {
    box-shadow: 0px 1.0499262809753418px 2.0998525619506836px 0px #10182866;
}
.social-options a img {
    padding-right: 6px;
}
p.signup-bottom {
    font-size: 14px;
    font-weight: 400;
    color: #475467;
    text-align: center;
}
p.signup-bottom a, .startup-condition-row a {
    font-weight: 600;
    color: #009DAB;
    text-decoration: none;
}
.user-login-mail a {
    font-size: 14px;
    font-weight: 400;
    color: #475467;
    text-decoration: none;
    text-align: right;
}


.danger{
    font-weight: 700;
    color:red;
}
/* Verify Email */
.verify-email-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 600px;
}
.verify-email-row-md {
    width: 667px;
}
.verify-email-row .mail-icon, .verified-email-row .mail-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1.05px solid #EAECF0;
    box-shadow: 0px 1px 2px 0px #10182819;
    margin: auto;
}
.verify-email-row .mail-icon img, .verified-email-row .mail-icon img {
    width: 29px;
    height: 29px;
}
.verify-email-row h2, .verified-email-row h2 {
    padding-top: 25px;
}
.verification-code-input {
    display: flex;
    justify-content: space-between;
   
    margin: 20px auto;
}

.verification-code-input input {
    width: 84px;
    height: 84px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(0deg, #009DAB, #009DAB);
    box-shadow: 0px 1px 2px 0px #1018280D;
    color: #009DAB;
    border-radius: 8px;
    border: 2.1px solid #009DAB;
    font-size: 48px;
    font-weight: 500;
    margin: 0 4px;
    cursor: pointer;
}
#verify_form label.cerror{
    display: none !important;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .7rem;
    color: #198754;
    font-size:14px;
  }
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .7rem;
    font-size:14px;
    color: #dc3545
  }
.code-input::-webkit-inner-spin-button,
    .code-input::-webkit-outer-spin-button {
        -webkit-appearance: none; /* Remove default styling */
        margin: 0; /* Remove default margin */
    }
.verification-code-input input:focus-visible, .verification-code-input input:focus, .verification-code-input input:active {
    border-color: rgba(0, 153, 168, 0.4) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 153, 168, 0.4) !important;
    outline: none;
}
.back-login-row a {
    text-decoration: none;
    color: #475467;
    font-size: 14px;
    font-weight: 600;
}
.back-login-row a img {
    padding-right: 6px;
}

/* Email Confirmed */

.verified-email-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 450px;
}

/* Password Changed Successfully */
.pass-changed-row {
    width: 550px;
}

/*JQuery Validate START*/
.cerror{
	background-image:none !important;	
}
.cerror:-moz-placeholder {
color:#dc3545!important
}
.cerror::-moz-placeholder {
color:#dc3545!important
}
.cerror::-webkit-input-placeholder {
color:#dc3545!important
}
.cerror:-ms-input-placeholder {
color:#dc3545 !important
}
.cerror, .cerror:active, .cerror:focus, .t-form-card .select2-container--default .select2-selection--single.cerror, .mp-form .select2-container--default .select2-selection--single.cerror, .select2-selection.select2-selection--multiple.cerror, .select2-selection--multiple.cerror{
  color: #dc3545 !important;
	border: 1px solid rgba(244,106,106,.6) !important;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset, 0 0 8px rgba(244,106,106,.6) !important;
}
.cerror.dropdown a span,  .t-form-card .select2-container--default .select2-selection--single.cerror,.select2-selection.select2-selection--multiple.cerror, .mp-form .select2-container--default .select2-selection--single.cerror, .select2-selection--single.cerror .select2-selection__rendered{
	color: #dc3545 !important;
}
label.cerror,  label.cerror:active, label.cerror:focus, label.cerror:hover{
  border:none !important;
	box-shadow:none !important;
	font-weight:400  !important;
  margin-top:0px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top:5px
}
/*JQuery Validate END*/
/*UI Block START*/
.loader-wrapper span:not(.upld_text):not(.up-progress2){
    margin-top: 70px;
    display: block;
    font-size: 20px;
    margin-left: -10px;
    color: #0099a8;
    width: 70px;
    text-align: left;
    font-weight: 500;
    /*text-shadow: 0px 0px 9px rgba(255,255,255,1);*/
  
  } 
  .up-progress2{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #0099a8;
    margin-top: 70px;
    font-weight: 500;
    margin-top:0px;
    padding-left:10px;
  
  }  
  .loader-wrapper .up-progress{
    color: #0099a8;
    font-size: 15px;
    text-align: center;
    display: block;
    padding-bottom: 10px;
  } 
  
  .blockUI,.blockMsg,.blockElement
  {
      border: none;
  }
  
  .blockUI.blockMsg.blockElement{
      z-index: 999999 !important;
  }


  @keyframes ball-beat {
    50% {
        opacity: .2;
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.ball-beat>div {
    width: 15px;
    height: 15px;
    margin: 2px;
    display: inline-block;
    animation: ball-beat .7s 0s infinite linear
}
.ball-beat>div,
.ball-scale-multiple>div {
    background-color: #6b6f82;
    border-radius: 100%
}

.ball-beat>div:nth-child(2n-1) {
    animation-delay: -.35s !important
}
.loader-success div {
    background-color: #0099a8 !important
}

/*UI Block END*/
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    background-color: #0099a8
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{
    box-shadow:  none !important;
}
.iti{
display: block !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
background-color: transparent !important;
}




/* Responsive Styling */

@media (min-width: 992px) and (max-width: 1399px) {
    .signup-form {
        min-height: 900px;
        overflow-y: scroll;
        position: relative;
        height: 100vh;
    }
    .social-options a {
        width: 100%;
        margin-bottom: 20px;
    }
    .acc_sel_tab a {
        width: 48%;
    }
    .signup-form {
        padding: 40px 50px 10px 50px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .form-left-sect {
        display: none;
    }
    .social-options a {
        width: 100%;
        margin-bottom: 20px;
    }

}


@media (min-width: 576px) and (max-width: 767px) {
    .login-main-sec .container-fluid .login-top-row {
        flex-direction: column-reverse;
    }
    .login-main-sec {
        background-size: cover;
    }
    .login-form-row h2 {
        padding-top: 25px;
    }
    .left-sec, .right-sec {
        padding: 35px 30px 0 30px;
        margin: auto;
        text-align: center;
    }
    .login-form-row {
        width: 100%;
    }
    .login-form-row form {
        width: 100%;
    }
    .login-form-row .btn-startup {
        margin: 20px 0;
    }
    .left-sect, .right-sect {
        width: 50%;
    }
    
    /* Signup / Register Screen */
    .signup-form {
        padding: 40px 10px 10px 10px;
        text-align: center;
    }
    .signup-form .form-group {
        text-align: left;
    }
    .signup-form img, .signup-form h2 {
        text-align: center;
    }
    .form-left-sect {
        display: none;
    }
    .social-options a {
        width: 100%;
        margin-bottom: 20px;
    }
    .acc_sel_tab a {
        width: 49%;
    }


    /* Verify Email */
    .verify-email-row {
        width: 100%;
        padding-top: 50px;
    }
    .verification-code-input {
        width: 100%;
        margin: 12px 0 30px 0;
    }
    .verification-code-input input {
        margin-right: 10px;
    }
    a.user-get-started {
        width: 80%;
        margin: auto;
    }

    /* Verified Email */
    .verified-email-row {
        width: 100%;
    }

    /* Forgot Password */
    .back-login-row {
        margin-top: 25px;
    }
    .reset-pass-btn {
        margin: 25px auto !important;
    }

}



@media (min-width: 200px) and (max-width: 575px) {

    /* Login Screen */
    .login-main-sec .container-fluid .login-top-row {
        flex-direction: column-reverse;
    }
    .login-main-sec {
        background-size: cover; 
    }
    .login-form-row h2 {
        padding-top: 25px;
    }
    .left-sec, .right-sec {
        padding: 35px 30px 0 30px;
        margin: auto;
        text-align: center;
    }
    .login-form-row {
        width: 100%;
    }
    .login-form-row form {
        width: 100%;
    }
    .login-form-row .btn-startup {
        margin: 20px 0;
    }
    .left-sect, .right-sect {
        width: 50%;
    }
    
    /* Signup / Register Screen */
    .signup-form {
        padding: 40px 10px 10px 10px;
        text-align: center;
    }
    .signup-form .form-group {
        text-align: left;
    }
    .signup-form img, .signup-form h2 {
        text-align: center;
    }
    .form-left-sect {
        display: none;
    }
    .social-options a {
        width: 100%;
        margin-bottom: 20px;
    }
    .acc_sel_tab a {
        width: 48%;
    }

    /* Verify Email */
    .verify-email-row {
        width: 100%;
        padding-top: 50px;
    }
    .verification-code-input {
        width: 100%;
        margin: 12px 0 30px 0;
    }
    .verification-code-input input {
        margin-right: 10px;
    }
    a.user-get-started {
        width: 80%;
        margin: auto;
    }
    .verification-code-input input {
        width: 64px;
        height: 64px;
    }

    /* Verified Email */
    .verified-email-row {
        width: 100%;
    }
    .verified-email-row .row {
        width: 100% !important;
    }

    /* Forgot Password */
    .back-login-row {
        margin-top: 25px;
    }
    .reset-pass-btn {
        margin: 25px auto !important;
    }

}