.filters-content {
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    padding: 20px 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}

.filters-content_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15.5px 15px;
}

.filters-content_title {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.filters-select {
    margin: 0 0 17px;
    padding: 0 0 17px;
    border-bottom: 1px solid #f0f1f2;
    cursor: pointer;
}

.filters-select:last-child {
    border-bottom: none !important;
}

.filters-select.show .filters-select_lists {
    padding: 17px 0 0;
    opacity: 1;
}

.filters-select_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.filters-select_title {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #010101;
}

.filters-select_title .number_active {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    color: #0085CA;
    border-radius: 100px;
    padding: 0px 8px;
    background: #EBF8FF;
    height: 15px;
}

.filters-select_lists {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.filters-select_lists.column {
    flex-direction: column;
}

.filters-select_lists.column a.filters-select_list::before {
    content: '';
    background: url(/wp-content/themes/wellbet_new/icons/filters/vector.svg) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
}

.filters-select_bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filters-select_bar p {
    font-weight: 700;
    font-size: 14px;
    color: #0085CA;
    margin: 0;
}

.filters-select_bar::after {
    content: '';
    background: url(/wp-content/themes/wellbet_new/icons/filters/select-hidden.svg) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
    transform: rotate(0deg);
    transition: transform 0.4s ease !important;
}

.filters-select.show .filters-select_bar::after {
    transform: rotate(180deg);
}

.filters-select_preview {
    font-weight: 400;
    font-size: 12px;
    color: #768087;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filters-link {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 7px;
}

.filters-select_list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 1 1 calc(50% - 10px);
    cursor: pointer;
}

.filters-select_lists.column .filters-select_list {
    flex: none;
}

.tooltip-pointer {
    position: relative;
    margin: 0 !important;
    height: 19px;
}

.tooltip-icon {
    display: inline-flex;
    content: '';
    background: url(/wp-content/themes/wellbet_new/icons/filters/question.svg) no-repeat center;
    background-size: auto;
    width: 15px;
    height: 15px;
}

.tooltip-text {
    position: absolute;
    bottom: 20px;
    width: auto;
    min-width: 300px;
    max-width: 100%;
    left: -100px;
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 12px;
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.15);
    background: rgba(40, 45, 49, 0.95);
    color: #fff;
    white-space: normal;
    display: none;
    z-index: 1000;
}

.tooltip-icon:hover+.tooltip-text {
    display: block;
}

.filters-select_list input.custom-checkbox {
    display: none;
}

.filters-select_list.disabled {
    cursor: not-allowed;
}

.filters-select_list.disabled .checkbox-style {
    background-color: #f0f1f2;
}

.filters-select_list.disabled,
.filters-select_list.disabled p {
    color: #B3C1CB;
}




.checkbox-style {
    width: 18px;
    height: 18px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    background-color: white;
    position: relative;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.filters-select_list input.custom-checkbox:checked+.checkbox-style {
    border: none;
    background: linear-gradient(90deg, #36baff 0%, #009ced 100%);
}

.filters-select_list input.custom-checkbox:checked+.checkbox-style::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/wp-content/themes/wellbet_new/icons/filters/select-check.svg) no-repeat center;
    background-size: contain;
    width: 11px;
    height: 9px;
}

.filters-select_list span:last-child {
    color: #999;
    font-size: 14px;
    margin-left: auto;
}

.filters-select_list {
    font-weight: 700;
    font-size: 14px;
    color: #010101;
}

.filters-select_list p {
    font-weight: 400;
    font-size: 14px;
    color: #686868;
    margin: 0;
}

.filters-selected {
    display: flex;
    position: static;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    background: #fff;
    z-index: 1000;
    transition: bottom 0.3s ease, transform 0.3s ease;
}

.filters-selected_items {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.filters-selected_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-weight: 400;
    font-size: 14px;
    color: #2d3337;
    border-radius: 6px;
    padding: 4px 12px;
    background: #EBF8FF;
    height: 25px;
    cursor: pointer;
}

.filters-selected_item::after {
    content: '';
    background: url(/wp-content/themes/wellbet_new/icons/filters/filter-close.svg) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
}

.filters-selected_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filters-selected_show {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: white;
    border: 1px solid #0085CA;
    background: #0085CA;
    border-radius: 3px;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
}

.filters-selected_show:hover {
    color: #0085CA;
    border: 1px solid #0085CA;
    background: #fff;
}

.filters-selected_show:hover span {
    color: #fff;
    background: #0085CA;
}

.filters-selected_show span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: #0085CA;
    background: #fff;
    border-radius: 100px;
    padding: 0px 8px;
    height: 17px;
}

.filters-selected_reset {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #0085CA;
    border: 1px solid #0085CA;
    background: #fff;
    border-radius: 3px;
    width: calc(50% - 5px);
    height: 32px;
    box-sizing: border-box;
}

.filters-selected_reset::after {
    content: '';
    background: url(/wp-content/themes/wellbet_new/icons/filters/filter-close.svg) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
}

.filters-quick {
    margin: 0 0 17px;
    padding: 0 0 17px;
    border-bottom: 1px solid #f0f1f2;
}

.filters-quick__title {
    font-weight: 700;
    font-size: 16px;
    color: #010101;
    margin-bottom: 12px;
}

.filters-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
}

.filters-list {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #282d31;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    flex: 1 1 calc(50% - 5px);
    box-sizing: border-box;
    cursor: pointer;
    padding: 0;
    margin: 0;
    height: 32px;
}

.filters-list.active {
    color: #0085CA;
    border: 1px solid #0085CA;
}

@media only screen and (min-width: 1000px) {
    #new_filter {
        display: none !important;
    }

    .filters-block {
        background: #fff;
        width: 100%;
    }

    .filters-content_header {
        display: none;
    }

    .filters-selected_reset {
        width: 100%;
    }
}

@media only screen and (max-width: 999px) {
    .filters-content {
        overflow-y: scroll;
        padding-bottom: 150px;
        border-radius: 12px 12px 0 0;
    }

    .filters-content::-webkit-scrollbar {
        width: 6px;
    }

    .filters-content::-webkit-scrollbar-track {
        background: transparent;
        margin: 10px 0;
    }

    .filters-content::-webkit-scrollbar-thumb {
        background-color: #dddddd;
        border-radius: 6px;
    }

    .filters-selected {
        position: fixed;
        padding: 15px;
        box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.08);
        /* padding-bottom: calc(15px + env(safe-area-inset-bottom, 0px)); */
    }

    .filters-selected.scroll-up {
        position: fixed;
    }

    #filters {
        position: fixed;
        top: 100%;
        left: 0;
        right: 0;
        transition: top 0.8s ease;
        z-index: 999;
    }

    #filters.open {
        top: 0;
    }

    .filters-block {
        backdrop-filter: blur(10px);
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    body.no-scroll {
        overflow: hidden;
        touch-action: none;
    }

    .filters-content_close {
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: 400;
        font-size: 12px;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 6px;
        padding: 4px 12px;
        cursor: pointer;
    }

    .filters-content_close::after {
        content: '';
        background: url(/wp-content/themes/wellbet_new/icons/filters/filters-close.svg) no-repeat center;
        background-size: contain;
        width: 10px;
        height: 10px;
    }

    #new_filter {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0%;
        width: 100%;
        height: 100px;
        padding: 35px 0 20px;
        /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.86) 51.56%, #FFF 100%); */
        cursor: pointer;
        z-index: 50;
    }

    #new_filter div {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        width: 210px;
        height: 40px;
        margin: 0 auto;
        padding-left: 28px;
        color: #3A4147;
        font-size: 18px;
        border: 1px solid #0085CA;
        border-radius: 5px;
        box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
    }

    #new_filter div:before {
        content: '';
        position: absolute;
        display: block;
        left: 50px;
        top: 50%;
        width: 16px;
        height: 15px;
        background: url(/wp-content/themes/wellbet_new/icons/icon-filter-sm.svg) 50% 50% / 100% no-repeat;
        transform: translateY(-50%);
    }

    #new_filter div svg {
        display: none;
    }

    .filters-selected_show {
        display: flex;
    }
}

@media only screen and (max-width: 360px) {
    .filters-block {
        width: 100%;
        height: 100%;
    }
}

#new_filter span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: #0085CA;
    border-radius: 100px;
    padding: 0px 8px;
    background: #EBF8FF;
    height: 20px;
    margin-left: 5px;
    width: 28px;
}