.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #A1A1A1 !important;
    padding: 5px 10px !important;
}

.irs--round .irs-bar {
    background-color: #A1A1A1 !important;
}

.irs--round .irs-handle  {
    border:4px solid var(--gray-medium) !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
   
    border-top-color: var(--gray-medium) !important;
}

.btn-filter {
    background-color: var(--gray-dark);
    color:white;
    outline: none;
    border:none;
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}

.pagination .page-item.active .page-link{
    color:black !important;
    font-weight: 900;
    font-size: 1.3rem;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.pagination .page-item .page-link{
    font-weight: 800;
    color: #9F9F9F !important;
}

.pagination .page-item.active .page-link:hover {
    background-color: #9F9F9F;
}

.page-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-locations {
    display: flex;
    gap: 8px;
}
