.example.card .input.StripeElement {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity;
}

.example.card .input.focused,
.example.card .input:not(.empty) {
    opacity: 1;
}

.example.card .input.focused::-webkit-input-placeholder,
.example.card .input:not(.empty)::-webkit-input-placeholder {
    color: #cfd7df;
}

.example.card .input.focused::-moz-placeholder,
.example.card .input:not(.empty)::-moz-placeholder {
    color: #cfd7df;
}

.example.card .input.focused:-ms-input-placeholder,
.example.card .input:not(.empty):-ms-input-placeholder {
    color: #cfd7df;
}

.example.card .input.focused + label,
.example.card .input:not(.empty) + label {
    color: #aab7c4;
    transform: scale(0.85) translateY(-25px);
    cursor: default;
}

.example.card .input.focused + label {
    color: #24b47e;
}

.example.card .input.invalid + label {
    color: #ffa27b;
}

.example.card .input.focused + label + .baseline {
    background-color: #24b47e;
}

.example.card .input.focused.invalid + label + .baseline {
    background-color: #e25950;
}

.example.card input:-webkit-autofill {
    -webkit-text-fill-color: #e39f48;
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
}

.example.card .StripeElement--webkit-autofill {
    background: transparent !important;
}

.example.card .error svg {
    margin-top: 0 !important;
}

.example.card .error svg .base {
    fill: #e25950;
}

.example.card .error svg .glyph {
    fill: #fff;
}

.example.card .error .message {
    color: #e25950;
}

.example.card .success .icon .border {
    stroke: #abe9d2;
}

.example.card .success .icon .checkmark {
    stroke: #24b47e;
}

.example.card .success .title {
    color: #32325d;
    font-size: 16px !important;
}

.example.card .success .message {
    color: #8898aa;
    font-size: 13px !important;
}

.example.card .success .reset path {
    fill: #24b47e;
}
