﻿.width-small {
    max-width: 600px;
    width: 100%;
}
.width-big {
    max-width: 1000px;
    width: 100%;
}

#main {
    display: flex;
    flex-flow: column;
    align-items: center;
}


.dropdown-menu .dropdown-item:hover {
    background-color: #dbdddf !important;
    color: var(--bs-dropdown-link-active-color) !important;
    text-decoration: none !important;
    background-color: var(--bs-dropdown-link-active-bg) !important;
}
.dropdown-menu .dropdown-item {
    transition: 0s !important;
}

.bootstrap-select .dropdown-menu li {
    border-top: 1px solid #0000001a !important;
}
.bootstrap-select > .dropdown-toggle {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
    color: black !important;
}

.js-snackbar-container {
    z-index: 9999 !important;
}