﻿@keyframes jhlite-valid-highlight-animation{0%{background-color:#3ebf5a;stroke:#3ebf5a}50%{background-color:#480;stroke:#480}100%{background-color:#3ebf5a;stroke:#3ebf5a}}@keyframes jhlite-invalid-highlight-animation{0%{background-color:#bf3e3e;stroke:#bf3e3e}50%{background-color:#902;stroke:#902}100%{background-color:#bf3e3e;stroke:#bf3e3e}}:root{font-family:"Roboto",sans-serif;font-size:2.5vw}@media screen and (min-width: 800px){:root{font-size:16px}}.jhlite-button{box-sizing:border-box;border:0;border-radius:.375rem;background-color:#0f5b90;cursor:pointer;padding:.5rem 1rem;text-align:center;text-transform:uppercase;line-height:1.5rem;color:#fff;font-family:"Roboto",sans-serif;font-size:1rem;font-weight:bold}.jhlite-button:hover{background-color:#045085}.jhlite-button:disabled{background-color:rgba(15,91,144,.5);cursor:not-allowed;color:rgba(255,255,255,.5)}.jhlite-button.-block{display:block;width:100%}.jhlite-chip{display:flex;flex-direction:column;gap:5px;margin-bottom:5px;border:1px solid #2572a7;border-radius:6px;background:rgba(255,255,255,.7);text-align:center;color:#1e293b}.jhlite-chip--title{padding-top:6px;padding-bottom:6px;text-align:center}.jhlite-chip--title.-applied::before{float:left;margin:2px 0 0 3px;color:#480;font-family:jhlite-icons;content:""}.jhlite-chip--description{border-top:1px dotted #2572a7;padding-top:6px;padding-bottom:6px;font-size:.8em}.jhlite-chip--description.-compacted{display:none}.jhlite-chip.-selectable-highlighted{cursor:pointer;animation:jhlite-valid-highlight-animation 2s infinite}.jhlite-chip.-not-selectable-highlighted{border-style:dotted;background-color:#b3c2cc;cursor:not-allowed;animation:jhlite-invalid-highlight-animation 2s infinite}.jhlite-chip.-selected{background-color:#0e2b3f;cursor:pointer;color:#fff}.jhlite-chip.-extended{margin-bottom:15px}.jhlite-icon::before{margin:0;padding:0}.jhlite-input-text{box-sizing:border-box;border:1px solid #0e2b3f;border-radius:11px;padding:10px;line-height:1rem;font-size:1rem;background-color:#fff;width:100%;color:#1e293b}.jhlite-input-text:disabled{cursor:not-allowed;color:#809eb3}.jhlite-input-text:disabled{border-color:#4d6b80;background-color:#b3c2cc}.jhlite-label{cursor:pointer}.jhlite-logo{color:#fff;display:flex;gap:1rem;align-items:center;text-decoration:none}.jhlite-logo:hover{color:#b9dff9}.jhlite-logo--icon{width:2.5rem}.jhlite-logo--text{display:none;font-family:Pacifico,cursive;font-size:1.2rem}@media screen and (min-width: 800px){.jhlite-logo--icon{width:48px}.jhlite-logo--text{display:block}}.jhlite-loader{box-sizing:border-box;display:inline-block;border:5px solid #fff;border-radius:50%;border-bottom-color:rgba(0,0,0,0);width:48px;height:48px;animation:jhlite-rotation 1s linear infinite}@keyframes jhlite-rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.jhlite-nav-item{color:#fff;text-decoration:none}.jhlite-nav-item:hover{color:#b9dff9}.jhlite-nav-item.-current{color:#59a5da}.jhlite-nav-item.-current:hover{color:#59a5da}.jhlite-field--optional{text-align:right;font-size:.9rem;font-style:italic}.jhlite-icon-text{display:inline-flex;flex-direction:column;gap:0;align-items:center}.jhlite-icon-text--icon{font-size:1.5rem}.jhlite-icon-text--text{font-size:.8rem}.jhlite-icon-text--text.-lg-only{display:none}@media screen and (min-width: 1200px){.jhlite-icon-text--text.-lg-only{display:block}}@media screen and (min-width: 800px){.jhlite-icon-text{flex-direction:row;gap:.5rem}}@media screen and (min-width: 1200px){.jhlite-icon-text--text{font-size:1rem}}.jhlite-loader-container{display:flex;align-items:center;justify-content:center;height:100%}.jhlite-nav{display:flex;gap:1rem;align-items:center;margin:0;padding:0}.jhlite-nav--item{display:block}.jhlite-toast{display:flex;gap:1vw;align-items:center;border-radius:2vw;padding:2vw;color:#fff;font-size:1.5rem}.jhlite-toast.-success{background-color:#480}.jhlite-toast.-error{background-color:#902}.jhlite-toast--message{flex-basis:0;flex-grow:1}.jhlite-toast--action{opacity:.7;margin:0;border:0;background:none;cursor:pointer;padding:0;color:inherit;font-size:2rem}.jhlite-toast--action:hover{opacity:1}@media screen and (min-width: 800px){.jhlite-toast{gap:10px;border-radius:20px;padding:10px 20px}}.jhlite-header{display:flex;align-items:center;background-color:#0f172a;padding:.5rem 1rem}.jhlite-header--slot.-expand{flex-grow:1}.jhlite-side-menu{box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;padding:1rem;min-height:100%}.jhlite-side-menu--slot.-expand{flex-basis:0;flex-grow:1}.jhlite-vertical-space{display:flex;flex-direction:column}.jhlite-vertical-space.-paragraph{gap:.5rem}.jhlite-layout{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;flex-direction:column}.jhlite-layout--body{flex-basis:0;flex-grow:1;min-width:0;overflow:auto}.jhlite-menu-content-template{box-sizing:border-box;display:flex;flex-direction:column;height:100%;min-height:0}.jhlite-menu-content-template--content{height:inherit}.jhlite-menu-content-template--content,.jhlite-menu-content-template--menu{box-sizing:border-box;flex-basis:0;flex-grow:1;border-bottom:1px solid #0f172a;padding:0;min-height:0;overflow:auto}.jhlite-menu-content-template--content:last-child,.jhlite-menu-content-template--menu:last-child{border-bottom:0}@media screen and (min-width: 800px){.jhlite-menu-content-template{flex-direction:row}.jhlite-menu-content-template--menu{flex-basis:auto;flex-grow:0;width:300px}.jhlite-menu-content-template--content,.jhlite-menu-content-template--menu{border-right:1px solid #0f172a;border-bottom:0}.jhlite-menu-content-template--content:last-child,.jhlite-menu-content-template--menu:last-child{border-right:0}}.jhlite-toast-overlay{position:fixed;top:0;right:0;left:0;z-index:1;padding:2vw}@media screen and (min-width: 800px){.jhlite-toast-overlay{top:auto;right:auto;bottom:0;padding:20px}}/*# sourceMappingURL=tikui.css.map */
