:root {
    --background-color: #f2f7ff;
    --sidebar-width: 300px;
}


body {
    margin: 0 !important;
    min-height: 100vh;
    background-color: var(--background-color);
    font-family: Nunito;
}

.form-control:focus {
    outline: 1px solid #0d6efd;
    box-shadow: none !important;
}

table.fixed-header th {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 2;
    border-bottom: none;
    background-color: #9ec5fe;
}

nav.sidebar {
    width: var(--sidebar-width)
}

nav.sidebar ul.nav a {
    white-space: nowrap;
}

.content {
    width: 100%;
    margin-left: var(--sidebar-width);
}

.selectr-tag {
    padding: 0.35em 2em 0.35em 0.65em !important;
    font-size: 1em !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #fff !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    border-radius: 0.25rem !important;
    background-color: #6c757d !important;
}

.badge {
    font-size: 0.8em !important;
}

label:not(:first-of-type) {
    margin-top: 5px;
}

.info-cards div.card {
    min-width: max-content;
    margin: 0.5rem;
}