.dt-length select{
    min-width: 5em;
}

table th {
    text-align: center !important;
}

.btn-sm i.fa{
    font-size: 1em !important;
}

.nav-item .icon .fa {
    font-size: 1em;
    margin: auto;
    top: 0;
}

table tbody small {
    font-size: smaller !important;
}

body {
    overflow-x: hidden
}

.select2-container {
    border: 1px solid #d2d6da;
    width: 100%;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem 0.3rem 0.75rem !important;
}

.select2-selection.select2-selection--multiple {
    min-height: 1.8em !important;
    height: 1.8em !important;
}

    .select2-selection.select2-selection--multiple .select2-search__field{
        margin-top: 0 !important;
        width: auto !important;
    }

.icon .fa, .icon .fab{
    font-size: 1.5em;
}

.fa-1point5x {
    font-size: 1.5em;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(13, 110, 253, 1) !important;
}

#sidenav-main{
    z-index: 1000 !important;
}