.modal-overlay{z-index:10060;background:#0000000d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.custom-modal{box-sizing:border-box;background:#fff;border-radius:16px;width:340px;max-width:calc(100vw - 32px);padding:20px;animation:.2s fadeIn;box-shadow:0 15px 30px #0003}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}h3{text-align:center;margin-top:0}.month-year{justify-content:space-between;gap:12px;margin-bottom:12px;display:flex}.month-year-select-wrap{flex:1;align-items:center;min-width:0;display:flex;position:relative}.month-year-select-wrap select{color:#111827;appearance:none;cursor:pointer;box-sizing:border-box;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;width:100%;height:46px;padding:8px 36px 8px 16px;font-size:15px;font-weight:600}.arrow-buttons-container{z-index:2;pointer-events:auto;flex-direction:column;justify-content:center;align-items:center;gap:1px;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.arrow-btn{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:3px 6px;transition:background-color .15s;display:flex}.arrow-btn:hover{background-color:#e5e7eb}.arrow-btn svg{display:block}.weekday-header-grid{grid-template-columns:repeat(7,1fr);gap:4px;margin-top:14px;margin-bottom:10px;display:grid}.weekday-header-day{text-align:center;color:#9ca3af;font-size:13px;font-weight:500}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:18px;display:grid}.calendar-day{color:#111827;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin:auto;font-size:14px;font-weight:500;display:flex}.calendar-day.other-month{color:#d1d5db;cursor:default}.calendar-day.active{color:#fff;background:#38bdf8;border-radius:50%;font-weight:600}.time-select{justify-content:center;align-items:center;gap:6px;margin-top:10px;margin-bottom:20px;display:flex}.time-select select{box-sizing:border-box;width:76px;min-width:76px;padding-left:8px;padding-right:8px}.modal-actions{justify-content:flex-end;gap:10px;display:flex}.time-label{color:#111827;vertical-align:middle;font-size:14px;font-weight:500}.cancelBtn,.saveBtn{cursor:pointer;border:none;border-radius:20px;min-width:100px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}.cancelBtn{color:#4b5563;background:#f3f4f6}.saveBtn{color:#fff;background:#38bdf8}.calendar-day.disabled{color:#e5e7eb;pointer-events:none;cursor:not-allowed}@media (width<=360px){.custom-modal{padding:12px}.month-year select{width:100%!important}.time-select select{width:60px!important;min-width:0!important}}.custom-select-container{width:76px;min-width:76px;position:relative}.custom-select-trigger{border:1px solid var(--Grey-100,#f3f4f6);cursor:pointer;color:#111827;box-sizing:border-box;-webkit-user-select:none;user-select:none;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;height:42px;padding:0 10px;font-size:14px;font-weight:500;display:flex}.custom-select-trigger:after{content:"";border-top:4px solid #6b7280;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;margin-left:4px}.custom-select-options{z-index:10070;background:#fff;border:1px solid #e5e7eb;border-radius:8px;max-height:150px;position:absolute;bottom:46px;left:0;right:0;overflow-y:auto;box-shadow:0 -4px 6px -1px #0000001a,0 -2px 4px -1px #0000000f}.custom-select-option{color:#374151;cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;padding:8px 12px;font-size:14px}.custom-select-option:hover{color:#111827;background-color:#f3f4f6}.custom-select-option.selected{color:#fff;background-color:#40cfff}.custom-select-option.disabled{color:#cbd5e1;cursor:not-allowed;pointer-events:none;background-color:#f8fafc}.saveBtn:disabled{opacity:.5;cursor:not-allowed}@media (width<=360px){.custom-select-container{width:62px;min-width:62px}.custom-select-trigger{padding:0 6px;font-size:13px}}
