.ggiz {
    display: none !important
}

.max-connect{width: max-content}

.cheaderfit {
    position: fixed;
    height: 200px;
    height: 200px;
    top: 0;
    width: 100%;
    z-index: 100;
}

.ctheader {
    height: auto;
    margin-top: 60px;
    position: fixed;
    z-index: 101;
    width: -webkit-fill-available;
}

.ctbody {
    padding-bottom: 66px;
    margin-top: 156px;
}

.ctfooter {
    width: 100%;
    padding: 20px 15px 26px 10px;
    bottom: 0px;
    position: fixed;
    z-index: 101;
}

.ctth {
    padding-top: 15px;
    padding-bottom: 15px;
}

.table {
    --bs-table-color: #526484;
    --bs-table-bg: #ffffff;
    --bs-table-border-color: #dbdfea;
    --bs-table-accent-bg: #fff;
    --bs-table-striped-color: #526484;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: #f5f6fa;
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: #f5f6fa;
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.dark-mode .table {
    --bs-table-bg: #18212d;
    color: #b6c6e3;
}

.nk-apps-brand .logo-img:not(:first-child) {
    left: 0.5rem;
}

@media print {
    body {
        visibility: hidden;
    }

    #section-to-print {
        font-size: 13px;
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
    }

    .invoice-wrap {
        border: none;
        font-size: 13px;
    }
}

.csinvoice{
    font-size:13px;
}

.csinvoice span{
    font-weight: bold;
}

#cstablerowtr table tr {
    cursor: pointer;
    background: #ffffff;
}

    #cstablerowtr table tr:hover {
        background: #f5f6fa;
    }


.payWig {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}



