@import "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700&display=swap";:root{--light-bg:#f2f2f2;--dark-bg:#1e2a31}body{background-color:var(--light-bg);scrollbar-color:#48637644 transparent;scrollbar-width:thin;margin:0}#root{height:100%}.peptone-loader-screen{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.peptone-loader{animation:.4s ease-in-out forwards peptone-loader-animation-appear}.peptone-loader svg path{fill:#000}.peptone-loader__line{background:var(--dark-bg);border-radius:20px;width:150px;height:1px;margin-top:15px;position:relative;overflow:hidden}.peptone-loader__line:after{content:"";background:#acacac;width:0;height:100%;animation:1s ease-in-out infinite peptone-loader-animation-load;display:block;position:absolute;top:0;left:0}@media screen and (prefers-color-scheme:dark){body{background-color:var(--dark-bg)}.peptone-loader svg path{fill:#fff}.peptone-loader__line{background:#acacac}.peptone-loader__line:after{background:var(--light-bg)}}@keyframes peptone-loader-animation-appear{0%{opacity:0}to{opacity:1}}@keyframes peptone-loader-animation-load{50%{width:100%}to{left:unset;width:0;right:0}}.screening-select .MuiOutlinedInput-root{border-top-left-radius:16px;border-top-right-radius:16px}.screening-select .MuiOutlinedInput-notchedOutline{border-radius:16px 16px 0 0}
