﻿body {
}

#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    /*    background: transparent url(https://graphiclineweb.files.wordpress.com/2013/10/ajaxloader.gif?w=50) no-repeat center;*/
    background: transparent url("../Pictures/pay_loading.gif") no-repeat center;
}

#loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000; /* Higher z-index to display above the overlay */
}

.modal {
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 200px;
    height: 230px;
    box-shadow: rgb(68 68 68 / 75%) 0px 5px 10px 3.1px;
}

.image-div {
    display: flex;
    justify-content: center;
}

.success-img {
    width: 80px;
    height: 80px;
}

.fail-img {
    width: 80px;
    height: 80px;
}

.center-text {
    display: flex;
    justify-content: center;
    height: 40px;
}

.confirm-message {
    text-align: center;
}
.g-recaptcha{
    display:flex;
    justify-content:center;
}
.back-button {
    background-color: #cdcdcd !important;
    color: #000000 !important;
    border-radius: 4px;
    font-size: 1rem;
    height: 30px;
    border: none;
    width: 85px;
}
.pay-button {
    border-radius: 4px;
    font-size: 1rem;
    height: 30px;
    border: none;
    width: 85px;
}
.payer-header h2 {
    color: #11568b;
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: bold;
    font-family: Tahoma, Geneva, verdana;
}
.control-label {
    font-size: 14px;
}
.payment-rightbar{
    height:100%;
    overflow:auto;
}

.payment-disclaimer {
    background-color: #84BD56;
    enable-background: new;
    color: black;
    padding: 15px;
}

.payment-disclaimerhyperlink {
    color: black !important;
    text-decoration: underline !important;
}
.payment-disclaimerEnquire {
    background-color: #84BD56;
    enable-background: new;
    color: black;
    padding: 15px;
}

.payment-disclaimerhyperlinkEnquire {
    color: black !important;
    text-decoration: underline !important;
}
.payment-disclaimerReview {
    background-color: #84BD56;
    enable-background: new;
    color: black;
    padding: 15px;
}

.payment-disclaimerhyperlinkReview {
    color: black !important;
    text-decoration: underline !important;
}