@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");:root{--fleetpoint-green:rgb(48,81,35);--gray:#dcdcdc;--light-gray:#f0f0f0;--white:white;--black:black;--primary-color:var(--fleetpoint-green);--background-color:var(--white);--negativ-color:var(--white);--text-color:var(--black);--grouping-color:var(--light-gray);--border-radius:6px}body,html{padding:0;margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit}textarea{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.button{background-color:var(--primary-color);border:2px solid var(--primary-color);border-radius:var(--border-radius);box-sizing:border-box;color:var(--negativ-color);cursor:pointer;display:inline-block;font-size:14px;font-weight:700;margin:0;padding:12px 25px;text-decoration:none;text-align:center;transition:all .2s}.button.secondary{border:2px solid var(--primary-color);color:var(--primary-color);background-color:var(--background-color)}.button.small{padding:12px}.button.wide{margin-top:1em;width:100%;padding:6px}.buttonContent{display:flex;gap:.5rem;align-items:center}.icon-btn{color:var(--primary-color)}.row{display:flex;gap:1em}.row.center{align-items:center}.row.space{justify-content:space-between}*{box-sizing:border-box}section{padding-bottom:2em}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}select{height:1.8em}@media (max-width:768px){h1,h2,h3,h4,h5,h6{margin-top:1em}button{padding-inline:1em}}.button_button__XtUFt:disabled{position:relative;opacity:.7;cursor:not-allowed}.button_button__XtUFt:disabled:hover{transform:none}.button_button__XtUFt.button_loading__y4jZb{padding-right:4em;cursor:wait}.button_button__XtUFt.button_loading__y4jZb:before{content:"";position:absolute;right:1.6em;border-top:3px solid gray;border-radius:50%;width:1em;height:1em;animation:button_spin__9x_6Y 1s linear infinite}@keyframes button_spin__9x_6Y{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.form-error_error__Y4qUu{border-color:#e61515;outline-offset:3px;color:#e61515}.form-error_errorLabel__Ffor8{color:#e61515}.form-error_radioErrorIcon__9eN4a{flex:initial;color:#e61515;align-self:center}.form-group_formGroupRadio__j3o2z,.form-group_formGroup__3NB0j{width:100%;display:flex;flex-direction:column;gap:.3em;margin-top:1em}.form-group_formGroup__3NB0j input,.form-group_formGroup__3NB0j select,.form-group_formGroup__3NB0j textarea{padding:.5em;height:100%}.form-group_formGroupSingleline__u8sV9{display:flex;flex-direction:column;gap:.3em;margin-top:1em}.form-group_formGroupSingleline__u8sV9 input{margin-top:.5em;padding:.5em;height:100%}.form-group_formGroupDimensions__5w2oY{max-width:-moz-fit-content;max-width:fit-content;display:flex;flex-direction:column;gap:.3em;margin-top:1em}.form-group_formGroupDimensions__5w2oY [type=text]{max-width:max-content;gap:5em;margin-top:.5em;padding:.5em}.form-group_formGroupCheckbox__1uBYN{width:100%;flex-direction:row-reverse;display:flex;justify-content:flex-end;margin-top:1.5em}.form-group_formGroupCheckbox__1uBYN input,.form-group_formGroupRadio__j3o2z input{flex:initial;width:-moz-fit-content;width:fit-content}.form-group_formGroupContent__zNIrc>*{flex:1 1;margin-right:1em;min-width:.1em}.form-group_formGroup__3NB0j .form-group_formGroupContent__zNIrc{flex:1 1;display:flex;flex-direction:row}.form-group_formGroupRadio__j3o2z .form-group_formGroupContent__zNIrc{display:flex;flex:initial;flex-direction:row;flex-wrap:wrap;gap:.5em;padding-top:.5em}.garage_form__8kcVx{margin:0 0 2em}.garage_form__8kcVx input{width:100%;padding:.5em}.garage_testConnection__BoY9g{margin-top:1em;display:flex;align-items:center;gap:1em}@keyframes garage_spin__pChWk{to{transform:rotate(1turn)}}.garage_loadingIcon__HmAEy{animation:garage_spin__pChWk 1s linear infinite}.header_header__ASFgI{position:-webkit-sticky;position:sticky;top:0;display:flex;align-items:center;background-color:#305123;padding:.5em 2em;width:100%;gap:2em;box-shadow:0 -6px 10px 5px rgba(0,0,0,.5);z-index:1000}.header_testSystemHeader__SNHHy{background-color:#95190c}.header_testsystemtext__07HlN{color:white;font-size:large;font-weight:700}.header_headertext__xIvfc{color:white;display:flex;align-items:center}.header_logoutIcon__HXQEv{margin-left:.5em}.header_modal__BBx6F{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border:1px solid rgb(204,204,204);background:rgb(255,255,255);overflow:auto;border-radius:4px;outline:none;padding:20px 40px;max-width:-moz-fit-content;max-width:fit-content;max-height:-moz-fit-content;max-height:fit-content}.header_garageConfig__qnVTf{display:flex;flex-direction:row;align-items:center;gap:.5em}.header_garageButtonConfig__j4Wwq{background:none;color:inherit;border:none;cursor:pointer}@media (max-width:600px){.header_header__ASFgI{gap:1.2em;padding:.5em 1.2em}.header_testsystemtext__07HlN{color:white}.header_headertext__xIvfc,.header_testsystemtext__07HlN{font-size:small;margin-top:.3em}.header_username__mqYZc{display:none!important}}.page_pageMain__uLK1R{grid-area:Content;padding:2em;max-width:100vw}