@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap";.login{position:relative;display:flex;flex-direction:column;align-items:center;height:100vh;overflow-y:auto}.login:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://gambolthemes.net/html-items/cursus-new-demo/images/sign.svg);background-size:cover;background-position:center;opacity:.06;z-index:-1}.login-logo{width:200px;height:auto;transition:transform .3s ease}.login-logo:hover{transform:scale(1.05)}.login-form-container{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #0000000d;width:100%;max-width:480px;text-align:center;transition:transform .2s ease;margin-top:20px}.login-form-container:hover{transform:translateY(-2px)}.login-form-container h2{font-size:28px;margin-bottom:10px;font-weight:700;color:#1a1a1a}.login-banner{font-size:16px;margin-bottom:30px;color:#6b7280}.error-message{color:#dc2626;font-size:14px;margin-bottom:20px;font-weight:500}.login-input-wrapper{position:relative;margin-bottom:20px}.login-input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af}.login-input-field{width:100%;padding:12px 12px 12px 40px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.login-input-field:focus{border-color:#033e8c;box-shadow:0 0 0 3px #033e8c1a;outline:none}.login-remember-me{display:flex;align-items:center;justify-content:flex-start;margin-bottom:25px}.login-remember-me input[type=checkbox]{display:none}.login-remember-me label{position:relative;padding-left:28px;cursor:pointer;color:#4b5563;font-size:14px;-webkit-user-select:none;user-select:none}.login-remember-me label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid #9ca3af;border-radius:4px;background-color:#fff;transition:border-color .2s ease,background-color .2s ease}.login-remember-me input[type=checkbox]:checked+label:before{border-color:#033e8c;background-color:#033e8c}.login-remember-me label:after{content:"";position:absolute;left:6px;top:50%;transform:translateY(-50%) rotate(45deg);width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;opacity:0;transition:opacity .2s ease}.login-remember-me input[type=checkbox]:checked+label:after{opacity:1}.login-btn{width:100%;padding:12px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;background:#033e8c;color:#fff;transition:background .3s ease,transform .2s ease}.login-btn:hover{background:#0254b8;transform:translateY(-1px)}.login-btn:active{transform:translateY(0)}@media (max-width: 480px){.login-logo{width:150px}.login-form-container{padding:30px;max-width:100%}.login-form-container h2{font-size:24px}.login-banner{font-size:14px}}.dashboard{display:flex;flex-direction:column;gap:30px;margin-top:10px}.dashboard-widget-wrapper{display:flex;justify-content:space-between;gap:20px}.dashboard-widget{width:100%;max-width:100%}.dashboard-widget-card{border:0;border-radius:10px;position:relative;display:flex;min-width:0;background-color:#fff;height:150px;color:#333;word-wrap:break-word;background-clip:border-box}.dashboard-widget-card-body{padding:20px;flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:15px}.dashboard-widget-card-text{display:flex;flex-direction:column;gap:7px}.dashboard-widget-icon-1,.dashboard-widget-icon-2,.dashboard-widget-icon-3,.dashboard-widget-icon-4{font-size:24px!important;color:#fff!important;height:48px!important;width:48px!important;display:flex!important;justify-content:center;align-items:center;border-radius:50%;flex-shrink:0!important}.dashboard-widget-icon-1{background-color:#36a3ebcc}.dashboard-widget-icon-2{background-color:#4bc0c0cc}.dashboard-widget-icon-3{background-color:#96fc}.dashboard-widget-icon-4{background-color:#ff9f40cc}.dashboard-number{margin-block-end:2px;font-size:24px;line-height:30px}.dashboard-text{font-size:14px;color:#0c1018}.dashboard-chart-calender{display:flex;flex-direction:row;justify-content:space-between;gap:20px}.dashboard-chart{display:flex;flex-direction:column;background-color:#fff;padding:20px;border-radius:10px;gap:10px;width:100%}.dashboard-chart-title{display:flex;justify-content:space-between}.dashboard-chart-title h3{font-size:18px;color:#333}.dashboard-note{display:flex;flex-direction:row;gap:10px;margin-right:20px;font-size:13px;color:#333}.dashboard-note-study,.dashboard-note-test{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px}.dashboard-point-blue,.dashboard-point-green{width:8px;height:8px;border-radius:50%}.dashboard-point-blue{background-color:#1e88e5}.dashboard-point-green{background-color:#82ca9d}.dashboard-calender{background-color:#fff;border-radius:10px;width:305px;display:flex;align-items:center;justify-content:center}.recharts-wrapper{width:100%!important;height:100%!important}.dashboard-table{background-color:#fff;border-radius:10px}.dashboard-title{padding:20px;border-bottom:1px solid rgba(224,224,224,1);font-size:18px;color:#333;font-weight:600}.table .status{padding:5px;border-radius:5px}.table .status.Ongoing{color:#fff;background-color:#36a3ebcc}.table .status.Done{color:#fff;background-color:#ff9f40cc}.css-v73c9r-MuiPaper-root-MuiTableContainer-root{padding:20px}.css-v73c9r-MuiPaper-root-MuiTableContainer-root{box-shadow:none!important}.css-1t7lzbz-MuiTableCell-root{font-weight:700!important;color:#333!important}.css-10ukr6t-MuiTableCell-root{color:#888!important;font-size:.8rem!important}@media screen and (max-width: 1350px){.dashboard-chart-calender{flex-wrap:wrap}.dashboard-calender{width:100%}}@media screen and (max-width: 900px){.dashboard-widget-wrapper{flex-wrap:wrap}}.popup-content{margin:auto;background:#fff;width:50%;padding:5px;border:1px solid #d7d7d7}[role=tooltip].popup-content{width:200px;box-shadow:0 0 3px #00000029;border-radius:5px}.popup-overlay{background:#00000080}[data-popup=tooltip].popup-overlay{background:transparent}.popup-arrow{-webkit-filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));color:#fff;stroke-width:2px;stroke:#d7d7d7;stroke-dasharray:30px;stroke-dashoffset:-54px;left:0;right:0;top:0;bottom:0}.ant-modal{max-width:500px!important;top:15%!important}.ant-modal-title{font-size:18px;font-weight:600;text-align:center}.ant-modal-body{padding:20px!important}.ant-form-item{margin-bottom:12px!important}.course{display:flex;flex-direction:column;gap:30px;margin-bottom:30px;margin-top:10px}.course_title_container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#fff;padding:15px;border-radius:3px}.course_course_right{display:flex;flex-direction:row;gap:10px}.course_title{font-size:18px;font-weight:550}.course_title,.course_all_courses{color:#023e73}.course_course,.course_all_courses,.course_icon_right{font-size:13px}.course_course,.course_icon_right{color:#828690}.course_buttons{display:flex}.course_button_delete{padding:5px!important;background-color:#ffd8d8;color:#ff1616!important;font-size:16px!important;border-radius:3px;border:0;cursor:pointer}.course_button_delete:hover{background-color:#ff1616!important;color:#fff!important}.course_button_edit{padding:5px!important;background-color:#d8e7ff;color:#033e8c!important;font-size:16px!important;margin-right:5px;border-radius:3px;border:0;cursor:pointer}.course_button_edit:hover{background-color:#033e8c!important;color:#fff!important}.course_table_container{background-color:#fff;padding:10px;border-radius:3px;display:flex;flex-direction:column;gap:20px}.course_table_container a{display:flex;justify-content:flex-end}.course_add{padding:8px 15px;font-size:14px;border-radius:5px;color:#fff;background-color:#033e8c;border:none;cursor:pointer;transition:background .3s}.course_add:hover{background-color:#2256a3}.popup_buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:15px}.all_course_input{display:flex;flex-direction:row;justify-content:space-between}.all_course_form{width:250px;max-width:100%;padding:10px;border-radius:5px;border:1px solid #d9d9d9;color:#333}.all_course_form:focus{border-color:#033e8c}.button_save,.button_cancel{padding:8px 15px!important;font-size:14px!important;min-width:90px;border-radius:5px}.button_save{background-color:#033e8c!important;color:#fff!important}.button_save:hover{background-color:#1e78ff!important}.button_cancel{background-color:#ffd8d8!important;color:#ff1616!important}.course_status_indicator{display:inline-block;width:10px;height:10px;border-radius:50%}.course_status_indicator.active{background-color:#32cd32}.course_status_indicator.inactive{background-color:#ff1616}.status-online{box-shadow:none!important;color:#fff!important;padding:10px!important;font-size:14px!important;width:75px;background-color:#36eb7bcc;border-radius:5px}.status-offline{box-shadow:none!important;color:#fff!important;padding:10px!important;font-size:14px!important;width:75px;border-radius:5px;background-color:#36a3ebcc}.status-radio-grp{display:flex;flex-direction:row}.all_course_form.status-radio-grp{border:none}.ant-table-row-expand-icon-cell{width:50px;text-align:center}.add_patient{display:flex;flex-direction:column;gap:30px;margin-bottom:30px;margin-top:10px;height:100vh}.add_patient_title_container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#fff;padding:15px;border-radius:3px}.add_patient_patient_right{display:flex;flex-direction:row;gap:10px}.add_patient_title{font-size:18px;font-weight:550}.add_patient_title,.add_patient_add_patients{color:#023e73}.add_patient_patient,.add_patient_add_patients,.add_patient_icon_right{font-size:13px}.add_patient_patient,.add_patient_icon_right{color:#828690}.add_patient_form_container{background-color:#fff;border-radius:3px;padding-bottom:20px}.add_patient_label{padding:15px;border-bottom:1px solid #d9d9d9ae;font-size:18px;font-weight:550}.add_patient_input_colum{display:flex;flex-direction:column;gap:5px}.add_patient_input_colum input,.add_patient_input_colum select{padding:10px;width:400px;border-radius:5px;border:1px solid #d9d9d9;color:#333}.add_patient_input_colum label{font-size:12px;color:#333;font-weight:550}.add_patient_input_row{display:flex;flex-direction:row;justify-content:space-between}.add_patient_form{display:flex;flex-direction:column;gap:20px;padding:20px 70px}.add_patient_button_submit{background-color:#033e8c;color:#fff;padding:10px;font-size:14px;width:75px;border:none;border-radius:5px;margin-left:863px}.add_patient_button_submit:hover{background-color:#1e78ff;cursor:pointer}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-container{background:#fff;width:80%;max-width:800px;padding:20px;border-radius:8px;box-shadow:0 4px 10px #0003;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;padding-bottom:10px}.modal-header h2{margin:0;font-size:20px}.close-button{background:#d9363e;color:#fff;border:none;padding:10px 20px;margin-top:10px;cursor:pointer;border-radius:5px}.close-button:hover{background:#ff4d4f}.modal-body{margin-top:15px}.topic-area{display:flex;flex-direction:column;gap:30px;margin-bottom:30px;margin-top:10px}.topic_title_container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#fff;padding:15px;border-radius:3px}.topic_area_right{display:flex;flex-direction:row;gap:10px}.topic_title{font-size:18px;font-weight:550}.topic_title,.topic_all_topics{color:#023e73}.topic_topic,.topic_all_topics,.topic_icon_right{font-size:13px}.topic_topic,.topic_icon_right{color:#828690}.topic_button_delete{padding:5px!important;background-color:#ffd8d8;color:#ff1616!important;font-size:16px!important;border-radius:3px;border:0;cursor:pointer}.topic_button_delete:hover{background-color:#ff1616!important;color:#fff!important}.topic_button_edit{padding:5px!important;background-color:#d8e7ff;color:#033e8c!important;font-size:16px!important;margin-right:5px;border-radius:3px;border:0;cursor:pointer}.topic_button_edit:hover{background-color:#033e8c!important;color:#fff!important}.topic_table_container{background-color:#fff;padding:10px;border-radius:3px;display:flex;flex-direction:column;gap:20px}.topic_table_container a{display:flex;justify-content:flex-end}.topic_add{padding:10px 15px;font-size:14px;width:200px;border-radius:5px;color:#fff;background-color:#033e8c;border:none;cursor:pointer;margin-left:1070px}.topic_add:hover{background-color:#2256a3}.popup_container{padding:20px;background:#fff;border-radius:5px;box-shadow:0 5px 15px #0000004d;z-index:9999!important}.popup_container h2{font-size:20px;text-align:center;margin-bottom:20px;color:#333}:where(.css-dev-only-do-not-override-5wsri9).ant-form{display:flex;flex-direction:column;gap:30px}.popup-overlay{z-index:9999!important}.popup_buttons{margin-top:10px;display:flex;justify-content:space-between}.popup-content{background:none!important;border:none!important;width:50%!important}.all_topic_input{display:flex;flex-direction:row;justify-content:space-between}.all_topic_form{width:250px;max-width:100%;padding:10px;border-radius:5px;border:1px solid #d9d9d9;color:#333}.all_topic_form:focus{border-color:#033e8c}.status-radio-group{display:flex;flex-direction:column}.status-radio-group .ant-radio-wrapper{margin-bottom:10px}.ant-radio-wrapper{font-size:16px}.ant-form-item-label>label{font-weight:600}.popup-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.button_edit{box-shadow:none!important;background-color:#033e8c!important;color:#fff!important;padding:6px!important;margin-top:12px;font-size:14px!important;width:75px;border-radius:10px;border:0;cursor:pointer}.button_edit:hover{background-color:#1e78ff!important}.button_cancel{box-shadow:none!important;background-color:#ffd8d8!important;color:#ff1616!important;padding:10px!important;font-size:14px!important;width:75px}.button_cancel:hover{background-color:#ff1616!important;color:#fff!important}:where(.css-dev-only-do-not-override-5wsri9).ant-form-item .ant-form-item-label{text-align:start!important}:where(.css-dev-only-do-not-override-5wsri9).ant-row{flex-direction:column}.topic_status_indicator{display:inline-block;width:10px;height:10px;border-radius:50%}.topic_status_indicator.active{background-color:#32cd32}.topic_status_indicator.inactive{background-color:#ff1616}.treatment-plan-popup{width:50%!important;padding:20px;border-radius:8px;background-color:#f5f5f5}.patient-info{font-size:14px;margin-bottom:20px;color:#333}.treatment-timeline{list-style:none;padding:0;margin:0;border-left:2px solid #ddd}.timeline-item{margin-bottom:20px;padding-left:20px;position:relative}.timeline-item:before{content:"";width:10px;height:10px;border-radius:50%;background-color:#2c5d94;position:absolute;left:-6px;top:0}.timeline-content{background:#fff;padding:10px;border-radius:5px;box-shadow:0 2px 4px #0000001a}.timeline-content h4{margin:0;font-size:16px;font-weight:600}.timeline-content p{margin:5px 0 0;font-size:14px;color:#555}.treatment-timeline-scrollable{max-height:400px;overflow-y:auto;border:1px solid #ddd;padding:10px;margin-bottom:20px;background-color:#f9f9f9}.treatment-timeline{list-style-type:none;margin:0;padding:0}.timeline-item{padding:10px;margin-bottom:10px;border-bottom:1px solid #ddd}.timeline-content{display:flex;justify-content:space-between;align-items:center}.timeline-content h4{margin:0}.timeline-content p{margin:5px 0 0}.edit-icon{cursor:pointer;font-size:1.2rem;color:#007bff}.edit-icon:hover{color:#0056b3}.button_view_images{background-color:#17a2b8;color:#fff;border:none;padding:5px 10px;border-radius:5px;font-size:14px;cursor:pointer;transition:background-color .3s ease}.button_view_images:hover{background-color:#117a8b}.image-popup-container{width:600px;max-width:90%;padding:20px;background:#fff;border-radius:10px;text-align:center}.image-gallery{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:15px}.treatment-image{max-width:200px;max-height:200px;border-radius:5px;border:1px solid #ddd}.treatment-image:hover{transform:scale(1.05);transition:transform .2s ease-in-out}.button_close_image_popup{background-color:#f44336;color:#fff;border:none;padding:10px 20px;border-radius:5px;font-size:14px;font-weight:700;cursor:pointer;margin-top:15px;transition:background-color .3s ease}.button_close_image_popup:hover{background-color:#d32f2f}.ant-modal-content{border-radius:10px;padding:20px}.ant-modal-title{font-size:20px;font-weight:700;text-align:center}.progress-table-container{width:100%;overflow-x:auto}.ant-modal-body{overflow-x:auto;max-width:100%}.ant-table-thead>tr{background-color:#f0f2f5}.ant-modal-close{font-size:20px;color:#555}.detail-button{padding:5px;width:100px;border-radius:5px;color:#fff;background-color:#033e8c;border:none;cursor:pointer}.detail-button:hover{background-color:#1e78ff}.add_topic{display:flex;flex-direction:column;gap:30px;margin-bottom:30px;margin-top:10px;height:100vh}.add_topic_title_container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#fff;padding:15px;border-radius:3px}.add_topic_topic_right{display:flex;flex-direction:row;gap:10px}.add_topic_title{font-size:18px;font-weight:550}.add_topic_title,.add_topic_add_topics{color:#023e73}.add_topic_topic,.add_topic_add_topics,.add_topic_icon_right{font-size:13px}.add_topic_topic,.add_topic_icon_right{color:#828690}.add_topic_form_container{background-color:#fff;border-radius:3px;padding-bottom:20px}.add_topic_label{padding:15px;border-bottom:1px solid #d9d9d9ae;font-size:18px;font-weight:550}.add_topic_input_colum{display:flex;flex-direction:column;gap:5px}.add_topic_input_colum input,.add_topic_input_colum select{padding:10px;width:400px;border-radius:5px;border:1px solid #d9d9d9;color:#333}.add_topic_input_colum label{font-size:12px;color:#333;font-weight:550}.add_topic_input_row{display:flex;flex-direction:row;justify-content:space-between}.add_topic_form{display:flex;flex-direction:column;gap:20px;padding:20px 70px}.add_topic_button_submit{background-color:#033e8c;color:#fff;padding:10px;font-size:14px;width:75px;border:none;border-radius:5px;margin-left:863px}.add_topic_button_submit:hover{background-color:#1e78ff;cursor:pointer}:where(.css-dev-only-do-not-override-5wsri9).ant-layout-sider{background-color:#fff!important}.sidebar-logo,.sidebar-logo-icon{display:flex;align-items:center;justify-content:center}.sidebar-logo{padding:0 10px;height:65px;width:201px;background-color:#fff}.sidebar-logo-icon{flex-direction:row}.sidebar-logo-img{width:80%;height:auto}.sidebar-text{color:#033e8c;font-size:20px}:where(.css-dev-only-do-not-override-5wsri9).ant-menu-light.ant-menu-root.ant-menu-inline{border-inline-end:0!important}:where(.css-dev-only-do-not-override-5wsri9).ant-layout-sider .ant-layout-sider-children{overflow-y:scroll;height:600px}:where(.css-dev-only-do-not-override-5wsri9).ant-layout-sider .ant-layout-sider-children::-webkit-scrollbar{width:10px}:where(.css-dev-only-do-not-override-5wsri9).ant-menu .ant-menu-item .ant-menu-item-icon,:where(.css-dev-only-do-not-override-5wsri9).ant-menu .ant-menu-submenu-title .ant-menu-item-icon{width:16px;height:16px;color:#667797!important}:where(.css-dev-only-do-not-override-5wsri9).ant-menu .ant-menu-item:hover .ant-menu-item-icon,:where(.css-dev-only-do-not-override-5wsri9).ant-menu .ant-menu-submenu-title:hover .ant-menu-item-icon{color:#033e8c!important}:where(.css-dev-only-do-not-override-5wsri9).ant-menu-light .ant-menu-item a,:where(.css-dev-only-do-not-override-5wsri9) a,:where(.css-dev-only-do-not-override-5wsri9).ant-menu .ant-menu-submenu-arrow:after,:where(.css-dev-only-do-not-override-5wsri9).ant-menu .ant-menu-submenu-arrow:before,:where(.css-dev-only-do-not-override-5wsri9).ant-menu-inline.ant-menu-root .ant-menu-submenu-title>.ant-menu-title-content{color:#667797!important}:where(.css-dev-only-do-not-override-5wsri9).ant-menu-light .ant-menu-item a:hover,:where(.css-dev-only-do-not-override-5wsri9) a:hover,:where(.css-dev-only-do-not-override-5wsri9).ant-menu-inline.ant-menu-root .ant-menu-submenu-title>.ant-menu-title-content:hover{color:#033e8c!important}:where(.css-dev-only-do-not-override-5wsri9).ant-menu-light:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):hover,:where(.css-dev-only-do-not-override-5wsri9).ant-menu-light:not(.ant-menu-horizontal) .ant-menu-submenu-title:hover{background-color:#ecf2fe!important}:where(.css-dev-only-do-not-override-5wsri9).ant-menu-light .ant-menu-item,:where(.css-dev-only-do-not-override-5wsri9).ant-menu-vertical .ant-menu-submenu-title{height:0%!important;padding-left:27px}.ant-layout-sider-children{position:fixed}.menu-bar{position:relative;margin-top:15px}:where(.css-dev-only-do-not-override-5wsri9).ant-menu-inline.ant-menu-root .ant-menu-item>.ant-menu-title-content{color:#667797!important}:where(.css-dev-only-do-not-override-5wsri9).ant-menu-inline.ant-menu-root .ant-menu-item>.ant-menu-title-content:hover{color:#033e8c!important}.custom-logout-modal .ant-btn-primary{background-color:#033e8c!important;color:#fff!important;border:none;font-size:14px!important;padding:8px 15px!important}.custom-logout-modal .ant-modal{top:6cqmax!important;transform:translateY(-50%)!important}.custom-logout-modal .ant-btn-primary:hover{background-color:#4770a5!important;color:#a09f9f}.custom-logout-modal .ant-btn-default{font-size:14px!important;padding:8px 12px!important}:where(.css-dev-only-do-not-override-5wsri9).ant-layout-header{background:#fff!important}:where(.css-dev-only-do-not-override-5wsri9).ant-btn.ant-btn-icon-only{width:50px!important;height:50px}:where(.css-dev-only-do-not-override-5wsri9).ant-btn{font-size:20px!important;padding:0!important;color:#667797!important}:where(.css-dev-only-do-not-override-5wsri9).ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover{background:#ecf2fe!important;color:#033e8c!important}:where(.css-dev-only-do-not-override-5wsri9).ant-layout{position:sticky;top:0;z-index:9999}.header{display:flex;flex-direction:row;padding:0 20px 0 0;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:9999;box-shadow:0 2px 10px #0000001a}.navbar-position{position:relative;margin-left:10px}.navbar-form{width:350px}.navbar{display:flex;flex-direction:row;align-items:center}.navbar-noti-button{font-size:20px;background-color:#f5f5f5;color:#667797;height:40px;width:40px;transition:.2s linear;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;animation:shaking 5s infinite}.navbar-noti-button:hover{background:#ecf2fe;color:#033e8c;cursor:pointer}.navbar-point{width:8px;height:8px;background-color:#ea5455;inset-block-start:8px;inset-inline-start:22px;border-radius:50%;pointer-events:none;z-index:1;right:0;position:absolute}.navbar-point:before,.navbar-point:after{position:absolute;content:"";background-color:inherit;opacity:.8;inset-block-start:0;inset-inline-start:0;inset-inline-end:0;inset-block-end:0;border-radius:50px;transform:scale(1);animation-name:transformScale;animation-duration:2s;animation-iteration-count:infinite;z-index:-1}.navbar-point:after{animation-delay:.75s}.navbar-right{display:flex;flex-direction:row;gap:15px;align-items:center}.navbar-profile-button{background:none;border:none;cursor:pointer;padding:0;width:40px;height:40px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;transition:background-color .2s}.navbar-profile-button:hover{background-color:#ecf2fe}.navbar-profile-avatar{width:100%;height:100%;object-fit:cover}.navbar-profile-initials{font-size:16px;font-weight:700;color:#333}.navbar-dropdowns{position:absolute;top:60px;right:20px;background:#fff;border:1px solid #ccc;box-shadow:0 2px 10px #0000001a;width:240px;z-index:1000;border-radius:8px}.navbar-profile-wrapper{display:flex;flex-direction:row;justify-content:start;align-items:center;gap:10px;padding:15px;color:#667797;font-size:14px;border-bottom:1px solid #efefef}.navbar-profile-avatar-small{width:32px;height:32px;border-radius:50%;object-fit:cover}.navbar-profile-info{text-align:left}.navbar-profile-info h6{font-size:16px;font-weight:700;color:#333;margin:0}.navbar-profile-info span{font-size:12px;color:#686f7a}.navbar-dropdown-item{display:flex;padding:12px 15px!important;border-bottom:1px solid #efefef!important;min-width:100%;max-width:100%;white-space:normal;display:block;cursor:pointer;color:#333;font-size:14px}.navbar-dropdown-item:hover{background-color:#f5f5f5;color:#033e8c}.navbar-message{width:80%;height:80px;white-space:normal}.navbar-message h6{font-size:18px;font-weight:700;font-family:Roboto,sans-serif;color:#333;text-align:left;position:relative;height:30px}.navbar-message span{font-size:14px;font-weight:400;font-family:Roboto,sans-serif;margin-bottom:0;color:#686f7a;text-align:left}.navbar-icon{width:20px;height:20px;margin-left:auto;color:#667797}@keyframes shaking{0%{transform:rotate(0)}3%{transform:rotate(30deg)}6%{transform:rotate(-28deg)}9%{transform:rotate(10deg)}12%{transform:rotate(-10deg)}15%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes transformScale{0%{transform:scale(1);opacity:.9}60%{transform:scale(2.5);opacity:.2}to{transform:scale(3);opacity:0}}.layout-manage-navbar{position:fixed;top:0;z-index:1}.content-outlet{background-color:#f5f5f5;position:relative;z-index:0;margin-left:200px;padding:15px}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width: 767px){.rbc-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0 px;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.calendar{max-width:1400px;margin:auto;padding:20px}.calendar-container{background-color:#fff;padding:15px;border-radius:3px}.popup-content-1{background-color:#fff;padding:20px;display:flex;flex-direction:column;border-radius:10px;color:#333}textarea,input[type=date]{font-size:1rem;border:1px solid #ccc;border-radius:6px;padding:10px;box-sizing:border-box}.popup-content-1 h3{font-size:24px;text-align:center;color:#033e8c}.rbc-row-segment .rbc-event-content{font-size:14px;white-space:normal!important}.rbc-event{font-size:14px;white-space:normal!important;padding:5px 10px;border-radius:5px;text-align:left}.rbc-event-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-event-label{display:none}.rbc-event{min-height:20px;max-width:100%}.rbc-day-slot .rbc-event{width:calc(100% - 5px)}.view-switcher button{padding:10px 20px;margin-right:10px;border:none;border-radius:5px;background-color:#f0f0f0;cursor:pointer}.view-switcher button.active{background-color:#295895db;color:#fff}.calendar-legend{display:flex;justify-content:start;margin:15px 20px 35px}.legend-item{display:flex;align-items:center;margin-right:20px}.legend-color{width:16px;height:16px;border-radius:50%;margin-right:8px}.popup-button-row{display:flex;justify-content:flex-end;gap:10px}.btn-create{background-color:#033e8c!important;color:#fff!important;padding:10px 15px!important;font-size:14px!important;border:none;border-radius:5px;cursor:pointer;min-width:150px}.btn-create:hover{background-color:#022c64!important}.btn-cancel{background-color:#ffd8d8!important;color:#ff1616!important;padding:10px 15px!important;font-size:14px!important;border:none;border-radius:5px;cursor:pointer;min-width:100px}.btn-cancel:hover{background-color:#ff1616!important;transition:background-color .4s ease-in-out!important;color:#fff!important}.header{display:flex;align-items:center;justify-content:space-between;background-color:#fff;box-shadow:0 1px 3px #0000001a}.logo{height:70px;margin-top:10px}.nav-container{display:flex;align-items:center}.nav-list{list-style:none;display:flex;gap:20px;margin:0;padding:1rem 5rem}.nav-list li{margin:0;padding-left:1rem;-webkit-user-select:auto;user-select:auto}.nav-list a{text-decoration:none;color:#000}nav a:hover{color:#2b4681}.login-button{padding:1rem 2rem;background-color:#1e3058;color:#fff;border:none;border-radius:5px;cursor:pointer;margin-left:20px}.login-button:hover{background-color:#2b4681;color:#fff}.hero{display:flex;justify-content:center;align-items:center;padding:20px;background-color:#f8f9fa}.hero-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;width:100%}.hero-text{max-width:600px}.hero-text h1{font-size:2.5rem;margin-bottom:20px}.hero-text p{font-size:1.2rem;margin-bottom:20px}.cta-button{padding:10px 20px;background-color:#1e3058;color:#fff;border:none;border-radius:5px;cursor:pointer}.cta-button:hover{background-color:#2b4681}.hero-image{max-width:500px;width:100%;height:auto;margin-left:20px}.features{background-color:#1e2a4a;color:#fff;padding:2rem 0}.contact-section{max-width:1200px;margin:0 auto;padding:2rem}.contact-header{margin-bottom:2rem}.contact-header h2{color:gold!important;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.contact-header p{color:#fff}.contact-cards{display:flex;gap:2rem;justify-content:center}.contact-card{background-color:#fff;color:#1e2a4a;padding:1.5rem;border-radius:.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:150px}.features-content{background-color:#fff;width:100%;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;align-items:center}.features-text{padding-right:2rem}.features-text h2{color:#18181b;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.features-text p{color:#94a3b8;line-height:1.6}.features-illustration{display:flex;justify-content:center}.illustration-image{max-width:100%;height:auto}.features-list{padding-left:2rem}.features-list h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.features-list ul{list-style:none;padding:0}.features-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:#18181b}.feature-icon{width:1.5rem;height:1.5rem;color:#18181b}@media (max-width: 1024px){.features-content{grid-template-columns:1fr}.features-text,.features-list{padding:0}.contact-cards{justify-content:center;flex-wrap:wrap}}@media (max-width: 640px){.contact-header h2,.features-text h2{font-size:2rem}.contact-cards{flex-direction:column;align-items:stretch}.contact-card{min-width:auto}}.stats{background-color:#1e2a4a;padding:4rem 1rem;color:#fff}.stats-container{max-width:1200px;margin:0 auto;text-align:center}.stats h2{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.app-store-buttons{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.store-button{display:block;transition:transform .2s ease}.store-button:hover{transform:scale(1.05)}.store-button img{height:60px;width:auto}@media (max-width: 768px){.stats h2{font-size:2rem}.app-store-buttons{gap:1rem}.store-button img{height:50px}}@media (max-width: 480px){.stats h2{font-size:1.75rem}.app-store-buttons{flex-direction:column;align-items:center}}.founders img{width:80%;margin-bottom:1rem}.testimonial{background-color:#1e2a4a;padding:6rem 1rem;min-height:100vh;display:flex;align-items:center}.testimonial-container{max-width:1200px;margin:0 auto;width:100%}.testimonial-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.testimonial-cards{position:relative}.testimonial-card-wrapper{position:relative;background-color:gold;padding:2rem;border-radius:1rem;transform:rotate(-5deg)}.testimonial-card{background:#fff;padding:2rem;border-radius:.5rem;text-align:center;transform:rotate(5deg)}.testimonial-image-container{width:200px;height:200px;margin:0 auto 1rem;border-radius:.5rem;overflow:hidden}.testimonial-image{width:100%;height:100%;object-fit:cover}.testimonial-name{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1e2a4a}.testimonial-rating{display:flex;justify-content:center;gap:.5rem}.star-icon{width:1.5rem;height:1.5rem}.testimonial-quote{color:#fff}.testimonial-quote h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;position:relative;padding-top:2rem}.testimonial-quote h2:before{content:"";position:absolute;top:0;left:0;width:100px;height:2px;background-color:#fff3}.testimonial-quote blockquote{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6}.testimonial-dots{display:flex;gap:.5rem;margin-top:2rem}.dot{width:.75rem;height:.75rem;border-radius:50%;background-color:#fff3;border:none;cursor:pointer;transition:background-color .3s ease}.dot.active{background-color:#fff}@media (max-width: 1024px){.testimonial-content{grid-template-columns:1fr;gap:3rem}.testimonial-cards{max-width:400px;margin:0 auto}.testimonial-quote{text-align:center}.testimonial-quote h2:before{left:50%;transform:translate(-50%)}.testimonial-dots{justify-content:center}}@media (max-width: 640px){.testimonial{padding:4rem 1rem}.testimonial-quote h2{font-size:2rem}.testimonial-image-container{width:150px;height:150px}}.history{background-color:#fff;padding:3rem 1rem 0rem;min-height:100vh;color:#fff}.history-container{max-width:1200px;margin:0 auto}.history-header{margin-bottom:4rem}.history-header h2{font-size:2.5rem;font-weight:700;color:#4a5568}.brand{color:gold}.history-title{margin-top:.5rem}.history-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.history-image-wrapper{position:relative}.history-image-container{position:relative;background-color:#1e2a4a;border-radius:1rem;overflow:hidden;padding:2rem}.history-image{width:100%;height:auto;border-radius:.5rem;position:relative;z-index:2;filter:grayscale(100%)}.image-decoration{position:absolute;bottom:-10px;right:-10px;width:100px;height:50px;background:repeating-linear-gradient(45deg,#ffd700,#ffd700 5px,transparent 5px,transparent 10px);z-index:1}.history-text{display:flex;justify-content:center}.history-card{background-color:#fff;padding:2rem;border-radius:1rem;color:#4a5568}.history-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#1e2a4a}.history-card p{line-height:1.8}@media (max-width: 1024px){.history-content{grid-template-columns:1fr;gap:3rem}.history-image-container{max-width:600px;margin:0 auto}.history-card{max-width:600px}}@media (max-width: 640px){.history{padding:4rem 1rem}.history-header h2{font-size:2rem}.history-card{padding:1.5rem}}.footer{background-color:#1e2a4a;color:#fff;padding:4rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-content{display:grid;grid-template-columns:1fr 2fr 1fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.footer-logo{max-width:200px}.logo-image{background-color:#fff;width:100%;height:80px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.links-column h3{font-size:1rem;font-weight:500;margin-bottom:1.5rem;color:#ffffffe6}.links-column ul{list-style:none;padding:0;margin:0}.links-column ul li{margin-bottom:1rem}.links-column ul li a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.links-column ul li a:hover{color:#fff}.footer-contact h3{font-size:1rem;font-weight:500;margin-bottom:1rem;color:#ffffffe6}.footer-contact .email{color:#ffffffb3;margin-bottom:2rem}.footer-contact .address h4{font-size:1rem;font-weight:500;margin-bottom:.5rem;color:#ffffffe6}.footer-contact .address p{color:#ffffffb3;line-height:1.6}.footer-copyright{text-align:center;color:#ffffffb3;font-size:.9rem}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-logo{margin:0 auto}.footer-links,.footer-contact{text-align:center}}@media (max-width: 640px){.footer{padding:3rem 0 1.5rem}.footer-links{grid-template-columns:1fr;gap:2rem}}.App{text-align:center}.bill-container{min-height:100vh;background-color:#f8fafc;display:flex;flex-direction:column;align-items:center;padding:2.5rem 1rem}.bill-card{width:100%;max-width:1024px;background:#fff;border-radius:.75rem;padding:2.5rem;box-shadow:0 4px 10px #0000001a}.bill-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:.5rem}.home-button-container{display:flex;justify-content:center;margin-bottom:1.5rem}.home-button{display:flex;align-items:center;gap:.5rem;background-color:transparent;color:#4a5568;border:none;font-size:1rem;font-weight:600;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;transition:color .3s ease}.home-button:hover{color:#2d3748}.home-icon{stroke:currentColor;transition:transform .3s ease}.home-button:hover .home-icon{transform:translate(-3px)}.highlight{color:#4fd1c5}.bill-subtitle{text-align:center;color:#4b5563;margin-bottom:1.5rem}.bold{font-weight:500}.bill-selector{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem}.selector-label{color:#4b5563}.toggle-container{display:flex;align-items:center;position:relative}.toggle-button{padding:.5rem 1rem;border:none;background-color:#f3f4f6;color:#6b7280;cursor:pointer}.toggle-button.left{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.toggle-button.right{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.toggle-button.active{background-color:#fff;color:#374151;border:1px solid #e5e7eb}.toggle-button.active-green{background-color:#10b981;color:#fff}.discount-badge{position:absolute;top:-24px;right:10px;display:flex;align-items:center}.discount-text{color:#10b981;font-size:.875rem}.discount-arrow{transform:rotate(130deg);color:#10b981}.promo-container{display:flex;align-items:center;gap:.5rem}.promo-input{border:1px solid #e5e7eb;border-radius:.375rem;padding:.25rem .75rem;font-size:.875rem}.promo-button{border:1px solid #d1d5db;border-radius:9999px;padding:.25rem 1rem;font-size:.875rem;background-color:#fff}.plans-container{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.plans-container{grid-template-columns:1fr 1fr}}.plan-card{border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.plan-title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.plan-title.orange{color:#f97316}.plan-price-detail{font-size:.875rem;margin-bottom:.25rem}.plan-discount{font-size:.875rem;color:#ef4444;margin-bottom:.75rem}.plan-total{display:flex;align-items:baseline;margin-bottom:.25rem}.equals,.amount{font-size:1.5rem;font-weight:700;margin-right:.25rem}.period{color:#6b7280;font-size:.875rem}.payment-info{font-size:.875rem;color:#6b7280;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.invisible{visibility:hidden}.join-text{font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.join-button{width:100%;background-color:#1e3a8a;color:#fff;padding:.75rem;border:none;border-radius:.375rem;margin-bottom:1rem;cursor:pointer}.join-button-free{width:100%;background-color:#1e3a8a;color:#fff;padding:.75rem;border:none;border-radius:.375rem;margin:2.7rem 0rem 4rem;cursor:pointer}.plan-description{font-size:.875rem;color:#374151;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.features-title{font-size:.875rem;color:#374151;margin-bottom:.5rem}.features-list{display:flex;flex-direction:column;gap:.75rem}.feature-item{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.feature-with-check{display:flex;align-items:center}.check-icon{color:#10b981;margin-right:.5rem}.chevron-icon{color:#9ca3af}.doctor-patient-list{display:flex;flex-direction:column;gap:30px;margin-bottom:30px;margin-top:10px}.patient_title_container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#fff;padding:15px;border-radius:3px}.patient_patient_right{display:flex;flex-direction:row;gap:10px}.patient_title{font-size:18px;font-weight:550}.patient_title,.patient_all_patients{color:#023e73}.patient_patient,.patient_all_patients,.patient_icon_right{font-size:13px}.patient_patient,.patient_icon_right{color:#828690}.doctor-patient-list .table-container{background-color:#fff;padding:10px;border-radius:3px;display:flex;flex-direction:column;gap:20px}.doctor-patient-list .add-button{background-color:#007bff;color:#fff;border:none;padding:8px 16px;margin-bottom:16px;border-radius:4px;cursor:pointer}.status-indicator{display:inline-block;width:10px;height:10px;border-radius:50%}.status-indicator.active{background-color:#28a745}.status-indicator.inactive{background-color:#dc3545}.image_add{padding:8px 15px;font-size:14px;border-radius:5px;color:#fff;background-color:#033e8c;border:none;cursor:pointer;transition:background .3s}.image_add:hover{background-color:#2256a3}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.progress-container{max-width:800px;margin:auto;padding:20px;background:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a}.progress-container h2{text-align:center;color:#333}.progress-card{background:#f9f9f9;border:1px solid #ddd;border-radius:5px;padding:15px}.progress-card p{margin:5px 0}.add-progress-button{padding:8px 15px;font-size:14px;border-radius:5px;color:#fff;background-color:#033e8c;border:none;cursor:pointer;transition:background .3s}.add-progress-button:hover{background-color:#2256a3}*{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif,Roboto}img{cursor:pointer}
