.myfav {
  background-color: #1560bd;
  color: white;
}

.myfav2 {
  background-color: #ee6e73;
  color: white;
}

.myfav {
  background-color: #1560bd;
  color: white;
}

.fcolor {
  color: #1560bd;
}

* {
  font-family: sans-serif;
}

.content-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  border-radius: 50px 50px 50px 50px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
  background-color: #1560bd;
  color: white;
  text-align: left;
  font-weight: bold;
}
.content-table th,
.content-table td {
  padding: 10px 15px;
  font-weight: bold;
}
.content-table tbody tr {
  border-bottom: 1px solid #1560bd;
}
.content-table tbody tr:nth-of-type(even) {
  background-color: #eefafa;
  color: #080808;
  font-weight: bold;
}

.content-table tbody tr:last-of-type {
  border-bottom: 6px solid #1560bd;
}
.content table tbody tr.active-row {
  font-weight: bold;
  color: #1560bd;
}

.cardspace {
  margin-bottom: 3px;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
}
