@tailwind base;@tailwind components;@tailwind utilities;.persian-calendar{direction:rtl;font-family:Vazirmatn,sans-serif}:root{--gorgan-red:#dc2626;--gorgan-dark:#1f2937}body{direction:rtl;font-family:Vazirmatn,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.Calendar{border-radius:.75rem;overflow:hidden;box-shadow:0 10px 25px #0000001a;font-family:Vazirmatn,sans-serif!important}.Calendar__day.-selected{transform:scale(1.05);color:#fff!important;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)!important;font-weight:700!important;box-shadow:0 4px 12px #dc262666!important}.Calendar__day.-selectedStart,.Calendar__day.-selectedEnd{color:#fff!important;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)!important;box-shadow:0 4px 12px #dc262666!important}.Calendar__day:hover:not(.-selected):not(.-disabled):not(.-blank){transition:all .2s;transform:scale(1.08);color:#dc2626!important;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)!important}.Calendar__day.-today{color:#dc2626!important;background:#fef2f2!important;border:2px solid #dc2626!important;font-weight:700!important}.Calendar__day.-today:hover{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)!important}.Calendar__day.-weekend{font-weight:500;color:#dc2626!important}.Calendar__day.-disabled{opacity:.3;cursor:not-allowed}.Calendar__header{border-radius:.75rem .75rem 0 0;padding:1rem;box-shadow:0 2px 8px #0000001a;color:#fff!important;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)!important}.Calendar__monthYear{font-size:1.1rem;font-weight:700}.Calendar__monthArrow{color:#fff!important;background:#ffffff1a!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;transition:all .2s!important;display:flex!important}.Calendar__monthArrow:hover{transform:scale(1.1);background:#ffffff40!important}.Calendar__weekDays{background:linear-gradient(#f9fafb 0%,#f3f4f6 100%);border-bottom:2px solid #e5e7eb;padding:.75rem 0}.Calendar__weekDay{color:var(--gorgan-dark);text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:700}.Calendar__day{border-radius:.5rem;margin:2px;font-weight:500;transition:all .2s}.Calendar__day:not(.-blank):not(.-disabled):not(.-selected):hover{transform:scale(1.08);box-shadow:0 2px 8px #dc262633}.Calendar__day.-blank{cursor:default}.Calendar{animation:.3s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Calendar{scrollbar-width:thin;scrollbar-color:var(--gorgan-red)#f3f4f6}.Calendar::-webkit-scrollbar{width:6px}.Calendar::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.Calendar::-webkit-scrollbar-thumb{background:var(--gorgan-red);border-radius:10px}.Calendar::-webkit-scrollbar-thumb:hover{background:#b91c1c}
