﻿
#btnKhatianSearch {
    background: #07530a;
    color:#ffffff;
}

#BasicTable td {
    text-align: center;
}

#PlotTable tr td {
    text-align: center;
}

th {
    font-weight: normal;
    font-size: 1.2rem;
}

.table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 1px !important;
}

#LedgerDataTable tr td:nth-child(3) {
    text-align: start !important;
}

#LedgerDataTable tr td:nth-child(2) {
    font-size: 16px !important;
}

.khatianNum a {
    font-family: NikoshBAN !important;
    font-size: 20px;
}

.table-fixed tbody {
    display: block;
    height: auto;
    max-height: 200px;
    overflow: auto;
}



.table-fixed thead, tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-fixed thead {
    width: calc( 100% - 1.em )
}

.table-fixed tbody {
    width: calc( 100% - 1.em )
}

span.select2-selection--multiple[aria-expanded=true] {
    border-color: blue !important;
}

/*khatian sell modal css*/
.modal-dialog {
    max-width: 90%;
    margin: auto;
}


@@media (min-width: 768px) {
    .modal-dialog {
        max-width: 50%;
    }
}

.modal-content {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal-backdrop.show {
    opacity: 0.8;
    background-color: rgba(0, 0, 0, 0.7);
}

.custome_modal_body {
    background-image: url('../../images/bg.jpg');
    background-size: initial;
    background-position: top;
}
