:root{--primary-color: #f97316;--primary-color-light: #ffedd5;--primary-color-dark: #ea580c;--text-light: #ffffff;--text-dark: #1f2937;--text-gray: #6b7280;--bg-light: #f9fafb;--bg-main: #f3f4f6;--border-color: #d1d5db;--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--bg-main);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100vh}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none;color:inherit}ul{list-style:none;margin:0;padding:0}.button{font-weight:500;border-radius:.375rem;outline:none;display:inline-flex;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease;cursor:pointer}.button:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f9731680}.button:disabled{opacity:.5;cursor:not-allowed}.button-primary{background-color:#ea580c;color:#fff}.button-primary:hover{background-color:#c2410c}.button-primary:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f9731680}.button-secondary{background-color:#e5e7eb;color:#1f2937}.button-secondary:hover{background-color:#d1d5db}.button-secondary:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #9ca3af80}.button-outline{border:1px solid #ea580c;color:#ea580c;background-color:transparent;height:40px}.button-outline:hover{background-color:#fff7ed}.button-outline:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f9731680}.button-ghost{color:#ea580c;background-color:transparent}.button-ghost:hover{background-color:#fff7ed}.button-ghost:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f9731680}.button-danger{background-color:#dc2626;color:#fff}.button-danger:hover{background-color:#b91c1c}.button-danger:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #dc262680}.button-sm{padding:.375rem .75rem;font-size:.75rem}.button-md{padding:.5rem 1rem;font-size:.875rem}.button-lg{padding:.75rem 1.5rem;font-size:1rem;width:14rem}.button-icon{height:2rem;width:2rem}.button-icon-left{margin-right:.5rem}.button-icon-right{margin-left:.5rem}.text-input-container.full-width{width:100%}.text-input-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.text-input-wrapper{position:relative;border-radius:.375rem;box-shadow:0 1px 2px #0000000d}.text-input-icon-container{position:absolute;top:0;bottom:0;left:0;padding-left:.75rem;display:flex;align-items:center;pointer-events:none}.text-input-icon{height:1.25rem;width:1.25rem;color:#9ca3af}.text-input-field{display:block;padding:.75rem 1rem;font-size:1rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff}.text-input-field.full-width{width:100%}.text-input-field.with-icon{padding-left:2.5rem}.text-input-field.without-icon{padding-left:1rem;background-color:#e8e8e8}.text-input-field:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 2px #f9731680}.text-input-field::placeholder{color:#9ca3af}.login-container{display:flex;min-height:100vh}.login-left-panel{display:none;width:50%;background-color:#3b82f6}@media (min-width: 768px){.login-left-panel{display:flex}}.login-left-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.login-left-image{width:100%;height:100vh}.login-right-panel{display:flex;flex:1;flex-direction:column;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;padding:3rem 1rem;background-color:#fff}@media (min-width: 1024px){.login-right-panel{width:50%}}@media (min-width: 1280px){.login-right-panel{width:40%;padding-left:1.25rem;padding-right:1.25rem}}.login-form-container{margin-left:auto;margin-right:auto;width:100%;max-width:24rem}@media (min-width: 1024px){.login-form-container{width:24rem}}.login-logo-container{display:flex;align-items:center;justify-content:center;margin-bottom:60px}.login-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;letter-spacing:-.025em;color:#111827}.login-subtitle{margin-top:.5rem;font-size:1rem;line-height:1.5rem;color:#4b5563}.login-form-section{margin-top:2rem}.sso-buttons-container{display:flex;gap:.75rem;margin-bottom:1.5rem}.sso-corp-button,.sso-store-button{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;min-width:200px;min-height:60px;padding-top:.75rem;padding-bottom:.75rem;color:#ea580c;background-color:#fff;border-radius:20px;border:#ff5a28 1px solid}.sso-corp-button:hover,.sso-store-button:hover{background-color:#ea580c;color:#fff;cursor:pointer}.regular-user-prompt{display:flex;align-items:center;justify-content:center}.regular-user-text{margin-top:1.5rem;font-size:.875rem;line-height:1.25rem;color:#4b5563}.regular-user-link{font-weight:700;text-decoration:underline;color:#ea580c;cursor:pointer;margin-left:5px}.regular-user-link:hover{color:#4b5563}.login-form{display:flex;flex-direction:column;gap:1.5rem}.password-input-container{margin-bottom:1rem}.password-label{display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;color:#374151;margin-bottom:.25rem}.password-input-wrapper{position:relative}.password-toggle-button{position:absolute;top:0;right:0;bottom:0;left:auto;padding-right:.75rem;display:flex;align-items:center;color:#9ca3af;background:none;border:none}.password-toggle-button:hover{color:#4b5563}.password-toggle-icon{height:1.25rem;width:1.25rem}.forgot-password-container{display:flex;align-items:center;justify-content:flex-end}.forgot-password-link{font-size:.875rem;line-height:1.25rem}.forgot-password-text{font-weight:600;color:#ea580c}.forgot-password-text:hover{color:#ea580c}.login-button{width:100%;justify-content:center;padding-top:.75rem;padding-bottom:.75rem;background-color:#fff;border-color:#ff5a28;border-width:1.2px;border-radius:8px;color:#909090}.login-button:hover{background-color:#ea580c;color:#fff;cursor:pointer}.error-message{color:#ef4444;font-size:.875rem;margin-top:8px;font-weight:500}.sso-corp-button-text{font-weight:800;font-size:16px}.sidebar{background:#fff 0% 0% no-repeat padding-box;box-shadow:0 3px 6px #00000029;transition:width .3s ease-in-out;width:5rem;overflow:hidden;display:flex;flex-direction:column;opacity:1}.sidebar.is-open{width:16rem}.sidebar-nav{padding:1rem;flex-grow:1}.sidebar-menu-item{display:flex;align-items:center;padding:.75rem;margin:.25rem 0;border-radius:.5rem;color:#374151;transition:color .2s,background-color .2s;width:100%;border:none;cursor:pointer}.sidebar-menu-item:hover{background-color:var(--primary-color-light);color:var(--primary-color)}.sidebar-menu-item.active{background-color:var(--primary-color);color:#fff;box-shadow:var(--shadow-md)}.menu-item-icon{height:1.5rem;width:1.5rem;margin-right:.75rem;flex-shrink:0}.menu-item-label{opacity:0;transition:opacity .3s ease-in-out;white-space:nowrap}.sidebar.is-open .menu-item-label{opacity:1}.sidebar-menu-item.has-submenu{justify-content:space-between}.menu-item-content{display:flex;align-items:center}.submenu-arrow{height:1.25rem;width:1.25rem;transition:transform .3s,opacity .3s;opacity:0}.sidebar.is-open .submenu-arrow{opacity:1}.submenu-arrow.open{transform:rotate(180deg)}.submenu-list{padding-left:1.5rem;margin-top:.25rem;space-y:.25rem}.is-submenu-item{padding-left:1.5rem}.header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background-color:var(--primary-color);color:var(--text-light);box-shadow:var(--shadow-md);height:76px}.header-left,.header-right,.profile-menu,.profile-toggle-btn{display:flex;align-items:center;cursor:pointer;border:none;background:none;padding:0;font-family:inherit;text-align:left;gap:20px}.menu-toggle-btn{color:var(--text-light);cursor:pointer;border:none;background:none;padding:0;font-family:inherit;text-align:left}.menu-icon{height:1.5rem;width:1.5rem}.header-title{font-size:1.25rem;font-weight:700;margin-left:1rem}.notification-btn{position:relative;color:var(--text-light);margin:0 1rem}.bell-icon{height:1.5rem;width:1.5rem}.notification-dot{position:absolute;top:0;right:0;width:.5rem;height:.5rem;background-color:#ef4444;border-radius:9999px}.profile-menu{position:relative}.profile-info{display:flex;flex-direction:column;align-items:flex-end;font-size:.875rem;margin-right:.75rem}.profile-branch{font-weight:600}.profile-avatar{height:2.5rem;width:2.5rem;border-radius:9999px;object-fit:cover}.profile-dropdown{position:absolute;right:0;margin-top:.5rem;width:12rem;background-color:#fff;border-radius:.375rem;box-shadow:var(--shadow-xl);z-index:20;overflow:hidden}.dropdown-item{display:block;padding:.5rem 1rem;font-size:.875rem;color:var(--text-dark);transition:background-color .2s,color .2s}.dropdown-item:hover{background-color:var(--primary-color);color:var(--text-light)}.dropdown-button{width:100%;display:flex;align-items:center;gap:.5rem;cursor:pointer;border:none;background:none}.logout-icon{height:1rem;width:1rem}.appgrid-wrapper{display:flex;justify-content:center;padding:.5rem;width:100%;box-sizing:border-box;top:70px}.appgrid-body{width:100%;max-width:480px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001f;padding:1rem}.appgrid-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 2rem;justify-items:center}.appgrid-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#333;font-size:.85rem;font-weight:500;transition:transform .15s ease,color .15s ease;background:transparent}.appgrid-tile:hover{transform:translateY(-2px);color:#0078d4}.appgrid-icon{font-size:1.8rem;margin-bottom:.4rem;color:#0078d4}.appgrid-fallback{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#e6f0ff;color:#0078d4;font-weight:600;font-size:1.1rem}.appgrid-label{text-align:center;font-size:.75rem;word-break:break-word}.dashboard-layout{display:flex;flex-direction:column;height:100vh;background-color:var(--bg-light);color:var(--text-dark)}.dashboard-body{display:flex;flex:1;overflow:hidden}.main-content{flex:1;overflow-x:hidden;overflow-y:auto;background-color:var(--bg-light);display:flex;flex-direction:column}.content-container{padding:2rem 1.5rem;flex-grow:1}.page-title{font-size:1.5rem;font-weight:600}.main-footer{text-align:center;padding:1rem;font-size:.875rem;color:var(--text-gray);border-top:1px solid var(--border-color);background-color:#fff}.dashboard-container{padding:2rem;display:flex;justify-content:center;flex-direction:column}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem;width:100%;max-width:1200px}.dashboard-card{display:flex;flex-direction:column;align-items:center;justify-content:space-between;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;height:160px;width:140px;padding:1rem 0}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.dashboard-icon-wrapper{height:70px;display:flex;align-items:center;justify-content:center}.dashboard-icon{width:64px;height:64px}.dashboard-label{background-color:#333;color:#fff;width:100%;padding:.5rem 0;text-align:center;font-weight:500;font-size:.95rem;border-bottom-left-radius:8px;border-bottom-right-radius:8px;margin-top:45px}.dashboard-title{font-weight:600;font-size:1.25rem;margin-bottom:40px}.table-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow-x:auto;padding:8px}.user-table{width:100%;border-collapse:collapse;min-width:1000px;font-family:Arial,sans-serif}.user-table thead{background-color:#fff9f4;text-transform:uppercase;font-size:12px;color:#6b7280}.user-table th,.user-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap;font-size:14px;color:#374151}.user-table tbody tr:hover{background-color:#f3f4f6}.user-table .highlight{color:#f97316;font-weight:700}.status-badge{padding:4px 8px;border-radius:4px;font-size:12px;display:inline-block}.status-badge.active{background-color:#d1fae5;color:#065f46}.status-badge.inactive{background-color:#fee2e2;color:#991b1b}.action-cell{text-align:right}.menu-button{background:none;border:none;cursor:pointer;color:#9ca3af;transition:color .2s}.menu-button:hover{color:#4b5563}.menu-icon{width:20px;height:20px}.navigtion{display:flex;gap:8px;align-items:center}.nav-button{width:32px;height:32px;display:flex;align-items:center;gap:4px;justify-content:center;border:1px solid #ddd;background-color:#fff;border-radius:4px;cursor:pointer;transition:all .2s ease-in-out}.nav-button:hover:not(:disabled){background-color:#f5f5f5}.nav-button:disabled{opacity:.5;cursor:not-allowed}.search-container{position:relative;border-radius:4px;background-color:#e0e0e0;display:flex;align-items:center;margin-left:16px;transition:background-color .2s ease}.search-container:hover{background-color:#bdbdbd}@media (min-width: 900px){.search-container{margin-right:160px;width:auto}}@media (max-width: 899px){.search-container{width:50%;margin-left:25%}}@media (max-width: 599px){.search-container{width:50%;margin-left:0}}.search-input-box{font-weight:400;font-size:1rem;line-height:1.4375em;letter-spacing:.00938em;box-sizing:border-box;position:relative;cursor:text;display:inline-flex;-webkit-box-align:center;align-items:center;color:inherit;padding-right:calc(1em + 32px);padding-left:8px;width:100%;transition:width .3s cubic-bezier(.4,0,.2,1);border-radius:5px 0 0 5px;border:1px solid #ea580c;height:40px}.search-input-box:focus{width:100%;border:1px solid #ea580c;outline:none}@media (min-width: 600px){.search-input-box:focus{width:100%;border:1px solid #ea580c}}.search-button{padding:0 16px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;background-color:#fb6c00;border:none;transition:background-color .2s ease;height:40px;border-radius:0 4px 4px 0}.search-button:hover{background-color:#e65100}.search-icon{font-size:20px}.pagination{display:flex;align-items:center;justify-content:flex-end;margin-top:20px}.rows-per-page{display:flex;align-items:center;gap:8px}.rows-per-page select{padding:4px 8px;border:1px solid #ddd;border-radius:4px;background-color:#fff}.page-info{margin:0 8px}.sync-button{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.app-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f3f4f6}.app-content{display:flex;flex:1;padding-top:4rem;position:relative}.app-main{flex:1;transition:margin-left .3s ease;min-height:calc(100vh - 4rem);margin-left:0}.app-main.with-sidebar{margin-left:15rem}.app-main.with-sidebar.sidebar-hidden{margin-left:0}@media (max-width: 768px){.app-main.with-sidebar{margin-left:0}.sidebar{z-index:95}}button,a{transition:all .2s ease}.toaster{min-width:250px;display:flex;align-items:center;position:fixed;z-index:999;padding:5px 15px 5px 5px;border-radius:5px;right:0;background:#fff;box-shadow:2px 1px 2px 1px #00000040;margin:15px;cursor:pointer;transition:.5s}.toaster.show{top:0}.toaster.hide{top:-100px}.toaster .border{height:50px;width:4px;border-radius:5px;margin-right:14px}.toaster .border.success{background-color:green}.toaster .border.warning{background-color:#f0a92e}.toaster .border.error{background-color:#db4437}.toaster .container{display:flex;justify-content:flex-start;align-items:center;gap:15px;width:100%}.toaster .container .toaster-icon{font-size:20px}.toaster .container .toaster-icon.success{color:green;background-color:#fff}.toaster .container .toaster-icon.warning{color:#f0a92e}.toaster .container .toaster-icon.error{color:#db4437}.toaster .container p{font-family:Inter,sans-serif;margin:0;font-size:14px}.toaster .container .toaster-close-icon{color:#626d82;font-size:16px}.hide-element{display:none}.loader{width:65px;height:65px;border:8px solid #ee9b00a6;border-radius:50px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;background-color:#fff9;display:flex;align-items:center;justify-content:center}.loader span{display:block;background:#ee9b00;position:absolute;border-radius:50px}.loader .hour{width:6px;height:22px;top:24.5px;left:21px;animation:load9243 1.2s linear infinite;transform-origin:top center}.loader .min{width:6px;height:17px;top:24.5px;left:21px;animation:load9243 4s linear infinite;transform-origin:top center}.loader .circle{width:10px;height:10px;top:19px;left:19px}@keyframes load9243{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
