:root{--header-primary:#5c71b6;--header-primary-hover:#485c9e;--header-dark:#1c295d;--header-bg:#ffffff;--header-border:#e2e8f0;--header-text-main:#1e293b;--header-text-muted:#64748b;--header-height:60px;--header-height-mobile:54px}.app-header-container{display:flex;justify-content:space-between;align-items:center;width:100%;height:var(--header-height);padding:0 16px;background:var(--header-bg);box-sizing:border-box;border-bottom:1px solid var(--header-border);-webkit-user-select:none;user-select:none;transition:all .2s ease}@media(max-width:768px){.app-header-container{height:56px;padding:0 12px;position:sticky;top:0;z-index:100}}@media(max-height:500px)and (orientation:landscape){.app-header-container{height:44px;padding:0 10px}}.header-left-section{display:flex;align-items:center;min-width:0;flex:1 1 auto;gap:6px}.header-left-section .header-menu-toggle-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;color:#475569;border-radius:10px;transition:background .15s ease,color .15s ease}.header-left-section .header-menu-toggle-btn:hover{background:#f1f5f9;color:var(--header-primary)}.header-left-section .header-menu-toggle-btn:active{transform:scale(.96)}@media(max-width:768px){.header-left-section .header-menu-toggle-btn{width:40px;height:40px;min-width:40px}}.header-left-section .header-home-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;color:var(--header-primary);border-radius:10px}.header-left-section .header-home-btn:hover{background:#f1f5f9}@media(max-width:576px){.header-left-section .header-home-btn{width:32px;height:32px}}@media(max-width:350px){.header-left-section .header-home-btn{display:none}}.header-left-section .header-title-wrapper{display:flex;align-items:center;min-width:0;margin-left:4px}.header-left-section .header-title-wrapper .header-title-text{font-size:16px;font-weight:650;color:var(--header-text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px;letter-spacing:-.2px}@media(max-width:1200px){.header-left-section .header-title-wrapper .header-title-text{max-width:200px;font-size:15px}}@media(max-width:992px){.header-left-section .header-title-wrapper .header-title-text{max-width:150px;font-size:14px}}@media(max-width:576px){.header-left-section .header-title-wrapper .header-title-text{max-width:110px;font-size:13.5px}}@media(max-width:380px){.header-left-section .header-title-wrapper .header-title-text{max-width:85px;font-size:13px}}.header-right-section{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;gap:10px}@media(max-width:768px){.header-right-section{gap:6px}}.header-right-section .header-icon-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--header-border);color:#475569;background:#fff;transition:all .2s ease}.header-right-section .header-icon-btn:hover{color:var(--header-primary);border-color:var(--header-primary);background:#f8fafc}@media(max-width:768px){.header-right-section .header-icon-btn{width:32px;height:32px}}.header-quick-actions{display:flex;align-items:center;gap:8px}.header-quick-actions .quick-action-link{text-decoration:none;display:inline-flex;align-items:center}.header-quick-actions .btn-travelclub{background:var(--header-primary);border-color:var(--header-primary);color:#fff;font-weight:500;border-radius:12px;height:36px;padding:0 14px}.header-quick-actions .btn-travelclub:hover{background:var(--header-primary-hover)!important;border-color:var(--header-primary-hover)!important}.header-quick-actions .btn-travelclub .mobile-only-icon{display:none}@media(max-width:992px){.header-quick-actions .btn-travelclub{display:none}}.header-quick-actions .btn-pos-header{background:var(--header-dark);border-color:var(--header-dark);color:#fff;font-weight:650;border-radius:12px;height:36px;padding:0 14px;letter-spacing:.5px}.header-quick-actions .btn-pos-header:hover{opacity:.9}@media(max-width:768px){.header-quick-actions .btn-pos-header{height:32px;padding:0 10px;font-size:12px}}.header-quick-actions .btn-add-service{border-radius:12px;height:36px;font-weight:500;border-color:var(--header-border)}@media(max-width:992px){.header-quick-actions .btn-add-service{display:none}}.header-quick-actions .btn-guide{border-radius:12px;height:36px;font-weight:500;border-color:var(--header-border)}@media(max-width:992px){.header-quick-actions .btn-guide{display:none}}.header-quick-actions .mobile-more-actions{display:none}@media(max-width:992px){.header-quick-actions .mobile-more-actions{display:inline-flex;align-items:center}}.header-branch-wrapper{display:flex;align-items:center}.header-branch-wrapper .mobile-branch-pill-wrap{display:none}@media(max-width:768px){.header-branch-wrapper .mobile-branch-pill-wrap{display:flex;align-items:center}}.header-branch-wrapper .mobile-branch-pill-btn{display:inline-flex;align-items:center;gap:4px;height:32px;padding:0 8px;background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;cursor:pointer;transition:all .2s}.header-branch-wrapper .mobile-branch-pill-btn:active{transform:scale(.96);background:#ffedd5}.header-branch-wrapper .mobile-branch-pill-btn .mobile-branch-pill-text{font-size:11.5px;font-weight:600;color:#ea580c;max-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:360px){.header-branch-wrapper .mobile-branch-pill-btn .mobile-branch-pill-text{max-width:55px;font-size:11px}}.header-branch-wrapper .desktop-branch-select-wrap{display:flex;align-items:center}@media(max-width:768px){.header-branch-wrapper .desktop-branch-select-wrap{display:none}}.header-branch-wrapper .header-branch-select{min-width:130px;max-width:200px}.header-branch-wrapper .header-branch-select .ant-select-selector{border-radius:12px!important;height:36px!important;display:flex;align-items:center;border-color:var(--header-border)!important;font-weight:500;color:#334155}@media(max-width:1024px){.header-branch-wrapper .header-branch-select{min-width:110px;max-width:160px}}.header-user-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:20px!important;height:36px!important;padding:0 12px 0 6px!important;border:1px solid var(--header-border)!important;background:#fff!important;gap:8px!important;transition:all .2s ease!important}.header-user-btn:hover{border-color:var(--header-primary)!important;background:#f8fafc!important}.header-user-btn .img-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;flex-shrink:0}.header-user-btn .user-name-text{font-size:13px;font-weight:500;color:var(--header-text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}@media(max-width:1100px){.header-user-btn .user-name-text{max-width:80px}}@media(max-width:768px){.header-user-btn .user-name-text{display:none}.header-user-btn{width:32px!important;height:32px!important;min-width:32px!important;padding:0!important;border-radius:50%!important}.header-user-btn .img-avatar{width:30px;height:30px}}.header-notify-popover .ant-popover-inner{padding:0;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.05)}.header-notify-popover .ant-popover-title{padding:12px 16px;margin:0;border-bottom:1px solid #f1f5f9}.header-notify-title-bar{display:flex;justify-content:space-between;align-items:center;width:100%}.header-notify-title-bar .notify-title-text{font-size:14px;font-weight:650;color:var(--header-text-main)}.header-notify-title-bar .notify-mute-toggle{display:inline-flex;align-items:center;gap:4px;height:26px;padding:0 8px;border-radius:8px;font-size:12px;color:#475569}.header-notify-title-bar .notify-mute-toggle:hover{background:#f1f5f9}.header-notify-popup{width:320px;max-width:calc(100vw - 24px)}.header-notify-popup.empty .empty-text{padding:24px 16px;text-align:center;color:#94a3b8;font-size:13px}.header-notify-popup .header-notify-top{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;border-bottom:1px solid #f8fafc;background:#fcfdfd}.header-notify-popup .header-notify-top .notify-top-title{font-size:12px;color:#94a3b8;font-weight:500}.header-notify-popup .header-notify-top .notify-clear-all-btn{padding:0;height:auto;font-size:12px;color:var(--header-primary)}.header-notify-popup .header-notify-list{max-height:300px;overflow-y:auto;padding:4px 0}.header-notify-popup .header-notify-list .notify-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid #f8fafc;gap:10px;transition:background .15s ease}.header-notify-popup .header-notify-list .notify-item:hover{background:#f8fafc}.header-notify-popup .header-notify-list .notify-item .notify-item-content{display:flex;flex-direction:column;flex:1 1;min-width:0}.header-notify-popup .header-notify-list .notify-item .notify-item-content .notify-item-text{font-size:13px;font-weight:600;color:#334155;line-height:1.4;word-break:break-word}.header-notify-popup .header-notify-list .notify-item .notify-item-content .notify-item-time{font-size:11px;color:#94a3b8;margin-top:3px}.header-notify-popup .header-notify-list .notify-item .notify-action-btn{border-radius:8px;font-size:11px;font-weight:500;height:26px;padding:0 10px}.header-notify-popup .header-notify-list .notify-item .notify-action-btn.call-btn{background:#10b981;border-color:#10b981;color:#fff}.header-notify-popup .header-notify-list .notify-item .notify-action-btn.call-btn:hover{background:#059669!important;border-color:#059669!important}.header-notify-popup .header-notify-list .notify-item .notify-action-btn.close-btn{background:#f1f5f9;border-color:#e2e8f0;color:#475569}.header-notify-popup .header-notify-list .notify-item .notify-action-btn.close-btn:hover{background:#e2e8f0!important;color:#1e293b!important}.header .agency-info{height:40px;margin-right:1rem}.header .agency-info .agency-number{font-weight:500;font-size:16px}.header .agency-info .nv-phutrach{font-size:12px}.header .agency-info p{line-height:20px;margin-bottom:0}.header .item-menu-icon-header .quantity_cart{height:16px;width:fit-content;padding:1px 5px;font-weight:600;margin-left:10px;display:flex;align-items:center;color:#fff}.header .img-avatar{height:24px;width:24px;border-radius:50%}html body{height:100%;direction:ltr;font-size:16px!important;font-family:Roboto,sans-serif!important;color:#727e8c;overflow-x:hidden}label{font-weight:400!important}.menu-item-mobile{display:none!important}.header-list-ticket{display:flex;justify-content:space-between}@media (max-width:768px){.ant-layout-sider{position:fixed!important;top:var(--header-height-mobile,54px)!important;left:0!important;height:calc(100dvh - var(--header-height-mobile, 54px))!important;height:calc(100vh - var(--header-height-mobile, 54px))!important;margin-top:0!important;z-index:90!important;transform:translateX(-100%);transition:transform .3s ease;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important}.ant-layout-sider.ant-layout-sider-collapsed{transform:translateX(-100%)!important}.ant-layout-sider:not(.ant-layout-sider-collapsed){transform:translateX(0)!important}.ant-layout-sider .ant-layout-sider{position:static!important;top:auto!important;left:auto!important;height:100%!important;min-height:100%!important;transform:none!important;margin:0!important;overflow:visible!important;z-index:auto!important}.ant-layout{margin-left:0!important}.ant-layout-sider-children .demo-logo-vertical{display:none!important}.carousel-container .carousel img{height:100%!important}.ant-layout-header .header{display:none!important}.logo_loading img{width:100%!important}.menu-item-mobile{display:flex!important}.bg-room4,.bg-room6{height:100%}.font-text-header-res{font-size:12px}.doanh_thu .card_item_title_right{height:85px!important}.item-heder-item-golf{padding-left:15px!important}.ant-table-expanded-row .ant-row{display:flex;flex-direction:column}.ant-table-expanded-row .ant-col{max-width:100%!important;flex:0 0 100%!important}.ant-table-expanded-row .ant-col+.ant-col{margin-top:16px}.mySwiperThumbs img{width:150px!important}.big-swiper-wrapper{height:250px!important;width:330px!important}.item_header_title_car{width:calc(50% - 10px)!important}.item-ve-header-ticket{flex-wrap:wrap}.header-list-ticket{display:unset!important}.data-city-list-ticket,.data-country-list-ticket{flex-wrap:wrap!important}}.footer{background-color:white;padding:10px;font-size:14px;font-weight:600}.ant-picker-calendar .ant-picker-calendar-header .ant-picker-calendar-mode-switch{display:none}.title-page{font-size:16px;color:#252424;font-weight:500}.active-header{background-color:#1890ff;color:white}a:-webkit-any-link{text-decoration:none}.tr_color td{background-color:rgb(215,255,244)!important}.modal-full{max-width:94%;margin-left:3%;margin-right:3%}.hide{display:none}.ant-layout-sider{background-color:white}@media (min-width:769px){.ant-layout-sider{position:sticky!important;top:0!important;height:100vh!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;z-index:100}.ant-layout-sider .ant-layout-sider{position:static!important;top:auto!important;left:auto!important;height:100%!important;min-height:100%!important;transform:none!important;margin:0!important;overflow:visible!important;z-index:auto!important}}.content-wrapper{padding:10px;background-color:#f2f4f4!important}.ml-1,.mx-1{margin-left:1rem!important}.border_bottom{border-bottom:1px solid #a1a1a1}.pb-50,.py-50{padding-bottom:.5rem!important}.table thead th{background-color:#e5f4fd!important;color:#2a539e!important}.table tbody tr{border:1px solid #e5f4fd}.table-color thead th{background-color:#f3f3f3d9!important;color:#000000!important}.service-border-radius{width:15px;height:15px;border:1px solid #dbdbdb;border-radius:50%;margin-right:10px}.min-width-chart{min-width:150px}.service_text_result_bg{width:40px;height:16px;border:1px solid #dbdbdb}.mr-50,.mx-50{margin-right:.5rem!important}.service_text_result_item{width:33%}.table td,.table thead th{vertical-align:middle!important;padding:8px!important}.note-item{border-radius:4px;border:1px solid rgba(0,0,0,.1);background:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.1)}.domain_right{background-color:#29539d}.domain_right .input-group-text,.domain_right input{border:none!important;background:white}.input-group-text-right{border-top-right-radius:.267rem!important;border-bottom-right-radius:.267rem!important}.domain-layout{background:url("https://namecard.nhanhtravel.com/app-assets/mobile/balotour/logo/BG%20(2).png");height:100vh;width:100vw;background-position:0 100%;background-repeat:no-repeat;background-size:cover}.btn_pricereport{width:15px;padding:0!important;height:15px;color:black!important;background-color:#fff!important}.g-grid{display:grid;grid-template-columns:auto auto}.avatar{position:relative;cursor:pointer;display:inline-flex;font-size:.8rem;text-align:center;margin:5px}.avatar img{border-radius:50%}.react-datepicker-wrapper{width:100%}.box_report_sales{box-shadow:0 3px 10px rgba(0,0,0,.3);display:block;color:#333}.box_report_sales_top{display:flex;align-items:center;padding:12px;background-color:#fff;border-radius:8px 8px 0 0}.box_report_sales p{margin-bottom:4px}.bold-font-weight-bold{font-weight:700!important}.item-order-left{height:500px;overflow-y:scroll}.item-order-left::-webkit-scrollbar{display:none}.status_tour_tab{display:flex;align-items:center;justify-content:space-between;padding:12px;background-color:#fff;border-radius:15px;height:57%;border:1px solid #dfe3e7;cursor:pointer;text-transform:none;font-size:14px;font-weight:600}.btn_rounded_pink{color:#f3002a!important;border:1px solid #ff93a6;border-radius:4px}.btn_rounded_blue,.btn_rounded_pink{display:flex!important;justify-content:center;align-items:center;padding:10px;margin-top:5px;height:30px;width:75px;font-size:12px;flex-wrap:nowrap}.btn_rounded_blue{color:#2a539e!important;border:1px solid #175ee4;border-radius:4px}ul#pills-tab{height:40px;cursor:pointer}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;border-bottom:3px solid #5a8dee}a.nav-link{font-size:14px;font-weight:500;line-height:19px;letter-spacing:0;text-align:right;color:black}a.nav-link.active:hover,a.nav-link:hover{color:black!important}.nav.nav-pills{-webkit-flex-wrap:nowrap!important}.tab_click .nav-item .nav-link.active{background-color:#ffffff00;color:black;border-radius:0!important;box-shadow:none!important;border-bottom:3px solid #5a8dee}.tab_click .nav-item .nav-link.active:hover{color:black!important}.tab_click .nav.nav-pills .nav-item{margin-bottom:unset!important}#dropdown-avatar-header{width:38px;height:38px;border-radius:50%;margin-right:0;border:2px solid transparent;display:flex;align-items:center;justify-content:center;background-color:unset!important;padding:0}#dropdown-avatar-header:after{display:none!important}#dropdown-avatar-header{background-color:white!important}#dropdown-avatar-header:hover{color:white;border-color:#0a58ca}#dropdown-avatar-header .img-avatar{width:30%;height:30px;border-radius:50%}.avatar-img .dropdown-menu:before{left:8.2rem!important}.btn-blue{background:#2a539e!important;color:white!important}.badge-blue{line-height:1}.badge-blue,.lich_trinh_link .btn-primary{background:rgb(229,244,253)!important;color:rgb(42,83,158)!important;border:1px solid rgb(119,190,245)!important;display:inline-block;padding:.34rem 1.11rem;font-size:.8rem;text-align:center;vertical-align:baseline;border-radius:.267rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.lich_trinh_link .btn-primary{margin:0!important;line-height:1!important}.chu_nho_xam{font-size:12px;color:#00000073}.thao_tac_tour_open .btn-primary:after{display:none}.thao_tac_tour_open .btn-primary{background:white!important}.form-dang-nhap{height:100vh;display:flex;flex-direction:column;justify-content:space-around}.text-blue{color:#2a539e!important}.img-avatar-order{width:38px;height:38px;border-radius:50%}.card.my_card{border:1px solid #cdcdcd;border-radius:8px}.service_item.active{border:1px solid blue;position:relative}.service_item.active:after{position:absolute;content:"✔";top:0;right:0;color:blue}.card_info{background:url("https://namecard.nhanhtravel.com/app-assets/mobile/balotour/logo/BG%20(2).png");height:100vh;width:100vw;background-position:0 100%;background-repeat:no-repeat;background-size:cover}.check_email.active,.check_telephone.active{color:blue!important}.send-capcha{position:absolute;top:5px;right:10px}.send-capcha:before{content:"|"}.table_custom thead th{background-color:#f2f4f4!important;color:#475f7b!important}.tr_copy{background-color:#e8e8e8}.tbl_padding td,.tbl_padding th{padding:8px!important}#nav-dropdown_menu{text-align:center!important}.active_dropdown #nav-dropdown_menu{background-color:#5a8dee;color:#fff}.notification{max-height:calc(100vh - 450px)}.col-card-list{max-height:calc(100vh - 125px)}.col-card-list,.notification{overflow:hidden;scrollbar-gutter:stable}.col-card-list:hover,.notification:hover{overflow-y:scroll}.col-card-list::-webkit-scrollbar,.notification::-webkit-scrollbar{border-radius:50%;width:4px}.col-card-list::-webkit-scrollbar-thumb,.notification::-webkit-scrollbar-thumb{background-color:#00629f;border-radius:10px}.col-card-list::-webkit-scrollbar-track,.notification::-webkit-scrollbar-track{background-color:#e9ecef}.item-menu-header{padding:14px;height:30px;border:1px solid #e9e9e9;display:flex!important;align-items:center!important;border-radius:16px}.item-menu-header span{color:black!important}.header .item-menu-icon-header{height:30px;width:30px;display:flex;justify-content:center;align-items:center}.item-menu-icon-header{border-radius:50%;padding:5px!important;border:1px solid #e9e9e9}.btn_custom{border-radius:.267rem!important;font-size:16px!important;display:flex!important;align-items:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer!important;background:white!important}.btn_rounded{cursor:pointer}.my_card{border:1px solid #cdcdcd;border-radius:8px}.my_card_item{padding:10px 20px}.background_icon{width:36px;height:36px;border-radius:3px;display:flex;justify-content:center;align-items:center}.text_price_number{font-weight:700;color:black;font-size:20px}.item-title-order{padding:.47rem .8rem;background:#f5f5f5}.eyes-item,.item-title-order{border:1px solid #dfe3e7;border-radius:.267rem}.eyes-item{padding:6px 7px;height:100%}.dot-dropdown .dropdown .btn-primary{padding:3px 6px!important;border:1px solid #dfe3e7;background:white}.dot-dropdown .dropdown .btn-primary i{color:black}.dot-dropdown .dropdown .dropdown-toggle:after{display:none!important}.tab_action{background:rgb(153 153 153/22%);padding:6px 4px;border-radius:3px;width:max-content;display:flex}.tab_action a.active{color:#2a539e;background:#ffffff}.tab_action a{font-family:Roboto;font-size:13px;font-style:normal;font-weight:600;line-height:22px;padding:6px 12px;align-items:center;gap:6px;color:rgb(0 0 0/38%)}.card-item-tag span{font-weight:500;border-radius:4px;background-color:#f5f5f5;color:#757575;margin-right:5px;margin-bottom:5px;padding:3px 8px;font-size:12px}.card-item-tag{display:flex;flex-wrap:wrap}.item-nav.active{background:#0000000f}.order_hotel{margin-top:1rem}.dot-dropdown .btn-primary{background:white!important}.dot-dropdown .dropdown-menu:before{left:9.2rem!important}.toggle{display:inline-flex;align-items:center}.toggle-checkbox{display:none}.toggle-switch{width:40px;height:20px;background-color:#ccc;border-radius:20px;position:relative;transition:background-color .3s}.toggle-switch:before{content:"";position:absolute;width:18px;height:18px;background-color:white;border-radius:50%;top:1px;left:1px;transition:transform .3s}.toggle-switch.active{background-color:#5a8dee}.toggle-switch.active:before{transform:translateX(20px)}.tr-price-dac-biet td{padding:8px 25px!important}.form-control:disabled{border:1px solid #dfe3e7!important}.img-review{display:inline-block;object-fit:cover;width:100px;aspect-ratio:1;border-radius:8px}.car_schedule_list{position:relative}.car_schedule_list li{list-style:url(https://vigomanager.com/app-assets/mobile/icoin-phuong/Rectangle.png)}.car_schedule_list:before{content:"";position:absolute;top:20px;bottom:0;left:18px;width:3.5px;background-color:#0000000f;height:52px}.upload-box-car{width:100px;height:100px;border:2px dashed #ddd;display:flex;justify-content:center;align-items:center;cursor:pointer}.license{padding:8px;background:bisque;border-radius:5px;margin-right:5px}.status_active{background:rgba(246,255,237,1);border:1px solid rgba(183,235,143,1);border-radius:5px;color:rgba(82,196,26,1)}.status_active,.status_block{padding:5px 10px;font-size:13px;font-weight:400;text-align:center;width:fit-content}.status_block{background:rgb(255 215 210);border:1px solid rgb(255 185 166);border-radius:5px;color:rgb(223 74 74)}a.car_list{border-radius:8px 0 0 8px;border:1px solid #9e9e9e}a.car_calendar,a.car_list{height:40px;width:max-content;justify-content:center;display:flex;color:#2a539e}a.car_calendar{border-radius:0 8px 8px 0;border:1px solid #9e9e9e}a.car_calendar.active,a.car_list.active{background:#2a539e;color:#ffffff}.custom-file-label{height:unset!important}.order_nav .item-nav.active{background:#5a8dee;color:white;border-radius:.267rem}.fight_mot_chieu .css-b62m3t-container{width:100%!important}.item_type_3{border-bottom:1px solid #ccc;padding:10px 0}.item_type_3:last-child{border-bottom:none}.nav_settigns_salary>a.active{background:rgba(229,244,253,1)!important;color:rgba(42,83,158,1)!important;border-right:3px solid rgba(42,83,158,1)!important}.nav_settigns_salary>a{font-weight:600;padding:10px;color:#475f7b}.text_blue{color:#2a539e}.ant-menu-title-content span{display:flex!important;justify-content:space-between!important;gap:.5rem!important}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.sidebar-overlay{display:none}@media (max-width:768px){.sidebar-overlay.active{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.45);z-index:89}}.widget-timeline{list-style:none;padding-left:3rem;margin-bottom:0}.widget-timeline li{padding:1.1rem 0;list-style:none;position:relative}.widget-timeline li.timeline-items:before{position:absolute;content:"";left:-37px;top:17px;border:3px solid #fff;box-shadow:1px 2px 6px 0 rgba(25,42,70,.3);border-radius:50%;background:#5A8DEE;height:13px;width:13px;z-index:2}.widget-timeline li.timeline-items.active:not(:last-child):after{position:absolute;content:"";width:1px;background:#DFE3E7;left:-31px;top:22px;height:100%;z-index:1}.widget-timeline li.timeline-items .timeline-content{padding:.5rem 1rem;background-color:transparent!important;border-radius:.267rem;display:flex;align-items:center}.widget-timeline li .timeline-time{float:right;color:#828D99;font-size:.9rem}.widget-timeline li .timeline-title{margin-bottom:.25rem}.widget-timeline li .timeline-text{margin-bottom:.5rem}.widget-timeline li.timeline-items.timeline-icon-white:before{background:#fff!important}.widget-timeline li.timeline-items.timeline-icon-black:before{background:#000!important}.widget-timeline li.timeline-items.timeline-icon-dark:before{background:#394c62!important}.widget-timeline li.timeline-items.timeline-icon-light:before{background:#a3afbd!important}.widget-timeline li.timeline-items.timeline-icon-primary:before{background:#5a8dee!important}.widget-timeline li.timeline-items.timeline-icon-secondary:before{background:#475f7b!important}.widget-timeline li.timeline-items.timeline-icon-success:before{background:#39da8a!important}.widget-timeline li.timeline-items.timeline-icon-info:before{background:#00cfdd!important}.widget-timeline li.timeline-items.timeline-icon-warning:before{background:#fdac41!important}.widget-timeline li.timeline-items.timeline-icon-danger:before{background:#ff5b5c!important}.chat-ai-floating{background:transparent!important;border:none!important;box-shadow:none!important}.chat-ai-floating.chatbox-trigger{position:fixed!important;right:20px!important;left:auto!important;bottom:20px!important;top:auto!important;z-index:99999!important;margin:0!important;padding:0!important;transform:none!important}.chat-ai-floating__button{width:60px;height:60px;padding:0;border:none!important;outline:none!important;background:transparent!important;box-shadow:none!important;border-radius:50%!important;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;margin:0!important}.chat-ai-floating__button img{width:56px;height:56px;display:block;border-radius:50%!important;object-fit:cover;border:none!important;box-shadow:none!important}.chatbox-panel{position:fixed!important;right:20px!important;left:auto!important;bottom:90px!important;top:auto!important;max-height:calc(100vh - 120px)!important;z-index:99999!important}@media (max-width:768px){.chat-ai-floating.chatbox-trigger{right:16px!important;bottom:16px!important}.chatbox-panel{right:16px!important;bottom:84px!important;max-width:calc(100vw - 32px)!important}}.ant-layout-sider-children::-webkit-scrollbar,.ant-layout-sider::-webkit-scrollbar,.ant-menu::-webkit-scrollbar,::-webkit-scrollbar,aside::-webkit-scrollbar,body::-webkit-scrollbar,div::-webkit-scrollbar,html::-webkit-scrollbar,main::-webkit-scrollbar,nav::-webkit-scrollbar,section::-webkit-scrollbar,ul::-webkit-scrollbar{background:transparent!important}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background:transparent!important}.siders{transition:width .2s ease,min-width .2s ease,max-width .2s ease;height:100%!important}.siders:not(.ant-layout-sider-collapsed){width:255px!important;min-width:255px!important;max-width:255px!important;flex:0 0 255px!important}.siders.ant-layout-sider-collapsed{width:80px!important;min-width:80px!important;max-width:80px!important;flex:0 0 80px!important}.siders .ant-layout-sider-children{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important;overflow:hidden!important}.siders .sider-menu-scroll{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) rgba(0,0,0,0)}.siders .sider-menu-scroll::-webkit-scrollbar{width:4px!important;display:block!important}.siders .sider-menu-scroll::-webkit-scrollbar-track{background:rgba(0,0,0,0)!important}.siders .sider-menu-scroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15)!important;border-radius:4px!important}.siders .sider-menu-scroll::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)!important}.siders>.ant-layout-sider-children>.ant-config-provider,.siders>.ant-layout-sider-children>.ant-menu{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important}.siders .demo-logo-vertical{display:flex;align-items:center;justify-content:center;padding:10px 8px;text-align:center;overflow:hidden;flex-shrink:0!important}.siders .demo-logo-vertical img{height:auto;max-height:120px;max-width:100%;object-fit:contain}.siders .ant-menu-root{padding-bottom:60px!important}.siders .ant-menu-root:not(.ant-menu-inline-collapsed)>.ant-menu-item,.siders .ant-menu-root:not(.ant-menu-inline-collapsed)>.ant-menu-submenu>.ant-menu-submenu-title{padding-left:12px!important;padding-right:12px!important;font-size:13.5px;font-weight:650;margin:2px 6px;border-radius:10px;transition:all .2s ease}.siders .ant-menu-root:not(.ant-menu-inline-collapsed)>.ant-menu-item .ant-menu-title-content,.siders .ant-menu-root:not(.ant-menu-inline-collapsed)>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-title-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;width:100%}.siders .ant-menu-root:not(.ant-menu-inline-collapsed) .ant-menu-submenu-inline>.ant-menu-submenu-title{padding-right:28px!important}.siders .ant-menu-inline-collapsed,.siders.ant-layout-sider-collapsed .ant-menu-root{width:80px!important}.siders .ant-menu-inline-collapsed>.ant-menu-item,.siders .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-item,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-submenu>.ant-menu-submenu-title{width:44px!important;height:44px!important;line-height:44px!important;margin:4px auto!important;padding:0!important;padding-inline:0!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;border-radius:10px!important;position:relative!important;transition:all .2s ease!important}.siders .ant-menu-inline-collapsed>.ant-menu-item .ant-menu-item-icon,.siders .ant-menu-inline-collapsed>.ant-menu-item .anticon,.siders .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon,.siders .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-item .ant-menu-item-icon,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-item .anticon,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-submenu>.ant-menu-submenu-title .anticon{margin:0!important;padding:0!important;font-size:19px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:unset!important;transition:transform .2s ease!important}.siders .ant-menu-inline-collapsed>.ant-menu-item:hover .ant-menu-item-icon,.siders .ant-menu-inline-collapsed>.ant-menu-item:hover .anticon,.siders .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title:hover .ant-menu-item-icon,.siders .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title:hover .anticon,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-item:hover .ant-menu-item-icon,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-item:hover .anticon,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-submenu>.ant-menu-submenu-title:hover .ant-menu-item-icon,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-submenu>.ant-menu-submenu-title:hover .anticon{transform:scale(1.08)}.siders .ant-menu-inline-collapsed>.ant-menu-item .ant-menu-title-content,.siders .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-title-content,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-item .ant-menu-title-content,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-title-content{display:none!important;width:0!important;max-width:0!important;opacity:0!important;overflow:hidden!important;pointer-events:none!important}.siders .ant-menu-inline-collapsed>.ant-menu-item .no-style-link,.siders .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .no-style-link,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-item .no-style-link,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-submenu>.ant-menu-submenu-title .no-style-link{position:absolute!important;inset:0!important;z-index:1!important;display:block!important;width:100%!important;height:100%!important;font-size:0!important;opacity:0!important}.siders .ant-menu-inline-collapsed>.ant-menu-item .ant-menu-submenu-arrow,.siders .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-item .ant-menu-submenu-arrow,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow{display:none!important;opacity:0!important;width:0!important}.siders .ant-menu-inline-collapsed>.ant-menu-item-divider,.siders.ant-layout-sider-collapsed .ant-menu-root>.ant-menu-item-divider{width:44px!important;min-width:44px!important;margin:8px auto!important;border-color:rgba(0,0,0,.06)!important}.siders .ant-menu-item-group-title{font-size:11px!important;font-weight:800!important;color:#9a8c82!important;letter-spacing:.5px!important;text-transform:uppercase!important;padding:10px 14px 4px!important}.siders .ant-menu-sub.ant-menu-inline{border-left:2px solid rgba(0,0,0,.08)!important;margin:3px 6px 5px 18px!important;padding:3px 2px 3px 4px!important;border-radius:0 8px 8px 0!important}.siders .ant-menu-sub.ant-menu-inline .ant-menu-item{height:36px!important;line-height:36px!important;margin:2px 0!important;padding-left:10px!important;padding-right:8px!important;font-size:13px!important;font-weight:500!important;border-radius:8px!important;display:flex!important;align-items:center!important;transition:all .2s ease!important}.siders .ant-menu-sub.ant-menu-inline .ant-menu-item .ant-menu-title-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;width:100%}.siders .ant-menu-sub.ant-menu-inline .ant-menu-item .no-style-link{display:flex;align-items:center;width:100%;color:inherit}.restaurant-sider .ant-menu-inline-collapsed .ant-menu-item-selected,.restaurant-sider .ant-menu-inline-collapsed .ant-menu-submenu-selected>.ant-menu-submenu-title,.restaurant-sider.ant-layout-sider-collapsed .ant-menu-root .ant-menu-item-selected,.restaurant-sider.ant-layout-sider-collapsed .ant-menu-root .ant-menu-submenu-selected>.ant-menu-submenu-title{background:linear-gradient(90deg,#FFE8D6,#FFF5EB)!important;color:#c2410c!important;border:1px solid #fdba74!important;box-shadow:0 2px 8px rgba(249,115,22,.15)!important}.restaurant-sider .ant-menu-inline-collapsed .ant-menu-item-selected .anticon,.restaurant-sider .ant-menu-inline-collapsed .ant-menu-submenu-selected>.ant-menu-submenu-title .anticon,.restaurant-sider.ant-layout-sider-collapsed .ant-menu-root .ant-menu-item-selected .anticon,.restaurant-sider.ant-layout-sider-collapsed .ant-menu-root .ant-menu-submenu-selected>.ant-menu-submenu-title .anticon{color:#ea580c!important}.restaurant-sider .ant-menu-inline-collapsed .ant-menu-item:hover,.restaurant-sider .ant-menu-inline-collapsed .ant-menu-submenu-title:hover,.restaurant-sider.ant-layout-sider-collapsed .ant-menu-root .ant-menu-item:hover,.restaurant-sider.ant-layout-sider-collapsed .ant-menu-root .ant-menu-submenu-title:hover{background:#ffefe3!important;color:#ea580c!important}.restaurant-sider .ant-menu-inline-collapsed .ant-menu-item:hover .anticon,.restaurant-sider .ant-menu-inline-collapsed .ant-menu-submenu-title:hover .anticon,.restaurant-sider.ant-layout-sider-collapsed .ant-menu-root .ant-menu-item:hover .anticon,.restaurant-sider.ant-layout-sider-collapsed .ant-menu-root .ant-menu-submenu-title:hover .anticon{color:#ea580c!important}.restaurant-sider .ant-menu-root>.ant-menu-submenu.ant-menu-submenu-open>.ant-menu-submenu-title{color:#c2410c!important;background-color:rgba(249,115,22,.08)!important;font-weight:700!important}.restaurant-sider .ant-menu-root>.ant-menu-submenu.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow,.restaurant-sider .ant-menu-root>.ant-menu-submenu.ant-menu-submenu-open>.ant-menu-submenu-title .anticon{color:#f97316!important}.restaurant-sider .ant-menu-sub.ant-menu-inline{background-color:rgba(243,235,225,.5)!important;border-left:2px solid #e6d7c8!important}.restaurant-sider .ant-menu-sub.ant-menu-inline .ant-menu-item{color:#5c5047!important}.restaurant-sider .ant-menu-sub.ant-menu-inline .ant-menu-item:hover{background-color:#ffefe3!important;color:#ea580c!important;padding-left:13px!important;font-weight:600!important}.restaurant-sider .ant-menu-sub.ant-menu-inline .ant-menu-item.ant-menu-item-selected{background:linear-gradient(90deg,#FFE8D6,#FFF5EB)!important;color:#c2410c!important;font-weight:700!important;box-shadow:0 2px 6px rgba(249,115,22,.08)!important;border-left:3px solid #f97316!important;padding-left:9px!important}.restaurant-sider .ant-menu-sub.ant-menu-inline .ant-menu-item.ant-menu-item-selected .anticon{color:#f97316!important}.restaurant-sider .ant-menu-sub.ant-menu-inline .ant-menu-submenu-inline{margin:2px 0!important}.restaurant-sider .ant-menu-sub.ant-menu-inline .ant-menu-submenu-inline>.ant-menu-submenu-title{height:34px!important;line-height:34px!important;padding-left:8px!important;font-size:12.5px!important;font-weight:650!important;color:#786c66!important;border-radius:6px!important}.restaurant-sider .ant-menu-sub.ant-menu-inline .ant-menu-submenu-inline>.ant-menu-submenu-title:hover{background-color:#ffefe3!important;color:#ea580c!important}.restaurant-sider .ant-menu-sub.ant-menu-inline .ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu-submenu-title{color:#c2410c!important}.restaurant-sider .ant-menu-sub.ant-menu-inline .ant-menu-submenu-inline .ant-menu-sub.ant-menu-inline{margin:2px 0 4px 10px!important;border-left:1.5px dashed #dfcbb9!important;background-color:rgba(255,255,255,.6)!important;padding:2px 2px 2px 4px!important}.restaurant-sider .ant-menu-sub.ant-menu-inline .ant-menu-submenu-inline .ant-menu-sub.ant-menu-inline .ant-menu-item{height:32px!important;line-height:32px!important;font-size:12px!important;padding-left:8px!important}.ant-layout-sider:not(.ant-layout-sider-collapsed){width:255px!important;min-width:255px!important;max-width:255px!important;flex:0 0 255px!important}.ant-layout-sider-collapsed{width:80px!important;min-width:80px!important;max-width:80px!important;flex:0 0 80px!important}.no-style-link{text-decoration:none;color:inherit;display:inline-block;width:100%}:root{--hotel-primary:#1e40af;--hotel-primary-light:#3b82f6;--hotel-primary-dark:#1e3a8a;--hotel-bg-light:#f4f7fe;--hotel-bg-dark:#0f172a;--hotel-text-main:#1e293b;--hotel-text-muted:#64748b;--hotel-border-radius:16px;--hotel-box-shadow:0 4px 20px -2px rgba(0,0,0,0.05),0 0 3px 0 rgba(0,0,0,0.05)}body{background-color:var(--hotel-bg-light);color:var(--hotel-text-main);font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.hotel-modern-layout{display:flex;min-height:100vh;background:var(--hotel-bg-light)}.hotel-modern-layout .ant-layout{background:rgba(0,0,0,0)}.hotel-modern-layout .ant-layout-header{background:rgba(255,255,255,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:var(--hotel-box-shadow);border-bottom:1px solid rgba(226,232,240,.8);padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:76px;position:sticky;top:0;z-index:50}.hotel-modern-layout .ant-layout-content{margin:24px;overflow:hidden;min-height:calc(100vh - 124px)}.hotel-card,.hotel-modern-layout .ant-layout-content{padding:24px;background:#fff;border-radius:var(--hotel-border-radius);box-shadow:var(--hotel-box-shadow)}.hotel-card{transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(226,232,240,.6)}.hotel-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px -5px rgba(0,0,0,.08),0 8px 10px -6px rgba(0,0,0,.04);border-color:rgba(59,130,246,.3)}.ant-table-wrapper .ant-table{border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.02)}.ant-table-wrapper .ant-table-thead>tr>th{background:#f8fafc;color:var(--hotel-text-muted);font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:.5px;border-bottom:2px solid #e2e8f0}.ant-table-wrapper .ant-table-tbody>tr:hover>td{background:#f1f5f9}.hotel-modern-page{min-height:100%}.hotel-modern-shell{background:#fff;border-radius:var(--hotel-border-radius);box-shadow:var(--hotel-box-shadow);overflow:hidden;border:1px solid rgba(226,232,240,.6)}.hotel-modern-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid rgba(226,232,240,.8);background:linear-gradient(180deg,rgb(255,255,255),rgba(248,250,252,.5));gap:16px;flex-wrap:wrap}.hotel-modern-title{font-size:24px;font-weight:700;color:var(--hotel-text-main);margin:0;letter-spacing:-.5px;line-height:32px}.hotel-modern-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.hotel-modern-actions .ant-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 24px;border-radius:8px;font-weight:500;font-size:14px;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(0,0,0,.02)}.hotel-modern-actions .ant-btn .anticon{font-size:16px}.hotel-modern-actions .ant-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.hotel-modern-actions .ant-btn.ant-btn-primary{background:var(--hotel-primary);border-color:var(--hotel-primary);color:#fff;box-shadow:0 4px 12px rgba(30,64,175,.2)}.hotel-modern-actions .ant-btn.ant-btn-primary:not(:disabled):hover{background:var(--hotel-primary-light);border-color:var(--hotel-primary-light);box-shadow:0 6px 16px rgba(59,130,246,.3)}.hotel-modern-actions .ant-btn.ant-btn-primary:disabled,.hotel-modern-actions .ant-btn.ant-btn-primary[disabled]{background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8;box-shadow:none}.hotel-modern-toolbar{padding:24px 32px;background:#fff;border-bottom:1px solid rgba(226,232,240,.8)}.hk-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:14px;padding:20px 24px 4px}.hk-stat-card{position:relative;display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:14px;border:1.5px solid rgba(0,0,0,0);background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden;transition:transform .22s cubic-bezier(.4,0,.2,1),box-shadow .22s cubic-bezier(.4,0,.2,1)}.hk-stat-card:before{content:"";position:absolute;inset:0;opacity:.07;transition:opacity .22s}.hk-stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.hk-stat-card:hover:before{opacity:.13}.hk-stat-card .hk-stat-icon{flex-shrink:0;width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center}.hk-stat-card .hk-stat-icon svg{width:22px;height:22px}.hk-stat-card .hk-stat-body{display:flex;flex-direction:column;min-width:0}.hk-stat-card .hk-stat-label{font-size:11.5px;font-weight:600;letter-spacing:.2px;line-height:1.3;white-space:normal;opacity:.72}.hk-stat-card .hk-stat-value{font-size:26px;font-weight:800;line-height:1.15;letter-spacing:-1px}.hk-stat-card .hk-stat-sub{font-size:11px;opacity:.55;font-weight:500;margin-top:1px}.hk-stat-card.hk-stat--green{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#86efac}.hk-stat-card.hk-stat--green .hk-stat-icon{background:rgba(34,197,94,.1254901961);color:#16a34a}.hk-stat-card.hk-stat--green .hk-stat-label,.hk-stat-card.hk-stat--green .hk-stat-value{color:#15803d}.hk-stat-card.hk-stat--orange{background:linear-gradient(135deg,#fff7ed,#ffedd5);border-color:#fdba74}.hk-stat-card.hk-stat--orange .hk-stat-icon{background:rgba(249,115,22,.1254901961);color:#ea580c}.hk-stat-card.hk-stat--orange .hk-stat-label,.hk-stat-card.hk-stat--orange .hk-stat-value{color:#c2410c}.hk-stat-card.hk-stat--red{background:linear-gradient(135deg,#fff1f2,#ffe4e6);border-color:#fca5a5}.hk-stat-card.hk-stat--red .hk-stat-icon{background:rgba(239,68,68,.1254901961);color:#dc2626}.hk-stat-card.hk-stat--red .hk-stat-label,.hk-stat-card.hk-stat--red .hk-stat-value{color:#b91c1c}.hk-stat-card.hk-stat--blue{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#93c5fd}.hk-stat-card.hk-stat--blue .hk-stat-icon{background:rgba(59,130,246,.1254901961);color:#1d4ed8}.hk-stat-card.hk-stat--blue .hk-stat-label,.hk-stat-card.hk-stat--blue .hk-stat-value{color:#1e40af}.hk-stat-card.hk-stat--gray{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-color:#cbd5e1}.hk-stat-card.hk-stat--gray .hk-stat-icon{background:rgba(100,116,139,.1254901961);color:#475569}.hk-stat-card.hk-stat--gray .hk-stat-label{color:#475569}.hk-stat-card.hk-stat--gray .hk-stat-value{color:#334155}.hk-stat-card.hk-stat--teal{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);border-color:#5eead4}.hk-stat-card.hk-stat--teal .hk-stat-icon{background:rgba(20,184,166,.1254901961);color:#0d9488}.hk-stat-card.hk-stat--teal .hk-stat-label,.hk-stat-card.hk-stat--teal .hk-stat-value{color:#0f766e}.hk-stat-card.hk-stat--purple{background:linear-gradient(135deg,#faf5ff,#ede9fe);border-color:#c4b5fd}.hk-stat-card.hk-stat--purple .hk-stat-icon{background:rgba(139,92,246,.1254901961);color:#7c3aed}.hk-stat-card.hk-stat--purple .hk-stat-label,.hk-stat-card.hk-stat--purple .hk-stat-value{color:#6d28d9}.hk-stat-card.hk-stat--highlight{border-width:2px;border-color:#3b82f6;box-shadow:0 0 0 0 rgba(59,130,246,.35),0 4px 16px rgba(59,130,246,.15);animation:hkPulse 2.4s ease-in-out infinite}@keyframes hkPulse{0%,to{box-shadow:0 0 0 0 rgba(59,130,246,.35),0 4px 16px rgba(59,130,246,.15)}50%{box-shadow:0 0 0 7px rgba(59,130,246,0),0 6px 20px rgba(59,130,246,.22)}}.hotel-modern-filter{display:flex;gap:16px;flex-wrap:wrap;align-items:flex-end}.hotel-modern-filter .ant-btn,.hotel-modern-filter .ant-input-affix-wrapper,.hotel-modern-filter .ant-picker,.hotel-modern-filter .ant-select-selector{height:40px!important;border-radius:8px!important}.hotel-modern-filter div>.ant-input:not(.ant-input-affix-wrapper .ant-input),.hotel-modern-filter>.ant-input{height:40px!important;border-radius:8px!important;border:1px solid #cbd5e1!important;padding:0 14px!important;background:#fff!important;box-shadow:none!important;outline:none!important}.hotel-modern-filter .ant-input-affix-wrapper{padding:0 12px!important;display:inline-flex!important;align-items:center!important;border:1px solid #cbd5e1!important;background:#fff!important;box-shadow:none!important;outline:none!important}.hotel-modern-filter .ant-input-affix-wrapper .ant-input,.hotel-modern-filter .ant-input-affix-wrapper input.ant-input{border:0!important;border-style:none!important;border-color:rgba(0,0,0,0)!important;box-shadow:none!important;outline:none!important;background:rgba(0,0,0,0)!important;border-radius:0!important;height:100%!important;margin:0!important;padding:0 4px!important;font-size:14px!important}.hotel-modern-filter .ant-input-affix-wrapper .ant-input-prefix{margin-right:8px!important;color:#94a3b8!important;display:flex!important;align-items:center!important;font-size:14px!important}.hotel-modern-filter .ant-input-affix-wrapper-focused,.hotel-modern-filter .ant-input-affix-wrapper:focus,.hotel-modern-filter .ant-input-affix-wrapper:hover{border-color:var(--hotel-primary-light)!important;box-shadow:0 0 0 2px rgba(59,130,246,.1)!important}.hotel-modern-filter .ant-select-selection-item,.hotel-modern-filter .ant-select-selection-placeholder{line-height:38px!important}.hotel-modern-filter .ant-select-selection-search-input{height:38px!important}.hotel-modern-filter .ant-picker{padding:0 14px!important;border:1px solid #cbd5e1!important;background:#fff!important;box-shadow:none!important}.hotel-modern-filter .ant-input:focus,.hotel-modern-filter .ant-input:hover,.hotel-modern-filter .ant-picker-focused,.hotel-modern-filter .ant-picker:hover,.hotel-modern-filter .ant-select-focused .ant-select-selector,.hotel-modern-filter .ant-select:hover .ant-select-selector{border-color:var(--hotel-primary-light)!important;box-shadow:0 0 0 2px rgba(59,130,246,.1)!important}.hotel-modern-filter .ant-btn{display:inline-flex;align-items:center;justify-content:center;padding:0 24px;font-weight:500}.ant-layout-sider-children::-webkit-scrollbar,.ant-layout-sider::-webkit-scrollbar,.ant-menu::-webkit-scrollbar,::-webkit-scrollbar,aside::-webkit-scrollbar,body::-webkit-scrollbar,div::-webkit-scrollbar,html::-webkit-scrollbar,main::-webkit-scrollbar,nav::-webkit-scrollbar,section::-webkit-scrollbar,ul::-webkit-scrollbar{width:0!important;height:0!important;display:none!important;background:rgba(0,0,0,0)!important}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background:rgba(0,0,0,0)!important;border:none!important}*,.ant-layout-sider,.ant-layout-sider-children,.ant-menu,.custom-sider,.menu-sidebar,.sidebar,.sidebar-content,.sidebar-wrapper,aside,body,div,html,nav,ul{-ms-overflow-style:none!important;scrollbar-width:none!important}.ps__rail-x,.ps__rail-y,.ps__thumb-x,.ps__thumb-y{display:none!important;opacity:0!important;visibility:hidden!important;width:0!important;height:0!important;pointer-events:none!important}