@import"https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";body{font-family:Montserrat,sans-serif;margin:0;padding:0;box-sizing:border-box}*{margin:0;padding:0;box-sizing:border-box;outline:none}.ba-dropdown-container{position:relative;width:100%}.HomeNewSec{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-start;justify-content:space-between;position:relative}.HomeNewSec-lft{width:48%;background-color:#fff;padding:20px 34px;border-radius:12px}.HomeNewSec-lft,.HomeNewSec-rgt{flex:1 1 48%;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:16px}.HomeNewSec-lft h5,.HomeNewSec-rgt h5{font-weight:400;font-size:20px;color:#2b2f32;margin-bottom:25px}.homeBody{display:flex;flex-direction:column}.CalBody{flex:1;margin-bottom:20px}.ba-dropdown-container .ba-dropdown-toggle{padding:12px;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background-color:#0e1c41;border:1px solid #454d63;outline:none;height:55px;font-size:16px;font-weight:400;color:#fff;font-family:Montserrat,sans-serif}.ba-dropdown-container .ba-dropdown-toggle .ba-arrow-icon{width:15px;margin-left:8px;transition:transform .3s ease;font-size:20px}.ba-dropdown-container .ba-dropdown-toggle .ba-arrow-icon.ba-rotate{transform:rotate(180deg)}.ba-dropdown-container .ba-dropdown-menu{position:absolute;top:100%;right:0;background-color:#071332;box-shadow:0 4px 12px #0000001a;width:100%;padding:0;border-radius:7px;visibility:hidden;opacity:0;transform:translateY(-10px);transition:all .4s ease-in-out;z-index:100}.ba-dropdown-container .ba-dropdown-menu.open{visibility:visible;opacity:1;transform:translateY(0)}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-menu-search-container{width:100%;border:none;outline:none;font-size:14px;font-weight:400;color:#fff;font-family:Montserrat,sans-serif;position:relative}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-menu-search-container .ba-dropdown-search{padding:12px 30px 12px 8px;width:100%;border:none;border-bottom:1px solid #ccc;outline:none;font-size:14px;font-weight:400;color:#fff;font-family:Montserrat,sans-serif;border-radius:0;background-color:#071332}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-menu-search-container .ba-clear-btn{position:absolute;right:14px;top:19px;background:transparent;border:none;font-size:16px;cursor:pointer;color:#fff;line-height:1}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-menu-search-container .ba-clear-btn:hover{color:#164f57}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options{max-height:150px;overflow-y:auto;list-style:none;margin:0;padding:0;font-size:12px;font-weight:400;color:#434854;font-family:Montserrat,sans-serif}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options li{padding:10px;cursor:pointer}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options li:hover{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options li.ba-no-data{padding:10px;text-align:center;color:#fff;font-style:italic;font-size:14px}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options li.ba-no-data:hover{background-color:#fff}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options .ba-dropdown-item{padding:10px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:14px;color:#fff}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options .ba-dropdown-item:hover,.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options .ba-dropdown-item.selected{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options .ba-check-icon{font-size:15px;color:#fff}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options::-webkit-scrollbar{height:10px;width:10px}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options::-webkit-scrollbar-track{background:#081639;border-radius:10px}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options::-webkit-scrollbar-thumb{background-color:#8b8b8b;border-radius:10px;border:3px solid transparent;background-clip:content-box}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options::-webkit-scrollbar-thumb:hover{background-color:#666}.ba-clear-all-container{text-align:right;padding:6px 10px;border-bottom:1px solid #eee}.ba-clear-all-btn{font-size:11px;background:none;border:none;color:#164f57;cursor:pointer;padding:2px 6px;font-weight:500}.ba-clear-all-btn:hover{text-decoration:underline}.ba-selected-tags{display:flex;flex-wrap:wrap;gap:4px;align-items:center;min-height:24px;font-size:16px;flex:1}.ba-tag{background-color:#092f90;color:#fff;padding:8px;border-radius:4px;display:flex;align-items:center;gap:4px;font-size:13px}.ba-tag-remove{background:transparent;border:none;cursor:pointer;color:#fff;padding:0;margin:0;display:flex;align-items:center}.ba-placeholder{color:#888}.ba-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px;overflow:auto}.ba-modal-container{background:#fff;padding:0;border-radius:8px;width:90%;max-width:600px;max-height:90vh;transform:translateY(-10px);opacity:0;visibility:hidden;transition:all .4s ease;position:relative;display:flex;flex-direction:column;box-shadow:0 10px 30px #0003}.ba-modal-container.show{transform:translateY(0);opacity:1;visibility:visible}.ba-modal-close{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:20px;cursor:pointer;z-index:10}.ba-modal-body{padding:30px;overflow-y:auto;flex:1}.ba-modal-body::-webkit-scrollbar{height:10px;width:10px}.ba-modal-body::-webkit-scrollbar-track{background:#fff;border-radius:10px}.ba-modal-body::-webkit-scrollbar-thumb{background-color:#bebebe;border-radius:10px;border:3px solid transparent;background-clip:content-box}.ba-modal-body::-webkit-scrollbar-thumb:hover{background-color:#666}.ba-modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;border-top:1px solid #ddd;padding-top:15px;flex-shrink:0}@media (max-width: 768px){.HomeNewSec{flex-direction:column}.HomeNewSec-lft,.HomeNewSec-rgt{width:100%;background-color:#fff;padding:15px;border-radius:12px}.ba-modal-container{width:95%;padding:20px;max-height:85vh}.ba-modal-overlay{padding:10px}}.ba-btn{font-size:13px;padding:8px 16px;border-radius:4px;border:none;cursor:pointer}.ba-save-btn{background-color:#164f57;color:#fff}.ba-cancel-btn{background-color:#f3f3f3;color:#333}.modal-header-custom{padding:0 0 25px}.modal-title-custom{font-size:22px;font-weight:700;color:#f15c51;margin:0}.ba-table-section{overflow-x:auto;width:100%;border:1px solid #ddd}.ba-table-section .ba-table{width:100%;border-collapse:separate;border-spacing:0}.ba-table-section .ba-table thead{position:sticky;z-index:2;top:0;background-color:#f8f8f8}.ba-table-section .ba-table th .ba-sort-header{display:flex;align-items:center;justify-content:space-between;gap:6px}.ba-table-section .ba-table th .ba-sort-header .ba-sort-icons{display:flex;flex-direction:row;font-size:20px;line-height:1;color:#999;height:20px;width:24px}.ba-table-section .ba-table th .ba-sort-header .ba-sort-icons .ba-sort-icons-arrow-up,.ba-table-section .ba-table th .ba-sort-header .ba-sort-icons .ba-sort-icons-arrow-down{height:19px;text-align:center;margin-left:-5px;cursor:pointer}.ba-table-section .ba-table th .ba-sort-header .ba-sort-icons .ba-sort-icons-arrow-up:hover,.ba-table-section .ba-table th .ba-sort-header .ba-sort-icons .ba-sort-icons-arrow-down:hover,.ba-table-section .ba-table th .ba-sort-header .ba-sort-icons .ba-sort-icons-arrow-up.active,.ba-table-section .ba-table th .ba-sort-header .ba-sort-icons .ba-sort-icons-arrow-down.active{color:#000}.ba-table-section .ba-table td{border:1px solid #ddd;padding:10px;text-align:left;font-size:13px;font-weight:400;font-family:Montserrat,sans-serif;color:#000}.ba-table-section .ba-table th{border:1px solid #ddd;padding:10px;text-align:left;font-size:13px;font-weight:400;font-family:Montserrat,sans-serif;color:#565e6a}.ba-table-section::-webkit-scrollbar{height:10px;width:10px}.ba-table-section::-webkit-scrollbar-track{background:#f8f8f8;border-radius:10px}.ba-table-section::-webkit-scrollbar-thumb{background-color:#8b8b8b;border-radius:10px;border:3px solid transparent;background-clip:content-box}.ba-table-section::-webkit-scrollbar-thumb:hover{background-color:#666}.ba-table-section .ba-table th .ba-checkbox{display:block;position:relative;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:25px;width:25px;border-radius:5px;margin:0 auto}.ba-table-section .ba-table th .ba-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.ba-table-section .ba-table th .ba-checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#cdf5bd;border-radius:5px}.ba-table-section .ba-table th .ba-checkbox input:checked~.ba-checkmark{background-color:#cdf5bd}.ba-table-section .ba-table th .ba-checkmark:after{content:"";position:absolute;display:none}.ba-table-section .ba-table th .ba-checkbox input:checked~.ba-checkmark:after{display:block}.ba-table-section .ba-table th .ba-checkbox .ba-checkmark:after{left:9px;top:5px;width:5px;height:10px;border:solid #2d7c0b;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tableActionGrp{display:flex;gap:10px;align-items:center}.tableActionGrp button{background-color:transparent;border:none;font-size:22px;cursor:pointer}.ba-table-section .ba-table td .tableEye{color:#f59c1a}.ba-table-section .ba-table td .tableEdit{color:#ba4040}.ba-table-section .ba-table td .tablemail{color:#79a301}.ba-table-section .ba-table td .tableTrash{color:#db0000}.KindEntries-dropdown{display:flex;align-items:center;gap:10px}.KindEntries-dropdown label{color:#434854;font-family:Montserrat,sans-serif;font-size:12px;font-weight:400}.ba-table-section .ba-table td .PhotoBox{width:48px;height:48px;background-color:#d9d9d9;border-radius:5px;padding:10px;display:flex;align-items:center;justify-content:center}.ba-table-section .ba-table td .PhotoBox img{width:22px;height:22px}.ba-table-section .ba-table td .ClassInfo span{background-color:#d0eeff;border-radius:5px;padding:8px;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;color:#0b5885;float:left;margin-bottom:4px}.TeachersInfo{display:flex;flex-wrap:wrap;gap:4px}.TeachersInfo span{background-color:#d0eeff;border-radius:5px;padding:8px;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;color:#0b5885;float:left;margin-bottom:0}.ba-table-section .ba-table td .StudentsInfo span{background-color:#d0eeff;border-radius:5px;padding:8px;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;color:#0b5885;float:left;margin-bottom:4px}.ba-pagination{display:flex;justify-content:center;margin-top:40px}.ba-pagination button{outline:none;border:none;background-color:transparent}.ba-page{padding:0;margin:0 5px;border-radius:50px;cursor:pointer;color:#bcbcbc;width:45px;height:45px;font-size:18px;display:flex;align-items:center;justify-content:center;background-color:transparent;font-weight:700}.ba-arrow{padding:0;margin:0 5px;border-radius:50px;cursor:pointer;color:#79a301;width:45px;height:45px;font-size:18px;display:flex;align-items:center;justify-content:center;border:1px solid #bcbcbc!important}.ba-dots{padding:0;margin:0 5px;border-radius:50px;cursor:pointer;color:#444;width:45px;height:45px;font-size:22px;color:#bcbcbc;font-weight:700;display:flex;align-items:center;justify-content:center}.ba-page.ba-page-active,.ba-pagination button:hover{color:#7ca110}.table-top-bar{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.table-top-bar .right-controls{display:flex;align-items:center;justify-content:space-between;gap:10px}.ba-search-container{position:relative;width:270px;background:#fff;padding:0 10px;border-radius:4px;cursor:pointer;display:flex;align-items:center;border:1px solid #b7b7b7;height:40px;font-size:12px;font-weight:400;color:#434854;font-family:Montserrat,sans-serif;gap:10px}.ba-search-container img.searchIcon{height:15px}.ba-search-container input{padding:0 20px 0 0;outline:none;border:none;font-size:12px;font-weight:400;color:#434854;font-family:Montserrat,sans-serif;width:90%;height:37px}.ba-search-container .clear-x{position:absolute;right:9px;top:11px;cursor:pointer;font-size:15px}.ba-search-container .clear-x:hover{color:#164f57}.filterBtn{background-color:transparent;width:98px;height:40px;border-radius:6px;color:#04363d;font-family:Montserrat,sans-serif;font-weight:500;font-size:13px;border:1px solid #04363d;outline:none;cursor:pointer;margin-top:0;display:flex;align-items:center;padding:0 16px;justify-content:space-between}.filterBtn svg{width:17px;height:17px}.printBtn,.ExcelBtn,.CSVBtn,.pdfBtn{background-color:transparent;width:auto;height:40px;border-radius:6px;color:#818c8e;font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;border:1px solid #818c8e;outline:none;cursor:pointer;margin-top:0;display:flex;align-items:center;padding:0 16px;justify-content:space-between}.table-top-bar .left-controls .ShowEntries-dropdown{display:flex;align-items:center;gap:10px}.table-top-bar .left-controls .ShowEntries-dropdown label{color:#434854;font-family:Montserrat,sans-serif;font-size:12px;font-weight:400}.table-top-bar .left-controls .ShowEntries-dropdown p{color:#6d7d93;font-family:Montserrat,sans-serif;font-size:12px;font-weight:400}.table-top-bar .left-controls .ba-dropdown-container{width:66px}.table-top-bar .left-controls .ShowEntries-dropdown .ba-dropdown-container .ba-dropdown-toggle{border:1px solid #434854}.table-top-bar .right-controls .Exportpart{width:85px}.table-top-bar .right-controls .Exportpart .ba-dropdown-container{position:relative;width:100%}.table-top-bar .right-controls .filterBtn{width:95px}.table-top-bar .right-controls .ba-search-container{width:270px}.ba-dropdown-container{position:relative;width:170px}.switch{background-color:transparent;box-sizing:border-box;display:flex;flex:0 0 auto;height:24px;margin:0 0 10px;overflow:hidden;padding:0;position:relative;width:56px}.switch__label{cursor:pointer;margin:0;padding:0;width:100%}.switch__input{opacity:0}.switch__input:checked~.switch__text{background:#0090bb}.switch__input:checked~.switch__text:before{opacity:0;transform:translate(200%)}.switch__input:checked~.switch__text:after{opacity:1;transform:translate(0)}.switch__input:checked~.switch__handle{transform:translate(24px)}.switch__text{background-color:#e5e5e5;border-radius:50px;box-sizing:border-box;display:block;flex:0 0 auto;height:24px;margin:0;position:absolute;top:0;width:48px}.switch__text:before,.switch__text:after{color:#708090;font-size:13px;font-weight:300;line-height:25px;position:absolute;transition:all .3s ease-in-out;transition-property:transform}.switch__text:before{content:attr(data-off);right:8px;transform:translate(0)}.switch__text:after{color:#fff;content:attr(data-on);left:9px;opacity:0;transform:translate(-200%)}.switch__handle{background-color:#fff;border-radius:18px;display:block;height:20px;margin:2px;padding:0;position:absolute;top:0;transition:all .2s ease-in-out;transition-property:transform;width:20px}.switch--large{height:30px;width:70px}.switch--large .switch__input:checked~.switch__handle{transform:translate(40px)}.switch--large .switch__text{height:30px;width:70px}.switch--large .switch__text:before,.switch--large .switch__text:after{font-size:14px;line-height:30px;position:absolute}.switch--large .switch__text:before{right:10px}.switch--large .switch__text:after{left:12px}.switch--large .switch__handle{height:26px;width:26px}.switch--no-text .switch__text:before,.switch--no-text .switch__text:after{display:none}.switch--success .switch__input:checked~.switch__text{background:#5ed37a}.date-picker{position:relative;color:#fff;width:100%;box-sizing:border-box;background:#fff;padding:18px 24px;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border:1px solid #00218f47;outline:none;height:55px;font-size:16px;font-weight:400;color:#434854;font-family:Montserrat,sans-serif}.date-picker__date-selection{padding:0;font-size:24px;display:flex;cursor:pointer;width:100%;align-items:center;justify-content:space-between}.date-picker__input{width:100%;font-size:16px;font-family:inherit;margin-left:1em;border:none;border-bottom:2px solid #fff;cursor:inherit;background:inherit;color:inherit}.date-picker__input:focus{outline:none}.date-picker__input::placeholder{color:inherit;opacity:.7}.date-picker__calendar{position:absolute;top:55px;width:100%!important;right:0}.calendar{box-sizing:border-box;width:inherit;min-height:17em;padding:10px;display:flex;flex-direction:column;justify-content:space-between;color:#04363d;font-size:14px;border:1px solid #434854;border-radius:5px;-webkit-user-select:none;user-select:none;background:#fff;z-index:9999}.calendar__controls-row{display:flex;justify-content:space-between;align-items:center;text-align:center;padding-bottom:.5em;font-weight:700}.calendar__controls-row .fas{cursor:pointer}.calendar__controls{align-self:stretch;display:flex}.calendar__controls .fas{display:flex;align-items:center;justify-content:center}.calendar__week,.calendar__days-of-week{display:flex;justify-content:space-between}.calendar__days-of-week{font-weight:700;border-bottom:1px solid #fff;border-top:1px solid #fff;margin-bottom:.5em;margin-left:-10px;margin-right:-10px;padding:0 10px;background:#04363d;color:#fff}.calendar__day,.calendar__day-of-week,.calendar__month-with-year,.calendar__controls .fas{text-align:center;min-width:1.2em;padding:.2em}.calendar__day,.calendar__month-with-year,.calendar__controls .fas{cursor:pointer;border-radius:5px;transition:all .3s}.calendar__day:hover,.calendar__month-with-year:hover,.calendar__controls .fas:hover{background:#04363d;color:#fff}.calendar__day--pale{color:#dcd8d8}.calendar__day--emphasize{background:#04363d;color:#fff}.photo-upload-container{font-family:Montserrat,sans-serif}.photo-upload-label{font-weight:500;color:#4a4a4a;margin-bottom:8px;display:block}.photo-upload-box{background-color:#f2f9df;border:1px solid #00218f2e;border-radius:8px;padding:30px 20px;text-align:center;width:100%;max-width:100%;height:175px}.photo-upload-title{font-weight:600;margin-bottom:15px}.upload-btn-group{display:flex;gap:10px;align-items:center;justify-content:center}.upload-button,.sign-button{background-color:#79a301;color:#fff;padding:6px 18px;border-radius:6px;cursor:pointer;font-weight:500;outline:none;border:none}.photo-upload-note{font-size:13px;color:#8e8e8e;margin-top:12px}.tab-buttons{position:relative;display:flex;gap:20px}.tab-button{position:relative;background:transparent;cursor:pointer;padding:10px 0;font-size:16px;font-weight:600;color:#9aa8bc;border:none;outline:none;transition:.3s}.tab-button.active{color:#434854}.tab-button span{position:relative;display:inline-block;padding:0}.tab-buttons .tab-indicator{position:absolute;bottom:0;height:3px;background-color:#434854;transition:all .3s ease;border-radius:2px}.tab-content-body{animation:fadeIn .5s ease}.tag-input-wrapper{margin-bottom:0}.tag-input-label{display:block;font-weight:600;margin-bottom:6px}.tag-input-box{display:flex;flex-wrap:wrap;align-items:center;gap:8px;border:1px solid #00218f47;padding:8px;border-radius:6px;background:#fff;min-height:55px}.tag{display:flex;align-items:center;background-color:#e3fcd9;color:#2d7c0b;padding:7px 10px 8px;border-radius:5px;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:500;white-space:nowrap}.tag-remove{background:none;border:none;margin-right:6px;cursor:pointer;color:#2d7c0b;height:12px;width:12px}.tag-input{border:none!important;outline:none!important;padding:6px!important;min-width:150px!important;flex-grow:1!important;flex-shrink:0!important;height:auto!important}.fab-container{position:fixed;bottom:30px;right:30px;display:flex;flex-direction:column;align-items:center}.fab{background:linear-gradient(90deg,#f15c51,#fcb961);border:none;color:#fff;font-size:32px;width:60px;height:60px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:transform .2s ease-in-out}.fab:hover{transform:scale(1.1)}.tooltip{background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-size:14px;padding:6px 12px;border-radius:6px;position:absolute;right:75px;bottom:50%;transform:translateY(50%);opacity:0;visibility:hidden;transition:opacity .3s ease;font-weight:600;white-space:nowrap}.tooltip:after{content:"";position:absolute;top:50%;left:100%;margin-top:-6px;border-width:6px;border-style:solid;border-color:transparent transparent transparent #fcb961}.fab-container:hover .tooltip{opacity:1;visibility:visible}.clinic-hours-modal{padding:20px;text-align:center}.clinic-hours-icon{margin-bottom:16px;display:flex;justify-content:center}.clinic-hours-title{font-size:20px;font-weight:600;color:#333;margin-bottom:12px}.clinic-hours-message{font-size:16px;color:#666;margin-bottom:8px;line-height:1.5}.clinic-hours-submessage{font-size:14px;color:#999;margin-bottom:24px;line-height:1.4}.clinic-hours-actions{display:flex;gap:12px;justify-content:center}.clinic-hours-cancel-btn{padding:10px 24px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.clinic-hours-cancel-btn:hover{background:#f5f5f5}.clinic-hours-settings-btn{padding:10px 24px;border:none;border-radius:8px;background:#4a90e2;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.clinic-hours-settings-btn:hover{background:#357abd;transform:translateY(-1px);box-shadow:0 4px 12px #4a90e24d}.input-error{border:1px solid red!important;box-shadow:0 0 5px #ff000080}.status-badge{font-size:10px;font-weight:700;padding:3px 12px;border-radius:20px;text-align:center;display:inline-block;margin-top:4px;letter-spacing:.5px;text-transform:uppercase;min-width:75px}.status-badge.completed{background-color:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.status-badge.pending{background-color:#fff3e0;color:#e65100;border:1px solid #ffcc80}.ba-dropdown-item.disabled{cursor:not-allowed!important;background-color:#f8d7da!important;color:#dc3545!important}.ba-dropdown-item.disabled:hover{background-color:#f8d7da!important}.ba-dropdown-item.disabled .ba-check-icon{display:none}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-item.selected{background:linear-gradient(90deg,#f15c51,#fcb961)!important;color:#fff!important}.ba-dropdown-container .ba-dropdown-menu .ba-dropdown-item:hover{background:linear-gradient(90deg,#fcb961,#f15c51)!important;color:#fff!important}.ba-dropdown-toggle .ba-selected-text{color:#fff!important}.ba-dropdown-toggle{background-color:#0e1c41!important;color:#fff!important}.ba-dropdown-menu{background-color:#1a2d5e!important}.ba-dropdown-item{color:#fff!important;background-color:#1a2d5e!important}.ba-check-icon{color:#fff!important}.wrapper{min-height:100vh;position:relative;top:0;height:100vh}.main-panel{position:relative;width:calc(100% - 265px);height:100vh;min-height:100%;float:right;transition:all .3s}.main-panel .main-container{min-height:calc(100% - 85px);margin-top:85px;overflow:hidden;width:100%;max-width:unset;padding:0!important;background-color:#172548}.page-inner{padding:25px;background-color:#172548}.sidebar{position:fixed;top:0;bottom:0;left:0;width:265px;display:block;z-index:1002;color:#fff;font-weight:200;background:#0e1c41;-webkit-box-shadow:4px 4px 10px rgba(69,65,78,.06);-moz-box-shadow:4px 4px 10px rgba(69,65,78,.06);box-shadow:4px 4px 10px #45414e0f;transition:all .3s;padding:0 10px;overflow:hidden}.sidebar-logo{padding:15px 0 40px;text-align:center;align-items:center;display:flex;justify-content:center;width:100%}.side-logo{color:#2a2f5b;opacity:1;position:relative;height:100%;display:flex;align-items:center}.logo-header .side-logo .navbar-brand{padding-top:0;padding-bottom:0;margin-right:0}.sidebar .sidebar-wrapper{position:relative;max-height:calc(100vh - 75px);min-height:100%;overflow-y:auto;overflow-x:hidden;width:100%;z-index:4;transition:all .3s;padding-bottom:75px}.scroll-wrapper{overflow:hidden!important;padding:0!important;position:relative}.sidebar .sidebar-wrapper .sidebar-content{padding-top:0;padding-bottom:150px}.sidebar .scroll-wrapper .scroll-content{border:none!important;box-sizing:content-box!important;height:auto;left:0;margin:0;max-height:none;max-width:none!important;overflow:scroll!important;padding:0;position:relative!important;top:0;width:auto!important}.sidebar-wrapper{height:100%;overflow-y:scroll;scrollbar-width:none}.sidebar-wrapper::-webkit-scrollbar{display:none}.rail-y{position:absolute;top:60px;right:4px;width:6px;height:calc(100% - 60px);background:transparent;z-index:9999;pointer-events:none}.thumb-y{width:100%;border-radius:4px;background-color:#78787880;position:absolute;transition:opacity .3s ease;opacity:0}.thumb-y.visible{opacity:1}.menu-list{list-style:none;padding:0;margin:0;display:block;float:none}.menu-item{padding:10px;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;color:#fff;transition:.3s;text-decoration:none;border-radius:6px}.menu-item:hover{background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff}.menu-item:hover .menu-group.active>.menu-item{background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff}.menu-group.active>.menu-item .menu-title{color:#fff}.menu-group.active{background:linear-gradient(90deg,#f15c51,#fcb961);border-radius:6px}.menu-title{color:#fff;font-size:16px;font-weight:400;font-family:Montserrat,sans-serif;position:absolute;left:40px;transition:.3s}.submenu-list{list-style:none;padding-left:0;background-color:#557779;padding-bottom:15px}.submenu-item{display:flex;padding:7px 20px;color:#fff;text-decoration:none;transition:.2s;font-size:15px;font-weight:300;align-items:center;justify-content:space-between;font-family:Montserrat,sans-serif}.submenu-item:hover{color:#00dfff}.submenu-item.active-sub .submenu-arrow{opacity:1;transform:translate(0)}.submenu-item.active-sub{color:#00dfff}.arrow{transition:.3s;margin-left:auto}.arrow.open{transform:rotate(180deg)}.menu-icon{margin-right:5px}.menu-icon img{height:20px}.submenu-arrow{opacity:0;transform:translate(-5px);transition:all .2s ease}.submenu-item:hover .submenu-arrow{opacity:1;transform:translate(0)}.sidebar-hide .sidebar{width:70px;height:100%}.sidebar-hide .main-panel{width:calc(100% - 70px)}.sidebar-hide .sidebar:hover{width:265px!important}.sidebar-hide .menu-icon{margin-right:unset}.sidebar-hide .arrow{display:none}.sidebar-hide .menu-title{transform:rotateY(-90deg);transform-origin:0 0;opacity:0;transition:all .15s ease-in-out;display:none}.sidebar-hide .sidebar:hover .menu-title{transform:rotateY(0);opacity:1;display:block}.sidebar-hide .menu-item{justify-content:center}.sidebar-hide .sidebar:hover .menu-item{justify-content:flex-start}.sidebar-hide .sidebar:hover .menu-icon{margin-right:10px}.sidebar-hide .sidebar:hover .arrow{display:block}.navbar-brand{transition:.3s}.sidebar-hide .navbar-brand,.sidebar .navbar-brand-icon{display:none}.sidebar-hide .navbar-brand-icon{display:block;height:34px}.sidebar-hide .sidebar:hover .navbar-brand{display:block}.sidebar-hide .sidebar:hover .navbar-brand-icon{display:none}.main-header{background:#0e1c41;height:85px;width:calc(100% - 265px);position:fixed;z-index:1001;display:flex;justify-content:space-between;padding:15px 35px;right:0;transition:all .3s}.sidebar-hide .main-header{width:calc(100% - 70px)}.main-header .school-name{display:flex;align-items:center;gap:25px}.main-header .school-name p{color:#fff;font-size:15px;font-weight:400;font-family:Montserrat,sans-serif}.menu-toggle{position:relative;display:inline-block;width:40px;height:30px;margin:0;cursor:pointer;background-color:transparent;border:none;outline:none}.menu-toggle span{margin:0 auto;position:relative;top:0;left:0;width:20px;height:2px;background-color:#fff;display:block;opacity:1;transition:background-color .3s;border-radius:5px}.menu-toggle span:before,.menu-toggle span:after{position:absolute;content:"";width:28px;height:2px;background-color:#fff;display:block;opacity:1;border-radius:5px}.menu-toggle span:before{margin-top:-8px;transition-property:margin,transform;transition-duration:.2s;transition-delay:.2s,0}.menu-toggle span:after{margin-top:8px;transition-property:margin,transform;transition-duration:.2s;transition-delay:.2s,0}.menu-toggle-active span{background-color:#0000;transition:background-color .3s}.menu-toggle-active span:before{margin-top:0;transform:rotate(45deg);transition-delay:0,.2s}.menu-toggle-active span:after{margin-top:0;transform:rotate(-45deg);transition-delay:0,.2s}.headerLft ul{display:flex;list-style:none;align-items:center}.headerLft ul li .user-dropdown{position:relative;display:inline-block;margin-left:10px}.headerLft ul li .user-dropdown .dropdown-toggle{display:flex;align-items:center;cursor:pointer}.headerLft ul li .user-dropdown .dropdown-toggle .user-avatar img{width:40px;height:40px;border-radius:50%}.headerLft ul li .user-dropdown .dropdown-toggle .user-info{margin-left:8px}.headerLft ul li .user-dropdown .dropdown-toggle .user-info h2{font-size:14px;font-weight:600;color:#fff;margin:0}.headerLft ul li .user-dropdown .dropdown-toggle .user-info p{font-size:12px;font-weight:400;color:#000;margin:5px 0 0;background:#fff;border-radius:15px;text-align:center;padding:3px 10px}.headerLft ul li .user-dropdown .dropdown-toggle .downArrow{margin-left:8px;transition:transform .3s ease}.headerLft ul li .user-dropdown .dropdown-toggle .downArrow.rotate{transform:rotate(180deg)}.headerLft ul li .user-dropdown .user-dropdown-menu{position:absolute;top:100%;right:0;background:#fff;box-shadow:0 4px 12px #0000001a;width:220px;padding:0;border-radius:7px;visibility:hidden;opacity:0;transform:translateY(-10px);transition:all .4s ease-in-out;z-index:100;margin-top:15px}.headerLft ul li .user-dropdown .user-dropdown-menu.open{visibility:visible;opacity:1;transform:translateY(0)}.headerLft ul li .user-dropdown .user-dropdown-menu ul{list-style:none;margin:0;padding:0;display:block}.headerLft ul li .user-dropdown .user-dropdown-menu-item{display:flex;align-items:center;gap:10px;padding:12px 16px;color:#333;text-decoration:none;font-size:14px}.headerLft ul li .user-dropdown .user-dropdown-menu li:first-child .user-dropdown-menu-item{border-radius:5px 5px 0 0}.headerLft ul li .user-dropdown .user-dropdown-menu li:last-child .user-dropdown-menu-item{border-radius:0 0 5px 5px}.headerLft ul li .user-dropdown .user-dropdown-menu-item:hover,.headerLft ul li .user-dropdown .user-dropdown-menu-item.active{background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff}.notification-icon{background:none;border:none;outline:none;color:#fff;font-size:20px;position:relative;padding-top:7px}.notification-icon a{color:#fff}.notification-bage{background:#d8727d;border:none;color:#fff;font-size:13px;width:7px;height:7px;border-radius:50%;position:absolute;display:block;line-height:20px;right:3px;top:7px}.patient-table td.request-detailsTD{width:52%}.request-details.request-detailsDes{white-space:pre-wrap;word-break:break-word}.ba-modal-container.doctor-schedule-modal{border-radius:20px}.doctor-schedule-modal .ba-modal-close{width:40px;height:40px;top:16px;right:16px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.doctor-schedule-modal .ba-modal-close:hover{background:#e2e8f0}.doctor-schedule-modal .ba-modal-body{padding:24px;background:#f8fafc}.doctor-schedule-modal .modal-header-custom{display:flex;align-items:center;gap:14px;padding:0 0 20px;margin-bottom:20px;border-bottom:1px solid #EEF2F7}.doctor-schedule-modal .modal-title-custom{font-size:19px;color:#0f172a}.schedule-modal-icon-badge{width:44px;height:44px;flex-shrink:0;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#fff1ee;color:#f15c51;font-size:20px}.schedule-modal-title-group{flex:1}.modal-subtitle-custom{margin:3px 0 0;color:#64748b;font-family:Barlow,sans-serif;font-size:13px;font-weight:400}.schedule-select-doctor-card{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding:14px 16px;border-radius:14px;background:#fff;border:1px solid #E8EDF4;box-shadow:0 2px 8px #0f172a0d}.schedule-field-icon{width:36px;height:36px;flex-shrink:0;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#fff1ee;color:#f15c51;font-size:16px}.schedule-field-heading{color:#0f172a;font-family:Barlow,sans-serif;font-size:15px;font-weight:700}.schedule-field-helper{color:#64748b;font-family:Barlow,sans-serif;font-size:12px;line-height:1.4;margin-top:2px}.schedule-intro-banner{display:flex;align-items:center;gap:12px;padding:13px 14px;margin:4px 0 18px;border-radius:14px;background:#fff7f5;border:1px solid #FFE2DC}.schedule-intro-icon{width:36px;height:36px;flex-shrink:0;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#fff;color:#f15c51;font-size:16px}.schedule-intro-title{color:#7c2d2a;font-family:Barlow,sans-serif;font-size:14px;font-weight:700}.schedule-intro-text{color:#9f4b45;font-family:Barlow,sans-serif;font-size:12px;line-height:1.5;margin-top:2px}.schedule-intro-text strong{color:#7c2d2a}.schedule-container{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.schedule-day{background:#fff;border:1px solid #E8EDF4;border-radius:16px;padding:16px;box-shadow:0 2px 8px #0f172a0d;transition:box-shadow .2s ease,border-color .2s ease}.schedule-day:hover{border-color:#f15c5133;box-shadow:0 4px 14px #0f172a14}.schedule-day-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.day-title{display:inline-block;font-size:12px;font-weight:700;color:#d94841;background:#fff1ee;padding:5px 12px;border-radius:8px;text-transform:uppercase;letter-spacing:.4px;margin:0}.schedule-clear-day{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid #FECACA;border-radius:9px;background:#fff7f7;color:#b42318;font:inherit;font-size:11px;font-weight:700;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.schedule-clear-day:hover{background:#fee2e2;border-color:#fca5a5}.schedule-clear-day:focus-visible{outline:2px solid rgba(241,92,81,.35);outline-offset:2px}.time-range{width:100%}.time-range-group{display:flex;flex-direction:column;gap:8px}.time-range-group+.time-range-group{margin-top:14px}.view-only .time-range-group+.time-range-group{margin-top:16px}.time-range-group label{display:block;color:#64748b;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px}.time-inputs-dropdown{display:flex;align-items:center;gap:8px}.time-inputs-dropdown .ba-dropdown-container .ba-dropdown-toggle,.time-inputs-dropdown .ba-dropdown-toggle{height:46px;background-color:#f8fafc;border:1px solid #DDE5EF;color:#334155;border-radius:12px;font-size:14px}.time-inputs-dropdown .ba-dropdown-container .ba-dropdown-toggle .ba-arrow-icon,.time-inputs-dropdown .ba-dropdown-toggle .ba-arrow-icon{color:#64748b}.time-inputs-dropdown .ba-dropdown-menu{border:1px solid #E8EDF4}.time-separator{flex-shrink:0;color:#94a3b8;font-size:14px}.ba-time-readonly{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.ba-chip{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#fff1ee;border:1px solid #FFD9D1;color:#d94841;font-weight:600;font-size:13px;-webkit-user-select:text;user-select:text}.ba-time-separator{opacity:.7;font-size:12px;color:#64748b}.schedule-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:40px 20px}.schedule-empty-icon{font-size:32px;color:#cbd5e1}.schedule-empty-state .no-data-text{font-family:Barlow,sans-serif;font-size:14px;color:#64748b;margin:0}.modal-body-custom .schedule-container{margin-top:4px}.modal-body-custom .login-btn-2,.ba-modal-body .login-btn-2{margin-top:22px;display:flex;width:100%}.schedule-submit-btn{gap:10px;box-shadow:0 6px 18px #f15c514d}.schedule-btn-spinner{animation:schedule-spin .8s linear infinite}@keyframes schedule-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.step-card{background:#fff;border-radius:12px;padding:24px;max-width:500px;margin:0 auto;box-shadow:0 6px 20px #00000014}.step-title{text-align:center;margin-bottom:20px}.radio-options.horizontal{display:flex;justify-content:space-between;margin-bottom:30px}.radio-label{display:flex;align-items:center;gap:10px;cursor:pointer;padding:12px 16px;border-radius:8px;border:1px solid #ddd;width:48%}.radio-label.selected{border-color:#f15c51;background:#f15c5114}.radio-label input{display:none}.radio-custom{width:18px;height:18px;border-radius:50%;border:2px solid #f15c51;position:relative}.radio-label.selected .radio-custom:after{content:"";width:8px;height:8px;background:#f15c51;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.step-actions{display:flex;justify-content:space-between;gap:12px}.btn{flex:1;height:48px;border-radius:8px;border:none;font-weight:600;cursor:pointer}.btn.primary{background:linear-gradient(135deg,#fcb961,#f15c51);color:#fff}.btn.secondary{background:#f1f1f1}.upload-section{margin-top:20px}.file-upload-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border:1px dashed #aaa;cursor:pointer;border-radius:6px}.file-previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.file-preview{width:120px;height:100px;border-radius:6px;overflow:hidden;background:#f0f0f0}.form-actions.dual{display:flex;justify-content:space-between;margin-top:30px}.btn-primary{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff;padding:10px 24px;border-radius:6px}.btn-secondary{background:#ddd;padding:10px 24px;border-radius:6px}.register-bg{min-height:100vh;background:url(/dev/assets/bg-hQCzCYdF.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center}.register-container{width:100%;max-width:480px;padding:30px;border-radius:16px;background:#0e1c41d9;box-shadow:0 10px 25px #0006}.title{color:#fff;text-align:center;font-size:24px;margin-bottom:8px}.subtitle{color:#8e93a7;text-align:center;margin-bottom:32px}.input-container{display:flex;align-items:center;border:1px solid #454d63;border-radius:12px;background:#ffffff1a;height:60px;margin-bottom:40px}.input-container input{flex:1;height:100%;padding:0 16px;background:transparent;border:none;outline:none;color:#fff;font-size:18px}.input-icon{padding:0 16px;color:#8e93a7;font-size:18px}.btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border-radius:12px;border:none;color:#fff;font-size:16px;cursor:pointer}.gradient{background:linear-gradient(90deg,#fcb961,#f15c51)}.btn:disabled{opacity:.6;cursor:not-allowed}.register-bg{min-height:100vh;background:url(/dev/assets/bg-hQCzCYdF.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center}.register-container{max-width:480px;width:100%;background:#0e1c41d9;padding:30px;border-radius:16px;box-shadow:0 10px 25px #0006}.title{color:#fff;text-align:center;font-size:24px}.subtitle{color:#8e93a7;text-align:center;margin-bottom:24px}.radio-row{display:flex;justify-content:space-around;margin-bottom:24px}.radio-option{display:flex;align-items:center;cursor:pointer;padding:10px;border-radius:8px}.radio-option.selected{background:#fcb96126}.radio-outer{width:22px;height:22px;border-radius:50%;border:2px solid #8e93a7;display:flex;align-items:center;justify-content:center;margin-right:8px}.radio-inner{width:12px;height:12px;border-radius:50%;background:#f15c51}.amount-container{text-align:center;padding:16px;background:#ffffff1a;border-radius:12px;margin-bottom:24px}.amount-container p{color:#8e93a7}.amount-container h3{color:#fff;font-size:32px}.input-group{margin-bottom:30px}.input-group label{color:#fff;margin-bottom:6px;display:block}.input-wrapper{display:flex;align-items:center;border:1px solid #454d63;border-radius:12px;background:#ffffff1a}.input-wrapper input{flex:1;padding:14px;background:transparent;border:none;color:#fff;font-size:16px}.rupee-icon{color:#8e93a7;margin-right:14px}.button-row{display:flex;justify-content:space-between;gap:15px}.btn{flex:1;padding:14px;border-radius:12px;border:none;cursor:pointer;font-size:16px}.btn.gradient{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff}.btn.outline{background:transparent;border:1px solid #f15c51;color:#fff}.btn:disabled{opacity:.6}.fade-slide{animation:fadeSlide .6s ease-out}@keyframes fadeSlide{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#0e1c41;padding-bottom:5px;flex-direction:column}.login-box{width:447px;text-align:center}.logo img{width:auto;height:87px;margin-bottom:40px}.login-frm-box{width:447px;text-align:left;padding:30px 40px;border:2px solid #ffffff;background-color:#0e1c41;border-radius:20px}.login-frm-box .welcome-text{margin-bottom:20px;font-size:22px;font-weight:700;font-family:Barlow,sans-serif;color:#fff}.login-frm-box .input-group{margin-bottom:20px;border:1px solid #454d63;width:100%;border-radius:8px;height:52px;background-color:#0e1c41;position:relative;transition:border-color .3s}.login-frm-box .input-group:focus-within{border-color:#f34e3a}.login-frm-box .mobile-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);cursor:pointer;color:#fff;font-size:18px}.login-frm-box .password-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);cursor:pointer;color:#aaa;font-size:18px}.login-frm-box .input-group input{width:100%;color:#fff;font-size:16px;background-color:#0e1c41;border:1px solid #0e1c41;outline:none;border-radius:8px;padding:12px 12px 12px 55px;height:50px;font-weight:400;font-family:Montserrat,sans-serif}.login-frm-box .input-group input::placeholder{color:#c4c4c4}.login-frm-box .password-group{position:relative}.login-frm-box .password-group input{width:100%;padding-right:40px;padding-left:55px}.login-frm-box .toggle-password{position:absolute;right:20px;top:58%;transform:translateY(-50%);display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:8px;background:transparent;cursor:pointer;color:#fff;font-size:18px}.login-frm-box .toggle-password:hover,.login-frm-box .toggle-password:focus-visible{color:#fcb961;background:#ffffff14;outline:none}.secure-field{position:relative;width:100%}.secure-field>input{width:100%;padding-right:48px!important}.secure-field-toggle{position:absolute;top:50%;right:8px;transform:translateY(-50%);display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer;font-size:18px}.secure-field-toggle:hover,.secure-field-toggle:focus-visible{color:#f15c51;background:#f15c511a;outline:2px solid rgba(241,92,81,.35);outline-offset:1px}.input-container>.secure-field{height:100%}.input-container .secure-field-toggle{color:#c4c4c4}.ba-modal-body .secure-field .edit-input{margin-bottom:15px}.login-frm-box .login-btn{width:100%;padding:12px;border:none;border-radius:12px;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-size:22px;font-weight:500;cursor:pointer;height:60px;font-family:Barlow,sans-serif;transition:background .3s ease,border-color .3s ease,color .3s ease}.login-frm-box .login-btn:hover{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff}.login-frm-box .login-btn:disabled{opacity:.7;cursor:not-allowed}.login-frm-box .actions{display:flex;justify-content:space-between;margin-top:20px;margin-bottom:20px;gap:12px}.login-frm-box .link-btn{background:none;border:none;color:#fff;cursor:pointer;border:2px solid #454d63;border-radius:12px;width:48%;height:58px;font-family:Barlow,sans-serif;font-size:18px;font-weight:400;text-align:center;transition:background .3s ease,border-color .3s ease,color .3s ease;line-height:55px;text-decoration:none}.login-frm-box .link-btn:hover{background:linear-gradient(90deg,#f15c51,#fcb961);border-color:#f15c51;color:#fff}.login-frm-box .doctor-login{width:100%;display:block}.login-frm-box .doctor-login a{color:#f34e3a;text-decoration:none;font-size:15px;font-weight:400;position:relative}.login-frm-box .doctor-login a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:#f34e3a;transition:width .3s ease}.login-frm-box .doctor-login a:hover:after{width:100%}.login-box .footer{margin-top:30px;font-size:14px;color:#fff}.login-box .footer a{color:#fff;text-decoration:underline}.registration-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#0e1c41;padding-bottom:50px;padding-top:50px;flex-direction:column}.form-container{width:460px;text-align:left;padding:30px 40px;border:2px solid #ffffff;background-color:#0e1c41;border-radius:20px}.form-container .welcome-text{margin-bottom:20px;font-size:24px;font-weight:700;font-family:Barlow,sans-serif;color:#fff}.input-container{margin-bottom:20px;border:1px solid #454d63;width:100%;border-radius:8px;height:52px;background-color:#0e1c41;position:relative;transition:border-color .3s}.input-container:focus-within{border-color:#f34e3a}.input-container input{width:100%;padding:12px;color:#fff;font-size:16px;background-color:#0e1c41;border:1px solid #0e1c41;outline:none;border-radius:8px;height:50px;font-weight:400;font-family:Montserrat,sans-serif}.input-container input::placeholder{color:#c4c4c4}.btn-primary{width:100%;padding:12px;border:none;border-radius:12px;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-size:22px;font-weight:500;cursor:pointer;height:60px;font-family:Barlow,sans-serif;transition:background .3s ease,border-color .3s ease,color .3s ease}.btn-primary:hover{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.verification-text{color:#fff;font-size:13px;margin:-10px 0 15px;text-transform:uppercase;font-family:Barlow,sans-serif}.form-container .link-container{width:100%;display:block;margin-top:25px;text-align:center}.form-container .link-container a{color:#f34e3a;text-decoration:none;font-size:18px;font-weight:400;position:relative}.form-container .link-container a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:#f34e3a;transition:width .3s ease}.form-container .link-container a:hover:after{width:100%}.registration-container .footer{margin-top:30px;font-size:14px;color:#fff;text-align:center}.registration-container .footer p{margin-top:30px;font-size:14px;color:#fff}.registration-container .footer a{color:#fff;text-decoration:underline}.toast-message{position:fixed;top:0;text-align:center;color:#fff;padding:10px;left:0;right:0;background:#f15c51;z-index:999999}.toast-error{background-color:#f44336}.toast-success{background-color:#4caf50}.toast-info{background-color:#2196f3}.checkbox-container{display:flex;align-items:center;margin-bottom:25px;color:#fff;cursor:pointer}.checkbox-container input[type=checkbox]{margin-right:10px;accent-color:#f15927;width:20px;height:20px}.checkbox-container label{cursor:pointer}.checkbox-container .terms-link{color:#fcb961;font-weight:600;text-decoration:underline;text-underline-offset:3px}.checkbox-container .terms-link:hover,.checkbox-container .terms-link:focus-visible{color:#ffd29a}.loader{width:100%;padding:12px;border:none;border-radius:12px;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-size:22px;font-weight:500;cursor:pointer;height:60px;font-family:Barlow,sans-serif;transition:background .3s ease,border-color .3s ease,color .3s ease;text-align:center}.title-text{margin-bottom:20px;font-size:24px;font-weight:700;font-family:Barlow,sans-serif;color:#fff}.subtitle-text{font-size:16px;color:#fff;margin:15px 0;text-align:left;font-family:Barlow,sans-serif}.link-container{width:100%;display:block;margin-top:35px;color:#fff;font-size:15px;font-weight:400}.form-container .link-container .link{color:#f34e3a;text-decoration:none;font-size:15px;font-weight:400;position:relative;border:none;outline:none;background-color:transparent;padding-left:0;cursor:pointer}.form-container .link-container .link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:#f34e3a;transition:width .3s ease}.form-container .link-container .link:hover:after{width:100%}.otp-link-btn{color:#f34e3a;background:none;border:none;outline:none;font-size:15px;text-align:right;width:100%;margin-top:0;display:block;margin-bottom:25px;cursor:pointer}.forgot-password-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#0e1c41;padding-bottom:50px;padding-top:50px;flex-direction:column}.doctor-login .bk-login{color:#f34e3a;text-decoration:none;font-size:15px;font-weight:400;position:relative;border:none;outline:none;background-color:transparent;padding-left:0;cursor:pointer;text-align:center;margin:25px auto 0;display:block;font-family:Montserrat,sans-serif}.doctor-login .bk-login:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:#f34e3a;transition:width .3s ease}.doctor-login .bk-login:hover:after{width:100%}.SettingsBody{width:100%;padding-bottom:50px}.SettingsBody .BodyTop{width:100%;display:flex;justify-content:space-between}.SettingsBody .BodyTop h2{font-weight:500;font-size:24px;color:#fff}.SettingsBody .settings-form{display:flex;flex-direction:column;gap:25px;margin-top:20px}.SettingsBody .settings-form .form-row{display:flex;gap:20px;align-items:center;margin-bottom:20px}.SettingsBody .settings-form .form-row .form-group{flex:1;display:flex;flex-direction:column}.SettingsBody .settings-form .form-row label{font-size:15px;margin-bottom:12px;font-weight:400;color:#fff;width:100%;display:block}.SettingsBody .settings-form .form-row label .required{color:red;margin-left:2px}.SettingsBody .settings-form .form-row input{width:100%;padding:12px;color:#fff;font-size:16px;background-color:#0e1c41;border:1px solid #454d63;outline:none;border-radius:8px;height:55px;font-weight:400;font-family:Montserrat,sans-serif;transition:border-color .3s}.SettingsBody .settings-form .form-row input:focus{border-color:#f34e3a}.SettingsBody .settings-form .form-row .login-btn{width:auto;padding:12px 50px;border:none;border-radius:12px;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-size:22px;font-weight:500;cursor:pointer;height:60px;font-family:Barlow,sans-serif;transition:background .3s ease,border-color .3s ease,color .3s ease;margin-bottom:25px}.SettingsBody .settings-form .form-row .login-btn:hover{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff}.SettingsBody .settings-form .form-row .ba-dropdown-container{position:relative;width:100%}input[type=time]::-webkit-calendar-picker-indicator{filter:invert(1)}input[type=time]::-moz-focus-inner{color:#fff;filter:invert(1)}.appointmentlistBody{width:100%;padding-bottom:0}.appointment-booking-page{min-height:calc(100vh - 135px)}.appointmentlistBody .BodyTop{width:100%;display:flex;justify-content:space-between}.appointmentlistBody .BodyTop h2{font-weight:500;font-size:24px;color:#fff}.list-view{padding-bottom:0;margin-top:20px;width:100%}.loading-container{text-align:center;padding:40px;font-size:18px;color:#fff}.patient-card-box{margin-bottom:15px}.patient-card{background-color:#fff;padding:15px;border-radius:5px;position:relative;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 5px #0000001a;width:100%}.patient-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.patient-card.active{background-color:#d3d3d3}.patient-name{color:#0e1c41;font-weight:700;font-size:20px;margin-bottom:5px;text-align:left}.patient-phone,.patient-email,.patient-doctor{color:#494949;font-weight:400;font-size:17px;margin-bottom:5px;text-align:left}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-container{background:#fff;border-radius:10px;max-height:90%;max-width:800px;width:100%;box-shadow:0 5px 15px #00000040;overflow:hidden;display:flex;flex-direction:column}.modal-view{padding:25px;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:15px}.modal-title{color:#f15c51;font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;margin-bottom:20px}.close-button{background:none;border:none;font-size:24px;color:#f15c51;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.info-section{margin-bottom:20px}.info-item{display:flex;align-items:center;margin-bottom:12px}.double-info-item{display:flex;justify-content:space-between;flex-wrap:wrap}.info-icon{width:20px;height:20px;margin-right:12px;object-fit:contain}.info-text{font-size:16px;color:#333;font-family:Barlow-Regular,sans-serif}.action-buttons{margin:15px 0;display:flex;flex-direction:column;gap:10px}.primary-button{border:none;border-radius:8px;overflow:hidden;cursor:pointer;width:100%}.button-gradient{width:100%;padding:12px;border:none;border-radius:12px;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-size:18px;font-weight:500;cursor:pointer;height:60px;font-family:Barlow,sans-serif;transition:background .3s ease,border-color .3s ease,color .3s ease;display:flex;align-items:center;justify-content:center}.button-gradient:hover{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff}.button-icon{margin-right:8px;color:#fff;font-size:15px}.secondary-button{padding:10px;background:none;border:none;cursor:pointer;width:100%;text-align:center}.secondary-button-text{color:#007bff;font-size:16px;text-decoration:underline;font-family:Rubik-Regular,sans-serif}.history-section{margin-top:20px}.section-title{font-size:18px;font-weight:700;color:#f15c51;margin-bottom:15px}.history-table{border:1px solid #ddd;border-radius:8px;overflow:hidden}.table-header{display:flex;background-color:#051027;border-bottom:1px solid #7f7f7f}.header-cell{padding:12px 10px;border-right:1px solid #7f7f7f;flex:1}.header-text{color:#fff;font-size:16px;font-weight:500;font-family:Barlow-Regular,sans-serif}.table-row{display:flex;background-color:#fff;border-bottom:1px solid #ddd}.table-cell{padding:12px 10px;flex:1;display:flex;align-items:center}.cell-text{font-size:14px;color:#333;font-family:Barlow-Regular,sans-serif}.invoice-modal-container{width:90%;max-width:400px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #00000040}.invoice-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #f0f0f0;background-color:#f9f9f9}.invoice-modal-title{font-size:18px;font-weight:600;color:#333;flex:1}.invoice-close-button{background:none;border:none;font-size:24px;color:#f15c51;cursor:pointer;margin-left:10px;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.invoice-modal-body{padding:20px}.invoice-input{height:50px;border:1px solid #ddd;border-radius:8px;padding:0 15px;margin-bottom:20px;font-size:16px;background-color:#fff;color:#000;width:100%;outline:none;transition:border-color .3s}.invoice-input:focus{border-color:#f34e3a}.invoice-note-text{font-size:14px;color:#666;margin-bottom:25px;line-height:20px}.submit-button{border:none;border-radius:8px;overflow:hidden;width:100%;cursor:pointer}.submit-button-gradient{width:100%;padding:12px;border:none;border-radius:12px;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-size:18px;font-weight:500;cursor:pointer;height:60px;font-family:Barlow,sans-serif;transition:background .3s ease,border-color .3s ease,color .3s ease;line-height:37px}.submit-button-gradient:hover{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff}.loading-indicator{width:100%;padding:12px;border:none;border-radius:12px;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-size:18px;font-weight:500;cursor:pointer;height:60px;font-family:Barlow,sans-serif;transition:background .3s ease,border-color .3s ease,color .3s ease;line-height:37px;text-align:center}.success-modal-container{width:85%;max-width:400px;background:#fff;border-radius:12px;box-shadow:0 5px 15px #00000040}.success-modal-header{display:flex;justify-content:flex-end;padding:15px}.success-close-button{background:none;border:none;font-size:24px;color:#f15c51;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.success-modal-content{padding:0 25px 30px;display:flex;flex-direction:column;align-items:center}.success-icon{font-size:60px;color:#4caf50;margin-bottom:20px}.success-message{font-size:18px;font-weight:600;color:#333;text-align:center;margin-bottom:15px;line-height:24px}.contact-info{display:flex;align-items:center;margin-top:10px;justify-content:center}.contact-label{font-size:16px;color:#666;margin-right:5px}.contact-value{font-size:16px;font-weight:600;color:#333}.toast-message.show{opacity:1;transform:translateY(0)}@media (max-width: 768px){.modal-view{padding:15px}.double-info-item,.table-header,.table-row{flex-direction:column}.header-cell,.table-cell{width:100%;border-right:none;border-bottom:1px solid #ddd}.history-table{overflow-x:auto}}.Add-btn{width:100%;padding:12px;border:none;border-radius:12px;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-size:20px;font-weight:500;cursor:pointer;height:50px;font-family:Barlow,sans-serif;transition:background .3s ease,border-color .3s ease,color .3s ease;align-items:center;display:flex;justify-content:center;gap:8px}.Add-btn:hover{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff}.appointmentlistBody.DoctorBody .patients-list{margin-top:20px}.appointmentlistBody.DoctorBody .patients-list .patient-card{display:flex;align-items:center;justify-content:space-between}.status-green,.statusGreen{width:15px;height:15px;border-radius:100%;background-color:#51f186;float:right}.status-red,.statusred{width:15px;height:15px;border-radius:100%;background-color:#f15c51;float:right}.btn-grp{display:flex;align-items:center;justify-content:space-between;margin-top:35px;width:auto;gap:5px}.edit-btn{width:45px;display:flex;align-items:center;justify-content:center;height:40px;border-radius:5px;margin-top:15px;border:none;cursor:pointer;overflow:hidden;background:linear-gradient(90deg,#f15c51,#fcb961)}.edit-icon,.delete-icon{color:#fff;font-size:20px}.dialog-buttons{width:100%;display:flex;gap:15px;align-items:center;margin-top:15px}.dialog-buttons .dialog-cancel{background-color:transparent;width:auto;height:55px;border-radius:6px;color:#6d7d93;font-weight:400;font-size:16px;border:none;outline:none;cursor:pointer;padding:17px 0;font-family:Montserrat,sans-serif}.dialog-delete{width:auto;padding:12px 25px;border:none;border-radius:12px;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-size:20px;font-weight:500;cursor:pointer;height:50px;font-family:Barlow,sans-serif;transition:background .3s ease,border-color .3s ease,color .3s ease;align-items:center;display:flex;justify-content:center;gap:8px}.dialog-delete:hover{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff}.appointmentlistBody.DoctorBody .ba-modal-body h3{font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;margin-bottom:20px}.edit-input{height:50px;border:1px solid #ddd;border-radius:8px;padding:0 15px;margin-bottom:15px;font-size:16px;background-color:#fff;color:#000;width:100%;outline:none;transition:border-color .3s;font-family:Montserrat,sans-serif}.edit-input:focus{border-color:#f34e3a}.login-btn-2{width:auto;padding:12px 25px;border:none;border-radius:12px;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-size:20px;font-weight:500;cursor:pointer;height:50px;font-family:Barlow,sans-serif;transition:background .3s ease,border-color .3s ease,color .3s ease;align-items:center;display:flex;justify-content:center;gap:8px}.login-btn-2:hover{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff}.weekDayCell{flex:1;display:flex;flex-direction:column;align-items:center;padding:10px 5px;border-radius:5px;cursor:pointer;margin:0 2px;background-color:#1c2f5f;transition:all .2s ease;position:relative}.weekDayCell.selected{background:linear-gradient(90deg,#f15c51,#fcb961)}.BookingFrm{display:flex;flex-direction:column;gap:25px;margin-top:20px}.BookingFrm .form-row{display:flex;gap:20px;align-items:center}.BookingFrm .form-row .form-group{flex:1;display:flex;flex-direction:column}.BookingFrm .form-row label{font-size:15px;margin-bottom:12px;font-weight:400;color:#fff;width:100%;display:block}.BookingFrm .form-row label .required{color:red;margin-left:2px}.BookingFrm .form-row .ba-dropdown-container{position:relative;width:100%}.BookingFrm .form-row input{width:100%;padding:12px;color:#fff;font-size:16px;background-color:#0e1c41;border:1px solid #454d63;outline:none;border-radius:8px;height:55px;font-weight:400;font-family:Montserrat,sans-serif;transition:border-color .3s}.CheckBoxContainer{margin-top:15px}.styled-checkbox{display:flex!important;align-items:center;font-size:15px;font-weight:500;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;gap:10px}.styled-checkbox input{display:none}.styled-checkbox .checkmark{width:20px;height:20px;border:2px solid #f15c51;border-radius:3px;display:inline-block;position:relative;transition:all .3s ease}.styled-checkbox input:checked+.checkmark{background:linear-gradient(90deg,#f15c51,#fcb961);border-color:#f15c51}.styled-checkbox .checkmark:after{content:"";position:absolute;left:5px;top:1px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .3s ease}.styled-checkbox input:checked+.checkmark:after{opacity:1}.BookingFrm .form-row .login-btn{width:auto;padding:12px 50px;border:none;border-radius:12px;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-size:22px;font-weight:500;cursor:pointer;height:60px;font-family:Barlow,sans-serif;transition:background .3s ease,border-color .3s ease,color .3s ease;margin-bottom:25px}.BookingFrm .form-row .login-btn:hover{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff}.availability-dot{position:absolute;bottom:5px;width:8px;height:8px;background-color:#00f721;border-radius:50%;top:5px;right:5px}.appointmentlistBody.DoctorBody .employee-list{margin-top:20px}.appointmentlistBody.DoctorBody .employee-list .patient-card{display:flex;align-items:center;justify-content:space-between}.no-employees{text-align:center;padding:40px 20px;background-color:#f9f9f9;border-radius:8px;margin:20px 0}.no-employees p{font-size:18px;color:#666;margin-bottom:15px}.no-employees .Add-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(to right,#fcb961,#f15c51);color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:all .3s ease}.no-employees .Add-btn:hover{opacity:.9;transform:translateY(-2px)}.appointmentlistBody.DoctorBody .patient-list .patient-card{display:flex;align-items:center;justify-content:space-between;outline:none;border:none}.appointmentlistBody.DoctorBody .patient-list{margin-top:20px}.no-patients{text-align:center;padding:40px 20px;background-color:#f9f9f9;border-radius:8px;margin:20px 0}.Search-frm{margin-top:20px}.Search-frm .input-group input{width:100%;color:#fff;font-size:16px;background-color:#0e1c41;border:1px solid #0e1c41;outline:none;border-radius:8px;padding:12px 12px 12px 55px;height:50px;font-weight:400;font-family:Montserrat,sans-serif}.Search-frm .input-group input::placeholder{color:#c4c4c4}.Search-frm .Search-group{position:relative}.Search-frm .input-group{margin-bottom:20px;border:1px solid #454d63;width:100%;border-radius:8px;height:52px;background-color:#0e1c41;position:relative;transition:border-color .3s}.Search-frm .input-group:focus-within{border-color:#f34e3a}.Search-frm .search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);cursor:pointer;color:#fff;font-size:18px}.small-text{margin-bottom:20px}.small-text-2{margin-bottom:8px}.green{color:#00f43f}.dialog-cancel2{background-color:transparent;width:auto;height:55px;border-radius:6px;color:#6d7d93;font-weight:400;font-size:16px;border:none;outline:none;cursor:pointer;padding:17px 0;font-family:Montserrat,sans-serif}.appointmentlistBody.DoctorBody .box-list{margin-top:20px}.file-box-list{width:100%;margin-top:25px}.box-list{display:flex;flex-direction:column;gap:20px}.file-box-grid{display:flex;gap:15px;width:100%;flex-wrap:wrap}.file-item{position:relative;width:20%}.file-box{position:relative;width:100%;background-color:#cfcfcf;border-radius:10px;overflow:hidden;aspect-ratio:1 / 1;transition:all .3s ease}.file-box:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.job-img{width:100%;height:100%;object-fit:cover;border-radius:10px}.remove-btn{position:absolute;top:5px;right:5px;width:25px;height:25px;border-radius:50%;background-color:#f15c51;color:#fff;border:none;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.file-box:hover .remove-btn{opacity:1}.remove-btn:hover{background-color:#e04a3f;transform:scale(1.1)}@media (max-width: 1024px){.file-box-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.file-box-grid{grid-template-columns:repeat(2,1fr);gap:10px}}@media (max-width: 480px){.file-box-grid{grid-template-columns:1fr}.Add-btn{width:100%;height:100px;flex-direction:row;gap:10px}.att-btn-txt{margin-top:0}}.appointmentlistBody.DoctorBody .service-list .patient-card{display:flex;align-items:center;justify-content:space-between}.appointmentlistBody.DoctorBody .service-list{margin-top:20px}.no-services{text-align:center;padding:40px 20px;background-color:#f9f9f9;border-radius:8px;margin:20px 0}.appointmentlistBody .BodyTop h2.billTitle{margin-bottom:25px}.appointmentlistBody.DoctorBody .bill-list .patient-card{display:flex;align-items:center;justify-content:space-between}.appointmentlistBody.DoctorBody .bill-list{margin-top:20px}.no-bills{text-align:center;padding:40px 20px;background-color:#f9f9f9;border-radius:8px;margin:20px 0}.download-btn{width:auto;display:flex;align-items:center;justify-content:center;height:40px;border-radius:5px;margin-top:15px;border:none;cursor:pointer;overflow:hidden;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-size:16px;font-weight:400;font-family:Montserrat,sans-serif;transition:.3s;padding:0 25px;gap:5px}.ba-modal-body .ba-dropdown-container{position:relative;width:100%;margin-bottom:15px}.ba-modal-body .ba-dropdown-container .ba-dropdown-toggle,.ba-modal-body .ba-dropdown-container .ba-dropdown-menu{border:1px solid #ddd;background-color:#fff;color:#000}.ba-modal-body .ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options .ba-dropdown-item{color:#000}.ba-modal-body .ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options .ba-dropdown-item.selected{color:#fff}.ba-modal-body .ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options .ba-dropdown-item:hover{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff}.appointmentlistBody.DoctorBody .notes-list .patient-card{display:flex;align-items:center;justify-content:space-between}.appointmentlistBody.DoctorBody .notes-list{margin-top:20px}.no-notes{text-align:center;padding:40px 20px;background-color:#f9f9f9;border-radius:8px;margin:20px 0}.edit-textarea{height:150px;border:1px solid #ddd;border-radius:8px;padding:15px;margin-bottom:15px;font-size:16px;background-color:#fff;color:#000;width:100%;outline:none;transition:border-color .3s;font-family:Montserrat,sans-serif}.patient-profile-header{display:flex;align-items:center;margin-bottom:20px}.patient-avatar{position:relative;width:168px}.avatar-placeholder{width:150px;height:150px;border-radius:50%;background-color:#adbee1;margin-right:15px;overflow:hidden}.patient-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#454d63;font-size:14px}.image{width:100%;height:100%;object-fit:cover;border-radius:50%}.img-edit-btn{position:absolute;z-index:999;bottom:0;right:28px;background:linear-gradient(90deg,#f15c51,#fcb961);border:none;outline:none;border-radius:100%;width:35px;height:35px;font-size:17px;display:flex;align-items:center;justify-content:center;color:#fff}.profile-container{max-width:100%}.profile-header{display:flex;align-items:center;gap:15px;padding:20px;background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000001a;margin-bottom:20px}.profile-header img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #ddd}.profile-info h2{margin:0;font-size:18px;color:#00695c}.contact-item{width:100%;margin-bottom:8px;color:#494949;font-weight:500;font-size:17px;text-align:left;display:flex;align-items:center;gap:10px}.contact-item svg{color:#f15c51}.section{background:#fff;border-radius:10px;padding:20px;margin-bottom:20px;box-shadow:0 2px 6px #00000014}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.section-header h3{font-size:16px;margin:0;color:#222}.details{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 20px}.details div{font-size:14px}.details strong{display:block;font-weight:600;margin-bottom:4px;color:#0e1c41}.section-footer{display:flex;justify-content:start;align-items:center;margin-top:15px;gap:10px}.report-box-list{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;width:100%}.report-box-img{position:relative;width:100%;background-color:#cfcfcf;border-radius:10px;overflow:hidden;aspect-ratio:1 / 1;transition:all .3s ease}.image2{width:100%;height:100%;object-fit:cover;border-radius:10px}.report-box{position:relative;width:100%;background-color:#cfcfcf;border-radius:10px;overflow:hidden;aspect-ratio:1 / 1;transition:all .3s ease}.report-box:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.remove-btn2{position:absolute;top:10px;right:5px;width:25px;height:25px;border-radius:50%;background-color:#f15c51;color:#fff;border:none;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .3s ease}.report-box:hover .remove-btn2{opacity:1}.remove-btn2:hover{background-color:#e04a3f;transform:scale(1.1)}.load-btn2{position:absolute;top:10px;right:35px;width:25px;height:25px;border-radius:50%;background-color:#f15c51;color:#fff;border:none;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .3s ease}.report-box:hover .load-btn2{opacity:1}.load-btn2:hover{background-color:#e04a3f;transform:scale(1.1)}.PatientDetailsBody .BodyTop{margin-bottom:5px}.PatientDetailsBody .BodyTop .download-btn{margin-top:0}.membership-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#0e1c41,#16244d 55%,#1c2f5f);border:1px solid rgba(255,255,255,.06);border-radius:22px;padding:32px;margin-bottom:28px;box-shadow:0 12px 32px #0000004d}.membership-hero:before{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,#f15c5138,#f15c5100 70%);pointer-events:none}.membership-hero-lft{position:relative;z-index:1;flex:1;min-width:220px}.membership-hero-sub{font-family:Barlow,sans-serif;font-size:14px;font-weight:400;color:#ffffff8c;max-width:360px;line-height:1.5;margin-top:4px}.membership-txt-rgt{position:relative;z-index:1;flex-shrink:0;display:flex;justify-content:flex-end}.membership-txt1{font-weight:600;font-size:13px;font-family:Barlow,sans-serif;color:#ffffff8c;text-transform:uppercase;letter-spacing:.8px;text-align:left}.membership-txt2{font-weight:800;font-size:32px;font-family:Barlow,sans-serif;color:#fff;text-align:left;margin-top:6px;margin-bottom:8px}.membership-txt3{font-weight:400;font-size:18px;font-family:Barlow,sans-serif;color:#fff;text-align:right;line-height:25px}.membership-status-card{position:relative;overflow:hidden;border-radius:18px;padding:22px;min-width:300px;max-width:330px;background:#ffffff0f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 24px #00000040;transition:transform .3s ease,box-shadow .3s ease;animation:fadeIn .5s ease-out}.membership-status-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}.membership-status-card.active:before{background:linear-gradient(180deg,#4fc3f7,#2196f3)}.membership-status-card.expired:before{background:linear-gradient(180deg,#ff8a80,#f44336)}.membership-status-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00000052}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.status-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}.status-card-label{font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#ffffff80}.membership-page .status-badge{padding:5px 12px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.2px}.active-badge{background:#4cc98529;color:#6fe0a0;border:1px solid rgba(76,201,133,.32)}.expired-badge{background:#ff6b6b29;color:#ff9b9b;border:1px solid rgba(255,107,107,.32)}.membership-date-info{margin-bottom:16px;position:relative;z-index:1}.date-label{font-size:12px;color:#ffffff8c;margin-bottom:6px;font-weight:500}.date-value{font-size:22px;font-weight:700;color:#fff;margin-bottom:4px}.days-info{font-size:11px;font-weight:600;color:#ffffff80}.membership-status-card.active .days-info{color:#8fe0b8}.membership-status-card.expired .days-info{color:#ff9b9b}.membership-appointments{display:flex;align-items:center;gap:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:14px 16px;border-radius:14px;position:relative;z-index:1}.appointments-icon-chip{width:40px;height:40px;flex-shrink:0;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:17px}.membership-status-card.active .appointments-icon-chip{background:#2196f32e;color:#64b5f6}.membership-status-card.expired .appointments-icon-chip{background:#f443362e;color:#ff8a80}.appointments-count{font-size:26px;font-weight:800;color:#fff;line-height:1.1}.appointments-label{font-size:11.5px;color:#ffffff8c;font-weight:500;line-height:1.4;margin-top:2px}.renew-plan-btn{width:100%;margin-top:16px;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-weight:700;padding:12px 14px;border-radius:12px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;font-size:13.5px;position:relative;z-index:1;box-shadow:0 6px 16px #f15c5159}.renew-plan-icon{font-size:13px}.renew-plan-btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px #f15c5173}.renew-plan-btn:active{transform:translateY(0)}.membership-txt{width:100%;text-align:left;padding-top:28px;padding-bottom:4px}.membership-txt4{font-weight:700;font-size:19px;font-family:Barlow,sans-serif;color:#fff;text-align:left}.section-header{display:flex;align-items:center;gap:14px;margin-bottom:6px}.section-icon{width:44px;height:44px;flex-shrink:0;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:18px}.section-icon.plans-icon{background:#fcb96129;color:#fcb961}.section-icon.refill-icon{background:#4fc3f729;color:#4fc3f7}.section-icon.history-icon{background:#f15c5129;color:#f15c51}.section-title-group{flex:1;text-align:left}.section-subtitle{font-family:Barlow,sans-serif;font-size:12.5px;font-weight:400;color:#ffffff80;margin-top:2px}.section-count-pill{background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;font-size:12px;font-weight:600;padding:5px 12px;border-radius:20px;white-space:nowrap;font-family:Barlow,sans-serif}.plan-list-scroll{overflow-x:auto;width:100%;padding-bottom:6px}.plan-list{display:flex;gap:16px;padding-bottom:6px;padding-top:14px}.plans-box{position:relative;overflow:hidden;min-width:210px;min-height:160px;height:auto;background-color:#fff;border-radius:18px;padding:20px;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:center;align-items:stretch;box-shadow:0 4px 16px #0000001f;transition:all .25s ease}.plans-box:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f15c51,#fcb961);opacity:0;transition:opacity .25s ease}.plans-box:hover{transform:translateY(-4px);box-shadow:0 10px 26px #0000002e;border-color:#f15c5140}.plans-box:hover:before{opacity:1}.plans-box-btn{background:none;border:none;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;cursor:pointer}.plans-box-txt1{font-weight:700;font-size:18px;font-family:Barlow,sans-serif;color:#2b2b2b;margin-bottom:6px;text-align:left}.plans-box-txt2{font-weight:800;font-size:24px;font-family:Barlow,sans-serif;color:#f15c51;margin-bottom:10px;text-align:left}.plans-box-txt3{font-weight:400;font-size:13px;font-family:Barlow,sans-serif;color:#6b6b6b;margin-bottom:15px;text-align:left}.plans-box-txtsmll{font-size:14px}.plans-box-txtsmllgst{font-size:12px;color:#9a9a9a;font-weight:500}.plans-box-feature{display:flex;align-items:center;gap:6px;font-weight:500;font-size:13px;font-family:Barlow,sans-serif;color:#5c5c5c}.plans-box-feature-icon{color:#4caf50;font-size:14px;flex-shrink:0}.plan-body{margin-bottom:16px}.plan-body-txt1{font-weight:500;font-size:13px;font-family:Barlow,sans-serif;color:#8a8a8a;margin-bottom:16px;text-align:center}.plans-box-modal-inner{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.plans-box-modal{position:relative;overflow:hidden;width:60%;background-color:#fff;border-radius:16px;padding:20px;border:1px solid rgba(241,92,81,.2);box-shadow:0 8px 24px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center}.plans-box-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f15c51,#fcb961)}.modal-field{margin-bottom:16px}.modal-field-list{margin-top:5px;margin-bottom:15px;background-color:#f7f7fa;border:1px solid #eceef3;border-radius:12px;padding:16px}.modal-field-list1{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.modal-field-list1:last-child{margin-bottom:0}.modal-field-list-txt{font-weight:400;font-size:14px;font-family:Barlow,sans-serif;color:#6b6b6b}.modal-field-list2{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:14px;border-top:1px dashed #e2e2e2}.modal-field-list-txt2{font-weight:700;font-size:19px;font-family:Barlow,sans-serif;color:#2b2b2b}.modal-field-list-txt3{text-align:right;color:#f15c51}.animated-tick-style{display:flex;justify-content:center;align-items:center}.payment-container{width:100%;height:100vh;display:flex;flex-direction:column}.payment-iframe{width:100%;height:calc(100vh - 60px);border:none}.cancel-payment-btn{padding:15px;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;border:none;cursor:pointer;font-size:16px;font-weight:700;transition:opacity .2s ease}.cancel-payment-btn:hover{opacity:.9}.status-pill{display:inline-flex;align-items:center;font-size:12px;font-weight:600;padding:5px 12px;border-radius:20px}.status-pill.success{background:#4caf501f;color:#2e7d32}.empty-history-cell{padding:32px 20px!important}.empty-state-mini{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#9a9a9a;font-family:Barlow,sans-serif;font-size:14px}.empty-state-icon{font-size:26px;color:#d8d8d8}.membership-page .table-wrapper{border-radius:16px}.membership-page .blue-btn{border-radius:20px;padding:6px 16px;font-weight:500}.membership-page .login-btn-2{border-radius:14px;box-shadow:0 6px 18px #f15c514d}.membership-page .modal-hr{text-align:center;margin-bottom:4px}.membership-page .modal-title{text-align:center;font-size:20px}.ba-modal-container.membership-modal-container{border-radius:20px}.membership-modal-container .ba-modal-close{background:#f15c511a;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.membership-status-card{min-width:260px;max-width:300px}.date-value{font-size:18px}.appointments-count{font-size:22px}}@media (max-width: 768px){.hrview{padding-left:10px;padding-right:10px}.hr-titel-txt{font-size:18px}.membership-hero{flex-direction:column;align-items:stretch;padding:24px;gap:20px}.membership-txt-rgt{justify-content:stretch}.membership-status-card{min-width:unset;max-width:unset;width:100%}.section-count-pill{display:none}.plans-box{min-width:150px;padding:16px}.plans-box-txt1{font-size:17px}.plans-box-txt2{font-size:20px}.plans-box-modal{width:85%}}@media (max-width: 480px){.membership-status-card{padding:18px}.date-value{font-size:18px}.appointments-count{font-size:22px}.membership-txt2{font-size:26px}.status-card-label{font-size:10px}}.patient-list-container{padding:0 0 40px}.patient-list-container .download-btn{margin-top:0}.header{display:flex;justify-content:space-between;align-items:center}.patient-list-container .header h2{font-weight:500;font-size:24px;color:#fff}.search-bar{display:flex;gap:10px;margin:15px 0}.table-wrapper{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000001a;margin-bottom:20px;border:1px solid #e0e0e0}.patient-table{width:100%;border-collapse:collapse;margin:0}.patient-table thead{background:linear-gradient(90deg,#f15c51,#fcb961)}.patient-table th{color:#fff;padding:10px;font-family:Barlow,sans-serif;font-size:14px;font-weight:400;text-align:left}.patient-table td{padding:5px 10px;font-family:Barlow,sans-serif;font-size:14px;font-weight:400;color:#000;text-align:left}.patient-table tr:nth-child(2n){background-color:#f9f8fd}.patient-table td.actions{display:flex;gap:4px}.actions button{color:#fff;font-family:Barlow,sans-serif;font-size:13px;font-weight:400;border-radius:21px;padding:5px 14px;border:none;outline:none;height:30px;cursor:pointer}.blue-btn{background:#162548;color:#fff;font-family:Barlow,sans-serif;font-size:14px;font-weight:400;border-radius:12px;display:flex;align-items:center;gap:5px;transition:.3s}.blue-btn:hover{background:linear-gradient(90deg,#f15c51,#fcb961)}.orange-btn{background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-family:Barlow,sans-serif;font-size:14px;font-weight:400;border-radius:12px;display:flex;align-items:center;gap:5px;transition:.3s}.orange-btn:hover{background:#162548}.pink-btn{background:#ff4f81;color:#fff}.dark-btn{background:#1e2a38;color:#fff}.pagination{margin-top:20px;display:flex;justify-content:flex-start;gap:5px}.pagination button{padding:5px 10px;border-radius:50%;border:none;background:#f15c51;color:#fff;width:35px;height:35px;border:1px solid #f15c51}.pagination .active{background:#1e2a38;border-color:#fff}.search-bar{margin-top:20px}.search-bar .input-group input{width:100%;color:#fff;font-size:14px;background-color:#0e1c41;border:1px solid #0e1c41;outline:none;border-radius:8px;padding:12px 12px 12px 55px;height:50px;font-weight:400;font-family:Montserrat,sans-serif}.search-bar .input-group input::placeholder{color:#c4c4c4}.search-bar .Search-group{position:relative}.search-bar .input-group{margin-bottom:0;border:1px solid #454d63;width:450px;border-radius:8px;height:52px;background-color:#0e1c41;position:relative;transition:border-color .3s}.search-bar .input-group:focus-within{border-color:#f34e3a}.search-bar .search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);cursor:pointer;color:#fff;font-size:18px}.search-bar .viewall-btn{background-color:transparent;border:none;outline:none;color:#bfbfbf;padding:10px;font-size:14px;font-weight:400;text-align:left;text-decoration:underline}.patient-table td.no-data-text{text-align:center;font-size:20px;padding:20px}.patient-details-modal .profile-header{box-shadow:none;padding:0 0 20px;border-bottom:1px solid #eee;margin-bottom:0}.details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0px 20px}.details-grid .detail-item{width:100%;margin-bottom:10px}.details-grid .detail-item strong{display:block;font-weight:600;margin-bottom:4px;color:#0e1c41}.patient-details-modal .section{background:#fff;border-radius:0;box-shadow:none;padding:20px 0;border-bottom:1px solid #eee;margin-bottom:0}.patient-details-modal .profile-header img{width:150px;height:150px;border-radius:50%;object-fit:cover;border:none}.patient-details-modal .profile-header .profile-info{width:100%}.age-input{width:100%;display:flex;gap:20px;align-items:center;color:#fff}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}input[type=date]::-moz-focus-inner{color:#fff;filter:invert(1)}.radio-options{display:flex;gap:20px;margin-top:5px;justify-content:start}.radio-label{display:flex!important;align-items:center;cursor:pointer;width:auto!important}.radio-label input{position:absolute;opacity:0;cursor:pointer;height:20px!important;width:20px!important}.radio-custom{height:20px;width:20px;background-color:#fff;border:2px solid #ddd;border-radius:50%;margin-right:10px;position:relative;transition:all .3s;display:block}.radio-label input:checked~.radio-custom{border-color:#f15c51;background-color:#f15c51}.radio-label input:checked~.radio-custom:after{content:"";position:absolute;top:2px;left:2px;width:11px;height:11px;border-radius:50%;background:#fff}.file-upload-btn{display:inline-flex!important;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(90deg,#f15c51,#fcb961);border-radius:5px;color:#666;cursor:pointer;transition:all .3s;margin-bottom:15px;width:207px!important}.file-previews{display:flex;flex-wrap:wrap;gap:15px;margin-top:15px}.file-preview{position:relative;width:120px;height:120px;border-radius:5px;overflow:hidden;box-shadow:0 2px 5px #0000001a}.file-preview img{width:100%;height:100%;object-fit:cover}.remove-file{position:absolute;top:5px;right:5px;width:24px;height:24px;border-radius:50%;background:#f15c51;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1}.profile-preview{position:relative;width:150px;height:150px;border-radius:5px;overflow:hidden;box-shadow:0 2px 5px #0000001a;margin-top:15px}.profile-preview img{width:100%;height:100%;object-fit:cover}.form-actions{margin-top:0}.form-actions .submit-btn{width:auto;padding:12px 50px;border:none;border-radius:12px;background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff;font-size:22px;font-weight:500;cursor:pointer;height:60px;font-family:Barlow,sans-serif;transition:background .3s ease,border-color .3s ease,color .3s ease;margin-bottom:25px}.form-actions .submit-btn:hover{background:linear-gradient(90deg,#fcb961,#f15c51);color:#fff}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.BodyTop p{color:#fff;font-size:16px}.modal-body-custom .ba-dropdown-container .ba-dropdown-menu .ba-dropdown-options li.ba-no-data{padding:10px;text-align:center;color:#000;font-style:italic;font-size:14px}h5.modal-title-custom{padding:15px 0 20px;font-family:Barlow,sans-serif;font-size:20px;font-weight:400;color:#000;text-align:left}.BodytopRgt{display:flex}.BtnGrp{display:flex;gap:15px;justify-content:end;align-items:center}.BtnGrp .download-btn{margin-top:0;margin-bottom:0}.mainBody{display:flex;flex-direction:column;min-height:100vh;font-family:Arial,sans-serif}.container{background-color:#081533;height:60px;display:flex;align-items:center}.Hrview{display:flex;align-items:center;justify-content:space-between;width:100%;height:60px;padding:0 15px}.HrTitel{text-align:center}.HrTitelTxt{font-family:Arial,sans-serif;font-size:22px;font-weight:600;color:#fff;text-align:center}.HrRight{display:flex;align-items:center;justify-content:flex-end}.NotiNumber{background-color:#f15c51;width:22px;height:22px;border-radius:50%;text-align:center;line-height:22px;position:absolute;top:-5px;right:-8px;font-weight:600;font-size:13px;font-family:Arial,sans-serif;color:#fff}.NotiBtn{position:relative;margin:10px;background:none;border:none;color:#fff;cursor:pointer;font-size:20px}.view{display:flex;align-items:center}.backgroundImage{background:linear-gradient(#00000080,#00000080),url(./assets/images/bg.jpg) center/cover no-repeat;flex:1;display:flex;justify-content:center;align-items:flex-start;padding:20px 0}.ScrollView{padding:0 15px;width:100%;max-width:800px}.LoginFrm{width:100%;margin-top:30px;background:#0e1c41e6;padding:20px;border-radius:10px;box-shadow:0 4px 10px #0000004d}.BtnGrp{display:flex;align-items:center;justify-content:space-between;margin-top:15px;margin-bottom:25px;width:100%}.BtnGrpEm{display:flex;align-items:center;margin-top:15px;margin-bottom:25px;width:100%}.LoginBtn{width:100%;height:50px;border-radius:8px;overflow:hidden;border:none;cursor:pointer}.LoginBtnTxt{color:#fff;font-weight:700;font-size:16px;font-family:Arial,sans-serif;text-align:center;text-transform:uppercase}.linearGradient{width:100%;height:100%;border-radius:8px;display:flex;justify-content:center;align-items:center;background:linear-gradient(to right,#fcb961,#f15c51)}.Backview{width:48%;margin-right:2%}.BackviewEm{width:98%;margin-right:2%}.Nextview{width:48%;margin-left:2%}.CalBody{width:100%}.mainBtn{margin-bottom:25px;cursor:pointer;padding:0 0 0 50px}.mainBox{display:flex;align-items:center;padding:0;overflow:hidden}.mainBoxLftTime{color:#fff}.mainBoxLft{padding-right:25px;width:auto;position:relative;display:flex;align-items:center}.mainBoxLftline{width:145px;background:#fff;height:1px;margin-left:15px}.mainBoxRgt{background-color:#d3d3d3;width:40%;padding:15px;border-radius:8px;border-top:7px solid #2e7d32}.mainBoxRgtfff{background-color:#fff;width:40%;padding:15px;border-radius:8px;border-top:7px solid #ffcc80}.LineImage{position:absolute;top:14px;left:85%;height:40px}.mainname{margin-bottom:10px;display:flex;align-items:center;width:100%;justify-content:space-between}.mainnamep{font-family:Barlow,sans-serif;font-size:18px;color:#0e1c41;font-weight:600}.mainname2{font-family:Barlow,sans-serif;font-size:16px;color:#0e1c41;font-weight:400}.Docname{display:flex;justify-content:flex-start;align-items:center;margin-bottom:10px}.DocImage{width:24px;height:24px;object-fit:contain;margin-right:4px}.HmImage{width:300px;height:300px;object-fit:contain;margin-bottom:20px}.Docnameview{margin-bottom:0}.weekCalendarContainer{background-color:#0e1c41;border:1px solid #454d63;border-radius:5px;padding:15px;margin-bottom:15px}.weekCalendarHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;color:#fff}.weekRange{margin:0;color:#fff;font-size:16px;text-align:center}.navButton{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:5px 10px}.navButton:disabled{opacity:.5;cursor:not-allowed}.weekDaysHorizontal{display:flex;justify-content:space-between}.weekDayCell{flex:1;display:flex;flex-direction:column;align-items:center;padding:10px 5px;border-radius:5px;cursor:pointer;margin:0 2px;background-color:#1c2f5f;transition:all .2s ease}.weekDayCell:hover{background-color:#2a4080}.weekDayCell.selected{background-color:#ec732c}.weekDayCell.unavailable{opacity:.5;cursor:not-allowed}.weekDayName{font-size:12px;color:#999;margin-bottom:5px;text-transform:uppercase}.weekDayCell.selected .weekDayName{color:#fff;font-weight:700}.weekDayDate{font-size:18px;font-weight:700;color:#fff;margin-bottom:3px}.weekDayDate.today{color:#ec732c}.weekDayCell.selected .weekDayDate{color:#fff}.weekDayMonth{font-size:10px;color:#999;text-transform:uppercase}.weekDayCell.selected .weekDayMonth{color:#fff}.modalOverlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modalContent{background-color:#fff;padding:25px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;border-radius:8px}.modernModalView{background-color:#fff;border-radius:16px;overflow:hidden;width:85%;max-width:500px;box-shadow:0 10px 20px #0003}.modalHr{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modalHrText{font-family:Arial,sans-serif;font-size:22px;font-weight:700;color:#f15c51}.Cancelbutton{background:none;border:none;font-size:30px;cursor:pointer;color:#f15c51}.infoList{margin-bottom:20px}.infoitem{display:flex;align-items:center;margin-bottom:15px}.itemIcon{width:20px;height:20px;object-fit:contain;margin-right:12px}.infoitemTxt{font-family:Arial,sans-serif;font-size:20px;font-weight:400;color:#000}.infoitemInner{display:flex;align-items:center;margin-right:25px;margin-bottom:20px}.TableView{margin-top:25px}.TableViewTxt{font-family:Arial,sans-serif;font-size:22px;font-weight:700;color:#f15c51;margin-bottom:15px}.CustomTableView{border:1px solid #7f7f7f;border-bottom:none}.TableHr{display:flex;align-items:center;background-color:#051027;border:1px solid #7f7f7f}.TableHrOne,.TableHrTwo,.TableHrThree{padding:10px;border-right:1px solid #7f7f7f}.TableHrOne{width:26%}.TableHrTwo{width:37%}.TableHrThree{width:37%;border-right:none}.TableHrTxt{font-family:Arial,sans-serif;font-size:17px;font-weight:400;color:#fff}.TableBody{display:flex;align-items:center;background-color:#fff;border:1px solid #7f7f7f;border-bottom:none}.TableBodyOne,.TableBodyTwo,.TableBodyThree{padding:10px;border-right:1px solid #7f7f7f}.TableBodyOne{width:26%}.TableBodyTwo{width:37%}.TableBodyThree{width:37%;border-right:none}.TableBodyTxt{font-family:Arial,sans-serif;font-size:17px;font-weight:400;color:#000}.NoFound{display:flex;justify-content:center;align-items:center;padding:20px;background-color:transparent}.modalHeader{background-color:#fff5f0;padding:18px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #ffe5d9}.headerIcon{width:24px;height:24px;margin-right:10px}.modalHeaderText{font-size:18px;font-weight:700;color:#f15c51;text-align:center;font-family:Arial,sans-serif}.modalBody{padding:25px;text-align:center}.infoIconWrapper{margin-bottom:20px}.modalMainText{font-size:16px;line-height:24px;text-align:center;color:#555;margin-bottom:10px;font-family:Arial,sans-serif}.modalSubText{font-size:14px;color:#888;text-align:center;font-family:Arial,sans-serif;line-height:20px}.modalFooter{padding:0 20px 20px}.modalButton{border-radius:10px;overflow:hidden;border:none;width:100%;cursor:pointer}.buttonGradient{padding:14px;text-align:center;background:linear-gradient(to right,#fcb961,#f15c51)}.modalButtonText{color:#fff;font-size:15px;font-weight:700;font-family:Arial,sans-serif;letter-spacing:.5px}.exclamationIcon{display:inline-block;width:40px;height:40px;line-height:40px;border-radius:50%;background-color:#f15c51;color:#fff;font-size:24px;font-weight:700}.modal-header-custom2{text-align:center}.info-icon-wrapper{color:#f15c51;font-size:45px;border:2px solid #f15c51;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:100%;margin:0 auto 20px}.modal-sub-text{margin-bottom:25px;margin-top:15px;font-size:15px;color:#636363}.ba-modal-body .form-group label{font-size:15px;margin-bottom:12px;font-weight:400;color:#000;width:100%;display:block}.ba-modal-body .form-group label .required{color:red;margin-left:2px}.doctor-delete-modal .doctor-delete-intro{margin-bottom:18px;line-height:1.5}.ba-modal-container.doctor-delete-modal--appointments{box-sizing:border-box;max-height:calc(100dvh - 40px);overflow:hidden}.doctor-delete-modal--appointments .ba-modal-body{min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.doctor-delete-modal--appointments .modal-content-container,.doctor-delete-modal--appointments .modal-body-custom{display:flex;flex-direction:column;min-height:0}.doctor-reassignment-summary{display:flex;align-items:center;gap:5px;margin-bottom:14px;padding:10px 12px;border-radius:9px;background:#f3f6fb;color:#475569;font-size:13px}.doctor-reassignment-summary span{margin-left:auto;color:#d94841;font-weight:700}.doctor-reassignment-list{display:flex;flex-direction:column;gap:12px;max-height:clamp(220px,46dvh,480px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:5px;scrollbar-color:#b9c0cb transparent;scrollbar-gutter:stable;scrollbar-width:thin}.doctor-reassignment-list::-webkit-scrollbar{width:8px}.doctor-reassignment-list::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#b9c0cb;background-clip:padding-box}.doctor-reassignment-date-group{flex:0 0 auto;overflow:hidden;border:1px solid #dfe6ef;border-radius:12px;background:#fff}.doctor-reassignment-date-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 13px;background:#fff1ee;color:#9f2d28;font-size:13px}.doctor-reassignment-date-header span{color:#7c2d2a;font-size:12px;font-weight:600}.doctor-reassignment-item{display:grid;grid-template-columns:minmax(170px,.8fr) minmax(250px,1.2fr);gap:18px;align-items:end;padding:14px;border-top:1px solid #edf0f4;background:#fafafa}.doctor-reassignment-details{display:flex;flex-direction:column;gap:6px;color:#172554}.doctor-reassignment-details span{color:#636363;font-size:14px}.doctor-reassignment-details small{color:#7b8190;font-size:12px}.doctor-reassignment-field{margin-bottom:0!important}.doctor-reassignment-select{width:100%;cursor:pointer}.doctor-delete-warning{margin-top:14px;padding:10px 12px;border-radius:8px;background:#fff1f0;color:#b42318;font-size:14px;line-height:1.45}.doctor-delete-warning--appointment{margin:8px 0 0;font-size:12px}.dialog-delete:disabled,.dialog-cancel:disabled{cursor:not-allowed;opacity:.55}.doctor-delete-modal--appointments .dialog-buttons{flex-shrink:0;margin-top:12px;padding-top:12px;border-top:1px solid #edf0f4;background:#fff}@media (max-width: 640px){.ba-modal-container.doctor-delete-modal--appointments{max-height:calc(100dvh - 20px);padding:0}.doctor-reassignment-list{max-height:42dvh}.doctor-reassignment-summary{align-items:flex-start;flex-wrap:wrap}.doctor-reassignment-summary span{width:100%;margin-left:0}.doctor-reassignment-item{grid-template-columns:1fr;align-items:stretch}}.box-list .settings-form{display:flex;flex-direction:column;gap:25px;margin-top:20px}.box-list .settings-form .form-row{display:flex;gap:20px;align-items:center;margin-bottom:0}.box-list .settings-form .form-row .form-group{flex:1;display:flex;flex-direction:column}.box-list .settings-form .form-row label{font-size:15px;margin-bottom:12px;font-weight:400;color:#fff;width:100%;display:block}.box-list .file-upload-btn{display:inline-flex!important;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(90deg,#f15c51,#fcb961);border-radius:5px;color:#666;cursor:pointer;transition:all .3s;width:207px!important;font-size:15px;margin-bottom:12px;font-weight:400;color:#fff;border:none;outline:none}.box-list .file-upload-btn svg{height:15px}.box-list .settings-form .form-row p{font-size:18px;margin-bottom:12px;font-weight:500;color:#fff;width:100%;display:block}.file-actions{position:absolute;top:8px;right:8px;display:flex;gap:8px}.enlarge-btn,.remove-btn{background:#0009;color:#fff;border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.enlarge-btn:hover,.remove-btn:hover{background:#000c}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999}.lightbox-content{position:relative;max-width:90%;max-height:90%}.lightbox-image-container{display:flex;justify-content:center;align-items:center;max-height:80vh}.lightbox-image{max-width:100%;max-height:80vh;object-fit:contain}.lightbox-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:30px;cursor:pointer}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;padding:16px;font-size:24px;cursor:pointer;transition:background .2s}.lightbox-nav:hover{background:#000c}.lightbox-prev{left:10px}.lightbox-next{right:10px}@media (max-width: 768px){.lightbox-nav{padding:12px;font-size:20px}}.notification-page{width:min(1180px,100%);margin:0 auto;padding-bottom:32px}.notification-page-header{position:relative;display:flex;min-height:116px;padding:22px 24px;border:1px solid rgba(255,255,255,.1);border-radius:18px 18px 0 0;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;background:radial-gradient(circle at 88% 0%,rgba(252,185,97,.18),transparent 30%),linear-gradient(135deg,#081533,#0d2450);box-shadow:0 14px 32px #030b1f3d}.notification-page-heading{display:flex;align-items:center;gap:14px}.notification-page-icon{display:grid;flex:0 0 46px;width:46px;height:46px;border-radius:14px;place-items:center;color:#fff;background:linear-gradient(135deg,#fcb961,#f15c51);box-shadow:0 8px 18px #f15c5147;font-size:23px}.notification-title-row{display:flex;align-items:center;gap:9px}.notification-title-row h2{margin:0;color:#fff;font-size:25px;line-height:1.15}.notification-page-heading p{margin:6px 0 0;color:#9eacc8;font-size:13px}.notification-unread-badge{display:inline-grid;min-width:24px;height:24px;padding:0 7px;border-radius:999px;place-items:center;color:#fff;background:#f15c51;font-size:11px;font-weight:800}.btn-mark-all{display:inline-flex;height:40px;padding:0 15px;border:1px solid rgba(255,255,255,.18);border-radius:10px;align-items:center;justify-content:center;gap:8px;color:#fff;background:#ffffff1a;cursor:pointer;font-size:12px;font-weight:700;transition:background-color .16s ease,border-color .16s ease}.btn-mark-all svg{font-size:18px}.btn-mark-all:hover:not(:disabled){border-color:#fcb96180;background:#ffffff29}.btn-mark-all:disabled{color:#6f7e9c;cursor:not-allowed;opacity:.7}.notification-toolbar{display:flex;padding:14px 16px;border:1px solid #e2e8f0;border-top:0;align-items:center;justify-content:space-between;gap:16px;background:#fffffff5}.notification-filter-tabs{display:flex;align-items:center;gap:9px}.notification-filter-tab{display:inline-flex;height:36px;padding:0 13px;border:1px solid transparent;border-radius:999px;align-items:center;gap:7px;color:#64748b;background:#f1f5f9;cursor:pointer;font-size:12px;font-weight:700;transition:color .16s ease,background-color .16s ease,transform .16s ease}.notification-filter-tab small{display:inline-grid;min-width:20px;height:20px;padding:0 5px;border-radius:999px;place-items:center;color:#64748b;background:#e2e8f0;font-size:10px;font-weight:800}.notification-filter-tab.active{color:#fff;background:#f15c51;box-shadow:0 5px 12px #f15c5138}.notification-filter-tab.active small{color:#fff;background:#ffffff40}.notification-filter-tab:hover{transform:translateY(-1px)}.btn-clear-all{display:inline-flex;height:36px;padding:0 12px;border:1px solid rgba(241,92,81,.55);border-radius:9px;align-items:center;gap:7px;color:#e84f47;background:#fff5f4;cursor:pointer;font-size:12px;font-weight:700;transition:background-color .16s ease,box-shadow .16s ease}.btn-clear-all:hover:not(:disabled){background:#ffe9e6;box-shadow:0 5px 12px #f15c511f}.notification-list{min-height:310px;padding:18px;border:1px solid rgba(64,82,119,.62);border-top:0;border-radius:0 0 18px 18px;background:#0617379e;box-shadow:0 14px 32px #030b1f33}.notification-list-header{display:flex;padding:0 2px 12px;align-items:center;justify-content:space-between}.notification-count{margin:0;color:#a7b4ce;font-size:12px;font-weight:600}.notifications-container{display:grid;max-height:calc(100vh - 350px);padding-right:5px;gap:12px;overflow-y:auto}.notification-item{position:relative;display:flex;padding:16px 18px;border:1px solid #e6ebf2;border-radius:15px;gap:13px;background:#fff;box-shadow:0 7px 18px #030b1f29;transition:transform .17s ease,box-shadow .17s ease,border-color .17s ease}.notification-item.unread{border-left:4px solid #f15c51;background:linear-gradient(90deg,#fff8f6,#fff 25%)}.notification-item:hover{border-color:#f15c514d;box-shadow:0 11px 24px #030b1f33;transform:translateY(-1px)}.notification-icon-container{display:grid;flex:0 0 42px;width:42px;height:42px;border-radius:50%;place-items:center;background:#f8fafc;box-shadow:inset 0 0 0 1px #edf1f6}.notification-icon.alert{color:#ef4444}.notification-icon.reminder{color:#f59e0b}.notification-icon.success{color:#22a447}.notification-icon.message{color:#2f80ed}.notification-icon.info{color:#64748b}.notification-content{flex:1;min-width:0}.notification-content-header{display:flex;margin-bottom:7px;align-items:flex-start;justify-content:space-between;gap:16px}.notification-item-heading{display:flex;min-width:0;align-items:center;gap:8px}.notification-item-title{margin:0;color:#1e293b;font-size:15px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-item.unread .notification-item-title{color:#081533;font-weight:750}.notification-unread-dot{flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:#f15c51;box-shadow:0 0 0 3px #f15c511f}.notification-time{flex:0 0 auto;color:#94a3b8;font-size:11px;white-space:nowrap}.notification-message{margin:0 0 12px;color:#526077;font-size:13px;line-height:1.55;overflow-wrap:anywhere}.notification-page .notification-actions{display:flex;padding-top:9px;border-top:1px solid #f1f5f9;align-items:center;gap:18px}.btn-mark-read,.btn-delete{display:inline-flex;padding:3px 0;border:0;align-items:center;gap:6px;background:transparent;cursor:pointer;font-size:11px;font-weight:700}.btn-mark-read{color:#22a447}.btn-delete{color:#e84f47}.btn-mark-read svg,.btn-delete svg{font-size:15px}.btn-mark-read:hover,.btn-delete:hover{text-decoration:underline}.notification-empty,.notification-loading{display:flex;min-height:270px;padding:35px;align-items:center;justify-content:center;flex-direction:column;color:#8f9db8;text-align:center}.notification-empty-icon{display:grid;width:76px;height:76px;margin-bottom:16px;border:1px solid rgba(143,157,184,.2);border-radius:50%;place-items:center;color:#60708f;background:#ffffff0a;font-size:38px}.notification-empty h3{margin:0;color:#d5dceb;font-size:19px;font-weight:650}.notification-empty p,.notification-loading p{margin:7px 0 0;font-size:13px}.notification-loading-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.15);border-top-color:#f15c51;border-radius:50%;animation:notificationSpin .7s linear infinite}@keyframes notificationSpin{to{transform:rotate(360deg)}}.notifications-container::-webkit-scrollbar{width:6px}.notifications-container::-webkit-scrollbar-track{border-radius:4px;background:#ffffff0f}.notifications-container::-webkit-scrollbar-thumb{border-radius:4px;background:#536482}@media (max-width: 768px){.notification-page-header{min-height:0;padding:18px;align-items:flex-start}.notification-page-heading p{display:none}.notification-title-row h2{font-size:21px}.btn-mark-all span{display:none}.btn-mark-all{width:40px;padding:0}.notification-toolbar{padding:12px;overflow-x:auto}.notification-filter-tabs{flex:0 0 auto}.btn-clear-all span{display:none}.btn-clear-all{flex:0 0 36px;width:36px;padding:0;justify-content:center}.notification-list{padding:13px}.notifications-container{max-height:none}.notification-item{padding:14px}.notification-content-header{flex-direction:column;gap:4px}}@media (max-width: 480px){.notification-page-icon{display:none}.notification-page-header{border-radius:14px 14px 0 0}.notification-filter-tab{height:34px;padding:0 10px}.notification-icon-container{flex-basis:36px;width:36px;height:36px}.notification-list{border-radius:0 0 14px 14px}}.Purchase-History-table-wrapper .membership-txt4{margin-bottom:25px}.Purchase-History-table-wrapper table td .plans-box-txt2{color:#f15c51;font-weight:700;font-size:14px}.Purchase-History-table-wrapper table td .plans-box-txt1{font-size:14px}.Purchase-History-table-wrapper .patient-table td.actions{display:inline;gap:4px}.filters-section.SettingsBody .filter-buttons{display:flex;gap:15px}.filters-section.SettingsBody .filter-buttons .filter-btn{width:100px;padding:12px;color:#fff;font-size:16px;background-color:#0e1c41;border:1px solid #454d63;outline:none;border-radius:8px;height:55px;font-weight:400;font-family:Montserrat,sans-serif;transition:border-color .3s}.filters-section.SettingsBody .settings-form .form-row .form-group{flex:1;display:flex;flex-direction:row;gap:15px}.filters-section.SettingsBody .settings-form .form-row .login-btn{margin:0;height:55px;padding:12px 27px}.filters-section.SettingsBody .settings-form .form-row{display:flex;gap:15px;align-items:center;margin-bottom:20px}.filters-section.SettingsBody .settings-form .form-row .search-bar{margin:0;width:100%}.filters-section.SettingsBody .settings-form .form-row .search-bar .input-group{width:100%}.filters-section.SettingsBody .settings-form .form-row .search-bar .input-group input{padding-left:40px}.filters-section.SettingsBody .settings-form .form-row .search-bar .search-icon{position:absolute;left:18px;top:58%;transform:translateY(-50%);cursor:pointer;color:#fff;font-size:12px}.filters-section.SettingsBody .settings-form .form-row input{font-size:13px}.filters-section.SettingsBody{padding-bottom:0}.results-count{display:none}.mobile-filter-btn{display:none;gap:8px;background-color:transparent;border:1px solid #fff;border-radius:4px;padding:14px 12px;font-size:14px;cursor:pointer;color:#fff;margin:15px 0;width:100%;text-align:center;align-items:center;justify-content:center}.loading-spinner{width:16px;height:16px;border:2px solid #2a3a6d;border-top:2px solid #fcb961;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.suggestions-container{position:relative;z-index:1000;margin-top:8px}.suggestions-list{background:#0e1c41;border-radius:12px;border:1px solid #2a3a6d;box-shadow:0 8px 32px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:300px;overflow-y:auto;padding:8px 0;animation:slideDown .2s ease-out}.suggestions-list::-webkit-scrollbar{width:6px}.suggestions-list::-webkit-scrollbar-track{background:#172548;border-radius:3px}.suggestions-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f15c51,#fcb961);border-radius:3px}.suggestion-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #2a3a6d;background:#0e1c41;position:relative;overflow:hidden}.suggestion-item:last-child{border-bottom:none}.suggestion-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:linear-gradient(180deg,#f15c51,#fcb961);transform:scaleY(0);transition:transform .2s ease}.suggestion-item:hover{background:linear-gradient(90deg,#f15c511a,#fcb9611a);transform:translate(4px)}.suggestion-item:hover:before{transform:scaleY(1)}.suggestion-item:hover .suggestion-arrow{transform:translate(3px);opacity:1}.suggestion-content{flex:1;min-width:0}.suggestion-name{color:#fff;font-size:14px;font-weight:500;margin-bottom:4px;display:flex;align-items:center;gap:8px;font-family:Montserrat,sans-serif}.suggestion-phone{color:#8a9bb8;font-size:12px;font-weight:400;display:flex;align-items:center;gap:8px;font-family:Montserrat,sans-serif}.patient-icon,.phone-icon{font-size:12px;opacity:.7}.suggestion-arrow{color:#fcb961;font-size:16px;opacity:0;transition:all .2s ease;margin-left:12px}.first-item{border-top-left-radius:8px;border-top-right-radius:8px}.suggestion-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.suggestion-item:focus{outline:none;background:linear-gradient(90deg,#f15c5126,#fcb96126)}.suggestion-item:focus:before{transform:scaleY(1)}.suggestions-loading,.suggestions-empty{padding:20px;text-align:center;color:#8a9bb8;font-style:italic}.booking-step-card{padding:22px;border:1px solid #2c416d;border-radius:16px;background:linear-gradient(145deg,#0e1c41fa,#102755f0);box-shadow:0 12px 32px #030a1d2e}.booking-step-heading{display:flex;align-items:center;gap:12px;margin-bottom:20px}.booking-step-heading>span{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border:1px solid #ec732c;border-radius:10px;color:#fcb961;background:#ec732c29;font-weight:700}.booking-step-heading h3,.booking-step-heading p{margin:0}.booking-step-heading h3{color:#fff;font-size:18px}.booking-step-heading p{margin-top:4px;color:#93a4c8;font-size:12px}.duration-summary,.password-policy-note,.password-reset-help{margin:9px 0 0;color:#aab8d3;font-size:13px;line-height:1.5}.booking-sub-label{margin:20px 0 12px;color:#fff;font-size:15px}.booking-sub-label small{margin-left:8px;color:#fcb961}.booking-step-card .weekDayCell{border:0;font-family:inherit}.booking-step-card .weekDayCell:disabled{opacity:.38}.selected-range-banner{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding:12px 14px;border:1px solid #b77443;border-radius:9px;color:#ffd0a4;background:#ec732c29;font-size:13px}.selected-range-banner button{margin-left:auto;border:0;color:#fcb961;background:transparent;font-weight:700;text-transform:uppercase;cursor:pointer}.booking-status{width:100%;padding:18px;border:1px dashed #354a78;border-radius:10px;color:#91a3c7;background:#07143373;text-align:center;font-family:inherit}button.booking-status{cursor:pointer}.booking-error{color:#ffb4b4;border-color:#ff5b5b8c}.slot-groups{display:grid;gap:18px}.slot-group{padding:15px;border:1px solid #2a3f6d;border-radius:12px;background:#05123057}.slot-group-header{display:flex;justify-content:space-between;margin-bottom:12px;color:#fff}.slot-group-header span{color:#91a3c7;font-size:12px}.slot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:9px}.slot-chip{display:flex;min-height:54px;padding:9px 7px;border:1px solid #566b92;border-radius:8px;align-items:center;justify-content:center;flex-direction:column;gap:4px;color:#fff;background:#102657;font-family:inherit;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.slot-chip:hover:not(:disabled){transform:translateY(-1px);border-color:#fcb961}.slot-chip small{color:#fcb961;font-size:9px;font-weight:700;letter-spacing:.04em}.slot-chip.booked{color:#7786a5;border-color:#394766;background:#172342;cursor:not-allowed}.slot-chip.booked small{color:#a96f75}.slot-chip.covered{border-color:#a76a43;background:#654039a8}.slot-chip.dynamic{border-color:#43a391}.slot-chip.selected{border-color:#ff8a24;background:linear-gradient(135deg,#ef6824,#ff941d);box-shadow:0 6px 18px #ec732c4d}.slot-refreshing{margin-top:9px;color:#fcb961;font-size:12px}.schedule-limit-notice{width:100%;margin-top:14px;padding:12px 14px;border:1px solid #9c643e;border-radius:9px;color:#ffd0a4;background:#ec732c1f;text-align:left;font-family:inherit;cursor:pointer}.suggestions-count{padding:6px 14px 9px;color:#91a3c7;font-size:11px;border-bottom:1px solid #2a3a6d}button.suggestion-item{width:100%;border-top:0;border-left:0;border-right:0;color:inherit;font-family:inherit;text-align:left}.settings-form .password-policy-note{max-width:760px;margin:-8px 0 22px}.login-frm-box .password-reset-help{max-width:420px;margin:-2px auto 20px;text-align:center}.password-reset-success{display:flex;align-items:flex-start;gap:11px;margin:0 0 20px;padding:14px;border:1px solid #4d9d75;border-radius:11px;color:#bdf1d3;background:#18794e33}.password-reset-success>svg{flex:0 0 auto;margin-top:2px;font-size:20px}.password-reset-success strong{display:block;color:#e4fff0;font-size:15px}.password-reset-success p{margin:4px 0 0;color:#b7d9c6;font-size:13px;line-height:1.45}.clinic-hours-web-card{margin:4px 0 24px;padding:18px;border:1px solid #354a78;border-radius:14px;background:#0a1c43b8}.clinic-hours-web-card.highlighted{border-color:#f08a3d;box-shadow:0 0 0 3px #f08a3d2e;animation:clinicHoursPulse 1.4s ease-in-out 2}.clinic-hours-web-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px;color:#fff}.clinic-hours-web-heading strong,.clinic-hours-web-heading>div>span{display:block}.clinic-hours-web-heading>div{flex:1;min-width:0}.clinic-hours-web-heading>div>span{margin-top:5px;color:#9baccb;font-size:12px;font-weight:400}.clinic-hours-web-icon{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border:1px solid rgba(255,151,70,.5);border-radius:11px;color:#fff;background:linear-gradient(145deg,#f79a42,#e96c3f);font-size:18px}.clinic-hours-web-heading small{flex:0 0 auto;margin-left:auto;padding:5px 8px;border:1px solid rgba(240,138,61,.65);border-radius:999px;color:#fcb961;background:#f08a3d1f;font-size:9px;font-weight:700;letter-spacing:.06em}.clinic-hours-web-fields{margin-bottom:0}@keyframes clinicHoursPulse{0%,to{box-shadow:0 0 0 3px #f08a3d1f}50%{box-shadow:0 0 0 6px #f08a3d42}}.purchase-list-title{margin:24px 0 14px;color:#fff;font-size:20px}.purchase-request-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.purchase-request-card{position:relative;display:flex;min-height:184px;padding:18px;border:1px solid rgba(223,228,236,.92);border-radius:14px;flex-direction:column;background:#fff;box-shadow:0 9px 24px #030b1f2e;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.purchase-request-card:before{position:absolute;top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,#fcb961,#f15c51);content:""}.purchase-request-card:hover{border-color:#f15c5157;box-shadow:0 14px 30px #030b1f3d;transform:translateY(-2px)}.purchase-request-card-header{display:flex;align-items:center;gap:11px}.purchase-request-icon{display:grid;flex:0 0 36px;place-items:center;width:36px;height:36px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#fcb961,#f15c51);box-shadow:0 5px 12px #f15c513d;font-size:17px}.purchase-request-card-header strong,.purchase-request-card-header time{display:block}.purchase-request-card-header strong{color:#081533;font-size:14px;font-weight:700}.purchase-request-card-header time{margin-top:3px;color:#7d879a;font-size:11px}.purchase-request-card>p{margin:16px 0 18px;color:#454d63;font-size:15px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.purchase-request-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:auto;padding-top:2px}.purchase-action-button{display:inline-flex;min-width:86px;height:36px;padding:0 14px;border-radius:9px;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;line-height:1;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.purchase-action-button svg{flex:0 0 auto;font-size:15px}.purchase-edit-action{border:1px solid transparent;color:#fff;background:linear-gradient(90deg,#fcb961,#f15c51);box-shadow:0 5px 12px #f15c5133}.purchase-delete-action{border:1px solid rgba(241,92,81,.7);color:#e84f47;background:#fff5f4}.purchase-action-button:hover{transform:translateY(-1px)}.purchase-edit-action:hover{box-shadow:0 7px 16px #f15c514d}.purchase-delete-action:hover{background:#ffe9e6;box-shadow:0 5px 12px #f15c511f}.purchase-action-button:focus-visible{outline:3px solid rgba(252,185,97,.35);outline-offset:2px}.purchase-empty-state,.purchase-loading-state{display:flex;min-height:245px;padding:30px;border:1px dashed #3d4e75;border-radius:14px;align-items:center;justify-content:center;flex-direction:column;color:#8998b7;background:#08193b8c;text-align:center}.purchase-empty-state>svg{margin-bottom:15px;color:#53617e;font-size:52px}.purchase-empty-state strong{color:#c5cede;font-size:18px}.purchase-empty-state span{margin-top:7px;font-size:13px}.purchase-refresh-btn{display:inline-flex;align-items:center;gap:5px}.purchase-character-count{margin-top:6px;color:#8d98ad;font-size:11px;text-align:right}@media (max-width: 767px){.purchase-request-grid{grid-template-columns:1fr}.purchase-request-card{min-height:0}}@media (max-width: 420px){.purchase-request-actions{width:100%}.purchase-action-button{flex:1}}.app-home-dashboard{width:min(1420px,100%);margin:0 auto;padding-bottom:34px;color:#fff}.app-home-hero{position:relative;display:flex;min-height:200px;padding:28px 30px;border:1px solid rgba(255,255,255,.1);border-radius:22px;align-items:center;justify-content:space-between;gap:28px;overflow:hidden;background:radial-gradient(circle at 82% 18%,rgba(252,185,97,.2),transparent 27%),radial-gradient(circle at 6% 110%,rgba(241,92,81,.22),transparent 32%),linear-gradient(135deg,#081631,#0e2654 58%,#172f61);box-shadow:0 20px 45px #030b1f42}.app-home-hero:before,.app-home-hero:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%}.app-home-hero:before{width:250px;height:250px;top:-145px;right:7%}.app-home-hero:after{width:165px;height:165px;right:-65px;bottom:-75px}.app-home-hero-copy,.app-home-actions{position:relative;z-index:1}.app-home-eyebrow{display:flex;align-items:center;gap:8px;color:#b7c3db;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.app-home-eyebrow>span{width:7px;height:7px;border-radius:50%;background:#fcb961;box-shadow:0 0 0 5px #fcb9611f}.app-home-hero h1{margin:15px 0 8px;color:#fff;font-family:Barlow,sans-serif;font-size:clamp(29px,3vw,42px);font-weight:700;letter-spacing:-.025em}.app-home-hero-copy>p{max-width:650px;margin:0;color:#aebdd7;font-size:15px;line-height:1.6}.app-home-hero-meta{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}.app-home-hero-meta>span{display:inline-flex;padding:8px 11px;border:1px solid rgba(255,255,255,.11);border-radius:999px;align-items:center;gap:7px;color:#dce5f5;background:#ffffff0f;font-size:12px}.app-home-hero-meta svg{color:#fcb961}.app-home-actions{display:grid;min-width:280px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.app-home-actions-label{grid-column:1 / -1;color:#aebdd7;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.app-home-actions .app-home-primary-action{grid-column:1 / -1}.app-home-actions>button:last-child:nth-child(3){grid-column:1 / -1}.app-home-actions button,.app-home-empty button,.app-home-register-button{display:inline-flex;min-height:44px;padding:0 18px;border-radius:11px;align-items:center;justify-content:center;gap:8px;color:#fff;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.app-home-actions button:hover,.app-home-empty button:hover,.app-home-register-button:hover{transform:translateY(-1px)}.app-home-primary-action,.app-home-register-button{border:0;background:linear-gradient(115deg,#fcb961,#f15c51);box-shadow:0 10px 22px #f15c513b}.app-home-secondary-action{border:1px solid rgba(255,255,255,.17);background:#fff1}.app-home-secondary-action:hover{background:#ffffff1c}.app-home-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:20px 0}.app-home-stat-card{display:flex;min-height:124px;padding:20px;border:1px solid #2e426e;border-radius:16px;align-items:center;gap:14px;background:linear-gradient(145deg,#0e1d40,#102653);box-shadow:0 12px 28px #030b1f29;transition:border-color .17s ease,transform .17s ease,box-shadow .17s ease}.app-home-stat-card:hover{border-color:#405b92;box-shadow:0 16px 32px #030b1f38;transform:translateY(-2px)}.app-home-stat-card>span{display:grid;width:46px;height:46px;border-radius:13px;place-items:center;font-size:21px}.app-home-stat-card.orange>span{color:#f15c51;background:#f15c5121}.app-home-stat-card.amber>span{color:#fcb961;background:#fcb96121}.app-home-stat-card.green>span{color:#4ade80;background:#4ade801f}.app-home-stat-card.blue>span{color:#60a5fa;background:#60a5fa1f}.app-home-stat-card div{min-width:0}.app-home-stat-card small,.app-home-stat-card strong,.app-home-stat-card p{display:block;margin:0}.app-home-stat-card small{color:#93a4c4;font-size:12px;font-weight:600}.app-home-stat-card strong{margin-top:4px;color:#fff;font-size:30px;line-height:1}.app-home-stat-card p{margin-top:6px;color:#7183a5;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-home-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:20px;align-items:start}.app-home-panel{border:1px solid #2e426e;border-radius:20px;background:linear-gradient(145deg,#0e1c3d,#102651);box-shadow:0 14px 34px #030b1f2e}.app-home-appointments-panel{padding:24px}.app-home-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.app-home-panel-header h2,.app-home-panel-header p{margin:0}.app-home-panel-header h2{margin-top:4px;color:#fff;font-size:22px;line-height:1.25}.app-home-panel-header p{margin-top:4px;color:#8496b7;font-size:12px}.app-home-section-kicker{color:#fcb961;font-size:10px;font-weight:800;letter-spacing:.12em}.app-home-text-action,.app-home-icon-action{display:inline-flex;border:0;align-items:center;gap:7px;color:#fcb961;background:transparent;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer}.app-home-panel-tools{display:flex;align-items:center;gap:12px}.app-home-refresh-action{display:inline-flex;min-height:34px;padding:0 10px;border:1px solid #334b7c;border-radius:9px;align-items:center;gap:6px;color:#b8c5dc;background:#132c5d;cursor:pointer;font-family:inherit;font-size:11px;font-weight:700}.app-home-refresh-action:hover:not(:disabled){border-color:#48669f;color:#fff}.app-home-refresh-action:disabled{cursor:wait;opacity:.65}.app-home-refresh-action .refreshing{animation:appHomeSpin .7s linear infinite}@keyframes appHomeSpin{to{transform:rotate(360deg)}}.app-home-icon-action{display:grid;width:36px;height:36px;border:1px solid #334b7c;border-radius:10px;place-items:center;background:#132c5d;font-size:16px}.app-home-calendar{margin-top:22px;padding:17px;border:1px solid #dfe5ef;border-radius:15px;background:#fff}.app-home-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.app-home-calendar-head>button{display:grid;width:34px;height:34px;border:1px solid #e5e9f0;border-radius:10px;place-items:center;color:#27354f;background:#f7f9fc;cursor:pointer}.app-home-calendar-head>div{display:flex;align-items:center;gap:10px}.app-home-calendar-head strong{color:#24304a;font-size:13px}.app-home-calendar-head div button{padding:5px 8px;border:0;border-radius:7px;color:#d75549;background:#fff0ed;font-family:inherit;font-size:10px;font-weight:700;cursor:pointer}.app-home-calendar-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px;margin-top:14px}.app-home-calendar-days>button{position:relative;display:flex;min-height:78px;padding:8px 4px;border:1px solid transparent;border-radius:11px;align-items:center;justify-content:center;flex-direction:column;color:#26334d;background:#f7f9fc;font-family:inherit;cursor:pointer;transition:transform .15s ease,background .15s ease}.app-home-calendar-days>button:hover{transform:translateY(-1px);background:#fff3ef}.app-home-calendar-days small,.app-home-calendar-days span{color:#8d98ab;font-size:10px;text-transform:uppercase}.app-home-calendar-days strong{margin:3px 0;font-size:20px}.app-home-calendar-days button.today{border-color:#f7c7bd}.app-home-calendar-days button.selected{border-color:transparent;color:#fff;background:linear-gradient(145deg,#fcb961,#f15c51);box-shadow:0 7px 15px #f15c5136}.app-home-calendar-days button.selected small,.app-home-calendar-days button.selected span{color:#ffffffd1}.app-home-calendar-days i{position:absolute;width:5px;height:5px;right:7px;bottom:7px;border-radius:50%;background:#f15c51}.app-home-calendar-days button.selected i{background:#fff}.app-home-appointment-list{display:grid;max-height:580px;padding-right:4px;gap:10px;margin-top:16px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#536482 transparent}.app-home-appointment-list::-webkit-scrollbar{width:6px}.app-home-appointment-list::-webkit-scrollbar-thumb{border-radius:999px;background:#536482}.app-home-dashboard button:focus-visible{outline:3px solid rgba(252,185,97,.38);outline-offset:2px}.app-home-appointment-card{display:grid;width:100%;padding:16px;border:1px solid #e5e9f0;border-radius:13px;grid-template-columns:96px 46px minmax(0,1fr) 20px;align-items:center;gap:13px;color:#24304a;background:#fff;font-family:inherit;text-align:left;cursor:pointer;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.app-home-appointment-card:hover{transform:translateY(-1px);border-color:#f4a585;box-shadow:0 9px 20px #030b1f1f}.app-home-time{padding-right:12px;border-right:1px solid #e8ebf1}.app-home-time strong,.app-home-time span{display:block}.app-home-time strong{color:#18243d;font-size:13px}.app-home-time span{margin-top:4px;color:#8d98ab;font-size:10px}.app-home-patient-avatar,.app-home-details-avatar{display:grid;width:46px;height:46px;border-radius:14px;place-items:center;color:#d75549;background:#fff0ed;font-weight:800}.app-home-patient-copy{min-width:0}.app-home-patient-copy>div:first-child{display:flex;align-items:center;gap:9px}.app-home-patient-copy>div>strong{min-width:0;overflow:hidden;color:#17213a;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.app-home-patient-copy>p{margin:3px 0 0;color:#8a95a8;font-size:11px}.app-home-status{display:inline-flex;padding:4px 7px;border-radius:999px;font-size:9px;font-style:normal;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.app-home-status.completed{color:#15803d;background:#dcfce7}.app-home-status.pending{color:#c2410c;background:#ffedd5}.app-home-visit-meta{display:flex;min-width:0;gap:13px;margin-top:8px}.app-home-visit-meta span{display:inline-flex;min-width:0;align-items:center;gap:5px;color:#64728a;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-home-visit-meta svg{flex:0 0 auto;color:#f15c51}.app-home-card-arrow{color:#a0aabd}.app-home-appointment-skeleton{display:flex;height:78px;padding:14px;border-radius:13px;align-items:center;gap:14px;background:#fff}.app-home-appointment-skeleton>span,.app-home-appointment-skeleton i{display:block;border-radius:8px;background:linear-gradient(90deg,#edf0f5 25%,#f8f9fb,#edf0f5 75%);background-size:200% 100%;animation:appHomeShimmer 1.3s infinite}.app-home-appointment-skeleton>span{width:70px;height:36px}.app-home-appointment-skeleton>div{flex:1}.app-home-appointment-skeleton i:first-child{width:42%;height:11px}.app-home-appointment-skeleton i:last-child{width:68%;height:8px;margin-top:9px}@keyframes appHomeShimmer{to{background-position:-200% 0}}.app-home-empty{display:flex;min-height:210px;padding:24px;border:1px dashed #d9dee8;border-radius:14px;align-items:center;justify-content:center;gap:22px;background:#fff;text-align:left}.app-home-empty img{width:130px;max-height:120px;object-fit:contain}.app-home-empty strong{color:#1c2942;font-size:16px}.app-home-empty p{margin:6px 0 13px;color:#8490a5;font-size:11px}.app-home-empty button{min-height:38px;border:0;background:linear-gradient(115deg,#fcb961,#f15c51)}.app-home-sidebar-panels{display:grid;gap:18px}.app-home-side-panel{padding:21px}.app-home-panel-header.compact h2{font-size:19px}.app-home-doctor-list,.app-home-payment-list{display:grid;gap:8px;margin-top:16px}.app-home-doctor-list>button,.app-home-payment-list>div{display:grid;width:100%;min-height:62px;padding:11px;border:1px solid #e4e8f0;border-radius:11px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;color:#21304a;background:#fff;font-family:inherit;text-align:left}.app-home-doctor-list>button{cursor:pointer}.app-home-doctor-list>button>span,.app-home-payment-list>div>span{display:grid;width:36px;height:36px;border-radius:10px;place-items:center;color:#d75549;background:#fff0ed;font-size:12px;font-weight:800}.app-home-payment-list>div>span{color:#2563eb;background:#eaf2ff;font-size:15px}.app-home-doctor-list strong,.app-home-doctor-list small,.app-home-payment-list strong,.app-home-payment-list small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-home-doctor-list strong,.app-home-payment-list strong{color:#1d2941;font-size:13px}.app-home-doctor-list small,.app-home-payment-list small{margin-top:3px;color:#8a95a8;font-size:10px}.app-home-doctor-list em{display:grid;width:28px;height:28px;border-radius:9px;place-items:center;color:#d75549;background:#fff0ed;font-size:11px;font-style:normal;font-weight:800}.app-home-payment-list em{color:#15803d;font-size:12px;font-style:normal;font-weight:800}.app-home-mini-empty{display:flex;min-height:115px;padding:18px;border:1px solid #e4e8f0;border-radius:11px;align-items:center;justify-content:center;flex-direction:column;gap:6px;background:#fff;text-align:center}.app-home-mini-empty-icon{display:grid;width:36px;height:36px;border-radius:10px;place-items:center;font-size:15px;margin-bottom:2px}.app-home-mini-empty-icon.doctor{color:#d75549;background:#fff0ed}.app-home-mini-empty-icon.payment{color:#2563eb;background:#eaf2ff}.app-home-mini-empty strong{color:#1d2941;font-size:13px;font-weight:700}.app-home-mini-empty small{color:#8a95a8;font-size:11px}.app-home-details-modal{padding:4px}.app-home-details-hero{display:grid;padding:17px;border-radius:14px;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:13px;background:linear-gradient(135deg,#fff4ef,#fffaf7)}.app-home-details-avatar{width:54px;height:54px;border-radius:16px;font-size:19px}.app-home-details-hero span,.app-home-details-hero h2,.app-home-details-hero p{margin:0}.app-home-details-hero>div:nth-child(2)>span{color:#d75549;font-size:8px;font-weight:800;letter-spacing:.1em}.app-home-details-hero h2{margin-top:4px;color:#1e2a42;font-size:19px}.app-home-details-hero p{margin-top:3px;color:#78849a;font-size:10px}.app-home-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:13px}.app-home-details-grid>div{display:flex;min-width:0;padding:11px;border:1px solid #e7eaf0;border-radius:11px;align-items:center;gap:10px;background:#fff}.app-home-details-grid img{width:25px;height:25px;object-fit:contain}.app-home-details-grid span,.app-home-details-grid small,.app-home-details-grid strong{display:block;min-width:0}.app-home-details-grid small{color:#8994a8;font-size:9px}.app-home-details-grid strong{margin-top:3px;color:#26334c;font-size:11px;overflow-wrap:anywhere}.app-home-register-button{width:100%;margin-top:13px;border:0}.app-home-history-head{display:flex;margin-top:19px;padding-top:16px;border-top:1px solid #e6eaf0;align-items:center;justify-content:space-between}.app-home-history-head h3,.app-home-history-head p{margin:0}.app-home-history-head h3{color:#1e2a42;font-size:16px}.app-home-history-head p{margin-top:3px;color:#8994a8;font-size:9px}.app-home-history-head>span{display:grid;width:30px;height:30px;border-radius:10px;place-items:center;color:#d75549;background:#fff0ed;font-size:11px;font-weight:800}.app-home-history-list{display:grid;gap:8px;margin-top:11px}.app-home-history-list>div{display:flex;padding:11px;border:1px solid #e7eaf0;border-radius:11px;gap:10px}.app-home-history-list>div>span{display:grid;width:34px;height:34px;border-radius:10px;place-items:center;color:#d75549;background:#fff0ed}.app-home-history-list strong,.app-home-history-list p,.app-home-history-list small{display:block;margin:0}.app-home-history-list strong{color:#26334c;font-size:11px}.app-home-history-list p{margin-top:3px;color:#58677f;font-size:10px}.app-home-history-list small{margin-top:3px;color:#8994a8;font-size:9px}.app-home-history-empty{display:flex;min-height:80px;margin-top:11px;border:1px dashed #d9dee8;border-radius:11px;align-items:center;justify-content:center;gap:8px;color:#8994a8;font-size:10px}@media (max-width: 1180px){.app-home-content-grid{grid-template-columns:1fr}.app-home-sidebar-panels{grid-template-columns:1fr 1fr}}@media (max-width: 900px){.app-home-hero{align-items:flex-start;flex-direction:column}.app-home-actions{width:100%;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr))}.app-home-stats{grid-template-columns:1fr 1fr}}@media (max-width: 680px){.app-home-hero{min-height:auto;padding:23px 20px;border-radius:17px}.app-home-actions{grid-template-columns:1fr}.app-home-hero h1{font-size:28px;line-height:1.15}.app-home-hero-copy>p{font-size:13px}.app-home-stats{gap:9px}.app-home-stat-card{min-height:108px;padding:13px;align-items:flex-start;flex-direction:column;gap:9px}.app-home-stat-card>span{width:36px;height:36px;border-radius:10px;font-size:17px}.app-home-stat-card strong{font-size:22px}.app-home-stat-card p{display:none}.app-home-appointments-panel,.app-home-side-panel{padding:15px;border-radius:15px}.app-home-panel-header h2{font-size:19px}.app-home-panel-tools{gap:8px}.app-home-refresh-action span{display:none}.app-home-refresh-action{width:34px;padding:0;justify-content:center}.app-home-calendar{padding:11px}.app-home-calendar-head>div{align-items:center;flex-direction:column;gap:4px}.app-home-calendar-days{display:flex;padding-bottom:4px;overflow-x:auto;scrollbar-width:thin}.app-home-calendar-days>button{flex:0 0 55px;min-height:67px}.app-home-appointment-card{grid-template-columns:74px 38px minmax(0,1fr);gap:9px;padding:11px}.app-home-appointment-list{max-height:none;padding-right:0;overflow:visible}.app-home-patient-avatar{width:38px;height:38px}.app-home-card-arrow{display:none}.app-home-visit-meta{align-items:flex-start;flex-direction:column;gap:4px}.app-home-sidebar-panels{grid-template-columns:1fr}.app-home-empty{text-align:center;flex-direction:column}.app-home-empty img{width:105px}.app-home-details-grid{grid-template-columns:1fr}.app-home-details-hero{grid-template-columns:48px minmax(0,1fr)}.app-home-details-avatar{width:48px;height:48px}.app-home-details-hero>.app-home-status{grid-column:1 / -1;width:max-content}}@media (max-width: 420px){.app-home-stats{grid-template-columns:1fr}.app-home-stat-card{min-height:92px;align-items:center;flex-direction:row}.app-home-panel-header{align-items:flex-start}.app-home-text-action{font-size:0}.app-home-text-action svg{font-size:16px}}@media (max-width: 767px){.appointment-booking-page{min-height:calc(100vh - 95px)}.booking-step-card{padding:16px}.weekDaysHorizontal{gap:4px;overflow-x:auto}.booking-step-card .weekDayCell{min-width:52px;margin:0}.slot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.selected-range-banner{align-items:flex-start;flex-wrap:wrap}}.select-container{background:#0e1c41 url("data:image/svg+xml,%3csvg%20width='11'%20height='8'%20viewBox='0%200%2011%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.35156L5.5%205.85156L10%201.35156'%20stroke='white'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat 95% 50%}.select-container .user-icon{position:absolute;left:15px;top:53%;transform:translateY(-50%);cursor:pointer;color:#fff;font-size:18px}.select-container .user-icon img{height:32px}.select-container select{background-image:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;color:#fff;font-size:16px;background-color:transparent;border:1px solid #0e1c41;outline:none;border-radius:8px;padding:12px 12px 12px 55px;height:50px;font-weight:400;font-family:Montserrat,sans-serif}.select-container select:focus{outline:none}.appointment-modern-page{width:min(1340px,100%);margin:0 auto;padding-bottom:36px}.appointment-overview-card{position:relative;padding:24px 26px 20px;border:1px solid rgba(148,163,184,.18);border-radius:21px;overflow:hidden;background:radial-gradient(circle at 90% 0%,rgba(252,185,97,.2),transparent 28%),linear-gradient(135deg,#081533fc,#143063f5);box-shadow:0 18px 38px #030b1f3d}.appointment-overview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.appointment-overview-eyebrow{color:#fdba74;font-size:10px;font-weight:800;letter-spacing:.12em}.appointment-overview-header h1{margin:6px 0 0;color:#fff;font-family:Barlow,sans-serif;font-size:28px;line-height:1.2}.appointment-overview-header p{max-width:640px;margin:7px 0 0;color:#aebbd2;font-size:13px;line-height:1.55}.appointment-overview-actions{display:flex;flex:0 0 auto;align-items:center;gap:10px}.appointment-refresh-button,.appointment-book-button{display:inline-flex;height:42px;padding:0 14px;border-radius:10px;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.appointment-refresh-button{border:1px solid rgba(255,255,255,.18);color:#dce5f5;background:#ffffff14}.appointment-book-button{border:0;color:#fff;background:linear-gradient(90deg,#fcb961,#f15c51);box-shadow:0 8px 18px #f15c513d}.appointment-refresh-button:hover:not(:disabled),.appointment-book-button:hover{transform:translateY(-1px)}.appointment-refresh-button:disabled{cursor:wait;opacity:.65}.appointment-refresh-button .refreshing{animation:appointmentRefreshSpin .7s linear infinite}@keyframes appointmentRefreshSpin{to{transform:rotate(360deg)}}.appointment-summary-row{display:flex;max-width:610px;margin-top:20px;padding-top:17px;border-top:1px solid rgba(148,163,184,.24);align-items:center}.appointment-summary-row>div{display:flex;flex:1;align-items:baseline;gap:8px}.appointment-summary-row strong{color:#fff;font-size:23px;line-height:1}.appointment-summary-row span{color:#cbd5e1;font-size:11px}.appointment-summary-row>i{width:1px;height:28px;margin:0 24px;background:#94a3b84d}.appointment-search-toolbar{display:grid;margin-top:16px;grid-template-columns:minmax(0,1fr) auto;gap:11px}.appointment-search-box{display:flex;min-height:52px;padding:0 15px;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:10px;color:#64748b;background:#fff;box-shadow:0 7px 18px #030b1f1f}.appointment-search-box>svg{flex:0 0 auto;font-size:17px}.appointment-search-box input{width:100%;height:48px;border:0;outline:0;color:#0f172a;background:transparent;font-family:inherit;font-size:13px}.appointment-search-box input::-webkit-search-cancel-button{display:none}.appointment-search-box button{display:grid;flex:0 0 30px;width:30px;height:30px;border:0;border-radius:50%;place-items:center;color:#64748b;background:#f1f5f9;cursor:pointer}.appointment-more-filters{display:inline-flex;min-width:145px;min-height:52px;padding:0 15px;border:1px solid #334b7c;border-radius:13px;align-items:center;justify-content:center;gap:8px;color:#dce5f5;background:#102653;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700}.appointment-more-filters.active{border-color:#f29b69;color:#fff}.appointment-more-filters small{display:grid;min-width:20px;height:20px;padding:0 5px;border-radius:999px;place-items:center;color:#fff;background:#f15c51;font-size:9px}.appointment-filter-chips{display:flex;margin:13px 0 18px;align-items:center;gap:9px;overflow-x:auto;scrollbar-width:none}.appointment-filter-chips::-webkit-scrollbar{display:none}.appointment-filter-chips button{display:inline-flex;flex:0 0 auto;min-height:38px;padding:0 13px;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:7px;color:#475569;background:#fffffff5;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700}.appointment-filter-chips button small{display:grid;min-width:20px;height:20px;padding:0 5px;border-radius:999px;place-items:center;color:#64748b;background:#e2e8f0;font-size:9px}.appointment-filter-chips button.active{border-color:#f97316;color:#fff;background:#f97316;box-shadow:0 5px 13px #f973163d}.appointment-filter-chips button.active small{color:#fff;background:#ffffff40}.appointment-advanced-filters{display:grid;margin:-4px 0 20px;padding:18px;border:1px solid #334b7c;border-radius:15px;grid-template-columns:minmax(200px,1.3fr) minmax(170px,.8fr) minmax(170px,.8fr) auto;align-items:end;gap:13px;background:linear-gradient(145deg,#0e1d40,#102653);box-shadow:0 10px 24px #030b1f29}.appointment-filter-field label{display:block;margin-bottom:7px;color:#b7c4dc;font-size:10px;font-weight:700}.appointment-filter-field input{width:100%;height:46px;padding:0 12px;border:1px solid #3a507d;border-radius:10px;outline:0;color:#fff;background:#0c1d40;color-scheme:dark;font-family:inherit;font-size:12px}.appointment-doctor-filter .ba-dropdown-toggle{min-height:46px}.appointment-filter-controls{display:flex;align-items:center;gap:8px}.appointment-apply-filter,.appointment-reset-filter{height:46px;padding:0 13px;border-radius:10px;cursor:pointer;font-family:inherit;font-size:11px;font-weight:700;white-space:nowrap}.appointment-apply-filter{border:0;color:#fff;background:linear-gradient(90deg,#fcb961,#f15c51)}.appointment-reset-filter{border:1px solid #405786;color:#c5d0e5;background:transparent}.appointment-results-header{display:flex;margin:2px 0 12px;padding:0 2px;align-items:center;justify-content:space-between}.appointment-results-header h2,.appointment-results-header p{margin:0}.appointment-results-header h2{color:#f8fafc;font-size:19px;line-height:1.3}.appointment-results-header p{margin-top:4px;color:#91a1bf;font-size:11px}.appointment-results-header>span{display:grid;min-width:34px;height:30px;padding:0 9px;border-radius:10px;place-items:center;color:#fff;background:#132c5d;font-size:11px;font-weight:800}.appointment-table-shell{width:100%;overflow-x:auto;border:1px solid #dce4ef;border-radius:16px;background:#fff;box-shadow:0 12px 28px #030b1f2e;scrollbar-color:#94a3b8 #eef2f7;scrollbar-width:thin}.appointment-table-shell::-webkit-scrollbar{height:9px}.appointment-table-shell::-webkit-scrollbar-track{background:#eef2f7}.appointment-table-shell::-webkit-scrollbar-thumb{border:2px solid #eef2f7;border-radius:999px;background:#94a3b8}.appointment-modern-table{width:100%;min-width:1120px;border-collapse:separate;border-spacing:0;table-layout:fixed;color:#334155;font-size:12px}.appointment-modern-table th{height:46px;padding:0 13px;border-bottom:1px solid #dce4ef;color:#64748b;background:#f8fafc;text-align:left;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.appointment-modern-table th:nth-child(1){width:190px}.appointment-modern-table th:nth-child(2){width:190px}.appointment-modern-table th:nth-child(3){width:145px}.appointment-modern-table th:nth-child(4){width:175px}.appointment-modern-table th:nth-child(5){width:180px}.appointment-modern-table th:nth-child(6){width:105px}.appointment-modern-table th:nth-child(7){width:145px}.appointment-modern-table td{height:70px;padding:9px 13px;border-bottom:1px solid #edf1f5;vertical-align:middle}.appointment-modern-table tbody tr:last-child td{border-bottom:0}.appointment-table-row{transition:background-color .16s ease,box-shadow .16s ease}.appointment-table-row:hover{background:#fffaf7}.appointment-table-row.pending td:first-child{box-shadow:inset 3px 0 #f97316}.appointment-table-row.completed td:first-child{box-shadow:inset 3px 0 #22c55e}.appointment-table-date,.appointment-table-patient{display:flex;min-width:0;align-items:center;gap:10px}.appointment-table-date>span{display:grid;flex:0 0 38px;height:43px;border:1px solid #fed7aa;border-radius:9px;place-content:center;color:#c2410c;background:#fff7ed;text-align:center}.appointment-table-date>span strong{font-size:16px;line-height:1}.appointment-table-date>span small{margin-top:2px;font-size:7px;font-weight:800}.appointment-table-date>div,.appointment-table-patient>div,.appointment-table-primary,.appointment-table-contact{display:flex;min-width:0;flex-direction:column;gap:4px}.appointment-table-date>div strong,.appointment-table-patient>div strong,.appointment-table-primary strong,.appointment-table-contact strong{overflow:hidden;color:#172033;font-size:11px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.appointment-table-date>div small,.appointment-table-patient>div small,.appointment-table-primary small,.appointment-table-contact small{display:flex;min-width:0;align-items:center;gap:4px;overflow:hidden;color:#8491a6;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.appointment-table-patient>span{display:grid;flex:0 0 34px;width:34px;height:34px;border-radius:10px;place-items:center;color:#fff;background:linear-gradient(145deg,#fcb961,#f15c51);font-size:13px;font-weight:800}.appointment-table-service{display:-webkit-box;overflow:hidden;color:#475569;font-size:10px;font-weight:650;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.appointment-table-actions{display:flex;align-items:center;gap:6px}.appointment-table-actions button{display:inline-flex;width:32px;height:32px;margin:0;padding:0;border-radius:8px;align-items:center;justify-content:center;cursor:pointer;font-family:inherit;font-size:12px}.appointment-table-actions .appointment-view-action{width:auto;padding:0 9px;gap:5px}.appointment-table-actions .appointment-invoice-action{border:1px solid #d9e2ef}.appointment-table-actions .appointment-cancel-action{margin-left:0}.appointment-table-skeleton td span{display:block;width:85%;height:12px;border-radius:6px;background:linear-gradient(90deg,#edf0f5 25%,#f8f9fb,#edf0f5 75%);background-size:200% 100%;animation:appHomeShimmer 1.3s infinite}.appointment-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.appointment-modern-card{position:relative;display:grid;min-height:244px;border:1px solid #e2e8f0;border-radius:17px;grid-template-columns:5px 88px minmax(0,1fr);overflow:hidden;background:#fff;box-shadow:0 9px 23px #030b1f2b;transition:border-color .17s ease,box-shadow .17s ease,transform .17s ease}.appointment-modern-card:hover{border-color:#f15c5159;box-shadow:0 14px 30px #030b1f3b;transform:translateY(-2px)}.appointment-card-accent{width:5px;height:100%;background:#f97316}.appointment-modern-card.completed .appointment-card-accent{background:#22c55e}.appointment-date-badge{display:flex;padding:15px 7px;border-right:1px solid #e2e8f0;align-items:center;justify-content:center;flex-direction:column;background:#f8fafc;text-align:center}.appointment-date-badge small{color:#f15c51;font-size:10px;font-weight:800;letter-spacing:.08em}.appointment-date-badge strong{margin:3px 0;color:#0f172a;font-size:29px;line-height:1}.appointment-date-badge span{color:#64748b;font-size:10px;font-weight:650;line-height:1.35}.appointment-card-content{display:flex;min-width:0;padding:16px;flex-direction:column}.appointment-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.appointment-card-heading>div{min-width:0}.appointment-card-heading h3,.appointment-card-heading p{margin:0}.appointment-card-heading h3{color:#0f172a;font-size:17px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.appointment-card-heading p{margin-top:3px;color:#64748b;font-size:11px}.appointment-status-pill{display:inline-flex;flex:0 0 auto;min-height:27px;padding:0 9px;border-radius:999px;align-items:center;gap:5px;font-size:9px;font-weight:800;text-transform:uppercase}.appointment-status-pill i{width:6px;height:6px;border-radius:50%}.appointment-status-pill.pending{color:#c2410c;background:#ffedd5}.appointment-status-pill.pending i{background:#f97316}.appointment-status-pill.completed{color:#15803d;background:#dcfce7}.appointment-status-pill.completed i{background:#22c55e}.appointment-card-info{display:grid;margin-top:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.appointment-card-info>span{display:grid;min-width:0;grid-template-columns:24px minmax(0,1fr);grid-template-rows:auto auto;column-gap:7px}.appointment-card-info svg{grid-row:1 / 3;align-self:center;color:#f15c51;font-size:15px}.appointment-card-info small,.appointment-card-info strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.appointment-card-info small{color:#94a3b8;font-size:8px;font-weight:650;text-transform:uppercase}.appointment-card-info strong{margin-top:2px;color:#475569;font-size:10px;font-weight:650}.appointment-card-actions{display:flex;margin-top:auto;padding-top:13px;border-top:1px solid #f1f5f9;align-items:center;gap:8px}.appointment-card-actions button{display:inline-flex;min-height:34px;padding:0 10px;border-radius:8px;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-family:inherit;font-size:10px;font-weight:750;white-space:nowrap}.appointment-view-action{border:0;color:#fff;background:linear-gradient(90deg,#fcb961,#f15c51)}.appointment-invoice-action{border:1px solid #d9e2ef;color:#334155;background:#f8fafc}.appointment-cancel-action{margin-left:auto;border:1px solid rgba(220,38,38,.32);color:#dc2626;background:#fff5f5}.appointment-modern-skeleton{display:flex;min-height:215px;padding:20px;border-radius:17px;align-items:flex-start;gap:18px;background:#fff}.appointment-modern-skeleton>span,.appointment-modern-skeleton i{display:block;border-radius:9px;background:linear-gradient(90deg,#edf0f5 25%,#f8f9fb,#edf0f5 75%);background-size:200% 100%;animation:appHomeShimmer 1.3s infinite}.appointment-modern-skeleton>span{width:76px;height:150px}.appointment-modern-skeleton>div{flex:1}.appointment-modern-skeleton i{height:12px;margin-bottom:18px}.appointment-modern-skeleton i:nth-child(1){width:52%}.appointment-modern-skeleton i:nth-child(2){width:85%}.appointment-modern-skeleton i:nth-child(3){width:70%}.appointment-modern-empty{display:flex;min-height:330px;padding:35px;border:1px dashed #40547d;border-radius:18px;align-items:center;justify-content:center;flex-direction:column;color:#91a1bf;background:#081b3e8c;text-align:center}.appointment-modern-empty img{width:150px;max-height:120px;object-fit:contain}.appointment-modern-empty h3{margin:13px 0 0;color:#f1f5f9;font-size:19px}.appointment-modern-empty p{margin:7px 0 16px;font-size:12px}.appointment-modern-empty button{display:inline-flex;min-height:40px;padding:0 15px;border:0;border-radius:9px;align-items:center;gap:7px;color:#fff;background:linear-gradient(90deg,#fcb961,#f15c51);cursor:pointer;font-family:inherit;font-size:11px;font-weight:750}.appointment-modern-pagination{display:flex;margin-top:22px;align-items:center;justify-content:center;gap:7px}.appointment-modern-pagination button{display:grid;min-width:36px;height:36px;padding:0 8px;border:1px solid #385080;border-radius:9px;place-items:center;color:#cbd5e1;background:#102653;cursor:pointer;font-family:inherit;font-size:11px;font-weight:700}.appointment-modern-pagination button.active{border-color:#f15c51;color:#fff;background:#f15c51}.appointment-modern-pagination button:disabled{cursor:not-allowed;opacity:.4}.appointment-modern-page button:focus-visible,.appointment-modern-page input:focus-visible{outline:3px solid rgba(252,185,97,.38);outline-offset:2px}@media (max-width: 1080px){.appointment-card-grid{grid-template-columns:1fr}.appointment-advanced-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.appointment-filter-controls{align-self:end}}@media (max-width: 720px){.appointment-modern-table{min-width:650px}.appointment-modern-table th:nth-child(3),.appointment-modern-table td:nth-child(3),.appointment-modern-table th:nth-child(4),.appointment-modern-table td:nth-child(4),.appointment-modern-table th:nth-child(5),.appointment-modern-table td:nth-child(5){display:none}.appointment-modern-table th:nth-child(1){width:185px}.appointment-modern-table th:nth-child(2){width:215px}.appointment-modern-table th:nth-child(6){width:105px}.appointment-modern-table th:nth-child(7){width:145px}.appointment-overview-card{padding:20px;border-radius:17px}.appointment-overview-header{flex-direction:column}.appointment-overview-header h1{font-size:24px}.appointment-overview-actions{width:100%}.appointment-overview-actions button{flex:1}.appointment-search-toolbar{grid-template-columns:1fr}.appointment-more-filters{min-height:44px}.appointment-summary-row>div{align-items:center;flex-direction:column;gap:3px}.appointment-summary-row>i{margin:0 13px}.appointment-advanced-filters{grid-template-columns:1fr}.appointment-filter-controls button{flex:1}}@media (max-width: 520px){.appointment-modern-table{min-width:600px}.appointment-modern-table th:nth-child(1){width:175px}.appointment-modern-table th:nth-child(2){width:210px}.appointment-modern-table th:nth-child(7){width:110px}.appointment-table-actions .appointment-view-action{width:32px;padding:0}.appointment-table-actions .appointment-view-action span{display:none}.appointment-overview-header p{font-size:12px}.appointment-refresh-button span{display:none}.appointment-refresh-button{flex:0 0 42px!important;padding:0}.appointment-filter-chips{margin-bottom:16px}.appointment-modern-card{min-height:0;grid-template-columns:5px 70px minmax(0,1fr)}.appointment-date-badge{padding:12px 4px}.appointment-date-badge strong{font-size:24px}.appointment-card-content{padding:13px}.appointment-card-heading{flex-direction:column}.appointment-card-info{grid-template-columns:1fr;gap:8px}.appointment-card-actions{align-items:stretch;flex-wrap:wrap}.appointment-view-action,.appointment-invoice-action{flex:1}.appointment-cancel-action{width:100%;margin-left:0}.appointment-modern-empty{min-height:280px;padding:24px}}.appointment-details-modal-container{padding:0!important;border-radius:22px;overflow:hidden;box-shadow:0 26px 70px #02061761}.appointment-details-modal-container .ba-modal-close{display:grid;top:18px;right:20px;width:38px;height:38px;border-radius:50%;place-items:center;background:#f1f5f9}.appointment-details-modal-container .ba-modal-close svg{width:22px;height:22px}.appointment-details-modal-body{padding:0!important;overflow:hidden}.appointment-details-popup{color:#0f172a;background:#fff}.appointment-details-header{padding:20px 72px 17px 23px;border-bottom:1px solid #e2e8f0}.appointment-details-header span{color:#f15c51;font-size:9px;font-weight:800;letter-spacing:.12em}.appointment-details-header h2{margin:3px 0 0;color:#0f172a;font-size:22px;line-height:1.25}.appointment-details-scroll{max-height:calc(90vh - 80px);padding:18px 22px 28px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.appointment-patient-hero{display:flex;padding:14px;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:12px;background:#f8fafc}.appointment-patient-avatar{display:grid;flex:0 0 48px;width:48px;height:48px;border-radius:50%;place-items:center;color:#fff;background:linear-gradient(135deg,#fcb961,#f15c51);box-shadow:0 6px 14px #f15c5138;font-size:19px;font-weight:800}.appointment-patient-copy{flex:1;min-width:0}.appointment-patient-copy h3,.appointment-patient-copy p{margin:0}.appointment-patient-copy h3{color:#0f172a;font-size:18px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.appointment-patient-copy p{margin-top:3px;color:#64748b;font-size:11px}.appointment-detail-section{margin-top:20px}.appointment-detail-section>h3{margin:0 0 10px;color:#0f172a;font-size:15px}.appointment-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.appointment-detail-grid>div{display:flex;min-width:0;min-height:62px;padding:11px;border:1px solid #e6ebf2;border-radius:12px;align-items:center;gap:10px;background:#fff}.appointment-detail-grid>div>span{display:grid;flex:0 0 36px;width:36px;height:36px;border-radius:10px;place-items:center;color:#f15c51;background:#fff1f2;font-size:17px}.appointment-detail-grid p,.appointment-detail-grid small,.appointment-detail-grid strong{display:block;min-width:0;margin:0}.appointment-detail-grid p{overflow:hidden}.appointment-detail-grid small{color:#64748b;font-size:10px}.appointment-detail-grid strong{margin-top:3px;color:#1e293b;font-size:12px;font-weight:650;line-height:1.4;overflow-wrap:anywhere}.appointment-popup-actions{display:flex;margin-top:20px;padding:14px 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;align-items:center;gap:9px}.appointment-popup-actions button{display:inline-flex;min-height:42px;padding:0 13px;border-radius:10px;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-family:inherit;font-size:11px;font-weight:750}.appointment-register-patient,.appointment-popup-invoice{border:0;color:#fff;background:linear-gradient(90deg,#fcb961,#f15c51);box-shadow:0 7px 15px #f15c512e}.appointment-register-patient{background:linear-gradient(90deg,#2563eb,#3b82f6);box-shadow:0 7px 15px #2563eb2e}.appointment-popup-cancel{margin-left:auto;border:1px solid rgba(220,38,38,.35);color:#dc2626;background:#fff5f5}.appointment-history-section{margin-top:20px}.appointment-history-header{display:flex;margin-bottom:10px;align-items:center;justify-content:space-between;gap:15px}.appointment-history-header h3,.appointment-history-header p{margin:0}.appointment-history-header h3{color:#0f172a;font-size:15px}.appointment-history-header p{margin-top:3px;color:#64748b;font-size:10px}.appointment-history-header>span{display:grid;min-width:30px;height:30px;padding:0 8px;border-radius:999px;place-items:center;color:#f15c51;background:#fff1f2;font-size:11px;font-weight:800}.appointment-history-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.appointment-history-list article{display:flex;min-width:0;padding:12px;border:1px solid #e2e8f0;border-radius:12px;gap:10px;background:#f8fafc}.appointment-history-list article>span{display:grid;flex:0 0 36px;width:36px;height:36px;border-radius:10px;place-items:center;color:#f15c51;background:#fff1f2}.appointment-history-list article>div{min-width:0}.appointment-history-list strong,.appointment-history-list p,.appointment-history-list small{display:block;min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis}.appointment-history-list strong{color:#0f172a;font-size:12px}.appointment-history-list p{margin-top:3px;color:#475569;font-size:10px;line-height:1.4;white-space:nowrap}.appointment-history-list small{margin-top:3px;color:#94a3b8;font-size:9px;white-space:nowrap}.appointment-history-empty{display:flex;min-height:92px;padding:18px;border:1px solid #e2e8f0;border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:7px;color:#64748b;background:#f8fafc;font-size:11px;text-align:center}.appointment-history-empty svg{color:#94a3b8;font-size:23px}@media (max-width: 640px){.appointment-details-modal-container{width:100%!important;max-height:94vh;border-radius:20px 20px 0 0;align-self:flex-end}.appointment-details-header{padding-left:18px}.appointment-details-scroll{max-height:calc(94vh - 76px);padding:15px 16px 24px}.appointment-patient-hero{align-items:flex-start;flex-wrap:wrap}.appointment-patient-hero>.appointment-status-pill{margin-left:60px}.appointment-detail-grid,.appointment-history-list{grid-template-columns:1fr}.appointment-popup-actions{align-items:stretch;flex-direction:column}.appointment-popup-cancel{width:100%;margin-left:0}}.select-container select option{background-color:#1a2d5e!important;color:#fff!important;padding:8px 12px}.select-container select option:hover{background:linear-gradient(90deg,#f15c51,#fcb961)!important;color:#fff!important}.select-container select{cursor:pointer}.select-container select:focus option:checked{background:linear-gradient(90deg,#f15c51,#fcb961)!important;color:#fff!important}.select-container select:-moz-focusring{color:transparent;text-shadow:0 0 0 #fff}.select-container select option:checked{background:linear-gradient(90deg,#f15c51,#fcb961)!important;color:#fff!important;background-color:#f15c51!important}.select-container select option:checked{background-color:#f15c51!important;background-image:linear-gradient(90deg,#f15c51,#fcb961)!important;color:#fff!important}select.form-select option:checked{background:linear-gradient(90deg,#f15c51,#fcb961)!important;background-color:#f15c51!important;color:#fff!important}.select-container{position:relative}.select-container:after{content:"▼";position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#fff;font-size:12px;pointer-events:none}.select-container select option:checked{background:linear-gradient(90deg,#f15c51,#fcb961)!important;color:#fff!important}.select-container select option:checked{background-color:#f15c51!important;background-image:linear-gradient(90deg,#f15c51,#fcb961)!important}.select-container select option:checked{background-color:#f15c51!important;color:#fff!important}.select-container select option[selected]{background:linear-gradient(90deg,#f15c51,#fcb961)!important;color:#fff!important}.select-container select option:checked,.select-container select option:selected{background:#f15c51!important;background:linear-gradient(90deg,#f15c51,#fcb961)!important;color:#fff!important}select.form-select option:checked{background:#f15c51!important;background:linear-gradient(90deg,#f15c51,#fcb961)!important;color:#fff!important}select.form-select option:checked{background-color:#f15c51!important;background-image:linear-gradient(90deg,#f15c51,#fcb961)!important;color:#fff!important}.custom-select-container{position:relative;width:100%}.custom-select-toggle{display:flex;align-items:center;padding:12px 40px 12px 55px;background-color:#0e1c41;border:1px solid #454d63;border-radius:8px;height:50px;cursor:pointer;position:relative}.custom-select-toggle .user-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%)}.custom-select-toggle .selected-text{color:#fff;font-size:16px}.custom-select-toggle .placeholder-text{color:#c4c4c4;font-size:16px}.custom-select-toggle .dropdown-arrow{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#fff;font-size:12px}.custom-select-dropdown{position:absolute;top:100%;left:0;right:0;background-color:#1a2d5e;border:1px solid #454d63;border-radius:8px;margin-top:4px;max-height:200px;overflow-y:auto;z-index:1000}.dropdown-item{padding:12px 15px;color:#fff;cursor:pointer;transition:background .2s}.dropdown-item:hover,.dropdown-item.selected{background:linear-gradient(90deg,#f15c51,#fcb961);color:#fff}.select-container select.form-select{color:#fff!important;background-color:#0e1c41!important}.select-container select.form-select:not([value=""]){color:#fff!important}.select-container select.form-select option{background-color:#1a2d5e!important;color:#fff!important}.select-container select.form-select option:hover{background:linear-gradient(90deg,#f15c51,#fcb961)!important;color:#fff!important}.select-container select.form-select option:checked{background:linear-gradient(90deg,#f15c51,#fcb961)!important;color:#fff!important}select.form-select option:checked{background:#f15c51!important;color:#fff!important}select.form-select::-webkit-listbox{background:#1a2d5e!important}select.form-select::-webkit-listbox option{background:#1a2d5e!important;color:#fff!important}select.form-select::-webkit-listbox option:checked{background:linear-gradient(90deg,#f15c51,#fcb961)!important;color:#fff!important}@media (max-width: 768px){.main-container,.page-inner{padding:15px}.headerLft ul{gap:15px}.dropdown-toggle{padding:6px 10px}.user-dropdown-menu{width:200px}.fab-container{bottom:15px;right:15px}.fab{width:50px;height:50px;font-size:20px}.sidebar-hide .sidebar{transform:translate(0);border:none;box-shadow:none}.sidebar-overlay{position:fixed;inset:0;background-color:#00000080;z-index:999;display:none}.sidebar-overlay.active{display:block}.appointmentlistBody .BodyTop{width:100%;display:block;justify-content:space-between}.BtnGrp .download-btn{padding:0 10px;font-size:14px}.mainBox{width:100%;flex-direction:column;align-items:self-start;gap:10px}.mainBoxLft{padding-right:10px;width:auto}.mainBoxLftline{width:13px;background:#fff;height:1px;margin-left:8px}.mainBoxRgtfff{background-color:#fff;width:100%;padding:15px;border-radius:8px}.mainBoxRg{width:100%}.ba-modal-body{padding:0}.BookingFrm .form-row{display:flex;gap:20px;align-items:self-start;flex-direction:column;width:100%}.BookingFrm .form-row .form-group{width:100%}.patient-table thead{display:none}.patient-table tr{display:block;margin-bottom:0;overflow:hidden}.patient-table td{display:flex;justify-content:space-between;align-items:center;padding:7px 12px;border-bottom:1px solid #eee;text-align:right}.patient-table td:before{content:attr(data-label);font-weight:600;color:#f15c51;text-align:left}.patient-table td.actions{justify-content:center;padding:15px;flex-wrap:wrap}.patient-table td.actions:before{display:none}.patient-table tr:nth-child(2n){background-color:#f9f8fd}.appointmentlistBody .BodyTop .download-btn{width:100%}.file-item{position:relative;width:31%}.appointmentlistBody .BodyTop h2{font-size:19px}.ba-modal-body .ba-dropdown-container .ba-dropdown-toggle{font-size:14px}.membership-txt-top{flex-direction:column}.membership-txt3{text-align:left}.plans-box-txt4{font-size:12px}.Purchase-History-table-wrapper .patient-table td.actions{display:flex;gap:4px}.actions button{font-size:12px;padding:5px 18px}.header{display:flex;justify-content:space-between;align-items:start;flex-direction:column;gap:15px}.patient-list-container .download-btn{margin-top:0;width:100%}.SettingsBody .BodyTop{width:100%;display:flex;justify-content:space-between;flex-direction:column;gap:10px}.SettingsBody .settings-form .form-row{display:flex;gap:20px;align-items:self-start;margin-bottom:20px;flex-direction:column;width:100%}.SettingsBody .settings-form .form-row .form-group{flex:1;display:flex;flex-direction:column;width:100%}.patient-details-modal .profile-header{box-shadow:none;padding:0 0 20px;border-bottom:1px solid #eee;margin-bottom:0;flex-direction:column}.details-grid{display:flex;flex-direction:column}.section-footer{flex-direction:column}.patient-details-modal .section{padding:0 0 20px}.login-box{width:90%;text-align:center}.login-frm-box{width:100%;text-align:left;padding:20px;border:2px solid #ffffff;background-color:#0e1c41;border-radius:20px}.form-container{width:90%;text-align:left;padding:20px;border:2px solid #ffffff;background-color:#0e1c41;border-radius:20px;margin:0 auto}.mainBtn{padding:0}.search-bar{margin-top:20px;flex-direction:column;gap:0}.search-bar .input-group input{padding-left:40px;font-size:10px}.search-bar .search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);cursor:pointer;color:#fff;font-size:11px}}@media (max-width: 768px){.main-header{padding:6px 15px;height:65px;width:100%}.sidebar{transform:translate(-100%);width:250px;z-index:1000}.sidebar.hide-mobile{transform:translate(0)}.main-panel{margin-left:0!important;width:100%}.navbar-brand{display:block;max-width:120px}.navbar-brand-icon{display:none}.menu-title{display:block}.menu-item{justify-content:flex-start}.menu-icon{margin-right:12px}.headerLft ul{gap:10px}.dropdown-toggle{padding:0}.user-dropdown-menu{right:-10px;width:180px}.tooltip{display:none}.main-panel .main-container{margin-top:65px;min-height:calc(100% - 65px)}.sidebar-overlay{position:fixed;inset:0;background-color:#00000080;z-index:999;display:none}.sidebar-overlay.active{display:block}.modal-title-custom{font-size:18px;font-weight:700;color:#f15c51;margin:0}.mobile-filter-btn{display:flex}.filters-section{display:none}.filters-section.mobile-visible{display:block}.BodyTop{display:flex;justify-content:space-between;align-items:center}.filters-section.SettingsBody .settings-form .form-row .form-group{flex:1;display:flex;flex-direction:column;gap:15px}.filters-section.SettingsBody .filter-buttons .filter-btn{width:50%}.patient-list-container .header h2{font-weight:500;font-size:18px;color:#fff}.Purchase-History-table-wrapper table td .plans-box-txt1{font-size:14px;text-align:right}.Purchase-History-table-wrapper table td .plans-box-txt2{color:#f15c51;font-weight:700;font-size:14px;text-align:right}.membership-txt2{font-size:30px}.search-bar .input-group{width:100%}.mainname{margin-bottom:5px;display:flex;align-items:self-start;width:100%;justify-content:space-between;flex-direction:column;gap:10px}.sidebar-hide .sidebar:hover{width:70px!important}.sidebar-hide .sidebar:hover .navbar-brand{display:none}.sidebar-hide .sidebar:hover .navbar-brand-icon{display:block}.sidebar-hide .sidebar:hover .menu-title{display:none}.sidebar-hide .sidebar:hover .menu-item{justify-content:center}.sidebar-hide .sidebar:hover .menu-icon{margin-right:unset}.modal-title-custom{font-size:18px!important;font-weight:700;color:#f15c51;margin:0!important;padding:20px 0 10px!important}}@media (max-width: 480px){.main-container{padding:10px}.page-inner{padding:12px;border-radius:6px}.user-dropdown-menu{width:160px}.user-dropdown-menu-item{padding:10px 15px;font-size:13px}.notification-icon{font-size:18px;padding:6px}}
