html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f5f5f5;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.hidden {
    display: none;
}

.custom-tooltip {
    display: block;
    position: absolute;
    background-color: black;
    border: 1px solid grey;
    color: white;
    padding: 8px;
    border-radius: 8px;
    opacity: 0;
    z-index: 100000;
    text-align: left;
    pointer-events: none;
    font-size: 14px;
}

.custom-tooltip h6,
h5 {
    font-size: 14px;
}

.custom-tooltip ul {
    list-style: none;
    padding-inline: 0px;
    margin-bottom: 0px;
}

.custom-tooltip ul ul {
    padding-inline: 8px;
}

.custom-tooltip li {
    list-style: none;
    padding-inline: 0px;
}

.filters {
    width: fit-content;
}

:root {
    --ss-main-height: 38px;
}

.contract_select {
    width: 350px;
}

.city_select {
    width: 150px;
}
