body {
    font-size: 12px;
    height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    width: 100%;
}
.g-recaptcha{
    display:flex;
    justify-content:flex-start;
}

.searchButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 8px;
    padding: 14px 24px;
    border: none;
    width:250px;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
    background: linear-gradient(to right, rgb(230, 30, 77) 0%, rgb(227, 28, 95) 50%, rgb(215, 4, 102) 100%);
    color: #fff;
}

.banner {
    background-image: url(../assets/banner.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 88px;
}

.secondaryBranding {
    background: url(../assets/header_02.jpg);
    display: block;
    width: 320px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    text-indent: -600px;
    z-index: 2000;
}
.footerImg {
    background: url(../assets/eve.gif) no-repeat bottom right;
    height: 73px;
    width: 98px;
    float: none;
    position: absolute;
    right: 0;
    margin: 18px 0 0;
    bottom: 8px;
}
.mainBlock {
    height: calc(100vh - 88px);
}

.leftBar {
    width: 13.6%;
    background-color: #84bd56;
}

.highLightBar {
    width: 100%;
    height: 10px;
    background-color: #326b1c;
}

.rightBar {
    width: 86.4%;
    padding: 1rem;
}

.offenceBlock h5 {
    color: #11568b;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma, Geneva, verdana;
}

.offenceBlock .form-group {
    font-weight: bold;
    width: 100%;
}
.disclaimerBlock1 {
    background-color: #84BD56;
    enable-background: new;
    color: black;
    font-family: Tahoma, Geneva, verdana !important;
    padding: 15px;
}

.disclaimerBlock1hyperlink {
    color: black !important;
    text-decoration: underline !important;
}
 
.mandatory {
    color: red;
}

.disclaimerBlock {
    width: 90%;
    margin-bottom: 2rem !important;
    border: 1px solid #d5d5d5;
    background-color: #f5f5f5;
}

.captchaBlock {
    width: 90%;
    margin-bottom: 2rem !important;
    border: 1px solid #d5d5d5;
    padding: 2px 2px 2px 2px;
    background-color: #f5f5f5;
}

.paymentBlock {
    width: 30%;
    border: 1px solid #d5d5d5;
    background-color: #f5f5f5;
}

    .disclaimerBlock h6,
    .paymentBlock h6 {
        padding: 0 6px;
        margin-bottom: 0;
        border: 1px solid #d5d5d5;
        /*background: url("./assets/repeater.gif") repeat-x;*/
        background-color: #84bd56;
        font-size: 14px;
        font-weight: bold;
    }

.disclaimerBlock p {
    padding: 0 6px;
    margin-bottom: 0.5rem;
}

    .disclaimerBlock p:last-child {
        margin-bottom: 0;
    }

.paymentBlock .form-group {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 0.5rem;
}

    .paymentBlock .form-group label {
        font-weight: bold;
        width: 50%;
    }

.paymentBtns {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

    .paymentBtns button {
        border: none;
        cursor: pointer;
    }

        .paymentBtns button img {
            width: 100px;
            padding: 2px 12px;
            background-color: #ffc107;
        }

@media only screen and (max-width: 768px) {
    .leftBar {
        width: 0;
        background-color: unset;
    }

    .rightBar {
        width: 100%;
    }

    .offenceBlock .form-group label {
        width: 50%;
    }

    .disclaimerBlock,
    .paymentBlock {
        width: 100%;
    }
}

.TotalAmount {
    border: none;
    outline: none;
    background-color: #f5f5f5;
}

p {
    color: #000000 !important;
}

.table-bordered thead th {
    font-size: 14px;
    background-color: #84bd56;
}

.TotalAmount:focus {
    outline: none;
}

#payment_reference_no {
    border: 1px solid black;
}

p, label, th, td, span, h5, h6 {
    font-family: Tahoma, Geneva, verdana !important;
}

.table-bordered thead td {
    font-size: 12px;
    font-family: Tahoma, Geneva, verdana;
    background-color: #f5f5f5;
}

.GotoPaymentButton {
    border: none;
    background-color : dodgerblue;
    color:white;
}
.modalmessage {
    color:red !important;
}

.rightBar1 {
    background-color: #f5f5f5 !important;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column; /* Main container is stacked vertically */
    align-items: flex-start;
    width: 320px;
    margin-left: 0; /* Centers the div horizontally */
    margin-right: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow for a professional look */
}

.input-container1 {
    display: flex;
    align-items: center;
    width: 100%; /* Ensures full width */
}

#captchaImage {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 5px; /* Space between input and buttons */
}

#captchaInput {
    width: 200px; /* Makes the input take the remaining width */
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 5px; /* Space between input and buttons */
}

button1 {
    padding: 10px 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
}

.refresh-button {
    flex: 1;
    background-color: aquamarine;
    color: black;
    margin-right: 5px; /* Space between input and buttons */
}

.verify-button {
    flex: 1;
    border-color: #84bd56;
    background-color: #84bd56;
    color: white;
    margin-right: 5px; /* Space between input and buttons */
}

/* Styles for the success and failure messages */
.status-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    display: none; /* Hidden by default */
}

    .status-message.success {
        color: green;
    }

    .status-message.failed {
        color: red;
    }