body{margin:0;height:100vh}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:Frutiger Next Light,Source Sans Pro Light,Arial,sans-serif;display:block;overflow-y:scroll}body,html{-webkit-overflow-scrolling:touch}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:root{view-transition-name:root}.header-container{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;height:100px;background-color:#fff}.title-container{display:flex;align-items:center;gap:20px}.title-container h1{margin:0}.nav-bar{display:flex;justify-content:flex-end;align-items:center;background-color:#e2002a;height:30px;padding:0 40px;width:100%}.nav-links{display:flex;gap:20px}.nav-links a{color:#fff;text-decoration:none;font-weight:700}.nav-links a:hover{text-decoration:underline}.container{padding-left:40px;padding-right:40px}.main-container{padding-top:30px}.form-container{padding:20px;background-color:#f0f8ff;border-radius:25px;margin-bottom:20px}.form-container h2{margin-top:0;font-size:1.5em}.boxed-form label{display:block;margin:10px 0;font-weight:700;font-style:italic}.boxed-form input,.boxed-form textarea,.boxed-form select{margin-bottom:10px;width:100%}.boxed-form input,.boxed-form select{padding:10px;box-sizing:border-box}.boxed-form button{margin:0 10px 0 0;border-radius:8px;background-color:#b9bdc4;border:none;color:#000;padding:15px 20px;text-align:center;text-decoration:none;display:inline-block;font-size:1.2em}.boxed-form button[type=submit]{font-weight:700;background-color:#e2002a;color:#fff}.boxed-form button[type=reset]{background-color:#e7e7e7;font-style:italic}.boxed-form button.reset_orders{font-weight:700}.boxed-form button:hover{cursor:pointer}.boxed-form button:active{background:brown}.boxed-form .small{font-weight:lighter;font-style:italic;font-size:.9em}.boxed-form .feedback{border-radius:5px;padding:10px 15px;margin-bottom:20px;font-weight:700}.boxed-form .invalid-feedback{background:#f08080}.boxed-form .info-feedback{background:#63b063}
