.sidebar .nav-link {
    text-transform: uppercase;
}

table.dataTable thead > tr > th {
    white-space: nowrap;
}
.dropdown-item {
    padding: .3rem 1rem;
}


.navbar-brand img {
    margin-top: -12px;
    width: 155px;
    padding-right: 10px;
    height: 54px;
}

.select2-container .select2-selection--single{
    padding: .150rem .50rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #777;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    height: 35px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px
}

.disabled-link {
    cursor: not-allowed !important;
}

.dt-buttons {
    display: flex;
    margin-bottom: 10px;
    flex-flow: row-reverse;
}

.sidebar .nav-dropdown-items .nav-item {
    font-size: 12px;
    text-transform: capitalize !important;
}