.custom-calendar{width:100%;margin:0 auto;padding:20px}.custom-calendar .calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.custom-calendar .calendar-controls button{margin:0 5px;padding:5px 10px}.custom-calendar .calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.custom-calendar .calendar-day-header{text-align:center;font-size:12px;font-weight:600;padding:10px;color:#73787e}.custom-calendar .calendar-day{display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;font-size:12px;font-weight:400;border-radius:50%}.custom-calendar .calendar-day.other-month{color:#ccc;font-size:12px;font-weight:400;color:#747474}.custom-calendar .calendar-day-number:hover{background-color:#f0f0f020}.custom-calendar .calendar-day.today{background-color:#0062ff;color:#fff}.custom-calendar .calendar-day .selected{background-color:#007bff;color:#007bff}.custom-calendar .today-button-container{width:80px;border:1px solid #404b72;font-size:13px;font-weight:500;border-radius:6px;text-align:center}.custom-calendar .today-button-container button{padding:5px 15px}