/* Custom styles for courts form */

.court-favorite-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.court-favorite-btn .dashicons-star-filled {
  color: #ccc;
  font-size: 24px;
}

.court-favorite-btn.favorited .dashicons-star-filled {
  color: #f7c200;
}

.court-favorite-btn .favorite-label {
  display: block;
  font-size: 8px;
  line-height: 1;
  color: #777;
  text-align: center;
  margin: 3px 0 0 5px;
}

@media screen and (min-width: 835px) {
  .court-favorite-btn .favorite-label {
    font-size: 12px;
  }
}
.court-favorite-btn.text-btn {
  display: inline-block;
  margin: 0;
  width: 200px;
  padding: 8px 12px;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 3px;
  text-align: center;
}

.court-favorite-btn.text-btn .favorite-star {
  margin-left: 6px;
  color: #0073aa;
}

.court-favorite-btn.text-btn.favorited .favorite-star {
  color: #f7c200;
}


.leave-operator-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 8px 12px;
  background: #F3F3F3;
  border: 3px solid #a00;
  color: #a00;
  border-radius: 3px;
  z-index: 1000;
}
.leave-operator-btn:hover {
  background: #a00;
  color: #fff;
}
