/*COLORS */
/*TEXT COLORS */
/*SHADOW */
/* BORDER RADIUS */
/* GRADIENTS */
.custom-table {
  border: 1px solid #E5E7EB;
  overflow: hidden;
}
.custom-table thead th {
  font-size: 12px;
  font-weight: 700;
  color: #101828;
  background-color: #F9FAFB;
  font-family: "open sans";
  padding: 16px 24px;
}
.custom-table tbody td {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #101828;
  padding: 16px 24px;
}
.custom-table a {
  background: linear-gradient(90deg, #0d85c4 0%, #0d85c4 50%, rgba(13, 133, 196, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "open sans";
}
.custom-table a:hover {
  text-decoration: underline !important;
}/*# sourceMappingURL=contact.css.map */

.even-data{
  background-color: #DEF4FF26 !important;
}