.fc-bgevent {
  background: inherit !important;
}
.fc-week .fc-bgevent-skeleton td.booked, .fc-week .fc-bgevent-skeleton:nth-child(4) td.booked, .fc-week .fc-bgevent-skeleton:nth-child(5) td.booked, .fc-week .fc-bgevent-skeleton:nth-child(6) td.booked{
  background-color: #d0525f !important;
}
.unavailable::before {
  background-color: #d0525f !important;
}
.fc-week .fc-bgevent-skeleton td.limited {
  background-color: #B4B4B4 !important;
  width: 123.5px;
  height: 80.5px;
  opacity: 1 !important;
}
/* .fc-week .fc-bgevent-skeleton:nth-child(4) td.booked {
  background-color: #b4b4b4 !important;
} */

.fc-nonbusiness {
  background: #d7d7d7 !important;
}
.available::before {
  border: 2px solid #eee;
}
.fc-button-primary {
  color: #fff;
  background-color: #8dc63f;
  border-color: #8dc63f;
}
.fc-button-primary:hover {
  color: #fff;
  background-color: #549002;
  border-color: #549002;
}

/* Loading Animation */

#loading-events {
    text-align:center;
    padding:40px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #8dc63f;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #8dc63f transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .frm_style_formidable-style.with_frm_style .add-group-checkbox .frm_checkbox label {
    background:#94C11E !important;
    color:#fff !important;
    padding: 20px !important;
    border-radius: 0 0 15px 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    font-size: 20px !important;
    font-weight: 100 !important;
    font-family: museo-sans, sans-serif !important;
    display: inline-block !important;
}

.frm_style_formidable-style.with_frm_style .add-group-checkbox .frm_checkbox label::after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("assets/img/add-more-white.svg") !important;
    background-repeat: no-repeat;
    background-position-x: 41%;
    background-position-y: center;
    padding: 14px;
    content: "";
    margin-left: 20px;
}

