/* Style pour le slider de dates */
.date-slider-container {
    padding: 10px 5px 20px 5px;
    margin-top: 10px;
}

.date-range-display {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #444;
}

.ui-slider {
    height: 8px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 15px 0;
}

.ui-slider-handle {
    width: 18px !important;
    height: 18px !important;
    background: #1aa6a6 !important;
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3) !important;
    top: -6px !important;
    cursor: pointer !important;
    outline: none !important;
}

.ui-slider-handle:hover, .ui-slider-handle.ui-state-active {
    background: #158484 !important;
}

.ui-slider-range {
    background: #1aa6a6;
    height: 8px;
    border-radius: 4px;
}