.App {
  text-align: center;
  background-color: #ff0000;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

.heart {
  color: #ff0000;
}

.small {
  font-size: 0.75rem;
}
.cursor-pointer {
  cursor: pointer !important;
}
.verticalAlignMiddle {
  vertical-align: middle;
}
.z-index--1 {
  z-index: -1;
}
.table-container {
  overflow-x: auto; /* Enable horizontal scroll */
}

.table-container table {
  min-width: 850px; /* Ensure the table takes up at least the full width of its container */
}

.table-container th:first-child,
.table-container td:first-child {
  position: sticky;
  left: 0;
  background-color: #fff; /* Make the first and second columns sticky with a white background */
  z-index: 1;
  border-right: 1px solid #ccc;
}
td {
  margin-left: 0;
}
.tab-menu-container {
  max-width: 100%; /* Set the maximum width */
  overflow-x: auto; /* Enable horizontal scrolling */
  white-space: nowrap; /* Prevent wrapping of tabs to new lines */
  padding-bottom: 15px; /* Add some bottom padding for better appearance */
  flex-wrap: nowrap;
}
.width-6dot5 {
  width: 6.5rem;
}
.widht-15 {
  width: 20%;
}
@media only screen and (max-width: 500px) {
  .emp-card {
    display: grid !important;
  }
  #emp-card1 {
    width: 100% !important;
  }
  #emp-card2 {
    width: 100% !important;
  }
}
.kpi-header {
  background-color: #1f3756;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .display-block {
    display: block !important;
  }
}
.table td {
  overflow: hidden;
  text-overflow: ellipsis;
}

.loadingScreen {
  height: 30vh;
  width: 100%;
}

.react-date-picker__wrapper {
  border: none !important;
  border-radius: 8px; /* optional */
  padding: 3px; /* optional */
}

.MuiPopover-paper {
  padding: 10px !important;
  box-sizing: border-box;
}

.MuiPaper-root {
  border-radius: 10px !important;
  box-shadow: "none";
}

/* target the inner form controls/checkbox labels */
.MuiPopover-paper .MuiFormControl-root,
.MuiPopover-paper .MuiFormControlLabel-root,
.MuiPopover-paper .MuiList-root {
  padding: 6px !important;
}
