@import"https://fonts.cdnfonts.com/css/poppins";.home{margin:0 auto;text-align:center;width:100vw}.spinner-overlay{height:100vh;width:100vw;position:fixed;top:0;left:0;z-index:10}.spinner{display:inline-block;position:relative;width:2rem;height:2rem}.spinner-overlay .spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.spinner__line{transform-origin:16px 16px;animation:run-spinner 1.2s linear infinite}.spinner__line:after{content:" ";display:block;position:absolute;top:14px;left:25px;width:8px;height:3px;border-radius:20%;background-color:var(--color-primary)}.spinner__line:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.spinner__line:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.spinner__line:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.spinner__line:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.spinner__line:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.spinner__line:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.spinner__line:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.spinner__line:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.spinner__line:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.spinner__line:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.spinner__line:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.spinner__line:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes run-spinner{0%{opacity:1}to{opacity:0}}.lohmann_timesheet{height:100vh;margin:0;display:flex;flex-direction:column;font-family:Poppins,sans-serif}.lohmann_timesheet__content{display:flex;flex-grow:1;padding-bottom:48px}.lohmann_timesheet__content .spinner{position:fixed;top:45%;left:45%}.lohmann_timesheet__footer{display:flex;width:100%;padding:12px 0;justify-content:center;align-items:center;gap:10px;background:#cfcfcf;color:#fff;font-size:16px;font-weight:700;position:fixed;bottom:0}.lohmann_timesheet__info{display:flex;max-width:353px;align-self:center;align-items:flex-start;gap:16px;position:fixed;top:0;font-size:14px;font-weight:600;padding:16px 0}.lohmann_timesheet__info svg{width:48px;height:32px}.lohmann_timesheet__img{width:100%;max-width:100vw}@media (orientation: landscape){.lohmann_timesheet__info{display:none}}@media (orientation: portrait){.lohmann_timesheet__content{padding-top:95px;padding-bottom:0}.lohmann_timesheet{width:100vw;overflow-y:hidden}.lohmann_timesheet__img{width:auto;max-width:1280px;max-height:calc(100vh - 143px)}}.form-field{margin-bottom:.5rem}.form-field_disabled{pointer-events:none}.form-field_disabled .form-field__input{opacity:.48}.form-field__label-container{position:relative;display:inline-block}.form-field__label{display:block;margin-bottom:.5rem;color:#000;font-size:1rem;font-style:normal;font-weight:500}.form-field__label:first-letter{text-transform:uppercase}.form-field__input-wrapper{position:relative;display:flex;align-items:center}.form-field__help-text{margin-top:.375rem;display:block;color:#e22b28;font-size:.8rem;line-height:normal;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.form-field__input{outline:none;background:transparent;box-sizing:border-box;position:relative;padding:.75rem 1rem;border:1px solid #c2c2c2;width:100%;font-size:1rem;font-weight:400;line-height:normal;color:#000;transition-property:border-color;transition-duration:.4s;margin-bottom:1.5rem}.form-field__input:focus{border-color:#000}.form-field__input_error{border-color:#e22b28;margin-bottom:0}.form-field__input_error:focus{border-color:#e22b28}.login-page{font-family:Poppins,sans-serif;display:flex;justify-content:center;padding:2rem}.image-wrapper{position:relative;height:100%;display:flex;margin-right:9.25rem}.image-wrapper img{height:calc(100vh - 4rem)}.image-wrapper .image-text{position:absolute;bottom:0;right:-5rem;bottom:2.2rem}.form-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;min-width:28.75rem}.form-wrapper .logo{position:absolute;top:3.5625rem}.form-wrapper .login-form{text-align:left;min-width:28.75rem}.form-wrapper .login-title{color:#000;font-size:3rem;font-weight:700;line-height:normal;margin:0 0 .5rem}.form-wrapper .login-subtitle{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;display:inline-block;margin-bottom:2rem}.form-wrapper .submit-button{width:100%;padding:.75rem 1rem;background:var(--color-primary);box-shadow:0 10px 16px #92a00929;border:none;color:#fff;outline:none;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;cursor:pointer}.form-wrapper .submit-button:disabled{opacity:.24;box-shadow:none;pointer-events:none;cursor:default}.form-wrapper .submit-button:disabled .spinner{width:1rem;height:1rem}.form-wrapper .login-form-error{margin-top:.375rem;display:block;color:#e22b28;font-size:.8rem;line-height:normal;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:1.125rem}@media (min-width: 768px) and (max-width: 1024px){.login-page{padding-top:5rem}.image-wrapper{display:none}.form-wrapper .logo{position:static;margin-bottom:7.5rem}}@media (min-width: 320px) and (max-width: 767px){.login-page{padding:5.375rem 1.25rem 1.25rem}.image-wrapper{display:none}.form-wrapper{min-width:17.5rem;width:100%}.form-wrapper .logo{position:static;margin-bottom:7.5rem}.form-wrapper .login-form{min-width:17.5rem}}.search{height:3rem;box-sizing:border-box;display:flex;align-items:center;padding:.75rem .75rem .75rem 1rem;border:1px solid var(--border-gray);border-radius:.5rem;background-color:var(--color-white)}.search__label{display:flex;align-items:center;margin-right:12px;cursor:pointer}.search__input{width:100%;font-size:1rem;font-weight:400;line-height:1.5rem;border:none;outline:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search__input ::placeholder{color:var(--border-gray)}.lohmann_card{width:100%;height:175px;max-width:428px;box-sizing:border-box;box-shadow:0 1px 25px #0000001f;border-right:32px solid var(--color-primary);padding:16px;cursor:pointer;display:flex;flex-direction:column;gap:8px;flex-grow:1;background:#fff}.lohmann_card__name{color:#000;font-size:12px;font-weight:500}.lohmann_card__room{color:#000;font-size:18px;font-weight:600}.lohmann_card__details{color:#757575;font-size:14px;font-weight:400}.lohmann_card__link{margin-top:auto;color:#879406;font-size:14px;font-weight:600;align-self:flex-end;text-align:center;display:flex;justify-content:center;gap:8px}.lohmann_card__link-arrow{transform:rotate(180deg)}.lohmann_card__link-arrow path{fill:#879406}.dashboard-page{font-family:Poppins,sans-serif;display:flex;flex-direction:column;padding:2rem;background:linear-gradient(to bottom,#f1f1f1,#f1f1f1 50%,#dfdedb 50%,#dfdedb);min-height:100vh;box-sizing:border-box}.dashboard-page__search{margin-right:1rem;margin-left:2rem;flex-grow:1}@media (max-width: 767px){.dashboard-page__search{margin-right:0;margin-left:0}}.page-header{position:relative;width:100%;display:flex;align-items:center;margin-bottom:1rem}.page-header .logo{position:absolute;top:2rem;left:2rem}.page-header picture,.page-header img{width:100%;height:auto}.page-header .image-text{position:absolute;right:4.3rem}.page-header .logout{position:absolute;right:1rem;top:1rem;display:flex;align-items:center;padding:.5rem;border-radius:.5rem;border:1px solid var(--border-gray);background:#fff;outline:none;cursor:pointer;gap:.5rem}.page-header .logout svg{padding:.25rem}.dashboard-wrapper{padding:0 4.625rem}.dashboard-wrapper .dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.dashboard-wrapper .dashboard-header .dashboard-title{font-size:3rem;margin:0}.dashboard-wrapper .dashboard-header .week-switcher{display:flex;align-items:center;gap:2rem;font-size:1rem;font-weight:600;line-height:normal}.dashboard-wrapper .dashboard-header .week-switcher .arrow-button{display:flex;align-items:center;padding:.75rem;border-radius:.5rem;border:1px solid var(--border-gray);background:#fff;outline:none}.dashboard-wrapper .dashboard-header .week-switcher .right{display:flex;align-items:center;transform:rotate(180deg)}.dashboard-wrapper .dashboard{display:grid;gap:1rem 1.5rem;grid-template-columns:repeat(3,1fr)}@media (min-width: 1920px){.dashboard-wrapper .dashboard{grid-template-columns:repeat(4,1fr)}}@media (min-width: 768px) and (max-width: 1024px){.page-header .logo{width:6.4375rem;height:2.6875rem}.page-header .image-text{width:12.25rem;height:6rem}.page-header .logout-text{display:none}.dashboard-wrapper{padding:0}.dashboard-wrapper .dashboard-header .dashboard-title{font-size:1.5rem}.dashboard-wrapper .dashboard-header .week-switcher{gap:1rem}.dashboard-wrapper .dashboard{grid-template-columns:repeat(2,1fr)}}@media (min-width: 320px) and (max-width: 767px){.dashboard-page{padding:0;background:#f1f1f1}.page-header .logo{width:5.4375rem;height:1.6875rem;top:1.5rem;left:1.5rem}.page-header .image-text{width:11.25rem;height:6rem;right:1.375rem;bottom:1.125rem}.page-header .logout-text{display:none}.dashboard-wrapper{padding:0 1.25rem 1.25rem}.dashboard-wrapper .dashboard-header{flex-direction:column;align-items:stretch;gap:1rem}.dashboard-wrapper .dashboard-header .dashboard-title{font-size:1.5rem}.dashboard-wrapper .dashboard-header .week-switcher{gap:0;justify-content:space-between}.dashboard-wrapper .dashboard{grid-template-columns:repeat(1,1fr)}}@font-face{font-family:Roboto-Condensed;src:url(/custom/assets/Roboto-Condensed-Regular-CslPu68M.ttf) format("truetype"),url(/custom/assets/Roboto-Condensed-Regular-DrEGAYYf.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Roboto-Condensed;src:url(/custom/assets/Roboto-Condensed-Bold-DUeIfame.ttf) format("truetype"),url(/custom/assets/Roboto-Condensed-Bold-D0n_S4hR.woff) format("woff");font-weight:700;font-style:normal}.waitlist-queue{height:100vh;display:flex;flex-direction:column;font-family:Roboto-Condensed,Arial,Helvetica,sans-serif}.waitlist-queue *{box-sizing:border-box}.waitlist-queue .header{width:100%;height:13.7%;background:#235c8f;padding:1.32vh}.waitlist-queue .header .logo{height:100%}.waitlist-queue .queue-grid{display:grid;width:100%;height:100%;grid-template:10.8vh 1fr/1fr 1fr}.waitlist-queue .column-header{background:#0074bd;text-transform:uppercase;color:#fff;display:flex;align-items:center;justify-content:center;font-size:3.66vw}.waitlist-queue .current-number{display:flex;align-items:center;justify-content:center;background-color:#235c8f;font-size:10.96vw;font-weight:700;color:#fff}.waitlist-queue .arrow-icon{width:8.77vw;height:8.77vw;margin:0 32px}.waitlist-queue .numbers-list{display:flex;flex-direction:column;align-items:center;font-size:7.3vw;line-height:8.55vw;font-weight:700;color:#373b40;background:#e9eaec;padding-top:4.3vh;height:75.49vh;overflow-y:auto}.waitlist-queue .numbers-list .number{margin-bottom:40px}.wrapper-scan{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;font-size:14vh;font-weight:700;color:#fff;box-sizing:border-box;background-color:#373e5d;justify-content:space-between}.barcode-icon{width:32vh}.wrapper-success{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;font-size:14vh;font-weight:700;color:#fff;box-sizing:border-box;background-color:#46bb67;justify-content:space-between}.success-icon{width:23vh}.wrapper-error{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;font-size:14vh;font-weight:700;color:#fff;box-sizing:border-box;background-color:#e34d4d;justify-content:space-between}.icon-wrapper{background:#fff;display:flex;align-items:center;justify-content:center;width:46vh;height:46vh;border-radius:50%;margin-top:5vh;margin-bottom:5vh}.text{padding:0 5vh 5vh;text-align:center}.stop-icon{width:24vh}@font-face{font-family:Roboto-Condensed;src:url(/custom/assets/Roboto-Condensed-Bold-DUeIfame.ttf) format("truetype"),url(/custom/assets/Roboto-Condensed-Bold-D0n_S4hR.woff) format("woff");font-weight:700;font-style:normal}#root{min-width:100%;min-height:100vh}.visitor-queue-screen{height:100vh;display:flex;flex-direction:column;font-family:Roboto-Condensed,Arial,Helvetica,sans-serif}.visitor-queue-screen *{box-sizing:border-box}.visitor-queue-screen .logo-wrapper{background:#f2f5f8;padding:16px 40px}.visitor-queue-screen .logo{width:15.625vw}.visitor-queue-screen .title{background:var(--color-primary);font-size:4.1vw;text-transform:uppercase;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center}.visitor-queue-screen .queue-grid{height:100%;display:flex;align-items:center;justify-content:center;font-size:4.5vw;font-weight:700}.visitor-queue-screen .arrow-icon{margin:0 3.489vw;width:4.57vw}.registration{font-size:16px;margin:20px;display:flex;flex-direction:column}.registration p{line-height:16px}.registration__header{margin-left:30px}.registration__header-info{display:flex}.registration__toolbar{margin-top:20px;display:flex;justify-content:center}.registration-message{margin:20px;font-size:24px}.registration .button{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:12px 33px;font-size:14px;box-shadow:0 2px 5px #ffcecc;border-radius:24px;border:1px solid #ff6661;background-color:#ff6661;color:#fff;font-weight:700;text-transform:uppercase;transition-property:border-color,background-color,color;transition-duration:.2s;cursor:pointer}.registration .button_disabled{opacity:.24;box-shadow:none;pointer-events:none}.event-title{font-size:22px;margin-bottom:10px}.group-leader{font-weight:700;margin-right:5px}.visitors{margin-top:30px}.visitor-row{margin:8px 0;display:flex}.visitor-row input{box-sizing:border-box;position:relative;padding:10px;border-radius:3px;border:1px solid #d9dee4;background-color:#fafbfc;min-height:20px;font-family:OpenSans,Arial,sans-serif;font-size:14px;line-height:19px;color:#292f37;resize:none;transition-property:border-color;transition-duration:.4s;margin-right:10px;width:230px;flex-shrink:0}.visitor-row input:invalid,.visitor-row .invalid{outline:2px solid #da4949}.visitor-row input:disabled{opacity:.8}.visitor-row__index{line-height:40px;min-width:30px}.visitor-row__header{font-size:14px;margin-right:10px;min-width:230px;display:flex;justify-content:center;font-weight:700}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-primary: #FF6661;--color-white: #fff;--border-gray: #e3e3e3}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}
