.sidebar{width:240px;min-width:240px;background:var(--color-primary);border-right:1px solid var(--color-border);height:100vh;padding:16px;position:sticky;top:0;display:flex;flex-direction:column;transition:all .25s ease;align-items:normal}.sidebar.collapsed{width:84px;min-width:84px;padding:16px 6px}.sidebar-top{display:flex;align-items:center;justify-content:center;min-height:56px;position:relative}.sidebar-logo{display:flex;justify-content:center;align-items:center;width:140px;height:48px;pointer-events:none}.collapse-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:4px;color:#cbd5e1}.sidebar.collapsed .sidebar-top{min-height:32px}.sidebar.collapsed .collapse-btn{position:static;transform:none}.collapse-btn:hover{color:#fff}.sidebar-nav{display:flex;flex-direction:column;gap:8px}.nav-item{display:flex;align-items:center;gap:12px;color:#cbd5e1;padding:10px 12px;text-decoration:none;border-radius:8px;transition:all .2s;font-size:15px}.nav-item:hover{background:#1e3a8a;color:#fff}.nav-item.active{background:#1e293b;color:#fff}.nav-item.active svg{color:#fff}.nav-item svg{color:#cbd5e1}.sidebar.collapsed .nav-item{flex-direction:column;justify-content:center;gap:4px;padding:8px 2px}.sidebar.collapsed .nav-item span{display:block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:10px;line-height:1.2;text-align:center}.sidebar-logo-img{width:100%;height:100%;cursor:pointer;pointer-events:auto;display:flex;align-items:center;justify-content:center}.sidebar-logo-img img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;opacity:1;visibility:visible}.notification-toast-body{flex:1;min-width:0;display:flex;align-items:flex-start;gap:10px;border:none;background:transparent;padding:0;text-align:left;cursor:pointer;font:inherit}.notification-toast-icon{flex-shrink:0;width:30px;height:30px;border-radius:999px;background:#dc26261a;color:#dc2626;display:inline-flex;align-items:center;justify-content:center}.notification-toast-content{min-width:0;display:flex;flex-direction:column;gap:2px}.notification-toast-title{font-size:13px;font-weight:700;color:#111827}.notification-toast-message{font-size:12px;color:#6b7280;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.confirm-text{font-size:14px;color:#374151;margin:12px 0 16px;line-height:1.5}.confirm-list{margin:8px 0 16px;padding-left:18px;font-size:13px;color:#374151}.confirm-list li{margin-bottom:4px}.main-header{height:var(--header-height);background:#fff;border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 24px 0 12px}.header-left{display:flex;align-items:center;gap:8px}.nav-history-group{display:flex;align-items:center;gap:2px;flex-shrink:0}.nav-history-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#374151;transition:background .15s,color .15s;flex-shrink:0}.nav-history-btn:hover:not(:disabled){background:#f3f4f6;color:#111827}.nav-history-btn:disabled{color:#d1d5db;cursor:default}.search-input{width:320px;padding:10px 14px;border:1px solid var(--color-border);border-radius:8px;background:#fff;transition:.2s}.search-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb33;outline:none}.user-area{display:flex;align-items:center;gap:10px;position:relative}.notification-dropdown{position:relative}.notification-btn{position:relative;width:42px;height:42px;border:none;border-radius:50%;background:transparent;color:#0f172ae6;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}.notification-btn:hover{background:#0f172a0d;color:#0f172a}.notification-btn:active{transform:translateY(1px)}.notification-badge{position:absolute;top:-6px;right:-6px;box-sizing:border-box;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#dc2626;color:#fff;font-size:11px;font-weight:700;line-height:1;border:2px solid #fff;display:inline-flex;align-items:center;justify-content:center}.notification-menu{position:absolute;top:52px;right:0;width:360px;min-height:520px;max-height:560px;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(15,23,42,.1);border-radius:14px;box-shadow:0 18px 44px #02061724,0 4px 16px #02061714;z-index:9999;transform-origin:top right;display:flex;flex-direction:column;overflow:hidden}.notification-menu.open{animation:notification-dropdown-in .18s ease-out forwards}.notification-menu.closing{animation:notification-dropdown-out .18s ease-in forwards}.notification-menu-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 12px;border-bottom:1px solid rgba(15,23,42,.08)}.notification-menu-header strong{font-size:15px;color:#0f172aeb}.notification-menu-header span{font-size:12px;color:#0f172a80}.notification-menu-header-actions,.notification-panel-header-actions{display:flex;align-items:center;gap:10px}.notification-expand-btn,.notification-panel-close{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:8px;background:transparent;color:#0f172a99;cursor:pointer;transition:background .15s ease,color .15s ease}.notification-expand-btn:hover,.notification-panel-close:hover{background:#3b82f61a;color:#1d4ed8}.notification-tabs{display:flex;gap:6px;padding:10px 12px 0}.notification-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px;border:none;border-radius:10px;background:transparent;font-size:13px;font-weight:700;color:#0f172a8c;cursor:pointer;transition:background .15s ease,color .15s ease}.notification-tab:hover{background:#0f172a0d}.notification-tab.active{background:#3b82f61f;color:#1d4ed8}.notification-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#dc2626;color:#fff;font-size:11px;font-weight:700;line-height:1}.notification-group+.notification-group{margin-top:4px}.notification-group-header{padding:8px 6px 4px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#0f172a73}.notification-header-action{border:none;background:transparent;padding:0;font-size:13px;font-weight:700;color:#2563eb;cursor:pointer;transition:color .15s ease,opacity .15s ease}.notification-header-action:hover{color:#1d4ed8}.notification-header-action.danger{color:#dc2626}.notification-header-action.danger:hover{color:#b91c1c}.notification-icon-action{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:8px;background:transparent;color:#0f172a99;cursor:pointer;transition:background .15s ease,color .15s ease}.notification-icon-action:hover{background:#0f172a0d;color:#0f172ad9}.notification-icon-action.danger{color:#dc2626bf}.notification-icon-action.danger:hover{background:#dc26261a;color:#dc2626}.notification-list{flex:1;min-height:0;overflow-y:auto;padding:8px}.notification-footer-end{font-size:12px;color:#94a3b8}.notification-empty{display:flex;align-items:center;justify-content:center;padding:32px 16px;color:#94a3b8;font-size:13px}.notification-menu-footer{display:flex;justify-content:center;padding:12px 16px 14px;border-top:1px solid rgba(15,23,42,.08)}.notification-footer-link{border:none;background:transparent;padding:0;font-size:13px;font-weight:700;color:#2563eb;cursor:pointer;transition:color .15s ease,opacity .15s ease}.notification-footer-link:hover{color:#1d4ed8}.notification-item{width:100%;border-radius:12px;margin-bottom:6px;display:flex;align-items:stretch;transition:background .15s ease}.notification-item:last-child{margin-bottom:0}.notification-item:hover{background:#3b82f614}.notification-item.unread{background:#eff6ffe0}.notification-item.read{background:#f8fafce6}.notification-item-body{flex:1;min-width:0;border:none;background:transparent;padding:12px;text-align:left;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;cursor:pointer;border-radius:12px 0 0 12px}.notification-item-delete{flex:0 0 auto;width:36px;border:none;background:transparent;color:#0f172a52;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:0 12px 12px 0;transition:background .15s ease,color .15s ease}.notification-item-delete:hover{background:#dc26261a;color:#dc2626}.notification-item-main{min-width:0;flex:1}.notification-item-title-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.notification-item-title{font-size:14px;font-weight:700;color:#0f172ae6}.notification-unread-dot{width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:#2563eb}.notification-item-message{margin:0;font-size:13px;line-height:1.45;color:#0f172ab8}.notification-item-time{flex:0 0 auto;font-size:11px;font-weight:600;color:#0f172a75;white-space:nowrap;padding-top:2px}@keyframes notification-dropdown-in{0%{opacity:0;transform:translateY(-10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes notification-dropdown-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.98)}}.avatar{width:42px;height:42px;border-radius:50%;background:var(--color-primary);color:#fff;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center}.user-info{display:flex;flex-direction:column;align-items:flex-start}.user-name{font-size:15px;color:var(--color-text);font-weight:600}.user-role{font-size:13px;color:var(--color-text-light)}.dropdown{position:relative}.dropdown-btn{background:transparent;border:1px solid transparent;border-radius:10px;font-size:18px;cursor:pointer;padding:8px 10px;display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:background .15s ease,border-color .15s ease,transform .15s ease}.dropdown-btn:hover{background:#0f172a0a;border-color:#0f172a14}.dropdown-btn:active{transform:translateY(1px)}.dropdown-menu{position:absolute;top:44px;right:0;width:180px;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(15,23,42,.1);border-radius:12px;box-shadow:0 10px 30px #0206171f,0 2px 10px #0206170f;padding:8px;z-index:9999}.dropdown-item{width:100%;padding:10px 12px;background:transparent;border:none;text-align:left;font-size:14px;font-weight:600;color:#0f172adb;cursor:pointer;border-radius:10px;transition:background .15s ease,color .15s ease,transform .15s ease}.dropdown-item:hover{background:#3b82f61a;color:#0f172af2}.dropdown-item:active{transform:translateY(1px)}.header-search{position:relative;width:360px;max-width:42vw}.search-input{width:100%;height:40px;padding:0 12px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:14px;font-weight:600;color:#0f172ae0;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.search-input::placeholder{color:#0f172a73;font-weight:500}.search-input:focus{background:#fff;border-color:var(--color-primary);box-shadow:0 0 0 4px #3b82f61f}.search-dropdown{position:absolute;top:calc(100% + 10px);left:0;width:100%;margin:0;padding:6px;list-style:none;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(15,23,42,.1);border-radius:14px;box-shadow:0 16px 40px #0206171f,0 4px 14px #02061714;max-height:420px;overflow-y:auto;z-index:9999}.search-dropdown::-webkit-scrollbar{width:10px}.search-dropdown::-webkit-scrollbar-thumb{background:#0f172a2e;border-radius:999px;border:2px solid rgba(255,255,255,.9)}.search-state{padding:12px;text-align:center;font-size:13px;font-weight:600;color:#0f172a8c}.search-dropdown li{padding:10px;border-radius:12px;cursor:pointer;display:block;transition:background .14s ease,transform .14s ease}.search-dropdown li:hover{background:#3b82f61a}.search-dropdown li.active{background:#3b82f629;transform:translateY(-1px)}.search-main{display:flex;flex-direction:column;gap:4px}.name-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.search-dropdown .name{font-size:14px;font-weight:800;letter-spacing:-.2px;color:#0f172aeb}.search-dropdown .meta{font-size:12px;font-weight:600;color:#0f172a8c}.tag-badge{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap;background:var(--color-primary);color:#fff}.search-dropdown li.active .tag-badge{opacity:.95}@media(max-width:900px){.header-search{width:260px;max-width:60vw}}.notification-edge-handle{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:50;display:inline-flex;align-items:center;justify-content:center;width:30px;height:56px;border:1px solid rgba(15,23,42,.1);border-right:none;border-radius:12px 0 0 12px;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#0f172ab3;cursor:pointer;box-shadow:-6px 0 18px #0206171a;transition:background .15s ease,color .15s ease,width .15s ease}.notification-edge-handle:hover{width:36px;background:#fff;color:#1d4ed8}.notification-edge-badge{position:absolute;top:-7px;left:-7px;box-sizing:border-box;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#dc2626;color:#fff;font-size:10px;font-weight:700;line-height:14px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff}.notification-panel-overlay{position:fixed;inset:0;z-index:1000;background:#02061759;opacity:0;pointer-events:none;transition:opacity .25s ease}.notification-panel-overlay.open{opacity:1;pointer-events:auto}.notification-panel{position:fixed;top:0;right:0;bottom:0;z-index:1001;width:420px;max-width:92vw;display:flex;flex-direction:column;overflow:hidden;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-left:1px solid rgba(15,23,42,.1);box-shadow:-18px 0 44px #0206172e;transform:translate(100%);transition:transform .25s cubic-bezier(.16,1,.3,1)}.notification-panel.open{transform:translate(0)}.notification-panel-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid rgba(15,23,42,.08)}.notification-panel-header strong{font-size:17px;color:#0f172aeb}.notification-panel .notification-list{flex:1;min-height:0;overflow-y:auto;padding:10px 14px}.notification-panel .notification-item{margin-bottom:4px;border-radius:10px}.notification-panel .notification-item-body{padding:8px 12px;gap:10px;align-items:center;border-radius:10px 0 0 10px}.notification-panel .notification-item-title-row{margin-bottom:2px}.notification-panel .notification-item-title{font-size:13px;font-weight:600}.notification-panel .notification-item-message{font-size:12px;line-height:1.35;color:#0f172a99;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-panel .notification-item-time{font-size:10px;align-self:center;padding-top:0}.notification-panel .notification-item-delete{width:32px;border-radius:0 10px 10px 0}.notification-panel .notification-tabs{padding:12px 14px 0}.mobile-notification-bell{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:#fff;cursor:pointer}.mobile-notification-bell-badge{position:absolute;top:2px;right:2px;box-sizing:border-box;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#dc2626;color:#fff;font-size:10px;font-weight:700;line-height:14px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #141c33}.mobile-notification-overlay{position:fixed;inset:0;z-index:60;background:#0f172a66;opacity:0;pointer-events:none;transition:opacity .18s ease}.mobile-notification-overlay.open{opacity:1;pointer-events:auto}.mobile-notification-sheet{position:fixed;left:0;right:0;bottom:0;z-index:61;display:flex;flex-direction:column;max-height:80vh;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -8px 24px #0206172e;transform:translateY(100%);transition:transform .22s ease;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-notification-sheet.open{transform:translateY(0)}.mobile-notification-sheet-handle{width:36px;height:4px;margin:10px auto 4px;border-radius:999px;background:#0f172a26;flex-shrink:0}.mobile-notification-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:4px 16px 8px;flex-shrink:0;border-bottom:1px solid rgba(15,23,42,.08)}.mobile-notification-sheet-header strong{font-size:15px;color:#141c33}.mobile-notification-sheet-header-actions{display:flex;align-items:center;gap:4px}.mobile-notification-icon-action{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:#0f172a99;cursor:pointer}.mobile-notification-icon-action.danger:hover{background:#dc26261a;color:#dc2626}.mobile-notification-sheet-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.mobile-notification-sheet .notification-tabs{display:flex;gap:6px;padding:10px 12px 0;flex-shrink:0}.mobile-notification-sheet .notification-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px;border:none;border-radius:10px;background:transparent;font-size:13px;font-weight:700;color:#0f172a8c;cursor:pointer}.mobile-notification-sheet .notification-tab.active{background:#3b82f61f;color:#1d4ed8}.mobile-notification-sheet .notification-tab-count{display:inline-flex;align-items:center;justify-content:center;color:#dc2626bf}.mobile-notification-sheet .notification-list{flex:1;min-height:0;overflow-y:auto;padding:8px 12px}.mobile-notification-sheet .notification-empty{display:flex;align-items:center;justify-content:center;padding:32px 16px;color:#94a3b8;font-size:13px}.mobile-notification-sheet .notification-group+.notification-group{margin-top:4px}.mobile-notification-sheet .notification-group-header{padding:8px 6px 4px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#0f172a73}.mobile-notification-sheet .notification-item{width:100%;border-radius:12px;margin-bottom:6px;display:flex;align-items:stretch}.mobile-notification-sheet .notification-item.unread{background:#eff6ffe0}.mobile-notification-sheet .notification-item.read{background:#f8fafce6}.mobile-notification-sheet .notification-item-body{flex:1;min-width:0;border:none;background:transparent;padding:12px;text-align:left;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;cursor:pointer;border-radius:12px 0 0 12px}.mobile-notification-sheet .notification-item-delete{flex:0 0 auto;width:36px;border:none;background:transparent;color:#0f172a52;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:0 12px 12px 0}.mobile-notification-sheet .notification-item-delete:hover{background:#dc26261a;color:#dc2626}.mobile-notification-sheet .notification-item-main{min-width:0;flex:1}.mobile-notification-sheet .notification-item-title-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.mobile-notification-sheet .notification-item-title{font-size:14px;font-weight:700;color:#0f172ae6}.mobile-notification-sheet .notification-unread-dot{width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:#2563eb}.mobile-notification-sheet .notification-item-message{margin:0;font-size:13px;line-height:1.45;color:#0f172ab8}.mobile-notification-sheet .notification-item-time{flex:0 0 auto;font-size:11px;font-weight:600;color:#0f172a75;white-space:nowrap;padding-top:2px}.mobile-notification-sheet .notification-menu-footer{display:flex;justify-content:center;padding:12px 16px 14px;border-top:1px solid rgba(15,23,42,.08);flex-shrink:0}.mobile-notification-sheet .notification-footer-link{border:none;background:transparent;padding:0;font-size:13px;font-weight:700;color:#2563eb;cursor:pointer}.mobile-notification-sheet .notification-footer-end{font-size:12px;color:#94a3b8}.mobile-layout-wrapper{display:flex;flex-direction:column;min-height:100dvh;background:#f5f6f8}.mobile-layout-topbar{position:relative;display:flex;align-items:center;justify-content:center;height:52px;flex-shrink:0;background:#141c33;color:#fff;font-weight:600;font-size:15px;letter-spacing:.01em}.mobile-layout-topbar .mobile-notification-bell{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.mobile-logout-button{position:absolute;left:8px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:#fff;cursor:pointer}.mobile-layout-content{flex:1;min-height:0;overflow-y:auto;padding-bottom:64px;background:#f5f6f8}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;background:#fff;border-top:1px solid #e2e5ea;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 0 6px;color:#7c8494;text-decoration:none;font-size:11px}.mobile-bottom-nav-item--active{color:#141c33}.login-container{background:var(--color-bg);width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.login-card{width:380px;padding:40px 32px;background:var(--color-card-bg);border-radius:14px;box-shadow:0 6px 20px #00000014;display:flex;flex-direction:column;align-items:center}.login-logo{width:220px;height:86px;margin-bottom:18px;display:flex;align-items:center;justify-content:center;background:transparent}.login-logo img{background:transparent;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.login-title{font-size:20px;font-weight:400;letter-spacing:.02em;line-height:1.35;color:var(--color-text);margin-bottom:8px}.login-subtitle{font-size:15px;color:var(--color-text-light);margin-bottom:28px}.login-input{width:100%;padding:12px 14px;margin-bottom:14px;border-radius:8px;border:1px solid var(--color-border);font-size:15px;color:var(--color-text);transition:.2s}.login-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb4d;outline:none}.login-error{color:var(--color-danger);margin:-4px 0 12px;font-size:14px}.login-warning{color:#b9770e;margin:-4px 0 12px;font-size:14px}.login-button{width:100%;padding:12px;border-radius:8px;background:var(--color-primary);color:#fff;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:background .2s ease}.login-button:hover{background:var(--color-primary-dark)}.login-button:disabled{background:var(--color-border);cursor:not-allowed}.login-turnstile{display:flex;justify-content:center;margin-bottom:8px}.login-turnstile:empty{margin-bottom:0}.login-retry{background:none;border:none;padding:0;color:var(--color-primary);font-size:inherit;text-decoration:underline;cursor:pointer}.call-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;border:1px solid #d9dde5;border-radius:8px;background:#fff;color:#16223e;cursor:pointer;transition:background .15s,border-color .15s}.call-btn:hover:not(:disabled){background:#eef1f7;border-color:#b9c1d1}.call-btn:disabled{opacity:.5;cursor:not-allowed}.call-popup{position:fixed;right:20px;bottom:20px;z-index:1150;width:320px;padding:14px;border:1px solid #e3e6ec;border-left:4px solid #3b34bb;border-radius:12px;background:#fff;color:#16223e;box-shadow:0 10px 30px #16223e2e;animation:call-popup-in .18s ease-out}.call-popup--ringing{border-left-color:#d97706}.call-popup--answered,.call-popup--completed{border-left-color:#16a34a}.call-popup--missed{border-left-color:#d97706}.call-popup--failed{border-left-color:#dc2626}.call-popup__head{display:flex;align-items:center;gap:10px}.call-popup__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border-radius:50%;background:#eef1f7}.call-popup__who{display:flex;flex:1;flex-direction:column;min-width:0}.call-popup__name{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.call-popup__direction{font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#3b34bb}.call-popup__number{font-size:12px;color:#6b7385}.call-popup__close{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:6px;background:transparent;color:#6b7385;cursor:pointer}.call-popup__close:hover{background:#eef1f7}.call-popup__status{display:flex;align-items:center;justify-content:space-between;margin-top:12px;font-size:13px;font-weight:600}.call-popup__status-label{display:inline-flex;align-items:center;gap:8px}.call-popup__time{font-variant-numeric:tabular-nums;color:#6b7385}.call-popup__pulse{width:8px;height:8px;border-radius:50%;background:#3b34bb;animation:call-popup-pulse 1.2s ease-in-out infinite}.call-popup__hint,.call-popup__meta{margin:6px 0 0;font-size:12px;color:#6b7385}.call-popup__action{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:12px;padding:8px 10px;border:none;border-radius:8px;background:#16223e;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.call-popup__action:hover{background:#22325a}@keyframes call-popup-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes call-popup-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@media(max-width:767px){.call-popup{right:12px;bottom:76px;left:12px;width:auto}}@media(prefers-reduced-motion:reduce){.call-popup,.call-popup__pulse{animation:none}}.app-toast{display:flex;align-items:flex-start;gap:10px;min-width:260px;max-width:360px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;box-shadow:0 12px 32px #0f172a29;padding:12px 10px 12px 14px}.app-toast-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.app-toast-message{flex:1;min-width:0;font-size:13px;font-weight:500;color:#111827;word-break:break-word}.app-toast-close{flex-shrink:0;width:22px;height:22px;margin:-2px -2px 0 0;border-radius:999px;border:none;background:transparent;color:#9ca3af;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.app-toast-close:hover{background:#0f172a0f;color:#374151}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial;--tw-duration:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-orange-50:oklch(98% .016 73.684);--color-orange-400:oklch(75% .183 55.934);--color-orange-500:oklch(70.5% .213 47.604);--color-orange-600:oklch(64.6% .222 41.116);--color-orange-950:oklch(26.6% .079 36.259);--color-amber-50:oklch(98.7% .022 95.277);--color-amber-100:oklch(96.2% .059 95.617);--color-amber-200:oklch(92.4% .12 95.746);--color-amber-400:oklch(82.8% .189 84.429);--color-amber-500:oklch(76.9% .188 70.08);--color-amber-600:oklch(66.6% .179 58.318);--color-amber-700:oklch(55.5% .163 48.998);--color-amber-800:oklch(47.3% .137 46.201);--color-amber-950:oklch(27.9% .077 45.635);--color-emerald-50:oklch(97.9% .021 166.113);--color-emerald-100:oklch(95% .052 163.051);--color-emerald-500:oklch(69.6% .17 162.48);--color-emerald-600:oklch(59.6% .145 163.225);--color-emerald-700:oklch(50.8% .118 165.612);--color-cyan-50:oklch(98.4% .019 200.873);--color-cyan-600:oklch(60.9% .126 221.723);--color-sky-50:oklch(97.7% .013 236.62);--color-sky-600:oklch(58.8% .158 241.966);--color-sky-700:oklch(50% .134 242.749);--color-blue-50:oklch(97% .014 254.604);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-indigo-50:oklch(96.2% .018 272.314);--color-indigo-600:oklch(51.1% .262 276.966);--color-violet-50:oklch(96.9% .016 293.756);--color-violet-100:oklch(94.3% .029 294.588);--color-violet-500:oklch(60.6% .25 292.717);--color-violet-600:oklch(54.1% .281 293.009);--color-violet-700:oklch(49.1% .27 292.581);--color-rose-50:oklch(96.9% .015 12.422);--color-rose-500:oklch(64.5% .246 16.439);--color-rose-600:oklch(58.6% .253 17.585);--color-rose-700:oklch(51.4% .222 16.935);--color-slate-50:oklch(98.4% .003 247.858);--color-slate-100:oklch(96.8% .007 247.896);--color-slate-200:oklch(92.9% .013 255.508);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-400:oklch(70.4% .04 256.788);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-600:oklch(44.6% .043 257.281);--color-slate-700:oklch(37.2% .044 257.287);--color-slate-800:oklch(27.9% .041 260.031);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-md:28rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-wide:.025em;--leading-snug:1.375;--radius-xl:.75rem;--radius-2xl:1rem;--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body,#root{width:100%;max-width:100%;height:100%;overflow-x:hidden}}@layer components;@layer utilities{:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pointer-events-none{pointer-events:none}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .invisible{visibility:hidden}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .visible{visibility:visible}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .absolute{position:absolute}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .fixed{position:fixed}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .relative{position:relative}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sticky{position:sticky}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .inset-0{inset:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .inset-x-0{inset-inline:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .top-0{top:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .top-0\.5{top:calc(var(--spacing) * .5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .top-1\/2{top:50%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .top-4{top:calc(var(--spacing) * 4)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .top-\[var\(--header-height\)\]{top:var(--header-height)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .right-0{right:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .right-4{right:calc(var(--spacing) * 4)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bottom-0{bottom:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .-left-3\.5{left:calc(var(--spacing) * -3.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .left-0{left:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .left-1\/2{left:50%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .left-2{left:calc(var(--spacing) * 2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .left-2\.5{left:calc(var(--spacing) * 2.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .z-10{z-index:10}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .z-50{z-index:50}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .z-\[60\]{z-index:60}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .col-span-2{grid-column:span 2/span 2}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .container{width:100%}@media(min-width:40rem){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .container{max-width:40rem}}@media(min-width:48rem){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .container{max-width:48rem}}@media(min-width:64rem){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .container{max-width:64rem}}@media(min-width:80rem){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .container{max-width:80rem}}@media(min-width:96rem){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .container{max-width:96rem}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .m-0{margin:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .m-3{margin:calc(var(--spacing) * 3)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .-mx-1{margin-inline:calc(var(--spacing) * -1)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .-mx-2{margin-inline:calc(var(--spacing) * -2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mx-auto{margin-inline:auto}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .my-1{margin-block:var(--spacing)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mt-0\.5{margin-top:calc(var(--spacing) * .5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mt-1{margin-top:var(--spacing)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mt-1\.5{margin-top:calc(var(--spacing) * 1.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mt-2{margin-top:calc(var(--spacing) * 2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mt-3{margin-top:calc(var(--spacing) * 3)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mt-4{margin-top:calc(var(--spacing) * 4)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mt-5{margin-top:calc(var(--spacing) * 5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mt-auto{margin-top:auto}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .-mr-2{margin-right:calc(var(--spacing) * -2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mr-1{margin-right:var(--spacing)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mr-2{margin-right:calc(var(--spacing) * 2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mb-0\.5{margin-bottom:calc(var(--spacing) * .5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mb-1{margin-bottom:var(--spacing)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mb-1\.5{margin-bottom:calc(var(--spacing) * 1.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mb-2{margin-bottom:calc(var(--spacing) * 2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mb-2\.5{margin-bottom:calc(var(--spacing) * 2.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .mb-3{margin-bottom:calc(var(--spacing) * 3)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .ml-1{margin-left:var(--spacing)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .ml-3\.5{margin-left:calc(var(--spacing) * 3.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .ml-auto{margin-left:auto}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .block{display:block}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .flex{display:flex}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .grid{display:grid}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hidden{display:none}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .inline{display:inline}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .inline-block{display:inline-block}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .inline-flex{display:inline-flex}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .table{display:table}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-1{height:var(--spacing)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-1\.5{height:calc(var(--spacing) * 1.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-2{height:calc(var(--spacing) * 2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-2\.5{height:calc(var(--spacing) * 2.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-3{height:calc(var(--spacing) * 3)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-3\.5{height:calc(var(--spacing) * 3.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-4{height:calc(var(--spacing) * 4)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-5{height:calc(var(--spacing) * 5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-6{height:calc(var(--spacing) * 6)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-7{height:calc(var(--spacing) * 7)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-8{height:calc(var(--spacing) * 8)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-9{height:calc(var(--spacing) * 9)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-10{height:calc(var(--spacing) * 10)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-11{height:calc(var(--spacing) * 11)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-12{height:calc(var(--spacing) * 12)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-14{height:calc(var(--spacing) * 14)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-24{height:calc(var(--spacing) * 24)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-\[104px\]{height:104px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-\[112px\]{height:112px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-\[130px\]{height:130px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-\[150px\]{height:150px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-\[170px\]{height:170px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-\[260px\]{height:260px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-\[280px\]{height:280px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-\[360px\]{height:360px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-full{height:100%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .h-px{height:1px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .max-h-20{max-height:calc(var(--spacing) * 20)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .max-h-48{max-height:calc(var(--spacing) * 48)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .max-h-72{max-height:calc(var(--spacing) * 72)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .max-h-96{max-height:calc(var(--spacing) * 96)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .max-h-\[80vh\]{max-height:80vh}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .max-h-\[85vh\]{max-height:85vh}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .max-h-\[90vh\]{max-height:90vh}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .max-h-\[92vh\]{max-height:92vh}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .max-h-\[360px\]{max-height:360px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .min-h-0{min-height:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .min-h-8{min-height:calc(var(--spacing) * 8)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .min-h-9{min-height:calc(var(--spacing) * 9)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .min-h-\[72px\]{min-height:72px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .min-h-\[80px\]{min-height:80px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .min-h-\[112px\]{min-height:112px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .min-h-full{min-height:100%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-1\.5{width:calc(var(--spacing) * 1.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-1\/2{width:50%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-2{width:calc(var(--spacing) * 2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-2\.5{width:calc(var(--spacing) * 2.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-2\/3{width:66.6667%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-3{width:calc(var(--spacing) * 3)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-3\.5{width:calc(var(--spacing) * 3.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-4{width:calc(var(--spacing) * 4)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-5{width:calc(var(--spacing) * 5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-6{width:calc(var(--spacing) * 6)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-7{width:calc(var(--spacing) * 7)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-8{width:calc(var(--spacing) * 8)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-9{width:calc(var(--spacing) * 9)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-10{width:calc(var(--spacing) * 10)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-11{width:calc(var(--spacing) * 11)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-12{width:calc(var(--spacing) * 12)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-14{width:calc(var(--spacing) * 14)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-16{width:calc(var(--spacing) * 16)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-20{width:calc(var(--spacing) * 20)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-24{width:calc(var(--spacing) * 24)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-28{width:calc(var(--spacing) * 28)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-32{width:calc(var(--spacing) * 32)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-36{width:calc(var(--spacing) * 36)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-40{width:calc(var(--spacing) * 40)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-64{width:calc(var(--spacing) * 64)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-72{width:calc(var(--spacing) * 72)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-80{width:calc(var(--spacing) * 80)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-\[104px\]{width:104px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-\[130px\]{width:130px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-\[150px\]{width:150px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-\[170px\]{width:170px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-\[380px\]{width:380px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-\[420px\]{width:420px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-fit{width:fit-content}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-full{width:100%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .w-px{width:1px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .max-w-\[80\%\]{max-width:80%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .max-w-\[220px\]{max-width:220px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .max-w-\[240px\]{max-width:240px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .max-w-\[280px\]{max-width:280px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .max-w-md{max-width:var(--container-md)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .min-w-0{min-width:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .min-w-\[8rem\]{min-width:8rem}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .min-w-\[10rem\]{min-width:10rem}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .min-w-\[120px\]{min-width:120px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .min-w-\[150px\]{min-width:150px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .min-w-\[180px\]{min-width:180px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .flex-1{flex:1}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .flex-none{flex:none}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .shrink-0{flex-shrink:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .basis-0{flex-basis:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .caption-bottom{caption-side:bottom}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .animate-pulse{animation:var(--animate-pulse)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .cursor-default{cursor:default}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .cursor-not-allowed{cursor:not-allowed}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .cursor-pointer{cursor:pointer}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .resize{resize:both}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .resize-none{resize:none}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .resize-y{resize:vertical}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .list-none{list-style-type:none}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .grid-cols-\[168px_1fr\]{grid-template-columns:168px 1fr}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .grid-cols-\[auto_1fr_auto\]{grid-template-columns:auto 1fr auto}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .grid-rows-\[minmax\(0\,1fr\)\]{grid-template-rows:minmax(0,1fr)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .flex-col{flex-direction:column}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .flex-col-reverse{flex-direction:column-reverse}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .flex-row{flex-direction:row}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .flex-nowrap{flex-wrap:nowrap}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .flex-wrap{flex-wrap:wrap}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .items-baseline{align-items:baseline}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .items-center{align-items:center}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .items-end{align-items:flex-end}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .items-start{align-items:flex-start}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .items-stretch{align-items:stretch}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .justify-between{justify-content:space-between}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .justify-center{justify-content:center}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .justify-end{justify-content:flex-end}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .gap-0\.5{gap:calc(var(--spacing) * .5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .gap-1{gap:var(--spacing)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .gap-1\.5{gap:calc(var(--spacing) * 1.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .gap-2{gap:calc(var(--spacing) * 2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .gap-2\.5{gap:calc(var(--spacing) * 2.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .gap-3{gap:calc(var(--spacing) * 3)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .gap-3\.5{gap:calc(var(--spacing) * 3.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .gap-4{gap:calc(var(--spacing) * 4)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .gap-5{gap:calc(var(--spacing) * 5)}:where(:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .space-y-0>:not(:last-child)){--tw-space-y-reverse:0;margin-block:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .gap-x-2\.5{column-gap:calc(var(--spacing) * 2.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .gap-y-1\.5{row-gap:calc(var(--spacing) * 1.5)}:where(:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px * var(--tw-divide-y-reverse));border-bottom-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))}:where(:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .divide-border>:not(:last-child)){border-color:hsl(var(--pv2-border))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .self-end{align-self:flex-end}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .self-start{align-self:flex-start}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .self-stretch{align-self:stretch}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .overflow-auto{overflow:auto}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .overflow-hidden{overflow:hidden}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .overflow-x-auto{overflow-x:auto}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .overflow-y-auto{overflow-y:auto}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .overscroll-contain{overscroll-behavior:contain}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .rounded{border-radius:.25rem}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .rounded-full{border-radius:3.40282e38px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .rounded-lg{border-radius:var(--pv2-radius)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .rounded-md{border-radius:calc(var(--pv2-radius) - 2px)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .rounded-sm{border-radius:calc(var(--pv2-radius) - 4px)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .rounded-xl{border-radius:var(--radius-xl)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .rounded-t-2xl{border-top-left-radius:var(--radius-2xl);border-top-right-radius:var(--radius-2xl)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border{border-style:var(--tw-border-style);border-width:1px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-t{border-top-style:var(--tw-border-style);border-top-width:1px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-r{border-right-style:var(--tw-border-style);border-right-width:1px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-l{border-left-style:var(--tw-border-style);border-left-width:1px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-dashed{--tw-border-style:dashed;border-style:dashed}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-\[rgba\(59\,52\,187\,0\.18\)\]{border-color:#3b34bb2e}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-amber-200{border-color:var(--color-amber-200)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-border,:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-border\/60{border-color:hsl(var(--pv2-border))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-border\/60{border-color:color-mix(in oklab,hsl(var(--pv2-border)) 60%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-destructive,:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-destructive\/30{border-color:hsl(var(--pv2-destructive))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-destructive\/30{border-color:color-mix(in oklab,hsl(var(--pv2-destructive)) 30%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-input{border-color:hsl(var(--pv2-input))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-primary{border-color:hsl(var(--pv2-primary))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-slate-200{border-color:var(--color-slate-200)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .border-transparent{border-color:#0000}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-\[\#3b34bb\]{background-color:#3b34bb}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-\[rgba\(59\,52\,187\,0\.06\)\]{background-color:#3b34bb0f}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-\[rgba\(59\,52\,187\,0\.12\)\]{background-color:#3b34bb1f}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-accent{background-color:hsl(var(--pv2-accent))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-amber-50{background-color:var(--color-amber-50)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-amber-400{background-color:var(--color-amber-400)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-amber-500{background-color:var(--color-amber-500)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-background{background-color:hsl(var(--pv2-background))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-black\/40{background-color:#0006}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-black\/40{background-color:color-mix(in oklab,var(--color-black) 40%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-black\/50{background-color:color-mix(in oklab,var(--color-black) 50%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-blue-50{background-color:var(--color-blue-50)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-blue-100{background-color:var(--color-blue-100)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-blue-500{background-color:var(--color-blue-500)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-blue-600{background-color:var(--color-blue-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-border{background-color:hsl(var(--pv2-border))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-card{background-color:hsl(var(--pv2-card))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-cyan-50{background-color:var(--color-cyan-50)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-destructive,:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-destructive\/5{background-color:hsl(var(--pv2-destructive))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-destructive\/5{background-color:color-mix(in oklab,hsl(var(--pv2-destructive)) 5%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-emerald-50{background-color:var(--color-emerald-50)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-emerald-500{background-color:var(--color-emerald-500)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-emerald-600{background-color:var(--color-emerald-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-indigo-50{background-color:var(--color-indigo-50)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-muted,:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-muted\/40{background-color:hsl(var(--pv2-muted))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-muted\/40{background-color:color-mix(in oklab,hsl(var(--pv2-muted)) 40%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-muted\/50{background-color:hsl(var(--pv2-muted))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-muted\/50{background-color:color-mix(in oklab,hsl(var(--pv2-muted)) 50%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-muted\/60{background-color:hsl(var(--pv2-muted))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-muted\/60{background-color:color-mix(in oklab,hsl(var(--pv2-muted)) 60%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-orange-50{background-color:var(--color-orange-50)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-orange-400{background-color:var(--color-orange-400)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-orange-500{background-color:var(--color-orange-500)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-primary,:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-primary\/5{background-color:hsl(var(--pv2-primary))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-primary\/5{background-color:color-mix(in oklab,hsl(var(--pv2-primary)) 5%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-red-50{background-color:var(--color-red-50)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-red-500{background-color:var(--color-red-500)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-red-600{background-color:var(--color-red-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-rose-50{background-color:var(--color-rose-50)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-rose-500{background-color:var(--color-rose-500)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-secondary{background-color:hsl(var(--pv2-secondary))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-sky-50{background-color:var(--color-sky-50)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-slate-50{background-color:var(--color-slate-50)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-slate-100{background-color:var(--color-slate-100)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-slate-200{background-color:var(--color-slate-200)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-slate-300{background-color:var(--color-slate-300)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-violet-50{background-color:var(--color-violet-50)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-violet-500{background-color:var(--color-violet-500)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-violet-600{background-color:var(--color-violet-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-white\/15{background-color:#ffffff26}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-white\/15{background-color:color-mix(in oklab,var(--color-white) 15%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .from-\[\#3b34bb\]{--tw-gradient-from:#3b34bb;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .to-\[\#0f254f\]{--tw-gradient-to:#0f254f;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .fill-current{fill:currentColor}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .fill-foreground{fill:hsl(var(--pv2-foreground))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .fill-muted-foreground{fill:hsl(var(--pv2-muted-foreground))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .object-contain{object-fit:contain}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .p-0{padding:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .p-1{padding:var(--spacing)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .p-1\.5{padding:calc(var(--spacing) * 1.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .p-2{padding:calc(var(--spacing) * 2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .p-2\.5{padding:calc(var(--spacing) * 2.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .p-3{padding:calc(var(--spacing) * 3)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .p-3\.5{padding:calc(var(--spacing) * 3.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .p-4{padding:calc(var(--spacing) * 4)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .p-5{padding:calc(var(--spacing) * 5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .p-6{padding:calc(var(--spacing) * 6)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .p-10{padding:calc(var(--spacing) * 10)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .px-0\.5{padding-inline:calc(var(--spacing) * .5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .px-1{padding-inline:var(--spacing)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .px-2{padding-inline:calc(var(--spacing) * 2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .px-3{padding-inline:calc(var(--spacing) * 3)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .px-3\.5{padding-inline:calc(var(--spacing) * 3.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .px-4{padding-inline:calc(var(--spacing) * 4)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .px-8{padding-inline:calc(var(--spacing) * 8)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .py-0\.5{padding-block:calc(var(--spacing) * .5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .py-1{padding-block:var(--spacing)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .py-1\.5{padding-block:calc(var(--spacing) * 1.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .py-2{padding-block:calc(var(--spacing) * 2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .py-2\.5{padding-block:calc(var(--spacing) * 2.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .py-3{padding-block:calc(var(--spacing) * 3)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .py-4{padding-block:calc(var(--spacing) * 4)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .py-6{padding-block:calc(var(--spacing) * 6)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .py-8{padding-block:calc(var(--spacing) * 8)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .py-10{padding-block:calc(var(--spacing) * 10)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pt-0{padding-top:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pt-1{padding-top:var(--spacing)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pt-2{padding-top:calc(var(--spacing) * 2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pt-3{padding-top:calc(var(--spacing) * 3)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pt-4{padding-top:calc(var(--spacing) * 4)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pr-1{padding-right:var(--spacing)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pr-2{padding-right:calc(var(--spacing) * 2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pr-2\.5{padding-right:calc(var(--spacing) * 2.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pb-0{padding-bottom:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pb-1\.5{padding-bottom:calc(var(--spacing) * 1.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pb-2{padding-bottom:calc(var(--spacing) * 2)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pb-2\.5{padding-bottom:calc(var(--spacing) * 2.5)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pb-3{padding-bottom:calc(var(--spacing) * 3)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pb-4{padding-bottom:calc(var(--spacing) * 4)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pb-6{padding-bottom:calc(var(--spacing) * 6)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pl-7{padding-left:calc(var(--spacing) * 7)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pl-8{padding-left:calc(var(--spacing) * 8)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .pl-\[30px\]{padding-left:30px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-center{text-align:center}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-left{text-align:left}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-right{text-align:right}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .align-middle{vertical-align:middle}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .font-mono{font-family:var(--font-mono)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-\[10px\]{font-size:10px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-\[11px\]{font-size:11px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .leading-none{--tw-leading:1;line-height:1}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .break-words{overflow-wrap:break-word}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .break-all{word-break:break-all}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .whitespace-nowrap{white-space:nowrap}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .whitespace-pre-wrap{white-space:pre-wrap}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-\[\#3b34bb\]{color:#3b34bb}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-accent-foreground{color:hsl(var(--pv2-accent-foreground))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-amber-600{color:var(--color-amber-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-amber-700{color:var(--color-amber-700)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-amber-800{color:var(--color-amber-800)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-amber-950{color:var(--color-amber-950)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-blue-600{color:var(--color-blue-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-blue-700{color:var(--color-blue-700)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-card-foreground{color:hsl(var(--pv2-card-foreground))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-cyan-600{color:var(--color-cyan-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-destructive{color:hsl(var(--pv2-destructive))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-destructive-foreground{color:hsl(var(--pv2-destructive-foreground))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-emerald-600{color:var(--color-emerald-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-emerald-700{color:var(--color-emerald-700)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-foreground,:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-foreground\/80{color:hsl(var(--pv2-foreground))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-foreground\/80{color:color-mix(in oklab,hsl(var(--pv2-foreground)) 80%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-indigo-600{color:var(--color-indigo-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-muted-foreground{color:hsl(var(--pv2-muted-foreground))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-orange-600{color:var(--color-orange-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-orange-950{color:var(--color-orange-950)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-primary{color:hsl(var(--pv2-primary))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-primary-foreground{color:hsl(var(--pv2-primary-foreground))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-red-600{color:var(--color-red-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-red-700{color:var(--color-red-700)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-rose-600{color:var(--color-rose-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-rose-700{color:var(--color-rose-700)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-secondary-foreground{color:hsl(var(--pv2-secondary-foreground))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-sky-600{color:var(--color-sky-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-sky-700{color:var(--color-sky-700)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-slate-400{color:var(--color-slate-400)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-slate-500{color:var(--color-slate-500)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-slate-600{color:var(--color-slate-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-slate-700{color:var(--color-slate-700)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-slate-800{color:var(--color-slate-800)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-violet-600{color:var(--color-violet-600)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-violet-700{color:var(--color-violet-700)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-white{color:var(--color-white)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-white\/70{color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .text-white\/70{color:color-mix(in oklab,var(--color-white) 70%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .lowercase{text-transform:lowercase}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .uppercase{text-transform:uppercase}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .italic{font-style:italic}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .underline-offset-4{text-underline-offset:4px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .accent-primary{accent-color:hsl(var(--pv2-primary))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .opacity-40{opacity:.4}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .opacity-50{opacity:.5}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .opacity-70{opacity:.7}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .shadow-\[0_1px_3px_0_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000000a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .ring-4{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .ring-card{--tw-ring-color:hsl(var(--pv2-card))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .ring-offset-background{--tw-ring-offset-color:hsl(var(--pv2-background))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .outline{outline-style:var(--tw-outline-style);outline-width:1px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .invert{--tw-invert:invert(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .animate-in{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .outline-none{--tw-outline-style:none;outline-style:none}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .select-none{-webkit-user-select:none;user-select:none}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .fade-in-0{--tw-enter-opacity:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .running{animation-play-state:running}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .zoom-in-95{--tw-enter-scale:.95}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .first\:mt-0:first-child{margin-top:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .last\:pb-1:last-child{padding-bottom:var(--spacing)}@media(hover:hover){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-accent:hover{background-color:hsl(var(--pv2-accent))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-amber-100:hover{background-color:var(--color-amber-100)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-destructive\/90:hover{background-color:hsl(var(--pv2-destructive))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,hsl(var(--pv2-destructive)) 90%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-emerald-100:hover{background-color:var(--color-emerald-100)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-muted\/40:hover{background-color:hsl(var(--pv2-muted))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-muted\/40:hover{background-color:color-mix(in oklab,hsl(var(--pv2-muted)) 40%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-muted\/50:hover{background-color:hsl(var(--pv2-muted))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-muted\/50:hover{background-color:color-mix(in oklab,hsl(var(--pv2-muted)) 50%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-muted\/60:hover{background-color:hsl(var(--pv2-muted))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-muted\/60:hover{background-color:color-mix(in oklab,hsl(var(--pv2-muted)) 60%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-primary\/90:hover{background-color:hsl(var(--pv2-primary))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,hsl(var(--pv2-primary)) 90%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-red-100:hover{background-color:var(--color-red-100)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-secondary:hover,:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-secondary\/80:hover{background-color:hsl(var(--pv2-secondary))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-secondary\/80:hover{background-color:color-mix(in oklab,hsl(var(--pv2-secondary)) 80%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:bg-violet-100:hover{background-color:var(--color-violet-100)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:text-accent-foreground:hover{color:hsl(var(--pv2-accent-foreground))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:text-destructive:hover{color:hsl(var(--pv2-destructive))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:text-foreground:hover{color:hsl(var(--pv2-foreground))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:underline:hover{text-decoration-line:underline}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:opacity-90:hover{opacity:.9}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .hover\:opacity-100:hover{opacity:1}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus\:border-primary:focus{border-color:hsl(var(--pv2-primary))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus\:bg-accent:focus{background-color:hsl(var(--pv2-accent))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus\:text-accent-foreground:focus{color:hsl(var(--pv2-accent-foreground))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus\:text-destructive:focus{color:hsl(var(--pv2-destructive))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus\:ring-primary:focus{--tw-ring-color:hsl(var(--pv2-primary))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus\:ring-ring:focus{--tw-ring-color:hsl(var(--pv2-ring))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus-visible\:bg-muted\/60:focus-visible{background-color:hsl(var(--pv2-muted))}@supports (color:color-mix(in lab,red,red)){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus-visible\:bg-muted\/60:focus-visible{background-color:color-mix(in oklab,hsl(var(--pv2-muted)) 60%,transparent)}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--pv2-ring))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .active\:bg-accent:active{background-color:hsl(var(--pv2-accent))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .active\:text-destructive:active{color:hsl(var(--pv2-destructive))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .disabled\:pointer-events-none:disabled{pointer-events:none}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .disabled\:opacity-50:disabled{opacity:.5}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .disabled\:opacity-60:disabled{opacity:.6}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:var(--spacing);translate:var(--tw-translate-x) var(--tw-translate-y)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=closed\]\:duration-300[data-state=closed]{--tw-duration:.3s;transition-duration:.3s}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=closed\]\:animate-out[data-state=closed]{--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial;animation-name:exit;animation-duration:.15s}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--pv2-accent))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=open\]\:duration-500[data-state=open]{--tw-duration:.5s;transition-duration:.5s}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=open\]\:animate-in[data-state=open]{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--pv2-muted))}@media(min-width:40rem){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:mt-8{margin-top:calc(var(--spacing) * 8)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:ml-auto{margin-left:auto}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:max-w-\[400px\]{max-width:400px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:max-w-\[520px\]{max-width:520px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:max-w-\[560px\]{max-width:560px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:max-w-\[640px\]{max-width:640px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:max-w-\[820px\]{max-width:820px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:flex-col{flex-direction:column}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:flex-row{flex-direction:row}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:items-start{align-items:flex-start}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:justify-between{justify-content:space-between}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:justify-end{justify-content:flex-end}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:gap-6{gap:calc(var(--spacing) * 6)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:gap-10{gap:calc(var(--spacing) * 10)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .sm\:text-left{text-align:left}}@media(min-width:48rem){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:64rem){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:80rem){:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .xl\:grid-cols-\[1fr_300px\]{grid-template-columns:1fr 300px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .xl\:grid-cols-\[1fr_340px\]{grid-template-columns:1fr 340px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .xl\:grid-cols-\[1fr_360px\]{grid-template-columns:1fr 360px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .xl\:grid-cols-\[300px_320px_1fr\]{grid-template-columns:300px 320px 1fr}}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .\[\&_svg\]\:pointer-events-none svg{pointer-events:none}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .\[\&_svg\]\:size-4 svg{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .\[\&_svg\]\:shrink-0 svg{flex-shrink:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .\[\&_tr\]\:border-border tr{border-color:hsl(var(--pv2-border))}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .\[\&\>\*\:nth-last-child\(-n\+3\)\]\:border-b-0>:nth-last-child(-n+3){border-bottom-style:var(--tw-border-style);border-bottom-width:0}:is(#products-v2-root,#tags-v2-root,#payments-v2-root,#reports-v2-root,#customers-v2-root,#customer-detail-v2-root,#performance-v2-root,#profile-v2-root,#exports-v2-root,#appointments-v2-root,#appointments-history-v2-root,#events-v2-root,#appointments-history-v2-page-root,#settings-v2-root,#customers-v2-mobile-root,#customer-detail-v2-mobile-root,#events-v2-mobile-root,#payments-v2-mobile-root) .\[\&\>span\]\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}:root{--color-primary:#16223e;--color-primary-dark:#111827;--color-bg:#cdcdcd;--color-text:#111827;--color-text-light:#6b7280;--color-danger:#dc2626;--color-card-bg:#fff;--color-border:#d1d5db;--color-text-white:#fff;--header-height:64px}.btn-primary,.btn-secondary,.btn-danger{cursor:pointer;border:none;border-radius:8px;padding:8px 14px;transition:background .15s,filter .15s}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{filter:brightness(.95)}.btn-secondary{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb}.btn-secondary:hover{background:#e5e7eb}.btn-danger{color:#991b1b;background:#fee2e2}.btn-danger:hover{background:#fecaca}.customer-action-icon-button{border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;line-height:1;display:inline-flex;position:relative}.customer-action-icon-button svg{flex-shrink:0;display:block}.modal-backdrop,.modal-overlay,.modal-background{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:14px;width:100%;max-width:520px;overflow:hidden}.modal-box{background:#fff;border-radius:14px;width:100%;max-width:520px;padding:18px 20px;box-shadow:0 10px 25px #00000026}.modal-box-sm{max-width:380px}.modal-header,.modal-footer{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:14px 18px;display:flex}.modal-body{flex-direction:column;gap:10px;padding:18px;display:flex}.modal-title{font-size:18px;font-weight:600}.modal-field{flex-direction:column;margin-bottom:10px;display:flex}.modal-field label{color:#4b5563;margin-bottom:3px;font-size:12px}.modal-input,.modal-textarea{border:1px solid #d1d5db;border-radius:8px;padding:6px 8px;font-size:13px}.modal-actions{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.modal-actions-right{gap:8px;display:flex}.modal-cancel,.modal-save{cursor:pointer;border:none;border-radius:999px;padding:6px 12px}.modal-cancel{background:#e5e7eb}.modal-save{background:var(--color-primary);color:#fff}.layout-wrapper{height:100vh;display:flex;overflow:hidden}.content-wrapper{flex-direction:column;flex:1;min-width:0;height:100vh;display:flex}.page-content{flex:1;min-width:0;padding:10px 24px 24px;overflow-y:auto}.breadcrumbs{color:#6b7280;border-bottom:1px solid #e5e7eb;padding:.5rem 1.5rem;font-size:.85rem}.app-content{padding:1.5rem}.page-title{color:#111827;letter-spacing:-.02em;border-bottom:1px solid #e5e7eb;margin:0 0 18px;padding-bottom:8px;font-size:22px;font-weight:600}.calendar-container{border:1px solid var(--color-border);background:#fff;border-radius:12px;padding:16px}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@keyframes pulse{50%{opacity:.5}}.page-transition-indicator{position:fixed;top:18px;right:22px;z-index:1400;pointer-events:none}.loading-indicator{display:inline-flex;align-items:center;justify-content:center;min-width:72px;min-height:72px}.loading-indicator-inline{width:100%;min-height:160px}.loading-indicator-compact{min-width:44px;min-height:44px;padding:0;border-radius:999px;background:#ffffffeb;border:1px solid rgba(209,213,219,.95);box-shadow:0 12px 28px #0f172a1f}.loading-indicator__dot{width:18px;height:18px;border-radius:999px;border:2px solid rgba(15,37,79,.18);border-top-color:#0f254f;animation:loading-indicator-spin .8s linear infinite}.loading-indicator-inline .loading-indicator__dot{width:28px;height:28px;border-width:3px}@keyframes loading-indicator-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
