.card-top-marker {
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 4px 16px;
  color: #FFFFFF;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  border-radius: 0.75rem;
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.pricing-table th,
.pricing-table td {
  border: 1px solid #dcdcdc;
  padding: 12px 10px;
  vertical-align: top;
  text-align: center;
}
.pricing-table thead {
  background-color: #f4f4f4;
}
.pricing-table thead th {
  width: 1%;
  font-weight: 600;
  color: #333;
}
.pricing-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.pricing-table tbody tr td {
  background-color: #fff;
  transition: all 0.3s;
}
.pricing-table tbody tr td:hover {
  background-color: #f0f8ff;
}
.pricing-table tbody td.vip {
  background-color: #d9f7be;
  font-weight: bold;
}
.pricing-table tbody td.premium {
  background-color: #ffd6e7;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pricing-table {
    font-size: 12px;
  }
  .pricing-table th,
  .pricing-table td {
    padding: 8px 5px;
  }
}
.bg-black {
  background-color: #000000;
}
.text-white {
  color: #FFFFFF;
}
/*# sourceMappingURL=custom.css.map */