.fc-header-toolbar .fc-toolbar-title {
  text-transform: uppercase;
  font-weight: 800;
}

.empty-day {
  background-color: #d3d3d3;
}

.events-list {
  background-color: rgba(240, 227, 211, 0.2);
}

.events-list .filter-form button {
  padding: 0.5rem;
}

.events-list .filter-form fieldset {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 2px solid var(--bs-border-color);
  border-radius: 0.6rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.events-list .filter-form fieldset .field {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  margin-left: 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  border: none;
  color: rgb(102, 102, 102);
  background: transparent;
}

.events-list .filter-form fieldset .field:focus {
  outline: none;
  color: #000;
}

.events-list .filter-form fieldset i {
  position: absolute;
  left: 0.6rem;
  font-size: 1rem;
  color: rgb(205, 163, 95);
}

.course-list {
  list-style: none;
  padding: 0;
}

.course-list li {
  margin-left: 1rem;
  padding-left: 1rem;
  font-size: 1.2rem;
  font-family: "EagleLight";
}

.course-list li:not(last-child) {
  margin-bottom: 1rem;
}

.course-list li::marker {
  color: var(--bulletColor);
  font-size: 1rem;
  content: "\f287";
  font-family: bootstrap-icons !important;
  padding-right: 1rem;
}

.fc .fc-scrollgrid {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e2e3e6;
}

.fc .fc-scrollgrid-section-header > * {
  background: #e2e3e6;
}

.fc .fc-scrollgrid-section-header th {
  padding: 0.5rem 0;
  border: none;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 800;
}

.fc .fc-scrollgrid-section-body td {
  background: #fff;
}

.fc .fc-scrollgrid-section-body td a.fc-event {
  cursor: pointer;
}

.fc .fc-scrollgrid-section-body td a.fc-event:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.fc-buttons {
  display: flex;
  align-items: center;
}

.fc-buttons .fc-title {
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
}

.fc-buttons button {
  font-size: 2rem;
  border: none;
  background: none;
}

.fc-buttons button:hover {
  color: #9E0B0F;
}

.coupon-grid {
  transition: all 0.4s ease-in-out 0s;
}

.coupon-grid img {
  height: 100%;
}

.coupon-grid .coupon-cart-btn {
  display: none;
  transition: all 0.4s ease-in-out 0s;
}

.coupon-grid .coupon-info {
  transition: all 0.4s ease-in-out 0s;
}

.coupon-grid:hover {
  transform: scale(1.1);
}

.coupon-grid:hover > .coupon-cart-btn {
  display: block;
}

.coupon-grid:hover > .coupon-info {
  background-color: #CDA35F;
}

/* Mobile View */

@media (max-width: 768px) {
  .coupon-grid:hover {
    transform: scale(1);
  }
}
