.button-rounded{display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;border:0;position:relative;overflow:hidden;border-radius:1rem;transition:all .2s;font-weight:700;cursor:pointer;color:rgb(37,37,37);z-index:0;box-shadow:0 0 7px -5px rgba(0,0,0,.5)}.button-rounded:hover{background:rgb(193,228,248);color:rgb(33,0,85)}.button-rounded:active{transform:scale(.97)}.hoverEffect{position:absolute;bottom:0;top:0;left:0;right:0;display:flex;align-items:center;justify-content:center;z-index:1}.hoverEffect div{background:rgb(222,0,75);background:linear-gradient(90deg,rgba(222,0,75,1),rgba(191,70,255,1) 49%,rgba(0,212,255,1));border-radius:40rem;width:10rem;height:10rem;transition:.4s;filter:blur(20px);animation:effect 3s linear infinite;opacity:.5}.button-rounded:hover .hoverEffect div{width:8rem;height:8rem}@keyframes effect{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.plans-payment-modal-scroll{scrollbar-width:thin;scrollbar-color:rgba(34,196,211,.45) #061c37}.plans-payment-modal-scroll::-webkit-scrollbar{width:10px}.plans-payment-modal-scroll::-webkit-scrollbar-track{background:#061c37;border-radius:999px}.plans-payment-modal-scroll::-webkit-scrollbar-thumb{background:rgba(34,196,211,.45);border-radius:999px;border:2px solid #061c37}.plans-payment-modal-scroll::-webkit-scrollbar-thumb:hover{background:rgba(34,196,211,.65)}