
.page-inner{
    background-color: #f9f9f9;  
}
.primary-text-color{
     color:#733944;
}

.custom-btn-color{
   background-color: #733944 !important;
}

.custom-btn-color-secondary{
    background-color: #848484 !important;
}

.color-white{
     color: white;
}

.logo-header{
   border:1px solid #d0d0d06b;  
}


.custom-btn-color2{
   background-color: #5570f1 !important;  
}

.custom-btn-br-color{
    border-color: #733944 !important;
 }

 .card-body-style{
    padding-top: 20px !important;
 }

 .search-box-style{
     width: 258px;
     height: 45px;
     align-items: center;
   
 }

 .search-box-style input[type="text"]{
      border: unset;
 }

 .custom-btn-style{
     width: 169px;
 }
.txt-error{
     color: rgb(161, 40, 40);
}

.txt-mandate{
     color: rgb(196, 47, 47);
}

.txt-success{
    color: green;
}

.flex-box{
    display: flex;  
}

.flex-column{
   flex-direction: column   
}

.date-box-style{
   width: 133px; 
}


.flex-between{
    justify-content: space-between;
    align-items: flex-start
}

.flex-align-item-center{
   align-items: center !important;
}

.input-search-icon{
    position: absolute;
    right: 19px;
    color: #9c9a9a;
}


.flex-end{
   align-items: flex-end   
}

.btn-success{
    background: green;
}

.txt-bolder{
    font-weight: 600;   
}

.table thead th,td{
    text-align: center;  
}

.btn-success-custom{
   background:#3a5775 !important;
   color: aliceblue;
}

.btn-white-custom{
    background:#ffffff !important;
    /* color: aliceblue; */
 }

 .icon-style{
    font-weight: 900;
    font-size: small;
}

.sidebar[data-background-color=dark]{
    background-color: #2d4c6bed !important;    
}

.sidebar[data-background-color=dark] .scroll-wrapper  .sidebar-content ul li a{
    color: white !important;
}

.sidebar[data-background-color=dark] .scroll-wrapper  .sidebar-content ul li a i{
    color: white !important;
} 


.label-style{
   display: flex; 
   align-items: center;
   gap: 5px; 
}
/* #19456d82 */


 .ag-header {
    background-color: #FAEBF0 !important; /* Light green */
  }

  .ag-header-cell-text{
     color: #5B5B5B;
  }
  
  .ag-theme-alpine .ag-header-cell-label {
    color: #2e7d32;
    font-weight: bold;
  }
  .sidebar .nav>.nav-item.active>a, .sidebar[data-background-color=white] .nav>.nav-item.active>a{
    background-color: #3E3436;
    color: #fff !important;
  }
  .sidebar .nav>.nav-item a, .sidebar[data-background-color=white] .nav>.nav-item a{
    border-radius: 6px;
  }
  .sidebar .nav.nav-secondary>.nav-item.active a:before, .sidebar[data-background-color=white] .nav.nav-secondary>.nav-item.active a:before {
    background: #3E3436 !important;
}
.main-header{
    background-color: #fff;
}
.sidebar .nav.nav-secondary>.nav-item.active a i{
    color: #fff !important;
}
.sidebar .nav>.nav-item a i,.sidebar .nav.nav-secondary>.nav-item a:hover i{
    color: #3E3436 !important;
}
.sidebar .nav>.nav-item .active i,.sidebar .nav>.nav-item .active:hover i{
    color: #fff !important;
}

.eventr td{
    background-color: rgb(255, 194, 194); 
}


/* .low-stock{
    background-color: #ffab4a6b; 
}

.in-stock{
    background-color: #dbffa5; 
}

.out-of-stock{
    background-color: #fc7c784c;
}

 .over-stock{
    background-color: #78e6fc75;
} */


/* .dispatched{
   background-color: #ff654a6b;    
} */

.partially_received{
    background-color: #ffab4a6b;  
}

.fully_received{
   background-color: #dbffa5; 
}


.clickable {
  cursor: pointer;
}

.primary-titlebar-style{
     font-size: 21px !important;
} 

.fs-25 {
    font-size: 25px;
  }

.p-tabmenu .p-tabmenu-nav{
  padding: 0%;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text{
  color: #585656;
}

.p-tabmenu ul{
   height: 44px; 
   border: unset;
}



.loader1 {
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
    0%  {box-shadow: 20px 0 #000, -20px 0 #0002;background: #000 }
    33% {box-shadow: 20px 0 #000, -20px 0 #0002;background: #0002}
    66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002}
    100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000 }
}
/* Ensure MultiSelect height matches Bootstrap inputs */
.p-multiselect {
  min-height: 38px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
}

.p-multiselect-label {
  padding: 0 !important;
}

.intransit{
  background-color: #e0f3ff;
}

.p-tabmenu .p-tabmenu-nav li a{
    color: #000;
}
.p-tabmenu,.p-component{
    width: fit-content; 
}

.custom-calendar {
  height: 50px;         /* smaller width */
  border-radius: 8px;   /* rounded corners */
  padding: 6px 10px;
  font-size: 14px;
}

/* .primary-text-color{
    color: #676767; 
} */

.date-input-style{
   border:1px solid #e0e0e0;   
   padding: 2px 10px;
   font-family: sans-serif;
   font-weight: 100;
}

.date-box{
    margin-top:27px;
    
}

.dropdown-custom-style{
    border:1px solid #e1e1e1;
    /* color: #e1e1e1; */
    padding: 3px 8px;
    color: grey !important;
    cursor: pointer;
}


.export-btn{
   /* border: white; */
   padding:11px 0px;
   background: #3e3436;
   color: white;
}

.text-brownish{
    color: #733944 !important;
}

.date-box button{
    border: unset !important;
    height: 27px;  
}

.nav-tabs li button{
   background: white !important; 
   color: grey !important; 
}

.nav-tabs li button.active{
  background: #783c3c !important;   
}

.p-splitbutton button:first-child{
    display: none;  
}

.p-splitbutton button:last-child{
    width: 24px;
    height: 20px;
    border-radius: 50%; 
}

.connected-api-style{
    /* box-shadow : 0px 0px 9px 1px #0aad0a; */
    color: #63dc26 !important;
    background: #ffffff !important; 
    border: unset !important;
}

.connecting-api-style{
    color: rgb(188, 8, 8);  
    background: #f2f2f2 !important; 
    border: unset;
}

.overlayloader{
    z-index: 99999999999;
    display: flex;
    width: 80vw;
    height: 100vh;
    position: absolute;
    justify-content: center;
    align-items: center;
}


.isproduct{
     background-color: #edf2fa !important;
}

.header-action{
     display: flex !important;
     justify-content: center !important;
}





