.btn-primary {
  background-color: #cc7277;
  border-color: #cc7277;
}

.btn-primary:hover {
  background-color: #cc7277;
  border-color: #cc7277;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(204,114,119,0.5);
}

.btn-primary:active {
  background-color: #cc7277;
  border-color: #cc7277;
}

.bg-primary {
  background-color: #cc7277 !important;
  border-color: #cc7277;
}

/* Custom styles for the table */
.custom-table {
  border: 2px solid #ccc;
  border-radius: 10px;
}

.custom-table th {
  background-color: #f2f2f2;
}

.custom-table th, .custom-table td {
  text-align: center;
}

.custom-table td:nth-child(1) {
  text-align: left;
  vertical-align: middle;
  padding-left: 20px;
}

.custom-table td i, .custom-table-2 td i {
  font-size: 2rem;
  color: #28a745; /* Green for checkmark */
}

.custom-table td i.bi-x, .custom-table-2 td i.bi-x {
  font-size: 2rem;
  color: #dc3545; /* Red for cross */
}

.custom-table td:nth-child(2), .custom-table td:nth-child(3) {
    width: 20%; /* Set equal width for Free and Premium columns */
}

.special-description-free {
  font-size: 1rem;
  font-weight: normal;
  color:black !important;
  vertical-align: middle;
}

.special-description-premium {
  font-size: 1rem;
  font-weight: bold;
  color:#cc7277 !important;
  vertical-align: middle;
}

.custom-img {
  max-width: 100%;
  height: auto;
}

.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}


