.custom-select {
  background: #fff
    url("data:image/svg+xml;charset=utf8,%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 0.75rem center;
  background-size: 8px 10px;
  margin-bottom: 10px;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0.5rem; /* Adjust the padding as needed */
  padding-right: 1rem !important; /* Additional padding on the right for the background */
  background: url('data:image/svg+xml;utf8,<svg fill="none" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" viewBox="0 0 8 8"><path fill="none" stroke="%23343a40" d="M4 6 L8 2 M0 2 L4 6z"/></svg>')
    no-repeat right center/12px 12px;
  background-color: #fff; /* Set background color to match your dropdown background */
  border: 1px solid #ced4da; /* Add a border to the dropdown */
  border-radius: 4px; /* Add border-radius for rounded corners */
}

.MuiInputLabel-outlined.MuiInputLabel-shrink {
  transform: translate(9px, -10px) scale(0.75) !important;
  background: #fff;
  padding: 0 5px;
  z-index: 8 !important;
}
.MuiAutocomplete-popper {
  z-index: 9 !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.MuiTableHead-root {
  position: relative;
  z-index: 0;
}

.carousel-indicators {
  list-style-type: none !important;
}

.MuiPaper-root .MuiList-root {
  display: flex;
  flex-direction: column;
}

.chartjs-render-monitor {
  margin-top: 6vh;
}

.floating-input-label {
  opacity: 1;
  transform: scale(0.85) translateY(-3.8rem) translateX(0rem);
  background: #fff;
  padding: 2px 6px 0px 2px;
  font-size: 14px;
}

@media (max-width: 600px) {
  .customPagination {
    display: none;
  }
}

.pagination-first-margin {
  margin-right: 5px !important;
  margin-top: 2px !important;
  float: left !important;
}

.pagination-last-margin {
  margin-left: 5px !important;
  margin-top: 2px !important;
  float: left !important;
}

.tableNew .topPagination,
.tableNew .bottomPagination {
  display: flex;
  align-items: baseline;
}

@media (max-width: 575.98px) {
  /* line 150, ../../../../../Surekha/Project/spring-boot/scss/layout/_table.scss */
  .tableNew .topPagination,
  .tableNew .bottomPagination {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  /* line 158, ../../../../../Surekha/Project/spring-boot/scss/layout/_table.scss */
  .tableNew .topPagination {
    display: none;
  }
}

.dropdown.selectPages .btn.active,
.dropdown.selectPages .btn.show,
.dropdown.selectPages .btn:hover {
  background-color: #ffffff !important;
}

.dropdown.selectPages .dropdown-toggle {
  font-size: 10px !important;
  font-weight: 500 !important;
}

.tableFooter .selectPages {
  margin-right: 10px;
}

/* line 118, ../../../../../Surekha/Project/spring-boot/scss/layout/_table.scss */
.tableFooter .selectPages select {
  border: 1px solid #e0e0e0;
  color: #333333;
  font-weight: 500;
  font-size: 10px;
  height: 23px;
}

/* line 125, ../../../../../Surekha/Project/spring-boot/scss/layout/_table.scss */
.tableFooter .selectPages select:focus-visible {
  outline: none;
}

@media (max-width: 575.98px) {
  /* line 116, ../../../../../Surekha/Project/spring-boot/scss/layout/_table.scss */
  .tableFooter .selectPages {
    float: left;
  }
}

.dropdown-menu {
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid #ccc;
  z-index: 88;
}

/* .dropdown-menu::-webkit-scrollbar {
  width: 10px;
} */
.dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 0;
}

div[style*="overflow-x: auto"] {
  max-width: 100%; /* Ensure the container adapts to the viewport */
  overflow-x: auto; /* Enable horizontal scrolling */
}

@media (max-width: 768px) {
  table {
    /* min-width: 600px; Adjust to a reasonable minimum table width */
  }
}
