.custom-filters-mob-header {
    font-size: 20px;
    font-weight: var(--font-weight-bold, bold);
    text-align: center;
    width: 100%;
}

.custom-filters-mob-header-text {
    width: 85%;
}

.custom-filters-mob-header-name {
    color: white;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100% - 20px);
    text-overflow: ellipsis;
    display: inline-block;
    padding-top: 7px;
    height: 30px;
}

.custom-filters-mob-header-sort-desc {
    display: inline-block;
    position: absolute;
    margin-top: 3px;
}

.custom-filters-mob-header-sort-desc i{
    margin-left: 10px;
}

.custom-filters-mob-header-dropdown {
    position: absolute;
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-left: 5px;
    box-shadow: 0 2px 4px 0 rgba(172, 172, 172, 0.5);
    border: solid 1px #d9d9d9;
    overflow-y: auto;
    background-color: #ffffff;
    max-height: calc(100vh - 215px);
    max-height: calc(100vh - 175px - env(safe-area-inset-bottom) - env(safe-area-inset-top));
    max-height: calc(100vh - 175px - constant(safe-area-inset-bottom) - constant(safe-area-inset-top));
}

.custom-filters-mob-header-dropdown-item {
    background-color: #ffffff;
    z-index: 100;
    height: 56px;
    font-size: 18px;
    letter-spacing: -0.1px;
    text-align: left;
    color: #000000;
    padding: 18px 29px 14px 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.custom-filters-mob-overlay {
    background-color: rgba(0, 0, 0, 0);
    z-index: -1;
    position: fixed;
    width: 100vh;
    height: 100vh;
    left: 0;
    top: 0;
}
