.pop-inbox-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.pop-inbox-wrapper-filter-table-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;

  .filter-card-vertical {
    max-width: 400px;
  }

  .pop-inbox-table-wrapper {
    width: 100% !important;
    max-width: 100%;
    overflow: auto;
  }
}

.select-activity-info {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

.table-actions-wrapper {
  display: flex;
  gap: 0.5rem;
  align-items: "center";
  flex-wrap: "wrap";
  margin-left: auto;
}

.data-table-select-checkbox {
  margin-bottom: 0px;
}

.rdt_Pagination {
  margin-top: -1rem;
  border: 1px solid #d6d5d4;
  border-top: 0px;
}

.sc-fzXfPc {
  border-radius: 0rem !important;
}

.sc-fzXfPc::-webkit-scrollbar {
  height: 0.5rem;
  background-color: #d6d5d4;
}

.sc-fzXfPc::-webkit-scrollbar-track {
  background-color: #d6d5d4;
  border-radius: 0.563rem;
}

.sc-fzXfPc::-webkit-scrollbar-thumb {
  background-color: #d6d5d4;
  border-radius: 0.563rem;
}

.rdt_TableHead {
  z-index: 13 !important;
}

.microPlanBulkTable {
  .rdt_TableRow > .rdt_TableCell:first-of-type {
    position: sticky;
    z-index: 10;
    left: 0rem;
    background-color: #ffffff;
  }

  .rdt_TableRow:hover > .rdt_TableCell:first-of-type {
    position: sticky;
    z-index: 10;
    left: 0rem;
    background-color: #fbeee8;
  }

  .rdt_TableRow.selectedRow > .rdt_TableCell:first-of-type {
    position: sticky;
    z-index: 10;
    left: 0rem;
    background-color: #fbeee8;
  }

  .rdt_TableHeadRow > .rdt_TableCol:first-of-type {
    position: sticky;
    z-index: 12;
    left: 0rem;
    top: 0rem;
    background-color: #eeeeee;
  }

  .selectable {
    .rdt_TableRow > .rdt_TableCell:nth-of-type(2) {
      position: sticky;
      z-index: 10;
      left: 48px;
      background-color: #ffffff;
    }

    .rdt_TableRow:hover > .rdt_TableCell:nth-of-type(2) {
      position: sticky;
      z-index: 10;
      left: 48px;
      background-color: #fbeee8;
    }

    .rdt_TableRow.selectedRow > .rdt_TableCell:nth-of-type(2) {
      position: sticky;
      z-index: 10;
      left: 48px;
      background-color: #fbeee8;
    }

    .rdt_TableHeadRow > .rdt_TableCol:nth-of-type(2) {
      position: sticky;
      z-index: 12;
      left: 48px;
      top: 0rem;
      background-color: #eeeeee;
    }
  }
}

.rdt_TableHeadRow {
  justify-content: space-between;
}

.rdt_TableRow {
  justify-content: space-between;
}

.village-hierarchy-tooltip-wrapper-class {
  position: static;
}

.facility-popup-table-no-frozen-columns::-webkit-scrollbar-track {
  background-color: #d6d5d4;
  border-radius: 0.563rem;
}

.facility-popup-table-no-frozen-columns::-webkit-scrollbar-thumb {
  background-color: #d6d5d4;
  border-radius: 0.563rem;
}

.facility-popup-table-no-frozen-columns::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #d6d5d4;
}

.data-table::-webkit-scrollbar-track {
  background-color: #d6d5d4;
  border-radius: 0.563rem;
}

.data-table::-webkit-scrollbar-thumb {
  background-color: #d6d5d4;
  border-radius: 0.563rem;
}

.data-table::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #d6d5d4;
}

.data-table::-webkit-scrollbar:horizontal {
  height: 0.5rem;
  background-color: #d6d5d4;
}
