/* line 1, app/assets/stylesheets/marketplace.scss */
.provider-card-header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 81px;
}

/* line 7, app/assets/stylesheets/marketplace.scss */
.provider-card-header-label {
  right: 0.75rem;
  top: 0.5rem;
}

/* line 12, app/assets/stylesheets/marketplace.scss */
.provider-card-header-label .card {
  border-radius: 1rem;
}

/* line 16, app/assets/stylesheets/marketplace.scss */
.text-rating-stars {
  color: #F9AD45;
}

/* line 20, app/assets/stylesheets/marketplace.scss */
.livestream-card-header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 25, app/assets/stylesheets/marketplace.scss */
.bg-gradient-dark {
  background: linear-gradient(180deg, #12263F 53.53%, #0CA66A 72.8%, #12263F 92.07%);
}
