.preloader{background:#edf1f5;height:100%;position:fixed;width:100%;z-index:999999}.preloader-content{border:0 solid transparent;border-radius:50%;height:150px;left:calc(50vw - 75px);position:absolute;top:calc(50vh - 75px);width:150px}.preloader-content:after,.preloader-content:before{-webkit-animation:loader 2s linear infinite;animation:loader 2s linear infinite;border:1em solid var(--primary-color);border-radius:50%;content:"";height:inherit;left:0;opacity:0;position:absolute;top:0;width:inherit}.preloader-content:before{-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes loader{0%{opacity:0;transform:scale(0)}50%{opacity:1}to{opacity:0;transform:scale(1)}}@keyframes loader{0%{opacity:0;transform:scale(0)}50%{opacity:1}to{opacity:0;transform:scale(1)}}*{box-sizing:border-box}html{font-size:14px;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--surface-ground);color:var(--text-color);font-family:var(--font-family);margin:0;min-height:100%;padding:0}a{color:var(--primary-color);text-decoration:none}.layout-theme-light{background-color:#edf1f5}.layout-topbar{align-items:center;background-color:var(--surface-card);box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08);display:flex;height:5rem;left:0;position:fixed;top:0;transition:left .2s;width:100%;z-index:997}.layout-topbar .layout-topbar-logo{align-items:center;border-radius:12px;color:var(--surface-900);display:flex;font-size:1.5rem;font-weight:500;width:300px}.layout-topbar .layout-topbar-logo img{height:2.5rem;margin-right:.5rem}.layout-topbar .layout-topbar-logo:focus{box-shadow:var(--focus-ring);outline:0 none;outline-offset:0;transition:box-shadow .2s}.layout-topbar .layout-topbar-button{align-items:center;border-radius:50%;color:var(--text-color-secondary);cursor:pointer;display:inline-flex;height:3rem;justify-content:center;position:relative;transition:background-color .2s;width:3rem}.layout-topbar .layout-topbar-button:hover{background-color:var(--surface-hover);color:var(--text-color)}.layout-topbar .layout-topbar-button:focus{box-shadow:var(--focus-ring);outline:0 none;outline-offset:0;transition:box-shadow .2s}.layout-topbar .layout-topbar-button i{font-size:1.5rem}.layout-topbar .layout-topbar-button span{display:none;font-size:1rem}.layout-topbar .layout-menu-button{margin-left:2rem}.layout-topbar .layout-topbar-menu-button{display:none}.layout-topbar .layout-topbar-menu-button i{font-size:1.25rem}.layout-topbar .layout-topbar-menu{display:flex;list-style:none;margin:0 0 0 auto;padding:0}.layout-topbar .layout-topbar-menu .layout-topbar-button{margin-left:1rem}.layout-topbar .layout-topbar-text{align-items:center;border-radius:50%;cursor:pointer;display:inline-flex;height:3rem;justify-content:center;position:relative;transition:background-color .2s}@media (max-width:991px){.layout-topbar{justify-content:space-between}.layout-topbar .layout-topbar-logo{order:2;width:auto}.layout-topbar .layout-menu-button{margin-left:0;order:1}.layout-topbar .layout-topbar-menu-button{display:inline-flex;margin-left:0;order:3}.layout-topbar .layout-topbar-menu{background-color:var(--surface-overlay);border-radius:12px;box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08);flex-direction:column;margin-left:0;min-width:15rem;padding:1rem;position:absolute;right:2rem;top:5rem}.layout-topbar .layout-topbar-menu .layout-topbar-button{border-radius:12px;display:flex;height:auto;justify-content:flex-start;margin-left:0;padding:1rem;width:100%}.layout-topbar .layout-topbar-menu .layout-topbar-button i{font-size:1rem;margin-right:.5rem}.layout-topbar .layout-topbar-menu .layout-topbar-button span{display:block;font-weight:medium}}.layout-sidebar{background-color:var(--surface-overlay);border-radius:12px;box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08);height:calc(100vh - 9rem);left:2rem;overflow-y:auto;padding:1.5rem;position:fixed;top:7rem;transition:transform .2s,left .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:300px;z-index:999}.layout-menu{list-style-type:none;margin:0;padding:0}.layout-menu li.layout-menuitem-category{margin-top:.75rem}.layout-menu li.layout-menuitem-category:first-child{margin-top:0}.layout-menu li .layout-menuitem-root-text{color:var(--surface-900);font-size:.875rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase}.layout-menu li a{align-items:center;border-radius:12px;color:var(--text-color);cursor:pointer;display:flex;padding:.75rem 1rem;text-decoration:none;transition:color .2s;transition:background-color .15s}.layout-menu li a span{margin-left:.5rem}.layout-menu li a .menuitem-toggle-icon{margin-left:auto}.layout-menu li a:focus{box-shadow:inset var(--focus-ring);outline:0 none;outline-offset:0;transition:box-shadow .2s}.layout-menu li a:hover{background-color:var(--surface-hover)}.layout-menu li a.router-link-exact-active{color:var(--primary-color);font-weight:700}.layout-menu li a .p-badge{margin-left:auto}.layout-menu li.active-menuitem>a .menuitem-toggle-icon:before{content:"\e933"}.layout-menu li ul{list-style-type:none;margin:0;padding:0}.layout-menu li ul.layout-submenu-wrapper-enter-from,.layout-menu li ul.layout-submenu-wrapper-leave-to{max-height:0}.layout-menu li ul.layout-submenu-wrapper-enter-to,.layout-menu li ul.layout-submenu-wrapper-leave-from{max-height:1000px}.layout-menu li ul.layout-submenu-wrapper-leave-active{overflow:hidden;transition:max-height .45s cubic-bezier(0,1,0,1)}.layout-menu li ul.layout-submenu-wrapper-enter-active{overflow:hidden;transition:max-height 1s ease-in-out}.layout-menu li ul ul{padding-left:1rem}.layout-config{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:var(--surface-overlay);border-bottom-left-radius:12px;border-top-left-radius:12px;box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08)!important;color:var(--text-color);height:100vh;padding:0;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .2s;width:20rem;z-index:999}.layout-config.layout-config-active{transform:translateX(0)}.layout-config .layout-config-button{background-color:var(--primary-color);border-bottom-left-radius:12px;border-top-left-radius:12px;color:var(--primary-color-text);cursor:pointer;display:block;height:52px;left:-52px;line-height:52px;overflow:hidden;position:absolute;text-align:center;top:230px;transition:background-color .2s;width:52px;z-index:-1}.layout-config .layout-config-button i{cursor:pointer;font-size:32px;line-height:inherit;transform:rotate(0deg);transition:color .2s,transform 1s}.layout-config .layout-config-close{position:absolute;right:1rem;top:1rem;z-index:1}.layout-config .layout-config-content{height:100vh;overflow:auto;padding:2rem;position:relative}.layout-config .config-scale{align-items:center;display:flex;margin:1rem 0 2rem}.layout-config .config-scale .p-button{margin-right:.5rem}.layout-config .config-scale i{color:var(--text-color-secondary);font-size:.75rem;margin-right:.5rem}.layout-config .config-scale i.scale-active{color:var(--primary-color);font-size:1.25rem}.layout-config .free-themes img{border-radius:4px;transition:transform .2s;width:2rem}.layout-config .free-themes img:hover{transform:scale(1.1)}.layout-config .free-themes span{font-size:.75rem;margin-top:.25rem}.layout-main-container{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding:7rem 2rem 2rem 4rem;transition:margin-left .2s}.layout-main{flex:1 1 auto}.layout-footer{align-items:center;border-top:1px solid var(--surface-border);display:flex;justify-content:center;padding-top:1rem;transition:margin-left .2s}@media (min-width:992px){.layout-wrapper.layout-overlay .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper.layout-overlay .layout-sidebar{border-bottom-left-radius:0;border-top-left-radius:0;height:100vh;left:0;top:0;transform:translateX(-100%)}.layout-wrapper.layout-overlay.layout-overlay-sidebar-active .layout-sidebar{transform:translateX(0)}.layout-wrapper.layout-static .layout-main-container{margin-left:300px}.layout-wrapper.layout-static.layout-static-sidebar-inactive .layout-sidebar{left:0;transform:translateX(-100%)}.layout-wrapper.layout-static.layout-static-sidebar-inactive .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper .layout-mask{display:none}}@media (max-width:991px){.layout-wrapper .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper .layout-sidebar{border-bottom-left-radius:0;border-top-left-radius:0;height:100vh;left:0;top:0;transform:translateX(-100%)}.layout-wrapper .layout-mask{background-color:var(--maskbg);z-index:998}.layout-wrapper .layout-mask.layout-mask-enter-from,.layout-wrapper .layout-mask.layout-mask-leave-to{background-color:transparent}.layout-wrapper.layout-mobile-sidebar-active .layout-sidebar{transform:translateX(0)}.layout-wrapper.layout-mobile-sidebar-active .layout-mask{display:block}.body-overflow-hidden{overflow:hidden}}.card{background-color:var(--surface-card);border-radius:12px;box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08)!important;color:var(--surface-900);margin-bottom:1rem;padding:1.5rem}.card.card-w-title{padding-bottom:2rem}h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:500;line-height:1.2;margin:1.5rem 0 1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}mark{background:#fff8e1;border-radius:12px;font-family:monospace;padding:.25rem .4rem}blockquote{border-left:4px solid #90a4ae;margin:1rem 0;padding:0 2rem}hr{border-top:solid var(--surface-border);border-width:1px 0 0;margin:1rem 0}p{line-height:1.5;margin:0 0 1rem}p:last-child{margin-bottom:0}@font-face{font-family:Corporate;src:url(/public/fonts/Corporate-A-Condensed-reg-webfont.ttf) format("truetype")}@font-face{font-family:Licence Plate;src:url(/public/fonts/heavy-equipment.regular.ttf) format("truetype")}.layout-topbar-text{color:#fff;font-family:Corporate,Times New Roman,Arial,serif;font-size:19px}.layout-topbar{background-color:#000;color:#fff}.layout-topbar .layout-topbar-button{color:#fff}@media (max-width:991px){.layout-topbar .layout-topbar-menu>li>a,.layout-topbar .layout-topbar-menu>li>span{color:#000}}h1,h2,h3,h4,h5,h6{font-family:Corporate,Times New Roman,Arial,serif}.licence-plate-font{font-family:Licence Plate,Times New Roman,Arial,serif}.p-button .p-button-text{color:grey}.tooltip{color:#000}.layout-menu li a:focus{box-shadow:none}.input-wrap{padding-top:8px}@media (min-width:991px){.input-wrap p{padding-top:5px}}
