body {
    /* zoom : 90%; */
    /* background-color: #f1f4f6; */
    background-color: #f7f9ff;
    /* font-family: Open Sans, sans-serif !important; */
    /* font-size: 0.80rem !important; */
    font-family: poppins !important;
    font-size: 15px;
    zoom: 0.85 !important
}

.dropdown-menu-ur {
    margin-left: -9.6rem !important;
    margin-top: 1rem !important;
    min-width: auto !important;
    position: absolute;
    padding: 2px 2px 2px 1px;
    box-sizing: border-box;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    background-color: #fff !important;
    transition: all linear .4s;
    transform: translateX(90%) translateY(50px);
    z-index: 1030;
}

.dropdown-menu-bar {
    margin-left: 0rem !important;
    margin-top: 1rem !important;
    min-width: 65rem !important;
    position: absolute;
    padding: 2px 2px 2px 1px;
    box-sizing: border-box;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    background-color: #fff !important;
    transition: all linear .4s;
    transform: translateX(0%) translateY(50px);
    z-index: 1030;
}

.header-cs:hover {
    background-color: #007bffb2;
    border-radius: .25rem!important;
}

ul li:hover .dropdown-menu-ur {
    visibility: visible;
    opacity: 1;
    transition: all linear .2s;
    transform: translateX(90%) translateY(0px);
}

ul li:hover .dropdown-menu-bar {
    visibility: visible;
    opacity: 1;
    transition: all linear .2s;
    transform: translateX(0%) translateY(0px);
}

.navbar-custom {
    background-color: #2c6693!important;
}

.dropdown-header {
    font-size: 0.975rem;
    font-weight: 600;
    color: #4c5256;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.breadcrumb {
    padding: 0.8rem 1rem 0.8rem 1.5rem;
    background-color: #ffffff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: unset;
}

.main-card {
    padding: 10px 30px 0px 30px;
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 0.80rem !important;
}

.top-breadcrumb {
    /* position: fixed; */
    margin-top: 5px;
    /* right: 0;
    left: 0; */
    z-index: 1;
}

.top-breadcrumb-menu {
    margin-top: 66px !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.menubar_main, a, label {
    cursor: pointer;
}

/* Center the loader */
.page-loader {
    position: absolute;
    left: 52%;
    top: 50%;
    z-index: 1;
    width: 65px;
    height: 65px;
    margin: -76px 0 0 -76px;
    border: 5px solid rgb(0 123 255 / 25%);
    border-radius: 50%;
    border-top: 5px solid #1277e4;
    /* border-bottom: 4px solid #1277e4; */
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 32%);
    z-index: 2147483647;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 }
    to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}

.card {
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
    /* border-top: 1.5px solid #3ac47d75; */
    border-radius: 0.7rem;
    margin: 0 auto; /* Added */
    float: none; /* Added */
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.02)!important;
    border: 1px solid #e6e7ee;
}

.table-card-body {
    padding-bottom: 5px;
}

a.btn.btn-shadow.btn {
    padding: 1px 4px 1px 4px;
}

.table th, .table td {
    padding: 1px 8px 1px 8px !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}

thead th {
    color: #eee;
    background-color: #2C6693;
}

.dataTables_paginate {
    float : right;
    font-weight: 600;
}

.dataTables_info {
    font-weight: 600;
}

.page-per {
    width:5%
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}

.fa-sort {
    margin-top: 5px;
    float: right;
}

.breadcrumb-right {
    position:absolute;
    right:1rem;
    top:50%;
    transform:translateY(-50%);
}

.nav-container {
    position:relative;
}

/* .form-control {
    font-size : 0.8rem;
} */

.toast-top-right {
    top: 69px;
    right: 30px;
}

#toast-container>div {
    width: 340px;
}

.mr70 {
    margin-right :70px;
}

.mr135 {
    margin-right :135px;
}

.mr150 {
    margin-right :150px;
}

.w100 {
    width: 100%;
}

.barcode1-cont {
    display: none;
}


.sbarcode1-cont {
    display: none;
}

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

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

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

tr.all-batch.batch-active {
    background: #1c7430;
    color : #eee;
}

a#tab-nav-batches.active {
    border-top: 1px solid #0062cc;
    background: rgb(0 123 255 / 25%);
    border-radius: 0.2rem;
}

a#tab-nav-info.active {
    border-top: 1px solid #0062cc;
    background: rgb(0 123 255 / 25%);
    border-radius: 0.2rem;
}

a#tab-nav-batches1.active {
    border-top: 1px solid #0062cc;
    background: rgb(0 123 255 / 25%);
    border-radius: 0.2rem;
}

a#tab-nav-info1.active {
    border-top: 1px solid #0062cc;
    background: rgb(0 123 255 / 25%);
    border-radius: 0.2rem;
}


a#tab-nav-request.active {
    border-top: 1px solid #0062cc;
    background: rgb(0 123 255 / 25%);
    border-radius: 0.2rem;
}

a#tab-nav-product_wise.active {
    border-top: 1px solid #0062cc;
    background: rgb(0 123 255 / 25%);
    border-radius: 0.2rem;
}

.h-divider{
    margin-top:10px;
    margin-bottom:5px;
    height:1px;
    width:100%;
    border-top:1px solid #dee2e6;
}

td .btn.btn-sm {
    line-height: 1;
}

.card-header {
    padding: 0;
    background-color: rgb(255 255 255);
}


.tooltip-sec {
    position: relative;
    display: inline-block;
}

.tooltip-sec .tooltiptext-sec {
    visibility: hidden;
    width: 200px;
    height: auto;
    background-color:#3f6ad8;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip-sec:hover .tooltiptext-sec {
    visibility: visible;
}

.tooltip-image{
    width: 95%;
    height: auto;
    object-fit:cover;
}

div#productModal {
    margin-top: 110px;
}

.mr80 {
    margin-right: 80px;
}

li.breadcrumb-item {
    font-size: 16px;
}

.ta-r {
    text-align: right;
}

.modal-backdrop {
    width: 100% !important;
    height: 100% !important;
}

@media only screen and (max-width: 575px) {
    .navbar-brand {
        visibility: hidden;
    }
}



/* browser loader */
#browser-loader{
    display: none;
    top: 20%;
    position: absolute;
}

#apo-browser-loader{
    display: none;
    top: 14%;
    left: 10%;
    position: absolute;
}

#dws-browser-loader{
    display: none;
    top: 10%;
    left: -22%;
    position: absolute;
}

#so-browser-loader{
    display: none;
    top: 14%;
    left: 10%;
    position: absolute;
}

#past-pur-browser-loader{
    display: none;
    top: 14%;
    left: 10%;
    position: absolute;
}

#supplier-browser-loader{
    display: none;
    top: 28%;
    left: 10%;
    position: absolute;
}

#party-browser-loader{
    display: none;
    top: 28%;
    left: 10%;
    position: absolute;
}

.loader-bg{
    position: absolute;
    z-index: 999999;
    background: #fff;
    width: 100%;
    height: 100%;
    display: contents;
  }
  .loader-p{
    border: 0 solid transparent;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: calc(30vh - 50px);
    left: calc(35vw - 75px);
  }

  .loader-p:before, .loader-p:after{
    content: '';
    border: 0.6em solid #1277e4;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
  }

  .loader-p:before{
    animation-delay: 0.5s;
  }

  @keyframes loader{
    0%{
      transform: scale(0.3);
      opacity: 0;
    }
    50%{
      opacity: 1;
    }
    100%{
      transform: scale(1);
      opacity: 0;
    }
  }
  /*end of custom preloader*/

.menubar-title {
    border-bottom: 1px solid #d5dde4;
    color: #007bff;
}

.menu_active {
    background: #0062ccc4 !important;
}

.a_active {
    color: #fffdfd !important;
}

.menubar_main:hover {
    background: #0062cc14;
}

.menubar_list {
    color: black;
}

tr.all-batch.batch-active {
    background: #1c743054;
    color: #212529;
}

.expiry-warnning {
    background:#ffc107;
    color: #f8f9fa;
}

.expiry-danger {
    background: #dc3545;
    color: #f8f9fa;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(211, 210, 210);
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(230, 228, 228);
  }

.success-light {
    color: #212529;
    background-color: #28a7455e;
  }

.danger-light {
    color: #212529;
    background-color: #dc35453b;
}

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

.pro-active {
    background: #28a745 !important;
    color: #fff;
}

.pro-active:hover {
    color: #fff !important;
}

.setting-card .setting {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.setting-card .setting div {
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
}

.setting-card .setting .active {
    border: 0.12rem solid #17a2b8;
}

.setting-card .setting:hover div {
    border: 0.12rem solid #17a2b8;
}

.highlight-row-pb, .highlight-row-pbb, .highlight-row-partyb, .highlight-row-appb, .highlight-row-sob, .highlight-row-supb, .highlight-row-pb2 {
    background-color: #495057 !important;
    border: 0.1rem solid #6c757d;
    color: #f8f9fa;
}

.po-arrow-btn {
    transform: translateY(-55px);
    transition: 0.3s;
}

.po-pay-card .active .po-arrow-btn, .pu-pay-card .active .po-arrow-btn {
    transform: translateY(-55px) rotateX(180deg);
    transition: 0.3s;
}

.po-pay-card .card, .pu-pay-card .card {
    height: 0;
    transition: 0.3s;
}

.po-pay-card .card .card-body, .pu-pay-card .card .card-body {
    display: none;
}

.po-pay-card .active  {
    height: calc(100vh - 510px) !important;
    transition: 0.3s;
}

.pu-pay-card .active  {
    height: calc(100vh - 454px) !important;
    transition: 0.3s;
    /* overflow-y: hidden; */
}

.po-pay-card .active .card-body, .pu-pay-card .active .card-body  {
    display: block;
}

.po-pay-card::-webkit-scrollbar, .pu-pay-card::-webkit-scrollbar {
    display: none;
}

.dropdown-menu .dropdown-item {
    font-size: .875rem;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #e3e3e3;
}

.dropdown-item {
    font-weight: 400;
    display: block;
    clear: both;
    width: 100%;
    padding: 0.25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    color: #212529;
    border: 0;
    background-color: transparent;
}

.ul.dropdown-menu.show {
    padding: 0px 0px 0px 0px !important;
}

li.nav-item.dropdown {
    color: black;
    padding: 1px 12px;
    /* border-right: 1px solid #e3e3e3; */
}

.dropdown {
    display: inline-block;
}

/* .collapse:not(.show) {
    display: flex !important;
} */

.breadcrumb li {
    margin-left: 12px;
}

.non-border-input {
    border: 0.1rem solid #dee2e6;
}

.modal-xl {
    max-width: 80% !important;
}

.modal-content {
    border-radius: 0.5rem;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 1.5em;
}

.dropdown-submenu .dropdown-menu {
    top: -3px;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-menu {
    padding: 0 !important;
    border: 1px solid #cccccc !important;
}

.sub-menu-active {
    background-color: rgb(0 0 0 / 8%) !important;
    color: black !important;
}
.bg-filter-inventory {
    filter: invert(76%) sepia(32%) saturate(7401%) hue-rotate(19deg) brightness(95%) contrast(101%);
}
.bg-filter-finance {
    filter: invert(32%) sepia(99%) saturate(1047%) hue-rotate(207deg) brightness(91%) contrast(86%);
}
.font-inventory {
    color: #bba200!important;
}
.font-finance {
    color: #4363d8!important;
}
.navbar-custom {
    background-color: #ffffff!important;
}
.top-breadcrumb-menu {
    margin-top: 58px !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
