@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&display=swap";.admin-sidebar{grid-column:1;width:280px;height:calc(100vh - 64px);position:sticky;top:32px;align-self:start;overflow-y:auto;background:#feffff;border-radius:16px;border:1px solid #F4F0E7;padding:16px;display:flex;flex-direction:column;align-items:center;gap:24px;flex-shrink:0;box-shadow:0 10px 20px #00000014;font-family:Nunito,sans-serif;transition:width .3s ease,padding .3s ease}.admin-sidebar.collapsed{width:80px;padding:16px 0 24px;align-items:center;gap:24px;overflow:visible;z-index:998}@media(max-width:768px){.admin-sidebar.collapsed{width:280px;padding:24px 16px;align-items:flex-start}.admin-sidebar.collapsed .sidebar-header{justify-content:space-between;padding:0 16px}.admin-sidebar.collapsed .sidebar-header .logo-container{display:flex}.admin-sidebar.collapsed .sidebar-menu{padding:0 16px}.admin-sidebar.collapsed .sidebar-menu .menu-item{width:100%;padding:8px 12px}.admin-sidebar.collapsed .sidebar-menu .menu-item .menu-label,.admin-sidebar.collapsed .sidebar-menu .menu-item .expand-arrow{display:block}.admin-sidebar.collapsed .sidebar-menu .submenu{display:flex}.admin-sidebar.collapsed .sidebar-footer{padding:0 16px}.admin-sidebar.collapsed .sidebar-footer .user-profile{width:100%;padding:10px 16px}.admin-sidebar.collapsed .sidebar-footer .user-profile .user-info,.admin-sidebar.collapsed .sidebar-footer .user-profile .logout-icon{display:flex}}@media(max-width:480px){.admin-sidebar.collapsed{width:100%;padding:12px 16px}}.admin-sidebar .sidebar-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;height:80px;padding:0 12px}.admin-sidebar .sidebar-header .logo-container{flex:1;display:flex;align-items:center}.admin-sidebar .sidebar-header .logo-container .logo-image{width:105px;height:80px;object-fit:contain}.admin-sidebar .sidebar-header .toggle-button{background:transparent;border:none;cursor:pointer;color:#2d1d04;padding:12px;border-radius:12px;transition:all .3s;display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0}.admin-sidebar .sidebar-header .toggle-button svg{width:24px;height:24px;display:block}.admin-sidebar .sidebar-header .toggle-button img{width:24px;height:24px}.admin-sidebar .sidebar-header .toggle-button:hover{background:#f4f0e780}@media(max-width:768px){.admin-sidebar .sidebar-header .toggle-button{display:none}}.admin-sidebar.collapsed .sidebar-header{justify-content:center;padding:0;height:48px;align-items:center}.admin-sidebar.collapsed .sidebar-header .logo-container{display:none}.admin-sidebar .sidebar-menu{flex:1;display:flex;flex-direction:column;gap:4px;width:100%;padding:0 16px;overflow-y:auto;min-height:0}.admin-sidebar .sidebar-menu::-webkit-scrollbar{width:4px}.admin-sidebar .sidebar-menu::-webkit-scrollbar-track{background:transparent}.admin-sidebar .sidebar-menu::-webkit-scrollbar-thumb{background:#e8e2da;border-radius:4px}.admin-sidebar .sidebar-menu .menu-item-wrapper{display:flex;flex-direction:column;width:100%}.admin-sidebar .sidebar-menu .menu-item-wrapper.has-submenu-expanded .menu-item{padding:8px 12px;gap:12px;background:#f4f0e7;border-radius:8px}.admin-sidebar .sidebar-menu .menu-item-wrapper.has-submenu-expanded .menu-item .menu-label{font-size:16px;line-height:24px;text-align:left}.admin-sidebar .sidebar-menu .menu-item{display:flex;flex-direction:row;align-items:center;padding:8px 12px;gap:12px;border-radius:8px;cursor:pointer;transition:all .3s;color:#2d1d04;font-size:16px;font-weight:500;line-height:24px;height:auto;min-height:48px;width:100%;position:relative}.admin-sidebar .sidebar-menu .menu-item .menu-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#2d1d04}.admin-sidebar .sidebar-menu .menu-item .menu-icon>*{color:#2d1d04}.admin-sidebar .sidebar-menu .menu-item .menu-icon svg{width:20px;height:20px;display:block;color:#2d1d04;stroke:currentColor;stroke-width:1.5px}.admin-sidebar .sidebar-menu .menu-item .menu-icon img{width:20px;height:20px;object-fit:contain}.admin-sidebar .sidebar-menu .menu-item .menu-label{flex:1;font-family:Nunito,sans-serif;font-weight:500;font-size:16px;line-height:24px;text-align:left}.admin-sidebar .sidebar-menu .menu-item .expand-arrow{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:20px;transition:transform .3s;color:#2d1d04;transform:rotate(0)}.admin-sidebar .sidebar-menu .menu-item .expand-arrow.expanded{transform:rotate(90deg)}.admin-sidebar .sidebar-menu .menu-item:hover{background:#f4f0e780}.admin-sidebar .sidebar-menu .menu-item.active{background:#f4f0e7;color:#2d1d04;font-weight:500}.admin-sidebar .sidebar-menu .menu-item.expanded{background:#f4f0e7}.admin-sidebar .sidebar-menu .submenu{display:flex;flex-direction:column;align-items:flex-start;padding:0 0 0 12px;gap:10px;margin-top:12px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.admin-sidebar .sidebar-menu .submenu .submenu-wrapper{display:flex;flex-direction:column;align-items:flex-start;padding:0 0 0 12px;gap:12px;width:100%;border-left:1px solid #C3A593}.admin-sidebar .sidebar-menu .submenu .submenu-item{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:6px 12px;gap:12px;width:100%;min-height:32px;border-radius:4px;cursor:pointer;transition:all .3s;color:#2d1d04;font-size:16px;font-weight:400;line-height:24px;font-family:Nunito,sans-serif}.admin-sidebar .sidebar-menu .submenu .submenu-item .submenu-label{flex:1;text-align:left}.admin-sidebar .sidebar-menu .submenu .submenu-item:hover{background:#c3a59333;color:#2d1d04}.admin-sidebar .sidebar-menu .submenu .submenu-item.active{background:#c3a5934d;color:#2d1d04;font-weight:400}.admin-sidebar.collapsed .sidebar-menu{padding:0;align-items:center;overflow:visible}.admin-sidebar.collapsed .sidebar-menu .menu-item-wrapper{align-items:center}.admin-sidebar.collapsed .sidebar-menu .menu-item{width:48px;height:48px;padding:0;justify-content:center;border-radius:8px}.admin-sidebar.collapsed .sidebar-menu .menu-item .menu-label,.admin-sidebar.collapsed .sidebar-menu .menu-item .expand-arrow,.admin-sidebar.collapsed .sidebar-menu .submenu{display:none}.admin-sidebar.collapsed .sidebar-menu .menu-item-wrapper{position:relative}.admin-sidebar.collapsed .sidebar-menu .menu-item-wrapper:hover .submenu-flyout,.admin-sidebar.collapsed .sidebar-menu .menu-item-wrapper .submenu-flyout.show{display:flex}.admin-sidebar.collapsed .sidebar-menu .submenu-flyout{display:none;flex-direction:column;position:absolute;left:calc(100% + 12px);top:-8px;background:#feffff;border:1px solid #E8E2DA;border-radius:16px;box-shadow:0 12px 32px #2d1d0426;padding:8px;min-width:220px;z-index:2100;gap:4px;animation:flyoutFadeIn .2s ease-out}@keyframes flyoutFadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.admin-sidebar.collapsed .sidebar-menu .submenu-flyout .submenu-flyout-title{font-family:Nunito,sans-serif;font-size:14px;font-weight:600;color:#825826;padding:10px 16px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #F4F0E7;margin-bottom:6px}.admin-sidebar.collapsed .sidebar-menu .submenu-flyout .submenu-flyout-item{font-family:Nunito,sans-serif;font-size:15px;font-weight:400;color:#2d1d04;padding:10px 16px;border-radius:10px;cursor:pointer;transition:all .2s;text-decoration:none;white-space:nowrap}.admin-sidebar.collapsed .sidebar-menu .submenu-flyout .submenu-flyout-item:hover{background:#f4f0e7;color:#825826}.admin-sidebar.collapsed .sidebar-menu .submenu-flyout .submenu-flyout-item.active{background:#825826;color:#feffff;font-weight:500}.admin-sidebar .user-profile{display:flex;align-items:center;gap:12px;padding:8px;background:#f4f0e7;border-radius:8px;transition:all .3s;position:relative;width:100%;height:44px;margin-top:auto}.admin-sidebar .user-profile .user-avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%}.admin-sidebar .user-profile .user-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.admin-sidebar .user-profile .user-info .user-name{font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:#2d1d04;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-sidebar .user-profile .user-info .user-role{font-family:Nunito,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#727270}.admin-sidebar .user-profile .logout-icon{flex-shrink:0;background:transparent;border:none;cursor:pointer;color:#2d1d04;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .3s}.admin-sidebar .user-profile .logout-icon svg{width:24px;height:24px;display:block}.admin-sidebar .user-profile .logout-icon img{width:24px;height:24px;object-fit:contain}.admin-sidebar .user-profile .logout-icon:hover{opacity:.7}.admin-sidebar.collapsed .user-profile{width:48px;height:48px;padding:0;justify-content:center;border-radius:12px}.admin-sidebar.collapsed .user-profile .user-info{display:none}.admin-sidebar.collapsed .user-profile .logout-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:12px}.admin-sidebar.collapsed .user-profile .logout-icon:hover{background:#f4f0e780}@media(max-width:1200px){.admin-sidebar{position:fixed;top:0;left:-100%;height:100dvh;padding-bottom:calc(24px + env(safe-area-inset-bottom));width:280px;z-index:998;border-radius:0 24px 24px 0;transition:left .4s cubic-bezier(.4,0,.2,1);box-shadow:10px 0 30px #00000026}.admin-sidebar.mobile-open{left:0}.admin-sidebar.collapsed{z-index:998}.admin-sidebar .sidebar-header{height:70px;padding:0 20px;border-bottom:1px solid #F4F0E7;margin-bottom:10px}.admin-sidebar .sidebar-header .logo-container .logo-image{width:90px;height:70px}.admin-sidebar .sidebar-header .toggle-button{display:none}.admin-sidebar .sidebar-menu{padding:0 12px;gap:8px}.admin-sidebar .sidebar-menu .menu-item{font-size:16px;padding:8px 12px;min-height:44px}.admin-sidebar .sidebar-menu .menu-item .menu-label{font-size:16px;display:block}.admin-sidebar .sidebar-menu .menu-item .expand-arrow{display:flex}.admin-sidebar .sidebar-menu .submenu{padding-left:36px;display:flex}.admin-sidebar .sidebar-menu .submenu .submenu-item{font-size:15px;padding:8px 12px}.admin-sidebar .user-profile{margin:16px 12px 24px;width:calc(100% - 24px)}.admin-sidebar .user-profile .user-info,.admin-sidebar .user-profile .logout-icon{display:flex}.admin-sidebar .submenu-flyout{display:none!important}}.sidebar-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#2d1d044d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:997;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.admin-dashboard-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;flex:1;gap:24px;padding:24px;box-sizing:border-box}.admin-dashboard-welcome .welcome-logo{max-width:200px;height:auto;transition:max-width .3s}.admin-dashboard-welcome .welcome-text{font-family:Nunito,sans-serif;font-size:28px;font-weight:500;color:#2d1d04;margin:0;text-align:center;transition:font-size .3s}@media(max-width:768px){.admin-dashboard-welcome{gap:20px;padding:16px}.admin-dashboard-welcome .welcome-logo{max-width:160px}.admin-dashboard-welcome .welcome-text{font-size:22px;line-height:1.4}}@media(max-width:480px){.admin-dashboard-welcome{gap:16px}.admin-dashboard-welcome .welcome-logo{max-width:120px}.admin-dashboard-welcome .welcome-text{font-size:18px}}.new-customer-modal{z-index:2000!important}.new-customer-modal .ant-modal{padding-bottom:0;z-index:2000!important}.new-customer-modal .ant-modal-wrap{z-index:2000!important}.new-customer-modal .ant-modal-content{padding:0!important;border-radius:16px!important;overflow:hidden!important;background:#feffff!important;box-shadow:0 10px 40px #00000026!important;z-index:2000!important;position:relative}.new-customer-modal .ant-modal-body{padding:0!important;overflow:visible;border-radius:0 0 16px 16px}.new-customer-modal .ant-modal-header{border-radius:16px 16px 0 0!important;overflow:hidden;padding:0!important;border:none!important}.new-customer-modal .ant-modal-close{border-radius:0 16px 0 0}.new-customer-modal-mask{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);background:#0000003d!important;z-index:1999!important}.new-customer-modal-content{background:#feffff;font-family:Nunito,sans-serif;border-radius:16px;overflow:hidden}.new-customer-modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #F4F0E7;border-radius:16px 16px 0 0}.new-customer-modal-content .modal-header .modal-title{font-size:18px;font-weight:600;color:#2d1d04;margin:0;font-family:Nunito,sans-serif}.new-customer-modal-content .modal-header .close-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#727270;transition:all .3s}.new-customer-modal-content .modal-header .close-button:hover{background:#f4f0e780;color:#2d1d04}.new-customer-modal-content .modal-header .close-button .anticon{font-size:18px}.new-customer-modal-content .new-customer-form{padding:32px 24px;min-height:60vh;max-height:calc(100vh - 180px);overflow-y:auto}.new-customer-modal-content .new-customer-form .form-fields-container{display:flex;flex-direction:column;gap:24px}.new-customer-modal-content .new-customer-form .form-section{margin-bottom:0;padding-bottom:24px;border-bottom:1px solid #CAC5BF}.new-customer-modal-content .new-customer-form .form-section:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:none}.new-customer-modal-content .new-customer-form .form-section .section-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:28px;color:#2d1d04;margin:20px 0}.new-customer-modal-content .new-customer-form .form-section .first-section-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:28px;color:#2d1d04;margin:0 0 20px}.new-customer-modal-content .new-customer-form .profile-picture-section{display:flex;align-items:center;gap:24px;margin-bottom:24px;padding-bottom:0;border-bottom:none}.new-customer-modal-content .new-customer-form .profile-picture-section .profile-avatar{width:80px!important;height:80px!important;border-radius:50%!important;border:1px solid #825826!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fffaf5!important;flex-shrink:0}.new-customer-modal-content .new-customer-form .profile-picture-section .profile-avatar .anticon{font-size:32px;color:#825826}.new-customer-modal-content .new-customer-form .profile-picture-section .avatar-actions{display:flex;gap:12px;flex:1}.new-customer-modal-content .new-customer-form .profile-picture-section .avatar-actions .delete-avatar-btn{height:40px;padding:8px 24px;border-radius:1000px;background:transparent;border:1px solid #BABABA;color:#bababa;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;transition:all .3s}.new-customer-modal-content .new-customer-form .profile-picture-section .avatar-actions .delete-avatar-btn:hover{border-color:#825826;color:#825826}.new-customer-modal-content .new-customer-form .profile-picture-section .avatar-actions .upload-avatar-btn{height:40px;padding:8px 24px;border-radius:1000px;background:#825826;border:none;color:#feffff;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;transition:all .3s}.new-customer-modal-content .new-customer-form .profile-picture-section .avatar-actions .upload-avatar-btn:hover{background:#6b4820}.new-customer-modal-content .new-customer-form .ant-form-item{margin-bottom:0!important;margin-top:0!important}.new-customer-modal-content .new-customer-form .ant-form-item .ant-form-item-label{padding-bottom:8px;height:auto;margin-bottom:0}.new-customer-modal-content .new-customer-form .ant-form-item .ant-form-item-label label{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;color:#242424;line-height:20px;height:20px;display:flex;align-items:center;margin-bottom:0}.new-customer-modal-content .new-customer-form .ant-form-item .ant-form-item-control{margin:0}.new-customer-modal-content .new-customer-form .ant-form-item .ant-form-item-control .ant-form-item-control-input{min-height:40px;margin:0}.new-customer-modal-content .new-customer-form .ant-form-item .ant-form-item-control .ant-form-item-control-input-content{margin:0}.new-customer-modal-content .new-customer-form .form-input{display:flex;height:40px;padding:0 16px;align-items:center;gap:8px;align-self:stretch;border-radius:12px;border:1px solid #BABABA;background:#feffff;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;color:#2d1d04;line-height:20px;transition:all .3s;margin:0!important}.new-customer-modal-content .new-customer-form .form-input:disabled{background:#f4f0e7;color:#727270;cursor:not-allowed}.new-customer-modal-content .new-customer-form .form-input:hover{border-color:#825826}.new-customer-modal-content .new-customer-form .form-input:focus,.new-customer-modal-content .new-customer-form .form-input.ant-input-focused,.new-customer-modal-content .new-customer-form .form-input.ant-picker-focused{border-color:#825826;box-shadow:0 0 0 2px #8258261a;outline:none}.new-customer-modal-content .new-customer-form .form-input::placeholder{color:#bababa;opacity:1;font-weight:400}.new-customer-modal-content .new-customer-form .ant-select{width:100%!important;box-shadow:none!important;outline:none!important;border:none!important;background:transparent!important;margin:0!important;padding:0!important;line-height:1!important;display:block!important;height:auto!important}.new-customer-modal-content .new-customer-form .ant-select:before,.new-customer-modal-content .new-customer-form .ant-select:after{display:none!important;content:none!important}.new-customer-modal-content .new-customer-form .ant-select.ant-select-outlined,.new-customer-modal-content .new-customer-form .ant-select.ant-select-in-form-item,.new-customer-modal-content .new-customer-form .ant-select.ant-select-single,.new-customer-modal-content .new-customer-form .ant-select.ant-select-show-arrow,.new-customer-modal-content .new-customer-form .ant-select.form-input{margin:0!important;padding:0!important;line-height:1!important;vertical-align:top!important;height:auto!important}.new-customer-modal-content .new-customer-form .ant-select .ant-select-selector{display:flex!important;height:40px!important;min-height:40px!important;padding:0 40px 0 16px!important;align-items:center!important;gap:8px!important;align-self:stretch!important;border-radius:12px!important;border:1px solid #BABABA!important;background:#feffff!important;position:relative!important;cursor:pointer!important;box-shadow:none!important;outline:none!important;margin:0!important;width:100%!important;box-sizing:border-box!important}.new-customer-modal-content .new-customer-form .ant-select .ant-select-selector:before,.new-customer-modal-content .new-customer-form .ant-select .ant-select-selector:after{display:none!important;content:none!important}.new-customer-modal-content .new-customer-form .ant-select .ant-select-selector:hover{border-color:#825826!important;box-shadow:none!important}.new-customer-modal-content .new-customer-form .ant-select .ant-select-selector .ant-select-selection-item{line-height:20px!important;font-family:Nunito,sans-serif;font-size:14px!important;font-weight:400!important;color:#2d1d04!important;display:flex!important;align-items:center!important;padding:0!important}.new-customer-modal-content .new-customer-form .ant-select .ant-select-selector .ant-select-selection-placeholder{line-height:20px!important;font-family:Nunito,sans-serif;font-size:14px!important;font-weight:400!important;color:#bababa!important;display:flex!important;align-items:center!important;padding:0!important}.new-customer-modal-content .new-customer-form .ant-select .ant-select-selector .ant-select-selection-search{display:flex!important;align-items:center!important}.new-customer-modal-content .new-customer-form .ant-select .ant-select-selector .ant-select-selection-search .ant-select-selection-search-input{height:20px!important;line-height:20px!important;font-family:Nunito,sans-serif;font-size:14px!important;font-weight:400!important;color:#2d1d04!important}.new-customer-modal-content .new-customer-form .ant-select .ant-select-arrow{position:absolute!important;top:50%!important;right:16px!important;transform:translateY(-50%)!important;margin-top:0!important;margin-right:0!important;width:16px!important;height:16px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;vertical-align:middle!important;pointer-events:none!important}.new-customer-modal-content .new-customer-form .ant-select .ant-select-arrow .anticon{display:inline-flex!important;align-items:center!important;justify-content:center!important;vertical-align:middle!important;font-size:12px!important;line-height:1!important;color:#727270!important;transition:transform .3s!important}.new-customer-modal-content .new-customer-form .ant-select.ant-select-open .ant-select-arrow .anticon{transform:rotate(180deg)!important}.new-customer-modal-content .new-customer-form .ant-select.ant-select-focused .ant-select-selector{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a!important;outline:none!important}.new-customer-modal-content .new-customer-form .ant-select:before,.new-customer-modal-content .new-customer-form .ant-select:after{display:none!important}.new-customer-modal-content .new-customer-form .ant-select .ant-select-selector:before,.new-customer-modal-content .new-customer-form .ant-select .ant-select-selector:after{display:none!important}.new-customer-modal-content .new-customer-form ::ng-deep .ant-select-dropdown,.new-customer-modal-content .new-customer-form :global(.ant-select-dropdown){z-index:3000!important;border-radius:12px!important;box-shadow:0 4px 12px #00000026!important;padding:8px!important;border:1px solid #BABABA!important}.new-customer-modal-content .new-customer-form ::ng-deep .ant-select-dropdown .ant-select-item,.new-customer-modal-content .new-customer-form :global(.ant-select-dropdown) .ant-select-item{font-family:Nunito,sans-serif;font-size:14px!important;font-weight:400!important;color:#2d1d04!important;padding:8px 12px!important;border-radius:8px!important;margin:2px 0!important;transition:all .2s!important;min-height:36px!important;line-height:20px!important;display:flex!important;align-items:center!important}.new-customer-modal-content .new-customer-form ::ng-deep .ant-select-dropdown .ant-select-item:hover,.new-customer-modal-content .new-customer-form :global(.ant-select-dropdown) .ant-select-item:hover{background:#8258261a!important}.new-customer-modal-content .new-customer-form ::ng-deep .ant-select-dropdown .ant-select-item.ant-select-item-option-selected,.new-customer-modal-content .new-customer-form :global(.ant-select-dropdown) .ant-select-item.ant-select-item-option-selected{background:#82582626!important;color:#825826!important;font-weight:500!important}.new-customer-modal-content .new-customer-form ::ng-deep .ant-select-dropdown .ant-select-item.ant-select-item-option-active,.new-customer-modal-content .new-customer-form :global(.ant-select-dropdown) .ant-select-item.ant-select-item-option-active{background:#8258261a!important}.new-customer-modal-content .new-customer-form ::ng-deep .ant-select-dropdown .ant-select-item-empty,.new-customer-modal-content .new-customer-form :global(.ant-select-dropdown) .ant-select-item-empty{font-family:Nunito,sans-serif;font-size:14px!important;color:#bababa!important;padding:8px 12px!important}.new-customer-modal-content .new-customer-form .ant-picker{display:flex!important;width:100%!important;height:40px!important;padding:0 16px!important;align-items:center!important;gap:8px!important;border-radius:12px!important;border:1px solid #BABABA!important;background:#feffff!important;margin:0!important;box-shadow:none!important;outline:none!important;vertical-align:top!important;line-height:1!important}.new-customer-modal-content .new-customer-form .ant-picker:hover{border-color:#825826!important;box-shadow:none!important}.new-customer-modal-content .new-customer-form .ant-picker:focus,.new-customer-modal-content .new-customer-form .ant-picker.ant-picker-focused{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a!important;outline:none!important}.new-customer-modal-content .new-customer-form .ant-picker .ant-picker-input{flex:1;height:20px;display:flex;align-items:center}.new-customer-modal-content .new-customer-form .ant-picker .ant-picker-input input{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;color:#2d1d04;line-height:20px;height:20px;padding:0;border:none;background:transparent}.new-customer-modal-content .new-customer-form .ant-picker .ant-picker-input input::placeholder{color:#bababa;font-weight:400}.new-customer-modal-content .new-customer-form .ant-picker .ant-picker-suffix{display:flex;align-items:center;margin-left:8px}.new-customer-modal-content .new-customer-form .ant-input{height:40px}.new-customer-modal-content .new-customer-form textarea.ant-input{display:flex;height:auto;min-height:48px;padding:12px 16px;align-items:flex-start;gap:8px;resize:vertical;font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:24px}.new-customer-modal-content .modal-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:0;margin-top:15px;border-top:none}.new-customer-modal-content .modal-footer .footer-note{flex:1}.new-customer-modal-content .modal-footer .footer-note p{font-family:Nunito,sans-serif;font-size:16px;font-weight:400;color:#727270;line-height:24px;margin:0}.new-customer-modal-content .modal-footer .footer-buttons{display:flex;gap:12px}.new-customer-modal-content .modal-footer .back-button,.new-customer-modal-content .modal-footer .refresh-button{display:flex;height:40px;padding:8px 24px;justify-content:center;align-items:center;gap:12px;border-radius:1000px;border:1px solid #2D1D04;background:transparent;color:#2d1d04;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;transition:all .3s}.new-customer-modal-content .modal-footer .back-button:hover,.new-customer-modal-content .modal-footer .refresh-button:hover{border-color:#825826;color:#825826}.new-customer-modal-content .modal-footer .submit-button{display:flex;height:40px;padding:8px 24px;justify-content:center;align-items:center;gap:12px;border-radius:1000px;background:#825826;border:none;color:#feffff;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;transition:all .3s}.new-customer-modal-content .modal-footer .submit-button:hover{background:#6b4820}.new-customer-modal-content .modal-footer .submit-button:focus{background:#825826}@media(max-width:1200px){.new-customer-modal .ant-modal{width:95%!important;max-width:95%!important;margin:20px auto}.new-customer-modal .new-customer-modal-content .modal-header{padding:20px 20px 16px}.new-customer-modal .new-customer-modal-content .modal-header .modal-title{font-size:18px}.new-customer-modal .new-customer-modal-content .new-customer-form{padding:20px;max-height:calc(100vh - 180px)}.new-customer-modal .new-customer-modal-content .new-customer-form .form-section .section-title,.new-customer-modal .new-customer-modal-content .new-customer-form .form-section .first-section-title{font-size:24px;line-height:34px;margin:20px 0}.new-customer-modal .new-customer-modal-content .new-customer-form .form-section .first-section-title{margin:0 0 20px}.new-customer-modal .new-customer-modal-content .new-customer-form .profile-picture-section{gap:16px;margin-bottom:20px}.new-customer-modal .new-customer-modal-content .new-customer-form .profile-picture-section .profile-avatar{width:80px!important;height:80px!important}.new-customer-modal .new-customer-modal-content .new-customer-form .profile-picture-section .avatar-actions .delete-avatar-btn,.new-customer-modal .new-customer-modal-content .new-customer-form .profile-picture-section .avatar-actions .upload-avatar-btn{height:36px;padding:6px 20px;font-size:13px}.new-customer-modal .new-customer-modal-content .new-customer-form .ant-form-item{margin-bottom:20px}.new-customer-modal .new-customer-modal-content .new-customer-form .form-input,.new-customer-modal .new-customer-modal-content .new-customer-form .ant-select .ant-select-selector,.new-customer-modal .new-customer-modal-content .new-customer-form .ant-picker,.new-customer-modal .new-customer-modal-content .new-customer-form .ant-input{height:44px!important;padding:0 14px!important}.new-customer-modal .new-customer-modal-content .new-customer-form .ant-select .ant-select-selector{padding-right:40px!important}.new-customer-modal .new-customer-modal-content .new-customer-form textarea.ant-input{min-height:80px;height:auto!important}.new-customer-modal .new-customer-modal-content .modal-footer{margin-top:12px}.new-customer-modal .new-customer-modal-content .modal-footer .footer-note p{font-size:14px}.new-customer-modal .new-customer-modal-content .modal-footer .footer-buttons{gap:8px}.new-customer-modal .new-customer-modal-content .modal-footer .back-button,.new-customer-modal .new-customer-modal-content .modal-footer .refresh-button,.new-customer-modal .new-customer-modal-content .modal-footer .submit-button{height:36px;padding:6px 20px;font-size:13px}}@media(max-width:768px){.new-customer-modal .ant-modal{width:95%!important;max-width:95%!important;margin:16px auto}.new-customer-modal .new-customer-modal-content .modal-header{padding:16px 20px 12px}.new-customer-modal .new-customer-modal-content .modal-header .modal-title{font-size:17px}.new-customer-modal .new-customer-modal-content .new-customer-form{padding:16px 20px;max-height:calc(100vh - 160px)}.new-customer-modal .new-customer-modal-content .new-customer-form .form-section .section-title,.new-customer-modal .new-customer-modal-content .new-customer-form .form-section .first-section-title{font-size:22px;line-height:32px;margin:16px 0}.new-customer-modal .new-customer-modal-content .new-customer-form .form-section .first-section-title{margin:0 0 16px}.new-customer-modal .new-customer-modal-content .new-customer-form .profile-picture-section{flex-direction:column;align-items:center;text-align:center;gap:12px;margin-bottom:16px}.new-customer-modal .new-customer-modal-content .new-customer-form .profile-picture-section .profile-avatar{width:80px!important;height:80px!important}.new-customer-modal .new-customer-modal-content .new-customer-form .profile-picture-section .avatar-actions{width:100%;flex-wrap:wrap}.new-customer-modal .new-customer-modal-content .new-customer-form .profile-picture-section .avatar-actions .delete-avatar-btn,.new-customer-modal .new-customer-modal-content .new-customer-form .profile-picture-section .avatar-actions .upload-avatar-btn{height:36px;padding:6px 16px;font-size:12px}.new-customer-modal .new-customer-modal-content .new-customer-form .ant-form-item{margin-bottom:16px}.new-customer-modal .new-customer-modal-content .new-customer-form .ant-form-item .ant-form-item-label label{font-size:15px}.new-customer-modal .new-customer-modal-content .new-customer-form .form-input,.new-customer-modal .new-customer-modal-content .new-customer-form .ant-select .ant-select-selector,.new-customer-modal .new-customer-modal-content .new-customer-form .ant-picker,.new-customer-modal .new-customer-modal-content .new-customer-form .ant-input{height:42px!important;padding:0 14px!important}.new-customer-modal .new-customer-modal-content .new-customer-form .ant-select .ant-select-selector{padding-right:40px!important}.new-customer-modal .new-customer-modal-content .new-customer-form textarea.ant-input{min-height:80px;height:auto!important}.new-customer-modal .new-customer-modal-content .modal-footer{margin-top:12px;flex-direction:column;align-items:stretch;gap:16px;border-top:1px solid #f4f0e7;padding-top:16px}.new-customer-modal .new-customer-modal-content .modal-footer .footer-note p{font-size:14px}.new-customer-modal .new-customer-modal-content .modal-footer .footer-buttons{flex-wrap:wrap;gap:8px}.new-customer-modal .new-customer-modal-content .modal-footer .back-button,.new-customer-modal .new-customer-modal-content .modal-footer .refresh-button,.new-customer-modal .new-customer-modal-content .modal-footer .submit-button{height:36px;padding:6px 16px;font-size:12px}}@media(max-width:480px){.new-customer-modal .ant-modal{width:100%!important;max-width:100%!important;margin:0!important;top:0!important;transform:none!important;padding-bottom:0}.new-customer-modal .ant-modal-content,.new-customer-modal .ant-modal-body{border-radius:0!important}.new-customer-modal .new-customer-modal-content .modal-header{padding:12px 16px 10px;border-radius:0}.new-customer-modal .new-customer-modal-content .modal-header .modal-title{font-size:16px}.new-customer-modal .new-customer-modal-content .modal-header .close-button{width:28px;height:28px}.new-customer-modal .new-customer-modal-content .modal-header .close-button .anticon{font-size:16px}.new-customer-modal .new-customer-modal-content .new-customer-form{padding:12px 16px;max-height:calc(100vh - 120px)}.new-customer-modal .new-customer-modal-content .new-customer-form .form-section .section-title,.new-customer-modal .new-customer-modal-content .new-customer-form .form-section .first-section-title{font-size:18px;line-height:28px;margin:12px 0}.new-customer-modal .new-customer-modal-content .new-customer-form .form-section .first-section-title{margin:0 0 12px}.new-customer-modal .new-customer-modal-content .new-customer-form .profile-picture-section{gap:10px;margin-bottom:12px;padding-bottom:12px}.new-customer-modal .new-customer-modal-content .new-customer-form .profile-picture-section .profile-avatar{width:80px!important;height:80px!important}.new-customer-modal .new-customer-modal-content .new-customer-form .profile-picture-section .avatar-actions .delete-avatar-btn,.new-customer-modal .new-customer-modal-content .new-customer-form .profile-picture-section .avatar-actions .upload-avatar-btn{height:32px;padding:6px 12px;font-size:11px}.new-customer-modal .new-customer-modal-content .new-customer-form .ant-form-item{margin-bottom:12px}.new-customer-modal .new-customer-modal-content .new-customer-form .ant-form-item .ant-form-item-label{padding-bottom:4px}.new-customer-modal .new-customer-modal-content .new-customer-form .ant-form-item .ant-form-item-label label{font-size:14px}.new-customer-modal .new-customer-modal-content .new-customer-form .form-input,.new-customer-modal .new-customer-modal-content .new-customer-form .ant-select .ant-select-selector,.new-customer-modal .new-customer-modal-content .new-customer-form .ant-picker,.new-customer-modal .new-customer-modal-content .new-customer-form .ant-input{height:40px!important;padding:0 12px!important;font-size:14px!important}.new-customer-modal .new-customer-modal-content .new-customer-form .ant-select .ant-select-selector{padding-right:36px!important}.new-customer-modal .new-customer-modal-content .new-customer-form textarea.ant-input{min-height:60px;height:auto!important}.new-customer-modal .new-customer-modal-content .modal-footer{margin-top:8px;padding:0 16px 16px;flex-direction:column;gap:12px}.new-customer-modal .new-customer-modal-content .modal-footer .footer-note{text-align:center}.new-customer-modal .new-customer-modal-content .modal-footer .footer-note p{font-size:13px}.new-customer-modal .new-customer-modal-content .modal-footer .footer-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px}.new-customer-modal .new-customer-modal-content .modal-footer .footer-buttons .back-button,.new-customer-modal .new-customer-modal-content .modal-footer .footer-buttons .refresh-button,.new-customer-modal .new-customer-modal-content .modal-footer .footer-buttons .submit-button{flex:1 1 auto;min-width:100px;width:auto;height:40px;padding:8px 16px;font-size:13px;border-radius:12px}.new-customer-modal .new-customer-modal-content .modal-footer .footer-buttons .submit-button{flex:1 1 100%}}.custom-pagination{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fff;border-top:1px solid #f4f0e7;font-family:Nunito,sans-serif;width:100%;box-sizing:border-box}.custom-pagination .pagination-info{display:flex;align-items:center;gap:8px;font-size:14px;color:#4b4b4b}.custom-pagination .pagination-info .page-size-select{height:32px;padding:0 8px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;outline:none;cursor:pointer;font-family:Nunito,sans-serif;transition:border-color .2s}.custom-pagination .pagination-info .page-size-select:focus{border-color:#c3a593}.custom-pagination .pagination-info .page-size-select:hover{border-color:#c3a593}.custom-pagination .pagination-controls{display:flex;align-items:center;gap:8px}.custom-pagination .pagination-controls .page-numbers{display:flex;align-items:center;gap:4px}.custom-pagination .pagination-controls .page-btn{min-width:32px;height:32px;padding:0 6px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #f4f0e7;border-radius:4px;cursor:pointer;font-size:14px;font-family:Nunito,sans-serif;color:#2d1d04;transition:all .2s}.custom-pagination .pagination-controls .page-btn:hover:not(:disabled){border-color:#c3a593;background:#fdfaf5}.custom-pagination .pagination-controls .page-btn.active{background:#f4f0e7;border-color:#c3a593;font-weight:700;color:#2d1d04}.custom-pagination .pagination-controls .page-btn:disabled{cursor:not-allowed;opacity:.5;background:#f5f5f5}.custom-pagination .pagination-controls .page-btn.nav-btn{font-weight:700;color:#825826}.custom-pagination .pagination-controls .page-ellipsis{padding:0 4px;color:#bababa;font-size:14px}@media(max-width:768px){.custom-pagination{flex-direction:column;gap:16px;padding:16px;align-items:center}.custom-pagination .pagination-info{order:2}.custom-pagination .pagination-controls{order:1;width:100%;justify-content:center}.custom-pagination .pagination-controls .page-numbers{flex-wrap:wrap;justify-content:center}}@media(max-width:480px){.custom-pagination .pagination-controls .page-btn{min-width:28px;height:28px;font-size:12px}}.clv2-table-wrap{font-family:Nunito,sans-serif;overflow-x:auto}.clv2-table-wrap .ant-table{background:transparent;font-family:Nunito,sans-serif;flex:1;display:flex;flex-direction:column;min-height:0}.clv2-table-wrap .ant-table .ant-table-container{flex:1;display:flex;flex-direction:column;min-height:0}.clv2-table-wrap .ant-table .ant-table-content{overflow-x:auto;position:relative;flex:1;min-height:0}.clv2-table-wrap .ant-table .ant-table-cell-fix-left{position:sticky!important;left:0!important;z-index:1000!important;background:#feffff!important;box-shadow:none!important;border-top:none!important;border-right:none!important;border-left:none!important}.clv2-table-wrap .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-left{z-index:1001!important;background:#feffff!important;border-top:none!important;border-right:none!important;border-left:none!important;box-shadow:none!important}.clv2-table-wrap .ant-table .ant-table-tbody>tr>td.ant-table-cell-fix-left{z-index:1000!important;background:#feffff!important;border-top:none!important;border-right:none!important;border-left:none!important;box-shadow:none!important}.clv2-table-wrap .ant-table .ant-table-tbody>tr>td.ant-table-cell-fix-left,.clv2-table-wrap .ant-table .ant-table-tbody>tr:first-child>td.ant-table-cell-fix-left,.clv2-table-wrap .ant-table .ant-table-tbody>tr:last-child>td.ant-table-cell-fix-left{border-top:none!important;border-right:none!important;border-left:none!important}.clv2-table-wrap .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-left,.clv2-table-wrap .ant-table .ant-table-thead>tr:first-child>th.ant-table-cell-fix-left{border-top:none!important;border-right:none!important;border-left:none!important}.clv2-table-wrap .ant-table .ant-table-cell.ant-table-cell-fix-left{border-top:none!important;border-right:none!important;border-left:none!important}.clv2-table-wrap .ant-table .ant-table-cell-fix-left:before,.clv2-table-wrap .ant-table .ant-table-cell-fix-left:after,.clv2-table-wrap .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-left:before,.clv2-table-wrap .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-left:after,.clv2-table-wrap .ant-table .ant-table-tbody>tr>td.ant-table-cell-fix-left:before,.clv2-table-wrap .ant-table .ant-table-tbody>tr>td.ant-table-cell-fix-left:after{display:none!important}.clv2-table-wrap .ant-table .ant-table-wrapper .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-left,.clv2-table-wrap .ant-table .ant-table-wrapper .ant-table .ant-table-tbody>tr>td.ant-table-cell-fix-left,.clv2-table-wrap .ant-table .ant-table-wrapper .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-right,.clv2-table-wrap .ant-table .ant-table-wrapper .ant-table .ant-table-tbody>tr>td.ant-table-cell-fix-right{border-top:none!important;border-right:none!important;border-left:none!important;outline:none!important;background:#feffff!important;z-index:1000!important}.clv2-table-wrap .ant-table .ant-table-cell-fix-right{position:sticky!important;right:0!important;box-shadow:-2px 0 8px #0000000d!important}.clv2-table-wrap .ant-table .ant-table-thead>tr>th:not(.ant-table-cell-fix-left),.clv2-table-wrap .ant-table .ant-table-tbody>tr>td:not(.ant-table-cell-fix-left){position:relative;z-index:1!important}.clv2-table-wrap .ant-table .ant-table-body{overflow-x:auto;position:relative}.clv2-table-wrap .ant-table .ant-table-body:before{content:"";position:sticky;left:0;width:180px;height:100%;background:#feffff;z-index:999!important;pointer-events:none;box-shadow:none;display:block}.clv2-table-wrap .ant-table .ant-table-thead{position:relative}.clv2-table-wrap .ant-table .ant-table-thead:before{content:"";position:sticky;left:0;width:180px;height:100%;background:#feffff;z-index:1000!important;pointer-events:none;box-shadow:none;display:block}.clv2-table-wrap .ant-table .customer-name{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;margin-bottom:4px}.clv2-table-wrap .ant-table .customer-code{font-family:Nunito,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#727270;min-height:16px}.clv2-table-wrap .ant-table .ant-table-thead>tr>th{background:transparent;color:#242424;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;border-bottom:1.5px solid #2D1D04;padding:8px 16px;height:56px;white-space:nowrap}.clv2-table-wrap .ant-table .ant-table-thead>tr>th:before{display:none}.clv2-table-wrap .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-left{border-top:none!important;border-right:none!important;border-left:none!important}.clv2-table-wrap .ant-table .ant-table-tbody>tr{background:transparent}.clv2-table-wrap .ant-table .ant-table-tbody>tr>td{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;border-bottom:1px solid #E3E3E3;padding:8px 16px;height:96px;vertical-align:top}.clv2-table-wrap .ant-table .ant-table-tbody>tr>td.ant-table-cell-fix-left{border-top:none!important;border-right:none!important;border-left:none!important;outline:none!important}.clv2-table-wrap .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.clv2-table-wrap .ant-table .ant-table-column-sorters{padding:0}.clv2-table-wrap .ant-table .date-cell{display:flex;flex-direction:column;gap:4px}.clv2-table-wrap .ant-table .date-cell .date-value{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;color:#2d1d04;line-height:20px}.clv2-table-wrap .ant-table .date-cell .date-by{font-family:Nunito,sans-serif;font-size:12px;font-weight:400;color:#727270;line-height:16px}.clv2-table-wrap .ant-table .status-tag{font-family:Nunito,sans-serif;font-size:12px;font-weight:500;padding:4px 12px;border-radius:16px;border:none}.clv2-table-wrap .ant-table .status-tag.ant-tag-success{background:#e7f7ed;color:#2d8b4e}.clv2-table-wrap .ant-table .status-tag.ant-tag-warning{background:#fff4e6;color:#d97706}.clv2-table-wrap .ant-table .status-tag.ant-tag-default{background:#f5f5f5;color:#727270}.clv2-table-wrap .ant-table .action-icons{display:flex;flex-wrap:nowrap!important;gap:8px;align-items:center;justify-content:center;width:100%;padding:0 4px}.clv2-table-wrap .ant-table .action-icons .action-btn{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .3s;color:#727270;font-size:14px}.clv2-table-wrap .ant-table .action-icons .action-btn:hover{background:#f4f0e780;color:#2d1d04}.clv2-table-wrap .ant-table .action-icons .action-btn:active{background:#f4f0e7cc}.clv2-table-wrap .ant-table .action-icons .action-btn .anticon{font-size:14px}.clv2-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.clv2-title{margin:0;font-family:Nunito,sans-serif;font-size:28px;font-weight:700;line-height:40px;color:#2d1d04}.clv2-btn-primary{display:flex;align-items:center;gap:8px;height:40px;padding:8px 24px 8px 16px;background:#825826;border:none;border-radius:1000px;color:#feffff;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;cursor:pointer;transition:background .2s;white-space:nowrap}.clv2-btn-primary:hover{background:#6b4820}.clv2-btn-primary:active{background:#4c3317}.clv2-btn-secondary{height:36px;padding:6px 24px;background:#825826;border:none;border-radius:1000px;color:#feffff;font-family:Nunito,sans-serif;font-size:13px;font-weight:500;line-height:20px;text-transform:uppercase;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 4px 8px #82582626}.clv2-btn-secondary:hover{background:#6b4820;color:#feffff}.clv2-btn-outlined{height:36px;padding:6px 20px;background:transparent;border:1px solid #2D1D04;border-radius:1000px;color:#2d1d04;font-family:Nunito,sans-serif;font-size:13px;font-weight:500;line-height:20px;text-transform:uppercase;cursor:pointer;transition:all .2s;white-space:nowrap}.clv2-btn-outlined:hover{background:#2d1d040d}.clv2-btn-outlined-icon{width:36px;height:36px;flex-shrink:0;align-self:flex-end;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #2D1D04;border-radius:1000px;color:#2d1d04;cursor:pointer;transition:all .2s}.clv2-btn-outlined-icon:hover{background:#2d1d040d}.clv2-filter-section{align-self:stretch;padding:16px;background:#e2e2e266;border-radius:16px;border:1px solid #F4F0E7;display:flex;flex-direction:column;gap:12px}.clv2-quick-search-row{display:flex;align-items:center;gap:12px}.clv2-search-input-wrap{flex:1;display:flex;align-items:center;gap:8px;padding:8px 12px;background:#feffff;border-radius:12px;border:1px solid #E3E3E3;min-height:40px;transition:border-color .2s}.clv2-search-input-wrap:focus-within{border-color:#c3a593}.clv2-search-icon{color:#2d1d04;font-size:16px;flex-shrink:0}.clv2-search-input{flex:1;border:none;outline:none;background:transparent;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;color:#2d1d04}.clv2-search-input::placeholder{color:#bababa}.clv2-filter-row{display:flex;flex-direction:column;gap:12px}.clv2-filter-sub-row{display:flex;align-items:flex-end;gap:8px;width:100%}.clv2-filter-field{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px;flex-shrink:1}.clv2-field-label{font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:#242424;white-space:nowrap}.clv2-datepicker{height:36px;border-radius:8px;border:1px solid #BABABA;font-family:Nunito,sans-serif;font-size:13px;width:100%}.clv2-datepicker:hover,.clv2-datepicker.ant-picker-focused{border-color:#c3a593;box-shadow:none}.clv2-datepicker .ant-picker-input>input{font-family:Nunito,sans-serif;font-size:13px;color:#2d1d04}.clv2-select{width:100%;height:36px}.clv2-select .ant-select-selector{height:36px!important;border-radius:8px!important;border:1px solid #BABABA!important;font-family:Nunito,sans-serif!important;font-size:13px!important;align-items:center!important}.clv2-select .ant-select-selector .ant-select-selection-item,.clv2-select .ant-select-selector .ant-select-selection-placeholder{font-family:Nunito,sans-serif;font-size:13px;line-height:24px!important;color:#2d1d04}.clv2-select:hover .ant-select-selector,.clv2-select.ant-select-focused .ant-select-selector{border-color:#c3a593!important;box-shadow:none!important}.clv2-select .ant-select-arrow{color:#2d1d04}.clv2-filter-actions{display:flex;align-items:center;gap:8px;padding-bottom:0;align-self:flex-end}.clv2-table-section{display:flex;flex-direction:column;gap:16px}.clv2-table-section-header{display:flex;align-items:center;gap:8px}.clv2-table-icon-wrap{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#f4f0e780;border-radius:6px;padding:4px}.clv2-table-section-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:30px;color:#2d1d04}.clv2-table-wrap{background:#fff;border-radius:12px;border:1px solid #CAC5BF;overflow:hidden;padding:0 16px 16px}.ant-picker-dropdown{font-family:Nunito,sans-serif}.ant-picker-dropdown .ant-picker-cell-selected .ant-picker-cell-inner{background:#825826}.ant-picker-dropdown .ant-picker-today-btn{color:#825826}.ant-select-dropdown{font-family:Nunito,sans-serif}.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:#82582614;color:#825826;font-weight:500}.ant-select-dropdown .ant-select-item-option-active{background:#c3a59326}@media(max-width:1200px){.clv2-filter-row{flex-wrap:wrap}.clv2-filter-row .clv2-filter-field{flex:1 1 calc(50% - 8px);min-width:140px}.clv2-filter-row .clv2-filter-actions{flex:0 0 auto}}@media(max-width:768px){.clv2-header{flex-direction:column;align-items:stretch;gap:12px}.clv2-header .clv2-btn-primary{width:100%;justify-content:center}.clv2-filter-row .clv2-filter-sub-row{flex-wrap:wrap;gap:6px}.clv2-filter-row .clv2-filter-sub-row .clv2-filter-field{flex:1 1 calc(50% - 6px);min-width:120px}.clv2-filter-row .clv2-filter-sub-row:first-child .clv2-filter-field{flex:1 1 calc(33.33% - 6px);min-width:100px}.clv2-filter-actions{width:100%;justify-content:space-between}.clv2-filter-actions .clv2-btn-secondary,.clv2-filter-actions .clv2-btn-outlined{flex:1}}@media(max-width:600px){.clv2-filter-sub-row:first-child .clv2-filter-field{flex:1 1 calc(50% - 6px)}.clv2-filter-sub-row:nth-child(2){display:flex!important;flex-direction:row!important;align-items:flex-end}.clv2-filter-sub-row:nth-child(2) .clv2-filter-field:nth-child(2){flex:1}.clv2-filter-sub-row:nth-child(2) .clv2-btn-outlined-icon{flex:0 0 auto}}@media(max-width:480px){.clv2-title{font-size:22px}.clv2-filter-section{padding:12px;gap:10px}.clv2-quick-search-row{flex-wrap:wrap;gap:8px}.clv2-quick-search-row .clv2-search-input-wrap{flex:1 1 100%;order:1}.clv2-quick-search-row .clv2-btn-outlined-icon{order:2}.clv2-quick-search-row .clv2-btn-secondary{flex:1;order:3}}.prescription-tab{width:100%;display:flex;flex-direction:column;gap:16px;font-family:Nunito,sans-serif}.prescription-tab .prescription-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.prescription-tab .prescription-header .header-icon{width:32px;height:32px;border-radius:6px}.prescription-tab .prescription-header .prescription-title{flex:1;font-size:24px;font-weight:500;line-height:normal;margin:0;color:#2d1d04}@media(max-width:480px){.prescription-tab .prescription-header .prescription-title{font-size:20px}}.prescription-tab .prescription-header .create-prescription-btn{height:40px;border-radius:1000px;background-color:#825826;color:#feffff;font-size:14px;font-weight:500;text-transform:uppercase;padding:8px 24px;border:none;display:flex;align-items:center;gap:12px}@media(max-width:480px){.prescription-tab .prescription-header .create-prescription-btn{width:100%;justify-content:center}}.prescription-tab .prescription-header .create-prescription-btn:hover{background-color:#6b4820!important}.prescription-tab .prescription-table-wrapper{border-radius:12px;background-color:#fff;border:1px solid #CAC5BF;overflow-x:auto;width:100%;padding:8px 16px 16px}.prescription-tab .prescription-table-wrapper .prescription-table{min-width:600px}.prescription-tab .prescription-table-wrapper .prescription-table .ant-table{background:transparent}.prescription-tab .prescription-table-wrapper .prescription-table .ant-table .ant-table-thead>tr>th{background:transparent;border-bottom:1.5px solid #2D1D04;font-size:18px;font-weight:500;line-height:28px;color:#242424;padding:8px 16px;height:56px}.prescription-tab .prescription-table-wrapper .prescription-table .ant-table .ant-table-thead>tr>th:first-child{padding-left:16px}.prescription-tab .prescription-table-wrapper .prescription-table .ant-table .ant-table-thead>tr>th:before{display:none}.prescription-tab .prescription-table-wrapper .prescription-table .ant-table .ant-table-tbody>tr>td{background:transparent;border-bottom:1px solid #E3E3E3;font-size:16px;line-height:24px;color:#2d1d04;padding:8px 16px;height:56px}.prescription-tab .prescription-table-wrapper .prescription-table .ant-table .ant-table-tbody>tr>td:first-child{padding-left:16px}.prescription-tab .prescription-table-wrapper .prescription-table .ant-table .ant-table-tbody>tr:hover>td{background:#fffcf9}.prescription-tab .prescription-table-wrapper .prescription-table .ant-table .ant-table-placeholder{background:transparent;border-bottom:none}.prescription-tab .prescription-table-wrapper .prescription-table .ant-table .ant-table-placeholder .ant-empty-description{color:#727270;font-size:16px}.prescription-tab .prescription-table-wrapper .prescription-table .ant-pagination{margin-top:16px;display:flex;align-items:center;justify-content:flex-end}.prescription-tab .prescription-table-wrapper .prescription-table .ant-pagination .ant-pagination-total-text{flex:1;color:#727270;font-size:14px}.prescription-tab .prescription-table-wrapper .prescription-table .ant-pagination .ant-pagination-item{border-radius:8px;border:1px solid #BABABA;background:#fff}.prescription-tab .prescription-table-wrapper .prescription-table .ant-pagination .ant-pagination-item a{color:#2d1d04}.prescription-tab .prescription-table-wrapper .prescription-table .ant-pagination .ant-pagination-item:hover{border-color:#825826}.prescription-tab .prescription-table-wrapper .prescription-table .ant-pagination .ant-pagination-item:hover a{color:#825826}.prescription-tab .prescription-table-wrapper .prescription-table .ant-pagination .ant-pagination-item.ant-pagination-item-active{border-color:#825826;background:#825826}.prescription-tab .prescription-table-wrapper .prescription-table .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#feffff}.prescription-tab .prescription-table-wrapper .prescription-table .ant-pagination .ant-pagination-prev .ant-pagination-item-link,.prescription-tab .prescription-table-wrapper .prescription-table .ant-pagination .ant-pagination-next .ant-pagination-item-link{border-radius:8px;border:1px solid #BABABA;color:#2d1d04}.prescription-tab .prescription-table-wrapper .prescription-table .ant-pagination .ant-pagination-prev .ant-pagination-item-link:hover,.prescription-tab .prescription-table-wrapper .prescription-table .ant-pagination .ant-pagination-next .ant-pagination-item-link:hover{border-color:#825826;color:#825826}.prescription-tab .prescription-table-wrapper .prescription-table .ant-pagination .ant-select-selector{border-radius:8px;border:1px solid #BABABA}.prescription-tab .prescription-table-wrapper .prescription-table .ant-pagination .ant-select-selector:hover{border-color:#825826}.currency-input-wrapper{display:flex;align-items:center;gap:4px;width:100%;min-height:32px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;padding:6px 16px;box-sizing:border-box;transition:all .3s}.currency-input-wrapper:hover{border-color:#825826}.currency-input-wrapper:focus-within{border-color:#825826;box-shadow:0 0 0 2px #8258261a}.currency-input-wrapper .currency-input-field{flex:1;border:none!important;box-shadow:none!important;background:transparent!important;font-family:Nunito,sans-serif;font-size:14px;color:#242424;padding:0}.currency-input-wrapper .currency-input-field.ant-input-number-focused{border:none!important;box-shadow:none!important}.currency-input-wrapper .currency-input-field .ant-input-number-input-wrap{height:100%}.currency-input-wrapper .currency-input-field .ant-input-number-input-wrap input{padding:0!important;height:100%;color:#242424;font-family:Nunito,sans-serif}.currency-input-wrapper .currency-input-field .ant-input-number-input-wrap input::placeholder{color:#bababa;opacity:1}.currency-input-wrapper .currency-input-field .ant-input-number-handler-wrap{display:none}.currency-input-wrapper .currency-input-suffix{padding:0 7px;font-size:16px;color:#825826;font-weight:500;pointer-events:none;white-space:nowrap}.currency-input-wrapper.border-none{border:none;padding:0;height:auto;background:transparent}.currency-input-wrapper.border-none:hover,.currency-input-wrapper.border-none:focus-within{border:none;box-shadow:none}.debt-payment-modal{width:100%;position:relative;box-shadow:0 10px 20px #00000014;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;text-align:left;font-size:20px;color:#2d1d04;font-family:Nunito,sans-serif}.debt-payment-modal .headerPopup{align-self:stretch;background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;align-items:center;justify-content:space-between;padding:16px;gap:20px}.debt-payment-modal .headerPopupInner{width:100%;max-width:441px;display:flex;flex-direction:column;align-items:flex-start}.debt-payment-modal .headerWrapper{align-self:stretch;display:flex;align-items:center}.debt-payment-modal .header{position:relative;font-family:Nunito,sans-serif;font-size:20px;line-height:30px;font-weight:500;color:#2d1d04}.debt-payment-modal .buttonWrapper{align-self:stretch;display:flex;align-items:flex-start;justify-content:center}.debt-payment-modal .button{height:32px;width:32px;border-radius:1000px;background-color:#feffff00;display:flex;align-items:center;justify-content:center;cursor:pointer}.debt-payment-modal .thmKhchHngMi{align-self:stretch;background-color:#feffff;display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:16px;font-size:14px;color:#242424}.debt-payment-modal .content{align-self:stretch;border-bottom:1px solid #cac5bf;display:flex;flex-direction:column;align-items:flex-start;padding:0 0 16px;gap:12px;width:100%}.debt-payment-modal .thngTinKhchHngWrapper{width:100%;display:none;align-items:center;flex-shrink:0;font-size:28px;color:#2d1d04}.debt-payment-modal .thngTinKhch{position:relative;font-family:Nunito,sans-serif;font-size:28px;line-height:40px;font-weight:500}.debt-payment-modal .nHinTi{position:relative;font-family:Nunito,sans-serif;font-size:16px;line-height:24px;font-weight:500;color:#825826;flex-shrink:0}.debt-payment-modal .baseinput{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex-shrink:0;width:100%}.debt-payment-modal .label{align-self:stretch;display:flex;align-items:center;gap:2px}.debt-payment-modal .labelTitle{position:relative;font-family:Nunito,sans-serif;font-size:14px;line-height:20px;font-weight:500;color:#242424}.debt-payment-modal .required{position:relative;font-size:12px;line-height:16px;font-family:Nunito,sans-serif;color:#ee2e53;text-align:right}.debt-payment-modal .antInput{height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;padding:6px 16px;color:#242424;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center;width:100%}.debt-payment-modal .antInput::placeholder{color:#bababa;opacity:1}.debt-payment-modal .antInput:focus,.debt-payment-modal .antInput:focus-within{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a;outline:none}.debt-payment-modal .antInput.ant-select{padding:0}.debt-payment-modal .antInput.ant-select .ant-select-selector{height:100%!important;padding:0 16px!important;background-color:transparent!important;display:flex;align-items:center;border:none!important;box-shadow:none!important}.debt-payment-modal .antInput.ant-select .ant-select-selection-item,.debt-payment-modal .antInput.ant-select .ant-select-selection-placeholder{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:38px!important;color:#bababa;opacity:1}.debt-payment-modal .antInput.ant-select .ant-select-selection-item{color:#242424}.debt-payment-modal .antInput.ant-select .ant-select-arrow{right:16px}.debt-payment-modal .textVnd{padding:0 7px;font-family:Nunito,sans-serif;font-size:16px;line-height:24px;font-weight:500;color:#825826}.debt-payment-modal .frameParent{align-self:stretch;display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:12px;color:#727270;width:100%}.debt-payment-modal .vuiLngNhpCcThngTinCWrapper{flex:1;display:flex;align-items:center}.debt-payment-modal .vuiLngNhp{position:relative;font-family:Nunito,sans-serif;font-size:12px;line-height:24px;color:#242424}.debt-payment-modal .button2{height:32px;border-radius:1000px;border:1px solid #2d1d04;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:4px 16px;color:#2d1d04;background-color:transparent;cursor:pointer}.debt-payment-modal .button3{position:relative;font-family:Nunito,sans-serif;font-size:12px;line-height:16px;text-transform:uppercase;font-weight:500}.debt-payment-modal .button4{height:32px;border-radius:1000px;background-color:#825826;display:flex;align-items:center;justify-content:center;padding:4px 16px;box-sizing:border-box;color:#feffff;border:none;cursor:pointer}.debt-payment-modal .ant-form-item{margin-bottom:16px}.debt-payment-modal .ant-form-item-label{padding-bottom:4px}.debt-payment-modal .ant-form-item-label>label{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424}.debt-payment-modal .ant-form-item-label>label.ant-form-item-required:before{display:none!important}.debt-payment-modal .ant-form-item-label>label.ant-form-item-required:after{display:inline-block;margin-left:2px;color:#ee2e53;font-size:12px;font-family:Noto Sans JP,sans-serif;line-height:16px;content:"*"}.debt-payment-modal .ant-input,.debt-payment-modal .ant-picker,.debt-payment-modal .ant-select .ant-select-selector{height:40px!important;border-radius:8px!important;border:1px solid #BABABA!important;background-color:#feffff!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px}.debt-payment-modal .ant-input:focus,.debt-payment-modal .ant-input:focus-within,.debt-payment-modal .ant-picker:focus,.debt-payment-modal .ant-picker:focus-within,.debt-payment-modal .ant-select .ant-select-selector:focus,.debt-payment-modal .ant-select .ant-select-selector:focus-within{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a}.debt-payment-modal .ant-input-textarea .ant-input{height:auto!important;min-height:76px;padding:10px 16px;resize:none}.debt-payment-modal .ant-picker{padding:0 16px}.debt-payment-modal .ant-picker .ant-picker-input>input{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#242424}.debt-payment-modal .ant-picker .ant-picker-suffix,.debt-payment-modal .ant-select-arrow{color:#2d1d04}@media(max-width:768px){.debt-payment-modal .headerPopup{align-items:flex-start;gap:12px;padding:14px 16px}.debt-payment-modal .header{font-size:18px;line-height:26px}.debt-payment-modal .thmKhchHngMi{padding:16px 12px}.debt-payment-modal .nHinTi{font-size:15px;line-height:22px}.debt-payment-modal .frameParent{flex-wrap:wrap;justify-content:stretch}.debt-payment-modal .vuiLngNhpCcThngTinCWrapper{flex-basis:100%}.debt-payment-modal .button2,.debt-payment-modal .button4{flex:1 1 calc(50% - 4px);min-height:40px;min-width:0}}@media(max-width:480px){.debt-payment-modal .headerPopup,.debt-payment-modal .thmKhchHngMi{padding:12px}.debt-payment-modal .frameParent{gap:10px}.debt-payment-modal .button2,.debt-payment-modal .button4{flex-basis:100%}}.payment-method-dropdown{padding:2px!important;border-radius:8px!important;box-shadow:0 10px 20px #00000014!important;background-color:#fff!important;border:1px solid #cac5bf!important;box-sizing:border-box!important}.payment-method-dropdown .ant-select-item{border-radius:8px!important;padding:4px 8px!important;min-height:unset!important;line-height:16px!important;font-size:12px!important;font-family:Nunito,sans-serif!important;margin-bottom:2px;color:#242424!important;display:flex;align-items:center}.payment-method-dropdown .ant-select-item:last-child{margin-bottom:0}.payment-method-dropdown .ant-select-item-option-active,.payment-method-dropdown .ant-select-item-option-selected{background-color:#f4f0e7!important;color:#825826!important;font-weight:500!important}.debt-tab{padding:0}.debt-tab__header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.debt-tab__icon-wrapper{width:24px;height:24px;padding:6px;background:#f4f0e780;border-radius:6px;display:flex;align-items:center;justify-content:center}.debt-tab__icon{width:20px;height:20px}.debt-tab__title{font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:30px;color:#2d1d04;margin:0}.debt-tab__table-container{overflow-x:auto;width:100%}.debt-tab__table{min-width:600px;border:1px solid #e8e0d5;border-radius:8px;overflow:hidden;background:#fff;padding:0 16px 16px}.debt-tab__table .ant-table{background:transparent}.debt-tab__table .ant-table-container{border:none}.debt-tab__table .ant-table-thead>tr>th{background:transparent;color:#242424;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;border-bottom:1.5px solid #2D1D04;padding:8px 16px;height:56px}.debt-tab__table .ant-table-thead>tr>th:before{display:none}.debt-tab__table .ant-table-tbody>tr>td{padding:8px 16px;height:48px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;border-bottom:1px solid #E3E3E3}.debt-tab__table .ant-table-tbody>tr:last-child>td{border-bottom:1px solid #E3E3E3}.debt-tab__table .ant-table-tbody>tr:hover>td{background:transparent}.debt-tab__summary-row{background:#fff}.debt-tab__summary-row td{padding:14px 16px;background:#fff;border-top:1.5px solid #BABABA;height:56px}.debt-tab__total-label{font-family:Nunito,sans-serif;font-size:18px;font-weight:700;line-height:28px;color:#242424;text-align:right;display:block}.debt-tab__total-amount{font-family:Nunito,sans-serif;font-size:18px;font-weight:700;line-height:28px;color:#ee2e53}.debt-code-link{color:#2970ff;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.debt-code-link:hover{color:#2563eb}.pay-btn{background:#c3a593;color:#2d1d04;border:none;border-radius:1000px;padding:4px 16px;height:32px;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:all .2s}.pay-btn:hover{background:#b89582}.apt-modal{display:flex;flex-direction:column;font-family:Nunito,sans-serif;color:#2d1d04}.apt-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #CAC5BF;background:#feffff}.apt-modal__title{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#2d1d04}.apt-modal__close{width:32px;height:32px;border-radius:1000px;border:none;background:#feffff00;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2d1d04;transition:background .15s;flex-shrink:0}.apt-modal__close:hover{background:#0000000a}.apt-modal__body{padding:16px;background:#feffff;display:flex;flex-direction:column;gap:16px;border-bottom:1px solid #CAC5BF}.apt-modal__field{display:flex;flex-direction:column;gap:4px;margin-bottom:0}.apt-modal__field--note{padding-top:8px;padding-bottom:8px}.apt-modal__field:last-child{padding-top:8px}.apt-modal__label{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424}.apt-modal__label .required{color:#ee2e53;margin-left:2px}.apt-modal .apt-datepicker{height:40px!important;border-radius:8px!important;border:1px solid #BABABA!important;background-color:#feffff!important;font-family:Nunito,sans-serif;font-size:14px}.apt-modal .apt-datepicker:hover,.apt-modal .apt-datepicker:focus-within{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a!important}.apt-modal .apt-datepicker .ant-picker-input>input{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#242424}.apt-modal .apt-datepicker .ant-picker-input>input::placeholder{color:#bababa}.apt-modal .apt-textarea{border-radius:8px!important;border:1px solid #BABABA!important;background-color:#feffff!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;resize:none;color:#242424;padding:10px 16px!important}.apt-modal .apt-textarea:hover,.apt-modal .apt-textarea:focus{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a!important}.apt-modal .apt-textarea::placeholder{color:#bababa}.apt-modal .apt-status-grid{display:flex;flex-wrap:wrap;gap:16px 24px;align-items:center}.apt-modal .apt-status-pill{display:flex;align-items:center;gap:12px;padding:0;border-radius:0;border:none;background:transparent;font-family:Nunito,sans-serif;font-size:16px;font-weight:500;line-height:24px;cursor:pointer;transition:all .15s;white-space:nowrap;justify-content:flex-start}.apt-modal .apt-status-pill:hover{opacity:.8}.apt-modal .apt-status-pill.selected{font-weight:500}.apt-modal .apt-status-pill .apt-status-dot{width:24px;height:24px;border-radius:50%;border:2px solid transparent;flex-shrink:0;position:relative}.apt-modal .apt-status-pill .apt-status-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;background:currentColor}.apt-modal .apt-status-pill.selected .apt-status-dot{border-color:currentColor}.apt-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:16px;background:#feffff}.apt-modal .apt-btn{height:32px;border-radius:1000px;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;padding:4px 16px;cursor:pointer;transition:all .15s;text-transform:uppercase}.apt-modal .apt-btn--cancel{background:transparent;border:1px solid #2D1D04;color:#2d1d04}.apt-modal .apt-btn--cancel:hover:not(:disabled){background:#2d1d040a}.apt-modal .apt-btn--save{background:#825826;border:none;color:#feffff}.apt-modal .apt-btn--save:hover:not(:disabled){background:#6a461e}.apt-modal .apt-btn:disabled{opacity:.6;cursor:not-allowed}.appointment-tab{display:flex;flex-direction:column;gap:12px;width:100%}.appointment-tab .tab-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;gap:12px;flex-wrap:wrap}.appointment-tab .tab-header .tab-title-wrapper{display:flex;align-items:center;gap:8px}@media(max-width:480px){.appointment-tab .tab-header{font-size:16px}}.appointment-tab .tab-header .tab-title-icon{width:20px;height:20px}.appointment-tab .add-btn.ant-btn{height:40px;border-radius:1000px;background-color:#825826;border:none;padding:0 24px 0 16px;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;color:#feffff}@media(max-width:480px){.appointment-tab .add-btn.ant-btn{width:100%;height:40px}}.appointment-tab .add-btn.ant-btn:hover,.appointment-tab .add-btn.ant-btn:focus{background-color:#6a461e!important;color:#feffff!important}.appointment-tab .add-btn.ant-btn .anticon{font-size:20px}.appointment-tab .status-badges{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:8px 0}.appointment-tab .status-badges .badge{display:flex;align-items:center;gap:6px;padding:4px 10px;border-radius:1000px;font-family:Nunito,sans-serif;font-size:13px;font-weight:500;line-height:normal;white-space:nowrap}.appointment-tab .status-badges .badge .dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.appointment-tab .status-badges .badge.status-pending{background:#e4edff;color:#2970ff}.appointment-tab .status-badges .badge.status-pending .dot{background:#2970ff}.appointment-tab .status-badges .badge.status-confirmed{background:#d6f3e6;color:#088941}.appointment-tab .status-badges .badge.status-confirmed .dot{background:#088941}.appointment-tab .status-badges .badge.status-gray{background:#f0f0f0;color:#8c8c8c}.appointment-tab .status-badges .badge.status-gray .dot{background:#8c8c8c}.appointment-tab .status-badges .badge.status-cancelled{background:#ffe0e6;color:#ee2e53}.appointment-tab .status-badges .badge.status-cancelled .dot{background:#ee2e53}.appointment-tab .status-badges .badge.status-attended{background:#f5e3fe;color:#a809f7}.appointment-tab .status-badges .badge.status-attended .dot{background:#a809f7}.appointment-tab .status-badges .badge.status-online{background:#c3ecf3;color:#06b6d4}.appointment-tab .status-badges .badge.status-online .dot{background:#06b6d4}.appointment-tab .appointment-section{display:flex;flex-direction:column}.appointment-tab .appointment-section .section-title-wrapper{border-radius:8px;display:flex;align-items:center;gap:8px;padding:12px;margin-bottom:0}.appointment-tab .appointment-section .appointment-item{display:flex;align-items:stretch;min-height:72px;padding-left:16px}@media(max-width:600px){.appointment-tab .appointment-section .appointment-item{flex-direction:column;padding:12px 0;border-bottom:1px solid #f0f0f0}}.appointment-tab .appointment-section .appointment-item .timeline-col{width:12px;display:flex;flex-direction:column;align-items:center;flex-shrink:0;margin-right:8px}@media(max-width:600px){.appointment-tab .appointment-section .appointment-item .timeline-col{display:none}}.appointment-tab .appointment-section .appointment-item .time-col{display:flex;align-items:center;width:184px;flex-shrink:0;padding:0 12px;font-size:13px;color:#555;line-height:1.4}@media(max-width:600px){.appointment-tab .appointment-section .appointment-item .time-col{width:100%;padding:0 4px 8px;font-weight:600;color:#825826}}.appointment-tab .appointment-section .appointment-item .content-col{flex:1;border-radius:12px;margin:8px 0;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:60px}.appointment-tab .appointment-section .appointment-item .content-col.upcoming-card{background-color:#f4f0e7}.appointment-tab .appointment-section .appointment-item .content-col.past-card{background-color:#e3e3e366}.appointment-tab .appointment-section .appointment-item .content-col.past-card .service-name{color:#727270!important}.appointment-tab .appointment-section .appointment-item .content-col.past-card .receptionist,.appointment-tab .appointment-section .appointment-item .content-col.past-card .receptionist .user-icon{color:#bababa!important}.appointment-tab .appointment-section .appointment-item .content-col .card-info{display:flex;flex-direction:column;gap:8px;min-width:0}.appointment-tab .appointment-section .appointment-item .content-col .card-info .status-badge-row{display:flex;margin-bottom:2px}.appointment-tab .appointment-section .appointment-item .content-col .card-info .service-name{font-family:Nunito,sans-serif;font-size:16px;font-weight:600;line-height:24px;color:#2d1d04;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.appointment-tab .appointment-section .appointment-item .content-col .card-info .receptionist{display:flex;align-items:center;gap:4px;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:#727270}.appointment-tab .appointment-section .appointment-item .content-col .card-info .receptionist .user-icon{font-size:18px;color:#727270}.appointment-tab .appointment-section .appointment-item .content-col .card-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.appointment-tab .appointment-section .appointment-item .content-col .card-actions .icon-btn{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:background .15s}.appointment-tab .appointment-section .appointment-item .content-col .card-actions .icon-btn:hover{background-color:#0000000f}.appointment-tab .appointment-section.past-section .time-col{color:#bababa}.appointment-tab .appointment-section.past-section .timeline-line{background-color:#d9d9d9}.appointment-tab .al-status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:1000px;font-size:13px;line-height:20px;font-family:Nunito,sans-serif;white-space:nowrap}.appointment-tab .al-status-badge .al-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.appointment-tab .al-status-badge b{font-weight:500}.appointment-tab .al-status-badge.status-pending{background-color:#e4edff;color:#2970ff}.appointment-tab .al-status-badge.status-pending .al-status-dot{background-color:#2970ff}.appointment-tab .al-status-badge.status-confirmed{background-color:#d6f3e6;color:#088941}.appointment-tab .al-status-badge.status-confirmed .al-status-dot{background-color:#088941}.appointment-tab .al-status-badge.status-cancelled{background-color:#ffe0e6;color:#ee2e53}.appointment-tab .al-status-badge.status-cancelled .al-status-dot{background-color:#ee2e53}.appointment-tab .al-status-badge.status-attended{background-color:#f5e3fe;color:#a809f7}.appointment-tab .al-status-badge.status-attended .al-status-dot{background-color:#a809f7}.appointment-tab .al-status-badge.status-online{background-color:#c3ecf3;color:#06b6d4}.appointment-tab .al-status-badge.status-online .al-status-dot{background-color:#06b6d4}.appointment-tab .al-status-badge.status-gray{background-color:#f0f0f0;color:#8c8c8c}.appointment-tab .al-status-badge.status-gray .al-status-dot{background-color:#8c8c8c}.appointment-tab .empty-state{text-align:center;color:#bababa;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;padding:48px 0}.service-tab{display:flex;flex-direction:column;gap:16px;width:100%;font-family:Nunito,sans-serif}.service-tab .tab-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.service-tab .tab-header .tab-title-wrapper{display:flex;align-items:center;gap:8px}.service-tab .tab-header .tab-icon-wrapper{width:24px;height:24px;padding:6px;background:#f4f0e780;border-radius:6px;display:flex;align-items:center;justify-content:center}.service-tab .tab-header .tab-icon{width:20px;height:20px}.service-tab .tab-header .tab-title{margin:0;font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:30px;color:#2d1d04}.service-tab .tab-header .add-btn.ant-btn{height:38px;border-radius:1000px;background-color:#825826;border:none;padding:0 20px;font-size:13px;font-weight:600;letter-spacing:.4px;color:#fff}@media(max-width:480px){.service-tab .tab-header .add-btn.ant-btn{width:100%;height:40px}}.service-tab .tab-header .add-btn.ant-btn:hover,.service-tab .tab-header .add-btn.ant-btn:focus{background-color:#6a461e!important;color:#fff!important}.service-tab .stats-container{display:flex;gap:24px;white-space:nowrap}@media(max-width:600px){.service-tab .stats-container{flex-direction:column}}.service-tab .stats-container .stat-box{flex:1;border-radius:12px;background-color:#f4f0e7;border:1px solid #825826;display:flex;align-items:center;justify-content:center;gap:12px;padding:8px 16px}.service-tab .stats-container .stat-box .stat-label{font-family:Nunito,sans-serif;font-size:12px;font-weight:700;line-height:16px;color:#825826;white-space:nowrap}.service-tab .stats-container .stat-box .stat-value{font-family:Nunito,sans-serif;font-size:28px;font-weight:500;line-height:40px;color:#2d1d04}.service-tab .table-wrapper{border:1px solid #CAC5BF;border-radius:12px;overflow-x:auto;width:100%;background:#fff}.service-tab .table-wrapper .service-table{min-width:600px}.service-tab .table-wrapper .service-table .ant-table{background:transparent;font-family:Nunito,sans-serif;font-size:14px;color:#2d1d04}.service-tab .table-wrapper .service-table .ant-table-container{border-radius:0!important;border:none}.service-tab .table-wrapper .service-table .ant-table-thead>tr>th{background:transparent!important;border-bottom:1.5px solid #2D1D04!important;color:#242424;font-family:Nunito,sans-serif;font-weight:700;font-size:16px;line-height:24px;padding:12px 16px 8px;height:52px;white-space:nowrap}.service-tab .table-wrapper .service-table .ant-table-thead>tr>th:before{display:none!important}.service-tab .table-wrapper .service-table .ant-table-tbody>tr>td{border-bottom:1px solid #E3E3E3;padding:8px 16px;height:56px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;vertical-align:middle;background-color:#fff}.service-tab .table-wrapper .service-table .ant-table-tbody>tr.ant-table-row:hover>td,.service-tab .table-wrapper .service-table .ant-table-tbody>tr>td.ant-table-cell-row-hover{background:transparent!important}.service-tab .table-wrapper .service-table .order-code{font-family:Nunito,sans-serif;font-size:14px;font-weight:700;line-height:20px;color:#2d1d04}.service-tab .table-wrapper .service-table .item-name{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.service-tab .table-wrapper .service-table .time-cell{white-space:pre-line;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.service-tab .table-wrapper .service-table .ant-table-row-level-1>td{background-color:#e3e3e366!important;border-bottom:1px solid #E3E3E3!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.service-tab .table-wrapper .service-table .ant-table-row-level-1:last-of-type>td{border-bottom:1px solid #E3E3E3!important}.service-tab .table-wrapper .service-table .ant-table-row-level-1 .ant-table-row-expand-icon-cell,.service-tab .table-wrapper .service-table .ant-table-row-level-1 .ant-table-cell-with-append{background-color:#e3e3e366!important}.service-tab .table-wrapper .service-table .ant-table-expanded-row>td{padding:0!important;background:transparent!important}.service-tab .table-wrapper .service-table .ant-table-expanded-row>td .ant-table-wrapper{margin:0!important}.service-tab .table-wrapper .service-table .ant-table-expanded-row>td .ant-table-wrapper .ant-table{margin:0!important}.service-tab .table-wrapper .service-table .ant-table-expanded-row>td .ant-table-wrapper .ant-table-thead{display:none}.service-tab .table-wrapper .service-table .ant-table-expanded-row>td .ant-table-wrapper .ant-table-tbody>tr>td{background-color:#e3e3e366;border-bottom:1px solid #E3E3E3;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.service-tab .table-wrapper .service-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.service-tab .table-wrapper .service-table .ant-table-row-expand-icon{color:#2d1d04;border-color:#2d1d04}.service-card-tab{display:flex;flex-direction:column;width:100%;gap:16px}.service-card-tab .sct-header{display:flex;align-items:center;gap:8px}.service-card-tab .sct-header__icon-wrapper{width:24px;height:24px;padding:6px;background:#f4f0e780;border-radius:6px;display:flex;align-items:center;justify-content:center}.service-card-tab .sct-header__icon{width:20px;height:20px}.service-card-tab .sct-header__title{margin:0;font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:30px;color:#2d1d04}.service-card-tab .sct-section{display:flex;flex-direction:column;gap:12px}.service-card-tab .sct-section__title{font-family:Nunito,sans-serif;font-size:18px;font-weight:500;line-height:28px;color:#2d1d04;border-left:4px solid #825826;padding-left:16px;margin:0}.service-card-tab .sct-empty{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#bababa;padding:24px}.service-card-tab .sct-section .sct-row,.service-card-tab .sct-row{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px}@media(max-width:1200px){.service-card-tab .sct-section .sct-row,.service-card-tab .sct-row{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:768px){.service-card-tab .sct-section .sct-row,.service-card-tab .sct-row{grid-template-columns:1fr!important;gap:12px}}.service-card-tab .sct-card{border-radius:12px;overflow:hidden;display:flex;flex-direction:column;gap:12px;padding:16px}.service-card-tab .sct-card--active{background:linear-gradient(125.3deg,#fff6e3,#e5962266);box-shadow:0 4px 15px #00000026;border:1px solid transparent}.service-card-tab .sct-card--inactive{background:#e3e3e3;border:1px solid #E3E3E3}.service-card-tab .sct-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.service-card-tab .sct-card__name{font-family:Nunito,sans-serif;font-size:16px;font-weight:500;line-height:24px;flex:1;color:#2d1d04}.service-card-tab .sct-card__code{font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:24px;white-space:nowrap;flex-shrink:0;color:#2d1d04}.service-card-tab .sct-card--inactive .service-card-tab .sct-card__name,.service-card-tab .sct-card--inactive .service-card-tab .sct-card__code{color:#bababa}.service-card-tab .sct-card__body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:128px}.service-card-tab .sct-card__label{font-family:Nunito,sans-serif;font-size:12px;font-weight:400;line-height:16px;display:block;color:#2d1d04}.service-card-tab .sct-card--inactive .service-card-tab .sct-card__label{color:#bababa}.service-card-tab .sct-card__fraction{font-family:Nunito,sans-serif;font-size:32px;font-weight:500;line-height:48px;color:#2d1d04}.service-card-tab .sct-card--inactive .service-card-tab .sct-card__fraction{color:#bababa}.service-card-tab .sct-card__price{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#825826}.service-card-tab .sct-card--inactive .service-card-tab .sct-card__price{color:#bababa}.service-card-tab .sct-card__footer{display:flex;gap:8px;justify-content:flex-end}.service-card-tab .sct-btn{border:none;border-radius:1000px;padding:4px 16px;height:32px;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;cursor:pointer;transition:all .15s}.service-card-tab .sct-btn--checkin{background:#825826;color:#feffff}.service-card-tab .sct-btn--checkin:hover:not(:disabled){background:#6a461e}.service-card-tab .sct-btn--checkin:disabled{background:#bababa;cursor:not-allowed}.service-card-tab .sct-btn--detail{background:#c3a593;color:#2d1d04}.service-card-tab .sct-btn--detail:hover{background:#b89582}.service-card-tab .sct-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:1000;display:flex;align-items:center;justify-content:center}.service-card-tab .sct-modal{background:#feffff;border-radius:16px;width:480px;max-width:calc(100vw - 32px);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 20px #00000014}.service-card-tab .sct-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #CAC5BF;background:#feffff}.service-card-tab .sct-modal__title{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#2d1d04}.service-card-tab .sct-modal__close{width:32px;height:32px;border-radius:1000px;border:none;background:#feffff00;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2d1d04;transition:background .15s}.service-card-tab .sct-modal__close:hover{background:#0000000a}.service-card-tab .sct-modal__body{padding:16px;flex:1;background:#feffff}.service-card-tab .sct-modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:16px;background:#feffff}.service-card-tab .sct-modal__btn{height:32px;border-radius:1000px;padding:4px 16px;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;cursor:pointer;transition:all .15s}.service-card-tab .sct-modal__btn--back{background:transparent;border:1px solid #2D1D04;color:#2d1d04}.service-card-tab .sct-modal__btn--back:hover{background:#2d1d040a}.service-card-tab .sct-modal__btn--confirm{background:#825826;border:none;color:#feffff}.service-card-tab .sct-modal__btn--confirm:hover:not(:disabled){background:#6a461e}.service-card-tab .sct-modal__btn--confirm:disabled{opacity:.6;cursor:not-allowed}.service-card-tab .sct-tbl-head{display:flex;justify-content:space-between;font-family:Nunito,sans-serif;font-size:12px;font-weight:700;line-height:16px;color:#727270;padding:0 4px 8px;border-bottom:1.5px solid #E3E3E3;text-transform:uppercase}.service-card-tab .sct-tbl-row{display:flex;align-items:center;justify-content:space-between;padding:12px 4px;border-bottom:1px solid #E3E3E3}.service-card-tab .sct-tbl-row__name{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#2d1d04}.service-card-tab .sct-qty{display:flex;align-items:center;gap:10px}.service-card-tab .sct-qty__btn{width:28px;height:28px;border-radius:50%;border:1.5px solid #BABABA;background:#feffff;font-family:Nunito,sans-serif;font-size:16px;font-weight:500;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2d1d04;transition:all .15s}.service-card-tab .sct-qty__btn:hover{border-color:#825826;color:#825826}.service-card-tab .sct-qty__val{font-family:Nunito,sans-serif;font-size:16px;font-weight:600;line-height:24px;min-width:24px;text-align:center;color:#2d1d04}.service-card-tab .sct-staff{margin-top:16px}.service-card-tab .sct-staff__title{display:flex;align-items:center;gap:6px;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#2d1d04;margin-bottom:10px}.service-card-tab .sct-staff__row{display:flex;align-items:center;gap:8px;padding:8px 4px;border-bottom:1px solid #E3E3E3}.service-card-tab .sct-staff__row:last-child{border-bottom:none}.service-card-tab .sct-staff__name{flex:1;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.service-card-tab .sct-staff__add{display:flex;align-items:center;gap:8px;padding:8px 4px;border-bottom:1px solid #E3E3E3;margin-bottom:4px}.service-card-tab .sct-staff__select.ant-select .ant-select-selector{border:none!important;box-shadow:none!important;padding-left:0!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px}.service-card-tab .sct-staff__remove{border:none;background:transparent;cursor:pointer;color:#bababa;padding:4px;border-radius:4px;display:flex;align-items:center;transition:all .15s}.service-card-tab .sct-staff__remove:hover{color:#ee2e53;background:#ee2e531a}.service-card-tab .sct-staff__amount{width:120px!important}.service-card-tab .sct-staff__amount .ant-input-number-input{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;text-align:right}.service-card-tab .sct-staff__amount--filled{background:#d6f3e6!important;border-color:#088941!important;border-radius:8px}.service-card-tab .sct-staff__amount--filled .ant-input-number-input{color:#088941!important;font-weight:600}.note-tab{display:flex;flex-direction:column;gap:16px;width:100%;font-family:Nunito,sans-serif}.note-tab .note-header{display:flex;align-items:center;gap:8px}.note-tab .note-header__icon-wrapper{width:24px;height:24px;padding:6px;background:#f4f0e780;border-radius:6px;display:flex;align-items:center;justify-content:center}.note-tab .note-header__icon{width:20px;height:20px}.note-tab .note-header__title{margin:0;font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:30px;color:#2d1d04}.note-tab .input-section{display:flex;flex-direction:column;gap:6px;padding-bottom:16px;border-bottom:1px solid #CAC5BF}.note-tab .input-section .input-title{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424}.note-tab .input-section .note-textarea{border-radius:12px;background-color:#feffff;border:1px solid #BABABA;padding:12px 16px;font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#242424;resize:none;width:100%}.note-tab .input-section .note-textarea::placeholder{color:#bababa}.note-tab .input-section .note-textarea:hover,.note-tab .input-section .note-textarea:focus{border-color:#825826;outline:none;box-shadow:0 0 0 2px #8258261a}.note-tab .input-section .actions-wrapper{display:flex;justify-content:flex-end}@media(max-width:480px){.note-tab .input-section .actions-wrapper .btn-save{width:100%}}.note-tab .input-section .actions-wrapper .btn-save{height:40px;border-radius:1000px;background-color:#825826;border:none;padding:8px 24px;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#feffff;cursor:pointer;transition:background .15s;text-transform:uppercase}.note-tab .input-section .actions-wrapper .btn-save:hover:not(:disabled){background-color:#6a461e}.note-tab .input-section .actions-wrapper .btn-save:disabled{opacity:.6;cursor:not-allowed}.note-tab .table-wrapper{background:#feffff;border:1px solid #CAC5BF;border-radius:12px;overflow-x:auto;width:100%}.note-tab .table-wrapper .note-table{min-width:500px;width:100%;border-collapse:collapse;font-family:Nunito,sans-serif}.note-tab .table-wrapper .note-table thead tr th{background:transparent;border-bottom:1.5px solid #2D1D04;padding:12px 16px 8px;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#242424;text-align:left;white-space:nowrap}.note-tab .table-wrapper .note-table tbody tr td{border-bottom:1px solid #E3E3E3;padding:8px 16px;vertical-align:middle;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;height:56px}.note-tab .table-wrapper .note-table tbody tr:last-child td{border-bottom:none}.note-tab .table-wrapper .note-table .note-time{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;white-space:pre-wrap}.note-tab .table-wrapper .note-table .note-empty{text-align:center;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#bababa;padding:24px}.note-tab .action-icons{display:flex;justify-content:center;align-items:center;gap:16px}.note-tab .action-icons .icon-btn{font-size:24px;cursor:pointer;transition:color .15s;display:flex;align-items:center;justify-content:center}.note-tab .action-icons .icon-edit{color:#2d1d04}.note-tab .action-icons .icon-edit:hover{color:#825826}.note-tab .action-icons .icon-delete{color:#ee2e53}.note-tab .action-icons .icon-delete:hover{color:#c0392b}.note-edit-modal{font-family:Nunito,sans-serif}.note-edit-modal .ant-modal-header{border-bottom:1px solid #CAC5BF;padding:16px;background:#feffff}.note-edit-modal .ant-modal-header .ant-modal-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#2d1d04}.note-edit-modal .ant-modal-body{padding:16px;background:#feffff}.note-edit-modal .ant-modal-body .note-edit-textarea{border-radius:12px!important;border:1px solid #BABABA!important;background-color:#feffff!important;font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#242424;padding:12px 16px!important}.note-edit-modal .ant-modal-body .note-edit-textarea:hover,.note-edit-modal .ant-modal-body .note-edit-textarea:focus{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a!important}.note-edit-modal .ant-modal-body .note-edit-textarea::placeholder{color:#bababa}.note-edit-modal .ant-modal-footer{border-top:none;padding:16px;background:#feffff;display:flex;justify-content:flex-end;gap:8px}.note-edit-modal .ant-modal-footer .ant-btn{height:32px;border-radius:1000px;padding:4px 16px;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;transition:all .15s}.note-edit-modal .ant-modal-footer .ant-btn.ant-btn-default{background:transparent;border:1px solid #2D1D04;color:#2d1d04}.note-edit-modal .ant-modal-footer .ant-btn.ant-btn-default:hover:not(:disabled){background:#2d1d040a;border-color:#2d1d04;color:#2d1d04}.note-edit-modal .ant-modal-footer .ant-btn.ant-btn-primary{background:#825826;border:none;color:#feffff}.note-edit-modal .ant-modal-footer .ant-btn.ant-btn-primary:hover:not(:disabled){background:#6a461e}.note-edit-modal .ant-modal-footer .ant-btn.ant-btn-primary:disabled{opacity:.6;cursor:not-allowed}.note-edit-modal .ant-modal-close{width:32px;height:32px;border-radius:1000px;transition:background .15s}.note-edit-modal .ant-modal-close:hover{background:#0000000a}.note-edit-modal .ant-modal-close .ant-modal-close-x{width:32px;height:32px;line-height:32px;font-size:13px;color:#2d1d04}.image-edit-modal{font-family:Nunito,sans-serif}.image-edit-modal .ant-modal-content{border-radius:16px;padding:0;overflow:hidden;box-shadow:0 10px 20px #00000014}.image-edit-modal .ant-modal-header{padding:16px;margin:0;border-bottom:1px solid #CAC5BF;background:#feffff}.image-edit-modal .ant-modal-header .modal-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#2d1d04}.image-edit-modal .ant-modal-close{top:16px;right:16px;width:32px;height:32px;border-radius:1000px;transition:background .15s}.image-edit-modal .ant-modal-close:hover{background:#0000000a}.image-edit-modal .ant-modal-close .ant-modal-close-x{width:32px;height:32px;line-height:32px;font-size:13px;color:#2d1d04}.image-edit-modal .ant-modal-body{padding:0}.image-edit-modal .iem-body{padding:16px;display:flex;flex-direction:column;gap:16px;border-bottom:1px solid #CAC5BF;background:#feffff}.image-edit-modal .iem-img-wrap{display:flex;justify-content:center}.image-edit-modal .iem-img-wrap .iem-img{width:280px;height:280px;object-fit:cover;border-radius:8px}.image-edit-modal .iem-field{display:flex;flex-direction:column;gap:6px}.image-edit-modal .iem-field__label{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424}.image-edit-modal .iem-field .iem-textarea{border-radius:12px;border:1px solid #BABABA;background:#feffff;font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#242424;padding:12px 16px;resize:none}.image-edit-modal .iem-field .iem-textarea::placeholder{color:#bababa}.image-edit-modal .iem-field .iem-textarea:hover,.image-edit-modal .iem-field .iem-textarea:focus{border-color:#825826;box-shadow:0 0 0 2px #8258261a;outline:none}.image-edit-modal .iem-footer{display:flex;justify-content:flex-end;gap:8px;padding:16px;background:#feffff}.image-edit-modal .iem-btn{height:32px;border-radius:1000px;padding:4px 16px;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;cursor:pointer;border:none;transition:all .15s}.image-edit-modal .iem-btn--cancel{background:transparent;border:1px solid #2D1D04;color:#2d1d04}.image-edit-modal .iem-btn--cancel:hover{background:#2d1d040a;border-color:#2d1d04;color:#2d1d04}.image-edit-modal .iem-btn--save{background:#825826;color:#feffff}.image-edit-modal .iem-btn--save:hover{background:#6a461e}.image-tab{display:flex;flex-direction:column;gap:16px;width:100%;font-family:Nunito,sans-serif}.image-tab .image-header{display:flex;align-items:center;gap:8px}.image-tab .image-header__icon-wrapper{width:24px;height:24px;padding:6px;background:#f4f0e780;border-radius:6px;display:flex;align-items:center;justify-content:center}.image-tab .image-header__icon{width:20px;height:20px}.image-tab .image-header__title{margin:0;font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:30px;color:#2d1d04}.image-tab .img-upload-area{border:1px dashed #BABABA;border-radius:12px;background:transparent;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;cursor:pointer;transition:border-color .2s}.image-tab .img-upload-area:hover{border-color:#825826}.image-tab .img-upload-area:hover .img-upload-area__icon-wrapper{background:#8258261a}.image-tab .img-upload-area:hover .img-upload-area__icon,.image-tab .img-upload-area:hover .img-upload-area__text{color:#825826}.image-tab .img-upload-area--loading{cursor:default;opacity:.6}.image-tab .img-upload-area__icon-wrapper{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#bababa1a;border-radius:6px;padding:6px;transition:background .2s}.image-tab .img-upload-area__icon{font-size:24px;color:#bababa;transition:color .2s}.image-tab .img-upload-area__text{font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#bababa;text-align:center;transition:color .2s}.image-tab .img-groups{display:flex;flex-direction:column;gap:16px}.image-tab .img-empty{text-align:center;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#bababa;padding:40px}.image-tab .img-group{display:flex;flex-direction:column;gap:24px}.image-tab .img-group__date{background:#e3e3e3;border-radius:8px;padding:12px;font-family:Nunito,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#2d1d04}.image-tab .img-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}@media(max-width:480px){.image-tab .img-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px}}.image-tab .img-card{width:100%;aspect-ratio:1/1;height:auto;border-radius:8px;overflow:hidden;position:relative;cursor:pointer;isolation:isolate;flex-shrink:0;background:#feffff;transition:box-shadow .2s}.image-tab .img-card:hover,.image-tab .img-card--active{box-shadow:0 10px 20px #ff7a0d33}.image-tab .img-card__photo{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:8px}.image-tab .img-card__menu{position:absolute;top:8px;right:8px;width:40px;height:40px;border-radius:1000px;background:transparent;display:flex;align-items:center;justify-content:center;z-index:2;cursor:pointer;transition:all .15s}.image-tab .img-card__menu .anticon{filter:drop-shadow(0px 1px 3px rgba(0,0,0,.8))}.image-tab .img-card__menu:hover{background:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.image-tab .img-card__menu:hover .anticon{filter:none}.ant-dropdown-menu{border-radius:8px;box-shadow:0 10px 20px #00000014;border:1px solid #CAC5BF;padding:16px!important;display:flex!important;flex-direction:column;gap:16px;background:#fffc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.ant-dropdown-menu .ant-dropdown-menu-item{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#2d1d04;padding:0!important;border-radius:8px;text-decoration:underline;display:flex;align-items:center;gap:12px}.ant-dropdown-menu .ant-dropdown-menu-item .anticon{font-size:20px;color:#2d1d04}.ant-dropdown-menu .ant-dropdown-menu-item:hover{background:transparent!important;color:#825826}.ant-dropdown-menu .ant-dropdown-menu-item:hover .anticon{color:#825826}.ant-dropdown-menu .ant-dropdown-menu-item-danger .anticon{color:#2d1d04}.ant-dropdown-menu .ant-dropdown-menu-item-danger:hover{background:transparent!important;color:#ee2e53!important}.ant-dropdown-menu .ant-dropdown-menu-item-danger:hover .anticon{color:#ee2e53!important}.delete-confirm-modal{font-family:Nunito,sans-serif}.delete-confirm-modal .ant-modal-content{border-radius:16px;padding:0;overflow:hidden;box-shadow:0 10px 20px #00000014}.delete-confirm-modal .ant-modal-confirm-body-wrapper{padding:0}.delete-confirm-modal .ant-modal-confirm-body{padding:16px;display:flex;gap:12px}.delete-confirm-modal .ant-modal-confirm-body .ant-modal-confirm-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#2d1d04;flex:1}.delete-confirm-modal .ant-modal-confirm-body .ant-modal-confirm-content{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;margin-left:0}.delete-confirm-modal .ant-modal-confirm-body .anticon{font-size:22px;color:#faad14}.delete-confirm-modal .ant-modal-confirm-btns{padding:16px;margin-top:0;display:flex;justify-content:flex-end;gap:8px}.delete-confirm-modal .ant-modal-confirm-btns .ant-btn{height:32px;border-radius:1000px;padding:4px 16px;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;margin:0}.delete-confirm-modal .ant-modal-confirm-btns .ant-btn.ant-btn-default{background:transparent;border:1px solid #2D1D04;color:#2d1d04}.delete-confirm-modal .ant-modal-confirm-btns .ant-btn.ant-btn-default:hover{background:#2d1d040a!important;border-color:#2d1d04!important;color:#2d1d04!important}.delete-confirm-modal .ant-modal-confirm-btns .ant-btn.ant-btn-primary{background:#ee2e53;border:none;color:#feffff}.delete-confirm-modal .ant-modal-confirm-btns .ant-btn.ant-btn-primary:hover{background:#c0392b!important}.back-button{position:relative;border-radius:1000px;display:flex;align-items:center;justify-content:flex-start;align-self:flex-start;gap:12px;color:#2d1d04;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;text-decoration:underline;padding:0;height:auto}.back-button:hover{color:#825826}.back-button .ant-btn-icon{display:flex;align-items:center;justify-content:center}.back-button .ant-btn-icon img{width:16px;height:16px}.page-title-section{display:flex;flex-direction:column;gap:12px}.page-title-section .page-title{font-family:Nunito,sans-serif;font-size:28px;font-weight:700;line-height:40px;margin:0;color:#2d1d04}.page-title-section .detail-tabs .ant-tabs-nav{margin-bottom:0;width:100%;min-width:0}.page-title-section .detail-tabs .ant-tabs-nav:before{border-bottom:1px solid #E3E3E3}.page-title-section .detail-tabs .ant-tabs-nav .ant-tabs-nav-wrap{overflow-x:auto!important;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x}.page-title-section .detail-tabs .ant-tabs-nav .ant-tabs-nav-wrap::-webkit-scrollbar{display:none}.page-title-section .detail-tabs .ant-tabs-nav .ant-tabs-nav-list{flex-wrap:nowrap}.page-title-section .detail-tabs .ant-tabs-nav .ant-tabs-tab{padding:4px 12px 10px;color:#727270;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;margin:0;flex-shrink:0;white-space:nowrap;-webkit-user-select:none;user-select:none}.page-title-section .detail-tabs .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-icon{font-size:14px;margin-right:6px}.page-title-section .detail-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{border-bottom:2px solid #825826;color:#242424;font-weight:500;z-index:2}.page-title-section .detail-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#242424}.page-title-section .detail-tabs .ant-tabs-nav .ant-tabs-ink-bar{display:none}@media(max-width:768px){.page-title-section .page-title{font-size:24px;line-height:32px}}.detail-content{display:flex;flex-direction:column;gap:24px;padding-bottom:24px;border-bottom:1px solid #CAC5BF}.detail-content .section-header{border-left:4px solid #825826;padding-left:16px;margin-top:20px}.detail-content .section-header .section-title{font-family:Nunito,sans-serif;font-size:18px;font-weight:500;line-height:28px;margin:0;color:#2d1d04}.detail-content .avatar-header-row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px;flex-wrap:wrap}@media(max-width:1024px){.detail-content .avatar-header-row{justify-content:flex-start}}@media(max-width:768px){.detail-content .avatar-header-row{flex-direction:column;align-items:center;text-align:center;gap:24px}}.detail-content .avatar-header-row .avatar-actions-left{display:flex;align-items:center;gap:12px}@media(max-width:480px){.detail-content .avatar-header-row .avatar-actions-left{flex-direction:column}}.detail-content .avatar-header-row .avatar-actions-left .avatar-wrap{position:relative;cursor:pointer;border-radius:50%;display:inline-block}.detail-content .avatar-header-row .avatar-actions-left .avatar-wrap:hover .ant-avatar{filter:brightness(.75)}.detail-content .avatar-header-row .avatar-actions-left .avatar-wrap .avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#0006;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px}.detail-content .avatar-header-row .avatar-actions-left .ant-avatar{background-color:#fffaf5;border:1px solid #825826;padding:20px}.detail-content .avatar-header-row .avatar-actions-left .action-buttons-group{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.detail-content .avatar-header-row .avatar-actions-left .action-buttons-group .delete-btn,.detail-content .avatar-header-row .avatar-actions-left .action-buttons-group .upload-btn{height:32px;border-radius:1000px;font-size:12px;font-weight:500;text-transform:uppercase;padding:4px 16px}.detail-content .avatar-header-row .avatar-actions-left .action-buttons-group .delete-btn{border:1px solid #A1A1AA;color:#a1a1aa;background:transparent}.detail-content .avatar-header-row .avatar-actions-left .action-buttons-group .delete-btn:hover{border-color:#825826;color:#825826}.detail-content .avatar-header-row .avatar-actions-left .action-buttons-group .upload-btn{background:#825826;color:#feffff;border:none}.detail-content .avatar-header-row .avatar-actions-left .action-buttons-group .upload-btn:hover{background:#6b4820!important}.detail-content .avatar-header-row .barcode-placeholder{width:auto;max-width:100%;height:auto;min-height:40px;position:relative;overflow:hidden;display:flex;justify-content:center}.detail-content .avatar-header-row .qrcode-placeholder{width:120px;height:120px;position:relative;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:4px;border:1px solid #eee;border-radius:8px}.detail-content .avatar-header-row .print-btn{height:32px;border-radius:1000px;background:#825826;color:#feffff;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;padding:0 32px;border:none;display:flex;align-items:center;justify-content:center;gap:8px}.detail-content .avatar-header-row .print-btn .anticon{font-size:22px}@media(max-width:768px){.detail-content .avatar-header-row .print-btn{width:100%;height:52px;font-size:20px}.detail-content .avatar-header-row .print-btn .anticon{font-size:24px}}.detail-content .avatar-header-row .print-btn:hover{background:#6b4820!important}.detail-content .form-section{display:flex;flex-direction:column;gap:16px}.detail-content .form-section .ant-form-item{margin-bottom:0}.detail-content .form-section .ant-form-item-label{padding-bottom:4px}.detail-content .form-section .ant-form-item-label>label{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424;height:auto}.detail-content .form-section .ant-form-item-label>label:before{display:none!important}.detail-content .form-section .ant-form-item-label>label.ant-form-item-required:after{display:inline-block;margin-left:4px;color:#ee2e53;font-size:14px;font-family:Nunito,sans-serif;line-height:1;content:"*"}.detail-content .form-section .ant-form-item-label .ant-form-item-optional{display:none}.detail-content .form-section .ant-row{margin-bottom:12px}.detail-content .form-section .form-item{display:flex;flex-direction:column;gap:4px}.detail-content .form-section .form-item label{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424}.detail-content .form-section .ant-input,.detail-content .form-section .ant-select .ant-select-selector,.detail-content .form-section .ant-picker{height:40px;border-radius:8px;border:1px solid #BABABA!important;background-color:#feffff!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;padding:6px 16px}.detail-content .form-section .ant-input:hover,.detail-content .form-section .ant-select .ant-select-selector:hover,.detail-content .form-section .ant-picker:hover{border-color:#825826!important}.detail-content .form-section .ant-input:focus,.detail-content .form-section .ant-input.ant-input-focused,.detail-content .form-section .ant-select .ant-select-selector:focus,.detail-content .form-section .ant-select .ant-select-selector.ant-input-focused,.detail-content .form-section .ant-picker:focus,.detail-content .form-section .ant-picker.ant-input-focused{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a}.detail-content .form-section .ant-select-focused .ant-select-selector{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a!important}.detail-content .form-section .ant-input::placeholder{color:#bababa;font-family:Nunito,sans-serif}.detail-content .form-section .ant-select-selector{padding:6px 16px!important;height:40px!important}.detail-content .form-section .ant-select-selection-placeholder{color:#bababa;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px}.detail-content .form-section .ant-select-selection-item{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center}.detail-content .form-section .ant-select-arrow,.detail-content .form-section .ant-picker-suffix{color:#2d1d04}.detail-content .form-section .ant-form-item-explain-error{font-family:Nunito,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#ee2e53;margin-top:4px}.detail-content .form-section .disabled-input{background-color:#feffff!important;color:#bababa!important;cursor:not-allowed}.detail-content .form-section .ant-picker{width:100%}.detail-content .form-section .ant-picker input{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px}.detail-content .form-section .ant-picker input::placeholder{color:#bababa;font-family:Nunito,sans-serif}.detail-content .form-section textarea.ant-input{height:auto;min-height:40px;padding:6px 16px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;resize:none}.detail-content .form-section textarea.ant-input::placeholder{color:#bababa}.detail-content .usage-table-wrapper{border-radius:12px;border:1px solid #CAC5BF;background:#fff;padding:8px 24px 24px;overflow-x:auto}.detail-content .usage-table-wrapper .usage-info-table{width:100%;border-collapse:collapse;font-family:Nunito,sans-serif;min-width:900px}.detail-content .usage-table-wrapper .usage-info-table thead tr th{background:transparent;border-bottom:1.5px solid #2D1D04;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#242424;padding:8px 16px;height:56px;text-align:center;white-space:nowrap}.detail-content .usage-table-wrapper .usage-info-table tbody tr td{border-bottom:1px solid #E3E3E3;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;padding:8px 16px;height:48px;text-align:center;white-space:nowrap}.detail-content .usage-table-wrapper .usage-info-table tbody tr.empty-row td{color:#727270;text-align:center;padding:16px}.detail-content .usage-table-wrapper .usage-info-table tbody tr:last-child td{border-bottom:none}.detail-content .usage-table-wrapper .usage-table .ant-table{background:transparent}.detail-content .usage-table-wrapper .usage-table .ant-table .ant-table-container{border:none}.detail-content .usage-table-wrapper .usage-table .ant-table .ant-table-thead>tr>th{background:transparent;border-bottom:1.5px solid #2D1D04;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#242424;padding:8px 16px;height:56px;text-align:center}.detail-content .usage-table-wrapper .usage-table .ant-table .ant-table-thead>tr>th:before{display:none}.detail-content .usage-table-wrapper .usage-table .ant-table .ant-table-thead>tr>th:first-child{padding-left:16px;text-align:left}.detail-content .usage-table-wrapper .usage-table .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #E3E3E3;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;padding:8px 16px;vertical-align:top;text-align:center}.detail-content .usage-table-wrapper .usage-table .ant-table .ant-table-tbody>tr>td:first-child{padding-left:16px;text-align:left}.detail-content .usage-table-wrapper .usage-table .ant-table .ant-table-tbody>tr>td:nth-child(2){text-align:left}.detail-content .usage-table-wrapper .usage-table .ant-table .ant-table-tbody>tr:hover>td{background:#fafaf9}@media(max-width:768px){.detail-content .usage-table-wrapper{padding:8px 12px 12px}.detail-content .usage-table-wrapper .usage-info-table{min-width:720px}}.action-buttons{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:20px}@media(max-width:768px){.action-buttons{flex-direction:column;align-items:stretch;gap:16px}}.action-buttons .note-text{flex:1;font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#71717a}@media(max-width:768px){.action-buttons .note-text{text-align:center;font-size:14px}}.action-buttons .back-action-btn,.action-buttons .reset-btn,.action-buttons .save-btn{height:40px;border-radius:1000px;font-size:14px;font-weight:500;text-transform:uppercase;padding:8px 24px}@media(max-width:768px){.action-buttons .back-action-btn,.action-buttons .reset-btn,.action-buttons .save-btn{width:100%}}.action-buttons .back-action-btn,.action-buttons .reset-btn{border:1px solid #2D1D04;color:#2d1d04;background:transparent}.action-buttons .back-action-btn:hover,.action-buttons .reset-btn:hover{border-color:#825826;color:#825826}.action-buttons .reset-btn{background:#c3a593;border:none;color:#2d1d04}.action-buttons .reset-btn:hover{background:#b89582}.action-buttons .save-btn{background:#825826;color:#feffff;border:none}.action-buttons .save-btn:hover{background:#6b4820!important}.debt-tab{display:flex;flex-direction:column;gap:16px}.debt-tab .debt-header{display:flex;align-items:center;gap:8px}.debt-tab .debt-header .icon-wrapper{width:24px;height:24px;padding:6px;background:#f5f5f480;border-radius:6px;display:flex;align-items:center;justify-content:center}.debt-tab .debt-header .debt-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:30px;margin:0;color:#2d1d04}.debt-tab .debt-table-wrapper{border-radius:12px;background:#fff;padding:0 16px 16px;outline:1px solid #CAC5BF;outline-offset:-1px;overflow:hidden}.debt-tab .debt-table-wrapper .debt-table .ant-table{background:transparent}.debt-tab .debt-table-wrapper .debt-table .ant-table .ant-table-thead>tr>th{background:transparent;border-bottom:1.5px solid #2D1D04;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#242424;padding:16px;height:56px;text-align:left}.debt-tab .debt-table-wrapper .debt-table .ant-table .ant-table-thead>tr>th:before{display:none}.debt-tab .debt-table-wrapper .debt-table .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #E3E3E3;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;padding:12px 16px}.debt-tab .debt-table-wrapper .debt-table .ant-table .ant-table-tbody>tr>td .debt-code{color:#2563eb;text-decoration:underline;font-family:Nunito,sans-serif}.debt-tab .debt-table-wrapper .debt-table .ant-table .ant-table-tbody>tr>td .pay-debt-btn{height:32px;padding:4px 16px;background:#c3a593;border-radius:1000px;border:none;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;color:#2d1d04;text-transform:uppercase;line-height:16px}.debt-tab .debt-table-wrapper .debt-table .ant-table .ant-table-tbody>tr>td .pay-debt-btn:hover{background:#c3a593;color:#2d1d04}.debt-tab .debt-table-wrapper .debt-table .ant-table .ant-table-summary .debt-summary-row{background:#fff}.debt-tab .debt-table-wrapper .debt-table .ant-table .ant-table-summary .debt-summary-row td{border-top:1px solid #BABABA;padding:14px 16px;color:#242424}.debt-tab .debt-table-wrapper .debt-table .ant-table .ant-table-summary .debt-summary-row td .total-label{font-family:Nunito,sans-serif;font-size:18px;font-weight:700;line-height:28px;text-align:right;display:block}.debt-tab .debt-table-wrapper .debt-table .ant-table .ant-table-summary .debt-summary-row td .total-debt{font-family:Nunito,sans-serif;font-size:18px;font-weight:700;line-height:28px;color:#f43f5e}.advanced-search-form.order-advanced-search{width:100%;position:relative;border-radius:16px;background-color:#e3e3e366;border:1px solid #f4f0e7;box-sizing:border-box;overflow:visible!important;z-index:1;display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:12px;text-align:left;font-size:18px;color:#2d1d04;font-family:Nunito,sans-serif}.advanced-search-form.order-advanced-search .search-header{align-self:stretch;display:flex;align-items:center;flex-shrink:0}.advanced-search-form.order-advanced-search .search-header .search-header-wrapper .search-title{position:relative;line-height:28px;font-weight:500;font-size:18px;color:#2d1d04}.advanced-search-form.order-advanced-search .search-filters{align-self:stretch;display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;flex-shrink:1;font-size:14px;color:#242424;position:relative}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper{height:40px;flex:1;position:relative;border-radius:12px;background-color:#feffff;border:1px solid #e3e3e3;box-sizing:border-box;overflow:visible;display:flex;align-items:center;text-align:center;color:#bababa;padding:0;gap:0;z-index:10;transition:all .2s}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper.is-open{z-index:20;border-color:#825826}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper .search-type-button{height:100%;min-width:44px;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;border-right:1px solid #e3e3e3;cursor:pointer;transition:all .2s;padding:0 10px;border-top-left-radius:11px;border-bottom-left-radius:11px;z-index:2}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper .search-type-button:hover{background-color:#f0f0f0}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper .search-type-button .search-type-icon{font-size:12px;color:#2d1d04;transform:rotate(0);transition:transform .3s}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper .search-type-button .search-type-icon.rotated{transform:rotate(180deg)}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper .search-text-wrapper{flex:1;display:flex;align-items:center;padding:0 12px}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper .search-text-wrapper .search-input-field{width:100%;border:none;background:transparent;font-family:Nunito,sans-serif;font-size:14px;line-height:20px;color:#242424;padding:0;height:40px;outline:none}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper .search-text-wrapper .search-input-field::placeholder{color:#bababa}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper .search-text-wrapper .search-input-field:focus{box-shadow:none}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper .search-type-menu{position:absolute;margin:0!important;top:42px;left:0;box-shadow:0 10px 20px #00000014!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-radius:8px!important;background-color:#fff!important;border:1px solid #e3e3e3!important;box-sizing:border-box!important;width:180px;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;padding:8px!important;gap:4px!important;text-align:left!important;font-size:13px!important;color:#2d1d04!important;font-family:Nunito,sans-serif!important;z-index:100}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper .search-type-menu .menu-item{width:100%;border-radius:8px;display:flex;align-items:center;padding:8px 12px;margin:0;font-size:12px;line-height:16px;font-weight:500;color:#2d1d04;cursor:pointer;transition:all .3s}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper .search-type-menu .menu-item:hover{background-color:#8258261a}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper .search-type-menu .menu-item.selected{background-color:#82582626;color:#2d1d04;font-size:14px}.advanced-search-form.order-advanced-search .search-filters .filter-button{height:40px;width:40px;border-radius:1000px;border:1px solid #2d1d04;box-sizing:border-box;display:none;align-items:center;justify-content:center;background:transparent;cursor:pointer;transition:all .3s}.advanced-search-form.order-advanced-search .search-filters .filter-button:hover{background:#2d1d041a}.advanced-search-form.order-advanced-search .search-filters .baseinput{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.advanced-search-form.order-advanced-search .search-filters .baseinput .label{align-self:stretch;display:flex;align-items:center}.advanced-search-form.order-advanced-search .search-filters .baseinput .label .labelTitle{position:relative;line-height:20px;font-weight:500;font-size:14px;color:#242424}.advanced-search-form.order-advanced-search .search-filters .baseinput .base{align-self:stretch;height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:6px 16px;gap:6px;color:#bababa}.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText{flex:1;display:flex;align-items:center}.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-select,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-date{width:100%;font-family:Nunito,sans-serif;font-size:14px;color:#242424;background:transparent;border:none;box-shadow:none;padding:0}.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-select .ant-select-selector,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-select .ant-picker-input,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-date .ant-select-selector,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-date .ant-picker-input{background:transparent;border:none;box-shadow:none;padding:0;font-size:14px}.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-select .ant-select-selector .ant-select-selection-placeholder,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-select .ant-picker-input .ant-select-selection-placeholder,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-date .ant-select-selector .ant-select-selection-placeholder,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-date .ant-picker-input .ant-select-selection-placeholder{color:#bababa;opacity:0}.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-select .ant-select-selector .ant-select-selection-item,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-select .ant-picker-input .ant-select-selection-item,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-date .ant-select-selector .ant-select-selection-item,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-date .ant-picker-input .ant-select-selection-item,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-select .ant-select-selector input,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-select .ant-picker-input input,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-date .ant-select-selector input,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-date .ant-picker-input input{color:#242424}.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-select .ant-select-selector input::placeholder,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-select .ant-picker-input input::placeholder,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-date .ant-select-selector input::placeholder,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-date .ant-picker-input input::placeholder{color:#bababa;opacity:0}.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-select:hover,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-select:focus,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-date:hover,.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .input-date:focus{border:none;box-shadow:none}.advanced-search-form.order-advanced-search .search-filters .baseinput .base .inputText .chevronDownIcon{height:16px;width:16px;position:relative;font-size:12px;color:#bababa}.advanced-search-form.order-advanced-search .search-filters .search-actions-group{display:flex;align-items:center;gap:12px;margin-top:auto}.advanced-search-form.order-advanced-search .search-filters .refresh-button{height:40px;width:40px;border-radius:50%;border:1px solid #2d1d04;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:transparent;cursor:pointer;transition:all .3s;padding:0;flex-shrink:0}.advanced-search-form.order-advanced-search .search-filters .refresh-button:hover{background:#2d1d041a}.advanced-search-form.order-advanced-search .search-filters .refresh-button .refresh-icon{font-size:18px;color:#2d1d04}.advanced-search-form.order-advanced-search .search-filters .search-action-button{height:40px;border-radius:1000px;background-color:#c3a593;display:flex;align-items:center;justify-content:center;padding:0 24px;box-sizing:border-box;color:#2d1d04;border:none;cursor:pointer;transition:all .3s}.advanced-search-form.order-advanced-search .search-filters .search-action-button:hover{background-color:#b89582}.advanced-search-form.order-advanced-search .search-filters .search-action-button .search-action-text{line-height:20px;text-transform:uppercase;font-weight:600;font-size:14px}@media(max-width:1100px){.advanced-search-form.order-advanced-search .search-filters{gap:16px}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper{flex:1 1 100%;width:100%}.advanced-search-form.order-advanced-search .search-filters .baseinput{flex:1 1 calc(50% - 12px)}.advanced-search-form.order-advanced-search .search-filters .search-actions-group{flex:1 1 100%;width:100%}}@media(max-width:768px){.advanced-search-form.order-advanced-search .search-filters{display:grid;grid-template-columns:1fr 1fr;gap:16px}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper{grid-column:span 2}.advanced-search-form.order-advanced-search .search-filters .baseinput{width:100%}.advanced-search-form.order-advanced-search .search-filters .search-actions-group{grid-column:span 2;display:flex;gap:12px}.advanced-search-form.order-advanced-search .search-filters .search-actions-group .search-action-button{flex:1;background-color:#825826;color:#fff;border-radius:12px;height:44px}.advanced-search-form.order-advanced-search .search-filters .search-actions-group .refresh-button{height:44px;width:44px;border-radius:12px}}@media(max-width:480px){.advanced-search-form.order-advanced-search .search-filters{grid-template-columns:1fr}.advanced-search-form.order-advanced-search .search-filters .search-input-wrapper,.advanced-search-form.order-advanced-search .search-filters .search-actions-group{grid-column:span 1}}.order-table-container{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;background:#feffff;border-radius:12px;border:1px solid #F4F0E7}.order-table{background:transparent;padding:0;border:none;box-shadow:none;font-family:Nunito,sans-serif;overflow-x:auto;flex:1;min-height:0;display:flex;flex-direction:column}.order-table .ant-pagination{display:none}.order-table .ant-table{background:transparent;font-family:Nunito,sans-serif;flex:1;display:flex;flex-direction:column;min-height:0}.order-table .ant-table .ant-table-container{flex:1;display:flex;flex-direction:column;min-height:0}.order-table .ant-table .ant-table-content{overflow-x:auto;position:relative;flex:1;min-height:0}.order-table .ant-table .ant-table-cell-fix-left{position:sticky!important;left:0!important;z-index:2!important;background:#feffff!important;box-shadow:none!important;border-top:none!important;border-right:none!important;border-left:none!important}.order-table .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-left{z-index:3!important;background:#feffff!important;border-top:none!important;border-right:none!important;border-left:none!important;box-shadow:none!important}.order-table .ant-table .ant-table-tbody>tr>td.ant-table-cell-fix-left{z-index:2!important;background:#feffff!important;border-top:none!important;border-right:none!important;border-left:none!important;box-shadow:none!important}.order-table .ant-table .ant-table-tbody>tr>td.ant-table-cell-fix-left,.order-table .ant-table .ant-table-tbody>tr:first-child>td.ant-table-cell-fix-left,.order-table .ant-table .ant-table-tbody>tr:last-child>td.ant-table-cell-fix-left{border-top:none!important;border-right:none!important;border-left:none!important}.order-table .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-left,.order-table .ant-table .ant-table-thead>tr:first-child>th.ant-table-cell-fix-left{border-top:none!important;border-right:none!important;border-left:none!important}.order-table .ant-table .ant-table-cell.ant-table-cell-fix-left{border-top:none!important;border-right:none!important;border-left:none!important}.order-table .ant-table .ant-table-cell-fix-left:before,.order-table .ant-table .ant-table-cell-fix-left:after,.order-table .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-left:before,.order-table .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-left:after,.order-table .ant-table .ant-table-tbody>tr>td.ant-table-cell-fix-left:before,.order-table .ant-table .ant-table-tbody>tr>td.ant-table-cell-fix-left:after{display:none!important}.order-table .ant-table .ant-table-wrapper .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-left,.order-table .ant-table .ant-table-wrapper .ant-table .ant-table-tbody>tr>td.ant-table-cell-fix-left{border-top:none!important;border-right:none!important;border-left:none!important;outline:none!important}.order-table .ant-table .ant-table-thead>tr>th:not(.ant-table-cell-fix-left),.order-table .ant-table .ant-table-tbody>tr>td:not(.ant-table-cell-fix-left){position:relative;z-index:1!important}.order-table .ant-table .ant-table-body{overflow-x:auto;position:relative}.order-table .ant-table .ant-table-body:before{content:"";position:sticky;left:0;width:160px;height:100%;background:#feffff;z-index:2!important;pointer-events:none;box-shadow:none;display:block}.order-table .ant-table .ant-table-thead{position:relative}.order-table .ant-table .ant-table-thead:before{content:"";position:sticky;left:0;width:160px;height:100%;background:#feffff;z-index:3!important;pointer-events:none;box-shadow:none;display:block}.order-table .ant-table .ant-table-thead>tr>th{background:transparent;color:#242424;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;border-bottom:1.5px solid #2D1D04;padding:8px 8px 8px 16px;height:56px}.order-table .ant-table .ant-table-thead>tr>th:before{display:none}.order-table .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-left{border-top:none!important;border-right:none!important;border-left:none!important}.order-table .ant-table .ant-table-tbody>tr{background:transparent}.order-table .ant-table .ant-table-tbody>tr>td{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:24px;color:#2d1d04;border-bottom:1px solid #E3E3E3;padding:8px 16px;height:56px}.order-table .ant-table .ant-table-tbody>tr>td.ant-table-cell-fix-left{border-top:none!important;border-right:none!important;border-left:none!important;outline:none!important}.order-table .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.order-table .ant-table .ant-table-column-sorters{padding:0}.order-table .ant-table .order-action-buttons{display:inline-flex;align-items:center;justify-content:center;gap:12px;flex-wrap:nowrap!important;white-space:nowrap;width:max-content;min-width:80px;height:100%}.order-table .ant-table .order-action-buttons .order-action-button{background:transparent;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .3s;color:#727270;font-size:16px;min-width:auto;width:auto;height:auto;flex:0 0 auto}.order-table .ant-table .order-action-buttons .order-action-button:hover{background:#f4f0e780;color:#2d1d04}.order-table .ant-table .order-action-buttons .order-action-button:active{background:#f4f0e7cc}.order-table .ant-table .order-action-buttons .order-action-button .anticon{font-size:20px}@media(max-width:1024px){.order-table{padding:16px;border-radius:10px}.order-table .ant-table .ant-table-thead>tr>th{font-size:12px;padding:10px 12px}.order-table .ant-table .ant-table-tbody>tr>td{font-size:12px;padding:12px}}@media(max-width:768px){.order-table{padding:16px;border-radius:8px}.order-table .ant-table .ant-table-thead>tr>th{font-size:12px;padding:10px 12px}.order-table .ant-table .ant-table-tbody>tr>td{font-size:12px;padding:12px}}@media(max-width:480px){.order-table{padding:12px;border-radius:8px}.order-table .ant-table .ant-table-thead>tr>th{font-size:11px;padding:8px 10px}.order-table .ant-table .ant-table-tbody>tr>td{font-size:11px;padding:10px}.order-table .ant-table .order-action-buttons{gap:6px;flex-wrap:nowrap!important;display:inline-flex!important;flex-direction:row!important;width:max-content!important;min-width:80px;white-space:nowrap}.order-table .ant-table .order-action-buttons .order-action-button{padding:4px;font-size:14px;flex:0 0 auto}.order-table .ant-table .order-action-buttons .order-action-button .anticon{font-size:14px}}.order-detail-modal .ant-modal-body{padding:0}.order-detail-modal .odm-content{padding:20px 24px;font-family:Nunito,sans-serif}.order-detail-modal .odm-section{display:flex;flex-direction:column;gap:12px;padding:12px 0}.order-detail-modal .odm-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.order-detail-modal .odm-row--total{font-weight:700}.order-detail-modal .odm-label{font-weight:600;color:#344054;white-space:nowrap}.order-detail-modal .odm-value{text-align:right;color:#1d2939;word-break:break-word}.order-detail-modal .odm-divider{height:1px;background:#c5d86d;margin:0}.text-section{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.text-section .title-section{align-self:stretch;display:flex;align-items:center;justify-content:center;gap:16px}.text-section .title-section .nHngWrapper{flex:1;display:flex;align-items:center}.text-section .title-section .nHngWrapper .title{position:relative;line-height:40px;font-weight:700;font-size:28px;color:#2d1d04}.text-section .title-section .buttonWrapper{align-self:stretch;display:flex;align-items:center;font-size:14px;color:#feffff}.text-section .title-section .buttonWrapper .create-order-btn{height:40px;border-radius:1000px;background-color:#825826;display:flex;align-items:center;justify-content:center;padding:8px 24px 8px 16px;box-sizing:border-box;gap:12px;border:none;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;color:#feffff;transition:all .3s}.text-section .title-section .buttonWrapper .create-order-btn:hover{background-color:#6b4820}.text-section .title-section .buttonWrapper .create-order-btn .anticon{font-size:20px}.advanced-search-section{align-self:stretch;flex-shrink:0;position:relative;z-index:99999;overflow:visible!important}.order-table-section{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:16px;font-size:14px;flex:1;min-height:0;overflow:hidden;position:relative;z-index:1}.order-table-section .search-filters{align-self:stretch;display:flex;align-items:flex-end;gap:12px;flex-shrink:0;font-size:14px;color:#242424;position:relative;overflow:visible!important;z-index:9999}.order-table-section .table-header{align-self:stretch;display:flex;align-items:center;gap:10px;font-size:18px}.order-table-section .table-header .table-header-group{display:flex;align-items:center;gap:10px}.order-table-section .table-header .table-header-group .table-icon{height:24px;width:24px;border-radius:6px;background-color:#e3e3e3}.order-table-section .table-header .table-header-group .table-title{position:relative;line-height:28px;font-weight:700;font-size:18px;color:#2d1d04}.order-table-section .pagination-section{align-self:stretch;display:flex;align-items:center;gap:12px;color:#667085;margin-top:16px}.order-table-section .pagination-section .per-page{flex:1;display:flex;align-items:center;gap:8px}.order-table-section .pagination-section .per-page .result-text{position:relative;line-height:20px;font-size:14px;color:#667085}.order-table-section .pagination-section .per-page .per-page-select{width:52px;height:32px;border-radius:4px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:4px 24px 4px 8px;gap:4px;font-family:Nunito,sans-serif;font-size:12px;line-height:16px;color:#242424;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23bababa'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 4px center;background-size:14px 14px}.order-table-section .pagination-section .per-page .per-page-select:hover{border-color:#2d1d04}.order-table-section .pagination-section .per-page .per-page-select:focus{border-color:#825826}.order-table-section .pagination-section .per-page .page-text{position:relative;line-height:20px;font-size:14px;color:#667085}.order-table-section .pagination-section .pagination-buttons{display:flex;align-items:center;gap:8px;font-size:16px;color:#242424}.order-table-section .pagination-section .pagination-buttons .prev-btn,.order-table-section .pagination-section .pagination-buttons .next-btn{height:32px;width:32px;border-radius:1000px;background-color:#feffff00;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:0;min-width:32px;cursor:pointer;transition:all .3s;color:#2d1d04;font-size:16px}.order-table-section .pagination-section .pagination-buttons .prev-btn:hover,.order-table-section .pagination-section .pagination-buttons .next-btn:hover{border-color:#2d1d04;background-color:#2d1d040d}.order-table-section .pagination-section .pagination-buttons .page-btn{height:32px;width:32px;border-radius:8px;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:0;min-width:32px;font-family:Nunito,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#242424;background:transparent;cursor:pointer;transition:all .3s}.order-table-section .pagination-section .pagination-buttons .page-btn:hover{border-color:#2d1d04;background-color:#2d1d040d}.order-table-section .pagination-section .pagination-buttons .page-btn.active{height:32px;width:32px;border-radius:8px;background-color:#825826;display:flex;align-items:center;justify-content:center;color:#feffff;border:none}.order-table-section .pagination-section .pagination-buttons .page-btn.active:hover{background-color:#6b4820}@media(max-width:1200px){.text-section .title-section .nHngWrapper .title{font-size:24px;line-height:32px}}@media(max-width:768px){.text-section .title-section{flex-direction:column;align-items:flex-start;gap:12px}.text-section .title-section .nHngWrapper{width:100%}.text-section .title-section .nHngWrapper .title{font-size:22px;line-height:28px}.text-section .title-section .buttonWrapper{width:100%}.text-section .title-section .buttonWrapper .create-order-btn{width:100%;justify-content:center}.order-table-section{width:100%;min-width:0;max-width:100%}.order-table-section .table-header{flex-direction:column;align-items:flex-start;gap:8px}.order-table-section .pagination-section{flex-direction:column;align-items:flex-start;gap:16px}.order-table-section .pagination-section .per-page{width:100%;justify-content:space-between}.order-table-section .pagination-section .pagination-buttons{width:100%;justify-content:center;flex-wrap:wrap}}@media(max-width:480px){.text-section .title-section .nHngWrapper .title{font-size:20px}.order-table-section .pagination-section .pagination-buttons{gap:4px}.order-table-section .pagination-section .pagination-buttons .page-btn,.order-table-section .pagination-section .pagination-buttons .prev-btn,.order-table-section .pagination-section .pagination-buttons .next-btn{height:28px;width:28px;min-width:28px;font-size:14px}}.page-header{align-self:stretch;display:flex;align-items:center}.page-header .back-btn{border-radius:1000px;display:flex;align-items:center;justify-content:center;gap:12px;background:transparent;border:none;color:#2d1d04;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;text-decoration:underline;padding:8px 16px;transition:all .3s}.page-header .back-btn:hover{background:#2d1d040d}.page-header .back-btn .anticon{font-size:16px}.page-content{align-self:stretch;flex:1;display:flex;align-items:flex-start;gap:24px;overflow:hidden;font-family:Nunito,sans-serif}.page-content .main-section{flex:1;display:flex;flex-direction:column;align-items:stretch;gap:24px;overflow:auto;padding-right:8px}.page-content .main-section .customer-type-section,.page-content .main-section .customer-type-section .ant-radio-group{display:flex;align-items:center;gap:24px}.page-content .main-section .customer-type-section .ant-radio-group .ant-radio-wrapper{display:flex;align-items:center;gap:12px;font-family:Nunito,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#2d1d04}.page-content .main-section .customer-type-section .ant-radio-group .ant-radio-wrapper .ant-radio,.page-content .main-section .customer-type-section .ant-radio-group .ant-radio-wrapper .ant-radio .ant-radio-inner{width:24px;height:24px}.page-content .main-section .customer-type-section .ant-radio-group .ant-radio-wrapper .ant-radio .ant-radio-inner:after{width:16px;height:16px}.page-content .main-section .customer-info-section{align-self:stretch;border-bottom:1px solid #cac5bf;display:flex;flex-direction:column;align-items:flex-start;padding:0 0 24px;gap:24px}.page-content .main-section .customer-info-section .section-header{align-self:stretch;display:flex;align-items:center;gap:10px}.page-content .main-section .customer-info-section .section-header .section-icon{height:24px;width:24px;border-radius:6px;background-color:#e3e3e3}.page-content .main-section .customer-info-section .section-header .section-title{position:relative;line-height:30px;font-family:Nunito,sans-serif;font-weight:700;font-size:20px;color:#2d1d04}.page-content .main-section .customer-info-section .customer-form{align-self:stretch;display:flex;flex-direction:column;gap:24px}.page-content .main-section .customer-info-section .customer-form .form-row{align-self:stretch;display:flex;align-items:flex-end;gap:24px}.page-content .main-section .customer-info-section .customer-form .form-row .form-item{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.page-content .main-section .customer-info-section .customer-form .form-row .form-item .form-label{align-self:stretch;position:relative;line-height:20px;font-family:Nunito,sans-serif;font-weight:500;font-size:14px;color:#242424}.page-content .main-section .customer-info-section .customer-form .form-row .form-item .ant-input{height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;font-family:Nunito,sans-serif;font-size:14px;color:#242424;transition:all .3s}.page-content .main-section .customer-info-section .customer-form .form-row .form-item .ant-input::placeholder{color:#bababa;opacity:0}.page-content .main-section .customer-info-section .customer-form .form-row .form-item .ant-input:hover{border-color:#bababa}.page-content .main-section .customer-info-section .customer-form .form-row .form-item .ant-input:focus{border-color:#825826;box-shadow:0 0 0 2px #8258261a}.page-content .main-section .customer-info-section .customer-form .form-actions{display:flex;align-items:center;gap:12px}.page-content .main-section .customer-info-section .customer-form .form-actions .search-customer-btn{height:40px;width:40px;border-radius:1000px;border:1px solid #2d1d04;background:transparent;display:flex;align-items:center;justify-content:center;color:#2d1d04;transition:all .3s}.page-content .main-section .customer-info-section .customer-form .form-actions .search-customer-btn:hover{background:#2d1d041a}.page-content .main-section .customer-info-section .customer-form .form-actions .search-customer-btn .anticon{font-size:20px}.page-content .main-section .customer-info-section .customer-form .form-actions .save-customer-btn{height:40px;border-radius:1000px;background-color:#825826;border:none;display:flex;align-items:center;justify-content:center;padding:8px 24px;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;color:#feffff;transition:all .3s}.page-content .main-section .customer-info-section .customer-form .form-actions .save-customer-btn:hover{background-color:#6b4820}.page-content .main-section .customer-info-section .customer-form .form-actions .customer-search-dropdown{position:absolute;top:100%;left:0;width:360px;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #e3e3e3;border-radius:8px;box-shadow:0 4px 12px #0000001f;z-index:10;margin-top:4px}.page-content .main-section .customer-info-section .customer-form .form-actions .customer-search-dropdown .customer-search-option{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;cursor:pointer;transition:background .15s}.page-content .main-section .customer-info-section .customer-form .form-actions .customer-search-dropdown .customer-search-option:hover{background:#f5f0eb}.page-content .main-section .customer-info-section .customer-form .form-actions .customer-search-dropdown .customer-search-option .customer-search-name{font-family:Nunito,sans-serif;font-weight:500;color:#2d1d04}.page-content .main-section .customer-info-section .customer-form .form-actions .customer-search-dropdown .customer-search-option .customer-search-phone{color:#727270;font-size:13px}.page-content .main-section .service-list-section{align-self:stretch;flex:1;background-color:#feffff;display:flex;flex-direction:column;align-items:stretch;gap:16px}.page-content .main-section .service-list-section .ant-spin-nested-loading{width:100%}.page-content .main-section .service-list-section .section-header{align-self:stretch;display:flex;align-items:center;gap:10px}.page-content .main-section .service-list-section .section-header .section-icon{height:24px;width:24px;border-radius:6px;background-color:#e3e3e3}.page-content .main-section .service-list-section .section-header .section-title{position:relative;line-height:30px;font-family:Nunito,sans-serif;font-weight:700;font-size:20px;color:#2d1d04}.page-content .main-section .service-list-section .service-tabs{align-self:stretch;border-bottom:1px solid #cac5bf}.page-content .main-section .service-list-section .service-tabs .ant-tabs-nav{margin:0;width:100%;min-width:0}.page-content .main-section .service-list-section .service-tabs .ant-tabs-nav .ant-tabs-nav-wrap{overflow-x:auto!important;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x}.page-content .main-section .service-list-section .service-tabs .ant-tabs-nav .ant-tabs-nav-wrap::-webkit-scrollbar{display:none}.page-content .main-section .service-list-section .service-tabs .ant-tabs-nav .ant-tabs-nav-list{flex-wrap:nowrap}.page-content .main-section .service-list-section .service-tabs .ant-tabs-nav .ant-tabs-tab{padding:8px 0;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;color:#727270;transition:all .3s;flex-shrink:0;white-space:nowrap;-webkit-user-select:none;user-select:none}.page-content .main-section .service-list-section .service-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{color:#2d1d04;font-weight:700}.page-content .main-section .service-list-section .service-tabs .ant-tabs-nav .ant-tabs-ink-bar{background-color:#2d1d04;height:2px}.page-content .main-section .service-list-section .service-search{align-self:stretch;height:40px;border-radius:12px;background-color:#feffff;border:1px solid #e3e3e3;box-sizing:border-box;overflow:hidden;display:flex;align-items:center;padding:8px;gap:8px;color:#bababa}.page-content .main-section .service-list-section .service-search .search-icon{font-size:20px;color:#2d1d04;margin-top:-2px}.page-content .main-section .service-list-section .service-search .ant-input{border:none;background:transparent;font-family:Nunito,sans-serif;font-size:14px;color:#242424;box-shadow:none}.page-content .main-section .service-list-section .service-search .ant-input::placeholder{color:#bababa}.page-content .main-section .service-list-section .service-search .ant-input:focus{box-shadow:none}.page-content .main-section .service-list-section .service-filters{align-self:stretch;display:flex;align-items:flex-start;flex-wrap:wrap;gap:12px}.page-content .main-section .service-list-section .service-filters .filter-btn{border-radius:1000px;border:1px solid #e3e3e3;background:transparent;display:flex;align-items:center;justify-content:center;padding:4px 8px;font-family:Nunito,sans-serif;font-size:14px;color:#242424;transition:all .3s}.page-content .main-section .service-list-section .service-filters .filter-btn:hover{border-color:#825826;color:#825826}.page-content .main-section .service-list-section .service-filters .filter-btn.active{border-radius:1000px;background-color:#825826;border:none;color:#fffcf9}.page-content .main-section .service-list-section .service-filters .filter-btn.active:hover{background-color:#6b4820}.page-content .main-section .service-list-section .service-grid{align-self:stretch;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;padding:8px 0}.page-content .main-section .service-list-section .service-grid .service-card{height:130px;width:100%;box-shadow:0 10px 20px #00000014;border-radius:12px;background-color:#feffff;border:1px solid #cac5bf;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:8px;transition:all .3s;cursor:pointer}.page-content .main-section .service-list-section .service-grid .service-card:hover{border-color:#825826;box-shadow:0 12px 24px #82582626}.page-content .main-section .service-list-section .service-grid .service-card .service-info{align-self:stretch;flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.page-content .main-section .service-list-section .service-grid .service-card .service-info .service-name{align-self:stretch;position:relative;line-height:20px;font-family:Nunito,sans-serif;font-weight:500;font-size:14px;color:#242424}.page-content .main-section .service-list-section .service-grid .service-card .service-info .service-duration{position:relative;font-family:Nunito,sans-serif;font-size:12px;line-height:16px;color:#bababa}.page-content .main-section .service-list-section .service-grid .service-card .service-price{align-self:stretch;display:flex;align-items:center;font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#2d1d04}.page-content .order-sidebar{align-self:stretch;width:540px;background-color:#fffcf9;border:1px solid #f4f0e7;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;font-family:Nunito,sans-serif;font-size:18px;color:#2d1d04}.page-content .order-sidebar .sidebar-header{align-self:stretch;display:flex;align-items:center;justify-content:space-between;padding:24px 24px 16px;gap:20px}.page-content .order-sidebar .sidebar-header .sidebar-title{position:relative;line-height:28px;font-family:Nunito,sans-serif;font-weight:700}.page-content .order-sidebar .sidebar-header .order-number{border-radius:4px;background-color:#feffff;border:1px solid #e3e3e3;display:flex;flex-direction:column;align-items:flex-start;padding:4px 8px;font-size:10px;line-height:15px;color:#825826;font-family:Plus Jakarta Sans,sans-serif;font-weight:700}.page-content .order-sidebar .sidebar-content{align-self:stretch;flex:1;overflow:auto;display:flex;flex-direction:column;align-items:flex-start;padding:0 24px 24px;gap:24px;color:#bababa}.page-content .order-sidebar .sidebar-content .order-detail-section{align-self:stretch;box-shadow:0 1px 2px #0000000d;border-radius:16px;background-color:#feffff;border:1px solid #e3e3e3;display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:24px;font-size:12px;color:#242424}.page-content .order-sidebar .sidebar-content .order-detail-section .invoice-header{align-self:stretch;display:flex;flex-direction:column;align-items:center;gap:4px;border-bottom:1px solid #cac5bf;padding-bottom:16px}.page-content .order-sidebar .sidebar-content .order-detail-section .invoice-header .invoice-title{font-size:24px;line-height:36px;font-weight:700;color:#2d1d04}.page-content .order-sidebar .sidebar-content .order-detail-section .invoice-header .clinic-name{font-size:12px;line-height:16px;color:#825826}.page-content .order-sidebar .sidebar-content .order-detail-section .info-section{align-self:stretch;display:flex;align-items:flex-start;gap:24px}.page-content .order-sidebar .sidebar-content .order-detail-section .info-section .info-row{flex:1;display:flex;flex-direction:column;gap:8px}.page-content .order-sidebar .sidebar-content .order-detail-section .info-section .info-row .info-label{font-family:Nunito,sans-serif;font-size:12px;line-height:16px;font-weight:500;color:#bababa}.page-content .order-sidebar .sidebar-content .order-detail-section .info-section .info-row .info-value{font-family:Nunito,sans-serif;font-size:14px;line-height:20px;font-weight:500;color:#242424}.page-content .order-sidebar .sidebar-content .order-detail-section .info-section .info-row .info-value.text-right{text-align:right;opacity:0}.page-content .order-sidebar .sidebar-content .order-detail-section .info-section .info-row .info-value .info-subtext{color:#727270}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section{align-self:stretch;display:flex;flex-direction:column;gap:16px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .table-header{align-self:stretch;height:32px;border-radius:4px;background-color:#e3e3e3;overflow:hidden;display:flex;align-items:center}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .table-header .table-header-item{display:flex;align-items:center;justify-content:center;padding:8px;font-family:Nunito,sans-serif;font-size:12px;line-height:16px;font-weight:500;color:#242424}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .table-header .table-header-item.product-col{width:100px;flex-shrink:0}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .table-header .table-header-item.qty-col{flex:1;text-align:center}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .table-header .table-header-item.price-col{flex:1}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .table-header .table-header-item.discount-col{flex:1;justify-content:flex-end}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .table-header .table-header-item.total-col{flex:1}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .table-header .table-header-spacer{width:24px;flex-shrink:0;border-bottom:1px solid #e3e3e3}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item{align-self:stretch;display:flex;flex-direction:column;gap:0;border-bottom:1px solid #e3e3e3;padding-bottom:12px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item:last-child{border-bottom:none}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row{align-self:stretch;min-height:60px;border-radius:8px;overflow:hidden;display:flex;align-items:center;gap:0}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col{display:flex;align-items:center;padding:8px;font-family:Nunito,sans-serif;font-size:12px;line-height:16px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.product-col{width:100px;flex-shrink:0}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.qty-col{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.qty-col .qty-btn{height:20px;width:20px;border-radius:1000px;background-color:#feffff00;border:none;display:flex;align-items:center;justify-content:center;padding:0;color:#2d1d04}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.qty-col .qty-btn:hover{background-color:#2d1d041a}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.qty-col .qty-btn .anticon{font-size:14px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.qty-col .qty-value{min-width:20px;text-align:center}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.price-col{flex:1;text-align:right}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.discount-col{flex:1;justify-content:flex-end}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.discount-col .discount-input-wrapper{height:32px;flex:1;display:flex;align-items:center}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.discount-col .discount-input-wrapper .discount-input{height:32px;border-radius:4px;background-color:#feffff;border:1px solid #e3e3e3;text-align:right}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.discount-col .discount-input-wrapper .discount-input .ant-input-suffix{color:#242424}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.total-col{flex:1;text-align:right}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.action-col{width:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.action-col .delete-btn{height:24px;width:24px;border-radius:1000px;background-color:#feffff00;border:none;display:flex;align-items:center;justify-content:center;color:#2d1d04}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.action-col .delete-btn:hover{background-color:#ee2e531a;color:#ee2e53}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .item-row .item-col.action-col .delete-btn .anticon{font-size:16px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .staff-section{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;padding:0 0 0 12px;gap:12px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .staff-section .staff-header-order{display:flex;align-items:center;gap:10px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .staff-section .staff-header-order .add-staff-btn{height:32px;width:32px;border-radius:1000px;background-color:#c3a593;border:none;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:none;flex-shrink:0}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .staff-section .staff-header-order .add-staff-btn:hover{background-color:#b89582}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .staff-section .staff-header-order .add-staff-text{font-family:Nunito,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#2d1d04}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .staff-section .staff-item{align-self:stretch;display:flex;align-items:center;gap:8px;padding-left:20px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .staff-section .staff-item .remove-staff-btn{height:32px;width:32px;border-radius:1000px;background-color:#feffff;border:1px solid #e3e3e3;display:flex;align-items:center;justify-content:center;color:#2d1d04}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .staff-section .staff-item .remove-staff-btn:hover{background-color:#2d1d040d}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .staff-section .staff-item .remove-staff-btn .anticon{font-size:16px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .staff-section .staff-item .staff-name{flex:1;font-size:12px;line-height:16px;color:#727270}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .staff-section .staff-item .staff-commission{border-radius:4px;background-color:#17b26a26;border:1px solid rgba(23,178,106,.3);display:flex;align-items:center;padding:2px 6px;color:#17b26a;font-size:12px;line-height:16px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section{align-self:stretch;display:flex;flex-direction:column;gap:8px;padding:0 0 0 12px;margin-top:8px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .checkbox-row .treatment-card-checkbox{display:flex;align-items:center;gap:8px;font-family:Nunito,sans-serif;font-size:12px;color:#2d1d04;cursor:pointer;-webkit-user-select:none;user-select:none}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .checkbox-row .treatment-card-checkbox:hover{opacity:.8}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .checkbox-row .treatment-card-checkbox img{flex-shrink:0}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .checkbox-row .treatment-card-checkbox span{line-height:16px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details{align-self:stretch;display:flex;flex-direction:column;gap:8px;padding-left:24px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group{display:flex;align-items:center;gap:16px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group .treatment-row{display:flex;align-items:center;gap:2px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group .treatment-row .treatment-label{width:80px;font-size:12px;line-height:16px;color:#2d1d04}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group .treatment-row .treatment-qty{display:flex;align-items:center;gap:2px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group .treatment-row .treatment-qty .qty-btn{height:16px;width:16px;border-radius:1000px;background-color:#feffff00;border:none;display:flex;align-items:center;justify-content:center;color:#2d1d04;padding:0;min-width:auto;width:auto;transform:translateY(-2px)}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group .treatment-row .treatment-qty .qty-btn:hover{background-color:#2d1d041a}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group .treatment-row .treatment-qty .qty-btn .anticon{font-size:10px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group .treatment-row .treatment-qty .qty-value{min-width:16px;text-align:center;font-size:11px;line-height:14px;color:#242424;padding-top:2px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group.checkbox-row-item .unlimited-checkbox{display:flex;align-items:center;gap:8px;font-family:Nunito,sans-serif;font-size:12px;color:#2d1d04;cursor:pointer;-webkit-user-select:none;user-select:none}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group.checkbox-row-item .unlimited-checkbox:hover{opacity:.8}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group.checkbox-row-item .unlimited-checkbox img{flex-shrink:0}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group.checkbox-row-item .unlimited-checkbox span{line-height:16px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group.expiry-row-item{flex:1;display:flex;align-items:center;gap:8px}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group.expiry-row-item .treatment-label{width:auto;flex-shrink:0}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group.expiry-row-item .expiry-date-picker{flex:1}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group.expiry-row-item .expiry-date-picker .ant-picker{height:24px;border-radius:4px;background-color:#feffff;border:1px solid #e3e3e3;width:100%}.page-content .order-sidebar .sidebar-content .order-detail-section .order-items-section .order-item .treatment-card-section .treatment-card-details .treatment-row-group.expiry-row-item .expiry-date-picker .ant-picker .ant-picker-input input{font-size:11px;color:#242424}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section{align-self:stretch;display:flex;flex-direction:column;gap:11px;border-bottom:1px solid #e3e3e3;padding-bottom:16px}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row{align-self:stretch;height:36px;display:flex;align-items:center;gap:8px}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-label{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-size:12px;line-height:16px;color:#bababa}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value{flex:.8802;border-radius:4px;background-color:#feffff;border:1px solid #e3e3e3;display:flex;align-items:center;padding:4px 12px;text-align:right;font-size:12px;line-height:16px;color:#242424}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .promo-code-wrapper{flex:1;display:flex;align-items:center;gap:0}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .promo-code-wrapper .promo-input{height:32px;flex:1;border-radius:4px 0 0 4px;background-color:#feffff;border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3;border-right:none;text-align:right}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .promo-code-wrapper .promo-input .ant-input{text-align:right}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .promo-code-wrapper .apply-btn{height:32px;border-radius:0 4px 4px 0;background-color:#c3a593;border:none;display:flex;align-items:center;justify-content:center;padding:4px 12px;font-size:12px;line-height:16px;text-transform:uppercase;font-weight:500;color:#2d1d04}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .promo-code-wrapper .apply-btn:hover{background-color:#b89582}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper{flex:1;display:flex;align-items:center;gap:8px}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-percentage,.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-amount-input{height:32px;border-radius:4px;background-color:#feffff;border:1px solid #e3e3e3}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-percentage .ant-input,.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-percentage .ant-input-affix-wrapper,.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-amount-input .ant-input,.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-amount-input .ant-input-affix-wrapper{height:32px;border:none;box-shadow:none;text-align:right;background:transparent}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-percentage .ant-input-affix-wrapper-disabled,.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-percentage .ant-input-disabled,.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-amount-input .ant-input-affix-wrapper-disabled,.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-amount-input .ant-input-disabled{background:transparent;color:#bfbfbf}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-percentage:has(.ant-input-affix-wrapper-disabled),.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-percentage:has(.ant-input-disabled),.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-amount-input:has(.ant-input-affix-wrapper-disabled),.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-amount-input:has(.ant-input-disabled){background-color:#f5f5f5;border-color:#d9d9d9}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-percentage{width:64px}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-amount-input{flex:1}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .summary-value-wrapper .discount-computed{min-width:80px;text-align:right;font-family:Nunito,sans-serif;font-size:12px;line-height:16px;color:#242424;font-weight:500}.page-content .order-sidebar .sidebar-content .order-detail-section .summary-section .summary-row .promo-discount-value{font-family:Nunito,sans-serif;font-size:12px;color:#ee2e53;font-weight:500;text-align:right;margin-top:4px}.page-content .order-sidebar .sidebar-content .order-detail-section .total-section{align-self:stretch;display:flex;flex-direction:column;gap:11px}.page-content .order-sidebar .sidebar-content .order-detail-section .total-section .total-row{align-self:stretch;height:36px;display:flex;align-items:center;gap:8px}.page-content .order-sidebar .sidebar-content .order-detail-section .total-section .total-row .total-label{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-family:Nunito,sans-serif;font-size:16px;line-height:24px;font-weight:700;color:#242424}.page-content .order-sidebar .sidebar-content .order-detail-section .total-section .total-row .total-value{flex:.8802;border-radius:4px;background-color:#e3e3e3;border:1px solid #e3e3e3;display:flex;align-items:center;padding:4px 12px;text-align:right;font-family:Nunito,sans-serif;font-size:16px;line-height:24px;font-weight:700;color:#242424}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section{align-self:stretch;border-radius:12px;background-color:#e3e3e366;display:flex;flex-direction:column;align-items:flex-end;padding:12px;gap:8px}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row{align-self:stretch;display:flex;align-items:flex-end;gap:12px}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row .payment-item{flex:1;display:flex;flex-direction:column;gap:4px}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row .payment-item .payment-label{font-family:Nunito,sans-serif;font-size:12px;line-height:16px;font-weight:500;color:#bababa}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row .payment-item .payment-input{height:40px;border-radius:8px;background-color:#feffff;border:1px solid #e3e3e3;font-family:Nunito,sans-serif;font-size:14px;line-height:20px;color:#242424;padding:8px 12px}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row .payment-item .payment-input .ant-input-number{height:100%}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row .payment-item .payment-input .ant-input-number .ant-input-number-input{height:100%;padding:0;font-size:14px}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row .payment-item .payment-method{height:40px;border-radius:8px;background-color:#feffff;border:1px solid #e3e3e3;font-family:Nunito,sans-serif;font-size:12px;line-height:16px;color:#242424}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row .payment-item .payment-method .ant-select-selector{border:none;box-shadow:none;font-size:12px}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row .payment-item .payment-method .ant-select-selection-item{font-size:12px}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row .add-payment-btn,.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row .remove-payment-btn{height:32px;width:32px;border-radius:1000px;display:flex;align-items:center;justify-content:center;padding:0;border:none;flex-shrink:0}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row .add-payment-btn{background-color:#c3a593;transform:translateY(-3px)}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row .add-payment-btn:hover{background-color:#b89582}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row .remove-payment-btn{background-color:#ee2e531a}.page-content .order-sidebar .sidebar-content .order-detail-section .payment-section .payment-row .remove-payment-btn:hover{background-color:#ee2e5333}.page-content .order-sidebar .sidebar-content .order-detail-section .note-section{align-self:stretch;display:flex;flex-direction:column;gap:4px}.page-content .order-sidebar .sidebar-content .order-detail-section .note-section .note-label{font-family:Nunito,sans-serif;font-size:12px;line-height:16px;font-weight:500;color:#bababa}.page-content .order-sidebar .sidebar-content .order-detail-section .note-section .note-textarea{border-radius:4px;background-color:#feffff;border:1px solid #e3e3e3;font-family:Nunito,sans-serif;font-size:12px;line-height:16px;color:#bababa}.page-content .order-sidebar .sidebar-content .order-detail-section .note-section .note-textarea::placeholder{color:#bababa}.page-content .order-sidebar .sidebar-content .order-detail-section .staff-selection-section{align-self:stretch;display:flex;flex-direction:column;gap:6px}.page-content .order-sidebar .sidebar-content .order-detail-section .staff-selection-section .staff-label{font-family:Nunito,sans-serif;font-size:12px;line-height:16px;font-weight:500;color:#bababa}.page-content .order-sidebar .sidebar-content .order-detail-section .staff-selection-section .staff-select{width:100%;height:48px;font-family:Nunito,sans-serif;font-size:16px;color:#bababa}.page-content .order-sidebar .sidebar-content .order-detail-section .staff-selection-section .staff-select .ant-select-selector{height:48px!important;border-radius:12px!important;border:1px solid #bababa!important;background-color:#feffff!important;box-shadow:none!important;display:flex;align-items:center;padding:12px 16px!important}.page-content .order-sidebar .sidebar-content .order-detail-section .staff-selection-section .staff-select .ant-select-arrow{color:#bababa}.page-content .order-sidebar .sidebar-content .order-detail-section .staff-selection-section .help-text{font-size:12px;line-height:16px;color:#242424;display:none}.page-content .order-sidebar .sidebar-content .order-actions,.page-content .order-sidebar .sidebar-content .order-actions .action-row{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.page-content .order-sidebar .sidebar-content .order-actions .action-row:first-child{flex-direction:row;justify-content:flex-start}.page-content .order-sidebar .sidebar-content .order-actions .action-row .history-btn,.page-content .order-sidebar .sidebar-content .order-actions .action-row .refund-btn{border-radius:1000px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;padding:8px 16px;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:28px;text-transform:uppercase;text-decoration:underline;color:#2d1d04;transition:all .3s}.page-content .order-sidebar .sidebar-content .order-actions .action-row .history-btn:hover,.page-content .order-sidebar .sidebar-content .order-actions .action-row .refund-btn:hover{background:#2d1d040d}.page-content .order-sidebar .sidebar-content .order-actions .action-row .history-btn:disabled,.page-content .order-sidebar .sidebar-content .order-actions .action-row .history-btn[disabled],.page-content .order-sidebar .sidebar-content .order-actions .action-row .refund-btn:disabled,.page-content .order-sidebar .sidebar-content .order-actions .action-row .refund-btn[disabled]{background:transparent;color:#bababa;cursor:not-allowed}.page-content .order-sidebar .sidebar-content .order-actions .action-row .history-btn:disabled:hover,.page-content .order-sidebar .sidebar-content .order-actions .action-row .history-btn[disabled]:hover,.page-content .order-sidebar .sidebar-content .order-actions .action-row .refund-btn:disabled:hover,.page-content .order-sidebar .sidebar-content .order-actions .action-row .refund-btn[disabled]:hover{background:transparent}.page-content .order-sidebar .sidebar-content .order-actions .action-row .button-group{align-self:stretch;display:flex;align-items:center;gap:12px;flex:1}.page-content .order-sidebar .sidebar-content .order-actions .action-row .button-group .save-btn{height:48px;flex:1;border-radius:1000px;background-color:#feffff00;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:12px 32px 12px 24px;gap:12px;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:28px;text-transform:uppercase;color:#2d1d04;transition:all .3s}.page-content .order-sidebar .sidebar-content .order-actions .action-row .button-group .save-btn:hover{border-color:#2d1d04;background:#2d1d040d}.page-content .order-sidebar .sidebar-content .order-actions .action-row .button-group .save-btn .anticon{font-size:24px;flex-shrink:0}.page-content .order-sidebar .sidebar-content .order-actions .action-row .button-group .payment-btn{height:48px;flex:1;border-radius:1000px;background-color:#825826;border:none;display:flex;align-items:center;justify-content:center;padding:12px 32px 12px 24px;box-sizing:border-box;gap:12px;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:28px;text-transform:uppercase;color:#feffff;transition:all .3s}.page-content .order-sidebar .sidebar-content .order-actions .action-row .button-group .payment-btn:hover{background-color:#6b4820}.page-content .order-sidebar .sidebar-content .order-actions .action-row .button-group .payment-btn:disabled,.page-content .order-sidebar .sidebar-content .order-actions .action-row .button-group .payment-btn[disabled]{background-color:#bababa;color:#feffff;cursor:not-allowed}.page-content .order-sidebar .sidebar-content .order-actions .action-row .button-group .payment-btn:disabled:hover,.page-content .order-sidebar .sidebar-content .order-actions .action-row .button-group .payment-btn[disabled]:hover{background-color:#bababa}.page-content .order-sidebar .sidebar-content .order-actions .action-row .button-group .payment-btn .anticon{font-size:24px;flex-shrink:0}.page-content .order-sidebar .sidebar-content .order-actions .action-row .payment-print-btn{align-self:stretch;height:48px;border-radius:1000px;background-color:#825826;border:none;display:flex;align-items:center;justify-content:center;padding:12px 32px 12px 24px;box-sizing:border-box;gap:12px;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:28px;text-transform:uppercase;color:#feffff;transition:all .3s}.page-content .order-sidebar .sidebar-content .order-actions .action-row .payment-print-btn:hover{background-color:#6b4820}.page-content .order-sidebar .sidebar-content .order-actions .action-row .payment-print-btn:disabled,.page-content .order-sidebar .sidebar-content .order-actions .action-row .payment-print-btn[disabled]{background-color:#bababa;color:#feffff;cursor:not-allowed}.page-content .order-sidebar .sidebar-content .order-actions .action-row .payment-print-btn:disabled:hover,.page-content .order-sidebar .sidebar-content .order-actions .action-row .payment-print-btn[disabled]:hover{background-color:#bababa}.page-content .order-sidebar .sidebar-content .order-actions .action-row .payment-print-btn .anticon{font-size:24px;flex-shrink:0}@media(max-width:1440px){.page-content .order-sidebar{width:480px}}@media(max-width:1200px){.page-content{flex-direction:column;overflow-y:auto;height:auto}.page-content .main-section{padding-right:0;width:100%;overflow:visible}.page-content .order-sidebar{width:100%;height:auto;border-top:1px solid #f4f0e7}}@media(max-width:768px){.page-header{padding:24px 0 12px;margin-bottom:8px}.summary-section{gap:14px!important}.summary-section .summary-row{height:auto!important;min-height:unset!important;flex-direction:column!important;align-items:stretch!important;gap:6px!important}.summary-section .summary-row .summary-label{flex:none!important;width:100%!important;font-size:12px!important;color:#888!important}.summary-section .summary-row .summary-value,.summary-section .summary-row .promo-code-wrapper{flex:none!important;width:100%!important}.summary-section .summary-row .summary-value-wrapper{flex:none!important;width:100%!important;display:flex!important;align-items:center!important;gap:6px!important}.summary-section .summary-row .summary-value-wrapper .discount-percentage{flex:0 0 68px!important;width:68px!important}.summary-section .summary-row .summary-value-wrapper .discount-amount-input{flex:1 1 0!important;min-width:0!important}.summary-section .summary-row .summary-value-wrapper .discount-computed{flex:0 0 auto!important;min-width:0!important;max-width:90px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:right!important;font-size:12px!important}.total-section .total-row{height:auto!important;flex-wrap:wrap!important;gap:6px!important}.total-section .total-row .total-label,.total-section .total-row .total-value{flex:1 1 100%!important}.customer-type-section{padding:16px 0}.customer-type-section .ant-radio-group{flex-direction:column;align-items:flex-start!important;gap:16px!important}.customer-info-section .customer-form .form-row{flex-direction:column;align-items:stretch;gap:16px}.customer-info-section .customer-form .form-row .form-item{width:100%}.customer-info-section .customer-form .form-actions{flex-direction:column;align-items:stretch;gap:12px}.customer-info-section .customer-form .form-actions .search-customer-btn,.customer-info-section .customer-form .form-actions .save-customer-btn{width:100%;height:44px;border-radius:8px}.customer-info-section .customer-form .form-actions .customer-search-dropdown{width:100%;position:static;margin-top:4px}.service-list-section .service-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}.order-sidebar .sidebar-content .order-items-section{overflow-x:auto;-webkit-overflow-scrolling:touch}.order-sidebar .sidebar-content .order-items-section .table-header,.order-sidebar .sidebar-content .order-items-section .order-item{min-width:480px}.order-sidebar .sidebar-content .payment-section .payment-row{flex-wrap:wrap;gap:8px}.order-sidebar .sidebar-content .payment-section .payment-row .payment-item{flex:1 1 calc(50% - 4px);min-width:0}.order-sidebar .sidebar-content .payment-section .payment-row .payment-item:has(.payment-method){flex:1 1 100%}.order-sidebar .sidebar-content .payment-section .payment-row .add-payment-btn,.order-sidebar .sidebar-content .payment-section .payment-row .remove-payment-btn{align-self:flex-end}}@media(max-width:480px){.page-header{padding:20px 0 10px}.service-list-section .service-grid{grid-template-columns:1fr}.order-sidebar .sidebar-content .payment-section{align-items:stretch!important}.order-sidebar .sidebar-content .payment-section .payment-row{flex-direction:column;align-items:stretch;padding-bottom:16px;border-bottom:1px dashed #cac5bf}.order-sidebar .sidebar-content .payment-section .payment-row:last-child{border-bottom:none}.order-sidebar .sidebar-content .payment-section .payment-row .payment-item{flex:none!important;width:100%}.order-sidebar .sidebar-content .payment-section .payment-row .payment-item:has(.payment-method){flex:none!important}.order-sidebar .sidebar-content .payment-section .payment-row .add-payment-btn,.order-sidebar .sidebar-content .payment-section .payment-row .remove-payment-btn{align-self:flex-end}.order-actions .action-row{flex-direction:column;gap:12px}.order-actions .action-row .button-group{flex-direction:column}.order-actions .action-row .save-btn,.order-actions .action-row .payment-btn,.order-actions .action-row .history-btn,.order-actions .action-row .refund-btn,.order-actions .action-row .payment-print-btn{width:100%}}.add-staff-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.add-staff-popup-overlay .add-staff-popup{width:700px;max-width:90%;position:relative;box-shadow:0 10px 20px #00000014;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;text-align:left;font-size:20px;color:#2d1d04;font-family:Nunito,sans-serif;max-height:90vh;overflow-y:auto}.add-staff-popup-overlay .add-staff-popup .popup-header{align-self:stretch;background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;gap:20px}.add-staff-popup-overlay .add-staff-popup .popup-header .header-title{position:relative;line-height:30px;font-weight:700;font-size:20px}.add-staff-popup-overlay .add-staff-popup .popup-header .close-btn{height:32px;width:32px;border-radius:1000px;background-color:transparent;display:flex;align-items:center;justify-content:center;border:none;color:#2d1d04;cursor:pointer}.add-staff-popup-overlay .add-staff-popup .popup-header .close-btn:hover{background-color:#2d1d041a}.add-staff-popup-overlay .add-staff-popup .popup-header .close-btn .anticon{font-size:16px}.add-staff-popup-overlay .add-staff-popup .popup-content{align-self:stretch;background-color:#feffff;display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:20px}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .label{align-self:stretch;display:flex;align-items:center;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;color:#2d1d04}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .label .label-title{position:relative;line-height:20px}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .staff-dropdown-wrapper{position:relative;align-self:stretch}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .base-input{align-self:stretch;min-height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;gap:8px;cursor:pointer}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .base-input:hover{border-color:#2d1d04}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .base-input .input-text{flex:1;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .base-input .input-text .placeholder{font-family:Nunito,sans-serif;color:#bababa;font-size:14px}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .base-input .input-text .staff-tag{display:inline-flex;align-items:center;gap:4px;background-color:#2970ff26;border-radius:4px;padding:2px 8px;font-family:Nunito,sans-serif;font-size:14px;color:#242424}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .base-input .input-text .staff-tag .remove-tag{cursor:pointer;font-size:12px;color:#2970ff}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .base-input .input-text .staff-tag .remove-tag:hover{color:#ee2e53}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .base-input .dropdown-icon{font-size:16px;color:#bababa}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .staff-dropdown-panel{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:300px;overflow-y:auto;background:#feffff;border:1px solid #e3e3e3;border-radius:8px;box-shadow:0 4px 12px #0000001f;padding:8px;z-index:10}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .staff-dropdown-panel .staff-group{margin-bottom:12px}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .staff-dropdown-panel .staff-group:last-child{margin-bottom:0}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .staff-dropdown-panel .staff-group .staff-group-label{font-family:Nunito,sans-serif;font-size:14px;font-weight:700;color:#2d1d04;line-height:24px;padding:4px 8px}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .staff-dropdown-panel .staff-group .staff-group-list{display:flex;flex-direction:column;padding-left:16px}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .staff-dropdown-panel .staff-group .staff-group-list .staff-item{padding:4px 8px;font-family:Nunito,sans-serif;font-size:14px;color:#727270;cursor:pointer;border-radius:4px;transition:background-color .2s,color .2s;line-height:24px}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .staff-dropdown-panel .staff-group .staff-group-list .staff-item:hover{background-color:#f4f0e7;color:#2d1d04}.add-staff-popup-overlay .add-staff-popup .popup-content .content-section .staff-select-section .staff-dropdown-panel .staff-group .staff-group-list .staff-item.selected{background-color:#f4f0e7;color:#2d1d04;font-weight:500}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .commission-header{display:flex;align-items:center;gap:8px;font-family:Nunito,sans-serif;font-size:16px;font-weight:500;color:#2d1d04}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .commission-header .percent-icon{font-size:18px;color:#825826}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list{align-self:stretch;display:flex;flex-direction:column;gap:12px}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container{width:100%;border-radius:12px;background-color:#e3e3e366;display:flex;align-items:center;padding:16px 20px;gap:16px}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .staff-info{display:flex;align-items:center;gap:12px;flex:1}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .staff-info .staff-avatar{width:32px;height:32px;border-radius:50%;background-color:#feffff;border:1px solid #e3e3e3;display:flex;align-items:center;justify-content:center;color:#727270;font-size:14px}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .staff-info .staff-name{font-family:Nunito,sans-serif;font-size:14px;color:#242424;font-weight:500}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .role-section{display:flex;align-items:center;gap:20px}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .role-section .radio-parent{display:flex;align-items:center;gap:8px}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .role-section .radio-parent .ant-radio-wrapper{font-family:Nunito,sans-serif;font-size:14px;line-height:20px;color:#242424;margin:0}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .role-section .radio-parent .ant-radio-wrapper .ant-radio,.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .role-section .radio-parent .ant-radio-wrapper .ant-radio .ant-radio-inner{width:20px;height:20px}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .role-section .radio-parent .ant-radio-wrapper .ant-radio .ant-radio-inner:after{width:14px;height:14px}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs{display:flex;align-items:center;gap:8px}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs .base-percent,.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs .base-amount{height:32px;border-radius:4px;background-color:#feffff;border:1px solid #e3e3e3;display:flex;align-items:center}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs .base-percent:has(.ant-input-affix-wrapper-disabled),.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs .base-percent:has(.ant-input-disabled),.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs .base-amount:has(.ant-input-affix-wrapper-disabled),.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs .base-amount:has(.ant-input-disabled){background-color:#f5f5f5;border-color:#d9d9d9}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs .base-percent{width:80px;padding:4px 8px;gap:4px}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs .base-percent .percent-input{border:none;box-shadow:none;width:100%;text-align:right;font-family:Nunito,sans-serif;font-size:14px;background:transparent}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs .base-percent .percent-input .ant-input-suffix{color:#825826;font-size:14px}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs .base-percent .percent-input.ant-input-affix-wrapper-disabled{background:transparent}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs .base-percent .percent-input.ant-input-affix-wrapper-disabled .ant-input-suffix{color:#bfbfbf}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs .base-amount{flex:1;min-width:120px;padding:4px 12px}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs .base-amount .amount-input{border:none;box-shadow:none;width:100%;text-align:right;font-family:Nunito,sans-serif;font-size:14px;color:#242424;background:transparent}.add-staff-popup-overlay .add-staff-popup .popup-content .commission-section .staff-list .staff-container .commission-inputs .base-amount .amount-input.ant-input-disabled{color:#bfbfbf;background:transparent}.add-staff-popup-overlay .add-staff-popup .button-container{align-self:stretch;display:flex;align-items:center;justify-content:flex-end;gap:8px}.add-staff-popup-overlay .add-staff-popup .button-container .btn-exit{height:32px;min-width:80px;border-radius:1000px;border:1px solid #2d1d04;background:transparent;display:flex;align-items:center;justify-content:center;padding:4px 16px;color:#2d1d04;font-family:Nunito,sans-serif;font-size:12px;line-height:16px;text-transform:uppercase;font-weight:500;cursor:pointer;transition:all .3s}.add-staff-popup-overlay .add-staff-popup .button-container .btn-exit:hover{background:#2d1d041a}.add-staff-popup-overlay .add-staff-popup .button-container .btn-delete{height:32px;min-width:80px;border-radius:1000px;background-color:#ee2e53;border:none;display:flex;align-items:center;justify-content:center;padding:4px 16px;color:#feffff;font-family:Nunito,sans-serif;font-size:12px;line-height:16px;text-transform:uppercase;font-weight:500;cursor:pointer;transition:all .3s}.add-staff-popup-overlay .add-staff-popup .button-container .btn-delete:hover{background-color:#d6254a}.add-staff-popup-overlay .add-staff-popup .button-container .btn-save{height:32px;min-width:80px;border-radius:1000px;background-color:#825826;border:none;display:flex;align-items:center;justify-content:center;padding:4px 16px;color:#feffff;font-family:Nunito,sans-serif;font-size:12px;line-height:16px;text-transform:uppercase;font-weight:500;cursor:pointer;transition:all .3s}.add-staff-popup-overlay .add-staff-popup .button-container .btn-save:hover{background-color:#6b4820}.payment-history-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.payment-history-popup-overlay .payment-history-popup{width:900px;max-width:90%;max-height:90vh;position:relative;box-shadow:0 10px 20px #00000014;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;text-align:left;font-size:20px;color:#2d1d04;font-family:Nunito,sans-serif;background-color:#feffff}.payment-history-popup-overlay .payment-history-popup .popup-header{align-self:stretch;background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;gap:20px}.payment-history-popup-overlay .payment-history-popup .popup-header .header-title{position:relative;line-height:30px;font-weight:700;font-size:20px}.payment-history-popup-overlay .payment-history-popup .popup-header .close-btn{height:32px;width:32px;border-radius:1000px;background-color:transparent;display:flex;align-items:center;justify-content:center;border:none;color:#2d1d04;cursor:pointer}.payment-history-popup-overlay .payment-history-popup .popup-header .close-btn:hover{background-color:#2d1d041a}.payment-history-popup-overlay .payment-history-popup .popup-header .close-btn .anticon{font-size:16px}.payment-history-popup-overlay .payment-history-popup .popup-content{align-self:stretch;background-color:#feffff;display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:20px;max-height:70vh;overflow-y:auto}.payment-history-popup-overlay .payment-history-popup .popup-content .table-section{align-self:stretch;border-radius:12px;background-color:#fff;border:1px solid #cac5bf;overflow-x:auto;-webkit-overflow-scrolling:touch}.payment-history-popup-overlay .payment-history-popup .popup-content .table-section .payment-history-table .ant-table{font-size:14px;background:transparent}.payment-history-popup-overlay .payment-history-popup .popup-content .table-section .payment-history-table .ant-table .ant-table-container{min-width:720px}.payment-history-popup-overlay .payment-history-popup .popup-content .table-section .payment-history-table .ant-table .ant-table-thead>tr>th{background-color:#fff0;border-bottom:1.5px solid #2d1d04;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#242424;padding:8px 16px;height:56px}.payment-history-popup-overlay .payment-history-popup .popup-content .table-section .payment-history-table .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #e3e3e3;padding:8px 16px;height:56px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.payment-history-popup-overlay .payment-history-popup .popup-content .table-section .payment-history-table .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.payment-history-popup-overlay .payment-history-popup .popup-content .table-section .payment-history-table .ant-table .ant-table-tbody>tr:hover>td{background-color:#e3e3e366}.payment-history-table .ant-table-thead>tr>th{text-align:center}.payment-history-table .ant-table-thead>tr>th:first-child{text-align:left}.payment-history-table .ant-table-tbody>tr>td:first-child{text-align:left}@media(max-width:768px){.payment-history-popup-overlay{padding:12px;align-items:flex-end}.payment-history-popup-overlay .payment-history-popup{width:100%;max-width:100%;max-height:min(85vh,720px);border-radius:20px 20px 16px 16px}.payment-history-popup-overlay .payment-history-popup .popup-header{padding:16px;gap:12px}.payment-history-popup-overlay .payment-history-popup .popup-header .header-title{font-size:18px;line-height:26px}.payment-history-popup-overlay .payment-history-popup .popup-content{padding:16px 12px 12px;gap:12px}}@media(max-width:480px){.payment-history-popup-overlay{padding:8px}.payment-history-popup-overlay .payment-history-popup{max-height:88vh}.payment-history-popup-overlay .payment-history-popup .popup-header{padding:14px 12px}.payment-history-popup-overlay .payment-history-popup .popup-header .header-title{font-size:16px;line-height:24px}.payment-history-popup-overlay .payment-history-popup .popup-content{padding:12px 8px 8px}}.refund-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.refund-popup-overlay .refund-popup{width:500px;max-width:90%;position:relative;box-shadow:0 10px 20px #00000014;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;text-align:left;font-size:20px;color:#2d1d04;font-family:Nunito,sans-serif;background-color:#feffff}.refund-popup-overlay .refund-popup .popup-header{align-self:stretch;background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;gap:20px}.refund-popup-overlay .refund-popup .popup-header .header-title{position:relative;line-height:30px;font-weight:700;font-size:20px}.refund-popup-overlay .refund-popup .popup-header .close-btn{height:32px;width:32px;border-radius:1000px;background-color:transparent;display:flex;align-items:center;justify-content:center;border:none;color:#2d1d04;cursor:pointer}.refund-popup-overlay .refund-popup .popup-header .close-btn:hover{background-color:#2d1d041a}.refund-popup-overlay .refund-popup .popup-header .close-btn .anticon{font-size:16px}.refund-popup-overlay .refund-popup .popup-content{align-self:stretch;background-color:#feffff;display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:20px}.refund-popup-overlay .refund-popup .popup-content .refund-form{align-self:stretch;display:flex;flex-direction:column;gap:16px}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item{margin-bottom:0}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .ant-form-item-label{padding-bottom:4px}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .ant-form-item-label label{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .form-label{display:flex;align-items:center;gap:2px;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .form-label .required{font-size:12px;line-height:16px;color:#ee2e53;font-weight:400}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .refund-input{height:32px;border-radius:4px;background-color:#feffff;border:1px solid #bababa;font-family:Nunito,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#2d1d04;padding:4px 16px}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .refund-input:hover{border-color:#2d1d04}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .refund-input:focus{border-color:#825826;box-shadow:0 0 0 2px #8258261a}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .refund-date-picker{width:100%;height:32px;border-radius:4px;background-color:#feffff;border:1px solid #bababa;font-family:Nunito,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#2d1d04}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .refund-date-picker:hover{border-color:#2d1d04}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .refund-date-picker:focus{border-color:#825826;box-shadow:0 0 0 2px #8258261a}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .refund-date-picker .ant-picker-input input{font-family:Nunito,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#2d1d04}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .refund-date-picker .ant-picker-input input::placeholder{color:#bababa}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .refund-date-picker .ant-picker-suffix{color:#bababa}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .refund-note{border-radius:8px;background-color:#feffff;border:1px solid #bababa;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;resize:none}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .refund-note:hover{border-color:#2d1d04}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .refund-note:focus{border-color:#825826;box-shadow:0 0 0 2px #8258261a}.refund-popup-overlay .refund-popup .popup-content .refund-form .ant-form-item .refund-note::placeholder{color:#bababa}.refund-popup-overlay .refund-popup .popup-content .button-container{align-self:stretch;display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:12px;color:#2d1d04;margin-top:8px}.refund-popup-overlay .refund-popup .popup-content .button-container .btn-cancel{height:32px;border-radius:1000px;border:1px solid #2d1d04;background:transparent;display:flex;align-items:center;justify-content:center;padding:4px 16px;color:#2d1d04;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;cursor:pointer;transition:all .3s}.refund-popup-overlay .refund-popup .popup-content .button-container .btn-cancel:hover{background:#2d1d041a}.refund-popup-overlay .refund-popup .popup-content .button-container .btn-refund{height:32px;border-radius:1000px;background-color:#825826;border:none;display:flex;align-items:center;justify-content:center;padding:4px 16px;color:#feffff;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;cursor:pointer;transition:all .3s}.refund-popup-overlay .refund-popup .popup-content .button-container .btn-refund:hover{background-color:#6b4820}.payment-confirmation-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.payment-confirmation-popup-overlay .payment-confirmation-popup{width:500px;max-width:90%;position:relative;box-shadow:0 10px 20px #00000014;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;text-align:left;font-size:20px;color:#2d1d04;font-family:Nunito,sans-serif;background-color:#feffff}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-header{align-self:stretch;background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;gap:20px}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-header .header-title{position:relative;line-height:30px;font-weight:700;font-size:20px}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-header .close-btn{height:32px;width:32px;border-radius:1000px;background-color:transparent;display:flex;align-items:center;justify-content:center;border:none;color:#2d1d04;cursor:pointer}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-header .close-btn:hover{background-color:#2d1d041a}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-header .close-btn .anticon{font-size:16px}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-content{align-self:stretch;background-color:#feffff;display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:20px;font-size:28px}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-content .content{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-content .content .customer-info-wrapper{width:100%;display:flex;align-items:center}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-content .content .customer-info-wrapper .customer-info-title{position:relative;line-height:40px;font-weight:500;font-size:28px;color:#2d1d04}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-content .content .confirmation-message{position:relative;font-size:16px;line-height:24px;color:#242424;flex-shrink:0}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-content .button-container{align-self:stretch;display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:12px;margin-top:8px}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-content .button-container .btn-back{height:32px;border-radius:1000px;border:1px solid #2d1d04;background:transparent;display:flex;align-items:center;justify-content:center;padding:4px 16px;color:#2d1d04;font-family:Nunito,sans-serif;font-size:12px;line-height:16px;text-transform:uppercase;font-weight:500;cursor:pointer;transition:all .3s}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-content .button-container .btn-back:hover{background:#2d1d041a}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-content .button-container .btn-confirm{height:32px;border-radius:1000px;background-color:#825826;border:none;display:flex;align-items:center;justify-content:center;padding:4px 16px;color:#feffff;font-family:Nunito,sans-serif;font-size:12px;line-height:16px;text-transform:uppercase;font-weight:500;cursor:pointer;transition:all .3s}.payment-confirmation-popup-overlay .payment-confirmation-popup .popup-content .button-container .btn-confirm:hover{background-color:#6b4820}.cp-wrap{position:relative;font-family:Nunito,sans-serif}.cp-wrap .cp-input{height:32px;border-radius:4px;border:1px solid #bababa;background-color:#feffff;display:flex;align-items:center;padding:4px 16px;gap:6px;cursor:pointer;box-sizing:border-box;transition:border-color .2s}.cp-wrap .cp-input:hover{border-color:#825826}.cp-wrap .cp-input .cp-val{flex:1;font-size:12px;color:#242424;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cp-wrap .cp-input .cp-placeholder{flex:1;font-size:12px;color:#bababa;line-height:16px}.cp-wrap .cp-input .cp-cal-icon{width:14px;height:14px;color:#bababa;flex-shrink:0}.cp-panel{position:fixed;z-index:9999;display:flex;align-items:flex-start;border-radius:12px;background-color:#feffff;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000040;overflow:hidden;font-family:Nunito,sans-serif;font-size:12px;color:#242424}.cp-calendar{display:flex;flex-direction:column;gap:8px;padding:16px 16px 8px;box-sizing:border-box}.cp-month-hd{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #cac5bf;gap:8px;font-size:14px;font-family:Noto Sans JP,Nunito,sans-serif}.cp-month-hd .cp-month-label{flex:1;font-weight:700;color:#242424}.cp-month-hd .cp-nav-btns{display:flex;align-items:center;gap:2px}.cp-month-hd .cp-nav-btn{width:32px;height:32px;border-radius:4px;border:none;background:transparent;cursor:pointer;font-size:12px;color:#242424;display:flex;align-items:center;justify-content:center;transition:background .2s}.cp-month-hd .cp-nav-btn:hover{background:#0000000f}.cp-grid{width:252px;display:flex;flex-wrap:wrap;border-bottom:1px solid #cac5bf;padding-bottom:4px}.cp-day-name{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#242424;font-family:DM Sans,Nunito,sans-serif}.cp-day{width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer}.cp-day--out{opacity:.4;color:#727270}.cp-day .cp-day-inner{width:32px;height:32px;border-radius:99999px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;line-height:16px;transition:background .15s}.cp-day:hover:not(.cp-day--out) .cp-day-inner{background:#c3a59333}.cp-day--today .cp-day-inner{border:1px solid #f79009}.cp-day--selected .cp-day-inner{background-color:#c3a593;color:#2d1d04}.cp-cal-footer{display:flex;align-items:center;justify-content:space-between;padding:4px 0;color:#2d1d04}.cp-cal-footer .cp-footer-btn{border:none;background:transparent;cursor:pointer;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;text-decoration:underline;color:#2d1d04;padding:4px 0;transition:opacity .2s}.cp-cal-footer .cp-footer-btn:hover{opacity:.7}.cp-time{height:372px;background-color:#fffcf9;border-left:1px solid #f4f0e7;display:flex;align-items:flex-start;justify-content:center;gap:8px;padding:16px;box-sizing:border-box}.cp-time .cp-time-col{width:40px;display:flex;flex-direction:column;align-items:stretch;gap:4px;overflow-y:auto;height:100%;scrollbar-width:none}.cp-time .cp-time-col::-webkit-scrollbar{display:none}.cp-time .cp-time-item{flex-shrink:0;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;line-height:16px;color:#242424;cursor:pointer;transition:background .15s}.cp-time .cp-time-item:hover:not(.cp-time-item--selected){background:#c3a59333}.cp-time .cp-time-item--selected{background-color:#c3a593;color:#2d1d04}.adm-modal{font-family:Nunito,sans-serif}.adm-modal .ant-modal-content{border-radius:16px;box-shadow:0 10px 20px #00000014;overflow:hidden;padding:0}.adm-modal .ant-modal-body{padding:0}.adm-header{display:flex;align-items:center;justify-content:space-between;padding:16px;gap:20px;background-color:#feffff;border-bottom:1px solid #cac5bf}.adm-header .adm-header-title{font-size:20px;font-weight:700;line-height:30px;color:#2d1d04}.adm-header .adm-close-btn{width:32px;height:32px;border-radius:1000px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;color:#2d1d04;transition:background .2s;flex-shrink:0}.adm-header .adm-close-btn:hover{background:#0000000f}.adm-header .adm-customer-btn{height:32px;border-radius:1000px;background-color:#c3a593;border:none;padding:4px 16px;cursor:pointer;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;color:#2d1d04;transition:background .2s;white-space:nowrap}.adm-header .adm-customer-btn:hover{background-color:#b8937e}.adm-body{display:flex;flex-direction:column;gap:16px;padding:16px;background-color:#feffff;border-bottom:1px solid #cac5bf;font-size:14px;color:#242424}.adm-tabs{display:flex;align-items:center;border-bottom:1px solid #cac5bf;margin:0 -16px;padding:0 16px;width:calc(100% + 32px);min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x}.adm-tabs::-webkit-scrollbar{display:none}.adm-tabs .adm-tab{padding:8px;border:none;border-bottom:2px solid transparent;background:transparent;cursor:pointer;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#727270;margin-bottom:-1px;transition:all .2s;flex-shrink:0;white-space:nowrap;-webkit-user-select:none;user-select:none}.adm-tabs .adm-tab.active{color:#2d1d04;border-bottom-color:#2d1d04}.adm-tabs .adm-tab:hover:not(.active){color:#2d1d04}.adm-search-row{display:flex;align-items:center;gap:16px}.adm-search-row .adm-search-wrap{flex:1;height:32px;border-radius:12px;background-color:#feffff;border:1px solid #e3e3e3;display:flex;align-items:center;padding:0 8px;gap:8px;overflow:hidden}.adm-search-row .adm-search-wrap .adm-search-icon{font-size:14px;color:#bababa;flex-shrink:0}.adm-search-row .adm-search-wrap .adm-search-input{padding:0;font-family:Nunito,sans-serif;font-size:12px}.adm-search-row .adm-search-wrap .adm-search-input .ant-input::placeholder{color:#bababa}.adm-search-row .adm-date-input{height:32px;border-radius:4px;border:1px solid #bababa;font-family:Nunito,sans-serif;font-size:12px}.adm-search-row .adm-date-input:hover,.adm-search-row .adm-date-input.ant-picker-focused{border-color:#825826;box-shadow:none}.adm-row{display:flex;align-items:flex-end;gap:16px}.adm-field{flex:1;display:flex;flex-direction:column;gap:4px}.adm-field--full{flex:unset;width:100%}.adm-field .adm-label{font-size:14px;font-weight:500;line-height:20px;color:#242424;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adm-field .adm-readonly{height:32px;border-radius:4px;background-color:#e3e3e3;border:1px solid #bababa;padding:4px 16px;font-size:12px;line-height:24px;color:#727270;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-field .adm-input{height:32px;border-radius:4px;border:1px solid #bababa;font-family:Nunito,sans-serif;font-size:12px;padding:4px 16px}.adm-field .adm-input:hover,.adm-field .adm-input:focus{border-color:#825826;box-shadow:none}.adm-field .adm-select{width:100%;height:32px;font-family:Nunito,sans-serif;font-size:12px}.adm-field .adm-select .ant-select-selector{height:32px!important;border-radius:4px!important;border-color:#bababa!important;font-family:Nunito,sans-serif;font-size:12px}.adm-field .adm-select.ant-select-focused .ant-select-selector,.adm-field .adm-select:hover .ant-select-selector{border-color:#825826!important;box-shadow:none!important}.adm-field .adm-date-full{height:32px;border-radius:4px;border-color:#bababa;font-family:Nunito,sans-serif;font-size:12px}.adm-field .adm-date-full:hover,.adm-field .adm-date-full.ant-picker-focused{border-color:#825826;box-shadow:none}.adm-field .adm-textarea{border-radius:8px;border-color:#bababa;font-family:Nunito,sans-serif;font-size:14px;resize:none}.adm-field .adm-textarea:hover,.adm-field .adm-textarea:focus{border-color:#825826;box-shadow:none}.adm-repeat-row{display:flex;align-items:center;justify-content:flex-end;gap:12px;height:32px}.adm-repeat-row .adm-repeat-label{font-size:18px;line-height:28px;color:#2d1d04}.adm-status-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.adm-status-row .adm-radio-label{display:flex;align-items:center;gap:12px;cursor:pointer}.adm-status-row .adm-radio-input{display:none}.adm-status-row .adm-radio-custom{width:24px;height:24px;border-radius:50%;border:2px solid #bababa;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s}.adm-status-row .adm-radio-custom.checked{border-color:#825826}.adm-status-row .adm-radio-custom.checked:after{content:"";width:12px;height:12px;border-radius:50%;background-color:#825826;display:block}.adm-status-row .adm-radio-text{font-size:16px;font-weight:500;line-height:24px;color:#2d1d04}.adm-history{display:flex;flex-direction:column;width:100%}.adm-history-item{display:flex;align-items:stretch;gap:8px;min-height:80px;padding-left:24px;box-sizing:border-box}.adm-timeline{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:12px}.adm-timeline .adm-tl-line{flex:1;width:2px;background-color:#d9d9d9}.adm-timeline .adm-tl-line--hidden{background-color:transparent}.adm-timeline .adm-tl-line--top{margin-bottom:4px}.adm-timeline .adm-tl-line--bottom{margin-top:4px}.adm-timeline .adm-tl-dot{width:12px;height:12px;border-radius:50%;background-color:#bababa;flex-shrink:0}.adm-history-text{flex:1;font-size:16px;line-height:24px;color:#727270;margin:0;display:flex;align-items:center;text-align:left}.adm-history-text .adm-history-bold{color:#242424;font-weight:600}.adm-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:0}.adm-footer .adm-footer-right{display:flex;align-items:center;gap:8px}.adm-footer .adm-btn{height:32px;border-radius:1000px;border:none;padding:4px 16px;cursor:pointer;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;white-space:nowrap;transition:all .2s}.adm-footer .adm-btn--brown{background-color:#825826;color:#feffff}.adm-footer .adm-btn--brown:hover{background-color:#6b4820}.adm-footer .adm-btn--tan{background-color:#c3a593;color:#2d1d04}.adm-footer .adm-btn--tan:hover{background-color:#b8937e}.adm-footer .adm-btn--outline{background:transparent;border:1px solid #2d1d04;color:#2d1d04}.adm-footer .adm-btn--outline:hover{background-color:#2d1d040d}@media(max-width:768px){.adm-modal{width:95%!important;top:20px;margin:0 auto}.adm-header{flex-direction:column;align-items:stretch;gap:12px}.adm-header .adm-header-title{font-size:18px}.adm-header .adm-customer-btn{width:100%;text-align:center}.adm-row,.adm-search-row,.adm-footer{flex-direction:column;align-items:stretch;gap:12px}.adm-footer .adm-footer-right{flex-direction:column;align-items:stretch}.adm-footer .adm-footer-right .adm-btn,.adm-footer .adm-btn--outline{width:100%}}@media(max-width:480px){.adm-modal{width:100%!important;top:0;height:100%}.adm-modal .ant-modal-content{border-radius:0;height:100%}.adm-modal .ant-modal-body{height:calc(100vh - 100px);overflow-y:auto}.adm-tabs{flex-wrap:wrap}.adm-tabs .adm-tab{flex:1 1 auto;text-align:center}.adm-history-item{padding-left:12px}.adm-history-item .adm-history-text{font-size:14px}}.cam-modal{font-family:Nunito,sans-serif}.cam-modal .ant-modal-content{border-radius:16px;box-shadow:0 10px 20px #00000014;overflow:hidden;padding:0}.cam-modal .ant-modal-body{padding:0}.cam-close-btn{background:none;border:none;cursor:pointer;color:#666;font-size:16px;padding:4px;display:flex;align-items:center;justify-content:center}.cam-close-btn:hover{color:#333}.cam-header{display:flex;align-items:center;justify-content:space-between;padding:16px;gap:20px;background-color:#feffff;border-bottom:1px solid #cac5bf}.cam-header .cam-header-title{font-size:20px;font-weight:700;line-height:30px;color:#2d1d04}.cam-header .cam-header-actions{display:flex;align-items:center;gap:8px}.cam-header .cam-action-btn{height:32px;border-radius:1000px;border:none;padding:4px 16px;cursor:pointer;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;white-space:nowrap;opacity:0;pointer-events:none}.cam-header .cam-action-btn--hidden-brown{background-color:#825826;color:#feffff}.cam-header .cam-action-btn--hidden-tan{background-color:#c3a593;color:#2d1d04}.cam-body{display:flex;flex-direction:column;gap:16px;padding:16px;background-color:#feffff;border-bottom:1px solid #cac5bf;font-size:14px;color:#242424}.cam-tabs{display:flex;align-items:center;border-bottom:1px solid #cac5bf;margin:0 -16px;padding:0 16px;width:calc(100% + 32px);min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x}.cam-tabs::-webkit-scrollbar{display:none}.cam-tabs .cam-tab{padding:8px;border:none;border-bottom:2px solid transparent;background:transparent;cursor:pointer;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#727270;margin-bottom:-1px;transition:all .2s;flex-shrink:0;white-space:nowrap;-webkit-user-select:none;user-select:none}.cam-tabs .cam-tab.active{color:#2d1d04;border-bottom-color:#2d1d04}.cam-tabs .cam-tab:hover:not(.active){color:#2d1d04}.cam-search-row{display:flex;align-items:center;gap:16px}.cam-search-row .cam-search-wrap-outer{flex:1;position:relative}.cam-search-row .cam-search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e3e3e3;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:220px;overflow-y:auto}.cam-search-row .cam-search-option{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;cursor:pointer;gap:8px}.cam-search-row .cam-search-option:hover{background:#faf7f2}.cam-search-row .cam-search-option .cam-search-option-name{font-size:14px;font-family:Nunito,sans-serif;color:#2d1d04;font-weight:500}.cam-search-row .cam-search-option .cam-search-option-phone{font-size:12px;font-family:Nunito,sans-serif;color:#727270}.cam-search-row .cam-search-wrap{width:100%;height:32px;border-radius:12px;background-color:#feffff;border:1px solid #e3e3e3;display:flex;align-items:center;padding:0 8px;gap:8px;overflow:hidden}.cam-search-row .cam-search-wrap .cam-search-icon{font-size:14px;color:#bababa;flex-shrink:0}.cam-search-row .cam-search-wrap .cam-search-input{padding:0;font-family:Nunito,sans-serif;font-size:12px}.cam-search-row .cam-search-wrap .cam-search-input .ant-input::placeholder{color:#bababa}.cam-row{display:flex;align-items:flex-end;gap:16px}.cam-field{flex:1;display:flex;flex-direction:column;gap:4px}.cam-field--full{flex:unset;width:100%}.cam-field .cam-label{font-size:14px;font-weight:500;line-height:20px;color:#242424;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cam-field .cam-input{height:32px;border-radius:4px;border:1px solid #bababa;font-family:Nunito,sans-serif;font-size:12px;padding:4px 16px}.cam-field .cam-input:hover,.cam-field .cam-input:focus{border-color:#825826;box-shadow:none}.cam-field .cam-select{width:100%;height:32px;font-family:Nunito,sans-serif;font-size:12px}.cam-field .cam-select .ant-select-selector{height:32px!important;border-radius:4px!important;border-color:#bababa!important;font-family:Nunito,sans-serif;font-size:12px}.cam-field .cam-select.ant-select-focused .ant-select-selector,.cam-field .cam-select:hover .ant-select-selector{border-color:#825826!important;box-shadow:none!important}.cam-field .cam-textarea{border-radius:8px;border-color:#bababa;font-family:Nunito,sans-serif;font-size:14px;resize:none}.cam-field .cam-textarea:hover,.cam-field .cam-textarea:focus{border-color:#825826;box-shadow:none}.cam-add-customer-btn{width:32px;height:32px;border-radius:50%;border:none;background-color:#825826;color:#feffff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;font-size:14px;transition:background .2s;margin-bottom:0;align-self:flex-end}.cam-add-customer-btn:hover{background-color:#6b4820}.cam-repeat-row{display:flex;align-items:center;justify-content:flex-end;gap:12px;height:32px}.cam-repeat-row .cam-repeat-label{font-size:18px;line-height:28px;color:#2d1d04}.cam-status-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.cam-status-row .cam-radio-label{display:flex;align-items:center;gap:12px;cursor:pointer}.cam-status-row .cam-radio-input{display:none}.cam-status-row .cam-radio-custom{width:24px;height:24px;border-radius:50%;border:2px solid #bababa;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s}.cam-status-row .cam-radio-custom.checked{border-color:#825826}.cam-status-row .cam-radio-custom.checked:after{content:"";width:12px;height:12px;border-radius:50%;background-color:#825826;display:block}.cam-status-row .cam-radio-text{font-size:16px;font-weight:500;line-height:24px;color:#2d1d04}.cam-history-empty{display:flex;align-items:center;justify-content:center;height:120px;color:#bababa;font-size:14px}.cam-history-wrap{display:flex;flex-direction:column;gap:0;min-height:120px}.cam-history-item{display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f4f0e7}.cam-history-item:last-child{border-bottom:none}.cam-history-item .cam-hist-time{font-size:12px;color:#727270;font-family:Nunito,sans-serif;white-space:nowrap}.cam-history-item .cam-hist-info{display:flex;flex-direction:column;gap:2px}.cam-history-item .cam-hist-info .cam-hist-name{font-size:13px;font-weight:500;color:#2d1d04;font-family:Nunito,sans-serif}.cam-history-item .cam-hist-info .cam-hist-purpose{font-size:12px;color:#727270;font-family:Nunito,sans-serif}.cam-history-item .cam-hist-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:11px;font-family:Nunito,sans-serif;white-space:nowrap}.cam-history-item .cam-hist-badge .cam-hist-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.cam-history-pagination{display:flex;justify-content:flex-end;padding-top:8px;gap:4px}.cam-history-pagination .cam-page-btn{height:28px;min-width:28px;padding:0 8px;border-radius:6px;border:1px solid #e3e3e3;background:#fff;font-size:12px;font-family:Nunito,sans-serif;color:#2d1d04;cursor:pointer}.cam-history-pagination .cam-page-btn:hover{border-color:#c3a593}.cam-history-pagination .cam-page-btn.active{background:#825826;border-color:#825826;color:#fff}.cam-history-pagination .cam-page-btn:disabled{opacity:.4;cursor:not-allowed}.cam-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:0}.cam-footer .cam-footer-right{display:flex;align-items:center;gap:8px}.cam-footer .cam-btn{height:32px;border-radius:1000px;border:none;padding:4px 16px;cursor:pointer;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;white-space:nowrap;transition:all .2s}.cam-footer .cam-btn--brown{background-color:#825826;color:#feffff}.cam-footer .cam-btn--brown:hover{background-color:#6b4820}.cam-footer .cam-btn--tan{background-color:#c3a593;color:#2d1d04}.cam-footer .cam-btn--tan:hover{background-color:#b8937e}.cam-footer .cam-btn--outline{background:transparent;border:1px solid #2d1d04;color:#2d1d04}.cam-footer .cam-btn--outline:hover{background-color:#2d1d040d}@media(max-width:768px){.cam-modal{width:95%!important;top:20px;margin:0 auto}.cam-modal .ant-modal-content{border-radius:12px}.cam-row,.cam-search-row{flex-direction:column;align-items:stretch;gap:12px}.cam-search-row .cam-add-customer-btn{align-self:flex-start}.cam-footer{flex-direction:column;align-items:stretch;gap:12px}.cam-footer .cam-footer-right{flex-direction:column;align-items:stretch}.cam-footer .cam-footer-right .cam-btn,.cam-footer .cam-btn--outline{width:100%}.cam-history-item{grid-template-columns:1fr auto;gap:8px}.cam-history-item .cam-hist-time{grid-column:1/-1}}@media(max-width:480px){.cam-modal{width:100%!important;top:0;height:100%}.cam-modal .ant-modal-content{border-radius:0;height:100%;display:flex;flex-direction:column}.cam-modal .ant-modal-body{flex:1;overflow-y:auto}.cam-tabs{flex-wrap:wrap}.cam-tabs .cam-tab{flex:1 1 auto;text-align:center;font-size:13px}.cam-status-row{gap:12px}.cam-status-row .cam-radio-text{font-size:14px}}.al-stats-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-family:Nunito,sans-serif}.al-stats-row .al-stats-label{font-size:16px;font-weight:500;line-height:24px;color:#2d1d04}.al-stats-row .al-badge{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;min-height:32px;box-sizing:border-box}.al-stats-row .al-badge .al-badge-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.al-stats-row .al-badge .al-badge-text{font-size:13px;font-weight:500;line-height:1;white-space:nowrap}.al-main-card{background:#feffff;border-radius:24px;border:1px solid #f4f0e7;box-shadow:0 10px 20px #00000014;padding:32px;display:flex;flex-direction:column;gap:24px;font-family:Nunito,sans-serif}.al-tabs-row{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x}.al-tabs-row::-webkit-scrollbar{display:none}.al-tabs-row .al-tab{display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:1000px;border:1px solid #c3a593;background:transparent;cursor:pointer;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;color:#727270;transition:all .2s;flex-shrink:0;white-space:nowrap;-webkit-user-select:none;user-select:none}.al-tabs-row .al-tab:hover{border-color:#825826;color:#2d1d04}.al-tabs-row .al-tab.active{border-color:#2d1d04;color:#2d1d04}.al-tabs-row .al-tab .al-tab-icon{font-size:24px}.al-tabs-row .al-tab .al-tab-name{line-height:16px;padding:0 4px}.al-tabs-row .al-tab .al-tab-badge{height:24px;border-radius:123px;background-color:#2d1d04;color:#feffff;display:flex;align-items:center;justify-content:center;padding:0 8px;font-size:12px;line-height:16px;min-width:24px}.al-cal-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;font-family:Nunito,sans-serif}.al-cal-nav .al-cal-nav-left{display:flex;align-items:center;gap:16px}.al-cal-nav .al-nav-arrows{display:flex;align-items:center;border-radius:6px;background-color:#e3e3e3;overflow:hidden}.al-cal-nav .al-nav-arrows .al-nav-arrow{width:32px;height:32px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;color:#2d1d04;transition:background .2s}.al-cal-nav .al-nav-arrows .al-nav-arrow:hover{background:#00000014}.al-cal-nav .al-today-btn{height:32px;border-radius:1000px;background:transparent;border:1px solid #bababa;padding:4px 16px;cursor:pointer;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;color:#bababa;transition:all .2s}.al-cal-nav .al-today-btn:hover{border-color:#2d1d04;color:#2d1d04}.al-cal-nav .al-date-display{display:flex;align-items:center;gap:8px}.al-cal-nav .al-date-display .al-date-text{font-size:14px;line-height:20px;color:#2d1d04}.al-cal-nav .al-date-display .al-calendar-btn{width:32px;height:32px;border-radius:1000px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#2d1d04;transition:background .2s}.al-cal-nav .al-date-display .al-calendar-btn:hover{background:#2d1d040f}.al-cal-nav .al-view-tabs{display:flex;align-items:center;gap:12px}.al-cal-nav .al-view-group{height:40px;display:flex;align-items:center;border-radius:8px;background-color:#e3e3e3;border:1px solid #e3e3e3;padding:2px;box-sizing:border-box;overflow:hidden}.al-cal-nav .al-view-group .al-view-btn{align-self:stretch;border-radius:8px;border:none;background:transparent;padding:4px 8px;cursor:pointer;font-family:Nunito,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#bababa;transition:all .2s;white-space:nowrap}.al-cal-nav .al-view-group .al-view-btn.active{background-color:#825826;color:#feffff}.al-cal-nav .al-view-group .al-view-btn--list{font-size:14px;line-height:20px}.al-cal-nav .al-view-group .al-view-sep{width:1px;height:23px;background:#bababa;flex-shrink:0}.al-search-card{width:100%;border-radius:16px;background-color:#e3e3e366;border:1px solid #f4f0e7;padding:16px;display:flex;flex-direction:column;gap:12px;font-family:Nunito,sans-serif;box-sizing:border-box}.al-search-card .al-search-title{font-size:28px;font-weight:500;line-height:40px;color:#2d1d04}.al-search-card .al-search-row{display:flex;align-items:flex-end;gap:12px;font-size:14px}.al-search-card .al-search-input-wrap{flex:.93;height:40px;border-radius:12px;background-color:#feffff;border:1px solid #e3e3e3;display:flex;align-items:center;padding:8px;gap:8px;overflow:hidden;transition:border-color .2s}.al-search-card .al-search-input-wrap:focus-within{border-color:#825826}.al-search-card .al-search-input-wrap .al-search-icon{font-size:16px;color:#2d1d04;flex-shrink:0}.al-search-card .al-search-input-wrap .al-search-input{flex:1;padding:0;font-family:Nunito,sans-serif;font-size:14px;color:#242424}.al-search-card .al-search-input-wrap .al-search-input.ant-input,.al-search-card .al-search-input-wrap .al-search-input .ant-input{border:none!important;box-shadow:none!important;outline:none!important;background:transparent!important;font-family:Nunito,sans-serif;font-size:14px;color:#242424}.al-search-card .al-search-input-wrap .al-search-input.ant-input::placeholder,.al-search-card .al-search-input-wrap .al-search-input .ant-input::placeholder{color:#bababa}.al-search-card .al-field{flex:1;display:flex;flex-direction:column;gap:4px}.al-search-card .al-field .al-field-label{font-size:14px;font-weight:500;line-height:20px;color:#242424}.al-search-card .al-field .al-field-input{width:100%;height:40px;border-radius:12px;border:1px solid #e3e3e3;background-color:#feffff;font-family:Nunito,sans-serif;font-size:14px;color:#242424}.al-search-card .al-field .al-field-input.ant-picker .ant-picker-input>input,.al-search-card .al-field .al-field-input.ant-picker .ant-select-selector,.al-search-card .al-field .al-field-input.ant-select .ant-picker-input>input,.al-search-card .al-field .al-field-input.ant-select .ant-select-selector{font-family:Nunito,sans-serif;font-size:14px;color:#242424}.al-search-card .al-field .al-field-input.ant-picker .ant-select-selection-placeholder,.al-search-card .al-field .al-field-input.ant-picker .ant-picker-input>input::placeholder,.al-search-card .al-field .al-field-input.ant-select .ant-select-selection-placeholder,.al-search-card .al-field .al-field-input.ant-select .ant-picker-input>input::placeholder{color:#bababa}.al-search-card .al-field .al-field-input:hover,.al-search-card .al-field .al-field-input.ant-picker-focused,.al-search-card .al-field .al-field-input.ant-select-focused{border-color:#825826;box-shadow:none}.al-search-card .al-reset-btn{width:40px;height:40px;border-radius:1000px;border:1px solid #2d1d04;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;font-size:16px;color:#2d1d04;transition:background .2s}.al-search-card .al-reset-btn:hover{background:#2d1d040d}.al-search-card .al-search-btn{height:40px;border-radius:1000px;background-color:#c3a593;border:none;padding:8px 24px;cursor:pointer;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;color:#2d1d04;white-space:nowrap;transition:background .2s;flex-shrink:0}.al-search-card .al-search-btn:hover{background-color:#b8937e}.al-search-card .al-btn-row-mobile{display:flex;align-items:center;gap:12px}.al-title-row{display:flex;align-items:center;justify-content:space-between;gap:4px;font-family:Nunito,sans-serif}.al-title{font-family:Nunito,sans-serif;font-size:28px;font-weight:700;line-height:40px;color:#2d1d04;margin:0}.al-add-btn{display:flex;align-items:center;justify-content:center;gap:12px;height:40px;padding:8px 24px 8px 16px;border-radius:1000px;background-color:#825826;border:none;cursor:pointer;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;color:#feffff;transition:background .2s}.al-add-btn:hover{background-color:#6b4820}.al-add-btn .al-add-icon{font-size:20px}.al-cal-wrap{border-radius:12px;border:1px solid #cac5bf;overflow-y:auto;overflow-x:hidden;max-height:580px;font-family:Nunito,sans-serif}.al-cal-head{display:flex;border-bottom:1px solid #cac5bf}.al-cal-head .al-cal-time-hd{width:100px;flex-shrink:0;padding:10px 12px;font-size:12px;font-weight:700;color:#2d1d04;border:1px solid #cac5bf;border-top:none;border-left:none;box-sizing:border-box}.al-cal-head .al-cal-day-hd{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 4px;gap:2px;box-sizing:border-box;border-right:1px solid #cac5bf}.al-cal-head .al-cal-day-hd:last-child{border-right:none}.al-cal-head .al-cal-day-hd--weekend{background-color:#f4f0e7}.al-cal-head .al-cal-day-hd .al-cal-day-num{font-size:14px;font-weight:400;color:#2d1d04;line-height:1.2}.al-cal-head .al-cal-day-hd .al-cal-day-name{font-size:11px;color:#727270;text-transform:uppercase;line-height:1.2}.al-cal-body{display:flex;position:relative}.al-cal-body .al-cal-time-col{width:100px;flex-shrink:0;border-right:1px solid #cac5bf}.al-cal-body .al-cal-days-wrap{flex:1;display:flex;overflow:hidden}.al-cal-body .al-cal-time-col .al-cal-slot{height:52px;min-height:52px;max-height:52px;box-sizing:border-box;display:flex;align-items:flex-start;padding-top:4px;flex-shrink:0;border-bottom:1px solid #e3e3e3}.al-cal-body .al-cal-time-col .al-cal-slot.al-cal-slot--half{border-bottom:1px dashed #e3e3e3}.al-cal-body .al-cal-time-col .al-cal-slot .al-cal-slot-label{font-size:11px;color:#bababa;padding-left:8px;line-height:1}.al-cal-body .al-cal-day-body{flex:1;position:relative;border-right:1px solid #cac5bf}.al-cal-body .al-cal-day-body:last-child{border-right:none}.al-cal-body .al-cal-day-body--weekend{background-color:#f4f0e7}.al-cal-day-body .al-cal-slot,.al-cal-day-body>.al-cal-slot,div.al-cal-day-body>div.al-cal-slot{height:52px!important;min-height:52px!important;max-height:52px!important;box-sizing:border-box!important;padding:0!important;margin:0!important;display:block!important;flex-shrink:0!important;line-height:52px!important;border-bottom:1px solid #e3e3e3!important}.al-cal-day-body .al-cal-slot.al-cal-slot--half,.al-cal-day-body>.al-cal-slot.al-cal-slot--half,div.al-cal-day-body>div.al-cal-slot.al-cal-slot--half{border-bottom:1px dashed #e3e3e3!important}.al-booking{position:absolute;border-radius:4px;padding:4px 6px;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column;gap:2px;cursor:pointer;transition:opacity .2s}.al-booking:hover{opacity:.85}.al-booking .al-booking-name{font-size:11px;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.al-booking .al-booking-time{font-size:10px;line-height:1.3;opacity:.8;white-space:nowrap}.al-booking--purple{background-color:#f5e3fe;border-left:3px solid #a809f7;color:#a809f7}.al-booking--cyan{background-color:#c3ecf3;border-left:3px solid #06b6d4;color:#06b6d4}.al-booking--red{background-color:#ffe0e6;border-left:3px solid #ee2e53;color:#ee2e53}.al-booking--blue{background-color:#e4edff;border-left:3px solid #2970ff;color:#2970ff}.al-booking--green{background-color:#d6f3e6;border-left:3px solid #088941;color:#088941}.al-booking--overflow{background-color:#c3a593;border-left:none;color:#feffff;align-items:center;justify-content:center}.al-booking--overflow .al-booking-overflow{font-size:11px;font-weight:600;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);white-space:nowrap}.al-booking--3day{background:transparent!important;border-left:none!important;border-radius:12px;padding:4px;gap:0}.al-booking--3day .al-booking-inner{flex:1;align-self:stretch;border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:2px;overflow:hidden}.al-booking--3day .al-booking-code{font-size:12px;font-weight:500;line-height:16px}.al-booking--3day .al-booking-name{font-size:14px;font-weight:500;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.al-booking--3day .al-booking-phone,.al-booking--3day .al-booking-time{font-size:12px;line-height:16px;opacity:.85;white-space:nowrap}.al-booking--3day.al-booking--purple .al-booking-inner{background-color:#f5e3fe;border-left:4px solid #a809f7;color:#a809f7}.al-booking--3day.al-booking--cyan .al-booking-inner{background-color:#c3ecf3;border-left:4px solid #06b6d4;color:#06b6d4}.al-booking--3day.al-booking--red .al-booking-inner{background-color:#ffe0e6;border-left:4px solid #ee2e53;color:#ee2e53}.al-booking--3day.al-booking--blue .al-booking-inner{background-color:#e4edff;border-left:4px solid #2970ff;color:#2970ff}.al-booking--3day.al-booking--green .al-booking-inner{background-color:#d6f3e6;border-left:4px solid #088941;color:#088941}.al-booking--3day.al-booking--gray .al-booking-inner{background-color:#f0f0f0;border-left:4px solid #8c8c8c;color:#8c8c8c}.al-booking--3day.al-booking--overflow{background-color:#c3a593!important;border-left:none!important;border-radius:8px;align-items:center;justify-content:center}.al-booking--3day.al-booking--overflow .al-booking-overflow{writing-mode:horizontal-tb;transform:none;font-size:13px}.al-overflow-popup{position:fixed;z-index:9999;width:300px;height:360px;background-color:#feffff;border-radius:16px;box-shadow:0 10px 20px #00000014;overflow:hidden;display:flex;flex-direction:column;font-family:Nunito,sans-serif;font-size:14px;color:#242424}.al-overflow-popup .al-ovf-header{width:100%;background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;align-items:center;justify-content:space-between;padding:4px 0 4px 16px;gap:8px;flex-shrink:0;box-sizing:border-box}.al-overflow-popup .al-ovf-header-title{font-size:14px;font-weight:500;line-height:22px;color:#242424;flex:1}.al-overflow-popup .al-ovf-close-btn{width:32px;height:32px;border-radius:1000px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#242424;flex-shrink:0;margin-right:4px;transition:background .2s}.al-overflow-popup .al-ovf-close-btn:hover{background:#0000000f}.al-overflow-popup .al-ovf-list{flex:1;background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;flex-direction:column;align-items:flex-start;padding:8px 16px 8px 8px;position:relative;isolation:isolate;overflow-y:auto;font-size:12px;color:#a20aee}.al-overflow-popup .al-ovf-item{align-self:stretch;flex-shrink:0;border-radius:12px;overflow:hidden;padding:4px}.al-overflow-popup .al-ovf-item:nth-child(1){z-index:0}.al-overflow-popup .al-ovf-item:nth-child(2){z-index:1}.al-overflow-popup .al-ovf-item:nth-child(3){z-index:2}.al-overflow-popup .al-ovf-item:nth-child(n+4){z-index:3}.al-overflow-popup .al-ovf-card{align-self:stretch;height:88px;border-radius:8px;border-left:4px solid #a809f7;background-color:#f5e3fe;overflow:hidden;padding:8px;display:flex;flex-direction:column;gap:4px;box-sizing:border-box;cursor:pointer;transition:opacity .2s}.al-overflow-popup .al-ovf-card:hover{opacity:.85}.al-overflow-popup .al-ovf-card--cyan{background-color:#c3ecf3;border-left-color:#06b6d4}.al-overflow-popup .al-ovf-card--cyan .al-ovf-code{color:#06b6d4}.al-overflow-popup .al-ovf-card--red{background-color:#ffe0e6;border-left-color:#ee2e53}.al-overflow-popup .al-ovf-card--red .al-ovf-code{color:#ee2e53}.al-overflow-popup .al-ovf-card--blue{background-color:#e4edff;border-left-color:#2970ff}.al-overflow-popup .al-ovf-card--blue .al-ovf-code{color:#2970ff}.al-overflow-popup .al-ovf-card--green{background-color:#d6f3e6;border-left-color:#088941}.al-overflow-popup .al-ovf-card--green .al-ovf-code{color:#088941}.al-overflow-popup .al-ovf-code-row{align-self:stretch;display:flex;align-items:center}.al-overflow-popup .al-ovf-code{font-size:12px;font-weight:500;line-height:16px;color:#a20aee}.al-overflow-popup .al-ovf-info{align-self:stretch;display:flex;flex-direction:column;gap:2px;color:#242424}.al-overflow-popup .al-ovf-name{font-size:14px;font-weight:500;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.al-overflow-popup .al-ovf-phone,.al-overflow-popup .al-ovf-time{font-size:12px;line-height:16px}.al-overflow-popup .al-ovf-scroll{height:100%;margin:0!important;position:absolute;top:0;right:0;bottom:0;display:flex;align-items:flex-start;justify-content:center;padding:4px 4px 200px;box-sizing:border-box;z-index:4;pointer-events:none;flex-shrink:0}.al-overflow-popup .al-ovf-scroll-bar{align-self:stretch;width:12px;border-radius:1000px;background-color:#bababa;overflow:hidden;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;padding:10px;box-sizing:border-box}.al-list-wrap{display:flex;flex-direction:column;gap:16px;font-family:Nunito,sans-serif}.al-list-day{border-radius:12px;background-color:#fff;border:1px solid #cac5bf;overflow:hidden}.al-list-day-hd{height:48px;display:flex;align-items:center;padding:8px 16px;border-bottom:1.5px solid #2d1d04;background-color:#fff;box-shadow:0 6px 20px #00000014}.al-list-day-hd .al-list-day-title{font-size:18px;line-height:28px;color:#242424}.al-list-row{display:flex;align-items:stretch;cursor:pointer;transition:background .15s}.al-list-row:hover{background:#f4f0e780}.al-list-col{background-color:#fffcf9;border-bottom:1px solid #e3e3e3;display:flex;align-items:center;padding:8px 16px;box-sizing:border-box;overflow:hidden}.al-list-col--code{width:100px;flex-shrink:0;border-right:1px solid #cac5bf}.al-list-col--time{width:150px;flex-shrink:0;border-right:1px solid #cac5bf;font-size:14px;color:#242424}.al-list-col--status{width:150px;flex-shrink:0;border-right:1px solid #cac5bf}.al-list-col--info{flex:1;border-right:1px solid #cac5bf}.al-list-code{font-size:12px;font-weight:500;line-height:16px}.al-list-time{font-size:14px;line-height:20px;color:#242424}.al-list-badge{display:inline-flex;align-items:center;gap:4px;border-radius:4px;padding:2px 6px;font-size:12px;font-weight:600;white-space:nowrap}.al-list-badge .al-list-badge-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.al-list-customer{display:block;font-size:14px;line-height:20px;color:#242424;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.al-list-service{display:block;font-size:12px;line-height:16px;color:#727270;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.al-list-col--info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:0}@media(max-width:1200px){.al-main-card{padding:20px;gap:16px}.al-cal-nav{flex-direction:column;align-items:stretch;gap:16px}.al-cal-nav .al-cal-nav-left{justify-content:space-between}.al-cal-nav .al-view-tabs{justify-content:center}}@media(max-width:768px){.al-title-row{flex-direction:column;align-items:stretch;gap:12px}.al-title-row .al-add-btn{width:100%;justify-content:center}.al-stats-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%}.al-stats-row .al-stats-label{grid-column:1/-1;margin-bottom:4px}.al-stats-row .al-badge{width:100%;justify-content:flex-start;padding:8px}.al-stats-row .al-badge .al-badge-text{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.al-main-card{padding:16px;gap:16px}.al-cal-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.al-cal-wrap .al-cal-head,.al-cal-wrap .al-cal-body{min-width:700px}.al-list-row{flex-direction:column;padding:12px;border-bottom:1px solid #e3e3e3;gap:12px}.al-list-row:last-child{border-bottom:none}.al-list-col{width:100%!important;padding:0!important;border:none!important;min-height:auto;background:transparent}.al-list-col--code{font-weight:600}.al-list-col--status{order:-1;justify-content:flex-start}.al-list-col--info{padding-top:4px!important}}@media(max-width:480px){.al-stats-row{gap:6px}.al-stats-row .al-badge{padding:6px 8px}.al-stats-row .al-badge .al-badge-text{font-size:11px}.al-tabs-row{gap:8px}.al-tabs-row .al-tab{padding:4px 12px}.al-tabs-row .al-tab .al-tab-name{display:none}.al-cal-nav{flex-direction:column;align-items:stretch;gap:12px}.al-cal-nav .al-cal-nav-left{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px}.al-cal-nav .al-cal-nav-left .al-nav-arrows{order:1}.al-cal-nav .al-cal-nav-left .al-today-btn{order:2;height:32px;font-size:11px}.al-cal-nav .al-cal-nav-left .al-date-display{order:3;width:100%;justify-content:space-between;margin-top:4px}.al-cal-nav .al-view-tabs{display:grid;grid-template-columns:1fr;gap:8px;width:100%}.al-cal-nav .al-view-group{width:100%;height:36px}.al-cal-nav .al-view-group .al-view-btn{flex:1;font-size:13px;padding:4px}.al-cal-nav .al-view-group .al-view-btn--list{font-size:12px}}.al-page{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;font-family:Nunito,sans-serif;color:#2d1d04}.al-header{align-self:stretch;display:flex;align-items:center;justify-content:space-between}.al-header .al-title{font-family:Nunito,sans-serif;font-size:28px;font-weight:700;line-height:40px;color:#2d1d04}.al-header .al-create-btn{height:40px;border-radius:1000px;background-color:#825826;border:none;color:#feffff;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;padding:8px 24px 8px 16px;gap:12px;display:flex;align-items:center;transition:background .2s;white-space:nowrap}.al-header .al-create-btn:hover{background-color:#6a461e!important;color:#feffff!important;border:none!important}.al-header .al-create-btn .anticon{font-size:20px}.al-summary-row{align-self:stretch;display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:8px}.al-summary-row .al-summary-label{font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#2d1d04;white-space:nowrap}.al-summary-row .al-badge{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:1000px;font-size:13px;min-height:32px;box-sizing:border-box;transition:transform .2s}.al-summary-row .al-badge .al-badge-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.al-summary-row .al-badge b{font-weight:500;line-height:1.2}.al-summary-row .al-badge.badge-pending{background-color:#e4edff;color:#2970ff}.al-summary-row .al-badge.badge-pending .al-badge-dot{background-color:#2970ff}.al-summary-row .al-badge.badge-confirmed{background-color:#d6f3e6;color:#088941}.al-summary-row .al-badge.badge-confirmed .al-badge-dot{background-color:#088941}.al-summary-row .al-badge.badge-cancelled{background-color:#ffe0e6;color:#ee2e53}.al-summary-row .al-badge.badge-cancelled .al-badge-dot{background-color:#ee2e53}.al-summary-row .al-badge.badge-attended{background-color:#f5e3fe;color:#a809f7}.al-summary-row .al-badge.badge-attended .al-badge-dot{background-color:#a809f7}.al-summary-row .al-badge.badge-online{background-color:#c3ecf3;color:#06b6d4}.al-summary-row .al-badge.badge-online .al-badge-dot{background-color:#06b6d4}.al-summary-row .al-badge.badge-gray{background-color:#f0f0f0;color:#8c8c8c}.al-summary-row .al-badge.badge-gray .al-badge-dot{background-color:#8c8c8c}.al-search-block{align-self:stretch;border-radius:16px;background-color:#e3e3e366;border:1px solid #f4f0e7;display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:12px;box-sizing:border-box}.al-search-block .al-search-title{font-size:14px;font-weight:500;line-height:20px;color:#2d1d04}.al-search-row{align-self:stretch;display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.al-search-row .al-search-input{width:100%;height:40px;border-radius:12px;background-color:#feffff;border:1px solid #e3e3e3;box-sizing:border-box;display:flex;align-items:center;padding:8px;gap:8px}.al-search-row .al-search-input .al-search-icon{font-size:16px;color:#bababa;flex-shrink:0}.al-search-row .al-search-input .al-search-field{flex:1;border:none;background:transparent;font-family:Nunito,sans-serif;font-size:14px;color:#242424}.al-search-row .al-search-input .al-search-field input{font-family:Nunito,sans-serif!important;font-size:14px!important}.al-search-row .al-search-input .al-search-field::placeholder{color:#bababa}.al-search-row .al-filter-input{flex:1;min-width:150px;display:flex;flex-direction:column;gap:4px}.al-search-row .al-filter-input .al-filter-label{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;color:#242424;white-space:nowrap}.al-search-row .al-filter-input .al-date-picker{width:100%;height:40px!important;border-radius:8px!important;border:1px solid #bababa!important;background:#feffff!important;font-family:Nunito,sans-serif;font-size:14px}.al-search-row .al-filter-input .al-date-picker .ant-picker-input>input{font-family:Nunito,sans-serif!important;font-size:14px!important;color:#242424}.al-search-row .al-filter-input .al-date-picker:hover,.al-search-row .al-filter-input .al-date-picker.ant-picker-focused{border-color:#c3a593!important;box-shadow:none!important}.al-search-row .al-filter-input .al-select{width:100%;height:40px}.al-search-row .al-filter-input .al-select .ant-select-selector{height:40px!important;border-radius:8px!important;border:1px solid #bababa!important;background:#feffff!important;font-family:Nunito,sans-serif!important;font-size:14px!important;align-items:center!important}.al-search-row .al-filter-input .al-select .ant-select-selection-item,.al-search-row .al-filter-input .al-select .ant-select-selection-placeholder{font-family:Nunito,sans-serif!important;font-size:14px!important;color:#242424;line-height:38px!important}.al-search-row .al-filter-input .al-select:hover .ant-select-selector,.al-search-row .al-filter-input .al-select.ant-select-focused .ant-select-selector{border-color:#c3a593!important;box-shadow:none!important}.al-search-row .al-btn-row{display:flex;align-items:center;gap:12px;height:40px}.al-search-row .al-filter-btn{width:40px;height:40px;border-radius:50%;border:1px solid #2d1d04!important;background:transparent!important;color:#2d1d04!important;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.al-search-row .al-search-btn{height:40px;border-radius:1000px;background-color:#c3a593!important;border:none!important;color:#2d1d04!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;padding:0 24px;cursor:pointer;white-space:nowrap;flex-shrink:0}.al-search-row .al-search-btn:hover{background-color:#b8937e!important}.al-table-wrap{align-self:stretch;border-radius:12px;background-color:#fff;border:1px solid #cac5bf;overflow:hidden;padding:8px 24px 24px}.al-table .ant-table-thead>tr>th{background:transparent;border-bottom:1.5px solid #2d1d04!important;padding:14px 16px;font-family:Nunito,sans-serif!important}.al-table .ant-table-thead>tr>th:before{display:none!important}.al-table .ant-table-tbody>tr>td{font-family:Nunito,sans-serif!important}.al-status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:1000px;font-size:13px;font-family:Nunito,sans-serif;white-space:nowrap}.al-status-badge .al-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.al-status-badge b{font-weight:500}.al-status-badge.status-pending{background-color:#e4edff;color:#2970ff}.al-status-badge.status-pending .al-status-dot{background-color:#2970ff}.al-status-badge.status-confirmed{background-color:#d6f3e6;color:#088941}.al-status-badge.status-confirmed .al-status-dot{background-color:#088941}.al-status-badge.status-cancelled{background-color:#ffe0e6;color:#ee2e53}.al-status-badge.status-cancelled .al-status-dot{background-color:#ee2e53}.al-status-badge.status-attended{background-color:#f5e3fe;color:#a809f7}.al-status-badge.status-attended .al-status-dot{background-color:#a809f7}.al-status-badge.status-online{background-color:#c3ecf3;color:#06b6d4}.al-status-badge.status-online .al-status-dot{background-color:#06b6d4}.al-status-badge.status-gray{background-color:#f0f0f0;color:#8c8c8c}.al-status-badge.status-gray .al-status-dot{background-color:#8c8c8c}.al-desktop-only{display:block!important}.al-mobile-only{display:none!important}@media(max-width:1200px){.al-search-row .al-filter-input{min-width:140px}}@media(max-width:768px){.al-header{flex-direction:column;align-items:flex-start;gap:12px}.al-header .al-create-btn{width:100%}.al-summary-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%}.al-summary-row .al-summary-label{grid-column:1/-1;margin-bottom:4px}.al-summary-row .al-badge{width:100%;justify-content:flex-start;padding:8px 12px}.al-summary-row .al-badge b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.al-search-row{gap:8px}.al-search-row .al-filter-input{min-width:calc(50% - 8px);flex:1 1 calc(50% - 8px)}.al-search-row .al-filter-input:first-child{flex:1 1 100%;min-width:100%}.al-search-row .al-btn-group{flex:1 1 100%}.al-search-row .al-btn-row{width:100%}.al-search-row .al-search-btn{flex:1;border-radius:12px;background-color:#825826!important;color:#fff!important}.al-table-wrap{padding:8px 12px 12px;border:1px solid #cac5bf;background:#fff;border-radius:12px;width:100%;box-sizing:border-box;overflow-x:auto}.al-table .ant-table-thead>tr>th{padding:10px 12px;font-size:14px}.al-table .ant-table-tbody>tr>td{padding:10px 12px;font-size:13px}}@media(max-width:480px){.al-page{padding:8px}.al-summary-row{gap:6px}.al-summary-row .al-badge{padding:6px 8px}.al-summary-row .al-badge b{font-size:11px}}.staff-page{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;font-family:Nunito,sans-serif;color:#2d1d04}.staff-header{align-self:stretch;display:flex;align-items:center;justify-content:space-between}.staff-title{flex:1;display:flex;align-items:center}.staff-title .title-text{font-family:Nunito,sans-serif;font-size:28px;font-weight:700;color:#2d1d04;line-height:40px}.header-actions{display:flex;align-items:center;gap:12px}.search-box{align-self:stretch;width:300px;border-radius:12px;background-color:#feffff;border:1px solid #e3e3e3;overflow:hidden;display:flex;align-items:center;padding:8px 12px;gap:8px;box-sizing:border-box;transition:border-color .2s}.search-box:hover,.search-box:focus-within{border-color:#825826}.search-box .search-icon{font-size:16px;color:#bababa;flex-shrink:0}.search-box .search-input-field{flex:1;padding:0;font-size:14px;font-family:Nunito,sans-serif;color:#2d1d04}.search-box .search-input-field::placeholder{color:#bababa}.search-box .search-input-field input{font-family:Nunito,sans-serif!important;font-size:14px!important}.add-staff-btn{height:40px;border-radius:1000px;background-color:#825826;display:flex;align-items:center;justify-content:center;padding:8px 24px 8px 16px;gap:12px;color:#feffff;cursor:pointer;transition:background-color .25s;box-sizing:border-box}.add-staff-btn:hover{background-color:#6a461e}.add-staff-btn .btn-icon{font-size:20px}.add-staff-btn .btn-text{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;line-height:20px}.staff-table-container{align-self:stretch;border-radius:12px;background-color:#fff;border:1px solid #cac5bf;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;padding:8px 24px 24px;position:relative;font-size:14px;box-sizing:border-box}.table-scroll-wrapper{align-self:stretch;overflow:auto;flex:1}.custom-staff-table .ant-table{font-family:Nunito,sans-serif;color:#242424;font-size:14px;background:transparent}.custom-staff-table .ant-table-thead>tr>th{background:transparent;border-bottom:1.5px solid #2d1d04!important;font-size:16px;font-weight:700;color:#242424;padding:16px 8px 16px 16px;text-align:left;font-family:Nunito,sans-serif;line-height:24px;height:56px;box-sizing:border-box}.custom-staff-table .ant-table-thead>tr>th:before{display:none!important}.custom-staff-table .ant-table-tbody>tr>td{border-bottom:1px solid #e3e3e3;padding:28px 8px 28px 16px;font-size:14px;color:#2d1d04;font-family:Nunito,sans-serif;vertical-align:middle;height:96px;box-sizing:border-box}.custom-staff-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.custom-staff-table .ant-table-tbody>tr.ant-table-row:hover>td{background-color:#faf7f2}.cell-text{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.cell-avatar-name{display:flex;align-items:center;gap:12px}.cell-avatar-name .avatar-wrapper{position:relative;width:40px;height:40px;border-radius:200px;background-color:#f4f0e7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cell-avatar-name .avatar-wrapper .avatar-border{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:200px;border:1px solid #727270;opacity:.08}.cell-avatar-name .name-text{font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#2d1d04}.status-badge-active{display:inline-flex;align-items:center;border-radius:4px;background-color:#17b26a26;padding:2px 6px}.status-badge-active .status-text{color:#17b26a;font-family:Nunito,sans-serif;font-size:12px;font-weight:700;line-height:16px}.status-badge-inactive{display:inline-flex;align-items:center;border-radius:4px;background-color:#ee2e531f;padding:2px 6px}.status-badge-inactive .status-text{color:#ee2e53;font-family:Nunito,sans-serif;font-size:12px;font-weight:700;line-height:16px}.custom-switch.ant-switch-checked{background-color:#825826}.custom-switch{background-color:#e3e3e3}.action-btn-zoom{width:32px;height:32px;border-radius:8px!important;display:flex;align-items:center;justify-content:center;padding:0!important}.action-btn-zoom .zoom-icon{font-size:20px;color:#2d1d04}.action-btn-zoom:hover{background:#0000000d!important}@media(max-width:1024px){.staff-header{flex-direction:column;align-items:flex-start;gap:16px}.staff-header .staff-title{width:100%}.staff-header .header-actions{width:100%;flex-wrap:wrap}.staff-header .header-actions .search-box{flex:1;width:auto;min-width:250px}.staff-header .header-actions .add-staff-btn{flex:none}}@media(max-width:768px){.staff-title .title-text{font-size:24px;line-height:32px}.header-actions{flex-direction:column;align-items:stretch}.header-actions .search-box{width:100%}.header-actions .add-staff-btn{width:100%;justify-content:center}.staff-table-container{padding:8px 12px 12px;border:1px solid #cac5bf;background-color:#fff;border-radius:12px}.staff-table-container .custom-staff-table .ant-table-thead>tr>th{padding:10px 12px;font-size:14px}.staff-table-container .custom-staff-table .ant-table-tbody>tr>td{padding:10px 12px;font-size:13px;height:auto}}@media(max-width:480px){.staff-title .title-text{font-size:20px}}.staff-register-modal{z-index:2000!important;font-family:Nunito,sans-serif}.staff-register-modal .ant-modal-content{padding:0!important;border-radius:16px 16px 0 0!important;overflow:hidden!important;box-shadow:0 10px 20px #00000014!important}@media(max-width:1024px){.staff-register-modal .ant-modal{width:95%!important;max-width:700px!important;margin:8px auto}}@media(max-width:480px){.staff-register-modal .ant-modal{width:98%!important;margin:4px auto}}.staff-register-modal .ant-modal-body{padding:0!important}.staff-register-modal .ant-modal-header,.staff-register-modal .ant-modal-close{display:none}.staff-register-modal .modal-content{display:flex;flex-direction:column;text-align:left;font-size:14px;color:#2d1d04;font-family:Nunito,sans-serif}.staff-register-modal .modal-header{align-self:stretch;background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;align-items:center;justify-content:space-between;padding:16px;gap:20px}.staff-register-modal .modal-header .modal-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;color:#2d1d04;line-height:30px;margin:0}.staff-register-modal .modal-header .close-btn{height:32px;width:32px;border-radius:1000px;background-color:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:#2d1d04;transition:background .2s}.staff-register-modal .modal-header .close-btn:hover{background:#0000000f}.staff-register-modal .modal-header .close-btn .anticon{font-size:16px}.staff-register-modal .modal-body{align-self:stretch;background-color:#feffff;display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:16px;color:#242424}.staff-register-modal .modal-form-content{align-self:stretch;border-bottom:1px solid #cac5bf;display:flex;flex-direction:column;align-items:flex-start;padding:0 0 16px;gap:12px}.staff-register-modal .avatar-section{display:flex;align-items:center;gap:12px;flex-shrink:0}.staff-register-modal .avatar-section .staff-avatar{width:80px;height:80px;border-radius:1000px;background-color:#fffaf5;border:1px solid #825826;flex-shrink:0}@media(max-width:480px){.staff-register-modal .avatar-section{flex-direction:column;align-items:center;text-align:center;width:100%}}.staff-register-modal .avatar-section .avatar-actions{display:flex;align-items:flex-start;gap:8px}.staff-register-modal .avatar-section .avatar-actions .delete-btn{height:32px;border-radius:1000px;background-color:transparent;border:1px solid #bababa;color:#bababa;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;padding:4px 16px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;transition:border-color .2s,color .2s}.staff-register-modal .avatar-section .avatar-actions .delete-btn:hover:not(:disabled){border-color:#ef4444;color:#ef4444}.staff-register-modal .avatar-section .avatar-actions .delete-btn:disabled{opacity:.5;cursor:not-allowed}.staff-register-modal .avatar-section .avatar-actions .upload-btn{height:32px;border-radius:1000px;background-color:#825826;border:none;color:#feffff;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;padding:4px 16px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;gap:6px;transition:background .2s}.staff-register-modal .avatar-section .avatar-actions .upload-btn:hover{background-color:#6a461e!important}.staff-register-modal .avatar-section .avatar-actions .upload-btn .anticon{font-size:13px}.staff-register-modal .register-form{align-self:stretch;display:flex;flex-direction:column;gap:12px}.staff-register-modal .register-form .form-row{align-self:stretch;display:flex;align-items:flex-start;gap:12px;flex-shrink:0}.staff-register-modal .register-form .form-row.three-cols{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.staff-register-modal .register-form .form-row.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:600px){.staff-register-modal .register-form .form-row.three-cols,.staff-register-modal .register-form .form-row.two-cols{grid-template-columns:1fr}}.staff-register-modal .register-form .ant-form-item{margin-bottom:0;flex:1}.staff-register-modal .register-form .ant-form-item-label{padding:0 0 4px;text-align:left}.staff-register-modal .register-form .ant-form-item-label>label{font-family:Nunito,sans-serif;font-weight:500;font-size:14px;color:#242424;line-height:20px;height:auto}.staff-register-modal .register-form .ant-form-item-label>label:after{display:none}.staff-register-modal .register-form .custom-input{height:40px;border-radius:8px;background:#feffff;border:1px solid #bababa;padding:6px 16px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;box-sizing:border-box;width:100%}.staff-register-modal .register-form .custom-input::placeholder,.staff-register-modal .register-form .custom-input input::placeholder{color:#bababa;opacity:0}.staff-register-modal .register-form .custom-input:hover,.staff-register-modal .register-form .custom-input:focus{border-color:#825826;box-shadow:none}.staff-register-modal .register-form .custom-input.disabled,.staff-register-modal .register-form .custom-input[disabled]{background:#e3e3e3!important;border-color:#bababa!important;color:#727270!important;cursor:not-allowed}.staff-register-modal .register-form .ant-picker.custom-input{padding:0 16px;display:flex;align-items:center}.staff-register-modal .register-form .ant-picker.custom-input .ant-picker-input input{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.staff-register-modal .register-form .ant-picker.custom-input .ant-picker-input input::placeholder{color:#bababa;opacity:0}.staff-register-modal .register-form .ant-picker.custom-input .ant-picker-suffix{color:#bababa}.staff-register-modal .register-form .ant-picker.custom-input:hover,.staff-register-modal .register-form .ant-picker.custom-input.ant-picker-focused{border-color:#825826;box-shadow:none}.staff-register-modal .register-form .ant-select.custom-select{width:100%}.staff-register-modal .register-form .ant-select.custom-select .ant-select-selector{height:40px!important;border-radius:8px!important;border:1px solid #bababa!important;background:#feffff!important;padding:0 16px!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center;box-shadow:none!important}.staff-register-modal .register-form .ant-select.custom-select .ant-select-selector .ant-select-selection-placeholder{color:#bababa;opacity:0;line-height:38px}.staff-register-modal .register-form .ant-select.custom-select .ant-select-selector .ant-select-selection-item{line-height:38px;color:#2d1d04}.staff-register-modal .register-form .ant-select.custom-select:hover .ant-select-selector,.staff-register-modal .register-form .ant-select.custom-select.ant-select-focused .ant-select-selector{border-color:#825826!important}.staff-register-modal .register-form .custom-textarea{border-radius:8px;border:1px solid #bababa;padding:6px 16px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;resize:none;width:100%}.staff-register-modal .register-form .custom-textarea::placeholder{color:#bababa;opacity:0}.staff-register-modal .register-form .custom-textarea:hover,.staff-register-modal .register-form .custom-textarea:focus{border-color:#825826;box-shadow:none}.staff-register-modal .register-form .form-note{font-family:Nunito,sans-serif;color:#727270;font-size:12px;line-height:16px}.staff-register-modal .modal-footer{align-self:stretch;display:flex;align-items:center;gap:12px;font-size:12px;color:#2d1d04}.staff-register-modal .modal-footer .footer-note{flex:1;font-family:Nunito,sans-serif;color:#727270;font-size:12px;font-weight:400;line-height:16px}.staff-register-modal .modal-footer .back-btn{height:32px;border-radius:1000px;border:1px solid #2d1d04!important;background:transparent!important;color:#2d1d04!important;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;padding:4px 16px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:none!important}.staff-register-modal .modal-footer .back-btn:hover{background:#0000000a!important}.staff-register-modal .modal-footer .refresh-btn{height:32px;border-radius:1000px;background:#c3a593!important;border:none!important;color:#2d1d04!important;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;padding:4px 16px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:none!important}.staff-register-modal .modal-footer .refresh-btn:hover{opacity:.9}.staff-register-modal .modal-footer .save-btn{height:32px;border-radius:1000px;background:#825826!important;border:none!important;color:#feffff!important;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;padding:4px 16px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:none!important}.staff-register-modal .modal-footer .save-btn:hover{background:#6a461e!important}@media(max-width:600px){.staff-register-modal .modal-footer{flex-direction:column;align-items:stretch}.staff-register-modal .modal-footer .footer-note{text-align:center;margin-bottom:8px}.staff-register-modal .modal-footer .back-btn,.staff-register-modal .modal-footer .refresh-btn,.staff-register-modal .modal-footer .save-btn{width:100%}}.staff-register-modal .status-toggle{display:flex;align-items:center;gap:8px;height:40px}.staff-register-modal .status-toggle .status-label{font-size:14px;color:#727270}.staff-register-modal .status-toggle .status-label.active{color:#17b26a;font-weight:500}.staff-register-modal .status-toggle .ant-switch-checked{background-color:#825826}.tcd-page{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;font-family:Nunito,sans-serif;color:#2d1d04;font-size:14px}.tcd-back-btn{display:flex;align-items:center;gap:12px;border:none!important;background:transparent!important;color:#2d1d04!important;padding:0!important;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;text-decoration:underline;box-shadow:none!important;cursor:pointer}.tcd-back-btn .anticon{font-size:14px}.tcd-back-btn:hover{opacity:.7}.tcd-header{align-self:stretch;display:flex;align-items:center;justify-content:space-between}.tcd-header .tcd-title{flex:1;font-family:Nunito,sans-serif;font-size:28px;font-weight:700;line-height:40px;color:#2d1d04}.tcd-header .tcd-schedule-btn{height:40px;border-radius:1000px;background-color:#825826!important;border:none!important;color:#feffff!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;padding:8px 24px 8px 16px;gap:8px;display:flex;align-items:center;box-shadow:none!important;transition:background .2s}.tcd-header .tcd-schedule-btn:hover{background-color:#6a461e!important}.tcd-meta-row{align-self:stretch;display:flex;align-items:flex-end;gap:24px;color:#242424}.tcd-meta-row .tcd-code-field{flex:1}.tcd-meta-row .tcd-code-input{height:40px;border-radius:8px;background-color:#e3e3e3!important;border:1px solid #bababa!important;color:#727270!important;font-family:Nunito,sans-serif;font-size:14px;cursor:default}.tcd-section{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding-bottom:16px;border-bottom:1px solid #f4f0e7}.tcd-section:last-of-type{border-bottom:none;padding-bottom:0}.tcd-section-title-row{align-self:stretch;display:flex;align-items:center;gap:10px}.tcd-section-title-row .tcd-section-icon{width:24px;height:24px;border-radius:6px;background-color:#f4f0e7;display:flex;align-items:center;justify-content:center;font-size:14px;color:#825826;flex-shrink:0}.tcd-section-title-row .tcd-section-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:30px;color:#2d1d04}.tcd-form-group{align-self:stretch;display:flex;align-items:flex-end;gap:24px}.tcd-form-group.three-cols{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;align-items:end}.tcd-form-group.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:end}.ant-form-item{margin-bottom:0!important}.tcd-label{display:flex;align-items:center;gap:4px;margin-bottom:4px}.tcd-label .tcd-label-text{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;color:#242424;line-height:20px}.tcd-label .tcd-required{font-family:Noto Sans JP,sans-serif;font-size:12px;line-height:16px;color:#ee2e53}.tcd-input-readonly{height:40px;border-radius:8px;background-color:#e3e3e3!important;border:1px solid #bababa!important;color:#727270!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;cursor:default;width:100%}.tcd-input{height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;color:#2d1d04;font-family:Nunito,sans-serif;font-size:14px;width:100%;padding:6px 16px;box-sizing:border-box}.tcd-input::placeholder{color:#bababa;opacity:1}.tcd-input:hover,.tcd-input:focus{border-color:#825826;box-shadow:none}.tcd-input.ant-picker{display:flex;align-items:center;padding:0 16px}.tcd-input.ant-picker .ant-picker-input input{font-family:Nunito,sans-serif;font-size:14px}.tcd-input.ant-picker .ant-picker-input input::placeholder{color:#bababa}.tcd-input.ant-picker:hover,.tcd-input.ant-picker.ant-picker-focused{border-color:#825826;box-shadow:none}.tcd-input-with-unit,.tcd-input-with-unit-readonly{display:flex;align-items:center;height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;overflow:hidden;box-sizing:border-box}.tcd-input-with-unit:hover,.tcd-input-with-unit-readonly:hover{border-color:#825826}.tcd-input-with-unit .ant-input-number,.tcd-input-with-unit-readonly .ant-input-number{flex:1;border:none;background:transparent;box-shadow:none;font-family:Nunito,sans-serif;font-size:14px;color:#2d1d04}.tcd-input-with-unit .ant-input-number .ant-input-number-input,.tcd-input-with-unit-readonly .ant-input-number .ant-input-number-input{padding:6px 16px;height:38px}.tcd-input-with-unit .ant-input-number:focus-within,.tcd-input-with-unit-readonly .ant-input-number:focus-within{box-shadow:none}.tcd-input-with-unit .tcd-unit,.tcd-input-with-unit-readonly .tcd-unit{padding:0 12px;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:#bababa;text-transform:uppercase;text-decoration:underline;border-left:1px solid #e3e3e3;white-space:nowrap;height:100%;display:flex;align-items:center;flex-shrink:0}.tcd-input-with-unit-readonly{background-color:#e3e3e3;border-color:#bababa}.tcd-input-with-unit-readonly .ant-input-number{color:#727270}.tcd-textarea{border-radius:8px;border:1px solid #bababa;font-family:Nunito,sans-serif;font-size:14px;color:#2d1d04;padding:8px 16px;width:100%;resize:none}.tcd-textarea::placeholder{color:#bababa}.tcd-textarea:hover,.tcd-textarea:focus{border-color:#825826;box-shadow:none}.tcd-sub-label{font-family:Nunito,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#825826}.tcd-inner-table-wrap{align-self:stretch;border-radius:12px;background-color:#fff;border:1px solid #cac5bf;overflow:hidden;padding:8px 24px 0;box-sizing:border-box}.tcd-inner-table .ant-table{font-family:Nunito,sans-serif;font-size:14px;color:#2d1d04;background:transparent}.tcd-inner-table .ant-table-thead>tr>th{background:transparent;border-bottom:1.5px solid #2d1d04!important;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#242424;padding:14px 8px 14px 16px}.tcd-inner-table .ant-table-thead>tr>th:before{display:none!important}.tcd-inner-table .ant-table-tbody>tr>td{border-bottom:1px solid #e3e3e3;padding:12px 8px 12px 16px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;height:56px;vertical-align:middle}.tcd-inner-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.tcd-inner-table .ant-table-tbody>tr.ant-table-row:hover>td{background:#faf7f2}.tcd-commission-select{width:100%}.tcd-commission-select .ant-select-selector{height:32px!important;border-radius:4px!important;border:1px solid #bababa!important;background:#feffff!important;padding:0 12px!important;display:flex;align-items:center;font-family:Nunito,sans-serif;font-size:14px;box-shadow:none!important}.tcd-commission-select .ant-select-selector .ant-select-selection-placeholder,.tcd-commission-select .ant-select-selector .ant-select-selection-item{line-height:30px}.tcd-commission-select .ant-select-selector .ant-select-selection-placeholder{color:#bababa}.tcd-commission-select:hover .ant-select-selector,.tcd-commission-select.ant-select-focused .ant-select-selector{border-color:#825826!important}.tcd-commission-input{height:32px;border-radius:4px;border:1px solid #bababa;background:#feffff;font-family:Nunito,sans-serif;font-size:12px;color:#242424;text-align:right;width:100%}.tcd-commission-input:hover,.tcd-commission-input:focus{border-color:#825826;box-shadow:none}.tcd-print-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;border-radius:6px;color:#2d1d04;padding:0;margin:0 auto}.tcd-print-btn:hover{background:#0000000d}.tcd-print-btn .anticon{font-size:18px}.tcd-refund-btn{height:32px;border-radius:1000px;background-color:#c3a593!important;border:none!important;color:#2d1d04!important;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;padding:4px 16px 4px 12px!important;gap:8px;display:flex;align-items:center;box-shadow:none!important;align-self:flex-end}.tcd-footer{align-self:stretch;display:flex;align-items:center;gap:12px}.tcd-footer .tcd-footer-note{flex:1;font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#727270}.tcd-footer .tcd-btn-back{height:40px;border-radius:1000px;border:1px solid #2d1d04!important;background:transparent!important;color:#2d1d04!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;padding:0 24px;box-shadow:none!important}.tcd-footer .tcd-btn-back:hover{background:#0000000a!important}.tcd-footer .tcd-btn-reset{height:40px;border-radius:1000px;background-color:#c3a593!important;border:none!important;color:#2d1d04!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;padding:0 24px;box-shadow:none!important}.tcd-footer .tcd-btn-reset:hover{opacity:.9}.tcd-footer .tcd-btn-save{height:40px;border-radius:1000px;background-color:#825826!important;border:none!important;color:#feffff!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;padding:0 24px;box-shadow:none!important}.tcd-footer .tcd-btn-save:hover{background:#6a461e!important}@media(max-width:768px){.tcd-footer{flex-wrap:wrap;justify-content:center;padding-top:16px;border-top:1px solid #f4f0e7}.tcd-footer .tcd-footer-note{flex:0 0 100%;text-align:center;margin-bottom:8px}.tcd-footer .tcd-btn-back,.tcd-footer .tcd-btn-reset,.tcd-footer .tcd-btn-save{flex:1;height:44px}}@media(max-width:480px){.tcd-footer .tcd-btn-back,.tcd-footer .tcd-btn-reset,.tcd-footer .tcd-btn-save{font-size:13px;padding:0 16px}}.tcd-refund-btn{height:40px;border-radius:1000px;background-color:#c3a593!important;border:none!important;color:#2d1d04!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;padding:0 24px;box-shadow:none!important;display:flex;align-items:center;gap:8px}.tcd-refund-btn:hover{opacity:.9}@media(max-width:1024px){.tcd-form-group.three-cols{grid-template-columns:1fr 1fr!important}}@media(max-width:768px){.tcd-page{padding:12px 0 24px;gap:20px}.tcd-header{flex-direction:column;align-items:flex-start;gap:16px}.tcd-header .tcd-title{font-size:24px;line-height:32px}.tcd-header .tcd-schedule-btn{width:100%;justify-content:center}.tcd-meta-row{flex-direction:column;align-items:flex-start;gap:16px}.tcd-meta-row .tcd-code-field{width:100%}.tcd-meta-row div[style*="opacity: 0"]{display:none}.tcd-form-group.three-cols,.tcd-form-group.two-cols{grid-template-columns:1fr!important;gap:16px}.tcd-inner-table-wrap{padding:8px 12px 0;width:100%;min-width:0;max-width:100%;overflow-x:auto}}@media(max-width:480px){.tcd-title{font-size:20px!important}.tcd-section-title-row .tcd-section-title{font-size:16px}}.tcd-checkin-modal{font-family:Nunito,sans-serif}.tcd-checkin-modal .ant-modal-content{font-family:Nunito,sans-serif;border-radius:16px}.tcd-checkin-modal .ant-modal-header{border-bottom:1px solid #f4f0e7;border-radius:16px 16px 0 0}.tcd-checkin-modal .ant-modal-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#2d1d04}.tcd-checkin-modal .ant-modal-body{font-family:Nunito,sans-serif;font-size:14px;color:#2d1d04}.tcd-checkin-modal .tcd-checkin-ok-btn{height:40px;border-radius:1000px!important;background-color:#825826!important;border:none!important;color:#feffff!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;padding:0 24px;box-shadow:none!important}.tcd-checkin-modal .tcd-checkin-ok-btn:hover{background-color:#6a461e!important}.tcd-checkin-modal .tcd-checkin-cancel-btn{height:40px;border-radius:1000px!important;background:transparent!important;border:1px solid #2d1d04!important;color:#2d1d04!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;padding:0 24px;box-shadow:none!important}.tcd-checkin-modal .tcd-checkin-cancel-btn:hover{background:#0000000a!important}.treatment-card-page{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;font-family:Nunito,sans-serif;color:#2d1d04}.tc-header{align-self:stretch;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.tc-header .tc-title{flex:1;min-width:0;font-family:Nunito,sans-serif;font-size:28px;font-weight:700;line-height:40px;color:#2d1d04}@media(max-width:768px){.tc-header .tc-title{font-size:22px;line-height:32px}}.tc-header .tc-create-btn{height:40px;border-radius:1000px;background-color:#825826;border:none;color:#feffff;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;padding:8px 24px 8px 16px;gap:12px;display:flex;align-items:center;cursor:pointer;transition:background .2s;white-space:nowrap;flex-shrink:0}.tc-header .tc-create-btn:hover{background-color:#6a461e!important;color:#feffff!important;border:none!important}.tc-header .tc-create-btn .anticon{font-size:16px}.tc-search-block{align-self:stretch;border-radius:16px;background-color:#e3e3e366;border:1px solid #f4f0e7;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:12px;box-sizing:border-box}.tc-search-row{align-self:stretch;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tc-search-row .tc-search-input-wrap{flex:1;min-width:200px;height:40px;border-radius:12px;background-color:#feffff;border:1px solid #e3e3e3;display:flex;align-items:center;overflow:hidden;transition:border-color .2s;box-sizing:border-box}.tc-search-row .tc-search-input-wrap:hover,.tc-search-row .tc-search-input-wrap:focus-within{border-color:#825826}.tc-search-row .tc-search-input-wrap .tc-type-trigger{flex-shrink:0;width:36px;height:100%;border:none;background:#e3e3e380;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:#727270;font-size:11px;transition:background .15s}.tc-search-row .tc-search-input-wrap .tc-type-trigger:hover{background:#c8c8c899}.tc-search-row .tc-search-input-wrap .tc-divider{width:1px;height:20px;background-color:#e3e3e3;flex-shrink:0}.tc-search-row .tc-search-input-wrap .tc-search-input{flex:1;border:none;background:transparent;font-family:Nunito,sans-serif;font-size:14px;line-height:20px;color:#242424;padding:0 10px}.tc-search-row .tc-search-input-wrap .tc-search-input input{font-family:Nunito,sans-serif!important}.tc-search-row .tc-search-input-wrap .tc-search-input input::placeholder{color:#bababa}.tc-search-row .tc-search-input-wrap .tc-search-input .ant-input-clear-icon{color:#bababa}.tc-search-row .tc-toggle-btn{height:40px;width:40px;border-radius:1000px;border:1px solid #2d1d04!important;background:transparent!important;color:#2d1d04!important;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;box-shadow:none!important;transition:all .3s ease}.tc-search-row .tc-toggle-btn:hover{background:#2d1d040d!important}.tc-search-row .tc-toggle-btn img{display:block}.tc-search-row .tc-search-btn{height:36px;padding:6px 24px;background-color:#825826!important;border:none!important;border-radius:1000px;color:#feffff!important;font-family:Nunito,sans-serif;font-size:13px;font-weight:500;line-height:20px;text-transform:uppercase;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0;box-shadow:0 4px 8px #82582626!important}.tc-search-row .tc-search-btn:hover{background-color:#6a461e!important;color:#feffff!important}@media(max-width:480px){.tc-search-row .tc-search-btn{flex:1}}.tc-type-dropdown .ant-dropdown-menu{border-radius:8px;box-shadow:0 10px 20px #00000014;border:1px solid #cac5bf;padding:8px 0;min-width:180px}.tc-type-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{padding:8px 16px;font-size:14px;font-family:Nunito,sans-serif;color:#242424;transition:background .15s}.tc-type-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:#e3e3e366}.tc-advanced-filters{align-self:stretch;display:flex;flex-direction:column;gap:12px;color:#242424}.tc-advanced-filters .tc-filter-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;align-self:stretch}@media(max-width:1024px){.tc-advanced-filters .tc-filter-row{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.tc-advanced-filters .tc-filter-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.tc-advanced-filters .tc-filter-row{grid-template-columns:1fr}}.tc-advanced-filters .tc-filter-item{display:flex;flex-direction:column;gap:4px}.tc-advanced-filters .tc-filter-item .ant-form-item{margin-bottom:0}.tc-advanced-filters .tc-filter-item .filter-label{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424}.tc-advanced-filters .tc-filter-item .ant-picker,.tc-advanced-filters .tc-filter-item .ant-select-selector{height:40px!important;border-radius:8px!important;border:1px solid #bababa!important;background:#feffff!important;font-family:Nunito,sans-serif;font-size:14px}.tc-advanced-filters .tc-filter-item .ant-picker:hover,.tc-advanced-filters .tc-filter-item .ant-select-selector:hover{border-color:#825826!important}.tc-advanced-filters .tc-filter-item .ant-picker-focused,.tc-advanced-filters .tc-filter-item .ant-select-focused .ant-select-selector{border-color:#825826!important;box-shadow:none!important}.tc-advanced-filters .tc-filter-item .ant-select-selector{display:flex;align-items:center}.tc-advanced-filters .tc-filter-item .ant-select-selector .ant-select-selection-item,.tc-advanced-filters .tc-filter-item .ant-select-selector .ant-select-selection-placeholder{font-family:Nunito,sans-serif;font-size:14px;line-height:24px!important;color:#2d1d04}.tc-advanced-filters .tc-filter-item .ant-picker-input input::placeholder,.tc-advanced-filters .tc-filter-item .ant-select-selection-placeholder{color:#bababa}.tc-advanced-filters .tc-filter-item .ant-picker-suffix{color:#bababa}.tc-advanced-filters .tc-filter-item .ant-select-arrow{color:#2d1d04;transform:translateY(3px)}.tc-advanced-filters .tc-filter-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}@media(max-width:768px){.tc-advanced-filters .tc-filter-actions{justify-content:stretch}.tc-advanced-filters .tc-filter-actions .tc-reset-btn,.tc-advanced-filters .tc-filter-actions .tc-apply-btn{flex:1;min-width:0}}.tc-advanced-filters .tc-filter-actions .tc-reset-btn{height:36px;padding:6px 20px;background:transparent!important;border:1px solid #2d1d04!important;border-radius:1000px;color:#2d1d04!important;font-family:Nunito,sans-serif;font-size:13px;font-weight:500;line-height:20px;text-transform:uppercase;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:none!important}.tc-advanced-filters .tc-filter-actions .tc-reset-btn:hover{background:#2d1d040d!important}.tc-advanced-filters .tc-filter-actions .tc-apply-btn{height:36px;padding:6px 24px;background:#825826!important;border:none!important;border-radius:1000px;color:#feffff!important;font-family:Nunito,sans-serif;font-size:13px;font-weight:500;line-height:20px;text-transform:uppercase;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 4px 8px #82582626!important}.tc-advanced-filters .tc-filter-actions .tc-apply-btn:hover{background:#6a461e!important;color:#feffff!important}.tc-table-section{align-self:stretch;display:flex;flex-direction:column;gap:16px;font-size:18px;width:100%;min-width:0;max-width:100%}.tc-table-title-row{align-self:stretch;display:flex;align-items:center;gap:10px}.tc-table-title-row .tc-table-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:30px;color:#2d1d04}.tc-table-title-row .tc-count-badge{height:24px;border-radius:123px;background-color:#c3a593;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0 8px;font-family:Nunito,sans-serif;font-size:14px;color:#2d1d04;font-weight:400;line-height:20px}.tc-table-container{align-self:stretch;border-radius:12px;background-color:#fff;border:1px solid #cac5bf;overflow:hidden;display:flex;flex-direction:column;padding:8px 24px 24px;box-sizing:border-box;font-size:14px;width:100%;min-width:0;max-width:100%}@media(max-width:768px){.tc-table-container{padding:8px 12px 12px;border:1px solid #cac5bf;background-color:#fff;border-radius:12px;width:100%;box-sizing:border-box}.tc-table-container .tc-table .ant-table-thead>tr>th{padding:10px 12px;font-size:14px}.tc-table-container .tc-table .ant-table-tbody>tr>td{padding:10px 12px;font-size:13px}}@media(max-width:480px){.tc-table-container{padding:8px 8px 12px}}.tc-table .ant-table{font-family:Nunito,sans-serif;font-size:14px;color:#2d1d04;background:transparent}.tc-table .ant-table-thead>tr>th{background:transparent;border-bottom:1.5px solid #2d1d04!important;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#242424;padding:14px 8px 14px 16px;text-align:left}.tc-table .ant-table-thead>tr>th:before{display:none!important}.tc-table .ant-table-tbody>tr>td{border-bottom:1px solid #e3e3e3;padding:12px 8px 12px 16px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;vertical-align:middle;height:56px;box-sizing:border-box}.tc-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.tc-table .ant-table-tbody>tr.ant-table-row:hover>td{background-color:#faf7f2}.tc-cell-two-line{display:flex;flex-direction:column;justify-content:center;gap:2px}.tc-cell-two-line .tc-primary{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.tc-cell-two-line .tc-secondary{font-family:Nunito,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#727270}.tc-cell-text,.tc-cell-note{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.tc-cell-note .tc-note-link{color:#2970ff;text-decoration:underline;cursor:pointer}.tc-cell-note .tc-note-link:hover{color:#1a56db}.tc-note{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.tc-note .tc-order-link{color:#2970ff;font-weight:400;text-decoration:underline;cursor:pointer}.tc-note .tc-order-link:hover{color:#1a56db}.tc-action-cell{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:nowrap!important}.tc-action-cell .tc-action-btn{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0;color:#2d1d04;transition:background .15s}.tc-action-cell .tc-action-btn:hover{background:#0000000f!important}.tc-action-cell .tc-action-btn .anticon{font-size:18px}.tc-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:4px;font-size:12px;font-family:Nunito,sans-serif;font-weight:500;white-space:nowrap}.tc-status-badge.tc-status-active{background-color:#17b26a26;color:#0e7a4a}.tc-status-badge.tc-status-completed{background-color:#2970ff1f;color:#1a56db}.tc-status-badge.tc-status-expired{background-color:#b2171a1f;color:#a81a1c}.tc-status-badge.tc-status-cancelled{background-color:#6464641f;color:#555}.service-list-page{width:100%;display:flex;flex-direction:column;gap:16px;font-family:Nunito,sans-serif;color:#2d1d04}.sv-header{align-self:stretch;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.sv-header .sv-title-wrap{flex:1}.sv-header .sv-title-wrap .sv-title{font-family:Nunito,sans-serif;font-size:28px;font-weight:700;line-height:40px;color:#2d1d04;margin:0}.sv-header .sv-header-actions{display:flex;align-items:center;gap:16px}@media(max-width:1024px){.sv-header .sv-header-actions{width:100%;flex-wrap:wrap}.sv-header .sv-header-actions .sv-search-box{flex:1;min-width:200px}.sv-header .sv-header-actions .sv-status-filter{flex:1;min-width:150px}.sv-header .sv-header-actions .sv-add-btn{width:100%;justify-content:center}}@media(max-width:480px){.sv-header .sv-header-actions{flex-direction:column;align-items:stretch}.sv-header .sv-header-actions .sv-search-box,.sv-header .sv-header-actions .sv-status-filter{width:100%}}.sv-header .sv-search-box{height:40px;border-radius:12px;background-color:#feffff;border:1px solid #e3e3e3;overflow:hidden;display:flex;align-items:center;padding:0 12px;gap:8px;min-width:280px;transition:border-color .2s;box-sizing:border-box}.sv-header .sv-search-box:hover,.sv-header .sv-search-box:focus-within{border-color:#825826}.sv-header .sv-search-box .sv-search-icon{font-size:16px;color:#bababa;flex-shrink:0}.sv-header .sv-search-box .sv-search-input{flex:1;border:none;background:transparent;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#242424;outline:none;box-shadow:none}.sv-header .sv-search-box .sv-search-input::placeholder,.sv-header .sv-search-box .sv-search-input input::placeholder{font-family:Nunito,sans-serif!important;color:#bababa}.sv-header .sv-status-filter{min-width:120px;display:flex;align-items:center}.sv-header .sv-status-filter .ant-select-selector{height:40px!important;border-radius:8px!important;border:1px solid #bababa!important;background:#feffff!important;display:flex!important;align-items:center!important;font-family:Nunito,sans-serif!important;font-size:14px;font-weight:400;line-height:20px;color:#242424;box-shadow:none!important;padding:0 11px!important}.sv-header .sv-status-filter .ant-select-selector .ant-select-selection-item{font-family:Nunito,sans-serif!important;line-height:20px!important;padding:0!important}.sv-header .sv-status-filter:hover .ant-select-selector,.sv-header .sv-status-filter.ant-select-focused .ant-select-selector{border-color:#825826!important}.sv-header .sv-add-btn{height:40px;border-radius:1000px;background-color:#825826!important;border:none!important;color:#feffff!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;padding:8px 24px 8px 16px;display:flex;align-items:center;gap:12px;box-shadow:none!important;white-space:nowrap}.sv-header .sv-add-btn:hover{background-color:#6b4820!important}.sv-header .sv-add-btn .anticon{font-size:20px}.sv-table-container{align-self:stretch;border-radius:12px;background-color:#fff;border:1px solid #cac5bf;overflow:hidden;padding:8px 16px 16px;box-sizing:border-box}.sv-table .ant-table{font-family:Nunito,sans-serif;font-size:14px;color:#242424;background:transparent}.sv-table .ant-table-thead>tr>th{background:transparent;border-bottom:1.5px solid #242424!important;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#242424;padding:8px 16px;height:56px;text-align:left}.sv-table .ant-table-thead>tr>th:before{display:none!important}.sv-table .ant-table-tbody>tr>td{border-bottom:1px solid #e3e3e3;padding:8px 16px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;vertical-align:middle;height:64px;box-sizing:border-box}.sv-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.sv-table .ant-table-tbody>tr.ant-table-row:hover>td{background:#faf7f2}.sv-cell-text{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.sv-cell-desc{color:#727270;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sv-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:4px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px}.sv-status-badge.sv-status-active{background-color:#17b26a26;color:#17b26a}.sv-status-badge.sv-status-inactive{background-color:#f0443826;color:#ee2e53}.sv-action-cell{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:nowrap!important}.sv-action-cell .sv-action-btn{width:24px;height:24px;border-radius:0;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0;color:#2d1d04;transition:opacity .2s}.sv-action-cell .sv-action-btn:hover{background:transparent!important;color:#2d1d04!important;opacity:.7}.sv-action-cell .sv-action-btn.sv-delete-btn{color:#ee2e53}.sv-action-cell .sv-action-btn.sv-delete-btn:hover{background:transparent!important;color:#ee2e53!important;opacity:.7}.sv-action-cell .sv-action-btn .anticon{font-size:24px}.sv-action-cell .sv-action-btn .sv-icon{width:24px;height:24px;display:block}@media(max-width:1024px){.service-modal{width:95%!important;max-width:920px!important;margin:8px auto}}@media(max-width:480px){.service-modal{width:98%!important;margin:4px auto}}.service-modal input,.service-modal textarea,.service-modal .ant-input,.service-modal .ant-input-affix-wrapper input,.service-modal .ant-picker-input input,.service-modal .ant-select-selection-item{font-family:Nunito,sans-serif!important}.service-modal input::placeholder,.service-modal textarea::placeholder,.service-modal .ant-input::placeholder,.service-modal .ant-picker-input input::placeholder{font-family:Nunito,sans-serif!important}.service-modal .ant-modal-content{border-radius:16px;overflow:hidden;padding:0}.service-modal .ant-modal-header{padding:24px;border-bottom:1px solid #cac5bf;background:#feffff}.service-modal .ant-modal-header .ant-modal-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:40px;color:#2d1d04}@media(max-width:480px){.service-modal .ant-modal-header .ant-modal-title{font-size:20px;line-height:28px}}.service-modal .ant-modal-close{top:24px;right:24px}.service-modal .ant-modal-close .ant-modal-close-x{font-size:18px;color:#2d1d04}.service-modal .ant-modal-body{padding:24px;max-height:70vh;overflow-y:auto;background:#feffff;border-bottom:1px solid #cac5bf}.service-modal .service-form{font-family:Nunito,sans-serif}.service-modal .service-form .upload-section{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #cac5bf}@media(max-width:480px){.service-modal .service-form .upload-section{flex-direction:column;align-items:center;text-align:center}}.service-modal .service-form .upload-section .upload-box{width:160px;height:160px;background:#fffaf5;border:1px solid #825826;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;overflow:hidden}.service-modal .service-form .upload-section .upload-box .anticon{font-size:24px;color:#bababa}.service-modal .service-form .upload-section .upload-actions{display:flex;gap:12px}@media(max-width:480px){.service-modal .service-form .upload-section .upload-actions{flex-direction:column;width:100%}.service-modal .service-form .upload-section .upload-actions button{width:100%}}.service-modal .service-form .upload-section .upload-actions .delete-btn,.service-modal .service-form .upload-section .upload-actions .upload-btn{height:40px;padding:0 24px;border-radius:1000px;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase}.service-modal .service-form .upload-section .upload-actions .delete-btn{border:1px solid #bababa;color:#bababa;background:transparent}.service-modal .service-form .upload-section .upload-actions .delete-btn:hover{border-color:#2d1d04;color:#2d1d04}.service-modal .service-form .upload-section .upload-actions .upload-btn{background:#825826;border-color:#825826;color:#feffff}.service-modal .service-form .upload-section .upload-actions .upload-btn:hover{background:#6a461e;border-color:#6a461e}.service-modal .service-form .form-section{margin-bottom:24px;padding-bottom:16px}.service-modal .service-form .form-section:not(:last-of-type){border-bottom:1px solid #cac5bf}.service-modal .service-form .form-section .section-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.service-modal .service-form .form-section .section-header .section-icon{width:32px;height:32px;background:#f4f0e780;border-radius:6px;display:flex;align-items:center;justify-content:center}.service-modal .service-form .form-section .section-header .section-icon .anticon{font-size:18px;color:#2d1d04}.service-modal .service-form .form-section .section-header .section-title{font-family:Nunito,sans-serif;font-size:18px;font-weight:700;line-height:28px;color:#2d1d04;margin:0}.service-modal .service-form .form-section .form-row{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:16px;align-items:start}.service-modal .service-form .form-section .form-row.code-row,.service-modal .service-form .form-section .form-row.name-row{grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.service-modal .service-form .form-section .form-row.code-row,.service-modal .service-form .form-section .form-row.name-row{grid-template-columns:1fr}}.service-modal .service-form .form-section .form-row .form-item-btn,.service-modal .service-form .form-section .ant-form-item{margin-bottom:0}.service-modal .service-form .form-section .ant-form-item-label>label{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424}.service-modal .service-form .form-section .ant-form-item-label>label .required{color:#ee2e53;margin-left:2px}.service-modal .service-form .form-section .custom-input{background:#feffff;border:1px solid #bababa;height:40px;border-radius:8px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.service-modal .service-form .form-section .custom-input::placeholder{font-family:Nunito,sans-serif!important;color:#bababa}.service-modal .service-form .form-section .custom-input:hover,.service-modal .service-form .form-section .custom-input:focus{border-color:#825826;box-shadow:none}.service-modal .service-form .form-section .custom-input.disabled{background:#e3e3e3;color:#727270;cursor:not-allowed}.service-modal .service-form .form-section .custom-input .ant-input-suffix{font-family:Nunito,sans-serif;color:#bababa;font-size:12px}.service-modal .service-form .form-section .custom-select .ant-select-selector{background:#feffff!important;border:1px solid #bababa!important;height:40px!important;border-radius:8px!important;display:flex;align-items:center;box-shadow:none!important}.service-modal .service-form .form-section .custom-select .ant-select-selector .ant-select-selection-placeholder,.service-modal .service-form .form-section .custom-select .ant-select-selector .ant-select-selection-item{font-family:Nunito,sans-serif!important;font-size:14px;font-weight:400;line-height:38px;color:#2d1d04}.service-modal .service-form .form-section .custom-select .ant-select-selector .ant-select-selection-placeholder{font-family:Nunito,sans-serif!important;color:#bababa}.service-modal .service-form .form-section .custom-select:hover .ant-select-selector,.service-modal .service-form .form-section .custom-select.ant-select-focused .ant-select-selector{border-color:#825826!important}.service-modal .service-form .form-section .add-category-btn{width:40px;height:40px;background:#c3a593;border:none;border-radius:1000px;display:flex;align-items:center;justify-content:center;padding:0}.service-modal .service-form .form-section .add-category-btn .anticon{font-size:20px;color:#feffff}.service-modal .service-form .form-section .add-category-btn:hover{background:#a88b6e}.service-modal .service-form .form-section .status-item{margin-bottom:0}.service-modal .service-form .form-section .status-item .status-toggle-wrapper{display:flex;align-items:center;gap:12px;height:40px}.service-modal .service-form .form-section .status-item .status-toggle-wrapper .ant-switch{background:#e3e3e3}.service-modal .service-form .form-section .status-item .status-toggle-wrapper .ant-switch.ant-switch-checked{background:#825826}.service-modal .service-form .form-section .status-item .status-toggle-wrapper .status-label{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#242424}.service-modal .service-form .form-section .rich-editor-container .ck-editor__editable_inline{min-height:160px;border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;padding:12px 16px}.service-modal .service-form .form-section .rich-editor-container .ck-toolbar{border-top-left-radius:8px!important;border-top-right-radius:8px!important;background:#fff!important;border-bottom:1px solid #f3f4f6!important}.service-modal .service-form .form-section .rich-editor-container .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){border-color:#bababa!important}.service-modal .service-form .form-section .rich-editor-container .ck.ck-editor__main>.ck-editor__editable.ck-focused{border-color:#825826!important;box-shadow:0 0 0 2px #82582633!important}.service-modal .service-form .form-section .commission-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width:768px){.service-modal .service-form .form-section .commission-section-grid{grid-template-columns:1fr;gap:12px}}.service-modal .service-form .form-section .commission-section-grid .commission-column{display:flex;flex-direction:column;gap:12px}.service-modal .service-form .form-section .commission-row{display:flex;justify-content:space-between;align-items:center;background:#f9fafb;padding:12px 16px;border-radius:8px}.service-modal .service-form .form-section .commission-row .role-label{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.service-modal .service-form .form-section .commission-row .commission-input-group{display:flex;gap:8px;align-items:center}.service-modal .service-form .form-section .commission-row .commission-input-group .commission-input{width:160px;height:36px;border:1px solid #bababa;border-radius:8px;text-align:left;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}@media(max-width:480px){.service-modal .service-form .form-section .commission-row .commission-input-group .commission-input{width:100px}}.service-modal .service-form .form-section .commission-row .commission-input-group .commission-input::placeholder{font-family:Nunito,sans-serif!important;color:#bababa}.service-modal .service-form .form-section .commission-row .commission-input-group .commission-input:hover,.service-modal .service-form .form-section .commission-row .commission-input-group .commission-input:focus{border-color:#825826;box-shadow:none}.service-modal .service-form .form-section .commission-row .commission-input-group .commission-toggle{display:flex;border-radius:8px;overflow:hidden;background:#e5e7eb;height:36px}.service-modal .service-form .form-section .commission-row .commission-input-group .commission-toggle .toggle-option{width:44px;height:36px;display:flex;align-items:center;justify-content:center;font-family:Nunito,sans-serif;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.service-modal .service-form .form-section .commission-row .commission-input-group .commission-toggle .toggle-option.active{background:#825826;color:#feffff}.service-modal .service-form .form-section .commission-row .commission-input-group .commission-toggle .toggle-option:hover:not(.active){background:#d1d5db}.service-modal .service-form .modal-footer{display:flex;align-items:center;justify-content:space-between;margin-top:24px;padding-top:16px;gap:12px}.service-modal .service-form .modal-footer .footer-left .required-note{font-family:Nunito,sans-serif;font-size:14px;font-style:italic;color:#9ca3af}.service-modal .service-form .modal-footer .footer-right{display:flex;gap:12px;align-items:center}@media(max-width:480px){.service-modal .service-form .modal-footer .footer-right{flex-direction:column;width:100%}.service-modal .service-form .modal-footer .footer-right .ant-btn.action-btn{width:100%;justify-content:center}}.service-modal .service-form .modal-footer .footer-right .ant-btn.action-btn{height:40px;padding:0 24px;border-radius:1000px;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;box-shadow:none}.service-modal .service-form .modal-footer .footer-right .back-btn{background:transparent;border:1px solid #2d1d04;color:#2d1d04}.service-modal .service-form .modal-footer .footer-right .back-btn:hover{background:#0000000a}.service-modal .service-form .modal-footer .footer-right .recovery-btn{background:#fdf8f4;border:1px solid #c3a593;color:#825826}.service-modal .service-form .modal-footer .footer-right .recovery-btn:hover{background:#f5f0eb!important;border-color:#825826!important;color:#825826!important;box-shadow:0 2px 4px #8258261a}.service-modal .service-form .modal-footer .footer-right .save-btn{background:#825826;border-color:#825826;color:#feffff}.service-modal .service-form .modal-footer .footer-right .save-btn:hover{background:#6b4820;border-color:#6b4820}.service-modal .service-form .modal-footer .footer-right .save-btn:disabled{background:#bababa;border-color:#bababa;opacity:.6}.delete-confirm-modal .delete-confirm-btn,.delete-confirm-modal .delete-cancel-btn{border-radius:1000px;font-family:Nunito,sans-serif}.exit-confirm-modal .ant-modal-confirm-title{font-family:Nunito,sans-serif;font-weight:700;color:#2d1d04}.exit-confirm-modal .ant-modal-confirm-content{font-family:Nunito,sans-serif;color:#2d1d04}.exit-confirm-modal .exit-confirm-btn{border-radius:1000px;font-family:Nunito,sans-serif;background-color:#b5964e;border-color:#b5964e}.exit-confirm-modal .exit-confirm-btn:hover{background-color:#a3853e!important;border-color:#a3853e!important}.exit-confirm-modal .exit-cancel-btn{border-radius:1000px;font-family:Nunito,sans-serif;color:#2d1d04}.category-modal .headerPopup{background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;align-items:center;justify-content:space-between;padding:12px 24px}.category-modal .headerPopup .header{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;color:#2d1d04}.category-modal .headerPopup .close-btn-wrapper{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.category-modal .headerPopup .close-btn-wrapper:hover{background:#0000000d}.category-modal .headerPopup .close-btn-wrapper .xIcon{font-size:16px;color:#2d1d04}.category-modal .modal-content-wrapper{padding:24px;background:#feffff;display:flex;flex-direction:column;gap:20px}.category-modal .modal-content-wrapper .input-group{display:flex;flex-direction:column;gap:8px}.category-modal .modal-content-wrapper .input-group .label{display:flex;align-items:center;gap:4px}.category-modal .modal-content-wrapper .input-group .label .label-title{font-weight:500;font-size:14px;color:#242424}.category-modal .modal-content-wrapper .input-group .label .required{color:#ee2e53}.category-modal .modal-content-wrapper .input-group .custom-input{height:40px;border-radius:8px;border:1px solid #bababa;padding:0 16px;font-family:Nunito,sans-serif}.category-modal .modal-content-wrapper .input-group .custom-input:hover,.category-modal .modal-content-wrapper .input-group .custom-input:focus{border-color:#825826}.category-modal .modal-content-wrapper .modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.category-modal .modal-content-wrapper .modal-footer .action-btn{height:36px;padding:0 20px;border-radius:1000px;font-size:13px;font-weight:600;text-transform:uppercase;display:flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer;border:none}.category-modal .modal-content-wrapper .modal-footer .back-btn{background:transparent;border:1px solid #2d1d04;color:#2d1d04}.category-modal .modal-content-wrapper .modal-footer .back-btn:hover{background:#2d1d040a}.category-modal .modal-content-wrapper .modal-footer .recovery-btn{background:#fdf8f4;border:1px solid #c3a593;color:#825826}.category-modal .modal-content-wrapper .modal-footer .recovery-btn:hover{background:#f5f0eb;border-color:#825826;box-shadow:0 2px 4px #8258261a}.category-modal .modal-content-wrapper .modal-footer .save-btn{background:#825826;color:#feffff}.category-modal .modal-content-wrapper .modal-footer .save-btn:hover{background:#6b4820}.category-modal .modal-content-wrapper .modal-footer .save-btn:disabled{background:#bababa;opacity:.6;cursor:not-allowed}.service-category-page{background:#fff;height:100%;display:flex;flex-direction:column;font-family:Nunito,sans-serif}.service-category-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-shrink:0}.service-category-page .page-header .header-content .page-title{font-family:Nunito,sans-serif;font-size:28px;font-weight:700;line-height:40px;color:#2d1d04;margin-bottom:0}.service-category-page .page-header .header-content .page-subtitle{color:#727270;font-size:14px;margin-bottom:24px}.service-category-page .page-header .header-actions .add-btn{background-color:#825826;border-color:#825826;border-radius:1000px;height:40px;padding:8px 24px 8px 16px;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;color:#feffff;display:flex;align-items:center;gap:12px;white-space:nowrap}.service-category-page .page-header .header-actions .add-btn:hover{background-color:#6b4820;border-color:#6b4820}.service-category-page .page-header .header-actions .add-btn .anticon{font-size:20px}.service-category-page .page-header .header-actions .export-btn{border-radius:6px;border:1px solid #E5E7EB;color:#4b5563;font-size:13px;height:36px}.service-category-page .page-header .header-actions .export-btn:hover{color:#9c6c44;border-color:#9c6c44}.service-category-page .tabs-container{margin-bottom:24px;flex-shrink:0;width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x}.service-category-page .tabs-container::-webkit-scrollbar{display:none}.service-category-page .tabs-navigation{display:inline-flex;background:#f3f4f6;padding:4px;border-radius:12px;gap:0;min-width:max-content}.service-category-page .tabs-navigation .tab-item{padding:10px 24px;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;border-radius:8px;transition:all .3s ease;-webkit-user-select:none;user-select:none;flex-shrink:0;white-space:nowrap}.service-category-page .tabs-navigation .tab-item:hover{color:#374151}.service-category-page .tabs-navigation .tab-item.active{background-color:#fff;color:#9c6c44;font-weight:600;box-shadow:0 1px 3px #0000001a}.service-category-page .category-list{display:flex;flex-wrap:wrap;align-content:flex-start;gap:24px;flex:1;overflow-y:auto;min-height:0;padding-right:4px;padding-bottom:16px}.service-category-page .category-list .category-row{width:450px;flex-shrink:0;position:relative;border-radius:8px;background-color:#fffcf9;border:1px solid #cac5bf;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:16px;gap:20px;text-align:left;font-family:Nunito,sans-serif;height:fit-content;transition:all .2s}.service-category-page .category-list .category-row:hover{border-color:#825826}.service-category-page .category-list .category-row .category-name{position:relative;font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:30px;color:#2d1d04;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70%;display:flex;align-items:center}.service-category-page .category-list .category-row .row-actions{background-color:transparent;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:8px 16px;gap:16px}.service-category-page .category-list .category-row .row-actions .ant-btn{width:24px;height:24px;padding:0;border:none;background:transparent;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.service-category-page .category-list .category-row .row-actions .ant-btn:hover{background:transparent!important;opacity:.7}.service-category-page .category-list .category-row .row-actions .ant-btn .anticon{font-size:24px}.service-category-page .category-list .category-row .row-actions .ant-btn .sc-icon{width:24px;height:24px;display:block}.service-category-page .category-list .empty-state{padding:40px;text-align:center;font-family:Nunito,sans-serif;color:#9ca3af;background:#f9fafb;border-radius:12px}@media(max-width:768px){.service-category-page .page-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px}.service-category-page .page-header .header-content .page-title{font-size:24px;line-height:32px}.service-category-page .page-header .header-actions .add-btn{width:100%;justify-content:center}.service-category-page .category-list{gap:12px;padding-right:0}.service-category-page .category-list .category-row{width:100%;min-width:0;gap:12px;padding:14px}.service-category-page .category-list .category-row .category-name{flex:1;min-width:0;max-width:none;font-size:18px;line-height:26px;white-space:normal;overflow-wrap:anywhere}.service-category-page .category-list .category-row .row-actions{flex-shrink:0;padding:0;gap:12px}}@media(max-width:480px){.service-category-page .page-header .header-content .page-title{font-size:20px;line-height:28px}.service-category-page .category-list .category-row{padding:12px}.service-category-page .category-list .category-row .category-name{font-size:16px;line-height:24px}}.category-modal input,.category-modal textarea,.category-modal .ant-input,.category-modal .ant-input-affix-wrapper input,.category-modal .ant-picker-input input,.category-modal .ant-select-selection-item{font-family:Nunito,sans-serif!important}.category-modal input::placeholder,.category-modal textarea::placeholder,.category-modal .ant-input::placeholder,.category-modal .ant-picker-input input::placeholder{font-family:Nunito,sans-serif!important}.category-modal .headerPopup{background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;align-items:center;justify-content:space-between;padding:8px 16px!important;min-height:auto}.category-modal .headerPopup .header{font-family:Nunito,sans-serif!important;font-size:20px!important;font-weight:700!important;line-height:30px!important;color:#2d1d04!important}.category-modal .headerPopup .close-btn-wrapper{height:32px;width:32px;border-radius:1000px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;background:transparent}.category-modal .headerPopup .close-btn-wrapper .anticon,.category-modal .headerPopup .close-btn-wrapper .xIcon{font-size:16px;color:#2d1d04}.category-modal .modal-content-wrapper{padding:16px;background-color:#feffff;display:flex;flex-direction:column;gap:16px}.category-modal .modal-content-wrapper .modal-form-content{display:flex;flex-direction:column;gap:16px}.category-modal .input-group{display:flex;flex-direction:column;gap:4px}.category-modal .input-group .label{display:flex;gap:2px;align-items:center}.category-modal .input-group .label .label-title{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424}.category-modal .input-group .label .required{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#ee2e53}.category-modal .input-group .custom-input,.category-modal .input-group .custom-select .ant-select-selector{height:40px!important;border-radius:8px!important;border:1px solid #bababa!important;padding:6px 16px!important;font-family:Nunito,sans-serif!important;font-size:14px;font-weight:400;line-height:20px;background:#feffff!important;display:flex;align-items:center}.category-modal .input-group .custom-input::placeholder,.category-modal .input-group .custom-select .ant-select-selector::placeholder{font-family:Nunito,sans-serif!important;color:#bababa;opacity:0}.category-modal .input-group .custom-input input{font-family:Nunito,sans-serif!important}.category-modal .input-group .type-radio-group .type-option .type-label{font-family:Nunito,sans-serif;font-size:18px;font-weight:400;line-height:28px;color:#242424}.category-modal .modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:8px}.category-modal .modal-footer .action-btn{height:32px;border-radius:1000px;padding:4px 16px;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.category-modal .modal-footer .back-btn:hover{background:#2d1d040a;border-color:#825826;color:#825826}.category-modal .modal-footer .recovery-btn:hover{background:#a88b6e}.category-modal .modal-footer .save-btn:hover{background:#6b4820}.category-modal .modal-footer .save-btn:disabled{background:#bababa;border:none;color:#00000040;cursor:not-allowed;opacity:.6}.category-form{font-family:Nunito,sans-serif}.category-form .ant-form-item{margin-bottom:0}.category-form .ant-form-item-label{padding-bottom:0}.category-form .ant-form-item-label label{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424;text-transform:none;letter-spacing:0}.category-form .ant-form-item-label label.ant-form-item-required:after{content:"*";font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#ee2e53;margin-left:2px}.category-form .type-selector .type-option{padding:8px 24px;border-radius:16px;font-family:Nunito,sans-serif;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .3s;-webkit-user-select:none;user-select:none}.category-form .custom-input{background:#feffff;border:1px solid #bababa;border-radius:8px;height:40px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;padding:6px 16px}.category-form .custom-input:hover{border-color:#825826}.category-form .custom-input:focus{border-color:#825826;box-shadow:0 0 0 2px #8258261a}.category-form .custom-input::placeholder{font-family:Nunito,sans-serif!important;color:#bababa;opacity:0}.category-form .custom-select .ant-select-selector{background:#feffff!important;border:1px solid #bababa!important;border-radius:8px!important;height:40px!important;font-family:Nunito,sans-serif!important;font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center;padding:6px 16px!important}.category-form .custom-select .ant-select-selector .ant-select-selection-item{font-family:Nunito,sans-serif!important;line-height:20px}.category-form .custom-select .ant-select-selector .ant-select-selection-placeholder{font-family:Nunito,sans-serif!important;color:#bababa;opacity:0}.category-form .custom-select:hover .ant-select-selector{border-color:#825826!important}.category-form .custom-select.ant-select-focused .ant-select-selector{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a!important}.category-form .custom-select .select-arrow{font-size:10px;color:#bababa}.category-form .required-note{font-family:Nunito,sans-serif;font-size:14px;color:#ef4444;margin-top:32px;margin-bottom:24px}.category-form .modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.category-form .modal-actions .action-btn{height:32px;padding:4px 16px;border-radius:1000px;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;transition:all .2s}.category-form .modal-actions .back-btn{border:1px solid #2d1d04;color:#2d1d04;background:transparent}.category-form .modal-actions .back-btn:hover{background:#2d1d040a;border-color:#825826;color:#825826}.category-form .modal-actions .recovery-btn{background:#c3a593;color:#2d1d04;border:none}.category-form .modal-actions .recovery-btn:hover{background:#a88b6e}.category-form .modal-actions .save-btn{background:#825826;color:#feffff;border:none}.category-form .modal-actions .save-btn:hover{background:#6b4820}.category-form .modal-actions .save-btn:disabled{background:#bababa;color:#00000040;cursor:not-allowed;opacity:.6}:global .delete-confirm-modal .ant-modal-confirm-body .ant-modal-confirm-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;color:#1f2937;margin-bottom:8px}:global .delete-confirm-modal .ant-modal-confirm-body .ant-modal-confirm-content{font-family:Nunito,sans-serif;font-size:15px;color:#6b7280;margin-left:0}:global .delete-confirm-modal .ant-modal-confirm-btns .delete-cancel-btn{border-radius:1000px;font-family:Nunito,sans-serif;font-weight:600;color:#6b7280;height:44px;padding:0 24px}:global .delete-confirm-modal .ant-modal-confirm-btns .delete-confirm-btn{border-radius:1000px;font-family:Nunito,sans-serif;font-weight:600;height:44px;padding:0 32px;background:#ef4444;border-color:#ef4444;box-shadow:0 4px 6px -1px #ef44444d}@media(max-width:768px){.category-modal{width:calc(100vw - 24px)!important;max-width:100%!important;margin:0 auto}.category-modal .headerPopup{padding:12px 16px!important}.category-modal .headerPopup .header{font-size:18px!important;line-height:26px!important}.category-modal .modal-content-wrapper{padding:16px 12px}.category-modal .modal-footer{flex-wrap:wrap}.category-modal .modal-footer .action-btn{flex:1 1 calc(50% - 4px);min-width:120px}.category-modal .modal-footer .save-btn{flex-basis:100%}}@media(max-width:480px){.category-modal{width:calc(100vw - 16px)!important}.category-modal .modal-content-wrapper{padding:12px}.category-modal .modal-footer .action-btn{flex-basis:100%}}.product-category-page{background:#fff;height:100%;display:flex;flex-direction:column;font-family:Nunito,sans-serif}.product-category-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-shrink:0}.product-category-page .page-header .header-content .page-title{font-size:24px;font-weight:700;color:#2d1d04;margin-bottom:0}.product-category-page .page-header .header-content .page-subtitle{color:#727270;font-size:14px;margin-bottom:24px}.product-category-page .page-header .header-actions .add-btn{background-color:#825826;border-color:#825826;border-radius:1000px;height:48px;padding:12px 32px 12px 24px;font-weight:500;font-size:18px;font-family:Nunito,sans-serif;color:#feffff;display:flex;align-items:center;gap:12px;white-space:nowrap}.product-category-page .page-header .header-actions .add-btn:hover{background-color:#6d4a1f;border-color:#6d4a1f}.product-category-page .page-header .header-actions .add-btn .anticon{font-size:24px}.product-category-page .page-header .header-actions .export-btn{border-radius:6px;border:1px solid #E5E7EB;color:#4b5563;font-size:13px;height:36px}.product-category-page .page-header .header-actions .export-btn:hover{color:#9c6c44;border-color:#9c6c44}.product-category-page .tabs-container{margin-bottom:24px;flex-shrink:0;width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x}.product-category-page .tabs-container::-webkit-scrollbar{display:none}.product-category-page .tabs-navigation{display:inline-flex;background:#f3f4f6;padding:4px;border-radius:12px;gap:0;min-width:max-content}.product-category-page .tabs-navigation .tab-item{padding:10px 24px;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;border-radius:8px;transition:all .3s ease;-webkit-user-select:none;user-select:none;flex-shrink:0;white-space:nowrap}.product-category-page .tabs-navigation .tab-item:hover{color:#374151}.product-category-page .tabs-navigation .tab-item.active{background-color:#fff;color:#9c6c44;font-weight:600;box-shadow:0 1px 3px #0000001a}.product-category-page .category-list{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:max-content;align-content:start;gap:20px;flex:1;overflow-y:auto;min-height:0;padding-right:4px;padding-bottom:16px}.product-category-page .category-list .category-row{width:100%;position:relative;border-radius:8px;background-color:#fffcf9;border:1px solid #cac5bf;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:16px;gap:20px;text-align:left;font-size:20px;color:#2d1d04;font-family:Nunito,sans-serif;height:fit-content;transition:all .2s}.product-category-page .category-list .category-row:hover{border-color:#825826}.product-category-page .category-list .category-row .category-name{position:relative;line-height:30px;font-weight:500;color:#2d1d04;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70%;display:flex;align-items:center}.product-category-page .category-list .category-row .row-actions{background-color:transparent;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0;gap:16px}.product-category-page .category-list .category-row .row-actions .ant-btn{padding:4px;height:auto}.product-category-page .category-list .category-row .row-actions .ant-btn .anticon{font-size:24px;color:#bababa}.product-category-page .category-list .empty-state{padding:40px;text-align:center;color:#9ca3af;background:#f9fafb;border-radius:12px}.category-modal .ant-modal-content{padding:0!important;border-radius:16px;overflow:hidden;box-shadow:0 10px 20px #00000014}.category-modal .ant-modal-body{padding:0}.category-modal .headerPopup{background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;align-items:center;justify-content:space-between;padding:24px}.category-modal .headerPopup .header{font-size:36px;font-weight:500;color:#2d1d04;font-family:Nunito,sans-serif;line-height:48px}.category-modal .headerPopup .close-btn-wrapper{height:48px;width:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.category-modal .headerPopup .close-btn-wrapper:hover{background-color:#0000000d}.category-modal .headerPopup .close-btn-wrapper .anticon{font-size:24px;color:#2d1d04}.category-modal .modal-content-wrapper{padding:24px 24px 0;background-color:#feffff;display:flex;flex-direction:column}.category-modal .modal-content-wrapper .modal-form-content{display:flex;flex-direction:column;gap:24px;padding-bottom:20px;border-bottom:1px solid #cac5bf;margin-bottom:20px}.category-modal .input-group{display:flex;flex-direction:column;gap:6px}.category-modal .input-group .label{display:flex;gap:4px;align-items:center;margin-bottom:4px}.category-modal .input-group .label .label-title{font-size:16px;font-weight:500;color:#242424;line-height:24px}.category-modal .input-group .label .required{color:#ee2e53;font-size:12px}.category-modal .input-group .custom-input,.category-modal .input-group .custom-select .ant-select-selector{height:48px!important;border-radius:12px!important;border:1px solid #bababa!important;padding:8px 16px!important;font-size:16px;display:flex;align-items:center}.category-modal .input-group .custom-input:focus,.category-modal .input-group .custom-input-focused,.category-modal .input-group .custom-select .ant-select-selector:focus,.category-modal .input-group .custom-select .ant-select-selector-focused{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a!important}.category-modal .input-group .type-radio-group{display:flex;gap:24px}.category-modal .input-group .type-radio-group .type-option{display:flex;align-items:center;gap:12px;cursor:pointer}.category-modal .input-group .type-radio-group .type-option .radio-circle{width:24px;height:24px;border:2px solid #bababa;border-radius:50%;position:relative}.category-modal .input-group .type-radio-group .type-option .radio-circle.checked{border-color:#825826}.category-modal .input-group .type-radio-group .type-option .radio-circle.checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#825826;border-radius:50%}.category-modal .input-group .type-radio-group .type-option .type-label{font-size:18px;color:#242424;line-height:28px}.category-modal .modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:0 24px 24px}.category-modal .modal-footer .action-btn{height:40px;border-radius:1000px;padding:0 24px;font-weight:500;text-transform:uppercase;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer}.category-modal .modal-footer .back-btn{background:transparent;border:1px solid #2d1d04;color:#2d1d04}.category-modal .modal-footer .recovery-btn{background:#c3a593;border:none;color:#2d1d04}.category-modal .modal-footer .save-btn{background:#825826;border:none;color:#feffff}.category-modal .modal-footer .save-btn:disabled{background:#d9d9d9;color:#00000040}.ant-modal-body{padding:0 40px 40px}.category-form .ant-form-item-label{padding-bottom:8px}.category-form .ant-form-item-label label{font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.category-form .ant-form-item-label label.ant-form-item-required:before{display:none}.category-form .ant-form-item-label label.ant-form-item-required:after{content:"*";color:#ef4444;margin-left:4px;font-size:14px}.category-form .type-selector{display:inline-flex;background:#f3f4f6;border-radius:20px;padding:4px}.category-form .type-selector .type-option{padding:8px 24px;border-radius:16px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .3s;-webkit-user-select:none;user-select:none}.category-form .type-selector .type-option.active{background:#9c6c44;color:#fff;box-shadow:0 2px 4px #0000001a}.category-form .type-selector .type-option.disabled{opacity:.5;cursor:not-allowed}.category-form .custom-input{background:#f9fafb;border:1px solid #F3F4F6;border-radius:8px;height:48px;font-size:15px}.category-form .custom-input:hover,.category-form .custom-input:focus{border-color:#e5e7eb;background:#fff}.category-form .custom-input::placeholder{color:#9ca3af}.category-form .custom-select .ant-select-selector{background:#f9fafb!important;border:1px solid #F3F4F6!important;border-radius:8px!important;height:48px!important;display:flex;align-items:center}.category-form .custom-select .select-arrow{font-size:10px;color:#9ca3af}.category-form .required-note{color:#ef4444;font-size:14px;margin-top:32px;margin-bottom:24px}.category-form .modal-actions{display:flex;justify-content:flex-end;gap:16px;padding-top:24px;border-top:1px solid #F3F4F6}.category-form .modal-actions .action-btn{height:44px;padding:0 24px;border-radius:22px;font-weight:600;font-size:14px;text-transform:uppercase}.category-form .modal-actions .back-btn,.category-form .modal-actions .recovery-btn{border:1px solid #E5E7EB;color:#111827;background:#fff}.category-form .modal-actions .back-btn:hover,.category-form .modal-actions .recovery-btn:hover{background:#f9fafb;border-color:#d1d5db}.category-form .modal-actions .save-btn{background:#9c6c44;color:#fff;border:none}.category-form .modal-actions .save-btn:hover{background:#825826}:global .delete-confirm-modal .ant-modal-content{border-radius:20px;padding:32px;text-align:center}:global .delete-confirm-modal .ant-modal-confirm-body .anticon{font-size:48px;margin-bottom:16px;float:none;margin-right:0}:global .delete-confirm-modal .ant-modal-confirm-body .ant-modal-confirm-title{font-size:20px;font-weight:700;color:#1f2937;margin-bottom:8px}:global .delete-confirm-modal .ant-modal-confirm-body .ant-modal-confirm-content{font-size:15px;color:#6b7280;margin-left:0}:global .delete-confirm-modal .ant-modal-confirm-btns{margin-top:32px;display:flex;justify-content:center;gap:12px;float:none}:global .delete-confirm-modal .ant-modal-confirm-btns .delete-cancel-btn{border-radius:12px;font-weight:600;color:#6b7280;height:44px;padding:0 24px}:global .delete-confirm-modal .ant-modal-confirm-btns .delete-cancel-btn:hover{background:#f3f4f6;color:#1f2937}:global .delete-confirm-modal .ant-modal-confirm-btns .delete-confirm-btn{border-radius:12px;font-weight:600;height:44px;padding:0 32px;background:#ef4444;border-color:#ef4444;box-shadow:0 4px 6px -1px #ef44444d}:global .delete-confirm-modal .ant-modal-confirm-btns .delete-confirm-btn:hover{background:#dc2626;border-color:#dc2626}.custom-dropdown .ant-dropdown-menu{border-radius:8px;box-shadow:0 10px 20px #00000014;border:1px solid #cac5bf;padding:8px 0;min-width:200px}.custom-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{padding:8px 16px;font-size:14px;font-family:Nunito,sans-serif;color:#242424;transition:all .3s}.custom-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:#e3e3e366}.custom-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:first-child{background-color:#f4f0e780}.custom-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:first-child:hover{background-color:#e3e3e366}.text-section{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:16px;font-size:28px;width:100%;min-width:0;max-width:100%;overflow:hidden}.text-section .title-section{align-self:stretch;display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;max-width:100%;box-sizing:border-box;overflow:hidden}.text-section .title-section .product-wrapper{display:flex;align-items:center;min-width:0}.text-section .title-section .product-wrapper .title{position:relative;line-height:40px;font-weight:700;font-size:28px;font-family:Nunito,sans-serif;color:#2d1d04;white-space:nowrap}.text-section .title-section .search-section{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:16px;min-width:0;max-width:100%;box-sizing:border-box;text-align:center;font-size:14px;color:#bababa}.text-section .title-section .search-section .search-input{height:44px;flex:1;min-width:200px;max-width:450px;width:100%;border-radius:12px;background-color:#feffff;border:1px solid #e3e3e3;box-sizing:border-box;overflow:hidden;display:flex;align-items:center;padding:8px;gap:8px}.text-section .title-section .search-section .search-input .search-icon{height:16px;width:16px;position:relative;font-size:16px;color:#bababa}.text-section .title-section .search-section .search-input .search-text-wrapper{flex:1;display:flex;align-items:center}.text-section .title-section .search-section .search-input .search-text-wrapper .search-field{width:100%;border:none;background:transparent;font-family:Nunito,sans-serif;font-size:14px;line-height:20px;color:#242424;box-shadow:none}.text-section .title-section .search-section .search-input .search-text-wrapper .search-field::placeholder{color:#bababa}.text-section .title-section .search-section .search-input .search-text-wrapper .search-field:focus{box-shadow:none;outline:none}.text-section .title-section .search-section .filter-section{display:flex;align-items:center;gap:12px;text-align:left;color:#242424;flex-shrink:0;min-width:0;max-width:100%;box-sizing:border-box}.text-section .title-section .search-section .filter-section .base-dropdown{height:44px;width:140px;position:relative;border-radius:8px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:6px 16px;gap:6px;text-align:left;font-size:14px;color:#242424;font-family:Nunito,sans-serif;cursor:pointer}.text-section .title-section .search-section .filter-section .base-dropdown:hover{border-color:#2d1d04}.text-section .title-section .search-section .filter-section .base-dropdown .input-text{flex:1;display:flex;align-items:center}.text-section .title-section .search-section .filter-section .base-dropdown .input-text .input-text-content{flex:1;position:relative;line-height:20px}.text-section .title-section .search-section .filter-section .base-dropdown .chevron-down-icon{height:16px;width:16px;position:relative;font-size:16px;color:#bababa}.text-section .title-section .search-section .filter-section .add-product-btn{height:44px;border-radius:12px;background-color:#825826;display:flex;align-items:center;justify-content:center;padding:8px 16px;box-sizing:border-box;gap:8px;border:none;font-family:Nunito,sans-serif;font-size:14px;line-height:20px;text-transform:uppercase;font-weight:700;color:#feffff;transition:all .3s;white-space:nowrap}.text-section .title-section .search-section .filter-section .add-product-btn:hover{background-color:#6b4820}.text-section .title-section .search-section .filter-section .add-product-btn .anticon{font-size:20px}.text-section .product-table-section{align-self:stretch;flex:1;border-radius:12px;background-color:#fff;border:1px solid #cac5bf;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;padding:0 16px 16px;position:relative;min-height:0;width:100%;min-width:0;max-width:100%}.text-section .product-table-section .product-table{background:transparent;padding:0;border:none;box-shadow:none;font-family:Nunito,sans-serif;overflow-x:auto;flex:1;min-height:0;width:100%}.text-section .product-table-section .product-table .ant-table{background:transparent;font-family:Nunito,sans-serif;flex:1;display:flex;flex-direction:column;min-height:0}.text-section .product-table-section .product-table .ant-table .ant-table-container{flex:1;display:flex;flex-direction:column;min-height:0}.text-section .product-table-section .product-table .ant-table .ant-table-content{overflow-x:auto;position:relative;flex:1;min-height:0}.text-section .product-table-section .product-table .ant-table .ant-table-thead>tr>th{background-color:#fff!important;border-bottom:1.5px solid #2d1d04;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#242424;padding:8px 16px;height:56px;text-align:left;z-index:2!important}.text-section .product-table-section .product-table .ant-table .ant-table-thead>tr>th:before{display:none!important}.text-section .product-table-section .product-table .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-left,.text-section .product-table-section .product-table .ant-table .ant-table-thead>tr>th.ant-table-cell-fix-right{z-index:4!important}.text-section .product-table-section .product-table .ant-table .ant-table-cell-fix-left,.text-section .product-table-section .product-table .ant-table .ant-table-cell-fix-right{background-color:#fff!important}.text-section .product-table-section .product-table .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #e3e3e3;padding:0 16px;height:56px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#2d1d04;text-align:left;vertical-align:middle;background-color:#fff}.text-section .product-table-section .product-table .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.text-section .product-table-section .product-table .ant-table .ant-table-tbody>tr:hover>td,.text-section .product-table-section .product-table .ant-table .ant-table-tbody>tr:hover>.ant-table-cell-fix-left,.text-section .product-table-section .product-table .ant-table .ant-table-tbody>tr:hover>.ant-table-cell-fix-right{background-color:#e3e3e366!important}.text-section .product-table-section .product-table .ant-table .status-tag{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:700;font-family:Nunito,sans-serif;border:none;line-height:16px;white-space:nowrap}.text-section .product-table-section .product-table .ant-table .status-tag.active{background-color:#17b26a26;color:#17b26a}.text-section .product-table-section .product-table .ant-table .status-tag.block{background-color:#ee2e531f;color:#ee2e53}.text-section .product-table-section .product-table .ant-table .action-buttons{display:inline-flex;align-items:center;justify-content:center;gap:12px;flex-wrap:nowrap;transform:none;line-height:normal;vertical-align:middle}.text-section .product-table-section .product-table .ant-table .action-buttons>*{display:flex;align-items:center;justify-content:center}.text-section .product-table-section .product-table .ant-table .action-buttons .action-button{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0;color:#2d1d04;transition:background .15s}.text-section .product-table-section .product-table .ant-table .action-buttons .action-button .anticon{font-size:18px;color:inherit}.text-section .product-table-section .product-table .ant-table .action-buttons .action-button:hover{background:#0000000f}.text-section .product-table-section .product-table .ant-table .action-buttons .action-button--delete,.text-section .product-table-section .product-table .ant-table .action-buttons .action-button--delete .anticon{color:#ee2e53}.text-section .product-table-section .product-table .ant-table .action-buttons .action-button--delete:hover{background:#ee2e5314}@media(max-width:1280px){.text-section .title-section .search-section{gap:12px}.text-section .title-section .search-section .search-input{max-width:350px}}@media(max-width:1100px){.text-section .title-section{flex-direction:column;align-items:flex-start;gap:16px}.text-section .title-section .search-section{width:100%;justify-content:flex-start}.text-section .title-section .search-section .search-input{max-width:100%}}@media(max-width:1024px){.text-section .title-section{flex-direction:column;align-items:stretch;gap:16px}.text-section .title-section .product-wrapper{width:100%}.text-section .title-section .search-section{flex-direction:column;align-items:stretch;width:100%;gap:12px}.text-section .title-section .search-section .search-input{width:100%;max-width:100%}.text-section .title-section .search-section .filter-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));width:100%;gap:12px}.text-section .title-section .search-section .filter-section .base-dropdown{width:100%;margin:0}.text-section .title-section .search-section .filter-section .add-product-btn{width:100%;margin:0;grid-column:1/-1;justify-content:center}}@media(max-width:768px){.text-section{font-size:24px;gap:12px}.text-section .title-section{gap:12px}.text-section .title-section .product-wrapper{width:100%}.text-section .title-section .product-wrapper .title{font-size:24px;line-height:32px;white-space:normal}.text-section .title-section .search-section{width:100%;gap:12px;flex-direction:column;align-items:stretch;justify-content:flex-start}.text-section .title-section .search-section .search-input{width:100%;max-width:100%}.text-section .title-section .search-section .filter-section{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:12px}.text-section .title-section .search-section .filter-section .base-dropdown{width:100%}.text-section .title-section .search-section .filter-section .add-product-btn{grid-column:1/-1;width:100%}.text-section .product-table-section{padding:8px 12px 12px;border:1px solid #cac5bf;background-color:#fff;border-radius:12px}.text-section .product-table-section .product-table .ant-table .ant-table-thead>tr>th{font-size:14px;line-height:20px;padding:10px 12px;height:48px;background-color:#fff!important}.text-section .product-table-section .product-table .ant-table .ant-table-cell-fix-left,.text-section .product-table-section .product-table .ant-table .ant-table-cell-fix-right{background-color:#fff!important}.text-section .product-table-section .product-table .ant-table .ant-table-tbody>tr>td{font-size:13px;line-height:normal;padding:10px 12px;height:48px;background-color:#fff}.text-section .product-table-section .product-table .ant-table .action-buttons{gap:6px;flex-wrap:nowrap!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;transform:none!important;width:max-content!important;min-width:72px;white-space:nowrap;line-height:normal}.text-section .product-table-section .product-table .ant-table .action-buttons>*{display:flex;align-items:center}.text-section .product-table-section .product-table .ant-table .action-buttons .action-button{width:28px;height:28px;padding:4px;flex:0 0 auto}.text-section .product-table-section .product-table .ant-table .action-buttons .action-button img,.text-section .product-table-section .product-table .ant-table .action-buttons .action-button .anticon{width:16px!important;height:16px!important}.text-section .product-table-section .product-table .ant-pagination{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}}@media(max-width:480px){.text-section{font-size:20px;gap:8px}.text-section .title-section{align-items:stretch}.text-section .title-section .product-wrapper .title{font-size:22px;line-height:30px}.text-section .title-section .search-section{gap:12px}.text-section .title-section .search-section .filter-section{gap:10px}.text-section .product-table-section{padding:0 8px 8px}.text-section .product-table-section .product-table .ant-table .ant-table-thead>tr>th{padding:8px;font-size:13px;background-color:#fff!important}.text-section .product-table-section .product-table .ant-table .ant-table-cell-fix-left,.text-section .product-table-section .product-table .ant-table .ant-table-cell-fix-right{background-color:#fff!important}.text-section .product-table-section .product-table .ant-table .ant-table-tbody>tr>td{padding:8px;font-size:12px;background-color:#fff}.text-section .product-table-section .product-table .ant-table .action-buttons{gap:4px;flex-wrap:nowrap!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;transform:none!important;width:max-content!important;min-width:60px;white-space:nowrap;line-height:normal}.text-section .product-table-section .product-table .ant-table .action-buttons>*{display:flex;align-items:center}.text-section .product-table-section .product-table .ant-table .action-buttons .action-button{width:24px;height:24px;padding:2px;flex:0 0 auto}.text-section .product-table-section .product-table .ant-table .action-buttons .action-button img,.text-section .product-table-section .product-table .ant-table .action-buttons .action-button .anticon{width:14px!important;height:14px!important}.text-section .product-table-section .product-table .ant-pagination{justify-content:center}}.add-product-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:9999;padding:0}@media(min-width:769px){.add-product-popup-overlay{align-items:center;padding:24px}}.add-product-popup-overlay .add-product-popup{width:100%;max-width:860px;max-height:90vh;position:relative;box-shadow:0 10px 20px #00000014;border-radius:16px 16px 0 0;overflow:hidden;display:flex;flex-direction:column;text-align:left;font-size:16px;color:#2d1d04;font-family:Nunito,sans-serif;background-color:#feffff}@media(min-width:769px){.add-product-popup-overlay .add-product-popup{border-radius:16px;max-height:85vh}}.add-product-popup-overlay .add-product-popup .popup-header{flex-shrink:0;background-color:#feffff;border-bottom:1px solid #cac5bf;box-sizing:border-box;width:100%;height:64px;display:flex;align-items:center;justify-content:space-between;padding:16px;gap:20px}.add-product-popup-overlay .add-product-popup .popup-header .header-popup-inner{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.add-product-popup-overlay .add-product-popup .popup-header .header-wrapper{align-self:stretch;display:flex;align-items:center}.add-product-popup-overlay .add-product-popup .popup-header .header-title{position:relative;line-height:30px;font-weight:700;font-size:20px;font-family:Nunito,sans-serif;color:#2d1d04;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-product-popup-overlay .add-product-popup .popup-header .button-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center}.add-product-popup-overlay .add-product-popup .popup-header .close-btn{height:32px;width:32px;border-radius:1000px;background-color:transparent;display:flex;align-items:center;justify-content:center;border:none;color:#2d1d04}.add-product-popup-overlay .add-product-popup .popup-header .close-btn:hover{background-color:#2d1d041a}.add-product-popup-overlay .add-product-popup .popup-header .close-btn .anticon{font-size:16px}.add-product-popup-overlay .add-product-popup .popup-content{flex:1;overflow-y:auto;background-color:#feffff;box-sizing:border-box;width:100%;display:flex;flex-direction:column;padding:16px;gap:16px}.add-product-popup-overlay .add-product-popup .popup-content .content-section{align-self:stretch;border-bottom:1px solid #cac5bf;display:flex;flex-direction:column;align-items:flex-start;padding:0 0 16px;gap:16px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .customer-info-wrapper{display:none}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:16px;font-size:16px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-group{align-self:stretch;display:flex;align-items:center;gap:10px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-group .frame-icon{height:24px;width:24px;flex-shrink:0;border-radius:6px;background-color:#f4f0e780}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-group .header-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:30px;color:#2d1d04}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container{align-self:stretch;display:flex;flex-direction:column;gap:12px;font-family:Nunito,sans-serif;font-size:14px;color:#242424}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .label-title{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .input-field,.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .textarea-field,.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .input-text-content{font-family:Nunito,sans-serif;font-weight:400}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent{align-self:stretch;display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput{flex:0 0 140px;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput .header-wrapper{align-self:stretch;display:flex;align-items:center}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput .label-title{position:relative;line-height:20px;font-weight:500;white-space:nowrap}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput .base.disabled{align-self:stretch;height:40px;border-radius:8px;background-color:#e3e3e3;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:6px 12px;color:#727270}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput .base.disabled .input-text{flex:1;display:flex;align-items:center;min-width:0}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput .base.disabled .input-text .input-text-content{flex:1;position:relative;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-2{flex:1 1 200px;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-2 .header-wrapper{align-self:stretch;display:flex;align-items:center}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-2 .label-title{position:relative;line-height:20px;font-weight:500}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-2 .base-2{align-self:stretch;height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:0;overflow:hidden}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-2 .base-2 .input-field{flex:1;border:none;box-shadow:none;font-size:14px;line-height:20px;color:#242424;padding:6px 12px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-2 .base-2 .input-field::placeholder{color:#bababa}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-2 .base-2 .input-field:focus{box-shadow:none}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-3{flex:0 0 100px;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-3 .header-wrapper{align-self:stretch;display:flex;align-items:center}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-3 .label-title{position:relative;line-height:20px;font-weight:500}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-3 .base-3{align-self:stretch;height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:0;overflow:hidden}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-3 .base-3 .input-field{flex:1;border:none;box-shadow:none;font-size:14px;line-height:20px;color:#242424;padding:6px 12px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-3 .base-3 .input-field::placeholder{color:#bababa}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-3 .base-3 .input-field:focus{box-shadow:none}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-4{flex:1 1 140px;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-4 .header-wrapper{align-self:stretch;display:flex;align-items:center}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-4 .label-title{position:relative;line-height:20px;font-weight:500}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-4 .base-4{align-self:stretch;height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:0;overflow:hidden}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-4 .base-4 .input-field{flex:1;border:none;box-shadow:none;font-size:14px;line-height:20px;color:#242424;padding:6px 12px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-4 .base-4 .input-field::placeholder{color:#bababa}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-4 .base-4 .input-field:focus{box-shadow:none}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-4 .base-4 .input-field .ant-input-suffix .currency-suffix{font-family:Nunito,sans-serif;font-weight:500;line-height:24px;font-size:16px;color:#825826}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .radio-group{flex:0 0 auto;display:flex;align-items:center;gap:16px;font-size:14px;height:40px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .radio-group .ant-radio-group{display:flex;align-items:center;gap:16px;height:100%}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .radio-group .ant-radio-group .ant-radio-wrapper{display:flex;align-items:center;gap:12px;font-family:Nunito,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#242424;margin:0;height:24px;white-space:nowrap}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .radio-group .ant-radio-group .ant-radio-wrapper .ant-radio{width:24px;height:24px;top:0;margin:0}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .radio-group .ant-radio-group .ant-radio-wrapper .ant-radio .ant-radio-inner{width:24px;height:24px;border:none!important;background:transparent url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='12'%20cy='12'%20r='7.5'%20fill='%23FEFFFF'%20stroke='%23825826'/%3e%3ccircle%20cx='12'%20cy='12'%20r='4'%20fill='%23825826'/%3e%3c/svg%3e") no-repeat center/24px 24px!important}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .radio-group .ant-radio-group .ant-radio-wrapper .ant-radio .ant-radio-inner:after{display:none!important}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .radio-group .ant-radio-group .ant-radio-wrapper .ant-radio:after{box-shadow:none;border:none!important}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .radio-group .ant-radio-group .ant-radio-wrapper:not(.ant-radio-wrapper-checked) .ant-radio .ant-radio-inner{background:transparent url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='12'%20cy='12'%20r='7.5'%20fill='%23FEFFFF'%20stroke='%23727270'/%3e%3c/svg%3e") no-repeat center/24px 24px!important;border:none!important}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-5{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-5 .header-wrapper{align-self:stretch;display:flex;align-items:center}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-5 .label-title{position:relative;line-height:20px;font-weight:500}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-5 .base-5{align-self:stretch;border-radius:8px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:flex-start;padding:6px 12px;overflow:hidden}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-5 .base-5 .textarea-field{flex:1;border:none;box-shadow:none;font-size:14px;line-height:20px;color:#242424;resize:none;width:100%}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-5 .base-5 .textarea-field::placeholder{color:#bababa}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-5 .base-5 .textarea-field:focus{box-shadow:none}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .switch-parent{display:flex;align-items:center;gap:12px;flex-shrink:0;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;color:#242424}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .switch-parent .active-switch{height:24px;width:42px;min-width:42px;border-radius:1000px;background-color:#feffff!important;border:1px solid #bababa;position:relative}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .switch-parent .active-switch .ant-switch-handle{top:50%;transform:translateY(-50%);width:20px;height:20px;inset-inline-start:1px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .switch-parent .active-switch .ant-switch-handle:before{border-radius:50%;background-color:#bababa;box-shadow:0 2px 4px #00000026}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .switch-parent .active-switch.ant-switch-checked{background-color:#825826!important;border-color:#825826}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .switch-parent .active-switch.ant-switch-checked .ant-switch-handle{inset-inline-start:calc(100% - 21px)}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .switch-parent .active-switch.ant-switch-checked .ant-switch-handle:before{background-color:#feffff}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .switch-parent .active-text{position:relative;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#242424}.add-product-popup-overlay .add-product-popup .popup-content .frame-parent-2{flex-shrink:0;align-self:stretch;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:#727270}.add-product-popup-overlay .add-product-popup .popup-content .frame-parent-2 .help-text{flex:1;min-width:0;position:relative;font-family:Nunito,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#727270}.add-product-popup-overlay .add-product-popup .popup-content .frame-parent-2 .button-parent{display:flex;align-items:center;gap:8px;flex-shrink:0}.add-product-popup-overlay .add-product-popup .popup-content .frame-parent-2 .button-parent .btn-back{height:32px;min-width:80px;border-radius:1000px;border:1px solid #2d1d04;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:4px 16px;background:transparent;color:#2d1d04;font-size:12px;line-height:16px;font-family:Nunito,sans-serif;text-transform:uppercase;font-weight:500;cursor:pointer;transition:all .3s}.add-product-popup-overlay .add-product-popup .popup-content .frame-parent-2 .button-parent .btn-back:hover{background:#2d1d041a}.add-product-popup-overlay .add-product-popup .popup-content .frame-parent-2 .button-parent .btn-save{height:32px;min-width:80px;border-radius:1000px;background-color:#825826;display:flex;align-items:center;justify-content:center;padding:4px 16px;box-sizing:border-box;color:#feffff;font-size:12px;line-height:16px;font-family:Nunito,sans-serif;text-transform:uppercase;font-weight:500;border:none;cursor:pointer;transition:all .3s}.add-product-popup-overlay .add-product-popup .popup-content .frame-parent-2 .button-parent .btn-save:hover{background-color:#6b4820}@media(max-width:768px){.add-product-popup-overlay .add-product-popup .popup-content{padding:14px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput,.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-2{flex:1 1 100%}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-3,.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-4{flex:1 1 calc(50% - 8px)}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .radio-group{flex:1 1 100%;height:auto}.add-product-popup-overlay .add-product-popup .popup-content .frame-parent-2{flex-direction:column;align-items:stretch;gap:10px}.add-product-popup-overlay .add-product-popup .popup-content .frame-parent-2 .help-text{font-size:11px}.add-product-popup-overlay .add-product-popup .popup-content .frame-parent-2 .button-parent{justify-content:flex-end}}@media(max-width:480px){.add-product-popup-overlay .add-product-popup .popup-header{height:56px;padding:12px}.add-product-popup-overlay .add-product-popup .popup-header .header-title{font-size:16px}.add-product-popup-overlay .add-product-popup .popup-content{padding:12px;gap:12px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent{gap:12px}.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-3,.add-product-popup-overlay .add-product-popup .popup-content .content-section .frame-parent .frame-container .baseinput-parent .baseinput-4{flex:1 1 calc(50% - 6px)}.add-product-popup-overlay .add-product-popup .popup-content .frame-parent-2 .button-parent .btn-back,.add-product-popup-overlay .add-product-popup .popup-content .frame-parent-2 .button-parent .btn-save{flex:1;text-align:center;justify-content:center}}.text-section{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:12px;font-size:28px}.text-section .title-section{align-self:stretch;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.text-section .title-section .inventory-wrapper{display:flex;align-items:center}.text-section .title-section .inventory-wrapper .title{position:relative;line-height:40px;font-weight:700;font-size:28px;color:#2d1d04;font-family:Nunito,sans-serif}.text-section .title-section .button-parent{display:flex;align-items:center;justify-content:flex-end;gap:16px;font-size:14px;flex-wrap:wrap}.text-section .title-section .button-parent .btn-import{height:40px;border-radius:1000px;background-color:#825826;display:flex;align-items:center;justify-content:center;padding:8px 24px 8px 16px;box-sizing:border-box;gap:12px;border:none;font-family:Nunito,sans-serif;font-size:14px;line-height:20px;text-transform:uppercase;font-weight:500;color:#feffff;transition:all .3s}.text-section .title-section .button-parent .btn-import:hover{background-color:#6b4820}.text-section .title-section .button-parent .btn-import .anticon{font-size:20px}.text-section .title-section .button-parent .btn-export{height:40px;border-radius:1000px;background-color:#c3a593;display:flex;align-items:center;justify-content:center;padding:8px 24px 8px 16px;box-sizing:border-box;gap:12px;border:none;font-family:Nunito,sans-serif;font-size:14px;line-height:20px;text-transform:uppercase;font-weight:500;color:#2d1d04;transition:all .3s}.text-section .title-section .button-parent .btn-export:hover{background-color:#b09482;color:#2d1d04}.text-section .title-section .button-parent .btn-export .anticon{font-size:20px}.text-section .title-section .button-parent .btn-history{border-radius:1000px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;gap:8px;font-family:Nunito,sans-serif;font-size:14px;line-height:20px;text-transform:uppercase;font-weight:500;color:#2d1d04;text-decoration:underline;transition:all .3s}.text-section .title-section .button-parent .btn-history:hover{color:#825826}.text-section .title-section .button-parent .btn-history .anticon{font-size:20px}.advanced-search-section{align-self:stretch;border-radius:16px;background-color:#e3e3e366;border:1px solid #f4f0e7;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;padding:16px;color:#242424}.advanced-search-section .search-parent{align-self:stretch;display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.advanced-search-section .search-parent .search-input{flex:1;min-width:200px;height:40px;border-radius:12px;background-color:#feffff;border:1px solid #e3e3e3;box-sizing:border-box;overflow:hidden;display:flex;align-items:center;padding:8px;gap:8px;text-align:center;color:#bababa}.advanced-search-section .search-parent .search-input .search-icon{height:16px;width:16px;position:relative;font-size:16px;color:#bababa}.advanced-search-section .search-parent .search-input .search-text-wrapper{flex:1;display:flex;align-items:center}.advanced-search-section .search-parent .search-input .search-text-wrapper .search-field{flex:1;border:none;background:transparent;font-family:Nunito,sans-serif;font-size:14px;line-height:20px;color:#242424;box-shadow:none}.advanced-search-section .search-parent .search-input .search-text-wrapper .search-field::placeholder{color:#bababa}.advanced-search-section .search-parent .search-input .search-text-wrapper .search-field:focus{box-shadow:none;outline:none}.advanced-search-section .search-parent .date-input{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.advanced-search-section .search-parent .date-input .label{align-self:stretch;display:flex;align-items:center}.advanced-search-section .search-parent .date-input .label .label-title{position:relative;line-height:20px;font-weight:500;font-size:14px;color:#242424;font-family:Nunito,sans-serif}.advanced-search-section .search-parent .date-input .base-input{height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:6px 16px;gap:6px}.advanced-search-section .search-parent .date-input .base-input .date-picker{width:150px;border:none;box-shadow:none;font-family:Nunito,sans-serif;font-size:14px;line-height:20px;color:#242424}.advanced-search-section .search-parent .date-input .base-input .date-picker .ant-picker{border:none;box-shadow:none;padding:0}.advanced-search-section .search-parent .date-input .base-input .date-picker .ant-picker .ant-picker-input input{color:#242424;text-align:center;font-family:Nunito,sans-serif}.advanced-search-section .search-parent .date-input .base-input .date-picker .ant-picker .ant-picker-input input::placeholder{color:#bababa}.advanced-search-section .search-parent .date-input .base-input .date-picker .ant-picker .ant-picker-suffix{color:#bababa}.advanced-search-section .search-parent .switch-button-group{display:flex;align-items:center;align-self:flex-end;gap:12px}.advanced-search-section .search-parent .switch-parent{display:flex;align-items:center;gap:12px;font-size:18px;margin-bottom:0;white-space:nowrap}.advanced-search-section .search-parent .switch-parent .stock-switch{height:28px;width:48px;min-width:48px;border-radius:1000px;background-color:#e3e3e3}.advanced-search-section .search-parent .switch-parent .stock-switch.ant-switch-checked{background-color:#825826}.advanced-search-section .search-parent .switch-parent .stock-switch .ant-switch-handle{width:22px;height:22px;top:3px}.advanced-search-section .search-parent .switch-parent .stock-switch .ant-switch-handle:before{border-radius:50%}.advanced-search-section .search-parent .switch-parent .stock-switch.ant-switch-checked .ant-switch-handle{inset-inline-start:calc(100% - 25px)}.advanced-search-section .search-parent .switch-parent .switch-text{position:relative;line-height:28px;font-size:18px;font-weight:400;color:#242424;font-family:Nunito,sans-serif}.advanced-search-section .search-parent .button-group{display:flex;align-items:flex-end;gap:13px;color:#feffff;margin-bottom:0;flex-shrink:0}.advanced-search-section .search-parent .button-group .btn-confirm{height:40px;border-radius:1000px;background-color:#825826;display:flex;align-items:center;justify-content:center;padding:8px 24px;box-sizing:border-box;border:none;color:#feffff;font-size:14px;font-weight:500;text-transform:uppercase;font-family:Nunito,sans-serif;transition:all .3s}.advanced-search-section .search-parent .button-group .btn-confirm:hover{background-color:#6b4820}.inventory-table-section{align-self:stretch;flex:1;border-radius:12px;background-color:#fff;border:1px solid #cac5bf;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;padding:0 16px;position:relative;min-height:0}.inventory-table-section .inventory-table{background:transparent;padding:0;border:none;box-shadow:none;font-family:Nunito,sans-serif;overflow-x:auto;flex:1;min-height:0;width:100%}.inventory-table-section .inventory-table .ant-table{background:transparent;font-family:Nunito,sans-serif;flex:1;display:flex;flex-direction:column;min-height:0}.inventory-table-section .inventory-table .ant-table .ant-table-container{flex:1;display:flex;flex-direction:column;min-height:0}.inventory-table-section .inventory-table .ant-table .ant-table-content{overflow-x:auto;position:relative;flex:1;min-height:0}.inventory-table-section .inventory-table .ant-table .ant-table-content table{min-width:900px}.inventory-table-section .inventory-table .ant-table .ant-table-thead>tr>th{background-color:#fff0;border-bottom:1.5px solid #2d1d04;font-size:16px;font-weight:700;line-height:24px;color:#242424;padding:8px 16px;height:56px;text-align:left;font-family:Nunito,sans-serif}.inventory-table-section .inventory-table .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #e3e3e3;padding:8px 16px;height:56px;font-size:14px;line-height:20px;color:#2d1d04;text-align:left;font-family:Nunito,sans-serif}.inventory-table-section .inventory-table .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.inventory-table-section .inventory-table .ant-table .ant-table-tbody>tr:hover>td{background-color:#e3e3e366}.inventory-table-section .inventory-table .ant-table .action-icons{display:flex;align-items:center;justify-content:center;gap:16px}.inventory-table-section .inventory-table .ant-table .action-icons .action-icon{font-size:24px;color:#825826;cursor:pointer;transition:all .3s}.inventory-table-section .inventory-table .ant-table .action-icons .action-icon:hover{color:#6b4820}@media(max-width:1024px){.text-section .title-section{flex-direction:column;align-items:flex-start;gap:16px}.text-section .title-section .inventory-wrapper{width:100%}.text-section .title-section .button-parent{width:100%;justify-content:flex-start}.advanced-search-section .search-parent{flex-direction:column;align-items:stretch;gap:16px}.advanced-search-section .search-parent .search-input{width:100%;flex:none}.advanced-search-section .search-parent .date-input,.advanced-search-section .search-parent .date-input .base-input,.advanced-search-section .search-parent .date-input .base-input .date-picker{width:100%}.advanced-search-section .search-parent .switch-button-group{align-self:flex-start;width:100%;justify-content:space-between;flex-wrap:wrap;gap:16px}}@media(max-width:768px){.text-section,.text-section .title-section .inventory-wrapper .title{font-size:24px}.text-section .title-section .button-parent{flex-direction:column;align-items:stretch}.text-section .title-section .button-parent button{width:100%;justify-content:center}.inventory-table-section{padding:8px 12px 12px;border:1px solid #cac5bf;background-color:#fff;border-radius:12px;margin:0}.inventory-table-section .inventory-table .ant-table-content table{min-width:720px}.inventory-table-section .inventory-table .ant-table-thead>tr>th{padding:10px 12px;font-size:14px;white-space:nowrap}.inventory-table-section .inventory-table .ant-table-tbody>tr>td{padding:10px 12px;font-size:13px}}@media(max-width:480px){.text-section{font-size:20px}.advanced-search-section{padding:12px}.advanced-search-section .search-parent .switch-button-group{flex-direction:column;align-items:stretch}.advanced-search-section .search-parent .switch-button-group .switch-parent{justify-content:space-between}.advanced-search-section .search-parent .switch-button-group .button-group .btn-confirm{width:100%}}.import-warehouse-modal .ant-modal-content{padding:0;border-radius:16px;overflow:hidden}.import-warehouse-modal .ant-modal-close{display:none}@media(max-width:1024px){.import-warehouse-modal .ant-modal{width:95%!important;max-width:900px!important;margin:8px auto}}@media(max-width:480px){.import-warehouse-modal .ant-modal{width:98%!important;margin:4px auto}}.import-warehouse-content{width:100%;max-height:80vh;position:relative;box-shadow:0 10px 20px #00000014;border-radius:16px;overflow:hidden;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left;font-size:20px;color:#2d1d04;font-family:Nunito,sans-serif}.import-warehouse-content .modal-header{align-self:stretch;height:64px;background-color:#feffff;border-bottom:1px solid #cac5bf;box-sizing:border-box;display:flex;align-items:center;padding:16px;gap:8px}.import-warehouse-content .modal-header .header-inner{flex:1;display:flex;flex-direction:column;align-items:flex-start}.import-warehouse-content .modal-header .header-wrapper{align-self:stretch;display:flex;align-items:center}.import-warehouse-content .modal-header .header-title{position:relative;line-height:30px;font-weight:700;font-size:20px}@media(max-width:480px){.import-warehouse-content .modal-header .header-title{font-size:16px;line-height:24px}}.import-warehouse-content .modal-header .button-wrapper{align-self:stretch;display:flex;align-items:flex-start;justify-content:center}.import-warehouse-content .modal-header .close-btn{height:32px;width:32px;border-radius:1000px;background-color:#feffff00;display:flex;align-items:center;justify-content:center;border:none;color:#2d1d04}.import-warehouse-content .modal-header .close-btn:hover{background-color:#2d1d041a}.import-warehouse-content .modal-header .close-btn .anticon{font-size:16px}.import-warehouse-content .modal-body{align-self:stretch;flex:1;background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:16px;font-size:14px;color:#242424;overflow-y:auto}.import-warehouse-content .modal-body .baseinput-parent{align-self:stretch;display:flex;align-items:flex-start;gap:16px;flex-wrap:wrap}.import-warehouse-content .modal-body .baseinput-parent .baseinput{flex:1;min-width:200px;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.import-warehouse-content .modal-body .baseinput-parent .baseinput .header-wrapper{align-self:stretch;display:flex;align-items:center}.import-warehouse-content .modal-body .baseinput-parent .baseinput .label-title{position:relative;line-height:20px;font-weight:500;font-size:14px;color:#242424;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .baseinput-parent .baseinput .product-dropdown-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;color:#825826;font-size:13px;border-top:1px solid #f0f0f0;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .baseinput-parent .baseinput .dropdown-field{align-self:stretch;width:100%}.import-warehouse-content .modal-body .baseinput-parent .baseinput .dropdown-field .ant-select-selector{height:40px!important;border-radius:8px!important;border:1px solid #bababa!important;background-color:#feffff!important;padding:0 16px!important;display:flex;align-items:center;font-size:14px;color:#242424;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .baseinput-parent .baseinput .dropdown-field .ant-select-selector:hover{border-color:#825826!important}.import-warehouse-content .modal-body .baseinput-parent .baseinput .dropdown-field.ant-select-focused .ant-select-selector{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a!important}.import-warehouse-content .modal-body .baseinput-parent .baseinput .dropdown-field .ant-select-selection-placeholder{color:#bababa;line-height:38px;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .baseinput-parent .baseinput .dropdown-field .ant-select-selection-item{line-height:38px;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .baseinput-parent .baseinput .dropdown-field .ant-select-arrow{display:flex;align-items:center;justify-content:center;height:100%;top:2px;margin-top:0}.import-warehouse-content .modal-body .baseinput-parent .baseinput .base{align-self:stretch;height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:6px 16px;gap:6px;color:#bababa}.import-warehouse-content .modal-body .baseinput-parent .baseinput .base .input-field{flex:1;border:none;box-shadow:none;font-size:14px;line-height:20px;color:#242424;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .baseinput-parent .baseinput .base .input-field::placeholder{color:#bababa;opacity:0}.import-warehouse-content .modal-body .baseinput-parent .baseinput .base .input-field:focus{box-shadow:none}.import-warehouse-content .modal-body .baseinput-parent .baseinput .base .input-field .clear-icon{color:#bababa;cursor:pointer}.import-warehouse-content .modal-body .baseinput-parent .baseinput .base .input-field .clear-icon:hover{color:#2d1d04}.import-warehouse-content .modal-body .baseinput-parent .baseinput .base .date-input{flex:1;border:none;box-shadow:none;font-size:14px;line-height:20px;color:#242424;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .baseinput-parent .baseinput .base .date-input .ant-picker{border:none;box-shadow:none;padding:0}.import-warehouse-content .modal-body .baseinput-parent .baseinput .base .date-input .ant-picker .ant-picker-input input{color:#242424;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .baseinput-parent .baseinput .base .date-input .ant-picker .ant-picker-input input::placeholder{color:#bababa;opacity:0}.import-warehouse-content .modal-body .table-section{align-self:stretch;flex:1;min-height:200px;border-radius:12px;background-color:#fff;border:1px solid #cac5bf;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;padding:8px 24px 24px;isolation:isolate;font-size:12px}.import-warehouse-content .modal-body .table-section .product-table{background:transparent;padding:0;border:none;box-shadow:none;font-family:Nunito,sans-serif;overflow-x:auto;flex:1;min-height:0;width:100%}.import-warehouse-content .modal-body .table-section .product-table .ant-table{background:transparent;font-family:Nunito,sans-serif;flex:1;display:flex;flex-direction:column;min-height:0}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-container{flex:1;display:flex;flex-direction:column;min-height:0}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-content{overflow-x:auto;position:relative;flex:1;min-height:0}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-content table{min-width:900px}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-thead>tr>th{background-color:#fff0;border-bottom:1.5px solid #2d1d04;font-size:16px;font-weight:700;line-height:24px;color:#242424;padding:8px 16px;height:56px;text-align:left;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #e3e3e3;padding:8px 16px;height:72px;font-size:14px;line-height:20px;color:#2d1d04;text-align:left;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .batch-select{width:100%}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .batch-select .ant-select-selector{border-radius:4px!important;border:1px solid #bababa!important;font-size:12px;color:#242424;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .batch-select .ant-select-selector:hover{border-color:#825826!important}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .batch-select.ant-select-focused .ant-select-selector{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a!important}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .quantity-input,.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .note-input{border-radius:4px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:4px 16px;max-width:100%;font-size:12px;line-height:16px;color:#242424;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .quantity-input::placeholder,.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .note-input::placeholder{color:#bababa;opacity:0}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .quantity-input:focus,.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .note-input:focus{border-color:#825826;box-shadow:0 0 0 2px #8258261a}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .expiry-picker{border-radius:4px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:4px 16px;gap:6px;max-width:100%;font-size:12px;line-height:16px;color:#242424;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .expiry-picker .ant-picker{border:none;box-shadow:none;padding:0;width:100%}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .expiry-picker .ant-picker .ant-picker-input input{color:#242424;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .expiry-picker .ant-picker .ant-picker-input input::placeholder{color:#bababa;opacity:0}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .expiry-picker .ant-picker .ant-picker-suffix{color:#bababa}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .price-input-wrapper{align-self:stretch;flex:1;border-radius:4px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:4px 16px;gap:6px;max-width:100%}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .price-input-wrapper .price-input{flex:1;min-width:0;border:none;box-shadow:none;font-size:12px;line-height:16px;color:#242424;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .price-input-wrapper .price-input::placeholder{color:#bababa;opacity:0}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .price-input-wrapper .price-input:focus{box-shadow:none}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .price-input-wrapper .currency-unit{overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 7px;font-size:16px;color:#825826;font-weight:500;line-height:24px;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .delete-btn{background:transparent;border:none;color:#2d1d04;cursor:pointer;transition:all .3s}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .delete-btn:hover{color:#ee2e53}.import-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .delete-btn .anticon{font-size:24px}.import-warehouse-content .modal-body .note-section{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-size:14px}.import-warehouse-content .modal-body .note-section .header-wrapper{align-self:stretch;display:flex;align-items:center}.import-warehouse-content .modal-body .note-section .label-title{position:relative;line-height:20px;font-weight:500;color:#242424;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .note-section .note-textarea{align-self:stretch;border-radius:8px;background-color:#feffff;border:1px solid #bababa;display:flex;align-items:center;padding:6px 16px;color:#242424;font-size:14px;line-height:20px;resize:none;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .note-section .note-textarea::placeholder{color:#bababa;opacity:0}.import-warehouse-content .modal-body .note-section .note-textarea:focus{border-color:#825826;box-shadow:0 0 0 2px #8258261a}.import-warehouse-content .modal-body .footer-section{align-self:stretch;display:flex;align-items:center;gap:12px;font-size:12px;color:#727270;flex-wrap:wrap}.import-warehouse-content .modal-body .footer-section .help-text{flex:1;min-width:0;line-height:16px;display:flex;align-items:center;opacity:0;font-family:Nunito,sans-serif}.import-warehouse-content .modal-body .footer-section .button-parent{display:flex;align-items:center;justify-content:flex-end;gap:8px;color:#2d1d04;margin-left:auto}@media(max-width:768px){.import-warehouse-content .modal-body .footer-section .button-parent{width:100%;flex-direction:column;align-items:stretch;margin-left:0}.import-warehouse-content .modal-body .footer-section .button-parent button{width:100%;justify-content:center}}.export-warehouse-modal .ant-modal-content{padding:0;border-radius:16px;overflow:hidden}.export-warehouse-modal .ant-modal-close{display:none}@media(max-width:1024px){.export-warehouse-modal .ant-modal{width:95%!important;max-width:900px!important;margin:8px auto}}@media(max-width:480px){.export-warehouse-modal .ant-modal{width:98%!important;margin:4px auto}}.export-warehouse-content{width:100%;max-height:80vh;position:relative;box-shadow:0 10px 20px #00000014;border-radius:16px;overflow:hidden;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left;font-size:20px;color:#2d1d04;font-family:Nunito,sans-serif}.export-warehouse-content .modal-header{align-self:stretch;height:64px;background-color:#feffff;border-bottom:1px solid #cac5bf;box-sizing:border-box;display:flex;align-items:center;padding:16px;gap:8px}.export-warehouse-content .modal-header .header-inner{flex:1;display:flex;flex-direction:column;align-items:flex-start}.export-warehouse-content .modal-header .header-wrapper{align-self:stretch;display:flex;align-items:center}.export-warehouse-content .modal-header .header-title{position:relative;line-height:30px;font-weight:700;font-size:20px}@media(max-width:480px){.export-warehouse-content .modal-header .header-title{font-size:16px;line-height:24px}}.export-warehouse-content .modal-header .button-wrapper{align-self:stretch;display:flex;align-items:flex-start;justify-content:center}.export-warehouse-content .modal-header .close-btn{height:32px;width:32px;border-radius:1000px;background-color:#feffff00;display:flex;align-items:center;justify-content:center;border:none;color:#2d1d04}.export-warehouse-content .modal-header .close-btn:hover{background-color:#2d1d041a}.export-warehouse-content .modal-header .close-btn .anticon{font-size:16px}.export-warehouse-content .modal-body{align-self:stretch;flex:1;background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:16px;font-size:14px;color:#242424;overflow-y:auto}.export-warehouse-content .modal-body .baseinput-parent{align-self:stretch;display:flex;align-items:flex-start;gap:16px;flex-wrap:wrap}.export-warehouse-content .modal-body .baseinput-parent .baseinput{flex:1;min-width:200px;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.export-warehouse-content .modal-body .baseinput-parent .baseinput .header-wrapper{align-self:stretch;display:flex;align-items:center}.export-warehouse-content .modal-body .baseinput-parent .baseinput .label-title{position:relative;line-height:20px;font-weight:500;font-size:14px;color:#242424;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .baseinput-parent .baseinput .product-dropdown-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;color:#825826;font-size:13px;border-top:1px solid #f0f0f0;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .baseinput-parent .baseinput .dropdown-field{align-self:stretch;width:100%}.export-warehouse-content .modal-body .baseinput-parent .baseinput .dropdown-field .ant-select-selector{height:40px!important;border-radius:8px!important;border:1px solid #bababa!important;background-color:#feffff!important;padding:0 16px!important;display:flex;align-items:center;font-size:14px;color:#242424;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .baseinput-parent .baseinput .dropdown-field .ant-select-selector:hover{border-color:#825826!important}.export-warehouse-content .modal-body .baseinput-parent .baseinput .dropdown-field.ant-select-focused .ant-select-selector{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a!important}.export-warehouse-content .modal-body .baseinput-parent .baseinput .dropdown-field .ant-select-selection-placeholder{color:#bababa;line-height:38px;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .baseinput-parent .baseinput .dropdown-field .ant-select-selection-item{line-height:38px;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .baseinput-parent .baseinput .dropdown-field .ant-select-arrow{display:flex;align-items:center;justify-content:center;height:100%;top:2px;margin-top:0}.export-warehouse-content .modal-body .baseinput-parent .baseinput .base{align-self:stretch;height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:6px 16px;gap:6px;color:#bababa}.export-warehouse-content .modal-body .baseinput-parent .baseinput .base .input-field{flex:1;border:none;box-shadow:none;font-size:14px;line-height:20px;color:#242424;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .baseinput-parent .baseinput .base .input-field::placeholder{color:#bababa;opacity:0}.export-warehouse-content .modal-body .baseinput-parent .baseinput .base .input-field:focus{box-shadow:none}.export-warehouse-content .modal-body .baseinput-parent .baseinput .base .input-field .clear-icon{color:#bababa;cursor:pointer}.export-warehouse-content .modal-body .baseinput-parent .baseinput .base .input-field .clear-icon:hover{color:#2d1d04}.export-warehouse-content .modal-body .baseinput-parent .baseinput .base .date-input{flex:1;border:none;box-shadow:none;font-size:14px;line-height:20px;color:#242424;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .baseinput-parent .baseinput .base .date-input .ant-picker{border:none;box-shadow:none;padding:0}.export-warehouse-content .modal-body .baseinput-parent .baseinput .base .date-input .ant-picker .ant-picker-input input{color:#242424;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .baseinput-parent .baseinput .base .date-input .ant-picker .ant-picker-input input::placeholder{color:#bababa;opacity:0}.export-warehouse-content .modal-body .table-section{align-self:stretch;flex:1;min-height:200px;border-radius:12px;background-color:#fff;border:1px solid #cac5bf;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;padding:8px 24px 24px;isolation:isolate;font-size:12px}.export-warehouse-content .modal-body .table-section .product-table{background:transparent;padding:0;border:none;box-shadow:none;font-family:Nunito,sans-serif;overflow-x:auto;flex:1;min-height:0;width:100%}.export-warehouse-content .modal-body .table-section .product-table .ant-table{background:transparent;font-family:Nunito,sans-serif;flex:1;display:flex;flex-direction:column;min-height:0}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-container{flex:1;display:flex;flex-direction:column;min-height:0}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-content{overflow-x:auto;position:relative;flex:1;min-height:0}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-content table{min-width:900px}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-thead>tr>th{background-color:#fff0;border-bottom:1.5px solid #2d1d04;font-size:16px;font-weight:700;line-height:24px;color:#242424;padding:8px 16px;height:56px;text-align:left;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #e3e3e3;padding:8px 16px;height:72px;font-size:14px;line-height:20px;color:#2d1d04;text-align:left;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .batch-input,.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .quantity-input,.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .note-input{border-radius:4px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:4px 16px;max-width:100%;font-size:12px;line-height:16px;color:#242424;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .batch-input::placeholder,.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .quantity-input::placeholder,.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .note-input::placeholder{color:#bababa;opacity:0}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .batch-input:focus,.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .quantity-input:focus,.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .note-input:focus{border-color:#825826;box-shadow:0 0 0 2px #8258261a}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .expiry-picker{border-radius:4px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:4px 16px;gap:6px;max-width:100%;font-size:14px;line-height:16px;color:#242424}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .expiry-picker .ant-picker{border:none;box-shadow:none;padding:0;width:100%}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .expiry-picker .ant-picker .ant-picker-input input{color:#242424}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .expiry-picker .ant-picker .ant-picker-input input::placeholder{color:#bababa;opacity:0}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .expiry-picker .ant-picker .ant-picker-suffix{color:#bababa}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .price-input-wrapper{align-self:stretch;flex:1;border-radius:4px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:4px 16px;gap:6px;max-width:100%}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .price-input-wrapper .price-input{flex:1;min-width:0;border:none;box-shadow:none;font-size:12px;line-height:16px;color:#242424;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .price-input-wrapper .price-input::placeholder{color:#bababa;opacity:0}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .price-input-wrapper .price-input:focus{box-shadow:none}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .price-input-wrapper .currency-unit{overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 7px;font-size:16px;font-family:Nunito,sans-serif;color:#825826;font-weight:500;line-height:24px}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .delete-btn{background:transparent;border:none;color:#2d1d04;cursor:pointer;transition:all .3s}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .delete-btn:hover{color:#ee2e53}.export-warehouse-content .modal-body .table-section .product-table .ant-table .ant-table-tbody>tr>td .delete-btn .anticon{font-size:24px}.export-warehouse-content .modal-body .note-section{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-size:14px}.export-warehouse-content .modal-body .note-section .header-wrapper{align-self:stretch;display:flex;align-items:center}.export-warehouse-content .modal-body .note-section .label-title{position:relative;line-height:20px;font-weight:500;color:#242424;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .note-section .note-textarea{align-self:stretch;border-radius:8px;background-color:#feffff;border:1px solid #bababa;display:flex;align-items:center;padding:6px 16px;color:#242424;font-size:14px;line-height:20px;resize:none;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .note-section .note-textarea::placeholder{color:#bababa;opacity:0}.export-warehouse-content .modal-body .note-section .note-textarea:focus{border-color:#825826;box-shadow:0 0 0 2px #8258261a}.export-warehouse-content .modal-body .footer-section{align-self:stretch;display:flex;align-items:center;gap:12px;font-size:12px;color:#727270;flex-wrap:wrap}.export-warehouse-content .modal-body .footer-section .help-text{flex:1;min-width:0;line-height:16px;display:flex;align-items:center;opacity:0;font-family:Nunito,sans-serif}.export-warehouse-content .modal-body .footer-section .button-parent{display:flex;align-items:center;justify-content:flex-end;gap:8px;color:#2d1d04;margin-left:auto}@media(max-width:768px){.export-warehouse-content .modal-body .footer-section .button-parent{width:100%;flex-direction:column;align-items:stretch;margin-left:0}.export-warehouse-content .modal-body .footer-section .button-parent button{width:100%;justify-content:center}}.import-product-modal .ant-modal-content{border-radius:16px;overflow:hidden;padding:0;box-shadow:0 10px 20px #00000014;font-family:Nunito,sans-serif;color:#2d1d04}@media(max-width:600px){.import-product-modal .ant-modal{width:95%!important;max-width:none!important;margin:8px auto}}.import-product-modal input,.import-product-modal textarea,.import-product-modal .ant-input,.import-product-modal .ant-input-affix-wrapper input,.import-product-modal .ant-picker-input input,.import-product-modal .ant-select-selection-item{font-family:Nunito,sans-serif!important}.import-product-modal input::placeholder,.import-product-modal textarea::placeholder,.import-product-modal .ant-input::placeholder,.import-product-modal .ant-picker-input input::placeholder{font-family:Nunito,sans-serif!important}.import-product-modal .ipm-header{height:64px;background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;align-items:center;justify-content:space-between;padding:16px;gap:20px}.import-product-modal .ipm-header .ipm-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#2d1d04}@media(max-width:480px){.import-product-modal .ipm-header .ipm-title{font-size:16px;line-height:24px}}.import-product-modal .ipm-header .ipm-close-btn{width:32px;height:32px;border-radius:1000px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;box-shadow:none;padding:0;color:#2d1d04}.import-product-modal .ipm-header .ipm-close-btn:hover{background-color:#0000000d}.import-product-modal .ipm-header .ipm-close-btn .anticon{font-size:16px}.import-product-modal .ipm-body{background-color:#feffff;padding:16px;display:flex;flex-direction:column;gap:16px;font-size:14px;font-family:Nunito,sans-serif}.import-product-modal .ipm-row{display:flex;align-items:flex-start;gap:24px}@media(max-width:480px){.import-product-modal .ipm-row{flex-direction:column;gap:16px}}.import-product-modal .ipm-field{flex:1;display:flex;flex-direction:column;gap:4px}.import-product-modal .ipm-field--full{flex:unset;width:100%}.import-product-modal .ipm-label{font-size:14px;font-weight:500;line-height:20px;color:#242424;font-family:Nunito,sans-serif}.import-product-modal .ipm-input{height:40px;border-radius:8px;border:1px solid #bababa;font-size:14px;font-weight:400;font-family:Nunito,sans-serif!important;color:#242424}.import-product-modal .ipm-input input{font-family:Nunito,sans-serif!important;font-weight:400;font-size:14px;line-height:20px}.import-product-modal .ipm-input:hover,.import-product-modal .ipm-input:focus{border-color:#825826;box-shadow:none}.import-product-modal .ipm-input .ant-input-suffix{color:#bababa;font-family:Nunito,sans-serif!important}.import-product-modal .ipm-select{width:100%}.import-product-modal .ipm-select .ant-select-selector{height:40px!important;border-radius:8px!important;border:1px solid #bababa!important;font-size:14px;font-weight:400;font-family:Nunito,sans-serif!important;color:#242424;display:flex;align-items:center}.import-product-modal .ipm-select .ant-select-selector:hover{border-color:#825826!important}.import-product-modal .ipm-select .ant-select-selection-item,.import-product-modal .ipm-select .ant-select-selection-placeholder{font-family:Nunito,sans-serif!important;font-size:14px;font-weight:400;line-height:20px}.import-product-modal .ipm-select.ant-select-focused .ant-select-selector{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a!important}.import-product-modal .ipm-unit{font-family:Nunito,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#825826}.import-product-modal .ipm-clear{color:#bababa;cursor:pointer;font-size:12px}.import-product-modal .ipm-clear:hover{color:#2d1d04}.import-product-modal .ipm-datepicker{width:100%;height:40px;border-radius:8px;border:1px solid #bababa;font-size:14px;font-weight:400;font-family:Nunito,sans-serif!important}.import-product-modal .ipm-datepicker:hover,.import-product-modal .ipm-datepicker.ant-picker-focused{border-color:#825826;box-shadow:none}.import-product-modal .ipm-datepicker .ant-picker-input>input{font-family:Nunito,sans-serif!important;font-size:14px;font-weight:400;line-height:20px;color:#242424}.import-product-modal .ipm-textarea{border-radius:8px;border:1px solid #bababa;font-size:14px;font-weight:400;line-height:20px;font-family:Nunito,sans-serif!important;color:#242424;resize:none}.import-product-modal .ipm-textarea textarea{font-family:Nunito,sans-serif!important;font-weight:400;font-size:14px;line-height:20px}.import-product-modal .ipm-textarea:hover,.import-product-modal .ipm-textarea:focus{border-color:#825826;box-shadow:none}.import-product-modal .ipm-footer{display:flex;align-items:center;justify-content:flex-end}.import-product-modal .ipm-footer .ipm-footer-buttons{display:flex;align-items:center;gap:8px}@media(max-width:480px){.import-product-modal .ipm-footer .ipm-footer-buttons{width:100%;flex-direction:column;align-items:stretch}.import-product-modal .ipm-footer .ipm-footer-buttons button{width:100%;justify-content:center}}.import-product-modal .ipm-btn-back{height:32px;border-radius:1000px;border:1px solid #2d1d04;background:transparent;color:#2d1d04;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;padding:4px 16px;box-shadow:none}.import-product-modal .ipm-btn-back:hover{border-color:#825826;color:#825826}.import-product-modal .ipm-btn-save{height:32px;border-radius:1000px;background-color:#825826;border:none;color:#feffff;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;padding:4px 16px;box-shadow:none}.import-product-modal .ipm-btn-save:hover{background-color:#6b4820}.export-product-modal .ant-modal-content{border-radius:16px;overflow:hidden;padding:0;box-shadow:0 10px 20px #00000014;font-family:Nunito,sans-serif;color:#2d1d04}@media(max-width:600px){.export-product-modal .ant-modal{width:95%!important;max-width:none!important;margin:8px auto}}.export-product-modal input,.export-product-modal textarea,.export-product-modal .ant-input,.export-product-modal .ant-input-affix-wrapper input,.export-product-modal .ant-picker-input input,.export-product-modal .ant-select-selection-item{font-family:Nunito,sans-serif!important}.export-product-modal input::placeholder,.export-product-modal textarea::placeholder,.export-product-modal .ant-input::placeholder,.export-product-modal .ant-picker-input input::placeholder{font-family:Nunito,sans-serif!important}.export-product-modal .epm-header{height:64px;background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;align-items:center;justify-content:space-between;padding:16px;gap:20px}.export-product-modal .epm-header .epm-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#2d1d04}@media(max-width:480px){.export-product-modal .epm-header .epm-title{font-size:16px;line-height:24px}}.export-product-modal .epm-header .epm-close-btn{width:32px;height:32px;border-radius:1000px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;box-shadow:none;padding:0;color:#2d1d04}.export-product-modal .epm-header .epm-close-btn:hover{background-color:#0000000d}.export-product-modal .epm-header .epm-close-btn .anticon{font-size:16px}.export-product-modal .epm-body{background-color:#feffff;padding:16px;display:flex;flex-direction:column;gap:16px;font-size:14px;font-family:Nunito,sans-serif}.export-product-modal .epm-row{display:flex;align-items:flex-start;gap:24px}@media(max-width:480px){.export-product-modal .epm-row{flex-direction:column;gap:16px}}.export-product-modal .epm-field{flex:1;display:flex;flex-direction:column;gap:4px}.export-product-modal .epm-field--full{flex:unset;width:100%}.export-product-modal .epm-label{font-size:14px;font-weight:500;line-height:20px;color:#242424;font-family:Nunito,sans-serif}.export-product-modal .epm-input{height:40px;border-radius:8px;border:1px solid #bababa;font-size:14px;font-weight:400;font-family:Nunito,sans-serif!important;color:#242424}.export-product-modal .epm-input input{font-family:Nunito,sans-serif!important;font-weight:400;font-size:14px;line-height:20px}.export-product-modal .epm-input:hover,.export-product-modal .epm-input:focus{border-color:#825826;box-shadow:none}.export-product-modal .epm-input .ant-input-suffix{color:#bababa;font-family:Nunito,sans-serif!important}.export-product-modal .epm-select{width:100%}.export-product-modal .epm-select .ant-select-selector{height:40px!important;border-radius:8px!important;border:1px solid #bababa!important;font-size:14px;font-weight:400;font-family:Nunito,sans-serif!important;color:#242424;display:flex;align-items:center}.export-product-modal .epm-select .ant-select-selector:hover{border-color:#825826!important}.export-product-modal .epm-select .ant-select-selection-item,.export-product-modal .epm-select .ant-select-selection-placeholder{font-family:Nunito,sans-serif!important;font-size:14px;font-weight:400;line-height:20px}.export-product-modal .epm-select.ant-select-focused .ant-select-selector{border-color:#825826!important;box-shadow:0 0 0 2px #8258261a!important}.export-product-modal .epm-unit{font-family:Nunito,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#825826}.export-product-modal .epm-clear{color:#bababa;cursor:pointer;font-size:12px}.export-product-modal .epm-clear:hover{color:#2d1d04}.export-product-modal .epm-datepicker{width:100%;height:40px;border-radius:8px;border:1px solid #bababa;font-size:14px;font-weight:400;font-family:Nunito,sans-serif!important}.export-product-modal .epm-datepicker:hover,.export-product-modal .epm-datepicker.ant-picker-focused{border-color:#825826;box-shadow:none}.export-product-modal .epm-datepicker .ant-picker-input>input{font-family:Nunito,sans-serif!important;font-size:14px;font-weight:400;line-height:20px;color:#242424}.export-product-modal .epm-textarea{border-radius:8px;border:1px solid #bababa;font-size:14px;font-weight:400;line-height:20px;font-family:Nunito,sans-serif!important;color:#242424;resize:none}.export-product-modal .epm-textarea textarea{font-family:Nunito,sans-serif!important;font-weight:400;font-size:14px;line-height:20px}.export-product-modal .epm-textarea:hover,.export-product-modal .epm-textarea:focus{border-color:#825826;box-shadow:none}.export-product-modal .epm-footer{display:flex;align-items:center;justify-content:flex-end}.export-product-modal .epm-footer .epm-footer-buttons{display:flex;align-items:center;gap:8px}@media(max-width:480px){.export-product-modal .epm-footer .epm-footer-buttons{width:100%;flex-direction:column;align-items:stretch}.export-product-modal .epm-footer .epm-footer-buttons button{width:100%;justify-content:center}}.export-product-modal .epm-btn-back{height:32px;border-radius:1000px;border:1px solid #2d1d04;background:transparent;color:#2d1d04;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;padding:4px 16px;box-shadow:none}.export-product-modal .epm-btn-back:hover{border-color:#825826;color:#825826}.export-product-modal .epm-btn-save{height:32px;border-radius:1000px;background-color:#825826;border:none;color:#feffff;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;padding:4px 16px;box-shadow:none}.export-product-modal .epm-btn-save:hover{background-color:#6b4820}.back-section{display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-shrink:0;margin-bottom:8px}.back-section .back-btn{border-radius:1000px;background:transparent;border:none;display:flex;align-items:center;gap:12px;color:#2d1d04;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;text-decoration:underline;cursor:pointer;transition:all .3s}.back-section .back-btn:hover{color:#825826}.back-section .back-btn .anticon{font-size:16px}.content-section{align-self:stretch;flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.content-section .title-section{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:12px;font-size:28px}.content-section .title-section .title-wrapper{align-self:stretch;display:flex;align-items:center}.content-section .title-section .title-wrapper .page-title{position:relative;font-family:Nunito,sans-serif;font-size:28px;line-height:40px;font-weight:700;color:#2d1d04}.content-section .title-section .filter-section{align-self:stretch;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.content-section .title-section .filter-section .info-wrapper{width:1632px;display:none;align-items:center}.content-section .title-section .filter-section .info-wrapper .info-title{position:relative;line-height:40px}.content-section .title-section .filter-section .filter-content{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;font-size:14px;color:#242424}.content-section .title-section .filter-section .filter-content .form-wrapper{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent{align-self:stretch;display:flex;align-items:flex-end;gap:24px}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .title-wrapper{align-self:stretch;display:flex;align-items:center}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .label-title{position:relative;font-family:Nunito,sans-serif;font-size:14px;line-height:20px;font-weight:500;color:#242424}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base{align-self:stretch;height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:6px 16px;gap:6px;color:#bababa}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base:has(.ant-select-focused){border-color:#825826;box-shadow:0 0 0 2px #8258261a}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base .input-field{flex:1;border:none;box-shadow:none;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#242424}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base .input-field::placeholder{color:#bababa;opacity:1}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base .input-field:focus{box-shadow:none}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base .input-field.ant-select .ant-select-selector{border:none!important;box-shadow:none!important;background:transparent!important;padding:0!important;height:auto!important}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base .input-field.ant-select .ant-select-selection-placeholder{color:#bababa}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base-input{align-self:stretch;height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:6px 16px;color:#bababa}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base-input .input-field{flex:1;border:none;box-shadow:none;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#242424}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base-input .input-field::placeholder{color:#bababa;opacity:1}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base-input .input-field:focus{box-shadow:none}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base-date{align-self:stretch;height:40px;border-radius:8px;background-color:#feffff;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:6px 16px;gap:6px}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base-date .date-picker{flex:1;border:none;box-shadow:none;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#242424}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base-date .date-picker .ant-picker{border:none;box-shadow:none;padding:0}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base-date .date-picker .ant-picker .ant-picker-input input{font-family:Nunito,sans-serif;color:#242424}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput .base-date .date-picker .ant-picker .ant-picker-input input::placeholder{color:#bababa;opacity:1}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .button-parent{display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:12px;color:#feffff}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .button-parent .cancel-btn{height:32px;width:85px;border-radius:1000px;border:1px solid #2d1d04;box-sizing:border-box;display:none;align-items:center;justify-content:center;padding:4px 16px}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .button-parent .confirm-btn{height:32px;border-radius:1000px;background-color:#825826;display:flex;align-items:center;justify-content:center;padding:4px 16px;box-sizing:border-box;border:none;color:#feffff;font-family:Nunito,sans-serif;font-size:12px;font-weight:700;line-height:16px;text-transform:uppercase;cursor:pointer;transition:all .3s}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .button-parent .confirm-btn:hover{background-color:#6b4820}.content-section .summary-section{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:16px;color:#c3a593}.content-section .summary-section .summary-group{align-self:stretch;display:flex;align-items:flex-start;gap:24px;flex-shrink:0}.content-section .summary-section .summary-group .summary-item{flex:1;border-radius:12px;background-color:#f4f0e7;border:1px solid #825826;display:flex;align-items:center;justify-content:center;padding:8px 16px;gap:12px}.content-section .summary-section .summary-group .summary-item .summary-label{position:relative;font-family:Nunito,sans-serif;font-size:12px;font-weight:700;line-height:16px;color:#825826}.content-section .summary-section .summary-group .summary-item .summary-value{position:relative;font-family:Nunito,sans-serif;font-size:28px;line-height:40px;font-weight:700;color:#2d1d04}.content-section .summary-section .table-section{align-self:stretch;flex:1;border-radius:12px;background-color:#fff;border:1px solid #cac5bf;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;padding:0 16px 16px;isolation:isolate;flex-shrink:0;font-size:14px;color:#2d1d04;font-family:Nunito,sans-serif}.content-section .summary-section .table-section .history-table{width:100%;background:transparent;border:none;box-shadow:none;font-family:Nunito,sans-serif}.content-section .summary-section .table-section .history-table .ant-table{background:transparent;font-family:Nunito,sans-serif}.content-section .summary-section .table-section .history-table .ant-table:before{display:none}.content-section .summary-section .table-section .history-table .ant-table-thead>tr>th{background:transparent;color:#242424;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;border-bottom:1.5px solid #242424;padding:8px 16px;height:56px}.content-section .summary-section .table-section .history-table .ant-table-thead>tr>th:before{display:none}.content-section .summary-section .table-section .history-table .ant-table-tbody>tr{background:#fff}.content-section .summary-section .table-section .history-table .ant-table-tbody>tr>td{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;border-bottom:1px solid #e3e3e3;padding:8px 16px;height:56px}.content-section .summary-section .table-section .history-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.content-section .summary-section .table-section .history-table .ant-table-tbody>tr.ant-table-expanded-row>td{padding:0;border-bottom:none}.content-section .summary-section .table-section .history-table .ant-table-row-expand-icon-cell{width:56px;padding:8px 16px}.content-section .summary-section .table-section .history-table .expand-icon{font-size:16px;color:#2d1d04;cursor:pointer;transition:transform .2s ease}.content-section .summary-section .table-section .history-table .expand-icon.expanded{transform:rotate(90deg)}.content-section .summary-section .table-section .history-table .status-badge{border-radius:4px;display:inline-flex;align-items:center;padding:2px 8px;font-size:12px;font-weight:500;line-height:16px}.content-section .summary-section .table-section .history-table .status-badge.confirmed{background-color:#17b26a26;color:#17b26a}.content-section .summary-section .table-section .history-table .status-badge.pending{background-color:#f7900926;color:#f79009}.content-section .summary-section .table-section .history-table .status-badge.cancelled{background-color:#ef444426;color:#ef4444}.content-section .summary-section .table-section .history-table .action-buttons{display:flex;align-items:center;justify-content:center;gap:8px}.content-section .summary-section .table-section .history-table .action-buttons .action-icon{width:24px;height:24px;cursor:pointer;transition:all .3s}.content-section .summary-section .table-section .history-table .action-buttons .action-icon:hover{opacity:.7}.content-section .summary-section .table-section .history-table .sub-table-wrapper{background-color:#e3e3e366}.content-section .summary-section .table-section .history-table .sub-table-wrapper .sub-table .ant-table{background:transparent}.content-section .summary-section .table-section .history-table .sub-table-wrapper .sub-table .ant-table-thead>tr>th{background:transparent;color:#242424;font-family:Nunito,sans-serif;font-size:14px;font-weight:700;line-height:20px;border-bottom:1.5px solid #242424;padding:8px 16px;height:52px}.content-section .summary-section .table-section .history-table .sub-table-wrapper .sub-table .ant-table-thead>tr>th:before{display:none}.content-section .summary-section .table-section .history-table .sub-table-wrapper .sub-table .ant-table-tbody>tr{background:transparent}.content-section .summary-section .table-section .history-table .sub-table-wrapper .sub-table .ant-table-tbody>tr>td{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;border-bottom:1px solid #e3e3e3;padding:8px 16px;height:52px}.content-section .summary-section .table-section .history-table .sub-table-wrapper .sub-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.content-section .summary-section .table-section .history-table .sub-table-wrapper .sub-table .ant-table-row-expand-icon-cell{width:56px}@media(max-width:1024px){.content-section .summary-section .summary-group{flex-direction:column;gap:12px}}@media(max-width:768px){.content-section .title-section{font-size:24px}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent{flex-wrap:wrap}.content-section .title-section .filter-section .filter-content .form-wrapper .baseinput-parent .baseinput{flex:1 1 calc(50% - 12px)}}@media(max-width:480px){.content-section .title-section{font-size:20px}}.edit-history-modal .ant-modal-content{border-radius:16px;overflow:hidden;padding:0;box-shadow:0 10px 20px #00000014;font-family:Nunito,sans-serif;color:#2d1d04}.edit-history-modal input,.edit-history-modal textarea,.edit-history-modal .ant-input,.edit-history-modal .ant-input-affix-wrapper input,.edit-history-modal .ant-picker-input input,.edit-history-modal .ant-select-selection-item{font-family:Nunito,sans-serif!important}.edit-history-modal input::placeholder,.edit-history-modal textarea::placeholder,.edit-history-modal .ant-input::placeholder,.edit-history-modal .ant-picker-input input::placeholder{font-family:Nunito,sans-serif!important}.edit-history-modal .ehm-header{height:64px;background-color:#feffff;border-bottom:1px solid #cac5bf;display:flex;align-items:center;padding:16px;gap:8px}.edit-history-modal .ehm-header .ehm-title{flex:1;font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#2d1d04}.edit-history-modal .ehm-header .ehm-close-btn{width:32px;height:32px;border-radius:1000px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;box-shadow:none;padding:0;color:#2d1d04;flex-shrink:0}.edit-history-modal .ehm-header .ehm-close-btn:hover{background-color:#0000000d}.edit-history-modal .ehm-header .ehm-close-btn .anticon{font-size:16px}.edit-history-modal .ehm-body{background-color:#feffff;padding:16px;display:flex;flex-direction:column;gap:16px;font-family:Nunito,sans-serif}.edit-history-modal .ehm-form-row{display:flex;align-items:flex-end;gap:24px}.edit-history-modal .ehm-field{flex:1;display:flex;flex-direction:column;gap:4px}.edit-history-modal .ehm-field--full{flex:unset;width:100%}.edit-history-modal .ehm-label{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424}.edit-history-modal .ehm-input{height:40px;border-radius:8px;border:1px solid #bababa;font-size:14px;font-weight:400;font-family:Nunito,sans-serif!important;color:#242424}.edit-history-modal .ehm-input input{font-family:Nunito,sans-serif!important;font-weight:400;font-size:14px;line-height:20px}.edit-history-modal .ehm-input:hover,.edit-history-modal .ehm-input:focus{border-color:#825826;box-shadow:none}.edit-history-modal .ehm-clear{color:#bababa;cursor:pointer;font-size:12px}.edit-history-modal .ehm-clear:hover{color:#2d1d04}.edit-history-modal .ehm-datepicker{width:100%;height:40px;border-radius:8px;border:1px solid #bababa;font-size:14px;font-weight:400;font-family:Nunito,sans-serif!important}.edit-history-modal .ehm-datepicker:hover,.edit-history-modal .ehm-datepicker.ant-picker-focused{border-color:#825826;box-shadow:none}.edit-history-modal .ehm-datepicker .ant-picker-input>input{font-size:14px;font-weight:400;line-height:20px;font-family:Nunito,sans-serif!important;color:#242424}.edit-history-modal .ehm-table-section{border-radius:12px;background-color:#fff;border:1px solid #cac5bf;overflow:hidden;padding:8px 24px 24px}.edit-history-modal .ehm-table-section .ehm-table{width:100%;font-family:Nunito,sans-serif}.edit-history-modal .ehm-table-section .ehm-table .ant-table{background:transparent;font-family:Nunito,sans-serif}.edit-history-modal .ehm-table-section .ehm-table .ant-table-thead>tr>th{background:transparent;color:#242424;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;border-bottom:1.5px solid #2d1d04;padding:8px 16px;height:56px}.edit-history-modal .ehm-table-section .ehm-table .ant-table-thead>tr>th:before{display:none}.edit-history-modal .ehm-table-section .ehm-table .ant-table-tbody>tr>td{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;color:#2d1d04;border-bottom:1px solid #e3e3e3;padding:16px;height:72px}.edit-history-modal .ehm-table-section .ehm-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.edit-history-modal .ehm-cell-text{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}.edit-history-modal .ehm-table-input{border-radius:4px;border:1px solid #bababa;font-size:12px;font-weight:400;line-height:16px;font-family:Nunito,sans-serif!important;color:#242424;height:40px}.edit-history-modal .ehm-table-input input{font-family:Nunito,sans-serif!important;font-weight:400;font-size:12px;line-height:16px;color:#242424}.edit-history-modal .ehm-table-input .ant-input-suffix{font-family:Nunito,sans-serif!important}.edit-history-modal .ehm-table-input:hover,.edit-history-modal .ehm-table-input:focus{border-color:#825826;box-shadow:none}.edit-history-modal .ehm-table-datepicker{width:100%;height:40px;border-radius:4px;border:1px solid #bababa;font-size:12px;font-weight:400;line-height:16px;font-family:Nunito,sans-serif!important}.edit-history-modal .ehm-table-datepicker:hover,.edit-history-modal .ehm-table-datepicker.ant-picker-focused{border-color:#825826;box-shadow:none}.edit-history-modal .ehm-table-datepicker .ant-picker-input>input{font-size:12px;font-weight:400;line-height:16px;font-family:Nunito,sans-serif!important;color:#242424}.edit-history-modal .ehm-unit{font-family:Nunito,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#825826;padding:0 7px}.edit-history-modal .ehm-delete-btn{color:#ee2e53;border:none;box-shadow:none}.edit-history-modal .ehm-delete-btn:hover{color:#d11842}.edit-history-modal .ehm-delete-btn .anticon{font-size:24px}.edit-history-modal .ehm-textarea{border-radius:8px;border:1px solid #bababa;font-size:14px;font-weight:400;line-height:20px;font-family:Nunito,sans-serif!important;color:#242424;resize:none}.edit-history-modal .ehm-textarea textarea{font-family:Nunito,sans-serif!important;font-weight:400;font-size:14px;line-height:20px}.edit-history-modal .ehm-textarea:hover,.edit-history-modal .ehm-textarea:focus{border-color:#825826;box-shadow:none}.edit-history-modal .ehm-footer{display:flex;justify-content:flex-end}.edit-history-modal .ehm-footer .ehm-footer-buttons{display:flex;align-items:center;gap:8px}.edit-history-modal .ehm-btn-back{height:32px;border-radius:1000px;border:1px solid #2d1d04;background:transparent;color:#2d1d04;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;padding:4px 16px;box-shadow:none}.edit-history-modal .ehm-btn-back:hover{border-color:#825826;color:#825826}.edit-history-modal .ehm-btn-save{height:32px;border-radius:1000px;background-color:#825826;border:none;color:#feffff;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;padding:4px 16px;box-shadow:none}.edit-history-modal .ehm-btn-save:hover{background-color:#6b4820}.ph-back-section{display:flex;align-items:center;gap:12px}.ph-back-section .ph-back-btn{border-radius:1000px;background:transparent;border:none;display:flex;align-items:center;gap:12px;color:#2d1d04;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;text-decoration:underline;cursor:pointer;box-shadow:none;padding:0}.ph-back-section .ph-back-btn:hover{color:#825826}.ph-title-section{align-self:stretch;display:flex;flex-direction:column;gap:12px;font-size:28px}.ph-title-section .ph-page-title{font-family:Nunito,sans-serif;font-size:28px;font-weight:700;line-height:40px;color:#2d1d04}.ph-filter-section{align-self:stretch;font-size:14px;color:#242424}.ph-filter-section .ph-filter-row{display:flex;align-items:flex-end;gap:24px}.ph-field{flex:1;display:flex;flex-direction:column;gap:4px}.ph-label{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424}.ph-input-readonly{height:40px;border-radius:8px;background-color:#e3e3e3;border:1px solid #bababa;box-sizing:border-box;display:flex;align-items:center;padding:6px 16px;color:#727270;font-family:Nunito,sans-serif;font-size:14px;font-weight:400}.ph-input-readonly span{flex:1;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ph-datepicker{width:100%;height:40px;border-radius:8px;border:1px solid #bababa;font-size:14px;font-weight:400;font-family:Nunito,sans-serif!important}.ph-datepicker:hover,.ph-datepicker.ant-picker-focused{border-color:#825826;box-shadow:none}.ph-datepicker .ant-picker-input>input{font-family:Nunito,sans-serif!important;font-size:14px;font-weight:400;line-height:20px;color:#242424}.ph-filter-actions{display:flex;align-items:flex-end;gap:8px}.ph-confirm-btn{height:32px;border-radius:1000px;background-color:#825826;border:none;color:#feffff;font-family:Nunito,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;padding:4px 16px;box-shadow:none}.ph-confirm-btn:hover{background-color:#6b4820!important}.ph-content{align-self:stretch;flex:1;display:flex;flex-direction:column;gap:16px;font-size:14px;color:#c3a593;margin-top:16px}.ph-summary-group{align-self:stretch;display:flex;align-items:flex-start;gap:24px;font-size:12px}.ph-summary-group .ph-summary-item{flex:1;border-radius:12px;background-color:#f4f0e7;border:1px solid #825826;display:flex;align-items:center;justify-content:center;padding:8px 16px;gap:12px}.ph-summary-group .ph-summary-item .ph-summary-label{font-family:Nunito,sans-serif;font-size:12px;font-weight:700;line-height:16px;color:#825826}.ph-summary-group .ph-summary-item .ph-summary-value{font-family:Nunito,sans-serif;font-size:28px;line-height:40px;font-weight:700;color:#2d1d04}.ph-table-section{align-self:stretch;flex:1;border-radius:12px;background-color:#fff;border:1px solid #cac5bf;overflow:hidden;padding:0 16px 16px}.ph-table-section .ph-table{width:100%;font-family:Nunito,sans-serif}.ph-table-section .ph-table .ant-table{background:transparent;font-family:Nunito,sans-serif}.ph-table-section .ph-table .ant-table:before{display:none}.ph-table-section .ph-table .ant-table-thead>tr>th{background:transparent;color:#242424;font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;border-bottom:1.5px solid #242424;padding:8px 16px;height:56px}.ph-table-section .ph-table .ant-table-thead>tr>th:before{display:none}.ph-table-section .ph-table .ant-table-tbody>tr{background:#fff}.ph-table-section .ph-table .ant-table-tbody>tr>td{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;border-bottom:1px solid #e3e3e3;padding:8px 16px;height:56px}.ph-table-section .ph-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.ph-cell-text{white-space:pre-wrap}.ph-price-cell{display:flex;align-items:center;gap:12px}.ph-price-cell .ph-unit{font-family:Nunito,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#825826;padding:0 16px}.ph-eye-icon{width:24px;height:24px;cursor:pointer;transition:opacity .2s}.ph-eye-icon:hover{opacity:.7}._titleSection_11wmn_2{display:flex;flex-direction:column;gap:12px}._pageTitle_11wmn_8{font-family:Nunito,sans-serif;font-size:28px;font-weight:700;line-height:40px;color:#2d1d04}._tabsRow_11wmn_17{display:flex;align-items:center;border-bottom:1px solid #e3e3e3;width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;padding-bottom:4px}._tabsRow_11wmn_17::-webkit-scrollbar{display:none}._tabItem_11wmn_38{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;color:#727270;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;transition:all .2s;flex-shrink:0;-webkit-user-select:none;user-select:none}._tabItem_11wmn_38:hover{color:#825826;background-color:#8258260d}._tabItemActive_11wmn_62{border-bottom:2px solid #825826;color:#825826}._section_11wmn_68{display:flex;flex-direction:column;gap:16px}._sectionHeader_11wmn_74{display:flex;align-items:center;justify-content:space-between;gap:20px}._sectionTitle_11wmn_81{display:flex;align-items:center;gap:8px;font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:30px;color:#2d1d04}._sectionIcon_11wmn_92{width:24px;height:24px;border-radius:6px}._filterInline_11wmn_99{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:12px;font-size:14px;color:#bababa;flex:1}._legendDot_11wmn_110{width:8px;height:8px;border-radius:50%;flex-shrink:0}._legendItem_11wmn_117{display:flex;align-items:center;gap:4px;font-family:Nunito,sans-serif;font-size:12px;font-weight:700;line-height:16px;color:#c47e07;flex-shrink:0;white-space:nowrap}._dateFieldGroup_11wmn_130{display:flex;flex-direction:column;gap:4px;min-width:150px}._dateFieldLabel_11wmn_137{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#242424}._dateInputWrapper_11wmn_145{position:relative;display:flex;align-items:center}._dateField_11wmn_130{width:100%;max-width:160px;height:40px;padding:6px 40px 6px 16px;background:#feffff;border-radius:8px;border:1px solid #bababa;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#242424;outline:none;box-sizing:border-box}._filterInline_11wmn_99 ._dateInputWrapper_11wmn_145{max-width:160px}._dateField_11wmn_130::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:12px;cursor:pointer;width:20px;height:20px}._dateIcon_11wmn_181{position:absolute;right:12px;width:16px;height:16px;pointer-events:none}._dateField_11wmn_130:focus{border-color:#825826}._btnFilter_11wmn_193{height:40px;border-radius:1000px;background-color:#825826;color:#feffff;border:none;display:flex;align-items:center;justify-content:center;padding:8px 24px;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;cursor:pointer;transition:background .2s;box-sizing:border-box;white-space:nowrap}._btnFilter_11wmn_193:hover{background:#6b4820}._generalFilterWrap_11wmn_219{border-radius:16px;background-color:#e3e3e366;border:1px solid #f4f0e7;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:20px}._filterColumn_11wmn_230{display:flex;flex-direction:column;gap:12px;width:100%}._filterRow_11wmn_238{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}._birthdayIconGroup_11wmn_245{display:flex;align-items:center;justify-content:center;height:40px;width:40px;border-radius:8px;background:#f4f0e7;border:1px solid #825826;flex-shrink:0}._birthdayIcon_11wmn_245{width:20px;height:20px}._eyeBtn_11wmn_262{background:none;border:none;color:#825826;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;font-size:18px;transition:transform .2s}._eyeBtn_11wmn_262:hover{transform:scale(1.1)}._generalFilterLeft_11wmn_279{display:flex;align-items:center;gap:12px;flex:1}._generalDateInput_11wmn_286{width:300px;height:40px;border-radius:8px;background:#feffff;border:1px solid #bababa;padding:6px 16px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#242424;outline:none;box-sizing:border-box}._generalDateInput_11wmn_286:focus{border-color:#825826}._btnOutline_11wmn_306{height:40px;border-radius:1000px;border:1px solid #2d1d04;background:transparent;display:flex;align-items:center;justify-content:center;padding:8px 24px 8px 16px;gap:12px;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#2d1d04;text-transform:uppercase;cursor:pointer;transition:all .2s;white-space:nowrap}._btnOutline_11wmn_306:hover{background:#f4f0e7}._btnIcon_11wmn_331{width:20px;height:20px;font-size:20px}._btnOutline_11wmn_306 ._btnIcon_11wmn_331{color:#2d1d04}._chartArea_11wmn_342{display:flex;align-items:flex-start;position:relative;height:300px;overflow-x:auto}._yAxis_11wmn_350{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;padding-right:8px;padding-bottom:28px;height:100%;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#242424;min-width:50px}._chartBody_11wmn_366{min-width:650px;flex:1;display:flex;flex-direction:column;height:100%;width:100%}._barsWrap_11wmn_374{flex:1;border-bottom:1px solid #cac5bf;border-left:1px solid #cac5bf;display:flex;align-items:flex-end;padding:10px 0 0;gap:0}._barCol_11wmn_384{flex:1;display:flex;align-items:flex-end;justify-content:center;height:100%;padding:0 6px}._bar_11wmn_374{width:60px;max-width:100%;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#c69c54,#c47d06);transition:height .3s}._xAxis_11wmn_401{display:flex;padding-top:8px}._xLabel_11wmn_406{flex:1;text-align:center;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#242424}._advancedSearch_11wmn_417{border-radius:16px;background-color:#e3e3e366;border:1px solid #f4f0e7;padding:16px;display:flex;flex-direction:column;gap:24px}._searchRow_11wmn_427{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}._fieldGroup_11wmn_434{flex:1;min-width:180px;display:flex;flex-direction:column;gap:4px}._fieldLabel_11wmn_442{font-family:Nunito,sans-serif;font-size:14px;font-weight:500;color:#242424;line-height:20px}._fieldInput_11wmn_450{height:40px;border-radius:8px;background:#feffff;border:1px solid #bababa;display:flex;align-items:center;padding:6px 16px;gap:6px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#242424;outline:none;width:100%;box-sizing:border-box}._fieldInput_11wmn_450:focus{border-color:#825826}._dateInputWrapper_11wmn_145 ._fieldInput_11wmn_450{padding-right:40px;width:100%}._dateInputWrapper_11wmn_145 ._fieldInput_11wmn_450::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:12px;cursor:pointer;width:20px;height:20px}._serviceGroupRow_11wmn_488{display:flex;align-items:flex-start;gap:16px}._serviceCards_11wmn_494{flex:1;display:flex;flex-wrap:wrap;align-content:flex-start;gap:16px}._serviceCard_11wmn_494{width:calc((100% - 16px)/2);min-width:200px;border-radius:12px;background-color:#f4f0e7;border:1px solid #825826;display:flex;align-items:center;justify-content:space-between;padding:24px 16px;box-sizing:border-box}._serviceCardLabel_11wmn_515{display:flex;align-items:center;gap:4px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#727270}._serviceCardValue_11wmn_526{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#2d1d04}._piePanel_11wmn_535{width:100%;max-width:497px;border-radius:16px;background:#fff;border:1px solid #cac5bf;display:flex;flex-direction:column;align-items:center;padding:16px;gap:16px}._piePanelTitle_11wmn_548{align-self:stretch;display:flex;align-items:center;gap:8px;font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:30px;color:#2d1d04}._pieChartPlaceholder_11wmn_560{width:244px;height:244px;border-radius:50%;background:conic-gradient(#ffd600,#ffd600 35%,#625afa 35%,#625afa 51%,#00bcf4 51%,#00bcf4 64%,#a5d96e 64%,#a5d96e 76%,#a4bad8 76%,#a4bad8 86%,#00f3d5 86%,#00f3d5 95%,#5e9b34 95%,#5e9b34 96%,#765fe0 96%,#765fe0 97%,#ec05e0 97%,#ec05e0 97.6%,#00f800 97.6%,#00f800 98.2%,#48543d 98.2%,#48543d 98.8%,#8c375a 98.8%,#8c375a 99.4%,#ec5e05 99.4%,#ec5e05);position:relative}._pieChartPlaceholder_11wmn_560:after{content:"";position:absolute;top:50%;left:50%;width:120px;height:120px;background:#fff;border-radius:50%;transform:translate(-50%,-50%)}._pieLegend_11wmn_592{align-self:stretch;display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px 20px;padding:0 16px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#727270}._pieLegendItem_11wmn_606{width:180px;display:flex;align-items:center;justify-content:space-between;gap:8px}._pieLegendLabel_11wmn_614{display:flex;align-items:center;gap:4px}._pieLegendPercent_11wmn_620{font-family:Nunito,sans-serif;font-weight:500;line-height:20px;color:#2d1d04;text-align:center}._summaryRow_11wmn_629{display:flex;flex-wrap:wrap;gap:16px;width:100%}._summaryCard_11wmn_636{flex:1;min-width:240px;border-radius:12px;background-color:#f4f0e7;border:1px solid #825826;display:flex;align-items:center;justify-content:center;padding:8px 16px;gap:12px;box-sizing:border-box}._summaryCardHighlight_11wmn_650{background-color:#c3a593;color:#825826}._summaryLabel_11wmn_655{font-family:Nunito,sans-serif;font-size:12px;font-weight:700;color:#825826;line-height:16px}._summaryCardHighlight_11wmn_650 ._summaryLabel_11wmn_655{color:#825826}._summaryValue_11wmn_667{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#2d1d04}._detailTableWrap_11wmn_676{border-radius:12px;background:#fff;border:1px solid #cac5bf;overflow-x:auto;padding:0 16px 16px}._detailTable_11wmn_676{width:100%;border-collapse:collapse;font-family:Nunito,sans-serif;font-size:14px}._detailTable_11wmn_676 th{text-align:left;padding:16px 8px 16px 16px;font-family:Nunito,sans-serif;font-weight:700;font-size:16px;line-height:24px;color:#242424;border-bottom:1.5px solid #2d1d04;white-space:nowrap;box-sizing:border-box;height:56px}._detailTable_11wmn_676 th[colspan]{text-align:center;border-left:1px solid #cac5bf;border-right:1px solid #cac5bf;border-bottom:1px solid #2d1d04}._ptttHeader_11wmn_712{text-align:right!important;padding-right:16px!important;border-left:1px solid #cac5bf;border-bottom:1px solid #2d1d04}._detailTable_11wmn_676 thead tr:nth-child(2) th{border-left:1px solid #cac5bf;text-align:center;font-size:14px}._detailTable_11wmn_676 thead tr:nth-child(2) th:last-child{border-right:1px solid #cac5bf}._detailTable_11wmn_676 td{padding:12px 8px 12px 16px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;color:#2d1d04;border-bottom:1px solid #e3e3e3;line-height:20px;height:56px}._detailTable_11wmn_676 tbody tr:hover{background:#faf7f4}._eyeBtn_11wmn_262{width:24px;height:24px;cursor:pointer;opacity:.6;transition:opacity .2s;background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;color:#825826;font-size:16px}._eyeBtn_11wmn_262:hover{opacity:1}._paginationRow_11wmn_765{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#667085}._perPage_11wmn_778{display:flex;align-items:center;gap:8px}._pageSizeSelect_11wmn_784{width:52px;height:32px;border-radius:4px;background:#feffff;border:1px solid #bababa;display:flex;align-items:center;padding:4px 8px;font-family:Nunito,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#242424;outline:none}._pageButtons_11wmn_801{flex-wrap:wrap;justify-content:center;display:flex;align-items:center;gap:8px}._pageBtn_11wmn_807{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #bababa;border-radius:8px;background:#fff;cursor:pointer;font-family:Nunito,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#242424;transition:all .2s}._pageBtn_11wmn_807:hover{border-color:#825826;color:#825826}._pageBtnActive_11wmn_830{background:#825826;color:#feffff;border-color:#825826}._pageBtnNav_11wmn_836{border-radius:1000px}._pageBtnDisabled_11wmn_840{opacity:.4;cursor:not-allowed}._btnRow_11wmn_846{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}._filterRow_11wmn_238{width:100%;padding:16px;background:#e3e3e366;border-radius:16px;border:1px solid #f4f0e7;display:flex;align-items:flex-end;gap:12px;margin-bottom:24px;box-sizing:border-box;flex-wrap:wrap}._statsRow_11wmn_872{width:100%;justify-content:flex-start;align-items:flex-start;gap:16px;display:inline-flex;flex-wrap:wrap;align-content:flex-start;margin-bottom:28px}._statCard_11wmn_883{width:calc((100% - 32px) / 3);padding:8px 16px;background:#f4f0e7;border-radius:12px;border:1px solid #825826;justify-content:center;align-items:center;gap:12px;display:flex;box-sizing:border-box}._statLabel_11wmn_896{font-family:Nunito,sans-serif;font-size:12px;font-weight:700;line-height:16px;color:#825826}._statValue_11wmn_904{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#2d1d04;justify-content:center;display:flex;flex-direction:column}._tableHeader_11wmn_915{width:100%;justify-content:flex-start;align-items:center;gap:8px;display:inline-flex;margin-bottom:16px}._tableHeaderIcon_11wmn_924{width:24px;height:24px;padding:6px;background:#f4f0e780;border-radius:6px;justify-content:center;align-items:center;display:flex}._tableHeaderTitle_11wmn_935{font-family:Nunito,sans-serif;font-size:20px;font-weight:500;line-height:30px;color:#2d1d04;justify-content:center;display:flex;flex-direction:column}._tableHeaderActions_11wmn_946{flex:1;justify-content:flex-end;align-items:center;gap:12px;display:flex}._tableWrap_11wmn_954{padding:0 16px 16px;background:#fff;overflow-x:auto;border-radius:12px;outline:1px #CAC5BF solid}._userTable_11wmn_962{width:100%;border-collapse:collapse}._userTable_11wmn_962 th{font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#2d1d04;text-align:left;padding:16px;height:56px;border-bottom:1.5px solid #2D1D04;background:#fff;white-space:nowrap}._userTable_11wmn_962 td{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04;padding:16px;height:56px;border-bottom:1px solid #E3E3E3}._userTable_11wmn_962 tbody tr:hover{background:#feffff}._nameCell_11wmn_996{display:flex;flex-direction:column}._avatar_11wmn_1001{width:32px;height:32px;border-radius:50%;background:#e8ddd4;display:flex;align-items:center;justify-content:center;font-size:14px;color:#825826;flex-shrink:0}._nameText_11wmn_1014{display:flex;flex-direction:column}._nameMain_11wmn_1019{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#2d1d04}._nameCode_11wmn_1027{font-family:Nunito,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#727270}._badge_11wmn_1035{display:inline-block;padding:2px 10px;border-radius:12px;font-size:11px;font-weight:500}._badgeActive_11wmn_1043{background:#e6f7ee;color:#27ae60}._badgeInactive_11wmn_1048{background:#fde8e8;color:#e74c3c}._pagination_11wmn_765{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:16px}._empty_11wmn_1061{text-align:center;padding:60px 20px;color:#999;font-size:14px}._modalOverlay_11wmn_1072{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}@media(max-width:1024px){._modalOverlay_11wmn_1072{padding:12px}}._modalBox_11wmn_1090{width:100%;max-width:1200px;max-height:90vh;background:#feffff;border-radius:16px;box-shadow:0 10px 20px #00000014;overflow-y:auto;display:flex;flex-direction:column}._modalHeader_11wmn_1102{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #cac5bf;gap:20px}._modalHeaderLeft_11wmn_1111{display:flex;flex-direction:column;gap:2px}._modalTitle_11wmn_1117{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#2d1d04}._modalSubtitle_11wmn_1125{font-family:Nunito,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#727270}._modalClose_11wmn_1133{width:32px;height:32px;border-radius:1000px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2d1d04;transition:background .2s}._modalClose_11wmn_1133:hover{background:#f4f0e7}._modalBody_11wmn_1151{flex:1;padding:24px;display:flex;flex-direction:column;gap:24px}._searchInput_11wmn_1160{display:flex;align-items:center;height:40px;border-radius:12px;background:#feffff;border:1px solid #e3e3e3;padding:8px;gap:8px}._searchField_11wmn_1171{flex:1;border:none;outline:none;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#242424;background:transparent}._searchField_11wmn_1171::placeholder{color:#bababa}._summaryCardDanger_11wmn_1188{background-color:#ee2e5333;border-color:#ee2e53}._summaryCardDanger_11wmn_1188 ._summaryLabel_11wmn_655{color:#ee2e53}._revSectionHeader_11wmn_1201{display:flex;align-items:center;gap:16px}._revSectionTitle_11wmn_1207{flex:1;display:flex;align-items:center;gap:8px;font-size:20px;font-weight:500;line-height:30px;color:#2d1d04}._revNum_11wmn_1218{width:24px;height:24px;border-radius:6px;background:#f4f0e780;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:500;color:#825826;padding:6px;box-sizing:border-box;flex-shrink:0}._btnOutlineSmall_11wmn_1234{height:32px;border-radius:1000px;border:1px solid #2d1d04;background:transparent;display:flex;align-items:center;justify-content:center;padding:4px 16px;font-size:12px;font-weight:500;text-transform:uppercase;color:#2d1d04;cursor:pointer;white-space:nowrap;transition:background .2s}._btnOutlineSmall_11wmn_1234:hover{background:#f4f0e7}._revCard_11wmn_1256{width:100%;max-width:292px;border-radius:12px;background-color:#f4f0e7;border:1px solid #825826;display:flex;align-items:center;justify-content:center;padding:8px 16px;gap:12px;box-sizing:border-box}._revCardWide_11wmn_1270{width:100%;max-width:369px;border-radius:12px;background-color:#f4f0e7;border:1px solid #825826;display:flex;align-items:center;justify-content:center;padding:8px 16px;gap:12px;box-sizing:border-box}._noteLink_11wmn_1285{text-decoration:underline;color:#2970ff;cursor:pointer}._statusBadgeActive_11wmn_1291{display:inline-block;padding:2px 6px;border-radius:4px;background-color:#17b26a26;font-size:12px;font-weight:700;line-height:16px;color:#17b26a}._radioRow_11wmn_1306{display:flex;align-items:center;gap:40px;flex-wrap:wrap}._radioOption_11wmn_1313{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500;color:#242424;cursor:pointer;white-space:nowrap}._radioInput_11wmn_1324{width:20px;height:20px;accent-color:#825826;cursor:pointer;flex-shrink:0}._revChartsRow_11wmn_1336{display:flex;align-items:flex-start;gap:16px}._revChartPanel_11wmn_1342{flex:7;border-radius:16px;background:#fff;border:1px solid #cac5bf;padding:16px;display:flex;flex-direction:column;gap:16px;min-width:0;overflow:hidden}._revPiePanel_11wmn_1355{flex:3;min-width:0;border-radius:16px;background:#fff;border:1px solid #cac5bf;display:flex;flex-direction:column;align-items:center;padding:16px;gap:16px}._revPie_11wmn_1355{width:244px;height:244px;border-radius:50%;background:conic-gradient(#c47e07,#c47e07 96%,#e90d0d 96%,#e90d0d);position:relative}._revPie_11wmn_1355:after{content:"";position:absolute;top:50%;left:50%;width:120px;height:120px;background:#fff;border-radius:50%;transform:translate(-50%,-50%)}._revPieLegend_11wmn_1389{width:150px;display:flex;flex-direction:column;gap:4px;font-size:14px;color:#727270}._revPieLegendItem_11wmn_1398{display:flex;align-items:center;justify-content:space-between;gap:8px}._summaryCardGreen_11wmn_1406{background-color:#17b26a33;border-color:#17b26a}._summaryCardGreen_11wmn_1406 ._summaryLabel_11wmn_655{color:#17b26a}._checkboxRow_11wmn_1416{display:flex;align-items:center;flex-wrap:wrap;gap:16px}._checkboxOption_11wmn_1423{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500;color:#242424;cursor:pointer;white-space:nowrap}._checkboxInput_11wmn_1434{width:18px;height:18px;accent-color:#825826;cursor:pointer;flex-shrink:0}._commissionInfoRow_11wmn_1442{display:flex;align-items:flex-end;gap:24px}._commissionInfoField_11wmn_1448{display:flex;flex-direction:column;gap:4px;min-width:200px}._commissionInfoValue_11wmn_1455{height:40px;border-radius:8px;background-color:#e3e3e3;border:1px solid #bababa;display:flex;align-items:center;padding:6px 16px;font-size:14px;color:#242424;box-sizing:border-box}._commissionCard_11wmn_1468{width:100%;max-width:498px;border-radius:12px;background-color:#f4f0e7;border:1px solid #825826;display:flex;align-items:center;justify-content:center;padding:8px 16px;gap:12px;box-sizing:border-box}._summaryCardsRow_11wmn_1483{display:flex;gap:16px;align-self:stretch}._summaryStatCard_11wmn_1489{background:#faf7f2;border:1px solid #e2d7c5;border-radius:12px;padding:20px 16px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:12px}._summaryStatLabel_11wmn_1501{font-family:Nunito,sans-serif;font-size:13px;font-weight:600;color:#825826;margin-bottom:8px;line-height:1.4}._summaryStatValue_11wmn_1510{font-family:Nunito,sans-serif;font-size:24px;font-weight:700;line-height:1.2;color:#2d1d04}._summaryChartsRow_11wmn_1518{display:flex;gap:16px;align-self:stretch}._summaryChartPanel_11wmn_1524{flex:7;border-radius:16px;background:#fff;border:1px solid #cac5bf;padding:16px;display:flex;flex-direction:column;gap:16px;min-width:0;overflow:hidden}._summaryChartHeader_11wmn_1537{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}._summaryChartTitle_11wmn_1545{font-family:Nunito,sans-serif;font-size:20px;line-height:30px;font-weight:700;color:#2d1d04}._summaryChartLegend_11wmn_1553{display:flex;gap:12px;font-family:Nunito,sans-serif;font-size:12px;color:#242424;flex-wrap:wrap}._summaryChartBody_11wmn_1563{display:flex;flex:1;min-height:300px;gap:0;overflow-x:auto}._summaryYAxis_11wmn_1571{display:flex;flex-direction:column;justify-content:space-between;padding:0 8px 28px 0;font-family:Nunito,sans-serif;font-size:14px;color:#242424;min-width:80px;text-align:right}._summaryChartArea_11wmn_1583{flex:1;position:relative;display:flex;flex-direction:column;min-width:700px}._summaryGridLines_11wmn_1591{position:absolute;top:0;left:0;right:0;bottom:28px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}._summaryGridLine_11wmn_1591{border-bottom:1px dashed #e3e3e3;height:0}._summaryGridLine_11wmn_1591:last-child{border-bottom:1px solid #cac5bf}._summaryLineOverlay_11wmn_1612{position:absolute;top:0;left:0;right:0;bottom:28px;width:100%;height:calc(100% - 28px);z-index:2;pointer-events:none}._summaryBarsRow_11wmn_1624{flex:1;display:flex;align-items:flex-end;padding-bottom:0;position:relative;z-index:1}._summaryBarGroup_11wmn_1633{flex:1;display:flex;flex-direction:column;align-items:center}._summaryBarsInner_11wmn_1640{width:100%;height:272px;display:flex;align-items:flex-end;justify-content:center;gap:2px;padding:0 4px;box-sizing:border-box}._summaryBar_11wmn_1624{width:12px;border-radius:2px 2px 0 0;min-height:1px;flex-shrink:0}._summaryXLabel_11wmn_1658{font-family:Nunito,sans-serif;font-size:14px;color:#242424;padding-top:8px;text-align:center;line-height:20px}._summaryPtttPanel_11wmn_1667{flex:3;min-width:0;border-radius:16px;background:#fff;border:1px solid #cac5bf;padding:16px;display:flex;flex-direction:column;gap:16px}._summaryPtttList_11wmn_1679{display:flex;flex-direction:column;gap:8px}._summaryPtttItem_11wmn_1685{display:flex;flex-direction:column;gap:4px}._summaryPtttRow_11wmn_1691{display:flex;align-items:center;justify-content:space-between;gap:8px}._summaryPtttName_11wmn_1698{font-family:Nunito,sans-serif;font-size:14px;color:#727270}._summaryPtttAmount_11wmn_1704{font-family:Nunito,sans-serif;font-size:14px;color:#2d1d04;font-weight:500}._summaryProgressBar_11wmn_1711{width:100%;height:8px;background:#f3f4f4;border-radius:8px;overflow:hidden}._summaryProgressFill_11wmn_1719{height:100%;border-radius:8px;min-width:0}._barGroupStack_11wmn_1726{flex:1;display:flex;align-items:flex-end;justify-content:center}._barStack_11wmn_1733{width:24px;display:flex;flex-direction:column;border-radius:4px 4px 0 0;overflow:hidden}._barSegment_11wmn_1741{width:100%;min-height:2px}._summaryRankPanel_11wmn_1747{flex:1;border-radius:16px;background:#fff;border:1px solid #cac5bf;padding:16px;display:flex;flex-direction:column;gap:16px;min-width:0;overflow:hidden}._summaryRankHeader_11wmn_1760{display:flex;align-items:center;justify-content:space-between;gap:12px;font-family:Nunito,sans-serif;font-size:20px;font-weight:700;color:#2d1d04}._summaryRankSub_11wmn_1771{font-family:Nunito,sans-serif;font-size:14px;color:#727270;font-weight:400}._summaryPieWrap_11wmn_1778{display:flex;justify-content:center;padding:8px 0}._summaryPie_11wmn_1778{width:168px;height:168px;border-radius:50%;position:relative}._summaryPieCenter_11wmn_1791{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}._summaryRankList_11wmn_1805{display:flex;flex-direction:column;padding:0 16px}._summaryRankItem_11wmn_1811{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e3e3e3;gap:8px}._summaryRankItem_11wmn_1811:last-child{border-bottom:none}._summaryRankLeft_11wmn_1824{display:flex;align-items:center;gap:8px;min-width:0;flex:1}._summaryRankNum_11wmn_1832{width:24px;height:24px;border-radius:6px;background:#f4f0e780;display:flex;align-items:center;justify-content:center;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;color:#825826;flex-shrink:0}._summaryRankName_11wmn_1847{font-family:Nunito,sans-serif;font-size:16px;color:#2d1d04;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._summaryRankRight_11wmn_1857{display:flex;gap:24px;font-family:Nunito,sans-serif;font-size:14px;color:#727270;flex-shrink:0}._summaryCustomerHeader_11wmn_1867{display:flex;flex-direction:column;align-items:center;gap:4px;padding-bottom:12px;font-family:Nunito,sans-serif;font-size:20px;font-weight:700;color:#2d1d04}._summaryCustomerList_11wmn_1879{display:flex;flex-direction:column;padding:0 16px;gap:16px}._summaryCustomerItem_11wmn_1886{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e3e3e3;padding-bottom:16px;gap:8px}._summaryCustomerItem_11wmn_1886:last-child{border-bottom:none}._summaryCustomerInfo_11wmn_1899{display:flex;align-items:center;gap:12px}._summaryCustomerAvatar_11wmn_1905{width:36px;height:36px;border-radius:50%;background:#f4f0e7;display:flex;align-items:center;justify-content:center;color:#825826;flex-shrink:0}._summaryCustomerText_11wmn_1917{display:flex;flex-direction:column;gap:2px}._summaryCustomerName_11wmn_1923{font-family:Nunito,sans-serif;font-size:14px;color:#2d1d04;line-height:20px}._summaryCustomerPhone_11wmn_1930{font-family:Nunito,sans-serif;font-size:12px;color:#727270;line-height:16px}._summaryCustomerRevenue_11wmn_1937{font-family:Nunito,sans-serif;font-size:14px;color:#727270;flex-shrink:0}@media(max-width:1200px){._revChartsRow_11wmn_1336,._summaryChartsRow_11wmn_1518,._serviceGroupRow_11wmn_488{flex-direction:column;align-items:stretch;gap:24px}._revChartPanel_11wmn_1342,._revPiePanel_11wmn_1355,._summaryChartPanel_11wmn_1524,._summaryPtttPanel_11wmn_1667,._piePanel_11wmn_535,._summaryRankPanel_11wmn_1747{flex:none!important;width:100%!important;max-width:100%!important}}@media(max-width:1024px){._pageTitle_11wmn_8{font-size:24px;line-height:32px}._generalFilterWrap_11wmn_219,._sectionHeader_11wmn_74,._advancedSearch_11wmn_417{flex-direction:column;align-items:stretch;gap:16px}._filterRow_11wmn_238,._searchRow_11wmn_427,._generalFilterLeft_11wmn_279{flex-direction:row!important;flex-wrap:wrap;align-items:flex-end;gap:8px}._fieldGroup_11wmn_434,._dateFieldGroup_11wmn_130,._commissionInfoField_11wmn_1448{width:calc(33.33% - 6px);min-width:100px!important;flex:1 1 auto!important}@media(max-width:600px){._fieldGroup_11wmn_434,._dateFieldGroup_11wmn_130{width:calc(50% - 6px)}}._eyeBtn_11wmn_262{padding:8px;font-size:20px;min-width:40px;min-height:40px}._tableHeaderIcon_11wmn_924{display:flex!important}._btnFilter_11wmn_193,._btnOutline_11wmn_306,._btnOutlineSmall_11wmn_1234{width:100%;justify-content:center;flex:none!important}._summaryRow_11wmn_629,._summaryCardsRow_11wmn_1483,._commissionInfoRow_11wmn_1442{flex-direction:column;gap:12px}._summaryCard_11wmn_636,._summaryStatCard_11wmn_1489,._revCard_11wmn_1256,._revCardWide_11wmn_1270,._commissionCard_11wmn_1468,._serviceCard_11wmn_494,._statCard_11wmn_883{width:100%!important;max-width:100%!important;flex:none!important;border-radius:12px;padding:16px!important}._chartArea_11wmn_342,._summaryChartBody_11wmn_1563{overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch}._chartBody_11wmn_366,._summaryChartArea_11wmn_1583{min-width:700px}}@media(max-width:768px){._modalBox_11wmn_1090{width:100%;max-height:95vh;padding:0}._tableHeader_11wmn_915{flex-direction:column;align-items:flex-start;gap:12px}._detailTableWrap_11wmn_676,._tableWrap_11wmn_954{border-radius:12px;padding:8px 12px 12px;margin-bottom:24px;border:1px solid #cac5bf;outline:none}}@media(max-width:480px){._pageTitle_11wmn_8{font-size:20px}._tabItem_11wmn_38{padding:10px 16px;font-size:13px}._modalHeader_11wmn_1102{padding:12px 16px}._modalBody_11wmn_1151{padding:16px}._summaryYAxis_11wmn_1571{min-width:60px;font-size:12px}._revSectionTitle_11wmn_1207,._sectionTitle_11wmn_81,._summaryChartTitle_11wmn_1545,._statValue_11wmn_904,._summaryStatValue_11wmn_1510,._serviceCardValue_11wmn_526,._summaryValue_11wmn_667{font-size:18px}}@media(max-width:1200px){._summaryCard_11wmn_636,._revCard_11wmn_1256,._revCardWide_11wmn_1270,._statCard_11wmn_883,._commissionCard_11wmn_1468{min-width:calc(33.33% - 12px);max-width:none}}@media(max-width:1024px){._sectionHeader_11wmn_74{flex-direction:column;align-items:flex-start;gap:12px}._btnRow_11wmn_846{width:100%;justify-content:flex-start;gap:8px}._filterRow_11wmn_238,._searchRow_11wmn_427,._advancedSearch_11wmn_417 ._searchRow_11wmn_427{flex-direction:column;align-items:stretch}._fieldGroup_11wmn_434,._dateFieldGroup_11wmn_130{width:100%;min-width:0}._summaryCard_11wmn_636,._revCard_11wmn_1256,._revCardWide_11wmn_1270,._statCard_11wmn_883,._commissionCard_11wmn_1468{min-width:calc(50% - 8px)}._revChartsRow_11wmn_1336,._summaryChartsRow_11wmn_1518,._serviceGroupRow_11wmn_488{flex-direction:column}._revChartPanel_11wmn_1342,._revPiePanel_11wmn_1355,._summaryChartPanel_11wmn_1524,._summaryPtttPanel_11wmn_1667,._summaryRankPanel_11wmn_1747,._piePanel_11wmn_535{width:100%!important;max-width:none!important;flex:none!important}}@media(max-width:768px){._pageTitle_11wmn_8{font-size:24px}._summaryCard_11wmn_636,._revCard_11wmn_1256,._revCardWide_11wmn_1270,._statCard_11wmn_883,._commissionCard_11wmn_1468{min-width:100%}._modalBox_11wmn_1090{max-height:95vh;padding:0}._modalHeader_11wmn_1102{padding:12px 16px}._modalBody_11wmn_1151{padding:16px;gap:16px}._chartArea_11wmn_342,._summaryChartArea_11wmn_1583{min-width:0}._paginationRow_11wmn_765{flex-direction:column;align-items:center;justify-content:center;gap:16px}._filterInline_11wmn_99{flex-wrap:wrap!important}._filterInline_11wmn_99 ._dateField_11wmn_130,._filterInline_11wmn_99 ._dateInputWrapper_11wmn_145{flex:1 1 calc(50% - 6px)!important;width:auto!important;max-width:none!important}._filterInline_11wmn_99 ._btnFilter_11wmn_193{flex:1 1 100%!important;width:100%!important}._filterInline_11wmn_99 ._legendItem_11wmn_117{width:100%!important;justify-content:center!important}}@media(max-width:768px){._revSectionHeader_11wmn_1201{flex-direction:column;align-items:flex-start;gap:10px}._revSectionHeader_11wmn_1201 ._btnOutlineSmall_11wmn_1234{width:auto!important;align-self:flex-start}._revSectionTitle_11wmn_1207{font-size:16px;line-height:24px}._summaryRow_11wmn_629{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}._revCard_11wmn_1256,._revCardWide_11wmn_1270{width:100%!important;max-width:100%!important;flex:none!important;min-width:0!important;padding:10px 12px!important}._revCard_11wmn_1256 ._summaryLabel_11wmn_655,._revCardWide_11wmn_1270 ._summaryLabel_11wmn_655{font-size:11px!important;line-height:14px!important;text-align:center}._revCard_11wmn_1256 ._summaryValue_11wmn_667,._revCardWide_11wmn_1270 ._summaryValue_11wmn_667{font-size:16px!important;line-height:24px!important;text-align:center}._advancedSearch_11wmn_417 ._searchRow_11wmn_427{flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important;align-items:flex-end!important}._advancedSearch_11wmn_417 ._fieldGroup_11wmn_434{flex:1 1 calc(50% - 4px)!important;min-width:0!important;width:auto!important}._advancedSearch_11wmn_417 ._fieldGroup_11wmn_434:last-of-type{flex:1 1 100%!important}._advancedSearch_11wmn_417 ._btnFilter_11wmn_193{width:100%!important;flex:none!important}}@media(max-width:480px){._summaryRow_11wmn_629{grid-template-columns:1fr!important;gap:8px!important}._revCard_11wmn_1256 ._summaryLabel_11wmn_655,._revCardWide_11wmn_1270 ._summaryLabel_11wmn_655{font-size:10px!important}._revCard_11wmn_1256 ._summaryValue_11wmn_667,._revCardWide_11wmn_1270 ._summaryValue_11wmn_667{font-size:14px!important}._revCard_11wmn_1256,._revCardWide_11wmn_1270{padding:8px!important}}._summaryCardsRow_11wmn_1483{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}._summarySparkline_11wmn_2366{flex-shrink:0;width:100px;height:48px}@media(max-width:900px){._summaryCardsRow_11wmn_1483{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){._summaryCardsRow_11wmn_1483{grid-template-columns:1fr}._summaryStatValue_11wmn_1510{font-size:20px!important}}@media(max-width:768px){._filterRow_11wmn_238 ._dateFieldGroup_11wmn_130{flex:1 1 calc(50% - 6px)!important;width:auto!important;min-width:120px!important}._birthdayIconGroup_11wmn_245{flex-shrink:0;width:36px!important;height:36px!important}._birthdayIcon_11wmn_245{width:18px!important;height:18px!important}._filterRow_11wmn_238 ._fieldInput_11wmn_450{width:100%;box-sizing:border-box}._filterRow_11wmn_238 ._btnOutline_11wmn_306{flex:1 1 100%!important;width:100%!important;justify-content:flex-start!important;font-size:13px}}.admin-layout{display:grid;grid-template-columns:auto 1fr;gap:32px;min-height:100vh;background:#c3a593;padding:32px;font-family:Nunito,sans-serif;width:100%;box-sizing:border-box}.admin-layout .admin-content{grid-column:2;flex:1;max-width:100%;overflow-x:hidden;display:flex;flex-direction:column;gap:20px;padding:32px;border-radius:24px;border:1px solid #F4F0E7;background:#feffff;box-shadow:0 10px 20px #00000014;position:relative;z-index:0}.admin-layout .admin-content .ant-modal-root{overflow:visible!important;pointer-events:none}.admin-layout .mobile-menu-toggle{display:none;position:fixed;top:20px;left:20px;z-index:999;background:#feffff;border:1px solid #F4F0E7;border-radius:12px;width:48px;height:48px;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0000001a;color:#2d1d04;transition:all .3s}.admin-layout .mobile-menu-toggle:active{transform:scale(.9)}.admin-layout .mobile-menu-toggle svg{width:24px;height:24px}@media(max-width:1200px){.admin-layout{grid-template-columns:1fr;gap:0;padding:0}.admin-layout .mobile-menu-toggle{display:flex}.admin-layout .admin-content{grid-column:1;padding:88px 16px 24px;gap:16px;border-radius:0;min-height:100vh;border:none}}@media(max-width:768px){.admin-layout .admin-content{padding:84px 12px 20px;gap:12px}}@media(max-width:480px){.admin-layout .admin-content{padding:80px 10px 16px;gap:10px}}.forgot-password-modal{z-index:2000!important}.forgot-password-modal .ant-modal-wrap{z-index:2000!important;display:flex!important;align-items:center!important;justify-content:center!important}.forgot-password-modal .ant-modal{top:0!important;transform:none!important;padding-bottom:0;z-index:2000!important;margin:0 auto!important;position:relative!important}.forgot-password-modal .ant-modal-content{padding:0!important;border-radius:16px!important;overflow:hidden!important;background:#feffff!important;box-shadow:0 10px 20px #00000014!important;z-index:2000!important;position:relative}.forgot-password-modal .ant-modal-body{padding:0!important;overflow:visible;border-radius:0 0 16px 16px}.forgot-password-modal .ant-modal-header{border-radius:16px 16px 0 0!important;overflow:hidden;padding:0!important;border:none!important}.forgot-password-modal-mask{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);background:#0000003d!important;z-index:1999!important}.forgot-password-modal-content{background:#feffff;font-family:Nunito,sans-serif;border-radius:16px;overflow:hidden}.forgot-password-modal-content .modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background:#f4f0e7;border-radius:16px 16px 0 0}.forgot-password-modal-content .modal-header .modal-title{font-family:Nunito,sans-serif;font-size:24px;font-weight:500;line-height:36px;color:#2d1d04;margin:0}.forgot-password-modal-content .modal-header .close-button{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:1000px;color:#2d1d04;transition:all .3s;padding:0;border:none;background:transparent}.forgot-password-modal-content .modal-header .close-button:hover{background:#2d1d041a;color:#2d1d04}.forgot-password-modal-content .modal-header .close-button .anticon{font-size:24px}.forgot-password-modal-content .modal-body{display:flex;flex-direction:column;align-items:center;gap:24px;padding:24px;background:#feffff;border-bottom:1px solid #CAC5BF}.forgot-password-modal-content .modal-body .modal-message{font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#242424;margin:0;text-align:center;padding:6px 0}.forgot-password-modal-content .modal-body .ok-button{display:flex;height:40px;padding:8px 24px;justify-content:center;align-items:center;gap:12px;border-radius:1000px;background:#825826;border:none;color:#feffff;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;transition:all .3s;width:104px}.forgot-password-modal-content .modal-body .ok-button:hover{background:#6b4820;color:#feffff}.forgot-password-modal-content .modal-body .ok-button:active{background:#5a3d1b}@media(max-width:768px){.forgot-password-modal .ant-modal{width:95%!important;max-width:95%!important;margin:20px auto}.forgot-password-modal .forgot-password-modal-content .modal-header{padding:20px}.forgot-password-modal .forgot-password-modal-content .modal-header .modal-title{font-size:22px}.forgot-password-modal .forgot-password-modal-content .modal-header .close-button{width:44px;height:44px}.forgot-password-modal .forgot-password-modal-content .modal-header .close-button .anticon{font-size:22px}.forgot-password-modal .forgot-password-modal-content .modal-body{padding:20px;gap:20px}.forgot-password-modal .forgot-password-modal-content .modal-body .modal-message{font-size:15px}.forgot-password-modal .forgot-password-modal-content .modal-body .ok-button{height:38px;font-size:13px}}@media(max-width:480px){.forgot-password-modal .ant-modal{width:95%!important;max-width:95%!important;margin:16px auto}.forgot-password-modal .forgot-password-modal-content .modal-header{padding:16px}.forgot-password-modal .forgot-password-modal-content .modal-header .modal-title{font-size:20px;line-height:30px}.forgot-password-modal .forgot-password-modal-content .modal-header .close-button{width:40px;height:40px}.forgot-password-modal .forgot-password-modal-content .modal-header .close-button .anticon{font-size:20px}.forgot-password-modal .forgot-password-modal-content .modal-body{padding:16px;gap:16px}.forgot-password-modal .forgot-password-modal-content .modal-body .modal-message{font-size:14px;line-height:22px}.forgot-password-modal .forgot-password-modal-content .modal-body .ok-button{height:36px;padding:6px 20px;font-size:12px;width:100px}}.login-page{min-height:100vh;min-height:100dvh;width:100%;max-width:100vw;display:flex;align-items:center;justify-content:center;background:url(/assets/850a695264faeba4b2eb-CJecVFIm.jpg) no-repeat left top,url(/assets/b6594c3d7a95f5cbac84-DyGJljf_.jpg) no-repeat right bottom,linear-gradient(180deg,#fff,#fffef5);background-size:600px auto,900px auto,100% 100%;position:relative;padding:40px;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.login-page .corner-logo{position:absolute;top:20px;left:20px;width:80px;height:80px;object-fit:contain;border-radius:8px}.login-container{display:flex;width:100%;max-width:1680px;border-radius:16px;overflow-y:auto;overflow-x:hidden;gap:20px;box-sizing:border-box}.login-container .login-left{width:828px;max-width:100%;height:816px;max-height:calc(100vh - 80px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 40px;position:relative;border-radius:16px;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.login-container .login-left::-webkit-scrollbar{display:none}.login-container .login-left .login-header-text{font-size:14px;color:#888;font-weight:400;margin-bottom:12px}.login-container .login-left .login-logo{display:flex;align-items:center;justify-content:center;margin:20px 0 30px}.login-container .login-left .login-logo .logo-image{width:180px;height:auto;object-fit:contain}.login-container .login-left .login-content{max-width:531px;margin:0 auto;width:100%}.login-container .login-left .login-content .login-title{font-size:28px;font-weight:700;color:#333;margin:0 0 8px}.login-container .login-left .login-content .login-subtitle{font-size:13px;color:#888;margin:0 0 24px}.login-container .login-left .login-content .login-form .form-item-custom{margin-bottom:16px}.login-container .login-left .login-content .login-form .form-item-custom .ant-form-item-label{padding-bottom:4px}.login-container .login-left .login-content .login-form .form-item-custom .ant-form-item-label label{font-size:12px;font-weight:500;color:#333}.login-container .login-left .login-content .login-form .custom-input{width:512px;height:48px;border-radius:8px;border:1px solid #BABABA;padding:12px 16px;font-size:14px;gap:8px}.login-container .login-left .login-content .login-form .custom-input:hover{border-color:#999}.login-container .login-left .login-content .login-form .custom-input:focus,.login-container .login-left .login-content .login-form .custom-input.ant-input-affix-wrapper-focused{border-color:#825826;box-shadow:0 0 0 2px #8258261a}.login-container .login-left .login-content .login-form .login-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.login-container .login-left .login-content .login-form .login-options .remember-checkbox .ant-checkbox-inner{border-color:#d0d0d0}.login-container .login-left .login-content .login-form .login-options .remember-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#b8860b;border-color:#b8860b}.login-container .login-left .login-content .login-form .login-options .remember-checkbox span{font-size:12px;color:#666}.login-container .login-left .login-content .login-form .login-options .forgot-password-link{color:#4a90e2;font-size:12px;text-decoration:none;font-weight:500;background:transparent;border:none;cursor:pointer;padding:0;font-family:inherit}.login-container .login-left .login-content .login-form .login-options .forgot-password-link:hover{text-decoration:underline}.login-container .login-left .login-content .login-form .login-options .forgot-password-link:focus{outline:none}.login-container .login-left .login-content .login-form .login-button{width:531px;height:48px;border-radius:9999px;font-size:14px;font-weight:600;letter-spacing:1px;background-color:#825826;border:none;color:#fff;margin-top:4px;gap:12px;padding:12px 24px}.login-container .login-left .login-content .login-form .login-button:hover{background-color:#6b4820}.login-container .login-left .login-content .login-form .login-button:active{background-color:#5a3d1b}.login-container .login-right{width:828px;max-width:100%;height:816px;max-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;overflow-y:auto;overflow-x:hidden;border-radius:16px;box-sizing:border-box}.login-container .login-right .promotional-image{width:100%;height:100%;object-fit:cover;border-radius:16px}@media(max-width:1024px){.login-page{padding:20px;background-size:400px auto,600px auto,100% 100%;min-height:100vh;min-height:100dvh;overflow-y:auto;overflow-x:hidden}.login-container{flex-direction:column;align-items:center;max-width:600px;gap:0;max-height:calc(100vh - 40px)}.login-container .login-left{width:100%;height:auto;max-height:calc(100vh - 40px);padding:40px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.login-container .login-left::-webkit-scrollbar{display:none}.login-container .login-left .login-logo{margin:15px 0 25px}.login-container .login-left .login-logo .logo-image{width:160px}.login-container .login-left .login-content{max-width:100%}.login-container .login-left .login-content .login-title{font-size:26px}.login-container .login-left .login-content .login-form .custom-input,.login-container .login-left .login-content .login-form .login-button{width:100%}.login-container .login-right{display:none}}@media(max-width:768px){.login-page{padding:20px;background-size:300px auto,400px auto,100% 100%;min-height:100vh;min-height:100dvh;overflow-y:auto;overflow-x:hidden}.login-container{max-width:100%;max-height:calc(100vh - 40px)}.login-container .login-left{padding:30px 20px;max-height:calc(100vh - 40px);overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.login-container .login-left::-webkit-scrollbar{display:none}.login-container .login-left .login-logo{margin:10px 0 20px}.login-container .login-left .login-logo .logo-image{width:140px}.login-container .login-left .login-content .login-title{font-size:24px}.login-container .login-left .login-content .login-subtitle{font-size:12px;margin-bottom:20px}.login-container .login-left .login-content .login-form .custom-input{width:100%;height:44px}.login-container .login-left .login-content .login-form .login-options{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:16px}.login-container .login-left .login-content .login-form .login-button{width:100%;height:44px}}@media(max-width:480px){.login-page{padding:15px;background-size:200px auto,250px auto,100% 100%;min-height:100vh;min-height:100dvh;overflow-y:auto;overflow-x:hidden}.login-container{max-height:calc(100vh - 30px)}.login-container .login-left{padding:20px 15px;max-height:calc(100vh - 30px);overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.login-container .login-left::-webkit-scrollbar{display:none}.login-container .login-left .login-logo .logo-image{width:120px}.login-container .login-left .login-content .login-title{font-size:22px}.login-container .login-left .login-content .login-subtitle{font-size:11px}.login-container .login-left .login-content .login-form .custom-input,.login-container .login-left .login-content .login-form .login-button{height:42px;font-size:13px}}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.register-container .register-box{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;padding:40px;width:100%;max-width:450px}.register-container .register-box .register-header{text-align:center;margin-bottom:32px}.register-container .register-box .register-header h1{font-size:32px;font-weight:700;color:#333;margin-bottom:8px}.register-container .register-box .register-header p{font-size:16px;color:#666;margin:0}.register-container .register-box .register-form .ant-form-item{margin-bottom:20px}.register-container .register-box .register-form .ant-input-affix-wrapper,.register-container .register-box .register-form .ant-input{border-radius:8px;padding:12px 16px}.register-container .register-box .register-form .register-button{height:48px;border-radius:8px;font-size:16px;font-weight:600;margin-top:8px;background:linear-gradient(135deg,#667eea,#764ba2);border:none}.register-container .register-box .register-form .register-button:hover{opacity:.9}.register-container .register-box .register-footer{text-align:center;margin-top:24px}.register-container .register-box .register-footer p{color:#666;font-size:14px}.register-container .register-box .register-footer p a{color:#667eea;font-weight:600;text-decoration:none}.register-container .register-box .register-footer p a:hover{text-decoration:underline}@media(max-width:768px){.register-container .register-box{padding:30px 20px}.register-container .register-box .register-header h1{font-size:28px}}.admin-login-container{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3c72,#2a5298,#7e22ce);padding:20px}.admin-login-container .admin-login-box{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;padding:50px 40px;width:100%;max-width:480px;border-top:4px solid #7e22ce}.admin-login-container .admin-login-box .admin-login-header{text-align:center;margin-bottom:40px}.admin-login-container .admin-login-box .admin-login-header .admin-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#1e3c72,#7e22ce);color:#fff;font-size:40px;margin-bottom:20px;box-shadow:0 8px 20px #7e22ce4d}.admin-login-container .admin-login-box .admin-login-header h1{font-size:32px;font-weight:700;color:#1e3c72;margin-bottom:8px}.admin-login-container .admin-login-box .admin-login-header p{font-size:16px;color:#666;margin:0}.admin-login-container .admin-login-box .admin-login-form .ant-form-item-label label{font-weight:600;color:#333}.admin-login-container .admin-login-box .admin-login-form .ant-form-item{margin-bottom:24px}.admin-login-container .admin-login-box .admin-login-form .ant-input-affix-wrapper,.admin-login-container .admin-login-box .admin-login-form .ant-input{border-radius:8px;padding:12px 16px;border:2px solid #e5e7eb}.admin-login-container .admin-login-box .admin-login-form .ant-input-affix-wrapper:hover,.admin-login-container .admin-login-box .admin-login-form .ant-input-affix-wrapper:focus,.admin-login-container .admin-login-box .admin-login-form .ant-input:hover,.admin-login-container .admin-login-box .admin-login-form .ant-input:focus{border-color:#7e22ce}.admin-login-container .admin-login-box .admin-login-form .admin-login-button{height:52px;border-radius:8px;font-size:16px;font-weight:600;margin-top:8px;background:linear-gradient(135deg,#1e3c72,#7e22ce);border:none;box-shadow:0 4px 15px #7e22ce4d}.admin-login-container .admin-login-box .admin-login-form .admin-login-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7e22ce66}.admin-login-container .admin-login-box .admin-login-form .admin-login-button:active{transform:translateY(0)}.admin-login-container .admin-login-box .admin-login-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.admin-login-container .admin-login-box .admin-login-footer .warning-text{color:#7e22ce;font-size:14px;font-weight:600;margin:0;display:flex;align-items:center;justify-content:center;gap:8px}.admin-login-container .admin-login-box .admin-login-footer .warning-text .anticon{font-size:16px}@media(max-width:768px){.admin-login-container .admin-login-box{padding:40px 24px}.admin-login-container .admin-login-box .admin-login-header .admin-icon{width:70px;height:70px;font-size:36px}.admin-login-container .admin-login-box .admin-login-header h1{font-size:28px}}*{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100vh;width:100%;overflow-x:hidden}#root{min-height:100vh;width:100%}.ant-select-dropdown{z-index:3000!important;border-radius:12px!important;box-shadow:0 4px 12px #00000026!important;padding:8px!important;border:1px solid #BABABA!important}.ant-select-dropdown .ant-select-item{font-family:Nunito,sans-serif;font-size:16px!important;font-weight:400!important;color:#2d1d04!important;padding:10px 16px!important;border-radius:8px!important;margin:2px 0!important;transition:all .2s!important;min-height:40px!important;line-height:20px!important;display:flex!important;align-items:center!important}.ant-select-dropdown .ant-select-item:hover{background:#8258261a!important}.ant-select-dropdown .ant-select-item.ant-select-item-option-selected{background:#82582626!important;color:#825826!important;font-weight:500!important}.ant-select-dropdown .ant-select-item.ant-select-item-option-active{background:#8258261a!important}.ant-picker-dropdown{z-index:3000!important}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 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}
