.select2-selection {
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box!important;
    border: 1px solid #ced4da!important;
    border-radius: .25rem!important;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-selection__choice {
    color: #444!important;
}

.page-item.active .page-link {
    color: #262d3d;
    background-color: #ffc107;
    border-color: #ffc107;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-header {
    display: block;
}

.main-sidebar .nav.nav-treeview {
    font-size: 90%;
}

.nav-sidebar > li.nav-item:last-child {
    margin-top: 5px;
}

.nav-sidebar > li.nav-item:last-child a.nav-link {
    border: 1px solid #ffc107;
}

.nav-sidebar > li.nav-item:last-child i {
    color: #ffc107;
}

.right-0 {
    right: 0;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.top-navbar-badge {
    height: 28px;
}

.align-center {
    align-items: center;
}

@media (min-width: 576px) {
    .border-sm-right {
        border-right: 1px solid #6c757d;
    }

    .w-sm-50 {
        width: 50%!important;
    }

    .w-sm-33 {
        width: 33%!important;
    }

    .w-sm-auto {
        width: auto!important;
    }

    .float-sm-right {
        float: right!important;
    }
}

@media (max-width: 767px) {
    .dataTables_length, .dataTables_filter, .dataTables_info {
        text-align: left!important;
    }

    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child,
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
        padding-left: 0!important;
    }

    .dataTables_paginate ul.pagination {
        justify-content: start!important;
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #343a40 inset !important;
    color: #fff !important;
    caret-color: #fff !important;
    transition: background-color 0s ease-in-out 0s, color 0s ease-in-out 0s !important;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
}
