/* Override css variable theme */
.card {
    --ct-card-spacer-y: .75rem;
    --ct-card-spacer-x: .75rem;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
}

html[data-layout=topnav] .container-fluid,
.container-fluid {
    padding-left: calc(var(--ct-gutter-x) * .5) !important;
    padding-right: calc(var(--ct-gutter-x) * .5) !important;
    max-width: 100% !important;
}

.btn .material-symbols-outlined {
    display: flex;
    font-size: 1.3rem !important;
}

.ts-dropdown {
    --ct-bg-opacity: 1;
    background-color: rgba(var(--ct-white-rgb), var(--ct-bg-opacity)) !important;
}

/* div.dataTables_wrapper div.dataTables_info {
    padding-top: 0!important;
    text-align: left!important;
}

@media (max-width: 767.98px) {
    .dataTables_paginate ul {
        text-align: center;
        display: block;
        margin: 0!important;
    }
}

div.dataTables_wrapper div.dataTables_length {
    text-align: left!important;
} */