ul#navbar-nav {
    margin-left: -11px;
}

.select2-container .select2-selection--single {
    height: 36px;
}
.card-header {
    border-bottom: 1px solid var(--vz-border-color);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(/assets/img/table/header.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
