body {
    background: #000;
    font-family: "Helvetica Neue", Helvetica, sans-serif !important;
    color: #fff;
}

.StripeElement {
    background-color: white;
    height: 55px;
    border-radius: 40px;
    border: none;
    padding: 1.2rem 1.5rem;
    margin-top: 1.5rem;
}

.btn-custom {
    color: #fff;
    background-color: transparent;
    border-color: #009ecc;
    transition: all 150ms ease;
    -webkit-transition: all 150ms ease;
}

.btn-custom:focus {
    color: #fff;
    background-color: #00ccfa;
    border-color: #00ccfa;

}

.btn-custom:hover {
    color: #fff;
    background-color: #00ccfa;
    border-color: #00ccfa;

}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

#payment-form .form-control {
    background-color: white;
    height: 55px;
    /*padding: 10px 12px;*/
    /*border-radius: 4px;*/
    /*border: 1px solid transparent;*/
    /*box-shadow:  0 1px 3px 0 #e6ebf1;*/
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    border-radius: 40px;
    border: none;
    padding: 1.5rem 1.5rem;
    margin-top: 1.5rem;
}

#payment-form .form-control::-webkit-input-placeholder {
    color: #aab7c4;
}

#payment-form .form-control::-moz-placeholder {
    color: #aab7c4;
}

#payment-form .form-control:-ms-input-placeholder {
    color: #aab7c4;
}

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

.form-control:focus {
    box-shadow: none !important;
}

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

.ella-stripe {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    line-height: 1.25;
    cursor: pointer;
    color: white;
    border-color: #009ecc;
    background: transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    padding: 1.1rem 1.1rem;
    margin-top: 1.5rem;
}

.ella-stripe:hover {
    border-color: transparent;
    background: #00CCFA;
}

@media (max-width: 575.98px) {
    #payment-form .form-control {
        height: 40px;
        padding: 1.3rem 1.3rem;
    }

    .StripeElement {
        padding: 0.7rem 0.7rem;
        height: 40px;
    }

    .ella-stripe {
        padding: 0.7rem 0.7rem;
    }

}

.card-list {
}
.btn-card label:not(:last-child) {
    border-bottom: 1px solid #f0f5fa;
}
.cards {
    padding: 0.8rem 0.5rem;
    display: flex;
}

.cards .dot {
    padding: 5px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 204, 250, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #00CCFA;
    border-color: #00CCFA;
}

.btn-card {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    transition: all 150ms ease;
    -webkit-transition: all 10ms ease;
    border-radius: 25px !important;
    margin-top: 0.8rem;
}

.btn-card:focus {
    color: #fff;
    background-color: #00ccfa;
    border-color: #00ccfa;

}

.btn-card:hover {
    color: #fff;
    background-color: #00ccfa;
    border-color: #00ccfa;

}
.card-list-btn .btn-card {
    margin-bottom:  1rem !important;
}
button:focus {
    outline: none !important;
    outline-color: transparent !important;
}

.card-list label {
    margin-bottom: 0 !important;
}