.sidebar{background-color:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;flex-shrink:0;min-height:100vh;padding:24px;width:340px}.sidebar .ui-button{margin-top:auto}.sidebar__logo{font-size:1.25rem;font-weight:800;margin-bottom:24px}.sidebar__nav{display:flex;flex-direction:column;gap:4px}.sidebar__link{align-items:center;border-radius:8px;display:flex;font-size:.9375rem;font-weight:500;gap:6px;padding:8px 12px;transition:.2s ease}.sidebar__link:hover{background-color:#f3f4f699}.sidebar__link:active{background-color:#f3f4f6cc}.sidebar__link--active{background-color:#f3f4f6e6;pointer-events:none}.ui-breadcrumbs{align-items:center;display:flex;gap:6px}.ui-breadcrumbs__item{font-size:.875rem;font-weight:500}.ui-breadcrumbs__item--link{color:#6b7280;transition:.2s ease}.ui-breadcrumbs__item--current,.ui-breadcrumbs__item--link:hover{color:#111827}.ui-breadcrumbs__sep{color:#e5e7eb;font-size:.875rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:20px 24px;width:100%}.huge-preloader{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:center;left:0;opacity:.95;position:fixed;top:0;width:100%;z-index:9999}.huge-preloader__preloader{animation:spin 2s linear infinite;background:conic-gradient(from 180deg at 50% 50%,#f3f4f6,#111827 1turn);border-radius:50%;display:grid;height:100%;max-height:30px;max-width:30px;place-items:center;width:100%}.huge-preloader__preloader:before{background-color:#fff;border-radius:50%;content:"";height:80%;width:80%}@keyframes spin{to{transform:rotate(1turn)}}.ui-confirm-dialog{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#0009;display:flex;justify-content:center;inset:0;padding:16px;position:fixed;z-index:1000}.ui-confirm-dialog__content{background:#fff;border-radius:4px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;max-width:420px;padding:16px;width:100%}.ui-confirm-dialog__content-title{font-size:20px;font-weight:600;margin-bottom:12px}.ui-confirm-dialog__content-description{font-size:16px;font-weight:400;margin-bottom:24px}.ui-confirm-dialog__content-field{margin-bottom:24px}.ui-confirm-dialog__content-buttons{display:grid;gap:6px;grid-template-columns:1fr}.ui-confirm-dialog__content-buttons .ui-button{width:100%}@media (min-width:500px){.ui-confirm-dialog__content-buttons{grid-template-columns:1fr 1fr}}.default-layout{background-color:#f3f4f6;display:flex;height:100vh}.default-layout__content-wr{display:flex;flex:1;flex-direction:column;min-width:0}.default-layout__content{flex:1;min-width:0;overflow:auto;padding:24px 0}
