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}.outerContainer{height:100vh;display:flex;align-items:center;flex-direction:column;font-size:large}.innerContainer{display:flex;height:100%;max-width:1200px;text-align:center}.small-screen{height:100vh;display:flex;flex-direction:column}.movingCircle{width:50px;height:50px;border:2px solid #000;border-radius:50%;position:relative}.custom_slider{-webkit-appearance:none;width:100%}.custom_slider:focus{outline:none}.custom_slider::-webkit-slider-runnable-track{width:100%;height:20px;border-radius:10px;background-color:#d3d3d3;outline:none;pointer-events:none}.custom_slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background-color:#000;cursor:pointer;pointer-events:auto}.custom_slider::-moz-range-track{width:100%;height:20px;border-radius:10px;background-color:#d3d3d3;outline:none;pointer-events:none}.custom_slider::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background-color:#000;cursor:pointer;pointer-events:auto}.custom_slider::-ms-track{width:100%;height:20px;cursor:pointer;pointer-events:none;background:transparent;border-color:transparent;color:transparent}.custom_slider::-ms-fill-lower,.custom_slider::-ms-fill-upper{background-color:#d3d3d3;border-radius:20px}.custom_slider::-ms-thumb{width:20px;height:20px;background-color:#000;cursor:pointer;pointer-events:auto}.lds-ellipsis{display:inline-block;position:relative;width:100px;height:100px}.lds-ellipsis div{position:absolute;top:27px;width:16.5px;height:16.5px;border-radius:50%;background:#209cee;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:9px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:9px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:39px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:67.5px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(28.5px)}}.movingBox{width:50px;height:50px;border:2px solid #000;border-radius:0;position:relative;animation:mover 3.5s linear infinite alternate}@keyframes mover{0%{transform:translateX(0)}to{transform:translateX(1050px)}}.unclickedButton{cursor:pointer;fill:#b5b5b5}.unclickedButton:hover{opacity:.5}.clickedButton{fill:#00d1b2}.loader{border:9px solid #f3f3f3;border-top-color:#3273dc;border-radius:50%;width:65px;height:65px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.73868595.chunk.css.map */