body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styled-button{background-color:#b61c38;border:none;border-radius:20px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;margin:10px 2px;padding:10px 20px;text-align:center;text-decoration:none;transition:background-color .3s ease}.styled-button.disabled{background-color:grey;cursor:not-allowed}.styled-button:hover{background-color:#a7160c}.custom-textfield .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.custom-textfield .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#b61c38}.loading-screen{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loading-button{animation:spin 1s linear infinite;border:3px solid #fff;border-radius:50%;border-top-color:#b61a37;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.form-container{display:flex;justify-content:space-around;padding:20px}.left-side,.right-side{padding:10px;width:45%}form{margin-top:10px}.label-container{align-items:center;display:flex;font-family:Messina Sans Regular;justify-content:space-between;margin-bottom:1em}.labelLeft{margin-right:10px;text-align:left}.labelRight{width:45%}.labelContent,.labelRight{margin-left:10px;text-align:left}.labelContent{width:95%}input[type=text]{box-sizing:border-box;margin-top:3px;padding:3px;text-align:left;width:45%}.controlsRow{align-items:center;display:inherit;flex-wrap:wrap;margin-bottom:10px}.controlsColumnLabel{align-self:flex-start;flex:45% 1;font-family:Folio-Regular;font-size:17px;justify-content:left}.controlIndividualReport{font-family:Messina Sans;font-size:15px;margin-top:-20px}.controlLabel{font-family:Messina Sans Regular;font-size:15px}.labelTextRight{border:1px solid #d3d3d3;border-radius:4px;margin-left:10px;text-align:left;transition:border-color .1s ease;width:100%}.labelTextRight:hover{border-color:#121212}.labelTextRight:focus{border-color:#b61c38;border-width:2px;outline:none}.labelDropLeft{border:1px solid #d3d3d3;border-radius:4px;margin-left:10px;text-align:left;transition:border-color .1s ease;width:45%}.labelDropLeft option{padding:5px;text-align:left}.labelDropLeft:hover{border-color:#121212}.labelDropLeft:focus{border-color:#b61c38;border-width:2px;outline:none}