﻿.box h3 {
    font-size: 16px;
    font-weight: bold;
    color: #105ebc;
}

label {
    color: #333;
    font-weight: 500;
    margin-bottom: 4px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.form-control {
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.specialText {
    color: #105ebc;
    font-weight: bold;
}

.perset {
    margin-top: 2px;
    color: #105ebc;
    /*float: left;*/
    width: 60px;
}

#gvPaymentReceipt.table > tbody > tr > td .txtCGSTAmt, #gvPaymentReceipt.table > tbody > tr > td .txtSGSTAmt, #gvPaymentReceipt.table > tbody > tr > td .txtIGSTAmt, #gvPaymentReceipt.table > tbody > tr > td .txtCESSAmt, #gvPaymentReceipt.table > tbody > tr > td .txtTDSAmt, #gvPaymentReceipt.table > tbody > tr > td .txtCessAmt, #gvPaymentReceipt.table > tbody > tr > td .txtCessAmt, #gvPaymentReceipt.table > tbody > tr > td .txtTdsAmt, #gvPaymentReceipt.table > tbody > tr > td .txtTdsPayable {
    /*float: right;*/
    width: 70px;
}

.lastCol {
    position: sticky !important;
    overflow: visible !important;
}

    .lastCol:after {
        position: absolute;
        top: 0;
        bottom: -1px;
        right: -14px;
        width: 13px;
        transform: translate(-100%);
        transition: box-shadow .3s;
        content: "";
        pointer-events: none;
        box-shadow: inset -10px 0 8px -8px #00000026;
    }

.table-bordered > tbody > tr > td.fixedCol {
    background: #f5f7fb;
}

.txtAgreementText {
    color: #105ebc;
    font-weight: bold;
}

.txtTotalCost {
    color: #10bf9f;
    font-weight: bold;
}

.txtBalanceCost {
    color: #e23939;
    font-weight: bold;
}

.footerFixed {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

.txtTotalInfoSet {
    background: #e7f2ff;
    padding: 6px 10px;
    margin-top: 2px;
    display: inline-block;
    font-weight: bold;
    color: #105ebc;
    border-radius: 5px;
    margin-right: 5px;
}

tfoot tr td {
    background: #f2f9ff !important;
    font-weight: bold;
}

.boxBG {
    background-image: url(../../../images/bg-14.png);
    background-position: top -83px right -100px;
    background-repeat: no-repeat;
    background-size: 700px;
}

.pnlRightSection h3 {
    font-size: 14px;
    margin-bottom: 12px;
}

#TOPgvPaymentReceipt {
    max-height: 65vh;
}

    #TOPgvPaymentReceipt tfoot tr td {
        position: sticky !important;
        bottom: -1px;
        z-index: 14;
    }

    #TOPgvPaymentReceipt thead {
        position: sticky !important;
        top: -1px;
        z-index: 16;
    }

    #TOPgvPaymentReceipt .table tbody tr td:first-child {
        white-space: nowrap;
        min-width: 200px;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.w140 {
    min-width: 140px;
}


#TOPgvPaymentReceipt th:nth-child(1), #TOPgvPaymentReceipt td:nth-child(1) {
    left: 0;
    max-width: 200px;
}

#TOPgvPaymentReceipt th:nth-child(2), #TOPgvPaymentReceipt td:nth-child(2) {
    left: 200px;
    max-width: 100px;
    min-width: 100px;
}

#TOPgvPaymentReceipt th:nth-child(3), #TOPgvPaymentReceipt td:nth-child(3) {
    left: 300px;
    max-width: 90px;
    min-width: 90px;
}

#TOPgvPaymentReceipt th:nth-child(4), #TOPgvPaymentReceipt td:nth-child(4) {
    left: 390px;
    max-width: 90px;
    min-width: 90px;
}

#TOPgvPaymentReceipt th:nth-child(5), #TOPgvPaymentReceipt td:nth-child(5) {
    left: 480px;
    max-width: 90px;
    min-width: 90px;
}

#TOPgvPaymentReceipt th:nth-child(-n+5),
#TOPgvPaymentReceipt td:nth-child(-n+5) {
    position: sticky;
    z-index: 15;
}

#tblPaymentStages tbody td:first-child {
    max-width: 16px;
}

.table-borderless.table > tbody > tr > td {
    border-top: 1px solid #fff;
    padding: 4px;
    background: #f5f7fb !important;
}

.gradient-divider {
    height: 2px;
    background: linear-gradient(to right, #f3f3f3, #f0f0f0);
    margin: 12px 0;
    border-radius: 12px;
}

.txtSpecial {
    font-weight: bold;
}

.txtSuperSpecial {
    color: #105ebc !important;
    font-weight: bold;
    font-size: 15px;
}

.mt17 {
    margin-top: 17px !important;
}

#offcanvasReceiptDetails {
    width: 60%;
}

.paymentMetaData .col-md-12, .paymentMetaData .col-md-6, .paymentMetaData .col-md-4, .paymentMetaData .col-md-3 {
    border: solid thin #ebebeb;
}

.paymentMetaData h5 {
    margin-bottom: 4px;
    font-size: 12px;
    color: #24426b;
    margin-top: 10px;
    font-weight: 800;
}

.paymentMetaData p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #3c3838;
    line-height: 20px;
}

.paymentMetaData h4 {
    font-size: 14px;
    font-weight: bold;
    color: #105ebc;
}

.paymentMetaData .row {
    margin: 10px 0px;
}

.fixedCol svg {
    vertical-align: -4px;
}

.specialHeading {
    margin-top: 1px;
    font-size: 13px !important;
    margin-bottom: 10px;
}

.impPanelBG {
    border-radius: 6px;
    background: #f5f7fb !important;
    border: 1px solid #e5e5e5;
    padding: 8px;
    min-height: 148px;
    margin-top: 8px;
}

.pnlPaymentDetails .form-control {
    padding: 2px 2px;
}

.mt3 {
    margin-top: 3px;
}

.height125 {
    height: 133px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt20 {
    margin-top: 20px;
}

.receiptPanel {
    /*border: solid thin #ddd7d7;*/
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.receiptPanelRight {
    /*border: solid thin #ddd7d7;*/
    padding: 15px;
    border-radius: 10px;
    padding-bottom: 26px;
    min-height: 342px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.receiptPanelBottom {
    border: solid thin #ddd7d7;
    padding: 15px;
    padding-right: -1px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bottomButton {
    border-radius: 0px 0px 10px 0px;
    border: solid thin #ededed;
    border-left: 0px;
    border-top: 0px;
    padding: 15px;
    margin-top: 0px;
    min-height: 98px;
}

.mt24 {
    margin-top: 24px;
}

.SumoSelect > .optWrapper > .options {
    height: 110px;
}

.SumoSelect.open > .optWrapper {
    height: 178px;
}

.metaData {
    margin-bottom: 0px;
    margin-left: 8px;
}

.form-control::placeholder {
    text-align: left;
    font-weight: normal;
    color: #a59d9d;
    font-style: italic;
}

#btnAdjust {
    min-width: 100px;
    background: #FFD34C !important;
    color: #333;
    font-weight: bold;
    text-shadow: none;
    min-height: 36px;
    border-radius: 16px;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-top: 57px;
}

.SumoSelect > .CaptionCont {
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding-left: 5px;
}

.calendaricon {
    top: 30px !important;
    right: 18px !important;
}

#txtReceiptDate + .calendaricon {
    right: 6px !important;
}

.SumoSelect.open > .optWrapper {
    top: -180px !important;
}

.search-txt {
    line-height: normal !important;
}

.upload-pill {
    padding: 8px 14px;
    border-radius: 999px;
    /* light blue gradient */
    background: linear-gradient(135deg, #bfdbfe, #60a5fa);
    color: #0f172a;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(96, 165, 250, 0.35);
    transition: transform 0.15s ease-out, box-shadow 0.15s ease-out, background 0.15s ease-out;
    white-space: nowrap;
}

    .upload-pill:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 24px rgba(96, 165, 250, 0.45);
        background: linear-gradient(135deg, #dbeafe, #93c5fd);
    }

    .upload-pill:active {
        transform: translateY(0);
        box-shadow: 0 4px 10px rgba(96, 165, 250, 0.4);
    }

.upload-text {
    letter-spacing: .02em;
}

.upload-pill.ring {
    box-shadow: 0 0 0 3px rgba(59,130,246,.35);
}

.mt9 {
    margin-top: 9px;
}

.upload-filename {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* jQuery UI Autocomplete height + scroll fix */
.ui-autocomplete {
    max-height: 220px; /* dropdown height */
    overflow-y: auto; /* vertical scroll */
    overflow-x: hidden; /* no horizontal scroll */
    z-index: 99999 !important;
}

/* optional – item spacing (better readability) */
.ui-menu-item-wrapper {
    padding: 6px 10px;
    font-size: 13px;
}

.table-responsive {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.offcanvas-header {
    background: #fff;
    border-bottom: 1px solid #e9eef5;
    padding: 14px 18px;
}

.offcanvas-footer {
    padding: 8px;
    border-top: 1px solid #e9eef5;
}

#offcanvasSuspenseAccDetails {
    width: 80%;
}

    #offcanvasSuspenseAccDetails .offcanvas-title {
        font-size: 15px;
    }

/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 8px 8px;
    /* border: solid thin #ccc; */
    border-radius: 5px;
    margin-bottom: 0px;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    border: 1px solid rgba(0, 0, 0, .07);
    font-size: 13px;
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel a i {
        display: contents;
        line-height: 18px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-size: 11px;
        line-height: 19px;
        font-weight: bold;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/

.pill {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .18rem .5rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, .10);
    background: #fff;
    color: #334155;
    white-space: nowrap;
}
.div-disabled {
    pointer-events: none;
    opacity: 0.6;
}