@import"https://fonts.googleapis.com/css2?family=Poppins&display=swap";.App{display:flex;align-items:center;justify-content:center;background-color:#b15eff;width:100%;height:100vh}.container{width:80%;height:90%;border-radius:3px;background-color:#fff;overflow:hidden;box-shadow:0 0 10px 1px gray;position:relative}@media only screen and (max-width: 900px){.container{width:90%}}@media only screen and (max-width: 600px){.container{width:100%;height:100%}.App{align-items:flex-start;background-color:#0ff}}.header{height:60px;display:flex;align-items:center;justify-content:space-between;background-color:#ffa33c;color:#fff;padding:0 80px}.header span{color:#dc143c}.header-logo{font-family:Poppins,Times,serif;font-size:2rem;letter-spacing:1px;font-weight:700}.header__options{display:flex}.header__option{font-weight:500;margin-left:100px;color:#fff;cursor:pointer}.home{display:flex;height:100%}@media only screen and (max-width: 600px){.home{flex-direction:column}}.sidebar{width:280px;box-shadow:5px 0 10px 1px #d3d3d3;background-color:#f0f8ff}.sidebar__option{padding:20px;height:40px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgb(238,238,238)}label{font-weight:500}select{border:none;font-size:.9rem;outline:none;background-color:transparent}.MuiSlider-track{color:green}.slider{display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 1000px){.sidebar{width:200px}.sidebar__option{padding:10px}select{font-size:.8rem}label{font-size:.9rem}}@media only screen and (max-width: 600px){.sidebar{height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 10px 1px #d3d3d3}.slider{max-width:50px}.sidebar__option{padding:10px;display:flex;align-items:center;justify-content:center;margin:2px -2px 2px 2px;max-width:72px;border-bottom:none}select{font-size:.8rem;font-weight:500}label{font-size:.9rem;display:none}}.visuals{flex:1;padding:20px;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}.visualizer{width:100%;display:flex;align-items:center;justify-content:center;position:relative}.legend{position:absolute;left:0;top:0;padding:2px 5px;border:1px solid grey;display:flex;align-items:center;font-size:.8rem;font-weight:500}.legend__lable{height:5px;width:20px;background-color:#000;margin-right:3px}.visual__items{display:flex;align-items:flex-end;justify-content:flex-start;height:340px;margin-bottom:40px;border-bottom:1px solid black;position:relative}.visual__item{position:absolute}.visual__item>h4{font-size:.4rem}.visual__btns>button{width:150px;background-color:#0095c7;padding:7px 10px;border:none;border-radius:5px;margin:10px;font-size:.8rem;font-weight:700;color:#fff;text-transform:uppercase;cursor:pointer}@media only screen and (max-width: 900px){.visuals{padding:5px}}@media only screen and (max-width: 600px){.visual__btns{display:flex;margin-top:-20px}.visuals{padding-top:10px}.visual__btns>button{margin-bottom:-3px}}*{margin:0;padding:0;transition:.3s ease all}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
