.custom-container {
        max-width: 1400px !important;
}

.page-header{
    background-color: #c69d6647 !important;
}
 .sweetAlert-height-class {
            height: 100px !important;  /* Or use vh units for responsive height */
            /* You may also need to adjust max-height and overflow if content exceeds the defined height */
        }

.card-bg-color{
    background: #ffd65863 !important;
}

.scrollable-container {

  overflow: auto; /* Adds scrollbars if content overflows */
  /* or */
  overflow-y: scroll; /* Always shows vertical scrollbar */
  overflow-x: scroll; /* Always shows horizontal scrollbar */
/*   max-height: 400px;  *//* Example: Limit vertical height */
  width: 100%; /* Example: Set width */
}

table.dataTable {
    width: 100%;
}