@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600&display=swap";
.react-calendar{background:#fff;border:1px solid #a0a096;width:350px;max-width:100%;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{margin:-.5em;display:flex}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :before,.react-calendar :after{box-sizing:border-box}.react-calendar button{border:0;outline:none;margin:0}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{height:44px;margin-bottom:1em;display:flex}.react-calendar__navigation button{background:0 0;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{font:inherit;justify-content:center;align-items:center;font-size:.75em;font-weight:700;display:flex}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{text-align:center;max-width:100%;font:inherit;background:0 0;padding:10px 6.6667px;font-size:.833em}.react-calendar__tile:disabled{color:#ababab;background-color:#f0f0f0}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{color:#fff;background:#006edc}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}
.NewBooking-module__DbnGgG__container{flex-direction:column;gap:30px;padding:50px 5px;display:flex}.NewBooking-module__DbnGgG__header h1{font-size:32px}.NewBooking-module__DbnGgG__header p{color:#6b7280}.NewBooking-module__DbnGgG__layout{align-items:start;gap:24px;display:flex}.NewBooking-module__DbnGgG__calendarCard,.NewBooking-module__DbnGgG__slotsCard{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:20px}.NewBooking-module__DbnGgG__calendarCard .react-calendar{border:none!important;width:100%!important}.NewBooking-module__DbnGgG__calendarCard .react-calendar__navigation{margin-bottom:10px}.NewBooking-module__DbnGgG__legend{flex-wrap:wrap;gap:20px;margin:15px 0;display:flex}.NewBooking-module__DbnGgG__slotGrid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px;display:grid}.NewBooking-module__DbnGgG__available,.NewBooking-module__DbnGgG__booked{border-radius:14px;height:70px;font-weight:600;transition:transform .2s,box-shadow .2s}.NewBooking-module__DbnGgG__available{cursor:pointer;background:#ecfdf5;border:1px solid #22c55e}.NewBooking-module__DbnGgG__available:hover{transform:translateY(-2px);box-shadow:0 8px 20px #22c55e26}.NewBooking-module__DbnGgG__booked{cursor:not-allowed;opacity:.8;background:#9e9e9e;border:1px solid #ef4444}.NewBooking-module__DbnGgG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.NewBooking-module__DbnGgG__modal{background:#fff;border-radius:20px;width:100%;max-width:500px;margin:16px;padding:24px}.NewBooking-module__DbnGgG__modal h2{margin-bottom:12px}.NewBooking-module__DbnGgG__details{background:#f9fafb;border-radius:12px;margin:20px 0;padding:16px}.NewBooking-module__DbnGgG__note{color:#6b7280;margin-bottom:20px}.NewBooking-module__DbnGgG__actions{justify-content:flex-end;gap:12px;display:flex}.NewBooking-module__DbnGgG__cancelBtn{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:10px 16px}.NewBooking-module__DbnGgG__confirmBtn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:10px;padding:10px 16px}@media (max-width:1024px){.NewBooking-module__DbnGgG__calendarCard,.NewBooking-module__DbnGgG__slotsCard{padding:18px}}@media (max-width:768px){.NewBooking-module__DbnGgG__layout{align-items:start;gap:12px;display:grid}.NewBooking-module__DbnGgG__calendarCard{padding:12px;position:sticky;top:10px}.NewBooking-module__DbnGgG__slotGrid{flex-direction:column;gap:8px}.NewBooking-module__DbnGgG__available,.NewBooking-module__DbnGgG__booked{width:100%;height:52px;padding:0 8px;font-size:13px}.NewBooking-module__DbnGgG__legend{flex-direction:column;gap:8px}.NewBooking-module__DbnGgG__calendarCard .react-calendar{font-size:12px}.NewBooking-module__DbnGgG__calendarCard .react-calendar__tile{padding:8px 2px}.NewBooking-module__DbnGgG__calendarCard .react-calendar__navigation button{min-width:24px}}@media (max-width:380px){.NewBooking-module__DbnGgG__layout{grid-template-columns:250px minmax(90px,1fr)}.NewBooking-module__DbnGgG__calendarCard{width:250px}.NewBooking-module__DbnGgG__available,.NewBooking-module__DbnGgG__booked{height:48px;font-size:12px}}.NewBooking-module__DbnGgG__dateHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.NewBooking-module__DbnGgG__date{color:#111827;font-size:1.1rem;font-weight:600}@media (max-width:560px){.NewBooking-module__DbnGgG__date{color:#111827;font-size:.8rem;font-weight:600}}.NewBooking-module__DbnGgG__legend{gap:16px;display:flex}.NewBooking-module__DbnGgG__legendItem{color:#6b7280;align-items:center;gap:6px;font-size:.85rem;display:flex}.NewBooking-module__DbnGgG__legendDot{border-radius:50%;width:8px;height:8px}.NewBooking-module__DbnGgG__availableDot{background:#22c55e}.NewBooking-module__DbnGgG__bookedDot{background:#ef4444}@media (max-width:768px){.NewBooking-module__DbnGgG__dateHeader{flex-direction:column;align-items:flex-start}.NewBooking-module__DbnGgG__legend{gap:12px}}.NewBooking-module__DbnGgG__bookedBy{color:#fff;margin-top:4px;font-size:.8rem;display:block}.NewBooking-module__DbnGgG__pricing{color:#4b5563;padding:10px 0;font-size:14px}.NewBooking-module__DbnGgG__pricing strong{color:#111827}.NewBooking-module__DbnGgG__overlay{z-index:999;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.NewBooking-module__DbnGgG__modal{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:24px;animation:.2s NewBooking-module__DbnGgG__popup;box-shadow:0 20px 45px #0003}.NewBooking-module__DbnGgG__modal h2{color:#1f2937;text-align:center;margin:0 0 20px;font-size:1.35rem;font-weight:700}.NewBooking-module__DbnGgG__modal input{background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;margin-bottom:14px;padding:12px 14px;font-size:.95rem;transition:all .2s}.NewBooking-module__DbnGgG__modal input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.NewBooking-module__DbnGgG__actions{gap:12px;margin-top:8px;display:flex}.NewBooking-module__DbnGgG__actions button{cursor:pointer;border:none;border-radius:10px;flex:1;padding:12px;font-size:.95rem;font-weight:600;transition:all .2s}.NewBooking-module__DbnGgG__actions button:first-child{color:#374151;background:#f3f4f6}.NewBooking-module__DbnGgG__actions button:first-child:hover{background:#e5e7eb}.NewBooking-module__DbnGgG__actions button:last-child{color:#fff;background:#2563eb}.NewBooking-module__DbnGgG__actions button:last-child:hover{background:#1d4ed8}.NewBooking-module__DbnGgG__actions button:active{transform:scale(.98)}@keyframes NewBooking-module__DbnGgG__popup{0%{opacity:0;transform:translateY(15px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:600px){.NewBooking-module__DbnGgG__modal{border-radius:14px;padding:20px}.NewBooking-module__DbnGgG__modal h2{font-size:1.15rem}.NewBooking-module__DbnGgG__actions{flex-direction:column}.NewBooking-module__DbnGgG__actions button{width:100%}}
.Bookings-module__gpJrzq__container{flex-direction:column;gap:30px;padding:50px 5px;display:flex}.Bookings-module__gpJrzq__header h1{font-size:32px}.Bookings-module__gpJrzq__header p{color:#6b7280}.Bookings-module__gpJrzq__layout{align-items:start;gap:24px;display:flex}.Bookings-module__gpJrzq__calendarCard,.Bookings-module__gpJrzq__slotsCard{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:20px}.Bookings-module__gpJrzq__calendarCard .react-calendar{border:none!important;width:100%!important}.Bookings-module__gpJrzq__calendarCard .react-calendar__navigation{margin-bottom:10px}.Bookings-module__gpJrzq__legend{flex-wrap:wrap;gap:20px;margin:15px 0;display:flex}.Bookings-module__gpJrzq__slotGrid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px;display:grid}.Bookings-module__gpJrzq__available,.Bookings-module__gpJrzq__booked{border-radius:14px;height:70px;font-weight:600;transition:transform .2s,box-shadow .2s}.Bookings-module__gpJrzq__available{cursor:pointer;background:#ecfdf5;border:1px solid #22c55e}.Bookings-module__gpJrzq__available:hover{transform:translateY(-2px);box-shadow:0 8px 20px #22c55e26}.Bookings-module__gpJrzq__booked{cursor:not-allowed;opacity:.8;background:#9e9e9e;border:1px solid #ef4444}.Bookings-module__gpJrzq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Bookings-module__gpJrzq__modal{background:#fff;border-radius:20px;width:100%;max-width:500px;margin:16px;padding:24px}.Bookings-module__gpJrzq__modal h2{margin-bottom:12px}.Bookings-module__gpJrzq__details{background:#f9fafb;border-radius:12px;margin:20px 0;padding:16px}.Bookings-module__gpJrzq__note{color:#6b7280;margin-bottom:20px}.Bookings-module__gpJrzq__actions{justify-content:flex-end;gap:12px;display:flex}.Bookings-module__gpJrzq__cancelBtn{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:10px 16px}.Bookings-module__gpJrzq__confirmBtn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:10px;padding:10px 16px}@media (max-width:1024px){.Bookings-module__gpJrzq__calendarCard,.Bookings-module__gpJrzq__slotsCard{padding:18px}}@media (max-width:768px){.Bookings-module__gpJrzq__layout{align-items:start;gap:12px;display:grid}.Bookings-module__gpJrzq__calendarCard{padding:12px;position:sticky;top:10px}.Bookings-module__gpJrzq__slotGrid{flex-direction:column;gap:8px}.Bookings-module__gpJrzq__available,.Bookings-module__gpJrzq__booked{width:100%;height:52px;padding:0 8px;font-size:13px}.Bookings-module__gpJrzq__legend{flex-direction:column;gap:8px}.Bookings-module__gpJrzq__calendarCard .react-calendar{font-size:12px}.Bookings-module__gpJrzq__calendarCard .react-calendar__tile{padding:8px 2px}.Bookings-module__gpJrzq__calendarCard .react-calendar__navigation button{min-width:24px}}@media (max-width:380px){.Bookings-module__gpJrzq__layout{grid-template-columns:250px minmax(90px,1fr)}.Bookings-module__gpJrzq__calendarCard{width:250px}.Bookings-module__gpJrzq__available,.Bookings-module__gpJrzq__booked{height:48px;font-size:12px}}.Bookings-module__gpJrzq__dateHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.Bookings-module__gpJrzq__date{color:#111827;font-size:1.1rem;font-weight:600}@media (max-width:560px){.Bookings-module__gpJrzq__date{color:#111827;font-size:.8rem;font-weight:600}}.Bookings-module__gpJrzq__legend{gap:16px;display:flex}.Bookings-module__gpJrzq__legendItem{color:#6b7280;align-items:center;gap:6px;font-size:.85rem;display:flex}.Bookings-module__gpJrzq__legendDot{border-radius:50%;width:8px;height:8px}.Bookings-module__gpJrzq__availableDot{background:#22c55e}.Bookings-module__gpJrzq__bookedDot{background:#ef4444}@media (max-width:768px){.Bookings-module__gpJrzq__dateHeader{flex-direction:column;align-items:flex-start}.Bookings-module__gpJrzq__legend{gap:12px}}.Bookings-module__gpJrzq__bookedBy{color:#fff;margin-top:4px;font-size:.8rem;display:block}.Bookings-module__gpJrzq__pricing{color:#4b5563;padding:10px 0;font-size:14px}.Bookings-module__gpJrzq__pricing strong{color:#111827}.Bookings-module__gpJrzq__closed{color:#262626;border:1 px solid #7f1d77;background:#e5e5e5;border-radius:14px;height:70px;font-weight:600;transition:transform .2s,box-shadow .2s}.Bookings-module__gpJrzq__closed:hover{transform:none}.Bookings-module__gpJrzq__closedText{color:#92400e;margin-top:4px;font-size:.72rem;font-weight:700;display:block}.Bookings-module__gpJrzq__fullDayBanner{padding:1rem 0}
