.table-custom tr td {
  /* text-align: start; */
  border-bottom-width: 0px !important;
}

.table-custom tr th {
  text-align: start;
  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;
}