.text-align-r {
    text-align: right;
}

.text-align-l {
    text-align: left;
}

.custom-mt-01 {
    margin-top: 0.1rem !important;
}

.btn-app {
    color: #fff;
    background-color: #25257b;
    border-color: #25257b;
}

    .btn-app:hover {
        color: #fff;
        background-color: #3131a2;
        border-color: #4747c7;
    }

    .btn-check:focus + .btn-app, .btn-app:focus {
        color: #fff;
        background-color: #3131a2;
        border-color: #4747c7;
        -webkit-box-shadow: 0 0 0 0.15rem rgba(111, 132, 234, 0.5);
        box-shadow: 0 0 0 0.15rem rgba(111, 132, 234, 0.5);
    }

    .btn-check:checked + .btn-app, .btn-check:active + .btn-app, .btn-app:active, .btn-app.active, .show > .btn-app.dropdown-toggle {
        color: #fff;
        background-color: #4747c7;
        border-color: #4053ad;
    }

        .btn-check:checked + .btn-app:focus, .btn-check:active + .btn-app:focus, .btn-app:active:focus, .btn-app.active:focus, .show > .btn-app.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.15rem rgba(111, 132, 234, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(111, 132, 234, 0.5);
        }

    .btn-app:disabled, .btn-app.disabled {
        color: #fff;
        background-color: #25257b;
        border-color: #25257b;
    }

.custom-color {
    background-color: #004891 !important;
}

.custom-color-text {
    color: #004891 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #eff2f7;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

body[data-sidebar=dark] .navbar-brand-box {
    background-color: #0175b3 !important;
}

.navbar-brand-box {
    padding: 0 !important;
}

body[data-sidebar=dark] .mm-active .active {
    font-weight: 500 !important;
}

#sidebar-menu ul li a i {
    padding-bottom: 0 !important;
    font-size: 1.4rem !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #50a5f1 !important;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link:hover {
        color: #ffffff !important;
    }

.page-item.active .page-link {
    background-color: #50a5f1 !important;
    border-color: #50a5f1 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #50a5f1 !important;
    color: #fff !important;
}

.avatar-profile {
    height: 2.3rem;
    width: 2.3rem;
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: #50a5f1 !important;
}

.nav-tabs-custom .nav-item .nav-link::after {
    background: #50a5f1 !important;
}

.nav-link:focus, .nav-link:hover {
    color: #50a5f1 !important;
}

