#seamless-table-data {
  padding: 0rem;
}

#seamless-dt-data {
  padding: 0.3rem;
}

.dt-data-capitalize {
   text-transform: capitalize;
   font-weight: bold;
   color: black;
}

.dt-data-uppercase {
   text-transform: uppercase;
   font-weight: bold;
   color: black;
}

.sm-uppercase {
   text-transform: uppercase;
   font-weight: bold;
   color: black;
   font-size: 12px;
}

.uppercase {
   text-transform: uppercase;
   color: black;
}
.capitalize {
   text-transform: capitalize;
   color: black;
}

.seamless-table-input {
   height: 2.2rem;
   width: 100%;
   border: 0;
   padding: 0.3rem;
   text-transform: uppercase;
}

.seamless-table-input-d2 {
   height: 2.5rem;
   width: 100%;
   border: 0;
   padding: 0.3rem;
   text-transform: uppercase;
}

.seamless-table-input-d3 {
   height: 2.6rem;
   width: 100%;
   border: 0;
   padding: 0.3rem;
   text-transform: uppercase;
}

.seamless-table-textarea {
   height: 5rem;
   width: 100%;
   border: 0;
   padding: 0.3rem;
   text-transform: capitalize;
}

.action{
   padding-left: 0.5em;
}


/* Infinite Scroll */
.tbody-scroll {
   overflow-y: auto;
   display: block;
   max-height: 24em;    // For example
}
.thead-scroll {
   display: table;
   width: 100%;     // Fill the containing table
}
.tbody-tr-scroll {
   display: table;
   width: 100%;     // Fill the containing table
}
.tbody-td-scroll { height:auto; }


/* Feather Icons Button */
.hover-cursor:hover{
  cursor: pointer;
}

.form-rounded {
border-radius: 1rem;
}

.link-hover {
  border: none;
  font-size: 16px;
  transition: 0.3s;
  color: #FFFFFF;
}

.link-hover:hover {
  background-color: #e8e8e8;
  color: #000000;
}
