@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,600,800');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html, body {
    background-color: #f6f9fb;
}

html, body, button, input, optgroup, select, textarea, * {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #3a34bc;
	text-decoration:none;
}

.hide {
    display: none;
}

.semibold {
    font-weight: 500;
}

#topNav {
    padding: 100px 0;
}

#topNav .nav-links-ul {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}

#topNav .nav-links-ul li {
    display: inline-block;
    padding-left: 2rem;
}

#topNav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: rgba(29, 36, 79, 0.8);
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
}

#topLogo {
    display: flex;
    align-items: center;     /* Vertically center */
    justify-content: center; /* Horizontally center */
    height: 100%;
    width: 100%;
    text-align: center;
    margin-bottom:15px;
}

#topLogo img {
    width: 80%;
    height: auto;
}

#mainContainer {
    background: #f6f9fb;
}
.client-signup-main-container{
    min-height:700px;
}

#milestone {
    padding: 0 25px;
    opacity: 1;
    transition: opacity 400ms ease-in-out;
}



#mainForm {
    position: relative;
    margin-top: 100px;
}
.partner-client-main-form{
    margin-top:60px !important;
}

.mute {
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.61;
    color: rgba(29, 36, 79, 0.8);
    margin-bottom: 0;
}




.main-form-wrapper {
    border-radius:20px;
    box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    padding-top: 32px;
    min-height: 420px;
}
.partner-client-form-wrapper{
    min-height:420px;
}

.main-form-content-wrapper {
    padding: 8px 40px 24px;
}

.main-form-content {
    position: relative;
    padding-top: 28px;
    min-height: 200px;
}
.partner-client-signup-content{
    min-height:230px;
}

.signup-main-form-content {
    min-height: 320px;
}

.main-form-header {
    display: flex;
    justify-content: space-between;
}

.main-form-header .header-title {
    font-size: 22px;
    color: #1d244f;
    font-weight:500;
}
.form-control {
    background-color: #fff;
}
.main-form-header .header-subtitle {
    color: #b0b2c1;
    font-size: 15px;
    font-weight: 400;
}

.main-form-header .header-subtitle a {
    color: #3a34bc;
    font-size: 16px;
    font-weight: 500;
}

.main-form-wrapper .main-form-divider {
    background: rgba(0, 0, 0, 0.14);
    height: 1px;
    width: 100%;
}

.main-form-wrapper .main-form-footer {
    text-align: center;
}

a.small-nav-link,
.main-form-wrapper .main-form-footer a {
    font-size: 13px;
    font-weight: 600;
}

.action-button-wrapper {
    display: flex;
    justify-content: space-between;
}

.signup-action-button-wrapper {
    margin: 10px 0;
}

.jq-toast-wrap{
    width:300px !important;
}
.jq-toast-wrap .jq-toast-single{
    font-size: 14px;
    padding: 12px 10px;
    line-height: 20px;
}

/* loader */
.loader-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 5;
}

.loader-wrapper.active {
    display: block;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 2px solid #ff002a;
    border-top: 2px solid #ffccd4;
    animation: fullrotate 1s linear infinite;
}

.margin-auto{
    margin: auto;
}
.button 
{
    min-width: 100%;
    height: 44px;
    box-shadow: none;
    border: 1px solid #3a34bc;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .15sease-in-out;
    border-radius: 24px;
    letter-spacing: 2px;
    text-transform: uppercase !important;
    background-color: #3a34bc;
}
.button:hover 
{
    min-width: 100%;
    height: 44px;
    box-shadow: none;
    border: 1px solid #2f28b6;
    color: #2f28b6;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .15sease-in-out;
    border-radius: 24px;
    letter-spacing: 2px;
    text-transform: uppercase !important;
    background-color:transparent;
}
.my-4 {
}

.icon-button {
    border-radius: 50%;
}

.button-primary {
    padding: 0 40px;
}

.button-secondary {
    color: #f77f7f;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(247, 127, 127, 0.35);
}

.button.disabled {
    pointer-events: none !important;
    background-color: #e3eaf1 !important;
    border-color: #e3eaf1 !important;
    color: rgba(29, 36, 79, 0.35) !important;
    box-shadow: none !important;
}
.get-otp-button{
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    box-shadow: 0 4px 8px 0 rgba(246, 103, 68, 0.5);
    background-color: #f77f7f;
    border: 2px solid #f77f7f;
    border-radius: 22px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    right: 10px;
    bottom: 5px;
    position: absolute;
    cursor: pointer;
}
#signinSubmitBtn{
    margin-top: 0px !important;
}
.text-right {
    text-align: right!important;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}
@keyframes fullrotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* info popovers */
.info-popover {
    font-size: 11px;
    color: #4a90e2;
    cursor: pointer;
    position: relative;
    top: -4px;
}

.custom-input.info-popover-inside {
    margin-bottom: Calc(3rem - 24px);
}

.popover {
    border: 0;
    border-radius: 2px;
    box-shadow: 0 2px 6px 0 #d0d0d0;
}

.bs-popover-auto[x-placement^="bottom"] > .arrow::before, .bs-popover-bottom > .arrow::before {
    border-bottom-color: #dfdfdf;
}

.bs-popover-auto[x-placement^="top"] > .arrow::before, .bs-popover-top > .arrow::before {
    border-top-color: #dfdfdf;
}

.bs-popover-auto[x-placement^="left"] > .arrow::before, .bs-popover-left > .arrow::before {
    border-left-color: #dfdfdf;
}

.bs-popover-auto[x-placement^="right"] > .arrow::before, .bs-popover-right > .arrow::before {
    border-right-color: #dfdfdf;
}

.popover > .arrow::after {
    z-index: 1;
}

.bs-popover-auto[x-placement^="bottom"] > .arrow, .bs-popover-bottom > .arrow {
    top: calc((.5rem + 0px) * -1);
}

.popover-header {
    font-size: 13px;
    font-weight: 600;
    background: #ffffff;
    padding-bottom: 0;
    border: 0;
}

.popover-body {
    font-size: 12px;
}

.custom-input .info-popover + label.error {
    right: 0;
}

.main-image {
    margin-bottom: 20px;
}

.highlight {
    font-weight: 600;
}

.highlight.highlight-more {
    color: #3a34bc;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
}

.ft-14 {
    font-size: 14px;
}

.forgot-password-link {
    position: relative;
    top: -3px;
    font-size: 15px;
}

.text-color-theme {
    color: #e34c40;
}

.go-back img {
    width: 16px;
}

.ui-autocomplete {
    list-style-type: none;
    margin: 0;
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 #dce0e5;
    background-color: #f6f7fc;
    padding: 0;
    max-width: 460px;
}

.ui-autocomplete .autocomplete-item {
    cursor: pointer;
    padding: 5px 15px;
    font-size: 18px;
    color: rgba(29, 36, 79, 0.8);
}

.ui-autocomplete .autocomplete-item:hover {
    background: #6e80f2;
    color: #ffffff;
}

.ui-helper-hidden-accessible {
    display: none;
}

.resetFeedback {
    font-weight: 600;
    opacity: 1;
    text-align: center;
}

.resetFeedback.error {
    color: #e34c40;
}

.fail-text, .fail-text-otp {
    display: none;
    font-size: 12px;
    text-align: center;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
}
.signup1-disable {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#signUpFormResendOtp, #resetFormResendOtp, #signUpEmployeeFormResendOtp {
    position: absolute;
    right: 0px;
    bottom: -25px;
}

#verifiedPhoneNumber, #verifiedName, #verifiedCompany, #verifiedEmail {
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #58AE3B;
}

#verifiedPhoneNumber .material-icons, #verifiedName .material-icons,
    #verifiedCompany .material-icons, #verifiedEmail .material-icons {
        position: relative;
        top: 5px;
    }
.fail-text-normal{
    position: relative;
    margin-top: 20px;
}
#otpLogin{
    font-size: 16px;
}
#go-back{
    min-width: 37px;
    height: 37px;
}
.applied-rule-ul .main-label{
    font-size: 18px;
    color: #1d244f;
    font-weight: 600;
    transition: all 0.1s ease-out;
     display: block;
}
.applied-rule-ul .pill-text{
    cursor: pointer;
    padding-left: 10px;
    line-height: 30px;
}
.applied-rule-ul{
    margin-bottom: 30px !important;
}
.applied-rule-ul li{
        display: inline-block;
        width: 49%;
}
.pill-dummy-text.active{
     background: #0093FF;
}
.pill-dummy-text.active .pill-text{
    color: #fff;
}
.pill-dummy-text{
    width: 100%;
}
.applied-rule-ul .pill-text{
    width: 100%;
    text-align: center;
    font-size: 16px;
}
/* =========================== SIGNUP SINGLE PAGE V3 ========================= */
label.main-label.nameError ,label.main-label.emailError,label.main-label.mobileError{
    /* position: relative; */
    top: -15px;
}
.displayNone{
    display:none;
}
label.main-label.enter_valid_email,label.main-label.enter_valid_number{
    top: 50px;
    color: #da3449;
    font-size: 12px;
}
#signUpForm2CompanyName{
    margin-top:28px;
}
@media (min-width: 320px) and (max-width: 480px) {
    .left-control{
        display:block !important;
    }
    .container #topNav{
        position:relative !important;
    }
    .mobile_view_logo{
        display:none !important;
    }
    .quote .txt::before{
        left: -10px !important;
    }
    .quote .txt{
        padding-left: 30px !important;
    }

}

@media (min-width: 481px) and (max-width: 767px) {
    .left-control{
        display:block !important;
    }
    .container #topNav{
        position:relative !important;
    }
    .mobile_view_logo{
        display:none !important;
    }
    #topNav{
        margin-top:0px !important;
    }
    .quote .txt::before{
        left: -10px !important;
    }
    .quote .txt{
        padding-left: 30px !important;
    }

}



/* =========================== END HERE ==================================== */

@media screen and (max-width: 768px) {
   #milestone{
      margin-top:0px;
   }
   .border-radius.for_mobile_view_hide{
        display:none;
   }
   .jq-toast-wrap{
        width:270px !important;
    }
}