@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap);body{margin:0;font-family:"Roboto",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-container{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.drum-container{flex:1 1}.drum-container,.footer{display:flex;align-items:center}.footer{flex-direction:column;padding:16px}.footer p{font-size:14px;font-weight:500;text-align:center}@font-face{font-family:LCD;src:url(/drum-machine/static/media/CFLCD-Regular.85d40ea8.ttf)}:root{--border-color:#272727}*{margin:0;padding:0;box-sizing:border-box}.drum-machine{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:22px;border:1px solid #272727;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 0 16px rgba(0,0,0,.089)}@media(max-width:767.98px){.drum-machine{width:300px}}.pads-container{flex-wrap:wrap;max-width:330px}.drum-pad,.pads-container{display:flex;justify-content:center;align-items:center}.drum-pad{cursor:pointer;border:1px solid #272727;border:1px solid var(--border-color);box-shadow:0 0 8px rgba(0,0,0,.027);color:#272727;color:var(--border-color);width:100px;height:100px;margin:5px;border-radius:5px;font-size:16px;transition:ease-in-out;transition-duration:.2s}@media(min-width:768px){.drum-pad:hover{font-size:20px}}@media(max-width:767.98px){.drum-pad{width:74px;height:74px}}.display-frame{display:flex;justify-content:center;align-items:center;height:46px;padding:0 20px;border-radius:15px;border:1px solid #272727;border:1px solid var(--border-color);margin-bottom:12px}@media(max-width:767.98px){.display-frame{padding:0 10px}}.display-frame div{display:flex;justify-content:center;align-items:center;font-family:LCD,sans-serif;width:280px;height:32px;font-size:18px;border:1px solid #272727;border:1px solid var(--border-color);color:#272727;color:var(--border-color)}@media(max-width:767.98px){.display-frame div{width:250px}}.volume{display:flex;flex-direction:column;align-items:center;margin-top:12px}.volume input[type=range]{width:330px;margin:13.8px 0;background-color:transparent;-webkit-appearance:none}@media(max-width:767.98px){.volume input[type=range]{width:230px}}.volume input[type=range]:focus{outline:none}.volume input[type=range]::-webkit-slider-runnable-track{background:#fff;border:.2px solid #272727;border:.2px solid var(--border-color);border-radius:1.3px;width:100%;height:8.4px;cursor:pointer}.volume input[type=range]::-webkit-slider-thumb{margin-top:-14px;width:16px;height:36px;background:#fff;border:1px solid #272727;border:1px solid var(--border-color);border-radius:3px;cursor:pointer;-webkit-appearance:none}.volume input[type=range]:focus::-webkit-slider-runnable-track{background:#fff}.volume input[type=range]::-moz-range-track{background:#fff;border:.2px solid #272727;border:.2px solid var(--border-color);border-radius:1.3px;width:100%;height:8.4px;cursor:pointer}.volume input[type=range]::-moz-range-thumb{width:16px;height:36px;background:#fff;border:1px solid #272727;border:1px solid var(--border-color);border-radius:3px;cursor:pointer}.volume input[type=range]::-ms-track{background:transparent;border-color:transparent;border-width:14.8px 0;color:transparent;width:100%;height:8.4px;cursor:pointer}.volume input[type=range]::-ms-fill-lower,.volume input[type=range]::-ms-fill-upper{background:#fff;border:.2px solid #272727;border:.2px solid var(--border-color);border-radius:2.6px}.volume input[type=range]::-ms-thumb{width:16px;height:36px;background:#fff;border:1px solid #272727;border:1px solid var(--border-color);border-radius:3px;cursor:pointer;margin-top:0}.volume input[type=range]:focus::-ms-fill-lower,.volume input[type=range]:focus::-ms-fill-upper{background:#fff}
/*# sourceMappingURL=main.d6f94bb9.chunk.css.map */