:root{--app-background-image:url(../img/background.png);--app-section-box-shadow:var(--bs-box-shadow);--app-header-background:var(--bs-tertiary-bg);--app-footer-background:var(--bs-secondary-bg);--app-navbar-brand-max-width:10rem;--app-navbar-brand-max-height:4rem;--app-content-max-width:1920px;--app-content-gradient-primary-color:var(--bs-body-bg);--app-content-gradient-secondary-color:rgba(255,255,255,0)}html,body{width:100%!important;height:100%!important}*:has(.app){overflow:hidden!important}.app{display:flex!important;flex-direction:column;margin:0!important;overflow:auto!important;background-image:var(--app-background-image);background-attachment:fixed;background-position-x:left;background-position-y:center;background-repeat:no-repeat;background-size:auto 100%}.app .app-header,.app .app-footer{flex-shrink:1!important}.app .app-content{flex-grow:1!important}.app .app-content,.app .app-header>*,.app .app-footer>*{width:100%!important;max-width:var(--app-content-max-width)!important;margin-left:auto!important;margin-right:auto!important}.app-header,.app-footer{box-shadow:var(--app-section-box-shadow)!important}.app-header{position:sticky!important;top:0!important;z-index:3!important;width:100%!important;background:var(--app-header-background)!important}.app-header .navbar .navbar-brand img{max-width:var(--app-navbar-brand-max-width);max-height:var(--app-navbar-brand-max-height)}.app .app-content{background:#fff;background:linear-gradient(90deg,var(--app-content-gradient-secondary-color) 0%,var(--app-content-gradient-primary-color) 25%,var(--app-content-gradient-primary-color) 75%,var(--app-content-gradient-secondary-color) 100%)}.app-footer{background:var(--app-footer-background)!important}.app-footer .breadcrumb{--bs-breadcrumb-divider:'|'!important;--bs-breadcrumb-divider-color:var(--page-bg-secondary-color)!important}.app-footer .breadcrumb a{text-decoration:none!important}