#cycleInput{
  width:100%!important;
  box-sizing:border-box!important;
  padding:22px!important;
  border-radius:22px!important;
  background:#06111f!important;
  color:white!important;
  border:2px solid #25d8ff!important;
  font-size:30px!important;
  margin-bottom:22px!important;
}
.cycle-generate-btn{
  width:100%!important;
  height:72px!important;
  border-radius:22px!important;
  font-size:30px!important;
  font-weight:900!important;
  background:linear-gradient(180deg,#0f2338,#08111e)!important;
  color:#fff!important;
  border:2px solid #25d8ff!important;
  box-shadow:0 0 20px rgba(37,216,255,.25)!important;
  margin-top:20px!important;
  cursor:pointer!important;
  transition:.2s!important;
}
.cycle-generate-btn:active{transform:scale(.98)!important}
