.preloader{position:fixed;z-index:999999;background:#edf1f5;width:100%;height:100%}.preloader-content{border:0 solid transparent;border-radius:50%;width:150px;height:150px;position:absolute;top:calc(50vh - 75px);left:calc(50vw - 75px)}.preloader-content:after,.preloader-content:before{content:"";border:1em solid var(--primary-color);border-radius:50%;width:inherit;height:inherit;position:absolute;top:0;left:0;animation:loader 2s linear infinite;opacity:0}.preloader-content:before{animation-delay:.5s}@keyframes loader{0%{transform:scale(0);opacity:0}50%{opacity:1}to{transform:scale(1);opacity:0}}*{box-sizing:border-box}html{height:100%;font-size:1rem}body{font-family:var(--font-family);color:var(--text-color);background-color:var(--surface-ground);margin:0;padding:0;min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:var(--primary-color)}.layout-theme-light{background-color:#edf1f5}.p-multiselect-panel .p-multiselect-header .p-checkbox-box:after{content:"Select all";position:absolute;top:-2px;left:28px;display:block;width:100px;color:#000}.layout-topbar{position:fixed;height:5rem;z-index:997;left:0;top:2rem;width:100%;padding:0 2rem;background-color:var(--surface-card);transition:left .2s;display:flex;align-items:center;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)}.layout-topbar .layout-topbar-logo{display:flex;align-items:center;color:var(--surface-900);font-size:1.5rem;font-weight:500;width:300px;border-radius:12px}.layout-topbar .layout-topbar-logo img{height:3rem;margin-right:.5rem}.layout-topbar .layout-topbar-logo:focus{outline:0 none;outline-offset:0;transition:box-shadow .2s;box-shadow:var(--focus-ring)}.layout-topbar .layout-topbar-button{display:inline-flex;justify-content:center;align-items:center;position:relative;color:var(--text-color-secondary);border-radius:50%;width:3rem;height:3rem;cursor:pointer;transition:background-color .2s}.layout-topbar .layout-topbar-button:hover{color:var(--surface-a);background-color:var(--primary-color)}.layout-topbar .layout-topbar-button:focus{outline:0 none;outline-offset:0;transition:box-shadow .2s;box-shadow:var(--focus-ring)}.layout-topbar .layout-topbar-button i{font-size:1.5rem}.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{margin:0 0 0 auto;padding:0;list-style:none;display:flex}.layout-topbar .layout-topbar-menu .layout-topbar-button{margin-left:1rem}.nav-header-section{display:flex;margin-bottom:16px}.nav-header-section .nav-header-title{display:flex;align-items:center;flex:1;font-size:20px}.nav-header-section .nav-header-title .nav-header-back{margin-right:8px;cursor:pointer;font-size:20px}.nav-header-section .nav-header-actions .p-button{margin-left:16px}@media(max-width:991px){.layout-topbar{justify-content:space-between}.layout-topbar .layout-topbar-logo{width:auto;order:2}.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{margin-left:0;position:absolute;flex-direction:column;background-color:var(--surface-overlay);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);border-radius:12px;padding:1rem;right:2rem;top:5rem;min-width:15rem}.layout-topbar .layout-topbar-menu .layout-topbar-button{margin-left:0;display:flex;width:100%;height:auto;justify-content:flex-start;border-radius:12px;padding:1rem}.layout-topbar .layout-topbar-menu .layout-topbar-button i{font-size:1rem;margin-right:.5rem}.layout-topbar .layout-topbar-menu .layout-topbar-button span{font-weight:medium;display:block}}.layout-sidebar{position:fixed;width:300px;height:calc(100vh - 9rem);z-index:999;overflow-y:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;top:9rem;left:2rem;transition:transform .2s,left .2s;background-color:var(--surface-overlay);border-radius:12px;padding:1.5rem;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)}.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{text-transform:uppercase;color:var(--surface-900);font-weight:600;margin-bottom:.5rem;font-size:.875rem}.layout-menu li a{cursor:pointer;text-decoration:none;display:flex;align-items:center;color:var(--text-color);transition:color .2s,background-color .15s;border-radius:12px;padding:.75rem 1rem}.layout-menu li a span{margin-left:.5rem}.layout-menu li a .menuitem-toggle-icon{margin-left:auto}.layout-menu li a:focus{outline:0 none;outline-offset:0;transition:box-shadow .2s;box-shadow:inset var(--focus-ring)}.layout-menu li a:hover{background-color:var(--surface-hover)}.layout-menu li a.router-link-exact-active{font-weight:700;color:#fff;background-color:var(--primary-color)}.layout-menu li a .p-badge{margin-left:auto}.layout-menu li.active-menuitem>a .menuitem-toggle-icon:before{content:""}.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{position:fixed;top:0;padding:0;right:0;width:20rem;z-index:999;height:100vh;transform:translateX(100%);transition:transform .2s;backface-visibility:hidden;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);background-color:var(--surface-overlay);border-top-left-radius:12px;border-bottom-left-radius:12px}.layout-config.layout-config-active{transform:translateX(0)}.layout-config .layout-config-button{display:block;position:absolute;width:52px;height:52px;line-height:52px;background-color:var(--primary-color);color:var(--primary-color-text);text-align:center;top:230px;left:-52px;z-index:-1;overflow:hidden;cursor:pointer;border-top-left-radius:12px;border-bottom-left-radius:12px;transition:background-color .2s}.layout-config .layout-config-button i{font-size:32px;line-height:inherit;cursor:pointer;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{position:relative;overflow:auto;height:100vh;padding:2rem}.layout-config .config-scale{display:flex;align-items:center;margin:1rem 0 2rem 0}.layout-config .config-scale .p-button{margin-right:.5rem}.layout-config .config-scale i{margin-right:.5rem;font-size:.75rem;color:var(--text-color-secondary)}.layout-config .config-scale i.scale-active{font-size:1.25rem;color:var(--primary-color)}.layout-config .free-themes img{width:2rem;border-radius:4px;transition:transform .2s}.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;min-height:100vh;justify-content:space-between;padding:9rem 2rem 2rem 4rem;transition:margin-left .2s}.layout-main{flex:1 1 auto}.layout-footer{transition:margin-left .2s;padding:1rem 2rem;border-top:1px solid var(--surface-border);background:#3f3f3f}.layout-footer,.layout-footer a{color:#fff}.layout-footer .layout-footer-box{display:flex;justify-content:space-between;margin:1rem 0 1rem 0;line-height:1.5rem}.layout-footer .layout-footer-box.layout-footer-box-border{padding-bottom:1.5rem;border-bottom:1px solid #fff}.layout-footer .layout-footer-box .layout-footer-link{display:flex;align-items:end}.layout-footer .layout-footer-box .layout-footer-link.layout-footer-link-top{align-items:flex-start}.layout-footer .layout-footer-box .layout-footer-link.layout-footer-link-top a:first-child{padding-left:0}.layout-footer .layout-footer-box .layout-footer-link a{display:inline-block;height:16px;padding:0 1rem;line-height:16px;font-size:14px;border-left:1px solid #fff}.layout-footer .layout-footer-box .layout-footer-link a:first-child{border-left:none}.layout-footer .layout-footer-box .layout-footer-link a:last-child{padding-right:0}.layout-footer .layout-footer-box .layout-footer-box-copyright{text-align:right}@media screen and (max-width:1200px){.layout-footer .layout-footer-box,.layout-footer .layout-footer-box .layout-footer-link{flex-direction:column;align-items:flex-start}.layout-footer .layout-footer-box .layout-footer-link{margin-top:.5rem}.layout-footer .layout-footer-box .layout-footer-link a{margin:.2rem 0;padding-left:0;border-left:none}.layout-footer .layout-footer-box .layout-footer-box-copyright{margin-top:.5rem;text-align:left}}@media(min-width:992px){.layout-wrapper.layout-overlay .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper.layout-overlay .layout-sidebar{transform:translateX(-100%);left:0;top:0;height:100vh;border-top-left-radius:0;border-bottom-left-radius:0}.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{transform:translateX(-100%);left:0}.layout-wrapper.layout-static.layout-static-sidebar-inactive .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper .layout-mask{display:none}}@media screen and (max-width:960px){.p-datatable .p-datatable-tbody>tr>td{display:block!important}}@media(max-width:991px){.layout-wrapper .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper .layout-sidebar{transform:translateX(-100%);left:0;top:0;height:100vh;border-top-left-radius:0;border-bottom-left-radius:0}.layout-wrapper .layout-mask{z-index:998;background-color:var(--maskbg)}.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}}@media(max-width:767px){.wizard-button{display:flex;flex-direction:column}.wizard-button .p-button{margin-top:1rem}.file-list-item{flex-direction:column}.p-toast{width:100%!important;right:0!important}.nav-header-section{flex-direction:column}.nav-header-section .nav-header-actions .p-button{margin-bottom:.5rem;width:100%}}.show-all-label .p-dropdown-label,.show-all-label .p-multiselect-label{white-space:normal}#printContainer,.gameMachinePrint-header{display:none}@media print{body{-webkit-print-color-adjust:exact}#approve-actions .p-button,.ck-toolbar .ck-toolbar__items,.file-download .pi-download,.hidden-print,.layout-config,.layout-main-container,.layout-sidebar,.layout-topbar,.nav-header-section,.p-autocomplete-token-icon,.p-fileupload-choose,.p-fileupload-empty,.page-title,.print-hidden-btn .p-button,.wizard-button{display:none!important}.main-section,.main-section-content{display:block!important}.field,.preview-min-height,.print-test,div.p-dropdown,div.p-multiselect,table,tr{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.print-table-no-break table{page-break-inside:auto;-moz-column-break-inside:auto;break-inside:auto}.entitlements-value .p-inputnumber-input{border:none!important}.ck-toolbar{border-bottom:none!important}#printContainer,.gameMachinePrint-header{display:block}.gameMachinePrint-header-text{margin:20px 0;font-size:20px;font-weight:700}.p-datatable .p-datatable-tbody>tr>td,.p-datatable .p-datatable-thead>tr>th{padding:.2rem .2rem!important;font-size:12px}}.card{background-color:var(--surface-card);padding:1.5rem;color:var(--surface-900);margin-bottom:1rem;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}.card.card-w-title{padding-bottom:2rem}.isModified.field{background:#fef9f3}.p-invalid.field{border:1px solid #b00020}.field.mb-none{margin-bottom:0;padding-bottom:0}.field.field-margin-top-md{margin-top:1rem}.field.required .p-float-label>label:after,.field.required>label:after{content:"*";position:relative;left:.1rem;color:#b00020}.preview-min-height{word-break:break-all;min-height:18px}.preview-min-height.p-inputtext{min-height:52px}.field-radiobutton .p-radiobutton-checked+label{color:#3f51b5}.ck.ck-content:not(.ck-focused){border:1px solid #c4c4c4!important;border-top:none!important}.assign-permission-a,.assign-permission-user{color:var(--primary-color)}.assign-permission-user{background:#e4e4e9;font-size:16px;font-weight:700;padding:10px 5px}.cursor{cursor:pointer}h1,h2,h3,h4,h5,h6{margin:1.5rem 0 1rem 0;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}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;padding:.25rem .4rem;border-radius:12px;font-family:monospace}blockquote{margin:1rem 0;padding:0 2rem;border-left:4px solid #90a4ae}hr{border-top:solid var(--surface-border);border-width:1px 0 0 0;margin:1rem 0}p{margin:0 0 1rem 0;line-height:1.5}p:last-child{margin-bottom:0}