.authentication {
    /* background: #88270b; */
    /* background: #0A2558; */
    background: #005cbf;
}

.waves-effect {
    /* background: #88270b; */
    /* background: #0A2558; */
    background: #005cbf;
    color: #fff;
}

.waves-effect:hover {
    /* background: #88270b; */
    /* background: #0A2558; */
    background: #005cbf;
    color: #fff;
}

.sidebar {
    /* background: #88270b !important; */
    /* background: #0A2558 !important; */
    background-color: #005cbf !important;
    color: #fff;
}

.navbar-brand span {
    color: #fff;
}

.theme-blush .table.theme-color thead td,
.theme-blush .table.theme-color thead th {
    /* background: #88270b !important; */
    /* background: #0A2558 !important; */
    background-color: #005cbf !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa !important;
    border-radius: 3px !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.dataTables_wrapper .dataTables_length select {
    width: 80px !important
}

.dropdown-toggle {
    display: none !important;
}

.view_button {

    /* background-color: #cf7406 !important;
    border-color: #cf7406 !important; */
    /* background-color: #0A2558 !important; */

    /* border-color: #0A2558 !important; */
    background-color: #0c7ce6 !important;
    border-color: #0c7ce6 !important;


}

.remove_department_button {
    /* background-color: #88270b !important;
    border-color: #88270b !important; */

}

.right_icon_toggle_btn {
    /* background-color: #88270b !important; */
    /* background-color: #0A2558 !important; */
    background-color: #005cbf !important;
}

.btn {
    color: #fff !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.overlay .message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5em;
}

.logo_bg_css {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.footer_css {
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 999;
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
    width: -webkit-fill-available;
}

@media screen and (max-width:768px) {
    .ls-closed.right_icon_toggle section.content {
        margin-bottom: 159px;
    }

    .footer_css {
        font-size: 15px;
    }

    .sidebar.open {
        z-index: 9999;
    }

    .body_scroll {
        margin-bottom: 150px !important;
    }
}

/* body {
color: #000;
font-weight: 600;
    } */