.trans-prod-cont .card-body {
    max-height: 100%;
    height: calc(90vh - 75px) !important;
    overflow-y: auto;
}

.trans-prod-cont-2 .card-body {
    max-height: 100%;
    height: calc(90vh - 0px) !important;
    overflow-y: auto;
}

.trans-info-cont .card-body {
    max-height: 100%;
    height: calc(90vh - 184px) !important;
    overflow-y: auto;
}

.trans-info-cont-2 .card-body {
    max-height: 100%;
    height: calc(90vh - 0px) !important;
    overflow-y: auto;
}

.trans-payment-cont .card-body, .trans-action-cont .card-body {
    max-height: 90px;
    height: 90px;
    overflow-y: auto;
}

.table-trans thead tr th , #cb-search table thead tr th{
    color: #f7f9ff;
    background-color: #06c9b3!important;
}

#eb-data-cont table tbody tr{
    cursor: pointer;
}

.table-trans tfoot tr th{
    background-color: #ddd !important;
}

.btn-info{
    color: #fff !important;
}

.page-heading select {
    width: 200px;
    transform: translateY(-12px);
}

.pb-browser-batch-modal {
    line-height: 16px;
}

.input-group-prepend span {
    padding: 10px 10px;
    border: 1px solid #ccf2ef;
}

.batch-active td {
    font-weight: bold;
}

.expiry-warnning {
    background: #ffc10785 !important;
    /* color: #f8f9fa !important; */
}

.expiry-danger {
    background: #dc354561 !important;
    /* color: #f8f9fa !important; */
}

.warning-light {
    color: #212529;
    background-color: #ffc10769 !important;
}


/********************************************************************************** */
/*********************************  SALES   *************************************** */
/********************************************************************************** */

.trans-info-product-batch .card-body {
    max-height: 100%;
    height: calc(70vh) !important;
    overflow-y: auto;
}

.trans-payment-product-batch .card-body{
    max-height: 120px;
    height: 120px;
    overflow-y: auto;
}

/***************    FINANCE     *****************************************************/
.full-screen .body-with-sidebar footer, .full-screen main.container:not(.web) {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

.full-screen .sidebar-default{
    display: none;
}

.form-check .form-check-input,
.form-check .form-check-label {
    cursor: pointer;
}

/*circular progress bar*/
@keyframes growProgressBar {
    0%, 33% { --pgPercentage: 0; }
    100% { --pgPercentage: var(--value); }
  }
  
@property --pgPercentage {
    syntax: '<number>';
    inherits:false;
    initial-value: 0;
}
  
div[role="progressbar1"] {
    --size: 5rem;
    --fg: var(--color);
    --bg: #def;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: 
        radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
        ;
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}
  
div[role="progressbar1"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
}

#col-project{
    display:none;
}

.highlight-row-pb td, .highlight-row-pbb td, .highlight-row-partyb td, .highlight-row-appb td, .highlight-row-sob td, .highlight-row-supb td, .highlight-row-pb2 td {
    background-color: #999  !important;
    /* border: 0.1rem solid #6c757d; */
    color: #f8f9fa;
}
.modal-header {
    box-shadow: 0 .125rem 0.5rem rgba(0,0,0,.075)!important;
}
.modal-footer {
    background-color: #f8f9fa!important;
}
.modal-footer {
    border-top : 0 !important;
}
.modal-title {
    color: rgb(57, 58, 61);
    font-weight: 500;
}
#loadByHis.dropdown-toggle::after {
    display: none;
}
.tree li span {
    border: 1px solid #dee2e6 !important;
}