.animated-button{display:inline-block;padding:10px 20px;margin:1em;color:#fff;background:#335c67;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease-in-out;position:relative;overflow:hidden;box-shadow:1.5px 1.25px #444343}.button-text{font-size:24px;font-weight:700}.animated-button:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,.1));opacity:0;transition:opacity .2s ease-in-out}.animated-button:hover{transform:scale(1.1)}.animated-button:hover:after{opacity:1}.disabled{background:#8e8989;cursor:not-allowed;opacity:.6}.disabled:after{opacity:0;transform:none}.keyboard{max-width:600px;margin:0 auto}.mantine-Modal-title{font-size:1.125rem;font-weight:500}