/* table properties */
table.table.vertical-middle th,
table.table.vertical-middle td {
  vertical-align: middle;
}

table.table-round tr th:first-child.heading {
  border-radius: 8px 0 0 0;
}

table.table-round tr th:last-child.heading {
  border-radius: 0 8px 0 0;
}

table th.heading {
  background-color: #eaedef;
  /* border-bottom: 1px solid var(--bs-gray-500); */
}

table.table-center th,
table.table-center td {
  text-align: center;
}

table.table-td-center td {
  text-align: center;
}

table.table-th-center th {
  text-align: center;
}

.sticky-col {
  position: sticky;
  z-index : 2;
  left    : 0;
}

@media only screen and (min-width: 237px) and (max-width: 800px) {
  .row.table_main .select_con .action-btn-con .popup {
    min-width: calc(100vw - 78px) !important;
  }
}