/* Report date input styling for Vanilla Calendar Pro */
.report-date-input {
    position: relative;
    width: 100%;
    background-color: #1a1a1a !important;
    border: 1px solid var(--betmgm-gold) !important;
    border-radius: 6px !important;
    color: #888888 !important;
    font-size: 13px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer !important;
    padding-right: 35px !important; /* Space for icon */
}

.report-date-input:hover {
    background-color: #2a2a2a !important;
    border-color: var(--betmgm-gold) !important;
}

.report-date-input:focus {
    outline: none !important;
    border-color: var(--betmgm-gold) !important;
    background-color: #2a2a2a !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.2) !important;
}

/* Vanilla Calendar Pro Dark Theme Overrides */
.vanilla-calendar {
    background: #2a2a2a !important;
    border: 1px solid #444444 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.vanilla-calendar__header {
    background: #1a1a1a !important;
    border-bottom: 1px solid #444444 !important;
    border-radius: 8px 8px 0 0 !important;
}

.vanilla-calendar__month {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.vanilla-calendar__arrow {
    color: #cccccc !important;
    background: transparent !important;
    border: none !important;
    padding: 8px !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
}

.vanilla-calendar__arrow:hover {
    background: #444444 !important;
    color: #ffffff !important;
}

.vanilla-calendar__week {
    background: #2a2a2a !important;
    border-bottom: 1px solid #444444 !important;
}

.vanilla-calendar__weekday {
    color: #cccccc !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    padding: 8px 0 !important;
}

.vanilla-calendar__grid {
    background: #2a2a2a !important;
    padding: 8px !important;
}

.vanilla-calendar__date {
    color: #ffffff !important;
    background: transparent !important;
    border: none !important;
    border-radius: 4px !important;
    margin: 1px !important;
    padding: 8px !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    font-weight: 400 !important;
}

.vanilla-calendar__date:hover {
    background: #444444 !important;
    color: #ffffff !important;
}

.vanilla-calendar__date--selected {
    background: var(--betmgm-gold) !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
}

.vanilla-calendar__date--today {
    border: 1px solid var(--betmgm-gold) !important;
    color: #ffffff !important;
    background: transparent !important;
}

.vanilla-calendar__date--today.vanilla-calendar__date--selected {
    background: var(--betmgm-gold) !important;
    color: #1a1a1a !important;
}

.vanilla-calendar__date--prev,
.vanilla-calendar__date--next {
    color: #666666 !important;
}

.vanilla-calendar__date--disabled {
    color: #666666 !important;
    cursor: not-allowed !important;
} 

.vc{
    z-index:9999;
}