/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

.row{margin-right: -15px;margin-left: :-15px;}
form#donation_form {
    box-shadow: 1px -1px 15px 3px #ddd;
    padding: 30px;
    border-radius: 20px;
    margin: 0 0 50px 0;
}
form input[type=text],form input[type=email],form input[type=tel],form input[type=number],form select
 {
    border: 1px solid #ddd;
    margin: 10px 0;
}
form input.error {
    border: 1px solid red;
}
.card-details {
    margin-top: 30px;
}
#champion_form label.error{display:none !important;}
.card {
    border-radius: .50rem;
}
#champion_form p {
    font-size: var(--e-global-typography-text-font-size);
}
#champion_form{margin-bottom: 40px;}
#champion_form fieldset{padding:0;}
.card-input_field {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 5px 15px;
    background: none;
    color: #1a3b5d;
    font-family: "Source Sans Pro", sans-serif;
    margin:0 !important;
}

.card-input_button {
    font-size: 30px;
    padding: 5px 15px;
    box-shadow: 3px 10px 20px 0px rgb(73, 135, 228);
}

.willFlip {
    height: 240px;
    position: relative;
    top: 58px;
    z-index: 99999;
    box-shadow: 0 20px 60px 0 rgba(14, 42, 90, 0.55);
    color: white;
    background-color: transparent;
    border: none;
    margin-top:10px;
}

.front{
    background-color: #000521;
    border-radius: 5px;
    box-shadow: 3px 10px 20px 0px rgb(73, 79, 111);
}

.back{
    background-color: #000521;
    border-radius: 5px;
    box-shadow: 3px 10px 20px 0px rgb(73, 79, 111);
}

.back-middle {
    margin-top: .5rem;
}

.content-parent {
    height: 80vh;
}

#cardCcv{
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.front input {
    background-color: transparent !important;
    color: white;
    font-size: 18px !important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 20px !important;
    height: 28px;
}

.front input::placeholder{
    color: white;
    font-size: 23px;
}

#expiredMonth{
    text-align: right;
}

#cardNumber{
    font-size: 28px !important;
    text-align: center;
    letter-spacing: 1px;
    border: none;
    padding: 0;
    margin: 0;
}

.willActive{
    border: solid 1px white!important;
}

#cardNumber{
    height: 100%;
}

.content-date-input{
    position: relative;
}

#cardHolderValue{
    text-overflow: ellipsis;
}

.card-bar{
    margin-top: 10%;
    background: #ffffff52;
    height: 40px;
}

.back .card-body{
    padding: 0;
}
.card-body input{margin:0;}