body{
    background-color: #fff;
}

:root {
    --gpri: #00478F;
    --gsec: #00D4E0;
}
.pro-header-logo {
    text-align: center;
    margin-bottom: 20px;
}

.pro-info-wrapper {


    border-radius: 15px;
    margin: 0 auto;
}

.pro-left-section {
    float: left;
    width: 50%;
}

.pro-right-section {
   background-color: yellow;
    padding: 10px 10px;
}

.pro-info-label {
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    font-size: 12px;
    color: #000;
}

.pro-field-group {
    margin-bottom: 15px;
}

.pro-input,
.pro-select {
   border-radius: 5px;
 border:none;
    background: transparent;
    font-weight: bold;
    width: 100%;
    font-size: 12px;
    color: #000;
}

.pro-input:focus,
.pro-select:focus {
    outline: none;
}
.check-btn{
    background: var(--gpri);
    color: white;
 margin: 10px auto;
 display: flex;
 justify-content: center;
 align-items: center;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}











.pro-summary-wrapper {

    margin: 0px auto;
    padding: 10px;
}

.pro-summary-header {
    font-size: 24px;
    font-weight: bold;
    color: #1f77c0;
}

.pro-summary-count {
    font-size: 24px;
    font-weight: bold;
    color: #1f77c0;
}

.pro-summary-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #1f77c0;
    margin-left: 10px;
}

.pro-summary-blue-box {
    background-color: #0073b9;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.pro-summary-blue-box input {
    background: transparent;
    border: none;
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    width: 200px;
}

.pro-summary-right-box {
    text-align: right;
}

.pro-summary-right-box .pro-summary-label {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-summary-right-box input {
    border: none;
    text-align: right;
    width: 120px;
    font-weight: bold;
}
.pro-summary-net p{
        color: #0073b9;
        margin-bottom: 0px;
}
.pro-summary-line {
    border-top: 2px solid #007f7e;
    margin: 10px 0;
}

.pro-summary-net {
    color: #0073b9;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.pro-summary-net input {
    border: none;
    color: #0073b9;
    text-align: right;
    font-weight: bold;
    width: 100%;
}

.pro-summary-paybox {
    text-align: center;
  
}

.pro-summary-paybox h5 {
    color: #0073b9;
    font-style: italic;
    font-size: 12px;
}

.pro-summary-amount-box {
    background-color: #0073b9;
    color: white;
    font-weight: bold;
    padding: 8px 20px;
    display: inline-block;
    font-size: 18px;
    margin-top: 5px;
}

.pro-summary-amount-box input {
    background: transparent;
    border: none;
    color: white;
    text-align: center;
    width: 80px;
}

@media (max-width: 767px) {
    .pro-summary-blue-box {
        font-size: 20px;
        /* flex-direction: column; */
        text-align: center;
    }

    .pro-summary-right-box {
        text-align: center;
        margin-top: 20px;
    }

    .pro-summary-net {
        text-align: center;
    }

    .pro-summary-paybox {
        margin-top: 20px;
    }

 
}

@media (max-width: 920px) {
   .v-hidden{
        display: none;
    }
}
.cap-pay-container {
    padding: 0px;
}
.cap-pay-box {
    border: 2px solid #ccc;
    margin-bottom: 20px;
    min-height: 820px;
}

.cap-pay-box hr{
    border-top: 1px solid #000000;
}
.cap-pay-title {
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    color: #000;
}
.cap-pay-section-title {
    background: #2e7d32;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.cap-pay-section-title.blue {
    background: #0d47a1;
}
.cap-pay-table td,
.cap-pay-table th {
    padding: 5px;
    border: 1px solid #2e7d32;
    text-align: left;
}
.cap-pay-table.blue td,
.cap-pay-table.blue th {
    border-color: #0d47a1;
    text-align: left;
}
.cap-pay-total {
    font-weight: bold;
    text-align: right;
}
.cap-pay-cheque {
    padding: 20px;
    background: #e8f5e9;
    border-top: 2px solid #2e7d32;
}
.cap-pay-cheque.blue {
    background: #e3f2fd;
    border-color: #0d47a1;
}
.cap-pay-logo {
    height: 50px;
    display: block;
    margin-bottom: 10px ;
}
.cap-pay-checkamount {
    font-weight: bold;
    font-size: 16px;
    float: right;
    border: 1px solid #000;
    padding: 5px 10px;
}
.cap-pay-memo {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.cap-pay-memo input {
    border: none;
    border-bottom: 1px solid #000;
    width: 45%;
}
.cap-pay-savings-box {
    border: 2px solid #2e7d32;
    padding: 10px;
    color: #2e7d32;
    font-size: 14px;
}
.cap-pay-savings-box strong {
    display: block;
}
.zero-side{
    margin-left: 0px;
    margin-right: 0px;
}

.cap-pay-box .table td{
    font-size: 14px;
}
.check-btn:hover{
    color: white;
    background-color: #000;
}

.current-pay .table-striped tbody tr:nth-of-type(odd) {
    background-color: #daf1dc; /* light green */
}

.plus-pay .table-striped tbody tr:nth-of-type(odd) {
    background-color: #e3f2fd; /* light green */
}
.current-pay  .cap-pay-cheque {
    background-color: #daf1dc ;
}

.current-pay .cap-pay-title{
    color: #2e7d32;
}

.plus-pay .cap-pay-title{
    color: #0d47a1;
}

.current-pay.cap-pay-box{

    border: 2px solid #2e7d32;
}

.plus-pay.cap-pay-box{

    border: 2px solid #0d47a1;
}

.v-hidden{
    visibility: hidden;
}

