.mvp-layout{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:min-content 1fr min-content;grid-area:page;height:100%;width:100%;gap:0;position:relative;overflow:hidden;--sidebar-width:280px}.mvp-layout.scrollable{overflow:visible;height:auto}.mvp-layout.scrollable>.mvp-header{z-index:3}.mvp-layout>.mvp-header{grid-area:header;z-index:1}.mvp-layout>.mvp-content{grid-area:page;position:relative;min-width:0;overflow:auto}.mvp-layout>.mvp-sidebar.sidebar-fixed{height:100vh;position:sticky;top:0}.mvp-layout>.mvp-sidebar.mvp-sidebar-left{grid-area:left}.mvp-layout>.mvp-sidebar.mvp-sidebar-right{grid-area:right}.mvp-layout>.mvp-footer{grid-area:footer;z-index:1}.mvp-layout.lhr-lpr-lfr{grid-template-areas:"left header right" "left page right" "left footer right"}.mvp-layout.lhr-lpr-lff{grid-template-areas:"left header right" "left page right" "left footer footer"}.mvp-layout.lhr-lpr-ffr{grid-template-areas:"left header right" "left page right" "footer footer right"}.mvp-layout.lhr-lpr-fff{grid-template-areas:"left header right" "left page right" "footer footer footer"}.mvp-layout.lhr-lpp-lfr{grid-template-areas:"left header right" "left page page" "left footer right"}.mvp-layout.lhr-lpp-lff{grid-template-areas:"left header right" "left page page" "left footer footer"}.mvp-layout.lhr-lpp-ffr{grid-template-areas:"left header right" "left page page" "footer footer right"}.mvp-layout.lhr-lpp-fff{grid-template-areas:"left header right" "left page page" "footer footer footer"}.mvp-layout.lhr-ppr-lfr{grid-template-areas:"left header right" "page page right" "left footer right"}.mvp-layout.lhr-ppr-lff{grid-template-areas:"left header right" "page page right" "left footer footer"}.mvp-layout.lhr-ppr-ffr{grid-template-areas:"left header right" "page page right" "footer footer right"}.mvp-layout.lhr-ppr-fff{grid-template-areas:"left header right" "page page right" "footer footer footer"}.mvp-layout.lhh-lpr-lfr{grid-template-areas:"left header header" "left page right" "left footer right"}.mvp-layout.lhh-lpr-lff{grid-template-areas:"left header header" "left page right" "left footer footer"}.mvp-layout.lhh-lpr-ffr{grid-template-areas:"left header header" "left page right" "footer footer right"}.mvp-layout.lhh-lpr-fff{grid-template-areas:"left header header" "left page right" "footer footer footer"}.mvp-layout.lhh-lpp-lfr{grid-template-areas:"left header header" "left page page" "left footer right"}.mvp-layout.lhh-lpp-lff{grid-template-areas:"left header header" "left page page" "left footer footer"}.mvp-layout.lhh-lpp-ffr{grid-template-areas:"left header header" "left page page" "footer footer right"}.mvp-layout.lhh-lpp-fff{grid-template-areas:"left header header" "left page page" "footer footer footer"}.mvp-layout.lhh-ppr-lfr{grid-template-areas:"left header header" "page page right" "left footer right"}.mvp-layout.lhh-ppr-lff{grid-template-areas:"left header header" "page page right" "left footer footer"}.mvp-layout.lhh-ppr-ffr{grid-template-areas:"left header header" "page page right" "footer footer right"}.mvp-layout.lhh-ppr-fff{grid-template-areas:"left header header" "page page right" "footer footer footer"}.mvp-layout.hhr-lpr-lfr{grid-template-areas:"header header right" "left page right" "left footer right"}.mvp-layout.hhr-lpr-lff{grid-template-areas:"header header right" "left page right" "left footer footer"}.mvp-layout.hhr-lpr-ffr{grid-template-areas:"header header right" "left page right" "footer footer right"}.mvp-layout.hhr-lpr-fff{grid-template-areas:"header header right" "left page right" "footer footer footer"}.mvp-layout.hhr-lpp-lfr{grid-template-areas:"header header right" "left page page" "left footer right"}.mvp-layout.hhr-lpp-lff{grid-template-areas:"header header right" "left page page" "left footer footer"}.mvp-layout.hhr-lpp-ffr{grid-template-areas:"header header right" "left page page" "footer footer right"}.mvp-layout.hhr-lpp-fff{grid-template-areas:"header header right" "left page page" "footer footer footer"}.mvp-layout.hhr-ppr-lfr{grid-template-areas:"header header right" "page page right" "left footer right"}.mvp-layout.hhr-ppr-lff{grid-template-areas:"header header right" "page page right" "left footer footer"}.mvp-layout.hhr-ppr-ffr{grid-template-areas:"header header right" "page page right" "footer footer right"}.mvp-layout.hhr-ppr-fff{grid-template-areas:"header header right" "page page right" "footer footer footer"}.mvp-layout.hhh-lpr-lfr{grid-template-areas:"header header header" "left page right" "left footer right"}.mvp-layout.hhh-lpr-lff{grid-template-areas:"header header header" "left page right" "left footer footer"}.mvp-layout.hhh-lpr-ffr{grid-template-areas:"header header header" "left page right" "footer footer right"}.mvp-layout.hhh-lpr-fff{grid-template-areas:"header header header" "left page right" "footer footer footer"}.mvp-layout.hhh-lpp-lfr{grid-template-areas:"header header header" "left page page" "left footer right"}.mvp-layout.hhh-lpp-lff{grid-template-areas:"header header header" "left page page" "left footer footer"}.mvp-layout.hhh-lpp-ffr{grid-template-areas:"header header header" "left page page" "footer footer right"}.mvp-layout.hhh-lpp-fff{grid-template-areas:"header header header" "left page page" "footer footer footer"}.mvp-layout.hhh-ppr-lfr{grid-template-areas:"header header header" "page page right" "left footer right"}.mvp-layout.hhh-ppr-lff{grid-template-areas:"header header header" "page page right" "left footer footer"}.mvp-layout.hhh-ppr-ffr{grid-template-areas:"header header header" "page page right" "footer footer right"}.mvp-layout.hhh-ppr-fff{grid-template-areas:"header header header" "page page right" "footer footer footer"}.mvp-sidebar{overflow-y:visible;overflow-x:clip;z-index:1}.mvp-sidebar .sidebar-wrapper{width:var(--sidebar-width);overflow:auto;height:100%;display:flex;flex-direction:column}html[data-mvp-sidebar-collapsed="true"] .mvp-sidebar{margin-right:calc(var(--sidebar-width) * -1);opacity:0;border-left:none!important}.mvp-layout.sidebar-fixed .mvp-sidebar{position:sticky;top:0;max-height:100vh;z-index:5}@media (max-width:calc(576px - 1px)){.mvp-layout.sidebar-breakpoint-sm .mvp-sidebar{position:fixed;top:0;right:0;bottom:0;z-index:1050;max-height:100vh;box-shadow:-2px 0 8px rgba(0,0,0,0.15);margin-right:calc(var(--sidebar-width) * -1);width:var(--sidebar-width)!important;opacity:1!important}.mvp-layout.sidebar-breakpoint-sm .mvp-sidebar:not(.collapsed){margin-right:0}.mvp-layout.sidebar-breakpoint-sm.sidebar-toggleable .mvp-sidebar:not(.collapsed) ~ .mvp-sidebar-overlay,.mvp-layout.sidebar-breakpoint-sm.sidebar-toggleable:has(.mvp-sidebar:not(.collapsed))::before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:rgba(0,0,0,0.2);cursor:pointer;animation:fadeIn 0.3s both}}@media (max-width:calc(768px - 1px)){.mvp-layout.sidebar-breakpoint-md .mvp-sidebar{position:fixed;top:0;right:0;bottom:0;z-index:1050;max-height:100vh;box-shadow:-2px 0 8px rgba(0,0,0,0.15);margin-right:calc(var(--sidebar-width) * -1);width:var(--sidebar-width)!important;opacity:1!important}.mvp-layout.sidebar-breakpoint-md .mvp-sidebar:not(.collapsed){margin-right:0}.mvp-layout.sidebar-breakpoint-md.sidebar-toggleable .mvp-sidebar:not(.collapsed) ~ .mvp-sidebar-overlay,.mvp-layout.sidebar-breakpoint-md.sidebar-toggleable:has(.mvp-sidebar:not(.collapsed))::before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:rgba(0,0,0,0.2);cursor:pointer;animation:fadeIn 0.3s both}}@media (max-width:calc(992px - 1px)){.mvp-layout.sidebar-breakpoint-lg .mvp-sidebar{position:fixed;top:0;right:0;bottom:0;z-index:1050;max-height:100vh;box-shadow:-2px 0 8px rgba(0,0,0,0.15);margin-right:calc(var(--sidebar-width) * -1);width:var(--sidebar-width)!important;opacity:1!important}.mvp-layout.sidebar-breakpoint-lg .mvp-sidebar:not(.collapsed){margin-right:0}.mvp-layout.sidebar-breakpoint-lg.sidebar-toggleable .mvp-sidebar:not(.collapsed) ~ .mvp-sidebar-overlay,.mvp-layout.sidebar-breakpoint-lg.sidebar-toggleable:has(.mvp-sidebar:not(.collapsed))::before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:rgba(0,0,0,0.2);cursor:pointer;animation:fadeIn 0.3s both}}@media (max-width:calc(1200px - 1px)){.mvp-layout.sidebar-breakpoint-xl .mvp-sidebar{position:fixed;top:0;right:0;bottom:0;z-index:1050;max-height:100vh;box-shadow:-2px 0 8px rgba(0,0,0,0.15);margin-right:calc(var(--sidebar-width) * -1);width:var(--sidebar-width)!important;opacity:1!important}.mvp-layout.sidebar-breakpoint-xl .mvp-sidebar:not(.collapsed){margin-right:0}.mvp-layout.sidebar-breakpoint-xl.sidebar-toggleable .mvp-sidebar:not(.collapsed) ~ .mvp-sidebar-overlay,.mvp-layout.sidebar-breakpoint-xl.sidebar-toggleable:has(.mvp-sidebar:not(.collapsed))::before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:rgba(0,0,0,0.2);cursor:pointer;animation:fadeIn 0.3s both}}@media (max-width:calc(1400px - 1px)){.mvp-layout.sidebar-breakpoint-xxl .mvp-sidebar{position:fixed;top:0;right:0;bottom:0;z-index:1050;max-height:100vh;box-shadow:-2px 0 8px rgba(0,0,0,0.15);margin-right:calc(var(--sidebar-width) * -1);width:var(--sidebar-width)!important;opacity:1!important}.mvp-layout.sidebar-breakpoint-xxl .mvp-sidebar:not(.collapsed){margin-right:0}.mvp-layout.sidebar-breakpoint-xxl.sidebar-toggleable .mvp-sidebar:not(.collapsed) ~ .mvp-sidebar-overlay,.mvp-layout.sidebar-breakpoint-xxl.sidebar-toggleable:has(.mvp-sidebar:not(.collapsed))::before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:rgba(0,0,0,0.2);cursor:pointer;animation:fadeIn 0.3s both}}.mvp-sidebar-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;min-height:2rem;padding:0.25rem 0.5rem;border-radius:0.25rem;transition:all 0.2s ease}.mvp-sidebar-toggle i{transition:transform 0.2s ease}.mvp-container{display:flex;align-items:center;justify-content:space-between;gap:0.7rem}.mvp-container.compact{padding-top:0.4rem;padding-bottom:0.4rem;gap:0.5rem}.mvp-container.compact .page-toolbar-start,.mvp-container.compact .page-toolbar-end{gap:0.35rem}.mvp-container-left{display:flex;align-items:center;gap:0.5rem;flex:0 1 auto}.mvp-container-right{display:flex;align-items:center;gap:0.5rem;flex:0 0 auto;margin-left:auto}.mvp-container .btn{white-space:nowrap!important}:root{color:#fff454}.app-sidebar{--mvp-sidebar-opacity:1;--mvp-sidebar-bg-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity));background-color:var(--mvp-sidebar-bg-color)}.breadcrumb{margin-bottom:0}.hide-btn-text .show-btn-text .btn-text{display:inline!important}.hide-btn-text .btn-text{display:none}.bi{vertical-align:middle}html[data-bs-theme="dark"] .dark-theme-only{display:block}html[data-bs-theme="light"] .light-theme-only{display:block}.card-title{float:none;margin-bottom:var(--bs-card-title-spacer-y)}.mvp-container{display:flex;align-items:center;justify-content:space-between;gap:0.7rem}.mvp-container.compact{padding-top:0.4rem;padding-bottom:0.4rem;gap:0.5rem}.mvp-container.compact .page-toolbar-start,.mvp-container.compact .page-toolbar-end{gap:0.35rem}.mvp-container-left{display:flex;align-items:center;gap:0.5rem;flex:0 1 auto}.mvp-container-right{display:flex;align-items:center;gap:0.5rem;flex:0 0 auto;margin-left:auto}.mvp-container .btn{white-space:nowrap!important}.mvp-toolbar{display:flex;width:100%;flex-direction:column;flex-wrap:wrap;align-items:stretch;gap:0.5rem}.mvp-toolbar--reverse{flex-direction:column-reverse}.mvp-toolbar-start{flex-grow:9999;min-width:0}.mvp-action-row{display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap;flex-grow:1;min-width:0}.mvp-action-row--scroll{flex-wrap:nowrap;overflow-x:auto}.mvp-action-row--scroll>*{flex-shrink:0}.mvp-action-row-grow{flex-grow:1;min-width:0;width:auto}.app-wrapper.fill{height:100vh;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.app-wrapper.fill::-webkit-scrollbar{display:none}.app-wrapper.fill .app-main{min-height:0;overflow:auto}.app-wrapper.fill .page-content{min-height:0;overflow:auto}.app-wrapper.fill .sidebar-wrapper{overflow-y:visible;height:auto}.app-header{flex-wrap:wrap}.mvp-table{--stripe-color-1:#f8f9fa;--stripe-color-2:#e9ecef;--stripe-size:10px}.mvp-table.bg-striped{background:repeating-linear-gradient(45deg,var(--stripe-color-1),var(--stripe-color-1) var(--stripe-size),var(--stripe-color-2) var(--stripe-size),var(--stripe-color-2) calc(var(--stripe-size) * 2))}.mvp-table .table{margin-bottom:0}html[data-bs-theme="dark"] .mvp-table{--stripe-color-1:#23272b;--stripe-color-2:#343a40}.btn-default,.btn-outline-default{box-shadow:none;color:var(--bs-gray-700)}.btn-default:hover,.btn-outline-default:hover,.btn-default:focus,.btn-outline-default:focus,.btn-default:active,.btn-outline-default:active{background-color:var(--bs-gray-200);border-color:var(--bs-gray-300)}.btn-default:first-child:active,.btn-outline-default:first-child:active{background-color:var(--bs-gray-300);border-color:var(--bs-gray-400)}.btn-outline-default{border-color:var(--bs-light-border-subtle)}.nav.nav-underline{--bs-nav-link-color:var(--bs-gray-800);--bs-nav-link-hover-color:var(--bs-gray-900);--bs-nav-link-active-color:var(--bs-gray-800)}.nav.nav-underline .nav-link.active{color:var(--bs-nav-link-color);border-bottom-color:var(--bs-emphasis-color);font-weight:800}.nav.nav-underline .nav-link:hover{border-bottom-color:var(--bs-emphasis-color)}.avatar{--avatar-size:2.5rem;display:inline-flex;align-items:center;justify-content:center;width:var(--avatar-size);height:var(--avatar-size);flex-shrink:0;border-radius:50%;overflow:hidden;background-color:transparent;vertical-align:middle}.avatar-img{width:100%;height:100%;object-fit:cover;display:block}.avatar-svg{width:100%;height:100%;display:block;line-height:0}.avatar-xs{--avatar-size:1.5rem}.avatar-sm{--avatar-size:2rem}.avatar-md{--avatar-size:2.5rem}.avatar-lg{--avatar-size:3.5rem}.avatar-xl{--avatar-size:5rem}.avatar-xxl{--avatar-size:7.5rem}.avatar-wrap{position:relative;display:inline-block;line-height:0}.avatar-status{position:absolute;bottom:4%;right:4%;width:22%;height:22%;border-radius:50%;border:2px solid var(--bs-body-bg,#fff);background-color:var(--bs-secondary-color,#adb5bd)}.avatar-status.online{background-color:var(--bs-success)}.avatar-status.away{background-color:var(--bs-warning)}.avatar-status.busy{background-color:var(--bs-danger)}fieldset{border-top:0;border-left:0;border-right:0;padding-left:0;padding-right:0}fieldset:last-of-type{border:0}fieldset legend{padding:0}.image-height{--height:auto;--_h-sm:var(--height-sm,var(--height));--_h-md:var(--height-md,var(--_h-sm));--_h-lg:var(--height-lg,var(--_h-md));--_h-xl:var(--height-xl,var(--_h-lg));--_h-xxl:var(--height-xxl,var(--_h-xl));max-width:100%;height:var(--height)}@media (min-width:576px){.image-height{height:var(--_h-sm)}}@media (min-width:768px){.image-height{height:var(--_h-md)}}@media (min-width:992px){.image-height{height:var(--_h-lg)}}@media (min-width:1200px){.image-height{height:var(--_h-xl)}}@media (min-width:1400px){.image-height{height:var(--_h-xxl)}}