label.error {
         color: #dc3545;
         font-size: 14px;
    }
    div.error {
         color: #dc3545;
         font-size: 14px;
    }

    div#Id_proof_copy-error {
        position: relative;
        bottom: -45px;
    }
    div#Registration_certificate-error {
        position: relative;
        bottom: -45px;
    }
    div#sales_tax_certificate-error {
        position: relative;
        bottom: -45px;
    }
    .regForm .nice-select .list li[data-value=""] {
    display: block !important;
    }

.ui-datepicker table,.ui-datepicker .ui-datepicker-title {
    font-size: 1.2rem;
}
input#terms_and_condition_status_IN{
    margin-top: 3.5px;
    width: 15px;
    height: 15px;
    margin-left: -25px;
}
input#terms_and_condition_status_IN + label{
        line-height: 26px;
}
.inputfileWrap > div.error {
    position: relative;
    bottom: -45px;
}
.err_captcha{
    color: #dc3545;
    font-size: 14px;
}
.business-year-select{
    display: flex;
    align-items: center;
    justify-content: space-between;
   /* max-width: 392px;*/
}
.business-year-select .nice-select {
    /*max-width: 320px;*/
}
.business-year-select p {
    color: #3f4145;
    font: 600 1.6rem/1.9rem Barlow-SemiBold, sans-serif;
}
.d--none {
            display: none;
        }
label>.required.color--red {
    font-size: 13px;
    font-weight: 500 !important;
    font-family: Barlow-Regular, sans-serif !important;
}
@media screen and (max-width:991px){
    .business-year-select,
    .business-year-select .nice-select{
        max-width: 100%;
    }
}

input.dy_owner_photo[type=file]::file-selector-button {
    border: none;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    background-color: transparent !important;
    
}
.loader-image{
    display: none;
    position: :fixed;
}

.loader-image img{
    max-width: 3.2rem;
    max-height: :3.2rem;
}

.alert-success{
    border: none;
    font-size: 14px;
    background-color: transparent;
}

.alert-danger{
    border: none;
    font-size: 14px;
    color:red;
    background-color: transparent;
}


