.table-custom tr td {
  border-bottom-width: 0px !important;
}

.table-custom tr th {
  text-align: center;
  border-bottom-width: 0px !important;
}
td.custom-border {
  border-bottom: none;
  height: 1px;
  margin-top: 10px;
  background-image: linear-gradient(to right, #e1e1e1 0%, #e1e1e1 50%, transparent 50%);
  background-size: 25px 0.5px;
  background-repeat: repeat-x;
}

.table-custom::hover {
  cursor: pointer;
}

.fixed-bottom-right {
  bottom: 0;
  position: absolute;
  right: 0;
  margin-right: 30px;
  background-color: #fff;
}
/* ================================
   ==  FIXED COLUMN BACKGROUND  ==
   ================================ */

/* ทำพื้นหลังของเซลล์ที่ fix-left ให้ทึบ */
.ant-table-cell-fix-left,
.ant-table-cell-fix-right {
  background: #ffffff !important;
  backdrop-filter: none !important;
}
/*
