.result{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:5px;border-radius:100px;background-color:#f9dda1cc;box-shadow:#0000001a 0 4px 12px;z-index:100}.result.is-hidden{opacity:0;pointer-events:none}.result.is-visible{opacity:1;animation:1s ease-out 0s 1 slide-in-from-top}.result .logo{height:50px;width:50px}.result-list{list-style-type:none;margin:0;padding:0 10px;display:flex;flex-direction:column;gap:2-px}.song-details{display:flex;flex-direction:row;gap:10px;font-size:18px}@keyframes slide-in-from-top{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.icon-button{background:none;height:35px;width:35px;border:0;cursor:pointer;border:3px solid #ffb43f;border-radius:8px;padding:0}.icon-button img{width:100%;height:auto}.settings-tooltip{position:absolute;top:calc(100% + 3px);left:50%;transform:none;min-width:180px;padding:10px 12px;border-radius:8px;background:#fff;color:#222;font-size:14px;line-height:1.3;box-shadow:0 8px 24px #0000002e;white-space:nowrap;border:2px solid #ffb43f}.settings-tooltip:before{content:"";position:absolute;top:-10px;left:12px;transform:translate(-50%);border:5px solid transparent;border-bottom-color:#ffb43f}#sumbitNumberButton{margin-left:10px}.TimeInputWrap{display:flex;align-items:center;gap:10px}.number-form{display:flex;flex-direction:column;align-items:center;gap:15px;padding:15px 0}.audio-player{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;height:100%;width:100%}.sound-animation{position:relative;display:flex;align-items:flex-start;justify-content:center;width:500px;height:350px}.audio-player .sound-wave{transform:rotate(350deg);margin-left:-100px;width:500px;height:250px}.sound-animation img{width:655px;height:250px;position:absolute;bottom:0;z-index:9999}.audio-player .controls{display:flex;align-items:center;justify-content:center}.audio-player .controls button{background:transparent;border:0;padding:0;margin:0;outline:none;cursor:pointer}.audio-player .controls #pause{box-shadow:0 0 #000;height:80px;width:80px}.audio-player .controls #restart{height:100px;width:100px;margin-left:10px}.SettingsStyle{position:absolute;top:80px;left:80px;z-index:100000000}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #000000b3}70%{transform:scale(1);box-shadow:0 0 0 10px #0000}to{transform:scale(.95);box-shadow:0 0 #0000}}.content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-image:url(/assets/background-BCbWwhxO.svg);background-size:cover;background-repeat:no-repeat;background-position:center center}.page-not-found{width:100%;height:100%;display:flex;justify-content:space-evenly;align-items:center;flex-direction:column}.page-not-found img{width:50%}.App{height:100vh;width:100%;display:flex;flex-direction:column}html,body{min-height:100vh;margin:0;overflow:hidden}
