@media print {
    .print\:hidden { display: none !important; }
    .print\:block { display: block !important; }
    body { background-color: white !important; }
}
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

input[type="date"], input[type="datetime-local"], input[type="month"] {
    position: relative;
    font-family: inherit;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="month"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 1 !important; 
}
input[type="date"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover {
    border-color: #6366f1;
}
