.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-at td, .highlight-row-partyb 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;
}
.note-cont strong {
    font-size: 18px;
}
.note-cont ul li {
    font-size: 16px;
    margin-bottom: 6px;
}
/* .bg-warning {
    background-color: #ffc1072b!important;
} */
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #06c9b9;
    border-color: #06c9b9;
}
.at-nav-link {
    border: 0;
    background: #f7f9ff00;
    padding: 15px;
    margin-bottom: -1px;
    color: #0000ffbd;
}
.at-nav-link.active {
    border-bottom: 0.2rem solid #0d6efd;
    color: black;
}

.bg-primary {
    background-color: #06c9b9 !important;
}

.branch-make-primary{
    opacity: 0;;
}

tr:hover .branch-make-primary {
    opacity: 1;
  }
.in-1 {
    margin-right: 4px;
    transform: scale(1.2);
}
.in-label {
    font-size: 16px;
    width: 100%;
}
.fa-q {
    font-size: 9px;
}
tbody, td, tfoot, th, thead, tr {
    /**border-color: inherit;
    border-style: unset !important;
    border-width: 0;**/
}

/* **********AT SELECT******* */
.searchable {
    /* width: 300px; */
    /* float: left; */
    margin: 0 15px;
    position: relative;
}
.searchable-x input {
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    display: block;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /* background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px; */
}
.searchable ul {
    display: none;
    list-style-type: none;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    border: 1px solid #add8e6;
    border-top: none;
    max-height: 420px;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    top: 60px;
    z-index: 1056;
    min-width: 120% !important;
    width: 120% !important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.searchable ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.searchable ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0 0 8px 8px;
}
.searchable ul::-webkit-scrollbar-thumb {
    background: rgb(209, 209, 209);
    border-radius: 5px;
}
.searchable ul li {
    padding: 10px 20px;
    border-bottom: 1px solid rgb(244, 241, 241);
    cursor: pointer;
    color: #333;
}
.searchable ul li.selected {
    background-color: rgb(4 226 160 / 10%);
    color: #333;
    /* box-shadow: 0 .125rem 0.5rem rgba(0,0,0,.075)!important; */
}
.spinner-grow-sm {
    width: 0.6rem;
    height: 0.6rem;
}
.searchable ul li .d-sp {
    margin-top: 8px;
}
.searchable ul li .details {
    font-size: 14px;
}
.searchable ul li .st {
    /* font-weight: 100; */
    font-size: 15px;
    margin-top: 2px;
}

/* AK */
/* body:has(.searchable ul:visible), html:has(.searchable ul:visible)
{
    overflow-y: hidden !important;
    max-height: 100vh !important;
} */
/* **********AT SELECT END******* */
.my-custom-span{
    font-weight: bold;
}
.cursor-pointer {
    cursor: pointer;
}
.tb-close {
    top: 8px;
    right: 36px;
    background: #fff;
    padding: 2px 5px 2px 13px;
    cursor: pointer;
    display: none;
}
.tb-close-add-1 {
    top: 12px;
    right: 25px;
    background: #f7f9ff;
    padding: 2px 5px 2px 7px;
}
.tb-close-add-2 {
    top: 22px;
}
.tb-td-close {
    margin-top: 10px;
    cursor: pointer;
    padding: 4px 4px 4px 4px;
    font-size: 17px;
}
.tb-close-add-3 {
    top: 10px;
    right: 10px;
    background: none;
    padding: 2px 5px 2px 7px;
}
.mw-10 {
    min-width: 10%;
}

/* EYE CARE */
/* body, nav:not(.pagintation-cont nav), .sidebar-default {
    background: #000000;
} */
