/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.filters__item{
    margin-top: 10px;
}

.filters-price__inputs {
    display: flex;
    gap: 9px;
}

.filters-price__label {
    display: flex;
    align-items: center;
    width: 133px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 0 10px;
}

.filters-price__text {
    font-size: .875rem;
    color: #808080;
}

.confirm-price-btn{
    width: fit-content;
    border: none;
    background-color: transparent;
    color: #1E8194;
    font-size: .875rem;
    padding: 0;
}

.noUi-base, .noUi-connects{
    width: 161px;
}
.noUi-connect, .noUi-origin{
    width: 161px;
}

.price-hyphen{
    display: flex;
    align-items: center;
}

.filters-price__text:first-child {
    margin-right: 10px;
}

.filters-price__text:last-child {
    margin-left: 10px;
}

.filters-price__input {
    text-align: center;
    border: 1px solid #E9ECEF;
    color: #212529;
    font-size: 1rem;
    border-radius: 100px;
    width: 70px;
    padding: 11px 0;
}

.filters-price__title {
    margin-bottom: 20px;
}

.filters-price__slider {
    margin-bottom: 20px;
}

.noUi-connect {
    background-color:#1E8194;
}

.noUi-target {
    width: 161px;
    background-color: #bfbfbf;
    border: none;
    border-radius: 100px;
    box-shadow: none;
    height: 3px;
}

.noUi-handle::after,
.noUi-handle::before {
    display: none;
}

.noUi-handle {
    box-shadow: none;
    border-radius: 6px;
    background-color: #1E8194;
    border: 3px solid #F8F9FA;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    top: -8px;
}
