@font-face {
  font-family: "Gelion";
  src: url("./fonts/Gelion\ Regular.woff"), url("./fonts//Gelion\ Bold.woff"), url("./fonts//Gelion\ SemiBold.woff"), url("./fonts/Gelion\ SemiBold.woff"),
    url("./fonts/Gelion\ SemiBold\ Italic.woff");
}

.table {
  width: 100%;
  border: none;
  border-radius: 20px;
}

.table thead tr th {
  border-bottom: #D9D9D9 1px solid;
  font-weight: bold;
  text-align: left;
}

/* .table tbody tr:nth-child(even) {
  background:;
} */

.table tbody tr {
  background:#FFF;
  cursor: pointer;
  border-bottom: #D9D9D9 1px solid;
  text-align: left;
}
.table tbody tr:hover {
  background:rgba(236, 236, 236, 0.6);
}
.table th {
  padding: 18px;
  font-weight: lighter;
}

.textInput:focus{
  border: none;
  background-color: blue;
}