label.error {
    /* color: red !important;
    font-weight: normal !important; */
    font-size: 80% !important;
    color: #dc3545 !important;
}
.show_eye{
    position: relative;
}
.span-eye{
   position: absolute;
    right: 33px;
    top: 20px;
    transform: translateY(-50%);
}
.input-eye-for.is-invalid .span-eye{
  display :none
}
/* #profile_image-error{
    position: absolute;
    top: 39px;
    left: 1px;
} */
.custom-file .error{
    position: absolute;
    top: 39px;
    left: 1px;
}
.custom-file .custom-file-input{
    position: absolute;
    top: 0px;
    left: 0px;
}
.img-msg-server{

    position: absolute;
    top: 38px;
    left: 1px;
}
.invalid-feedback{
    display: inline-flex !important;
}

.dropdown-menu {
top: 48px;
}

.custom-gender-button {
    margin-top: 0.5rem;
}

.custom-gender-button label:not(.form-check-label):not(.custom-file-label){
    margin-right: 20px;
}
.main-logo-img{
    margin: 10px auto;
    display: flex;
}
.border-slidebar{
    border-top: 1px solid #1f2d3d;;
}

#howItWork_filter{
    display: none;
}
#HowItWorkStepTable_filter{
    display: none;
}
#supportSection_filter{
    display: none;

}
#supportOption_filter{
    display: none;
    
}
#HomepageSectionTable_filter{
    display: none;
}
#carInsuranceSectionTable_filter{
    display: none;
}
#bikeInsuranceSectionTable_filter{
    display: none;
}
#healthInsuranceSectionTable_filter{
    display: none;
}
#termInsuranceSectionTable_filter{
    display: none;
}
#travelInsuranceSectionTable_filter{
    display: none;
}
#admin-login-form input.form-control.is-invalid {
    background-image: none !important;
}
#admin-login-form input.form-control.is-invalid {
    background-image: none !important;
}

a.nav-link.main-nav {
    padding: 0.5rem 0.7rem;
}

.loader-container-admin {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .loader-admin {
    width: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
  }
  .loader-admin span {
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-radius: 50%;
    border: 8px solid;
    border-top: 8px solid #f96766;
    border-right: 8px solid #12bc95;
    border-bottom: 8px solid #2959b8;
    border-left: 8px solid #fca84c;
    animation: animate 1s linear infinite;
  }

  @keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

  /*# sourceMappingURL=adminlte.css.map */