.SalesAppointmentsPage-module__h-h6BG__SalesAppointmentsPage{background-color:var(--c_white);flex-direction:column;align-items:center;min-height:100vh;padding:120px 20px 60px;display:flex}.SalesAppointmentsPage-module__h-h6BG__container{flex-direction:column;gap:40px;width:100%;max-width:1100px;display:flex}.SalesAppointmentsPage-module__h-h6BG__header_section{text-align:center;max-width:600px;margin:0 auto}.SalesAppointmentsPage-module__h-h6BG__header_section h1{color:var(--c_black);text-transform:uppercase;margin-bottom:15px;font-size:2.5rem;display:inline-block;position:relative}.SalesAppointmentsPage-module__h-h6BG__header_section h1:after{content:"";background:var(--bg_red_gradient);border-radius:2px;width:100%;height:3px;position:absolute;bottom:-5px;left:0}.SalesAppointmentsPage-module__h-h6BG__header_section p{color:var(--c_gray);font-size:1.1rem;line-height:1.6}.SalesAppointmentsPage-module__h-h6BG__content_grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:40px;display:grid}.SalesAppointmentsPage-module__h-h6BG__calendar_card{background:#fff;border-radius:24px;padding:30px;box-shadow:0 10px 40px rgba(0,0,0,.05)}.SalesAppointmentsPage-module__h-h6BG__calendar_header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.SalesAppointmentsPage-module__h-h6BG__calendar_title{color:var(--c_black);text-transform:capitalize;font-size:1.4rem;font-weight:700}.SalesAppointmentsPage-module__h-h6BG__nav_btn{width:40px;height:40px;color:var(--c_black);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;font-size:1.2rem;transition:all .2s;display:flex}.SalesAppointmentsPage-module__h-h6BG__nav_btn:hover:not(:disabled){background:var(--c_primary);color:#fff;border-color:var(--c_primary)}.SalesAppointmentsPage-module__h-h6BG__nav_btn:disabled{opacity:.3;cursor:not-allowed}.SalesAppointmentsPage-module__h-h6BG__weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:15px;display:grid}.SalesAppointmentsPage-module__h-h6BG__weekdays span{text-align:center;color:var(--c_gray);text-transform:uppercase;font-size:.85rem;font-weight:700}.SalesAppointmentsPage-module__h-h6BG__days_grid{grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.SalesAppointmentsPage-module__h-h6BG__day_cell{aspect-ratio:1;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;font-size:1rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.SalesAppointmentsPage-module__h-h6BG__day_cell.SalesAppointmentsPage-module__h-h6BG__blank{cursor:default}.SalesAppointmentsPage-module__h-h6BG__day_cell.SalesAppointmentsPage-module__h-h6BG__available{color:var(--c_black);background:#f3f4f6}.SalesAppointmentsPage-module__h-h6BG__day_cell.SalesAppointmentsPage-module__h-h6BG__available:hover{background:#e5e7eb;transform:translateY(-2px)}.SalesAppointmentsPage-module__h-h6BG__day_cell.SalesAppointmentsPage-module__h-h6BG__selected{background:var(--bg_red_gradient);color:#fff;box-shadow:0 8px 20px rgba(171,22,18,.3)}.SalesAppointmentsPage-module__h-h6BG__day_cell.SalesAppointmentsPage-module__h-h6BG__disabled{color:#d1d5db;cursor:not-allowed}.SalesAppointmentsPage-module__h-h6BG__form_card{background:#fff;border-radius:24px;padding:30px;box-shadow:0 10px 40px rgba(0,0,0,.05)}.SalesAppointmentsPage-module__h-h6BG__form{grid-template-columns:1fr 1fr;gap:20px;display:grid}.SalesAppointmentsPage-module__h-h6BG__full_width{grid-column:span 2}.SalesAppointmentsPage-module__h-h6BG__input_group{flex-direction:column;gap:8px;display:flex}.SalesAppointmentsPage-module__h-h6BG__input_group label{color:var(--c_black);text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:600}.SalesAppointmentsPage-module__h-h6BG__input_group input,.SalesAppointmentsPage-module__h-h6BG__input_group select,.SalesAppointmentsPage-module__h-h6BG__input_group textarea{color:var(--c_black);background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;font-size:1rem;transition:all .2s}.SalesAppointmentsPage-module__h-h6BG__input_group input:focus,.SalesAppointmentsPage-module__h-h6BG__input_group select:focus,.SalesAppointmentsPage-module__h-h6BG__input_group textarea:focus{border-color:var(--c_primary);background:#fff;outline:none;box-shadow:0 0 0 4px rgba(171,22,18,.1)}.SalesAppointmentsPage-module__h-h6BG__input_group textarea{resize:vertical;min-height:100px}.SalesAppointmentsPage-module__h-h6BG__submit_btn{background:var(--bg_red_gradient);color:#fff;text-transform:uppercase;cursor:pointer;border:none;border-radius:12px;grid-column:span 2;justify-content:center;align-items:center;gap:10px;margin-top:10px;padding:16px;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.SalesAppointmentsPage-module__h-h6BG__submit_btn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px 20px rgba(171,22,18,.2)}.SalesAppointmentsPage-module__h-h6BG__submit_btn:disabled{opacity:.6;cursor:not-allowed}.SalesAppointmentsPage-module__h-h6BG__spinner{font-size:1.4rem;animation:1s linear infinite SalesAppointmentsPage-module__h-h6BG__spin}@keyframes SalesAppointmentsPage-module__h-h6BG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SalesAppointmentsPage-module__h-h6BG__message{text-align:center;border-radius:10px;grid-column:span 2;padding:12px;font-size:.95rem;font-weight:600}.SalesAppointmentsPage-module__h-h6BG__success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.SalesAppointmentsPage-module__h-h6BG__error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}@media (max-width:1024px){.SalesAppointmentsPage-module__h-h6BG__content_grid{grid-template-columns:1fr}}@media (max-width:768px){.SalesAppointmentsPage-module__h-h6BG__SalesAppointmentsPage{padding-top:100px}.SalesAppointmentsPage-module__h-h6BG__header_section h1{font-size:2rem}.SalesAppointmentsPage-module__h-h6BG__form{grid-template-columns:1fr}.SalesAppointmentsPage-module__h-h6BG__full_width,.SalesAppointmentsPage-module__h-h6BG__submit_btn,.SalesAppointmentsPage-module__h-h6BG__message{grid-column:span 1}.SalesAppointmentsPage-module__h-h6BG__calendar_card,.SalesAppointmentsPage-module__h-h6BG__form_card{padding:20px}}
