
#myTable_info {
  display: none !important;
}
.table.dataTable thead > tr > th{
  background-color: #13257c !important;
  color: #e0ae27 !important;
}
table.dataTable tbody td {
  padding: 10px 3px !important;
  font-size: 16px;
}
.dataTables_wrapper .dataTables_filter{
  margin-bottom: 5px;
}

.login{
  /*max-width: 35%;*/
  color: #e0ae27;
  background: #484a7e;
  padding: 50px 30px;
  margin: 20px;
  
}
.login h3{
  font-size: 2.25rem;
  font-weight: 100;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.min-vh {
  min-height: 87vh !important;
}
.login img{
  height: auto;
  max-width: 25%;
  vertical-align: middle;
}
@media screen and (max-width : 750px) {
  .login {
    max-width: 85%;
    color: #e0ae27;
    background: #484a7e;
    padding: 5px 13px;
  }
  .min-vh {
    min-height: 40vh !important;
  }
}



#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.5rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: 0;
}
  
@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: -15rem;
  }
}
table th{
  color: #e0ae27 !important;
  background: #2b2d75  !important;
  font-size: 17px;
}

td, th{
  white-space: nowrap !important;
}

.item{
  position: relative;
  cursor: pointer;
 }
 
 .item a{
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 5px 30px;
  line-height: 35px;
 }
 
 .item a:hover{
  background: #484a7e;
  transition: 0.3s ease;
 }
 
 .item i{
  margin-right: 15px;
  align-items: center;
 }
 
 .item a .dropdown{
  position: absolute;
  right: 0;
  margin: 10px;
  transition: 0.3s ease;
 }
 
 .item .sub-menu{
  background: #fff;
  display: none;
 }
 
 .item .sub-menu a{
  padding-left: 40px;
 }
 
 .rotate{
  transform: rotate(90deg);
 }

 .flash-msg{
  color: #e0ae27;
  
  position: absolute;
  top: 0%;
  left: 35%;
  width: 30%;
}

.alert-bg{
  background-color: #2b2d75;
}
table.dataTable td.custom-align {
  text-align: right !important;
  padding-right: 25px !important; /* Adjust as needed */
}
.header-exigo {
  background-color: #e0ae27;
  color: #13257c;
  font-size:2rem;
  text-align: center;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.summary-exigo {
  background-color: #fff;
  border: 2px solid #FFC107;
  color: #333;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.summary-label {
  display: inline-block;
  width: 150px; /* adjust as needed */
}
h5 {
  margin-top: 0;
  color: #007BFF;
  text-align:center;
}
.total-orders-value {
  color: #FFD700;
  font-size: 1.5rem;
  font-weight: bold;
}
/* Make the top & bottom scrollbar in Exigo colors, with some height */
.exigo-scrollbar::-webkit-scrollbar {
    height: 16px; /* taller scrollbar */
    background-color: #f0f0f0; /* track color */
}

.exigo-scrollbar::-webkit-scrollbar-thumb {
    background-color: #007BFF; /* ExigoCare blue */
    border-radius: 8px;
}

.exigo-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #0056b3; /* darker on hover */
}

/* Force table cells to wrap text if it's too long */
table#myTable th,
table#myTable td {
    white-space: normal;   /* allow wrapping */
    word-wrap: break-word; /* break long words */
    max-width: 200px;      /* optional: limit column width */
}


