@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800&display=swap";@theme{--font-sans: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; --breakpoint-2xl: 1920px;}*{box-sizing:border-box;margin:0;padding:0;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}:root{--color-background:#0e1415;--color-on-background-container:#171d1e;--color-background-navbar:#192734;--color-text-navbar:#fff;--color-name-navbar:#fff;--color-icon-default:#fff;--color-icon-popout:#0f0;--color-text-default:#fff;--color-text-popout:#0f0;--button-text-color:#fff;--button-background-color:#000;--color-background-hamburger-menu-top:#15202b;--color-background-hamburger-menu:#192634;--color-text-hamburger-menu:#fff;--color-background-hamburger-menu-hover:#17222f;--color-text-hamburger-menu-hover:#0f0;--color-icon-hamburger-menu:#fff;--color-background-hamburger-menu-item-selected:#444;--color-text-item-hamburger-menu-selected:gray}html,body,#app{height:100%;min-height:100%}body{background-color:var(--color-background);color:#fff}.ccs-button{appearance:button;cursor:pointer;text-align:center;border-style:solid;border-radius:.375rem;width:200px;height:50px;text-decoration:none;display:inline-block}.ccs-button.ccs-button--primary{color:#fff;fill:#fff;background-color:gray}.ccs-button.ccs-button--primary:hover{color:#d6d6d6;background-color:#6e6d6e;outline:0 solid #8080}.ccs-button.ccs-button--primary:disabled{color:#797878;background-color:#3f3f3f}.ccs-button.ccs-button--back{color:#fff;fill:#fff;background-color:#c7e0b26c}.ccs-button.ccs-button--back:hover{background-color:#c7e0b2a2;outline:0 solid #8080}.ccs-button.ccs-button--back:disabled{cursor:default;background-color:#9b9b9be1}.ccs-button.ccs-button--return{color:#fff;fill:#fff;background-color:#e72a2a80}.ccs-button.ccs-button--return:hover{background-color:#e72a2a;outline:10px solid #8080}.ccs-button.ccs-button--return:disabled{cursor:default;background-color:#9b9b9be1}.ccs-button.ccs-button--next{color:#fff;fill:#fff;background-color:#3ea747}.ccs-button.ccs-button--next:hover{color:#dfffdb;background-color:#27c034;outline:0 solid #8080}.ccs-button.ccs-button--next:active{background-color:#8080;outline:0 solid #8080}.ccs-button.ccs-button--next:disabled{cursor:default;background-color:#9b9b9be1}.modal-backdrop{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.ccs-modal{z-index:1001;text-align:center;background:#fff;border-radius:8px;width:400px;padding:20px;box-shadow:0 2px 10px #0000001a}.ccs-modal .ccs-modal--center{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ccs-modal.ccs-modal--medium{width:50%;height:50%}.ccs-modal.ccs-modal--primary{background:var(--color-background)}.ccs-modal.ccs-modal--primary h1{color:#fff;margin-bottom:20px;font-size:40px;font-weight:400}.ccs-modal.ccs-modal--primary p{color:var(--color-text-navbar)}.ccs-modal.ccs-modal--warning{background:#ff0}.ccs-modal.ccs-modal--error{background:orange}.ccs-rolecolors.ccs-rolecolors--ADMIN{color:#fb0}.ccs-rolecolors.ccs-rolecolors--MEDIA{color:#fbff00d2}.ccs-rolecolors.ccs-rolecolors--SCENE{color:#47c7fa}.ccs-rolecolors.ccs-rolecolors--GAME{color:#0084ff}.ccs-rolecolors.ccs-rolecolors--VAKT{color:#fa00fa}.ccs-rolecolors.ccs-rolecolors--SUPPORT{color:#00ff2a}.ccs-rolecolors.ccs-rolecolors--KIOSK{color:#ff009d}.ccs-participant-container{background-color:#7e6969;position:absolute;overflow-y:scroll}@media screen and (width>=600px){.ccs-participant-container{width:500px;height:auto;max-height:80%;left:10px}}@media screen and (width<=600px){.ccs-participant-container{width:100%;height:auto;max-height:70%}}.ccs-participant-card{-webkit-user-select:none;user-select:none;background-color:#3f3e3e;border:2px;align-items:stretch;width:100%;display:flex;position:relative}.ccs-participant-card:hover{color:#d6d5d5;cursor:pointer;background-color:#585858}@media screen and (width<=600px){.ccs-participant-card{height:160px;font-size:1.5rem}.ccs-participant-card .image_container{width:160px;height:160px;margin:.25vw}}@media screen and (width>=600px){.ccs-participant-card{height:165px;font-size:2rem}.ccs-participant-card .image_container{width:160px;height:160px}}.ccs-participant-card .image_container{border:4px solid;position:relative}.ccs-participant-card .image_container.in{border-color:green}.ccs-participant-card .image_container.out{border-color:red}.ccs-participant-card .text_container{z-index:1;grid-template-columns:1fr;grid-row:1fr 1fr 1fr;height:100%;padding-top:.1vw;display:grid}.ccs-participant-card .text_container p{min-height:3vw}.ccs-participant-card .status{z-index:0;justify-content:center;align-items:center;width:60%;height:100%;display:flex;position:absolute;right:0%}.ccs-participant-card .status span{opacity:.4;font-size:3rem;rotate:30deg}.ccs-participant-card .status.EXPIRED{color:red;z-index:2}.ccs-participant-card .status.CREW{color:green}
