.dsfb-date-wrapper input.dsfb-datepicker-input {
    padding-left: 45px !important; 
    cursor: pointer !important;
}
.dsfb-calendar-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dsfb-calendar-icon svg {
    transition: stroke 0.2s ease;
}
.dsfb-date-wrapper:hover .dsfb-calendar-icon svg,
.dsfb-datepicker-input:focus ~ .dsfb-calendar-icon svg {
    stroke: #007cba !important; 
}
.dsfb-datepicker-container {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 8px !important; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important; 
    padding: 15px !important;
    width: 290px !important;
    direction: rtl !important;
    font-family: inherit !important;
    margin-top: 8px !important;
}
.dsfb-dp-header { 
    display: flex !important; 
    justify-content: space-between !important; 
    align-items: center !important; 
    margin-bottom: 15px !important; 
}
.dsfb-datepicker-container button.dsfb-dp-nav { 
    background: #fbfbfb !important; 
    border: 1px solid #f0f0f0 !important; 
    color: #444 !important; 
    width: 32px !important; 
    height: 32px !important; 
    border-radius: 8px !important; 
    cursor: pointer !important; 
    font-weight: bold !important; 
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}
.dsfb-datepicker-container button.dsfb-dp-nav:hover { 
    background: #f4faff !important; 
    border-color: #cce5ff !important; 
    color: #007cba !important; 
}
.dsfb-dp-title select { 
    border: 1px solid #f0f0f0 !important; 
    border-radius: 8px !important; 
    padding: 6px 10px !important; 
    background: #fbfbfb !important; 
    color: #444 !important;
    font-family: inherit !important; 
    font-size: 13px !important;
    margin: 0 4px !important; 
    outline: none !important; 
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}
.dsfb-dp-title select:hover,
.dsfb-dp-title select:focus {
    background: #fff !important;
    border-color: #007cba !important;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.12) !important; 
}

.dsfb-dp-weekdays { 
    display: grid !important; 
    grid-template-columns: repeat(7, 1fr) !important; 
    text-align: center !important; 
    font-weight: bold !important; 
    font-size: 12px !important; 
    color: #888 !important; 
    margin-bottom: 10px !important; 
}
.dsfb-dp-days { 
    display: grid !important; 
    grid-template-columns: repeat(7, 1fr) !important; 
    gap: 4px !important; 
}
.dsfb-dp-day { 
    position: relative !important; 
    text-align: center !important; 
    padding: 8px 0 !important; 
    border-radius: 6px !important; 
    cursor: pointer !important; 
    font-size: 13px !important; 
    color: #444 !important;
    transition: all 0.2s ease !important; 
    background: transparent !important;
    border: 1px solid transparent !important;
}
.dsfb-dp-day:not(.empty) {
    background: #fbfbfb !important;
}
.dsfb-dp-day:not(.empty):hover { 
    background: #f4faff !important; 
    color: #007cba !important; 
    border-color: #cce5ff !important;
    font-weight: bold !important; 
}
.dsfb-dp-day.selected { 
    background: #007cba !important; 
    color: #fff !important; 
    font-weight: bold !important; 
    box-shadow: 0 2px 8px rgba(0,124,186,0.3) !important; 
    border-color: #007cba !important;
}
.dsfb-dp-day.today {
    font-weight: bold !important;
}
.dsfb-dp-day.today::after {
    content: '' !important;
    position: absolute !important;
    top: 3px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 4px !important;
    height: 4px !important;
    background-color: #ff9800 !important; 
    border-radius: 50% !important;
}
.dsfb-dp-day.today.selected::after {
    background-color: #fff !important;
}
.dsfb-dp-weekdays span:nth-child(7n),
.dsfb-dp-days .dsfb-dp-day:nth-child(7n) {
    color: #d9534f !important;
}
.dsfb-dp-days .dsfb-dp-day:nth-child(7n):not(.empty):hover {
    background: #fdf2f2 !important;
    border-color: #fadada !important;
    color: #c9302c !important;
}
.dsfb-dp-days .dsfb-dp-day.selected:nth-child(7n) {
    background: #d9534f !important;
    color: #fff !important;
    border-color: #d9534f !important;
    box-shadow: 0 2px 8px rgba(217, 83, 79, 0.3) !important;
}

.dsfb-datepicker-container button.dsfb-dp-today-btn { 
    display: block !important;
    width: 100% !important; 
    margin: 15px 0 0 0 !important; 
    padding: 10px !important; 
    background: #f5f5f5 !important; 
    color: #666 !important; 
    border: 1px solid #e5e5e5 !important; 
    border-radius: 8px !important; 
    cursor: pointer !important; 
    font-weight: bold !important;
    transition: all 0.2s ease !important; 
    font-family: inherit !important; 
    box-shadow: none !important;
    text-align: center !important;
}
.dsfb-datepicker-container button.dsfb-dp-today-btn::before {
    content: '' !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    background-color: #ff9800 !important;
    border-radius: 50% !important;
    margin-left: 8px !important; 
    vertical-align: middle !important;
}
.dsfb-datepicker-container button.dsfb-dp-today-btn:hover { 
    background: #ededed !important; 
    color: #333 !important; 
}
.dsfb-dp-distance {
    text-align: center !important;
    font-size: 11.5px !important;
    color: #888 !important; 
    margin-top: 10px !important;
    font-weight: normal !important;
    letter-spacing: 0.5px !important;
}
.dsfb-distance-overlay {
    position: absolute !important;
    left: 42px !important; 
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 13px !important;
    color: #999 !important; 
    pointer-events: none !important; 
    direction: rtl !important;
    font-family: inherit !important;
    white-space: nowrap !important;
    z-index: 3 !important;
}
.dsfb-date-wrapper input.dsfb-datepicker-input:valid ~ .dsfb-inner-required-dot,
.dsfb-date-wrapper input.dsfb-datepicker-input[value]:not([value=""]) ~ .dsfb-inner-required-dot {
    opacity: 0 !important;
    visibility: hidden !important;
}