/* Override css variable theme */
:root{
    --ct-topbar-height:             50px;
}

.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;
}