.appointment-card{display:flex;flex-direction:column;justify-content:center;width:97%;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.08);overflow:hidden;border:1px solid rgba(0,61,102,.1)}.appointment-card--rtl .card-header{text-align:start}@media(max-width:768px){.appointment-card--rtl .card-header{text-align:start}}.appointment-card--rtl .detail-content{text-align:start}.appointment-card .card-header{padding:1.5rem 2rem;background:#fff;color:#003d66;border-bottom:1px solid rgba(136,136,136,.1)}@media(max-width:768px){.appointment-card .card-header{padding:1rem 1.5rem;text-align:center}}.appointment-card .card-header h2{font-size:1.5rem;font-weight:600;margin:0}@media(max-width:768px){.appointment-card .card-header h2{font-size:1.3rem}}.appointment-card .status-banner{width:100%;padding:1.5rem 2rem;margin:0;border-radius:0}@media(max-width:768px){.appointment-card .status-banner{padding:1rem 1.5rem}}.appointment-card .status-banner .status-content{display:flex;align-items:center;gap:1rem}.appointment-card .status-banner .status-content .status-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.2)}.appointment-card .status-banner .status-content .status-icon .anticon{font-size:1.2rem}.appointment-card .status-banner .status-content .status-text{display:flex;flex-direction:column;gap:.25rem}.appointment-card .status-banner .status-content .status-text .status-label{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.appointment-card .status-banner .status-content .status-text .status-value{font-size:1.1rem;font-weight:600;display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .35rem;line-height:1.35}.appointment-card .status-banner .status-content .status-text .status-value .status-primary-label{font-weight:600}.appointment-card .status-banner .status-content .status-text .status-value .status-sep{font-weight:500;opacity:.55}.appointment-card .status-banner .status-content .status-text .status-value .status-confirmation-badge{font-size:1rem;font-weight:600;opacity:.95}.appointment-card .status-banner.status-confirmed{background:rgba(11,186,181,.1);color:#003d66;border-inline-start:4px solid #0bbab5}.appointment-card .status-banner.status-confirmed .status-icon{background:rgba(11,186,181,.2)}.appointment-card .status-banner.status-confirmed .status-icon .anticon{color:#0bbab5}.appointment-card .status-banner.status-cancelled{background:rgba(254,59,59,.1);color:#003d66;border-inline-start:4px solid rgba(254,59,59,.6392156863)}.appointment-card .status-banner.status-cancelled .status-icon{background:rgba(254,59,59,.2)}.appointment-card .status-banner.status-cancelled .status-icon .anticon{color:rgba(254,59,59,.6392156863)}.appointment-card .status-banner.status-pending{background:rgba(77,76,76,.1);color:#003d66;border-inline-start:4px solid #4d4c4c}.appointment-card .status-banner.status-pending .status-icon{background:rgba(77,76,76,.2)}.appointment-card .status-banner.status-pending .status-icon .anticon{color:#4d4c4c}.appointment-card .status-banner.status-dispatched{background:rgba(11,186,181,.1);color:#003d66;border-inline-start:4px solid #0bbab5}.appointment-card .status-banner.status-dispatched .status-icon{background:rgba(11,186,181,.2)}.appointment-card .status-banner.status-dispatched .status-icon .anticon{color:#0bbab5}.appointment-card .status-banner.status-completed{background:rgba(11,186,181,.15);color:#003d66;border-inline-start:4px solid #0bbab5}.appointment-card .status-banner.status-completed .status-icon{background:rgba(11,186,181,.3)}.appointment-card .status-banner.status-completed .status-icon .anticon{color:#0bbab5}.appointment-card .status-banner.status-scheduled{background:rgba(11,186,181,.06);color:#003d66;border-inline-start:4px solid #0bbab5}.appointment-card .status-banner.status-scheduled .status-icon{background:rgba(11,186,181,.2)}.appointment-card .status-banner.status-scheduled .status-icon .anticon{color:#0bbab5}.appointment-card .status-banner.status-unknown{background:rgba(136,136,136,.1);color:#003d66;border-inline-start:4px solid #888}.appointment-card .status-banner.status-unknown .status-icon{background:rgba(136,136,136,.2)}.appointment-card .status-banner.status-unknown .status-icon .anticon{color:#888}.appointment-card .appointment-details{padding:2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:768px){.appointment-card .appointment-details{padding:1.5rem;grid-template-columns:1fr;gap:1rem}}.appointment-card .detail-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;background:rgba(11,186,181,.03);border:1px solid rgba(136,136,136,.1);transition:all .3s ease}.appointment-card .detail-item:hover{background:rgba(11,186,181,.06);border-color:rgba(11,186,181,.2)}.appointment-card .detail-item .detail-icon{width:40px;height:40px;border-radius:12px;background:rgba(11,186,181,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.appointment-card .detail-item .detail-icon .anticon{font-size:1.2rem;color:#0bbab5}.appointment-card .detail-item .detail-content{display:flex;flex-direction:column;gap:.25rem}.appointment-card .detail-item .detail-content .label{font-size:.85rem;color:#888;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.appointment-card .detail-item .detail-content .value{font-size:1.1rem;color:#003d66;font-weight:600}.cancel-sheet-overlay{position:fixed;inset:0;z-index:10050;background:rgba(0,0,0,.48);backdrop-filter:blur(4px)}.cancel-sheet{position:fixed;left:0;right:0;bottom:0;z-index:10051;display:flex;flex-direction:column;max-height:min(92vh,720px);max-width:520px;background:#fff;border-radius:22px 22px 0 0;box-shadow:0 -16px 48px rgba(0,0,0,.14);padding-bottom:env(safe-area-inset-bottom,0);touch-action:pan-y}.cancel-sheet.rtl{direction:rtl;text-align:right}.cancel-sheet__handle{width:42px;height:5px;border-radius:99px;background:rgba(136,136,136,.35);margin:10px auto 4px;flex-shrink:0}.cancel-sheet__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.35rem 1.1rem .75rem;border-bottom:1px solid rgba(136,136,136,.12);flex-shrink:0}.cancel-sheet__title{margin:0;font-size:1.22rem;font-weight:800;color:#003d66;line-height:1.35;padding-inline-end:.5rem}.cancel-sheet__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:none;border-radius:12px;background:rgba(136,136,136,.08);color:#003d66;cursor:pointer;transition:background .2s ease}.cancel-sheet__close:hover:not(:disabled){background:rgba(136,136,136,.14)}.cancel-sheet__close:disabled{opacity:.45;cursor:not-allowed}.cancel-sheet__body{position:relative;flex:1 1 auto;min-height:0;overflow-y:auto;padding:.85rem 1.1rem 1rem;-webkit-overflow-scrolling:touch}.cancel-sheet__loading{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.72);backdrop-filter:blur(3px);border-radius:0;pointer-events:none}.cancel-sheet__lead{margin:0 0 1rem;font-size:.95rem;line-height:1.55;color:rgba(0,61,102,.82);text-align:center}.cancel-sheet__types{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.25rem}.cancel-sheet__type-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .85rem;border-radius:999px;font-size:.82rem;font-weight:600;border:1px solid rgba(136,136,136,.25);color:#003d66;background:rgba(0,61,102,.03)}.cancel-sheet__type-chip .anticon{font-size:1rem;color:#0bbab5}.cancel-sheet__type-chip--accent{border-color:rgba(254,59,59,.35);background:rgba(254,59,59,.06)}.cancel-sheet__type-chip--accent .anticon{color:rgba(254,59,59,.85)}.cancel-sheet__type-chip--accent.is-muted{opacity:.55}.cancel-sheet__reason-block{margin-top:.25rem}.cancel-sheet__reason-heading{display:block;font-size:.92rem;font-weight:700;color:#003d66;margin-bottom:.55rem}.cancel-sheet__search-wrap{position:relative;margin-bottom:.65rem}.cancel-sheet__search-icon{position:absolute;top:50%;inset-inline-start:.95rem;transform:translateY(-50%);font-size:1rem;color:rgba(136,136,136,.75);pointer-events:none}.cancel-sheet__search{width:100%;min-height:48px;padding-block:.65rem;padding-inline:2.65rem 1rem;border:2px solid rgba(136,136,136,.18);border-radius:14px;font-size:1rem;font-family:inherit;color:#003d66;background:rgba(0,61,102,.02);transition:border-color .2s ease,box-shadow .2s ease}.cancel-sheet__search::-moz-placeholder{color:rgba(136,136,136,.75)}.cancel-sheet__search::placeholder{color:rgba(136,136,136,.75)}.cancel-sheet__search:focus{outline:none;border-color:rgba(11,186,181,.55);box-shadow:0 0 0 3px rgba(11,186,181,.12)}.cancel-sheet__search:disabled{opacity:.55;cursor:not-allowed}.cancel-sheet__reason-list{display:flex;flex-direction:column;gap:.45rem;max-height:min(42vh,320px);overflow-y:auto;padding-inline-end:2px;margin-bottom:.25rem}.cancel-sheet__reason-list::-webkit-scrollbar{width:6px}.cancel-sheet__reason-list::-webkit-scrollbar-thumb{background:rgba(136,136,136,.35);border-radius:99px}.cancel-sheet__reason-loading{display:flex;flex-direction:column;align-items:center;gap:.65rem;padding:1.5rem 1rem;color:#888;font-size:.9rem}.cancel-sheet__reason-empty{margin:0;padding:1rem;text-align:center;font-size:.9rem;color:rgba(136,136,136,.95)}.cancel-sheet__reason-option{display:flex;align-items:center;gap:.75rem;width:100%;min-height:52px;padding:.65rem .85rem;border:2px solid rgba(136,136,136,.16);border-radius:14px;background:#fff;cursor:pointer;text-align:start;font-family:inherit;font-size:.95rem;font-weight:600;color:#003d66;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.cancel-sheet__reason-option:hover:not(:disabled){border-color:rgba(11,186,181,.4);background:rgba(11,186,181,.05)}.cancel-sheet__reason-option:disabled{opacity:.45;cursor:not-allowed}.cancel-sheet__reason-option.is-selected{border-color:rgba(11,186,181,.65);background:linear-gradient(135deg,rgba(11,186,181,.12),rgba(11,186,181,.04));box-shadow:0 2px 12px rgba(11,186,181,.12)}.cancel-sheet__reason-radio{width:20px;height:20px;border-radius:50%;border:2px solid rgba(136,136,136,.45);flex-shrink:0;transition:border-color .2s ease,background .2s ease}.cancel-sheet__reason-option.is-selected .cancel-sheet__reason-radio{border-color:#0bbab5;background:#0bbab5;box-shadow:inset 0 0 0 3px #fff}.cancel-sheet__reason-label{flex:1;line-height:1.4}.cancel-sheet__reason-check{flex-shrink:0;font-size:1.25rem;color:#0bbab5}.cancel-sheet__footer{flex-shrink:0;padding:.75rem 1.1rem calc(.85rem + env(safe-area-inset-bottom, 0px));border-top:1px solid rgba(136,136,136,.1);background:linear-gradient(180deg,rgba(255,255,255,.96),#ffffff 30%)}.cancel-sheet__actions{display:flex;flex-direction:column;gap:.55rem}.cancel-sheet__actions--single .cancel-sheet__btn--primary{width:100%}.cancel-sheet__btn{display:flex;align-items:center;justify-content:center;min-height:50px;padding:.75rem 1rem;border-radius:14px;border:none;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:transform .15s ease,opacity .2s ease}.cancel-sheet__btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.cancel-sheet__btn--secondary{background:#fff;color:#003d66;border:2px solid rgba(136,136,136,.28)}.cancel-sheet__btn--secondary:hover:not(:disabled){background:rgba(136,136,136,.06)}.cancel-sheet__btn--primary{background:linear-gradient(135deg,#003d66,rgb(0,42.7,71.4));color:#fff;border:2px solid rgba(0,0,0,0);box-shadow:0 4px 16px rgba(0,61,102,.28)}.cancel-sheet__btn--primary:hover:not(:disabled){filter:brightness(1.05)}.cancel-sheet__btn--danger{background:linear-gradient(135deg,rgba(254,59,59,.6392156863),rgba(253.8446700508,28.5553299492,28.5553299492,.6392156863));color:#fff;box-shadow:0 4px 14px rgba(254,59,59,.35)}.cancel-sheet__btn--danger:hover:not(:disabled){filter:brightness(1.03)}.cancel-sheet__btn-text{display:block;width:100%;margin-top:.35rem;padding:.5rem;border:none;background:rgba(0,0,0,0);font-size:.95rem;font-weight:600;font-family:inherit;color:rgba(136,136,136,.9);cursor:pointer}.cancel-sheet__btn-text:hover:not(:disabled){color:#003d66}.cancel-sheet__btn-text:disabled{opacity:.45;cursor:not-allowed}.tax-invoice-overlay{position:fixed;inset:0;background:rgba(0,61,102,.45);backdrop-filter:blur(5px);z-index:1000}.tax-invoice-overlay.tax-invoice-overlay--stack-top{z-index:10050}.tax-invoice-sheet{position:fixed;left:0;right:0;bottom:0;z-index:10051;display:flex;flex-direction:column;max-height:min(94vh,820px);width:100%;max-width:720px;margin-inline:auto;background:#fff;border-radius:22px 22px 0 0;box-shadow:0 -16px 48px rgba(0,0,0,.18);overflow:hidden;padding-bottom:env(safe-area-inset-bottom,0);touch-action:pan-y}.tax-invoice-sheet.rtl{direction:rtl;text-align:right}.tax-invoice-sheet__handle{width:42px;height:5px;border-radius:99px;background:rgba(136,136,136,.35);margin:10px auto 6px;flex-shrink:0}.tax-invoice-sheet__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.25rem 1rem .75rem;border-bottom:1px solid rgba(136,136,136,.12);flex-shrink:0}.tax-invoice-sheet__title{margin:0;font-size:1.2rem;font-weight:800;color:#003d66;line-height:1.35;padding-inline-end:.35rem}.tax-invoice-sheet__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:none;border-radius:12px;background:rgba(136,136,136,.08);color:#003d66;cursor:pointer;transition:background .2s ease}.tax-invoice-sheet__close:hover{background:rgba(136,136,136,.14)}.tax-invoice-sheet__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:1rem 1.1rem 1.25rem;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.tax-invoice-sheet__scroll::-webkit-scrollbar{width:6px}.tax-invoice-sheet__scroll::-webkit-scrollbar-thumb{background:rgba(11,186,181,.35);border-radius:99px}.tax-invoice-sheet__footer{flex-shrink:0;display:flex;flex-direction:column;gap:.55rem;padding:.85rem 1.1rem calc(1rem + env(safe-area-inset-bottom, 0px));border-top:1px solid rgba(136,136,136,.1);background:linear-gradient(180deg,rgba(255,255,255,.98),#ffffff 35%)}.tax-invoice-desc--sheet{margin:0 0 1.1rem;text-align:center}.tax-invoice-existing-info{padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.tax-invoice-existing-icon{font-size:3rem;margin-bottom:1.5rem;filter:drop-shadow(0 2px 4px rgba(255,193,7,.3))}.tax-invoice-existing-title{font-size:1.5rem;font-weight:700;color:#003d66;margin-bottom:1rem;line-height:1.4}.tax-invoice-existing-message{font-size:1rem;color:#888;margin-bottom:2rem;line-height:1.6;max-width:400px}.tax-invoice-existing-close{background:#003d66;color:#fff;border:none;padding:.75rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.tax-invoice-existing-close:hover{background:rgb(0,30.5,51);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,61,102,.3)}.tax-invoice-existing-close:active{transform:translateY(0)}@media(max-width:768px){.tax-invoice-existing-close{padding:.625rem 1.5rem;font-size:.9rem}}.tax-invoice-header{padding:1.5rem 2rem 1rem;text-align:center;border-bottom:1px solid rgba(136,136,136,.1);flex-shrink:0}@media(max-width:768px){.tax-invoice-header{padding:1.25rem 1.25rem .75rem}}.tax-invoice-title{font-size:1.5rem;font-weight:700;color:#003d66;margin:0 0 .5rem}@media(max-width:768px){.tax-invoice-title{font-size:1.25rem}}.tax-invoice-desc{font-size:.9rem;color:#888;margin:0;line-height:1.5}@media(max-width:768px){.tax-invoice-desc{font-size:.85rem}}.tax-invoice-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.5rem 2rem;overscroll-behavior:contain}@media(max-width:768px){.tax-invoice-body{padding:1.25rem}}.tax-invoice-body::-webkit-scrollbar{width:5px}.tax-invoice-body::-webkit-scrollbar-track{background:rgba(136,136,136,.05);border-radius:10px}.tax-invoice-body::-webkit-scrollbar-thumb{background:rgba(11,186,181,.3);border-radius:10px}.tax-invoice-body::-webkit-scrollbar-thumb:hover{background:rgba(11,186,181,.5)}.tax-invoice-body.tax-invoice-body--sheet{flex:none;overflow:visible;padding:0}.tax-invoice-section{background:linear-gradient(135deg,rgba(11,186,181,.03),rgba(0,61,102,.02));border:1px solid rgba(11,186,181,.12);border-radius:14px;padding:1.5rem;margin-bottom:1rem;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}@media(max-width:768px){.tax-invoice-section{padding:1.25rem .75rem;border-radius:12px}}.tax-invoice-section:last-child{margin-bottom:0}.tax-invoice-section-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;color:#003d66;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(11,186,181,.15)}@media(max-width:768px){.tax-invoice-section-title{font-size:.95rem;margin-bottom:.85rem;padding-bottom:.6rem}}.tax-invoice-section-title:before{content:"";width:4px;height:18px;background:linear-gradient(180deg,#0bbab5,#003d66);border-radius:2px;flex-shrink:0}@media(max-width:768px){.tax-invoice-section-title:before{height:16px;width:3px}}.tax-invoice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;row-gap:1.5rem}@media(max-width:600px){.tax-invoice-grid{grid-template-columns:1fr;gap:1.25rem;row-gap:1.5rem}}.tax-invoice-grid.tax-invoice-grid-3{grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.tax-invoice-grid.tax-invoice-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.tax-invoice-grid.tax-invoice-grid-3{grid-template-columns:1fr}}.tax-invoice-field{display:flex;flex-direction:column;gap:.5rem;min-width:0;overflow:visible}.tax-invoice-field.tax-invoice-field-full{grid-column:1/-1}.tax-invoice-label{font-size:.875rem;font-weight:600;color:#003d66;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4;max-width:100%}@media(max-width:768px){.tax-invoice-label{font-size:.75rem}}.tax-invoice-input{width:100%;max-width:100%;padding:.75rem 1rem;border:2px solid rgba(136,136,136,.18);border-radius:10px;font-size:.95rem;font-family:inherit;background:#fff;color:#003d66;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}@media(max-width:768px){.tax-invoice-input{padding:.7rem .85rem;font-size:.9rem;border-radius:8px}}.tax-invoice-input::-moz-placeholder{color:rgba(136,136,136,.5)}.tax-invoice-input::placeholder{color:rgba(136,136,136,.5)}.tax-invoice-input:focus{outline:none;border-color:#0bbab5;box-shadow:0 0 0 3px rgba(11,186,181,.1)}.tax-invoice-input.tax-invoice-input-error{border-color:rgba(254,59,59,.6392156863);background:rgba(254,59,59,.02)}.tax-invoice-input.tax-invoice-input-error:focus{box-shadow:0 0 0 3px rgba(254,59,59,.1)}.tax-invoice-crn-wrapper{display:flex;align-items:stretch;border:2px solid rgba(136,136,136,.18);border-radius:10px;overflow:hidden;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;width:100%;max-width:100%;box-sizing:border-box}@media(max-width:768px){.tax-invoice-crn-wrapper{border-radius:8px}}.tax-invoice-crn-wrapper:focus-within{border-color:#0bbab5;box-shadow:0 0 0 3px rgba(11,186,181,.1)}.tax-invoice-crn-wrapper.tax-invoice-crn-error{border-color:rgba(254,59,59,.6392156863)}.tax-invoice-crn-wrapper.tax-invoice-crn-error:focus-within{box-shadow:0 0 0 3px rgba(254,59,59,.1)}.tax-invoice-crn-select.ant-select{min-width:80px}.tax-invoice-crn-select.ant-select .ant-select-selector{border:none!important;background:rgba(11,186,181,.08)!important;height:46px!important;padding:0 12px!important;border-radius:0!important}@media(max-width:768px){.tax-invoice-crn-select.ant-select .ant-select-selector{height:42px!important}}.tax-invoice-crn-select.ant-select .ant-select-selection-item{font-weight:600;color:#003d66!important;display:flex;align-items:center}.tax-invoice-crn-select.ant-select.ant-select-focused .ant-select-selector{box-shadow:none!important}.tax-invoice-crn-divider{width:1px;background:rgba(136,136,136,.2);flex-shrink:0}.tax-invoice-crn-input{flex:1;border:none!important;outline:none!important;padding:.75rem 1rem;font-size:.95rem;font-family:inherit;background:rgba(0,0,0,0);color:#003d66}@media(max-width:768px){.tax-invoice-crn-input{padding:.7rem .85rem;font-size:.9rem}}.tax-invoice-crn-input::-moz-placeholder{color:rgba(136,136,136,.5)}.tax-invoice-crn-input::placeholder{color:rgba(136,136,136,.5)}.tax-invoice-select.ant-select{width:100%}.tax-invoice-select.ant-select .ant-select-selector{border:2px solid rgba(136,136,136,.18)!important;border-radius:10px!important;min-height:48px!important;height:auto!important;padding:.75rem 14px!important;background:#fff!important;transition:border-color .2s ease,box-shadow .2s ease!important;display:flex!important;align-items:center!important}@media(max-width:768px){.tax-invoice-select.ant-select .ant-select-selector{min-height:44px!important;border-radius:8px!important;padding:.7rem 12px!important}}.tax-invoice-select.ant-select .ant-select-selection-search{display:flex!important;align-items:center!important}.tax-invoice-select.ant-select .ant-select-selection-search-input{height:100%!important}.tax-invoice-select.ant-select .ant-select-selection-placeholder{color:rgba(136,136,136,.5)!important;font-size:.95rem;line-height:1.5!important}@media(max-width:768px){.tax-invoice-select.ant-select .ant-select-selection-placeholder{font-size:.9rem}}.tax-invoice-select.ant-select .ant-select-selection-item{color:#003d66!important;font-size:.95rem;display:flex;align-items:center;line-height:1.5!important;padding:0!important}@media(max-width:768px){.tax-invoice-select.ant-select .ant-select-selection-item{font-size:.9rem}}.tax-invoice-select.ant-select .ant-select-arrow{color:#0bbab5;display:flex;align-items:center;justify-content:center;height:100%;top:50%;margin-top:8px;margin-left:4px;transform:translateY(-50%)}.tax-invoice-select.ant-select.ant-select-focused .ant-select-selector{border-color:#0bbab5!important;box-shadow:0 0 0 3px rgba(11,186,181,.1)!important}.tax-invoice-select.ant-select.tax-invoice-select-error .ant-select-selector{border-color:rgba(254,59,59,.6392156863)!important;background:rgba(254,59,59,.02)!important}.tax-invoice-dropdown{border-radius:12px!important;box-shadow:0 10px 40px rgba(0,0,0,.15)!important;padding:6px!important;overflow:hidden!important}.tax-invoice-dropdown .ant-select-item{border-radius:8px;padding:10px 14px;font-size:.95rem;margin:2px 0}@media(max-width:768px){.tax-invoice-dropdown .ant-select-item{padding:8px 12px;font-size:.9rem}}.tax-invoice-dropdown .ant-select-item-option-selected{background:rgba(11,186,181,.12)!important;font-weight:600}.tax-invoice-dropdown .ant-select-item-option-active{background:rgba(11,186,181,.06)!important}.tax-invoice-dropdown .rc-virtual-list-holder{max-height:220px!important;overflow-y:auto!important;overscroll-behavior:contain}.tax-invoice-dropdown .rc-virtual-list-holder::-webkit-scrollbar{width:4px}.tax-invoice-dropdown .rc-virtual-list-holder::-webkit-scrollbar-track{background:rgba(136,136,136,.05)}.tax-invoice-dropdown .rc-virtual-list-holder::-webkit-scrollbar-thumb{background:rgba(11,186,181,.3);border-radius:4px}.tax-invoice-error{font-size:.75rem;color:rgba(254,59,59,.6392156863);font-weight:500;margin-top:.25rem;animation:taxInvoiceSlideIn .2s ease}@keyframes taxInvoiceSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.tax-invoice-footer{padding:1.25rem 2rem;border-top:1px solid rgba(136,136,136,.1);display:flex;gap:1rem;justify-content:center;flex-shrink:0;background:#fff}@media(max-width:768px){.tax-invoice-footer{padding:1rem 1.25rem;gap:.5rem}}.tax-invoice-btn{flex:1;max-width:200px;padding:.85rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none}@media(max-width:768px){.tax-invoice-btn{max-width:100%;padding:.8rem 1.25rem;font-size:.95rem}}.tax-invoice-btn:disabled{opacity:.6;cursor:not-allowed}.tax-invoice-btn-primary{background:linear-gradient(135deg,#003d66,#003e66);color:#fff}.tax-invoice-btn-primary:hover:not(:disabled){opacity:.95}.tax-invoice-btn-secondary{background:#fff;color:#888;border:2px solid rgba(136,136,136,.2)}.tax-invoice-btn-secondary:hover:not(:disabled){background:rgba(136,136,136,.05);border-color:rgba(136,136,136,.3)}.tax-invoice-not-company-wrap{padding-bottom:.25rem}.tax-invoice-not-company-hint{margin:1rem 0 0;font-size:.82rem;color:rgba(136,136,136,.92);text-align:center;line-height:1.5}.tax-invoice-not-company{text-align:center;padding:1.25rem .75rem 1.5rem}@media(max-width:768px){.tax-invoice-not-company{padding:1rem .5rem 1.25rem}}.tax-invoice-warning-icon{font-size:4rem;color:#4d4c4c;margin-bottom:1.5rem;display:block}@media(max-width:768px){.tax-invoice-warning-icon{font-size:3rem;margin-bottom:1rem}}.tax-invoice-not-company-title{color:#003d66;font-size:1.5rem;font-weight:700;margin:0 0 1rem}@media(max-width:768px){.tax-invoice-not-company-title{font-size:1.25rem}}.tax-invoice-not-company-text{color:#888;font-size:1rem;line-height:1.7;max-width:450px;margin:0 auto}@media(max-width:768px){.tax-invoice-not-company-text{font-size:.95rem}}.reschedule-sheet-loading{position:absolute;inset:0;z-index:20;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.82);backdrop-filter:blur(6px);border-radius:22px 22px 0 0;pointer-events:all}.reschedule-date-selection.date-selection-section{margin-bottom:1rem}.reschedule-date-field{width:100%}.reschedule-date-field__label{display:block;font-size:.9rem;font-weight:700;color:#003d66;margin-bottom:.5rem;letter-spacing:.02em}.reschedule-date-field__suffix{font-size:1.05rem;color:rgba(0,61,102,.5)}.reschedule-date-picker-root.ant-picker{width:100%;min-height:52px;padding:.45rem .75rem;border-radius:14px;border:2px solid rgba(136,136,136,.22)!important;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.04);transition:border-color .2s ease,box-shadow .2s ease}.reschedule-date-picker-root.ant-picker:hover{border-color:rgba(11,186,181,.4)!important}.reschedule-date-picker-root.ant-picker.ant-picker-focused,.reschedule-date-picker-root.ant-picker:focus-within{border-color:#0bbab5!important;box-shadow:0 0 0 4px rgba(11,186,181,.14)}.reschedule-date-picker-root.ant-picker .ant-picker-input{flex:1;min-width:0}.reschedule-date-picker-root.ant-picker .ant-picker-input>input{font-size:1rem;font-weight:600;color:#003d66;font-family:inherit}.reschedule-date-picker-root.ant-picker .ant-picker-input>input::-moz-placeholder{color:rgba(136,136,136,.55);font-weight:500}.reschedule-date-picker-root.ant-picker .ant-picker-input>input::placeholder{color:rgba(136,136,136,.55);font-weight:500}.reschedule-date-picker-root.ant-picker .ant-picker-suffix{margin-inline-start:.35rem}.reschedule-date-picker-root.ant-picker .ant-picker-clear{background:hsla(0,0%,100%,.95)}.reschedule-picker-dropdown.ant-picker-dropdown .ant-picker-panel-container{border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.14),0 0 0 1px rgba(0,61,102,.06);overflow:hidden}.reschedule-picker-dropdown.ant-picker-dropdown .ant-picker-content th,.reschedule-picker-dropdown.ant-picker-dropdown .ant-picker-header{color:#003d66;font-weight:700}.reschedule-picker-dropdown.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{background:linear-gradient(135deg,#0bbab5,rgb(8.7218274112,147.4781725888,143.5137055838))!important;border-radius:10px}.reschedule-picker-dropdown.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:#0bbab5}.appointment-manage-fab-bar{position:fixed;left:0;right:0;bottom:0;z-index:995;padding:.65rem 1rem calc(.75rem + env(safe-area-inset-bottom, 0px));display:flex;justify-content:center;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.92) 35%,rgba(255,255,255,.98));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(0,61,102,.08);box-shadow:0 -8px 32px rgba(0,0,0,.06)}.appointment-manage-fab-bar.rtl{direction:rtl}.appointment-manage-fab-bar__button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%;max-width:420px;min-height:52px;padding:.85rem 1.5rem;border:none;border-radius:14px;font-size:1.05rem;font-weight:700;font-family:inherit;cursor:pointer;color:#fff;background:linear-gradient(135deg,#003d66,rgb(0,36.6,61.2));box-shadow:0 4px 14px rgba(0,61,102,.35),inset 0 1px 0 hsla(0,0%,100%,.12);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.appointment-manage-fab-bar__button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.appointment-manage-fab-bar__button:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(11,186,181,.45),0 4px 14px rgba(0,61,102,.35)}.appointment-manage-fab-bar__icon{font-size:1.15rem}.appointment-modify-manage-sidebar{position:sticky;top:5.5rem;z-index:2;flex-shrink:0;width:100%;max-width:280px;padding:1rem .85rem;background:#fff;border-radius:18px;border:1px solid rgba(0,61,102,.12);box-shadow:0 8px 28px rgba(0,0,0,.06)}@media(max-width:1023px){.appointment-modify-manage-sidebar{display:none}}.appointment-modify-manage-sidebar.rtl{direction:rtl;text-align:start}.appointment-modify-manage-sidebar__title{margin:0 0 .9rem;padding-bottom:.65rem;border-bottom:1px solid rgba(136,136,136,.12);font-size:1.02rem;font-weight:800;color:#003d66;line-height:1.3;text-align:center}.appointment-modify-manage-sidebar .appointment-manage-row{min-height:48px;padding:.6rem .7rem;font-size:.9rem;border-radius:14px}.appointment-modify-manage-sidebar .appointment-manage-row .appointment-manage-row__icon{width:40px;height:40px;font-size:1.15rem}.appointment-modify-manage-sidebar .appointment-manage-divider{margin:.2rem 0}.appointment-manage-sidebar-actions{display:flex;flex-direction:column;gap:.45rem;width:100%;padding:0;margin:0}.appointment-manage-overlay{position:fixed;inset:0;z-index:996;background:rgba(0,0,0,.45);backdrop-filter:blur(2px)}.appointment-manage-sheet{position:fixed;left:0;right:0;bottom:0;z-index:997;max-height:min(88vh,640px);background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -12px 48px rgba(0,0,0,.12);display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,0);touch-action:pan-y}.appointment-manage-sheet.rtl{direction:rtl;text-align:right}.appointment-manage-sheet__handle{width:40px;height:5px;border-radius:99px;background:rgba(136,136,136,.28);margin:10px auto 6px;flex-shrink:0}.appointment-manage-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.35rem 1.1rem .85rem;border-bottom:1px solid rgba(136,136,136,.1);flex-shrink:0}.appointment-manage-sheet__title{margin:0;font-size:1.2rem;font-weight:700;color:#003d66;flex:1;text-align:start;padding-inline-start:.25rem}.appointment-manage-sheet__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:12px;background:rgba(136,136,136,.08);color:#003d66;cursor:pointer;transition:background .2s ease}.appointment-manage-sheet__close:hover{background:rgba(136,136,136,.14)}.appointment-manage-sheet__close:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(11,186,181,.35)}.appointment-manage-sheet__list{overflow-y:auto;padding:.75rem 1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;-webkit-overflow-scrolling:touch}.appointment-manage-divider{height:1px;margin:.35rem 0;background:linear-gradient(90deg,transparent,rgba(136,136,136,.2) 20%,rgba(136,136,136,.2) 80%,transparent)}.appointment-manage-row{display:flex;align-items:center;gap:.9rem;width:100%;min-height:56px;padding:.75rem 1rem;border:2px solid rgba(0,61,102,.12);border-radius:16px;background:#fff;font-size:1rem;font-weight:700;font-family:inherit;color:#003d66;cursor:pointer;text-align:start;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .18s ease}.appointment-manage-row:hover:not(:disabled){box-shadow:0 6px 20px rgba(0,0,0,.1);transform:translateY(-1px)}.appointment-manage-row:active:not(:disabled){transform:translateY(0)}.appointment-manage-row:disabled{opacity:1!important;cursor:not-allowed;pointer-events:none;box-shadow:none!important;transform:none!important;border-style:solid!important;border-color:#bdbdbd!important;background:#e3e3e3!important;color:#6a6a6a!important;-webkit-tap-highlight-color:rgba(0,0,0,0);filter:none!important}.appointment-manage-row:disabled .appointment-manage-row__icon{background:#cfcfcf!important;color:#7a7a7a!important}.appointment-manage-row:focus-visible:not(:disabled){outline:none;box-shadow:0 0 0 3px rgba(11,186,181,.35)}.appointment-manage-row__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;font-size:1.28rem;flex-shrink:0;transition:background .2s ease,color .2s ease}.appointment-manage-row__label{flex:1;line-height:1.4}.appointment-manage-row--confirm{border-color:rgba(11,186,181,.45);background:linear-gradient(135deg,rgba(11,186,181,.12),rgba(11,186,181,.03))}.appointment-manage-row--confirm:hover:not(:disabled){border-color:rgba(11,186,181,.65);background:linear-gradient(135deg,rgba(11,186,181,.18),rgba(11,186,181,.06))}.appointment-manage-row--confirm .appointment-manage-row__icon{background:rgba(11,186,181,.22);color:rgb(5.8741116751,99.3258883249,96.6558375635)}.appointment-manage-row--cancel{border-color:rgba(254,59,59,.35);background:linear-gradient(135deg,rgba(254,59,59,.08),rgba(254,59,59,.02))}.appointment-manage-row--cancel:hover:not(:disabled){border-color:rgba(254,59,59,.5);background:linear-gradient(135deg,rgba(254,59,59,.12),rgba(254,59,59,.04))}.appointment-manage-row--cancel .appointment-manage-row__icon{background:rgba(254,59,59,.15);color:hsla(0,98.9847715736%,53.3725490196%,.6392156863)}.appointment-manage-row--reschedule{border-color:rgba(0,61,102,.28);background:linear-gradient(135deg,rgba(0,61,102,.08),rgba(0,61,102,.02))}.appointment-manage-row--reschedule:hover:not(:disabled){border-color:rgba(0,61,102,.45);background:linear-gradient(135deg,rgba(0,61,102,.12),rgba(0,61,102,.04))}.appointment-manage-row--reschedule .appointment-manage-row__icon{background:rgba(0,61,102,.12);color:#003d66}.appointment-manage-row--invoice{border-color:rgba(0,62,102,.25);background:linear-gradient(135deg,rgba(0,62,102,.07),rgba(0,61,102,.02))}.appointment-manage-row--invoice:hover:not(:disabled){border-color:rgba(0,62,102,.4)}.appointment-manage-row--invoice .appointment-manage-row__icon{background:rgba(0,62,102,.12);color:#003e66}.appointment-manage-row--secondary:not(:disabled){border:2px solid rgba(136,136,136,.32);background:rgba(136,136,136,.06);font-weight:600;color:rgba(0,61,102,.95)}.appointment-manage-row--secondary:not(:disabled):hover{border-color:rgba(0,61,102,.28);background:rgba(0,61,102,.06)}.appointment-manage-row--secondary:not(:disabled) .appointment-manage-row__icon{background:rgba(0,61,102,.1);color:#003d66}.appointment-actions-card{width:97%;margin:1rem auto 0;background:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.08);border:1px solid rgba(0,61,102,.1)}.appointment-actions-card .status-actions{display:flex;gap:1rem;padding:1.5rem 2rem}@media(max-width:768px){.appointment-actions-card .status-actions{padding:1rem 1.5rem;flex-direction:column;gap:.75rem}}.appointment-actions-card .status-actions .status-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem .75rem .75rem .2rem;border:2px solid;border-radius:12px;background:rgba(0,0,0,0);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.appointment-actions-card .status-actions .status-button .anticon{font-size:1.1rem}.appointment-actions-card .status-actions .status-button .status-button-label{flex:1 1 auto;text-align:start;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:.4rem}@media(max-width:768px){.appointment-actions-card .status-actions .status-button{justify-content:center;gap:0}.appointment-actions-card .status-actions .status-button .status-button-inner{display:flex;align-items:center;justify-content:flex-start;width:min(115px,45vw);margin:0 auto}.appointment-actions-card .status-actions .status-button .status-button-label{padding-right:.1rem}.appointment-actions-card .status-actions .status-button .status-button-icon{width:34px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}}.appointment-actions-card .status-actions .status-button.confirmed-button{border-color:#0bbab5;color:#0bbab5;background:rgba(11,186,181,.03)}.appointment-actions-card .status-actions .status-button.confirmed-button:hover:not(:disabled){color:#003d66;border-color:#003d66;background:rgba(11,186,181,.06)}.appointment-actions-card .status-actions .status-button.cancelled-button{border-color:#0bbab5;color:#0bbab5;background:rgba(11,186,181,.03)}.appointment-actions-card .status-actions .status-button.cancelled-button:hover:not(:disabled){color:#003d66;border-color:#003d66;background:rgba(11,186,181,.06)}.appointment-actions-card .status-actions .status-button.pending-button{border-color:#0bbab5;color:#0bbab5;background:rgba(11,186,181,.03)}.appointment-actions-card .status-actions .status-button.pending-button:hover:not(:disabled){color:#003d66;border-color:#003d66;background:rgba(11,186,181,.06)}.appointment-actions-card .status-actions .status-button.invoice-button{border-color:#0bbab5;color:#0bbab5;background:rgba(11,186,181,.03)}.appointment-actions-card .status-actions .status-button.invoice-button:hover:not(:disabled){color:#003d66;border-color:#003d66;background:rgba(11,186,181,.06)}.appointment-actions-card .status-actions .status-button.revert-button{border-color:#28a745;color:#28a745;background:rgba(40,167,69,.03)}.appointment-actions-card .status-actions .status-button.revert-button:hover:not(:disabled){color:#28a745;border-color:#28a745;background:rgba(40,167,69,.06)}.appointment-actions-card .status-actions .status-button:disabled{opacity:.3;cursor:not-allowed;transform:none!important}.appointment-actions-card .status-actions .status-button:disabled:hover{transform:none!important;color:inherit;border-color:inherit;background:inherit}.appointment-actions-card .status-actions .more-action{position:relative;flex:1}.appointment-actions-card .status-actions .more-action .status-button{width:100%}.appointment-actions-card .status-actions .status-button.more-button{border-color:rgba(0,61,102,.7);color:#003d66;background:rgba(0,61,102,.06)}.appointment-actions-card .status-actions .status-button.more-button:hover:not(:disabled){border-color:rgba(136,136,136,.35);background:rgba(136,136,136,.06);color:#003d66}.appointment-actions-card .status-actions .status-button:hover:not(:disabled){box-shadow:none!important;transform:none!important}.more-action .more-menu{position:absolute;top:calc(100% + .5rem);z-index:1200;width:100%;min-width:unset;padding:.5rem;background:#fff;border:1px solid rgba(136,136,136,.12);border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,.14),0 6px 18px rgba(0,0,0,.08)}.more-action .more-menu.rtl{right:0;text-align:right}.more-action .more-menu.ltr{left:0;text-align:left}.more-action .more-menu-item{width:100%;display:flex;align-items:center;gap:.75rem;justify-content:flex-start;padding:.85rem 1rem;border:0;background:rgba(0,0,0,0);border-radius:12px;cursor:pointer;font-size:.95rem;font-weight:600;color:#003d66;min-height:44px;transition:background .2s ease,box-shadow .2s ease}.more-action .more-menu-item:hover:not(:disabled){background:rgba(11,186,181,.06)}.more-action .more-menu-item:focus-visible{outline:none;background:rgba(11,186,181,.08);box-shadow:0 0 0 3px rgba(11,186,181,.18)}.more-action .more-menu-item:disabled{opacity:.4;cursor:not-allowed;color:#888}.more-action .more-menu-item:disabled .more-item-icon{color:#888}.more-action .more-menu-item:disabled:hover{background:rgba(0,0,0,0)}.more-action .more-menu-item .more-item-icon{font-size:1.05rem;color:rgba(0,61,102,.8);width:34px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.more-action .more-menu-item span{flex:1;text-align:start}.more-action .more-menu.rtl .more-menu-item{flex-direction:row}.more-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);backdrop-filter:blur(2px);z-index:1300;display:flex;align-items:flex-end;justify-content:center;padding:0 .5rem}.more-sheet{width:min(650px,100%);background:#fff;border-radius:18px 18px 0 0;box-shadow:0 -20px 60px rgba(0,0,0,.22),0 -6px 18px rgba(0,0,0,.12);padding:.75rem 1rem calc(1rem + env(safe-area-inset-bottom));overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.more-sheet .more-sheet-handle{width:46px;height:5px;border-radius:999px;background:rgba(136,136,136,.28);margin:.35rem auto .75rem}.more-sheet .more-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.25rem .75rem;padding-inline:.25rem}.more-sheet .more-sheet-title{font-size:1.05rem;font-weight:800;color:#003d66;text-align:start}.more-sheet .more-sheet-close{width:40px;height:40px;border-radius:12px;border:1px solid rgba(136,136,136,.18);background:rgba(136,136,136,.04);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:rgba(0,61,102,.75);transition:background .2s ease,border-color .2s ease}.more-sheet .more-sheet-close:hover{background:rgba(136,136,136,.08);border-color:rgba(136,136,136,.28)}.more-sheet .more-sheet-close:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(11,186,181,.18)}.more-sheet .more-sheet-content{display:flex;flex-direction:column;gap:.5rem;padding:.25rem}.more-sheet .more-sheet-item{width:100%;min-height:48px;display:flex;align-items:center;gap:.75rem;justify-content:flex-start;border:1px solid rgba(136,136,136,.14);background:#fff;border-radius:14px;padding:.9rem 1rem;font-size:1rem;font-weight:700;color:#003d66;cursor:pointer;text-align:start;transition:background .2s ease,border-color .2s ease,transform .2s ease}.more-sheet .more-sheet-item:hover:not(:disabled){background:rgba(11,186,181,.04);border-color:rgba(11,186,181,.25);transform:none}.more-sheet .more-sheet-item:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(11,186,181,.18)}.more-sheet .more-sheet-item:disabled{opacity:.4;cursor:not-allowed;color:#888;border-color:rgba(136,136,136,.1)}.more-sheet .more-sheet-item:disabled .more-item-icon{color:#888}.more-sheet .more-sheet-item:disabled:hover{background:#fff;border-color:rgba(136,136,136,.1);transform:none}.more-sheet .more-sheet-item .more-item-icon{font-size:1.1rem;color:rgba(0,61,102,.85);width:34px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.more-sheet .more-sheet-item span{flex:1;text-align:start}.btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border-radius:12px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;min-height:50px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn .anticon{font-size:1.1rem}.btn.btn-primary{background:linear-gradient(135deg,#003d66,#003e66);color:#fff}.btn.btn-primary:hover:not(:disabled){transform:none;box-shadow:none}.btn.btn-secondary{background:#fff;color:#888;border:2px solid rgba(136,136,136,.2)}.btn.btn-secondary:hover:not(:disabled){background:rgba(136,136,136,.05);border-color:rgba(136,136,136,.3);box-shadow:none;transform:none}.btn.btn-danger{background:rgba(254,59,59,.6392156863);color:#fff}.btn.btn-danger:hover:not(:disabled){background:rgba(254,59,59,.9)}.btn.btn-ghost{background:rgba(0,0,0,0);color:#888;border:2px solid rgba(0,0,0,0);min-height:44px}.btn.btn-ghost:hover:not(:disabled){background:rgba(136,136,136,.08);color:#003d66}.btn.btn-success{background:#0bbab5;color:#fff}.btn.btn-success:hover:not(:disabled){background:rgba(11,186,181,.8);box-shadow:none;transform:none}.dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:3rem 1rem 2rem;backdrop-filter:blur(4px);overflow-y:hidden}@media(max-width:768px){.dialog-overlay{padding:2rem 1rem 1.5rem}}@media(max-width:480px){.dialog-overlay{padding:1.5rem .5rem 1rem}}.dialog-overlay.dialog-overlay--stack-top{z-index:10050}.dialog{position:relative;background:#fff;border-radius:18px;padding:1.75rem;max-width:500px;width:100%;box-shadow:0 20px 40px rgba(0,0,0,.15);max-height:85vh;overflow:hidden;display:flex;flex-direction:column;margin-top:60px;transition:all .3s cubic-bezier(.4,0,.2,1)}.dialog.dialog-large{max-width:650px;width:95vw;max-height:85vh}@media(max-width:768px){.dialog.dialog-large{max-width:none;width:95vw;padding:1.5rem;max-height:80vh}}@media(max-width:480px){.dialog.dialog-large{width:98vw;padding:1rem;max-height:80%;margin-top:2rem}}.dialog.dialog-with-dropdown{max-height:85vh;height:auto;min-height:600px;padding-bottom:3rem}@media(max-width:768px){.dialog.dialog-with-dropdown{max-height:90vh;min-height:500px;margin:.5rem;padding-bottom:2.5rem}}@media(max-width:480px){.dialog.dialog-with-dropdown{max-height:95vh;min-height:450px;margin:.25rem;padding-bottom:2rem}}.dialog.dialog-with-dropdown .custom-dropdown .dropdown-options{max-height:220px}@media(max-width:768px){.dialog.dialog-with-dropdown .custom-dropdown .dropdown-options{max-height:200px}}@media(max-width:480px){.dialog.dialog-with-dropdown .custom-dropdown .dropdown-options{max-height:180px}}@media(max-width:768px){.dialog{padding:1.5rem;margin:1rem;max-height:90vh}}@media(max-width:480px){.dialog{padding:1rem;margin:.5rem;max-height:95vh}}.dialog h3{font-size:1.5rem;font-weight:700;color:#003d66;margin-bottom:1rem;text-align:center}@media(max-width:768px){.dialog h3{font-size:1.3rem;margin-bottom:.75rem}}.dialog p{color:#888;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;text-align:center}@media(max-width:768px){.dialog p{font-size:.9rem;margin-bottom:1rem}}.dialog .form-group{margin-bottom:1.5rem}@media(max-width:768px){.dialog .form-group{margin-bottom:1rem}}.dialog .form-group label{display:block;font-size:.9rem;font-weight:600;color:#003d66;margin-bottom:.5rem}@media(max-width:768px){.dialog .form-group label{font-size:.85rem}}.dialog .form-group input,.dialog .form-group select,.dialog .form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid rgba(136,136,136,.2);border-radius:12px;font-size:1rem;transition:all .3s ease;font-family:inherit}@media(max-width:768px){.dialog .form-group input,.dialog .form-group select,.dialog .form-group textarea{padding:.65rem .85rem;font-size:.9rem}}.dialog .form-group input:focus,.dialog .form-group select:focus,.dialog .form-group textarea:focus{outline:none;border-color:#0bbab5;box-shadow:0 0 0 3px rgba(11,186,181,.1)}.dialog .form-group textarea{resize:vertical;min-height:80px}@media(max-width:768px){.dialog .form-group textarea{min-height:70px}}.dialog .dialog-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(136,136,136,.1)}@media(max-width:768px){.dialog .dialog-actions{flex-direction:row;gap:.75rem;margin-top:1.5rem;padding-top:1rem;justify-content:space-between}}.dialog .dialog-actions .btn{min-width:120px;padding:.75rem 1.5rem;font-weight:500}@media(max-width:768px){.dialog .dialog-actions .btn{min-width:0;width:auto;flex:1 1 0;padding:.85rem 1rem;font-size:.9rem}}.dialog .dialog-actions .btn:disabled{opacity:.6;cursor:not-allowed}.dialog .dialog-actions .btn.btn-primary:disabled{background:#9ca3af;border-color:#9ca3af}.dialog .dialog-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,61,102,.3);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;border-radius:20px}@media(max-width:768px){.dialog .dialog-loading-overlay{border-radius:16px}}.dialog .dialog-loading-overlay .preloader-container{position:relative;width:auto;height:auto;background-color:rgba(0,0,0,0);backdrop-filter:none}.dialog .dialog-loading-overlay .smiley{position:relative;top:auto;left:auto;transform:none;width:6em;height:6em}.dialog:has(.dialog-loading-overlay){pointer-events:none}.dialog:has(.dialog-loading-overlay) .dialog-loading-overlay{pointer-events:all}.dialog .time-selection-section{flex:1 1 auto;min-height:0}.dialog .time-selection-section .form-group{display:flex;flex-direction:column;min-height:0}.dialog .time-selection-section .form-group .time-slots-container{flex:1 1 auto}.dialog .dialog-actions{margin-top:auto;background:#fff;position:sticky;bottom:0;z-index:2}.dialog.dialog-cancel-refund{max-width:520px;overflow-y:auto;gap:.25rem}.dialog.dialog-cancel-refund .dialog-cancel-hint,.dialog.dialog-cancel-refund .dialog-cancel-lead{text-align:center;margin-bottom:.75rem}.dialog.dialog-cancel-refund .dialog-cancel-hint{font-size:.95rem;font-weight:600;color:rgba(0,61,102,.85);margin-bottom:1rem}.dialog.dialog-cancel-refund .cancel-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.25rem}@media(max-width:520px){.dialog.dialog-cancel-refund .cancel-type-grid{grid-template-columns:1fr}}.dialog.dialog-cancel-refund .cancel-type-grid.rtl{direction:rtl}.dialog.dialog-cancel-refund .cancel-type-card{border:1px solid rgba(136,136,136,.2);border-radius:14px;padding:1rem;background:rgba(0,61,102,.02);display:flex;flex-direction:column;gap:.35rem;text-align:start}.dialog.dialog-cancel-refund .cancel-type-card--accent{border-color:rgba(254,59,59,.35);background:rgba(254,59,59,.04)}.dialog.dialog-cancel-refund .cancel-type-card--muted{opacity:.55;border-style:dashed}.dialog.dialog-cancel-refund .cancel-type-card-icon{font-size:1.35rem;color:#0bbab5;margin-bottom:.15rem}.dialog.dialog-cancel-refund .cancel-type-card--accent .cancel-type-card-icon{color:rgba(254,59,59,.6392156863)}.dialog.dialog-cancel-refund .cancel-type-card-title{font-weight:700;font-size:.95rem;color:#003d66;line-height:1.35}.dialog.dialog-cancel-refund .cancel-type-card-desc{font-size:.82rem;color:#888;line-height:1.45}.dialog.dialog-cancel-refund .cancel-reason-section{margin-top:.25rem;margin-bottom:.5rem;text-align:start}.dialog.dialog-cancel-refund .cancel-reason-label{display:block;font-size:.9rem;font-weight:600;color:#003d66;margin-bottom:.5rem}.dialog.dialog-cancel-refund .modern-select.w-full{width:100%}.dialog.dialog-cancel-refund .dialog-actions--stack{flex-direction:column;gap:.65rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(136,136,136,.12)}.dialog.dialog-cancel-refund .dialog-actions--stack .btn-cancel-action{width:100%;min-height:48px}.dialog.dialog-cancel-refund .dialog-actions--stack .cancel-refund-unavailable{margin:-.25rem 0 0;font-size:.82rem;color:#888;text-align:center;line-height:1.4}.dialog.dialog-cancel-refund .dialog-actions--footer{border-top:none;margin-top:.5rem;padding-top:0;justify-content:center}.dialog.dialog-cancel-refund .dialog-actions--footer .btn-ghost{width:100%;max-width:280px}.dialog-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,61,102,.3);display:flex;align-items:center;justify-content:center;border-radius:20px;z-index:10;backdrop-filter:blur(8px)}.dialog-loading-overlay .preloader-container{position:relative;width:auto;height:auto;background-color:rgba(0,0,0,0);backdrop-filter:none}.dialog-loading-overlay .smiley{position:relative;top:auto;left:auto;transform:none;width:6em;height:6em}.dialog-loading-overlay .preloader-container{background:rgba(0,0,0,0);padding:0}.dialog-loading-overlay .preloader-container .smiley{width:120px;height:120px}@media(max-width:768px){.dialog-loading-overlay .preloader-container .smiley{width:100px;height:100px}}.reschedule-separator{text-align:center;margin:1.5rem 0;position:relative}@media(max-width:768px){.reschedule-separator{margin:1rem 0}}.reschedule-separator:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0 50%,transparent);z-index:0}.reschedule-separator span{position:relative;background:#fff;padding:0 1.5rem;color:#003d66;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;z-index:1}@media(max-width:768px){.reschedule-separator span{font-size:.8rem;padding:0 1rem}}.error-message{display:flex;align-items:center;gap:.5rem;padding:1rem;background:rgba(254,59,59,.05);border:1px solid rgba(254,59,59,.2);border-radius:8px;margin-bottom:1rem;color:rgba(254,59,59,.6392156863);font-size:.9rem}@media(max-width:768px){.error-message{padding:.75rem;font-size:.8rem}}.error-message .anticon{font-size:1rem;flex-shrink:0}.date-selection-section,.time-selection-section{margin-bottom:1.5rem}@media(max-width:768px){.date-selection-section,.time-selection-section{margin-bottom:1rem}}.loading-time-slots{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:#888}@media(max-width:768px){.loading-time-slots{padding:1.5rem;font-size:.9rem}}.loading-time-slots .loading-spinner{width:20px;height:20px;border:2px solid rgba(11,186,181,.2);border-top-color:#0bbab5;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:768px){.loading-time-slots .loading-spinner{width:16px;height:16px}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.time-slots-container{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1rem;overflow-y:visible;padding-right:.25rem;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}@media(max-width:768px){.time-slots-container{grid-template-columns:repeat(2,1fr);gap:.5rem}}.time-slots-container .time-slot{padding:.75rem .5rem;border:2px solid rgba(136,136,136,.2);border-radius:8px;background:#fff;color:#003d66;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}@media(max-width:768px){.time-slots-container .time-slot{padding:.6rem .4rem;font-size:.8rem}}.time-slots-container .time-slot:hover{border-color:#0bbab5;background:rgba(11,186,181,.05)}.time-slots-container .time-slot.selected{border-color:#0bbab5;background:#0bbab5;color:#fff}.time-slots-container .time-slot:disabled{opacity:.5;cursor:not-allowed;background:rgba(136,136,136,.1);color:#888}.no-slots-message{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:#888;background:rgba(136,136,136,.05);border-radius:8px;margin-top:1rem}@media(max-width:768px){.no-slots-message{padding:1.5rem;font-size:.9rem}}.no-slots-message .anticon{font-size:1.1rem;color:#4d4c4c}.cancel-reason-section{margin:1.25rem 0}@media(max-width:768px){.cancel-reason-section{margin:1rem 0}}.cancel-reason-section .cancel-reason-label{display:block;font-size:.95rem;font-weight:600;color:#003d66;margin-bottom:.625rem;text-align:right;letter-spacing:.2px}@media(max-width:768px){.cancel-reason-section .cancel-reason-label{font-size:.875rem;margin-bottom:.5rem}}.cancel-reason-section .custom-dropdown{position:relative;width:100%}.cancel-reason-section .custom-dropdown .dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border:1.5px solid rgba(136,136,136,.25);border-radius:10px;background:#fff;cursor:pointer;transition:all .25s ease;min-height:48px;box-shadow:0 2px 4px rgba(0,0,0,.05)}@media(max-width:768px){.cancel-reason-section .custom-dropdown .dropdown-trigger{padding:.625rem .875rem;min-height:44px}}.cancel-reason-section .custom-dropdown .dropdown-trigger:hover{border-color:rgba(11,186,181,.4);box-shadow:0 0 0 3px rgba(11,186,181,.05)}.cancel-reason-section .custom-dropdown .dropdown-trigger.selected,.cancel-reason-section .custom-dropdown .dropdown-trigger:focus{border-color:#0bbab5;box-shadow:0 0 0 3px rgba(11,186,181,.1);outline:none}.cancel-reason-section .custom-dropdown .dropdown-trigger.error{border-color:rgba(254,59,59,.6392156863);box-shadow:0 0 0 3px rgba(254,59,59,.1)}.cancel-reason-section .custom-dropdown .dropdown-trigger.error:hover{border-color:rgba(254,59,59,.6)}.cancel-reason-section .custom-dropdown .dropdown-trigger .dropdown-text{font-size:.95rem;color:#003d66;flex:1;text-align:right;font-weight:500;line-height:1.4}@media(max-width:768px){.cancel-reason-section .custom-dropdown .dropdown-trigger .dropdown-text{font-size:.875rem}}.cancel-reason-section .custom-dropdown .dropdown-trigger .dropdown-text.placeholder,.cancel-reason-section .custom-dropdown .dropdown-trigger .dropdown-text:empty:before{content:attr(data-placeholder);color:rgba(136,136,136,.55);font-style:normal;font-weight:400}.cancel-reason-section .custom-dropdown .dropdown-trigger .dropdown-arrow{font-size:.7rem;color:rgba(11,186,181,.7);margin-left:.625rem;transition:transform .25s ease,color .25s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:16px;height:16px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.cancel-reason-section .custom-dropdown .dropdown-trigger .dropdown-arrow{font-size:.65rem;width:14px;height:14px}}.cancel-reason-section .custom-dropdown .dropdown-trigger:hover .dropdown-arrow{color:#0bbab5}.cancel-reason-section .custom-dropdown .dropdown-options{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid rgba(11,186,181,.15);border-radius:10px;box-shadow:0 10px 40px rgba(0,0,0,.15);z-index:1000;max-height:264px;overflow-y:auto;margin-top:6px;backdrop-filter:blur(8px)}@media(max-width:768px){.cancel-reason-section .custom-dropdown .dropdown-options{max-height:240px;box-shadow:0 8px 32px rgba(0,0,0,.12);margin-top:4px}}.cancel-reason-section .custom-dropdown .dropdown-options::-webkit-scrollbar{width:4px}.cancel-reason-section .custom-dropdown .dropdown-options::-webkit-scrollbar-track{background:rgba(136,136,136,.1);border-radius:2px}.cancel-reason-section .custom-dropdown .dropdown-options::-webkit-scrollbar-thumb{background:rgba(11,186,181,.3);border-radius:2px}.cancel-reason-section .custom-dropdown .dropdown-options::-webkit-scrollbar-thumb:hover{background:rgba(11,186,181,.5)}.cancel-reason-section .custom-dropdown .dropdown-options .dropdown-option{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;cursor:pointer;border-bottom:1px solid rgba(136,136,136,.08);transition:all .15s ease;position:relative;min-height:44px}@media(max-width:768px){.cancel-reason-section .custom-dropdown .dropdown-options .dropdown-option{padding:.5rem .875rem;min-height:40px}}.cancel-reason-section .custom-dropdown .dropdown-options .dropdown-option:last-child{border-bottom:none;border-radius:0 0 10px 10px}.cancel-reason-section .custom-dropdown .dropdown-options .dropdown-option:first-child{border-radius:10px 10px 0 0}.cancel-reason-section .custom-dropdown .dropdown-options .dropdown-option:only-child{border-radius:10px}.cancel-reason-section .custom-dropdown .dropdown-options .dropdown-option span{font-size:.95rem;color:#003d66;text-align:right;flex:1;font-weight:500;line-height:1.3}@media(max-width:768px){.cancel-reason-section .custom-dropdown .dropdown-options .dropdown-option span{font-size:.875rem}}.cancel-reason-section .custom-dropdown .dropdown-options .dropdown-option .check-icon{color:#0bbab5;font-weight:700;font-size:.875rem;margin-left:.5rem;background:rgba(11,186,181,.1);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.cancel-reason-section .custom-dropdown .dropdown-options .dropdown-option .check-icon{font-size:.75rem;width:18px;height:18px}}.cancel-reason-section .custom-dropdown .dropdown-options .dropdown-option:hover{background:rgba(11,186,181,.06);transform:translateX(-2px)}.cancel-reason-section .custom-dropdown .dropdown-options .dropdown-option:hover span{color:#0bbab5}.cancel-reason-section .custom-dropdown .dropdown-options .dropdown-option.selected{background:rgba(11,186,181,.12);border-left:3px solid #0bbab5}.cancel-reason-section .custom-dropdown .dropdown-options .dropdown-option.selected span{color:#0bbab5;font-weight:600}.cancel-reason-section .cancel-reason-error{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.625rem .75rem;background:rgba(254,59,59,.08);border:1px solid rgba(254,59,59,.25);border-radius:8px;color:rgba(254,59,59,.6392156863);font-size:.85rem;font-weight:500}@media(max-width:768px){.cancel-reason-section .cancel-reason-error{padding:.5rem .625rem;font-size:.8rem}}.cancel-reason-section .cancel-reason-error .anticon{font-size:.95rem;flex-shrink:0;opacity:.8}@media(max-width:768px){.cancel-reason-section .cancel-reason-error .anticon{font-size:.875rem}}.cancel-reason-section .cancel-reason-error span{flex:1;text-align:right;line-height:1.3}.invoice-dialog{max-width:850px!important;max-height:80vh}@media(max-width:1024px){.invoice-dialog{max-width:92vw!important}}@media(max-width:768px){.invoice-dialog{max-height:75vh;margin-top:4rem!important}}.invoice-dialog h3{text-align:center}.invoice-dialog .invoice-subtitle{color:rgba(136,136,136,.8);font-size:.9rem;margin-bottom:1.25rem;text-align:center;line-height:1.5}@media(max-width:768px){.invoice-dialog .invoice-subtitle{font-size:.85rem;margin-bottom:1rem}}.invoice-dialog .not-company-message{text-align:center;padding:3rem 2rem}@media(max-width:768px){.invoice-dialog .not-company-message{padding:2rem 1rem}}.invoice-dialog .not-company-message .warning-icon{font-size:4rem;color:#4d4c4c;margin-bottom:1.5rem;display:block}@media(max-width:768px){.invoice-dialog .not-company-message .warning-icon{font-size:3rem;margin-bottom:1rem}}.invoice-dialog .not-company-message h3{color:#003d66;margin-bottom:1rem;font-size:1.8rem}@media(max-width:768px){.invoice-dialog .not-company-message h3{font-size:1.5rem}}.invoice-dialog .not-company-message p{color:#888;font-size:1.1rem;line-height:1.8;max-width:500px;margin:0 auto 2rem}@media(max-width:768px){.invoice-dialog .not-company-message p{font-size:1rem;margin-bottom:1.5rem}}.invoice-dialog .invoice-select-dropdown{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:240px!important;overflow:hidden!important}.invoice-dialog .invoice-select-dropdown .rc-virtual-list{max-height:220px!important;overflow:hidden!important}.invoice-dialog .invoice-select-dropdown .rc-virtual-list-holder{max-height:220px!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.invoice-dialog .invoice-select-dropdown .rc-virtual-list-holder-inner{overflow:visible!important}.invoice-dialog .invoice-select-dropdown::-webkit-scrollbar{display:none!important}.invoice-dialog .invoice-select-dropdown{scrollbar-width:none!important}.invoice-dialog .invoice-select-dropdown .ant-select-item,.invoice-dialog .invoice-select-dropdown .ant-select-item-option-content{overflow:visible}.invoice-dialog .invoice-select-dropdown .ant-select-dropdown-search{padding:.5rem .75rem .25rem}.invoice-dialog .invoice-select-dropdown .ant-input,.invoice-dialog .invoice-select-dropdown .ant-select-dropdown-search-input,.invoice-dialog .invoice-select-dropdown .ant-select-dropdown-search-input:focus,.invoice-dialog .invoice-select-dropdown input{border:0!important;outline:none!important;box-shadow:none!important}.invoice-dialog .invoice-form{max-height:calc(80vh - 240px);overflow-y:auto;padding:.75rem;margin-bottom:.75rem;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}@media(max-width:768px){.invoice-dialog .invoice-form{max-height:calc(75vh - 200px);padding:.5rem}}.invoice-dialog .invoice-form::-webkit-scrollbar{width:6px}.invoice-dialog .invoice-form::-webkit-scrollbar-track{background:rgba(136,136,136,.05);border-radius:3px}.invoice-dialog .invoice-form::-webkit-scrollbar-thumb{background:rgba(11,186,181,.3);border-radius:3px}.invoice-dialog .invoice-form::-webkit-scrollbar-thumb:hover{background:rgba(11,186,181,.5)}.invoice-dialog .invoice-form .form-section{background:rgba(11,186,181,.02);border:1px solid rgba(11,186,181,.1);border-radius:14px;padding:1.25rem;margin-bottom:1rem;transition:all .3s ease}@media(max-width:768px){.invoice-dialog .invoice-form .form-section{padding:1rem;margin-bottom:.85rem;border-radius:12px}}.invoice-dialog .invoice-form .form-section:hover{background:rgba(11,186,181,.03);border-color:rgba(11,186,181,.15);box-shadow:0 4px 12px rgba(11,186,181,.08)}.invoice-dialog .invoice-form .form-section .section-header{margin-bottom:1rem;padding-bottom:.65rem;border-bottom:2px solid rgba(11,186,181,.15)}@media(max-width:768px){.invoice-dialog .invoice-form .form-section .section-header{margin-bottom:.85rem;padding-bottom:.5rem}}.invoice-dialog .invoice-form .form-section .section-header h4{color:#003d66;font-size:1.05rem;font-weight:700;margin:0;display:flex;align-items:center;gap:.5rem}@media(max-width:768px){.invoice-dialog .invoice-form .form-section .section-header h4{font-size:.95rem}}.invoice-dialog .invoice-form .form-section .section-header h4:before{content:"";width:4px;height:18px;background:linear-gradient(180deg,#0bbab5,#003d66);border-radius:2px}@media(max-width:768px){.invoice-dialog .invoice-form .form-section .section-header h4:before{height:16px}}.invoice-dialog .invoice-form .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:0}@media(max-width:768px){.invoice-dialog .invoice-form .form-row{grid-template-columns:1fr;gap:.85rem}}.invoice-dialog .invoice-form .form-row.triple{grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.invoice-dialog .invoice-form .form-row.triple{grid-template-columns:1fr}}.invoice-dialog .invoice-form .form-row:last-child .form-group{margin-bottom:0}.invoice-dialog .invoice-form .form-section:nth-of-type(2) .form-row:nth-of-type(2){margin-top:1rem}@media(max-width:768px){.invoice-dialog .invoice-form .form-section:nth-of-type(2) .form-row:nth-of-type(2){margin-top:.75rem}}.invoice-dialog .invoice-form .form-section:first-of-type .form-row:nth-of-type(2){margin-top:1rem}@media(max-width:768px){.invoice-dialog .invoice-form .form-section:first-of-type .form-row:nth-of-type(2){margin-top:.75rem}}.invoice-dialog .invoice-form .form-group{margin-bottom:1rem}@media(max-width:768px){.invoice-dialog .invoice-form .form-group{margin-bottom:.85rem}}.invoice-dialog .invoice-form .form-group label{display:block;font-size:.9rem;font-weight:600;color:#003d66;margin-bottom:.5rem;transition:color .3s ease}@media(max-width:768px){.invoice-dialog .invoice-form .form-group label{font-size:.85rem;margin-bottom:.4rem}}.invoice-dialog .invoice-form .form-group input,.invoice-dialog .invoice-form .form-group select,.invoice-dialog .invoice-form .form-group textarea{width:100%;padding:.85rem 1rem;border:2px solid rgba(136,136,136,.2);border-radius:10px;font-size:.95rem;transition:all .3s ease;font-family:inherit;background:#fff;color:#003d66}@media(max-width:768px){.invoice-dialog .invoice-form .form-group input,.invoice-dialog .invoice-form .form-group select,.invoice-dialog .invoice-form .form-group textarea{padding:.75rem .85rem;font-size:.9rem;border-radius:8px}}.invoice-dialog .invoice-form .form-group input::-moz-placeholder,.invoice-dialog .invoice-form .form-group select::-moz-placeholder,.invoice-dialog .invoice-form .form-group textarea::-moz-placeholder{color:rgba(136,136,136,.5)}.invoice-dialog .invoice-form .form-group input::placeholder,.invoice-dialog .invoice-form .form-group select::placeholder,.invoice-dialog .invoice-form .form-group textarea::placeholder{color:rgba(136,136,136,.5)}.invoice-dialog .invoice-form .form-group input:focus,.invoice-dialog .invoice-form .form-group select:focus,.invoice-dialog .invoice-form .form-group textarea:focus{outline:none;border-color:#0bbab5;box-shadow:0 0 0 4px rgba(11,186,181,.1);background:rgba(11,186,181,.02)}.invoice-dialog .invoice-form .form-group input.error,.invoice-dialog .invoice-form .form-group select.error,.invoice-dialog .invoice-form .form-group textarea.error{border-color:rgba(254,59,59,.6392156863);background:rgba(254,59,59,.02)}.invoice-dialog .invoice-form .form-group input.error:focus,.invoice-dialog .invoice-form .form-group select.error:focus,.invoice-dialog .invoice-form .form-group textarea.error:focus{box-shadow:0 0 0 4px rgba(254,59,59,.1)}.invoice-dialog .invoice-form .form-group input:disabled,.invoice-dialog .invoice-form .form-group select:disabled,.invoice-dialog .invoice-form .form-group textarea:disabled{background:rgba(136,136,136,.05);cursor:not-allowed;opacity:.6}.invoice-dialog .invoice-form .form-group textarea{resize:vertical;min-height:100px}.invoice-dialog .invoice-form .form-group .ant-select{width:100%}.invoice-dialog .invoice-form .form-group .ant-select .ant-select-selector{width:100%!important;padding:.85rem 1rem!important;border:2px solid rgba(136,136,136,.2)!important;border-radius:10px!important;font-size:.95rem!important;transition:all .3s ease!important;font-family:inherit!important;background:#fff!important;color:#003d66!important;height:auto!important;min-height:48px!important}@media(max-width:768px){.invoice-dialog .invoice-form .form-group .ant-select .ant-select-selector{padding:.75rem .85rem!important;font-size:.9rem!important;border-radius:8px!important;min-height:44px!important}}.invoice-dialog .invoice-form .form-group .ant-select .ant-select-selector .ant-select-selection-search-input{height:100%!important}.invoice-dialog .invoice-form .form-group .ant-select .ant-select-selector .ant-select-selection-placeholder{color:rgba(136,136,136,.5)!important}.invoice-dialog .invoice-form .form-group .ant-select .ant-select-selector .ant-select-selection-item{color:#003d66!important;line-height:normal!important}.invoice-dialog .invoice-form .form-group .ant-select.ant-select-focused .ant-select-selector{border-color:#0bbab5!important;box-shadow:0 0 0 4px rgba(11,186,181,.1)!important;background:rgba(11,186,181,.02)!important}.invoice-dialog .invoice-form .form-group .ant-select.error .ant-select-selector{border-color:rgba(254,59,59,.6392156863)!important;background:rgba(254,59,59,.02)!important}.invoice-dialog .invoice-form .form-group .ant-select.error .ant-select-selector:focus{box-shadow:0 0 0 4px rgba(254,59,59,.1)!important}.invoice-dialog .invoice-form .form-group .ant-select .ant-select-arrow{color:#0bbab5!important}.invoice-dialog .invoice-form .form-group .custom-select{height:48px;border:none;outline:none}.invoice-dialog .invoice-form .form-group .custom-select.ant-select{width:100%}.invoice-dialog .invoice-form .form-group .custom-select.ant-select .ant-select-selector{border:2px solid #dcd6d6!important;height:50px!important;display:flex;align-items:center;border-radius:8px!important;padding:0 14px!important}.invoice-dialog .invoice-form .form-group .custom-select.ant-select .ant-select-selection-item{color:#003d66!important;font-size:16px}.invoice-dialog .invoice-form .form-group .custom-select.ant-select .ant-select-selection-placeholder{font-size:16px}.invoice-dialog .invoice-form .form-group .tax-input-wrapper{display:flex;align-items:stretch;border:2px solid rgba(136,136,136,.2);border-radius:8px;overflow:hidden;transition:all .3s ease;background:#fff;min-height:48px}@media(max-width:768px){.invoice-dialog .invoice-form .form-group .tax-input-wrapper{border-radius:8px;min-height:44px}}.invoice-dialog .invoice-form .form-group .tax-input-wrapper:focus-within{border-color:#0bbab5;box-shadow:0 0 0 4px rgba(11,186,181,.1)}.invoice-dialog .invoice-form .form-group .tax-input-wrapper:has(.error){border-color:rgba(254,59,59,.6392156863);background:rgba(254,59,59,.02)}.invoice-dialog .invoice-form .form-group .tax-input-wrapper:has(.error):focus-within{box-shadow:0 0 0 4px rgba(254,59,59,.1)}.invoice-dialog .invoice-form .form-group .tax-input-wrapper .ant-select .ant-select-selector{border:none!important;box-shadow:none!important;background:rgba(11,186,181,.05)!important;height:100%!important;min-height:44px!important;padding:.65rem .75rem!important;font-weight:600;display:flex;align-items:center}@media(max-width:768px){.invoice-dialog .invoice-form .form-group .tax-input-wrapper .ant-select .ant-select-selector{min-height:40px!important;padding:.55rem .65rem!important}}.invoice-dialog .invoice-form .form-group .tax-input-wrapper .ant-select.ant-select-focused .ant-select-selector{border:none!important;box-shadow:none!important}.invoice-dialog .invoice-form .form-group .tax-input-wrapper .tax-separator{width:2px;background:rgba(136,136,136,.2);flex-shrink:0}.invoice-dialog .invoice-form .form-group .tax-input-wrapper .tax-number-input{flex:1;border:none!important;outline:none!important;padding:.65rem 1rem;font-size:.95rem;background:rgba(0,0,0,0);color:#003d66;box-shadow:none!important;min-height:44px}@media(max-width:768px){.invoice-dialog .invoice-form .form-group .tax-input-wrapper .tax-number-input{padding:.55rem .85rem;font-size:.9rem;min-height:40px}}.invoice-dialog .invoice-form .form-group .tax-input-wrapper .tax-number-input::-moz-placeholder{color:rgba(136,136,136,.5)}.invoice-dialog .invoice-form .form-group .tax-input-wrapper .tax-number-input::placeholder{color:rgba(136,136,136,.5)}.invoice-dialog .invoice-form .form-group .tax-input-wrapper .tax-number-input:focus{outline:none;box-shadow:none}.invoice-dialog .invoice-form .form-group .field-error{display:block;color:rgba(254,59,59,.6392156863);font-size:.8rem;margin-top:.4rem;font-weight:500;animation:slideDown .3s ease}@media(max-width:768px){.invoice-dialog .invoice-form .form-group .field-error{font-size:.75rem;margin-top:.3rem}}.invoice-dialog .dialog-actions{padding-top:1.5rem;margin-top:1rem;border-top:2px solid rgba(136,136,136,.1);display:flex;justify-content:center;gap:1rem}@media(max-width:768px){.invoice-dialog .dialog-actions{flex-direction:column;gap:.75rem;padding-top:1rem}}.invoice-dialog .dialog-actions .btn{flex:1;max-width:200px}@media(max-width:768px){.invoice-dialog .dialog-actions .btn{width:100%;max-width:100%}}.invoice-dialog .dialog-actions .btn:hover{box-shadow:none!important;transform:none!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}[dir=rtl] input,[dir=rtl] textarea{text-align:right}.success-dialog{text-align:center;max-width:450px;padding:3rem 2rem 2rem}@media(max-width:768px){.success-dialog{max-width:90vw;padding:2.5rem 1.5rem 1.5rem}}.success-dialog .success-icon-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.success-dialog .success-icon-wrapper .success-icon{font-size:5rem;color:#0bbab5;filter:drop-shadow(0 4px 12px rgba(11,186,181,.3))}@media(max-width:768px){.success-dialog .success-icon-wrapper .success-icon{font-size:4rem}}.success-dialog h3{color:#003d66;font-size:1.8rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.success-dialog h3{font-size:1.5rem}}.success-dialog p{color:#888;font-size:1.05rem;line-height:1.8;margin-bottom:2rem}@media(max-width:768px){.success-dialog p{font-size:.95rem;margin-bottom:1.5rem}}.success-dialog .dialog-actions{display:flex;justify-content:center;padding-top:0;border-top:none;margin-top:0}.success-dialog .dialog-actions .btn{min-width:150px;padding:.85rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.08)}@media(max-width:768px){.success-dialog .dialog-actions .btn{min-width:120px;padding:.75rem 1.5rem}}.error-dialog{text-align:center;max-width:450px;padding:3rem 2rem 2rem}@media(max-width:768px){.error-dialog{max-width:90vw;padding:2.5rem 1.5rem 1.5rem}}.error-dialog .error-icon-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.error-dialog .error-icon-wrapper .error-icon{font-size:5rem;color:#f56565;filter:drop-shadow(0 4px 12px rgba(245,101,101,.3))}@media(max-width:768px){.error-dialog .error-icon-wrapper .error-icon{font-size:4rem}}.error-dialog h3{color:#c53030;font-size:1.8rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.error-dialog h3{font-size:1.5rem}}.error-dialog p{color:#888;font-size:1.05rem;line-height:1.8;margin-bottom:2rem}@media(max-width:768px){.error-dialog p{font-size:.95rem;margin-bottom:1.5rem}}.error-dialog .dialog-actions{display:flex;justify-content:center;padding-top:0;border-top:none;margin-top:0}.error-dialog .dialog-actions .btn{min-width:150px;padding:.85rem 2rem;font-size:1rem;font-weight:600}@media(max-width:768px){.error-dialog .dialog-actions .btn{min-width:120px;padding:.75rem 1.5rem}}.appointment-success-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.appointment-success-container .success-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.1);padding:25px;max-width:800px;width:100%;text-align:center;position:relative;overflow:hidden;margin-top:100px}.appointment-success-container .success-content:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(76,175,80,.05) 0,transparent 70%);pointer-events:none}.appointment-success-container .success-content:after{content:"";position:absolute;bottom:-30%;right:-30%;width:150%;height:150%;background:radial-gradient(circle,rgba(33,150,243,.03) 0,transparent 60%);pointer-events:none}.appointment-success-container .success-header{margin-bottom:40px;position:relative;z-index:1}.appointment-success-container .success-header .success-icon{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:50%;margin-bottom:24px;font-size:60px;color:#fff;position:relative;animation:iconPulse 2s ease-in-out infinite}.appointment-success-container .success-header .success-icon.confirm-icon{background:linear-gradient(135deg,#0bbab5,#0bbab5)}.appointment-success-container .success-header .success-icon.cancel-icon{background:linear-gradient(135deg,#f44336,#d32f2f)}.appointment-success-container .success-header .success-icon.reschedule-icon{background:linear-gradient(135deg,#0bbab5,#009688)}.appointment-success-container .success-header .success-icon.revert-icon{background:linear-gradient(135deg,#0bbab5,#0bbab5)}.appointment-success-container .success-header .success-icon:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;transform:translate(-50%,-50%);background:inherit;opacity:.3;animation:ripple 2s ease-out infinite}.appointment-success-container .success-header .success-title{font-size:2.5rem;font-weight:700;color:#003d66;margin-bottom:16px;line-height:1.2}@media(max-width:768px){.appointment-success-container .success-header .success-title{font-size:2rem}}@media(max-width:480px){.appointment-success-container .success-header .success-title{font-size:1.75rem}}.appointment-success-container .success-header .success-subtitle{font-size:1.1rem;color:#7f8c8d;line-height:1.5}@media(max-width:480px){.appointment-success-container .success-header .success-subtitle{font-size:1rem}}.appointment-success-container .success-header .status-badge{display:inline-block;padding:12px 24px;border-radius:25px;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.5px}.appointment-success-container .success-header .status-badge.confirmed{background:rgba(76,175,80,.1);color:#0bbab5;border:2px solid rgba(76,175,80,.3)}.appointment-success-container .success-header .status-badge.cancelled{background:rgba(244,67,54,.1);color:#f44336;border:2px solid rgba(244,67,54,.3)}.appointment-success-container .success-header .status-badge.rescheduled{background:rgba(255,152,0,.1);color:#0bbab5;border:2px solid rgba(255,152,0,.3)}.appointment-success-container .success-details{margin-bottom:40px;position:relative;z-index:1}.appointment-success-container .success-details .appointment-summary{border-radius:15px;padding:1px;margin-bottom:20px}.appointment-success-container .success-details .appointment-summary .summary-label{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:20px;text-align:center}.appointment-success-container .success-details .appointment-summary .detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}@media(max-width:768px){.appointment-success-container .success-details .appointment-summary .detail-grid{grid-template-columns:1fr;gap:16px}}.appointment-success-container .success-details .appointment-summary .detail-grid .detail-item{display:flex;align-items:center;padding:16px;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.appointment-success-container .success-details .appointment-summary .detail-grid .detail-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}.appointment-success-container .success-details .appointment-summary .detail-grid .detail-item .detail-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#0bbab5;color:#fff;margin-right:16px;font-size:18px;flex-shrink:0}[dir=rtl] .appointment-success-container .success-details .appointment-summary .detail-grid .detail-item .detail-icon{margin-right:0;margin-left:16px}.appointment-success-container .success-details .appointment-summary .detail-grid .detail-item .detail-content{flex:1;text-align:right;margin-right:10px}[dir=ltr] .appointment-success-container .success-details .appointment-summary .detail-grid .detail-item .detail-content{text-align:left}.appointment-success-container .success-details .appointment-summary .detail-grid .detail-item .detail-content .label{display:block;font-size:.9rem;color:#7f8c8d;margin-bottom:4px;font-weight:500}.appointment-success-container .success-details .appointment-summary .detail-grid .detail-item .detail-content .value{display:block;font-size:1.1rem;color:#2c3e50;font-weight:600}.appointment-success-container .success-details .reschedule-comparison .comparison-section{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center}@media(max-width:768px){.appointment-success-container .success-details .reschedule-comparison .comparison-section{grid-template-columns:1fr;gap:16px}}.appointment-success-container .success-details .reschedule-comparison .comparison-section .new-appointment .appointment-summary,.appointment-success-container .success-details .reschedule-comparison .comparison-section .original-appointment .appointment-summary{margin-bottom:0}.appointment-success-container .success-details .reschedule-comparison .comparison-section .comparison-arrow{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:#003d66;color:#fff;font-size:24px;box-shadow:0 4px 16px rgba(52,152,219,.3)}@media(max-width:768px){.appointment-success-container .success-details .reschedule-comparison .comparison-section .comparison-arrow{transform:rotate(90deg);margin:10px auto}}.appointment-success-container .success-actions{position:relative;z-index:1}.appointment-success-container .success-actions .primary-action{background:#0bbab5;color:#fff;border:none;padding:16px 40px;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:20px;display:inline-block;box-shadow:0 4px 16px rgba(102,126,234,.3)}.appointment-success-container .success-actions .primary-action:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(102,126,234,.4)}.appointment-success-container .success-actions .primary-action:active{transform:translateY(0)}@media(max-width:480px){.appointment-success-container .success-actions .primary-action{width:100%;padding:14px 20px;font-size:1rem}}.appointment-success-container .success-actions .secondary-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}@media(max-width:480px){.appointment-success-container .success-actions .secondary-actions{flex-direction:column;gap:12px}}.appointment-success-container .success-actions .secondary-actions .secondary-action{background:rgba(0,0,0,0);color:#667eea;border:2px solid #667eea;padding:12px 24px;border-radius:25px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.appointment-success-container .success-actions .secondary-actions .secondary-action:hover{background:#667eea;color:#fff;transform:translateY(-1px)}@media(max-width:480px){.appointment-success-container .success-actions .secondary-actions .secondary-action{justify-content:center;width:100%}}.appointment-success-container .success-actions .secondary-actions .secondary-action .anticon{font-size:16px}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(1);opacity:.3}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}[dir=rtl] .appointment-success-container .success-details .detail-grid .detail-item .detail-icon{margin-right:0;margin-left:16px}[dir=rtl] .appointment-success-container .success-details .detail-grid .detail-item .detail-content{text-align:right}[dir=rtl] .appointment-success-container .reschedule-comparison .comparison-section .comparison-arrow{transform:scaleX(-1)}@media(max-width:768px){[dir=rtl] .appointment-success-container .reschedule-comparison .comparison-section .comparison-arrow{transform:rotate(90deg) scaleX(-1)}}@media print{.appointment-success-container{background:#fff!important;min-height:auto;padding:0}.appointment-success-container .success-content{box-shadow:none;border:1px solid #ddd;page-break-inside:avoid}.appointment-success-container .success-actions,.appointment-success-container .success-content:after,.appointment-success-container .success-content:before{display:none}.appointment-success-container .success-header .success-icon{width:80px;height:80px;font-size:40px;box-shadow:none}.appointment-success-container .success-header .success-icon:before{display:none}}