html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.navbar-header-container {
    padding-bottom: 10px;
    padding-top: 10px;
}

.dropdown-item .nav-link {
    color: black !important;
}

.nav-item > a {
    color: white !important;
    text-decoration: none !important;
    font-weight: bold;
}

.dropdown-item > a {
    color: black !important;
    text-decoration: none !important;
}

.nav-item {
    margin: 10px;
}

.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}

p {
    white-space: break-spaces;
}

.border-solid-thin {
    border: solid;
    border-width: thin;
}

.bg-purple-white {
    background: #4E2A62 !important;
    color: white;
    font-weight: bold;
    border-color: black !important;
}

.bg-big-purple-white {
    /*font-style: italic;*/
    border-radius: 3px;
    background: #321850 !important;
    color: white;
    font-weight: bold;
    border-color: black !important;
}

.bg-pink-white {
    /*font-style: italic;*/
    border-radius: 3px;
    background: #DBC7F0 !important;
    color: black;
    font-weight: bold;
    border-color: #DBC7F0 !important;
}

.bg-purple-label-combo-filter {
    background: #321850 !important;
    color: white;
    border-radius: 3px;
    height: 27px;
    font-size: 13px;
}

.bg-violet-label-combo-filter {
    background: blueviolet !important;
    color: white;
    border-radius: 3px;
    height: 27px;
    font-size: 13px;
}
