.muzicalist-booking-calendar {
  width: 100%;
  min-height: 446px;
  margin: 0 auto;
}
.muzicalist-booking-calendar .buttons {
  padding: 0 10px;
  background: rgb(214, 179, 89);
  background: radial-gradient(circle, rgb(214, 179, 89) 0%, rgb(178, 126, 42) 35%, rgb(236, 216, 152) 100%);
}
.muzicalist-booking-calendar .buttons .month-navigation {
  outline: none;
  margin: 10px auto;
  border: 0;
  color: #000;
  background-color: transparent;
  padding: 0 10px;
  border-radius: 34px;
  cursor: pointer;
  font-size: 30px;
}
.muzicalist-booking-calendar .buttons .month-navigation.next {
  float: right;
}
.muzicalist-booking-calendar .buttons .month-navigation:hover {
  background: #fff;
  color: #000;
}
.muzicalist-booking-calendar .calendar-month {
  width: 100%;
  background: #ccc;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.muzicalist-booking-calendar .month-title th {
  background: rgb(214, 179, 89);
  background: radial-gradient(circle, rgb(214, 179, 89) 0%, rgb(178, 126, 42) 35%, rgb(236, 216, 152) 100%);
  color: #000;
  padding: 13px 0;
  font-size: 15px;
  text-align: center;
}
.muzicalist-booking-calendar .weekdays .weekday {
  padding: 11px 10px;
  text-align: center;
}
.muzicalist-booking-calendar .week .day {
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 14px;
  height: 85px;
  position: relative;
  padding: 14px 0 0 0;
  text-align: center;
  vertical-align: top;
}
.muzicalist-booking-calendar .week .day.prev {
  background-color: #eceff3;
  color: #d0d5de;
  cursor: auto;
}
.muzicalist-booking-calendar .week .day.next {
  cursor: pointer;
}
.muzicalist-booking-calendar .week .day.next:hover {
  background-color: #838383;
  color: #fff;
}
.muzicalist-booking-calendar .week .day.next.unavailable {
  background-color: #fd2d4f;
  color: #fff;
}
.muzicalist-booking-calendar .week .day.today {
  background-color: #484848;
  color: #fff;
}

.fadeRequest {
  opacity: 0;
  transition: opacity 0.15s linear;
}
@media only screen and (max-width: 767px) {
  .muzicalist-booking-calendar .week .day {
    height: 55px;
  }
}

/*# sourceMappingURL=style.css.map */
.event_description {
  display: flex;
  flex-direction: column;
}
.label_modal {
  padding-top: 20px;
}
#event-details {
  border-radius: 0.25rem;
}
.description_text {
  text-overflow: ellipsis;
  overflow: hidden;
}