.dashboard-layout{min-height:100vh;position:relative}.dashboard-layout__mobile-header{z-index:10;background:#fff;border-bottom:1px solid #e8eaed;align-items:center;gap:12px;margin-top:56px;padding:12px 16px;display:flex;position:sticky;top:56px}.dashboard-layout__mobile-header button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.dashboard-layout__mobile-header span{color:#3c4043;font-size:16px;font-weight:600}.dashboard-layout__overlay{z-index:1040;background-color:#0000004d;width:100%;height:100%;position:fixed;top:0;left:0}.dashboard-layout__content{min-height:calc(100vh - 56px);padding:16px}.dashboard-layout__content--with-sidebar{margin-top:56px;margin-left:225px}.dashboard-layout__content--mobile{margin-top:56px}.dashboard-sidebar{background:#fff;border-right:1px solid #e8eaed;width:225px;font-family:Inter,sans-serif}.dashboard-sidebar--desktop{z-index:10;height:calc(100vh - 56px);position:fixed;top:56px;left:0;overflow-y:auto}.dashboard-sidebar--mobile{z-index:1045;height:100vh;transition:transform .3s ease-in-out;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:2px 0 8px #00000026}.dashboard-sidebar--mobile.dashboard-sidebar--open{transform:translate(0)}.dashboard-sidebar__header{border-bottom:1px solid #e8eaed;justify-content:flex-end;padding:12px 16px;display:flex}.dashboard-sidebar__header button{cursor:pointer;color:#3c4043;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.dashboard-sidebar__header button:hover{color:#c53d3d}.dashboard-sidebar__menu{margin:0;padding:8px 0;list-style:none}.dashboard-sidebar__item{cursor:pointer;color:#3c4043;-webkit-user-select:none;user-select:none;border-left:3px solid #0000;align-items:center;padding:14px 24px;font-size:14px;font-weight:500;transition:background-color .2s,color .2s;display:flex}.dashboard-sidebar__item:hover:not(.dashboard-sidebar__item--disabled){background-color:#f1f3f4}.dashboard-sidebar__item--active{color:#c53d3d;background-color:#fdf3f3;border-left-color:#c53d3d;font-weight:600}.dashboard-sidebar__item--disabled{color:#9aa0a6;cursor:not-allowed;opacity:.5}.dashboard-sidebar__label{white-space:nowrap}@media (max-width:991px){.dashboard-sidebar{width:180px!important}.dashboard-layout__content--with-sidebar{margin-top:56px;margin-left:180px}}body.has-dashboard-sidebar .footer-custom-style{width:calc(100% - 225px)!important;left:225px!important}body.has-dashboard-sidebar #app-footer{margin-left:225px;padding:20px!important}
/*# sourceMappingURL=6c30d83e58491dc8.css.map*/