@media screen and (max-width: 1919px) {
    body {
        font-size: 70%;
    }
}

.generic-label-col {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.generic-text-lb {
    font-weight: bold;
    text-align: right;
}

.generic-lb {
    font-weight: bold;
}

.filter-text-col {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.filter-text-lb {
    font-weight: bold;
    text-align: right;
}

::-webkit-scrollbar {
    width: 1px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dropdown-search-style-wrapper {
    width: 100%;
    height: auto;
    max-height: 240px;
    overflow-y: scroll;
}