.custom-footer {
    text-align: center;
    justify-content: center;
}

.custom-header {
    text-align: center;
    justify-content: center;
}

.custom-label {
    display: inline !important;
    font-size: 0.8rem;
}

.custom-btn-box {
    text-align: center;
}

.custom-billing-detail {
    margin-bottom: 2px;
}

.error-text {
    color: red;
    font-size: 0.8rem;
    display: none;
}

.p1 {
    line-height: 0;

}

.p2 {
    line-height: 0.5;
}


#step2 {
    display: none;
    text-align: center;
}

.info-image {
    width: 5rem;
}

#pay_on_success {
    display: none;
    text-align: center;
}

#pay_on_error {
    display: none;
    text-align: center;
}

#initError,
#proccessError {
    color: red;
}

#requestID {
    font-weight: bold;
}

#modalCloser {
    background: red;
    border-radius: 15px;
}

#modalCloser span {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.5rem;
    color: white;
}

.message-checker {
    margin-top: 2rem;
    font-size: 5rem;
    color: green;
}

.cool-p {
    font-size: 0.8rem;
}