.ResultView{margin:30svh auto 0;padding:1rem;flex-direction:column}.ResultView .info{margin-bottom:1rem}.ResultView .info h1{text-align:center;font-weight:300;margin-bottom:.5rem}.ResultView .info p{text-align:center;max-width:300px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#78aaff}.ResultView button{background-color:#565656;transition:.2s linear;font-weight:300;padding:.5rem 1rem;text-transform:capitalize}.ResultView button:hover{background-color:#78aaff}.loader{width:15px;aspect-ratio:1;border-radius:50%;animation:l5 1s linear infinite alternate}@keyframes l5{0%{box-shadow:20px 0 #fff,-20px 0 hsla(0,0%,91%,.133);background:#fff}33%{box-shadow:20px 0 #fff,-20px 0 hsla(0,0%,91%,.133);background:hsla(0,0%,91%,.133)}66%{box-shadow:20px 0 hsla(0,0%,91%,.133),-20px 0 #fff;background:hsla(0,0%,91%,.133)}to{box-shadow:20px 0 hsla(0,0%,91%,.133),-20px 0 #fff;background:#fff}}