/* Variables */
* {
  box-sizing: border-box;
}

.alert-danger{background-color: rgb(255, 186, 186);
padding: 22px;
left: 0;
width: 100%;}

.hidden {
  display: none;
}
.load_img {
background: url(load.gif) #010709 center center no-repeat;
height: 100%;
position: fixed;
width: 100%;
top: 0px;
display: none;
left: 0;
opacity: 0.2;
z-index: 1000000000;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}


.ElementsApp input{
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
}
.CardField{
  min-height: 39px;
}

iframe{
  height: 28.2px !important;
}

#payment-form label{color: #35b34a}
#payment-form input{
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  padding: 15px !important;
}  
.InputContainer{height: 42px;}

#card-element{
padding: 10px;
margin-bottom: 2px;
background-color: #e8f5ff;
border-radius: 6px;
border: 1px solid #019ef7;
}
.InputElement{
  border: 1px solid #ccc !important;
}
#card-errors{
background-color: rgb(245, 201, 201);
border-radius: 6px;
margin-bottom: -7px;
color: #660505;
line-height: 40px;
}
#card-errors::after{
  padding: 10px;
}

#payment-form button.btn_ {
color: #fff;
    border-color: #009ef7;
    background-color: #009ef7;  
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: initial;
    border: 1px solid #0000;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 0.475rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
    min-width: initial;
  }
}