:root{--template-header-height:4rem;--template-sidebar-width:19rem}#template__login>.row>div{height:100vh}#template__login>.row>div:first-child{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem;background-color:#fff}#template__login>.row>div:last-child{background-color:var(--bs-light);background-image:url(../img/bg-login.webp);background-position:50%;background-size:cover}#template__login .logo{width:70%;max-height:4rem;margin-bottom:1.5rem}#template__login form{width:25rem;max-width:100%}#template__container{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:'main';height:100%;min-height:100vh;background-color:var(--bs-light)}@media only screen and (min-width:768px){#template__container{grid-template-columns:var(--template-sidebar-width) 1fr;grid-template-rows:var(--template-header-height) 1fr;grid-template-areas:'aside header' 'aside main';height:100%}}#template__sidebar{grid-area:aside;position:fixed;display:grid;grid-template-columns:1fr;grid-template-rows:9fr 1fr;width:var(--template-sidebar-width);height:100vh;color:#fff;background-color:var(--palette-2);box-shadow:.5rem 0 1rem 0 rgba(0,0,0,.05)}#template__sidebar::-webkit-scrollbar{width:.75rem}#template__sidebar::-webkit-scrollbar-track{background:0 0}#template__sidebar::-webkit-scrollbar-thumb{background:#414a62;border:3px solid var(--palette-2);border-radius:var(--border-radius-pill);transition:all .15s ease-in-out}#template__sidebar::-webkit-scrollbar-thumb:hover{background:#414a62}#template__sidebar .sidebar-logo{display:flex;align-items:center;justify-content:center;margin-bottom:4rem;padding:0 .85rem;height:4rem;background-color:#fff}#template__sidebar .sidebar-logo>img{height:calc(var(--template-header-height) - 1.5rem)}#template__sidebar .sidebar-navigation-group{padding:2rem .5rem 3rem;color:#fff;border-top:1px solid rgba(255,255,255,.2)}#template__sidebar .sidebar-navigation-header{color:rgba(255,255,255,.7);background-color:var(--palette-2)}#template__sidebar .sidebar .nav .nav-link{color:rgba(255,255,255,.7)}#template__sidebar .sidebar .nav .nav-link:active,#template__sidebar .sidebar .nav .nav-link:focus,#template__sidebar .sidebar .nav .nav-link:hover{color:rgba(255,255,255,1)}#template__header{grid-area:header;padding:0 3rem;background-color:#fff;box-shadow:0 .5rem 1rem rgba(0,0,0,.05)}#template__header .container-fluid{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:var(--template-header-height)}#template__header .site-search{margin-right:auto}#template__content{grid-area:main;padding:2rem 3rem;width:100%;height:100%;min-height:100vh}body.content-only #template__container{display:block}body.content-only #template__content{padding:0}#template__page-header{display:flex;align-items:center;justify-content:space-between;height:4rem}#template__page-header h1{margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#template__page-header h1>i,#template__page-header h1>svg{margin-right:.8rem;color:var(--palette-1);font-weight:400}#template__page-header h1>.current{color:var(--palette-1)}#template__page-header h1>.current:before{content:'\f105';display:none;font-family:var(--font-icons);font-weight:400}#template__page-header h1>.current>svg{margin:0 .5rem;width:.5rem}#template__page-header .buttons{display:flex;align-items:center;justify-content:flex-end;flex-direction:row-reverse}#template__page-header .buttons .btn:not(:first-child){margin-left:.5rem}