/*your custom css goes here*/ 
                                .bg-white.border.mb-3 {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden; /* To contain rounded corners of inner elements */
}

.bg-white.border.mb-3 .fs-16.fw-700.p-3 {
    background-color: #f7f7f7;
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.1rem;
    color: #333;
}

.bg-white.border.mb-3 .p-3.mr-3 {
    padding: 15px;
    margin-right: 0; /* Remove unnecessary right margin */
}

.aiz-range-slider {
    /* Style the slider track, handle, and fill as provided by the library */
}

.aiz-range-slider .row.mt-2 {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px; /* Add some padding to the sides of the values */
}

.aiz-range-slider .range-slider-value {
    font-size: 0.9rem;
    color: #555;
}