:root {
    --primary-color: #0065a2;
    --primary-background-color: #0065a2;
}

html,
body {
    color: #333;
    background: #eee !important;
}

.logo-cover {
    width: 350px !important;
}

.logo-nav {
    width: 225px;
}

.navbar {
}

.navbar-icon,
.current-user,
.current-user-icon {
    /* color: #fff !important; */
}

a {
    color: var(--primary-color) !important;
}

.btn {
    color: #fff !important;
    background: var(--primary-background-color) !important;
    border: var(--primary-background-color) !important;
}

.menu-big a,
.menu a {
    color: #000 !important;
}

.menu-big,
.menu {
    background: #ddd !important;
}

.modal {
    /* backdrop-filter: blur(.25rem); */
}

.row-menu {
    background: #fff !important;
}

.sort-col {
    filter: brightness(0%) !important;
}

.sort-col-active-asc,
.sort-col-active-desc {
    @apply font-bold !important;
    filter: brightness(0%) !important;
}
