.bootstrap-select {
    border: none;
    padding: 0;
}

.bootstrap-select>.dropdown-toggle {
    display: none;
}

/* ------------header-footer-css----------------- */
.header_css {
    background-color: #c9e6fd !important;
    color: #000 !important;

}

.icon_css {
    width: 100%;
}

.navbar .navbar-nav .nav-link {
    font-size: 15px !important;
}

.navbar .navbar-nav .nav-item.active {
    font-weight: bolder;
}

.footer_bg {
    background: #2b68d4;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.authentication_login {
    height: calc(70vh);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffc0;
}

body {
    padding-top: 70px;
    margin-top: 50px;
    padding-bottom: 60px
}

body#theme-blush {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
}

.homepage_main_div {
    margin: 20px 70px 20px 70px !important;
    border: none;
}
.login_heading_css {
    font-weight: 700;
    color: #000;
    text-align: center;
}
.font_size_name {
font-size: 15px;
font-weight: 500;
}
@media screen and (max-width:768px) {
    .icon_css {
        width: 200px;
    }

    .homepage_main_div {
        margin: 20px !important;
    }

    .header_css .navbar-nav {
        margin-left: 10px !important;
        height: 80vh;
        overflow: scroll;
    }

    .header_css .navbar-nav::-webkit-scrollbar {
        display: none;
    }

    .authentication_login {
        height: calc(90vh);
    }
}


/* ------------header-footer-css-close---------------- */
.btn-group.bootstrap-select.form-control.form-control-sm {
    display: show;
    width: 43%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    border: none;
}

.btn-group.bootstrap-select.form-control {
    border: none;
    padding: 0;
}

.btn-simple {
    display: none;
}

/* multi select  */
.choices__input {
    font-size: 16px;
    margin-bottom: 0px !important;
}

.choices__inner {
    padding: 6px 4px 0px 5px !important;
    border-radius: 5px;
    font-size: 16px !important;
    min-height: 39px !important;
}

.choices__list--multiple .choices__item {
    background-color: #0c7ce6 !important;
    border: 1px solid #0c7ce6 !important;
}

/* .readonly-option {
    background-color: #e9ecef !important;
    color: #6c757d !important;
    pointer-events: none !important;
} */

.sidebar {
    background-color: #c9e6fd !important; 
}
.sidebar .menu .list a {
color: #000;
}

.widget_2 h2 {
    color: #000;
    margin-bottom: 0;
}
.widget_2 h6 {
    color: #000;
    font-size: 15px;
}
.card .body {
    min-height: 125px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.table tr th {
    color: #000 !important;
}
.table tr td {
    color: #000 !important;
}
.form-control{
    color: #000 !important;
}
label.text-muted {
    color: #000 !important;
}
label {
    color: #000 !important; 
}
input::placeholder {
    color: #000  !important;
    opacity: 1;
}
.sidebar .menu .list {
    margin: 0;
}
label.error {
    margin-bottom: 0 !important;
}