.btn-container{bottom:-1.8rem;left:50%;position:absolute;-webkit-transform:translateX(-50%) scale(1.2);transform:translateX(-50%) scale(1.2)}.btn-container .btn{align-items:center;background:#52ffa8;border:none;border-radius:50%;cursor:pointer;display:flex;height:60px;justify-content:center;padding:.5rem;width:60px}.btn-container .btn:active{box-shadow:5px 5px 50px #52ffa8;outline:none}.spinner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:50px;left:50%;margin:40px 0 0 -25px;position:relative;top:50%;width:50px;z-index:2}.spinner .path{stroke:#93bfec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}*{margin:0;padding:0}body{background:#1f2632;font-family:Manrope}.container{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}.container .modal{background-color:#323a49;border-radius:.5rem;display:flex;flex-direction:column;min-height:128px;padding:3rem .5rem 3.5rem;position:relative;width:500px}.container .modal .title{color:#52ffa8;font-size:.8rem;letter-spacing:.25rem;margin-bottom:.5rem;text-align:center}.container .modal .advice{color:#cee3e9;font-size:1.5rem;margin:1.5rem auto 0;text-align:center;width:95%}.container .modal .separetor{margin:1rem auto .5rem;text-align:center;width:100%}
/*# sourceMappingURL=main.fc933b6e.css.map*/