.navbar-custom {
    background-color: #303B44;
}


#datatable-buttons_filter {
    text-align: right !important;
}

.pagination {
    float: right !important;
}

body.authentication-bg-pattern {
    background-image: url(../images/bg-pattern.png);
    background-color: #1E2226;
}


#sidebar-menu>ul>li>a.active {
    color: #4fc6e1;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: 37px !important;
    border-radius: .2rem !important;
    line-height: 1.5 !important;
    color: #72747b !important;
}

.alert-content p {
    margin-bottom: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1e2226 !important;
    border: 1px solid #1e2226 !important;
}

@media (max-width: 640px) {
    .page-title-right {
        display: block !important;
    }
}
