﻿#paymentMethodChange .card::before {
    content: "";
    width: 100%;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #5ABEDC), color-stop(95%, #75C5B5));
    background: linear-gradient(to right, #5ABEDC 5%, #75C5B5 95%);
    border-radius: 10px 10px 0 0;
}

#paymentMethodChange .mobile-card {
    border-radius: 8px 10px 10px 8px;
    position: relative;
    border: 1px solid #eee;
    min-height: 100px;
}

    #paymentMethodChange .mobile-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        bottom: 0;
        width: 5px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #5ABEDC), color-stop(95%, #75C5B5));
        background: linear-gradient(to bottom, #5ABEDC 5%, #75C5B5 95%);
        border-radius: 10px 0 0 10px;
    }

    #paymentMethodChange .mobile-card div:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    #paymentMethodChange .mobile-card .header {
        font-size: 1.125rem;
    }

    #paymentMethodChange .mobile-card .body {
        font-size: 0.875rem;
        color: #666;
        margin-top: 0.4rem;
        min-height: 40px;
    }

#paymentMethodChange .card-header {
    font-size: 1.125rem;
    text-align: center;
    padding: 1.25rem 8px 1.25rem 8px;
    min-height: 5.56rem;
}

@media (min-width: 480px) {
    #paymentMethodChange .card-header {
        min-height: initial;
    }
}

#paymentMethodChange .card-body {
    font-size: 0.875rem;
    text-align: center;
}

#paymentMethodChange .minheight {
    min-height: 3.56rem;
}

@media (min-width: 480px) {
    #paymentMethodChange .minheight {
        min-height: 2.5rem;
    }
}

#paymentMethodChange .btn-blue-green {
    max-width: 100px;
    font-size: 1rem;
    padding: 11px 0 9px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 480px) {
    #paymentMethodChange .btn-blue-green {
        min-width: 150px;
        max-width: auto;
    }
}
/*# sourceMappingURL=paymentMethodChange.css.map */
