﻿
.jp-card-invalid {
    border: 1px red solid !important;
}

.input-validation-error {
    border: 1px red solid !important;
}

@media (min-width: 992px) {
    .jp-card {
        width: 430px !important;
        height: 230px !important;
    }

    .card-content {
        display: flex; /* align-items: center; */
        justify-content: left;
    }
}

.headings {
    color: #8A4B2D;
    margin-top:10px;
    margin-bottom:10px;
    font-weight:700;
}


.btn:disabled {
    background-color:blue;
}

#Amount {
    background-color: #e9e9e9;
}

.card-text{
    font-weight:600 !important
}

.btn{
    font-weight:700 !important;
}


@media (max-width: 393px) {
    .container-fluid {
        padding-top: 0px !important; 
    }
}

@media (max-width: 768px) {
    #cardDetails{
        padding-top: 0px !important;
    }
}

