/*! Place your custom styles here */
.stream_name{
  position: absolute;
  color:#fff;
  top:45%;
  font-weight: bold;
  text-align: center;
   width: 100%;
}

#cardholder-name,
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    color: #32325d;
    font-family: sans-serif;
    font-size: 16px;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.playMusic{
  padding:3px 15px;
  background-color:#ccc;
  color:#333;
  border:none;
}

.stopMusic{
  padding:3px 15px;
  background-color:#ccc;
  color:#333;
  border:none;
}

.pricing-3 ul li.priceinfo{
  padding: 10px 0 10px 25px !important;
}
