/* QuickCal Appointments styles
----------------------------------------------------------------- */
/* Icons fix */
.booked-icon {
  padding-left: 1px;
}

/* Calendar */
body table.booked-calendar,
body table.booked-calendar thead,
body table.booked-calendar body,
body div.booked-calendar-wrap div.booked-calendar,
body div.booked-calendar .bc-head,
body div.booked-calendar .bc-body,
body div.booked-calendar .bc-head .bc-col,
body div.booked-calendar .bc-row.days,
body div.booked-calendar .bc-row.days .bc-col,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date span,
body div.booked-calendar .bc-row.days .bc-col {
  background-color: transparent !important;
}

body table.booked-calendar th .monthName a {
  font-size: 1rem;
}

body div.booked-calendar-wrap div.booked-calendar {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

table.booked-calendar,
table.booked-calendar tr,
body div.booked-calendar .bc-head .bc-row,
body div.booked-calendar .bc-body .bc-row {
  border-width: 0 !important;
}

table.booked-calendar tr th,
table.booked-calendar tr td,
body div.booked-calendar .bc-head .bc-col,
body div.booked-calendar .bc-body .bc-col {
  border-width: 1px !important;
  border-style: solid !important;
  background-color: transparent !important;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

table.booked-calendar tr + tr th,
table.booked-calendar tr + tr td,
body div.booked-calendar .bc-head .bc-row + .bc-row .bc-col,
body div.booked-calendar .bc-body .bc-row .bc-col {
  border-top-width: 0px !important;
}

body div.booked-calendar .bc-head .bc-row .bc-col + .bc-col,
body div.booked-calendar .bc-body .bc-row .bc-col + .bc-col {
  border-left-width: 0px !important;
}

table.booked-calendar tr td .date,
table.booked-calendar tr td:hover .date,
table.booked-calendar tr td:hover .date span,
table.booked-calendar tr td.prev-date .date,
table.booked-calendar tr td.prev-date:hover .date,
table.booked-calendar tr td.prev-date:hover .date span,
table.booked-calendar tr td.today .date,
table.booked-calendar tr td.today .date span,
table.booked-calendar tr td.prev-month .date,
table.booked-calendar tr td.prev-month .date span,
table.booked-calendar tr td.next-month .date,
table.booked-calendar tr td.next-month .date span,
table.booked-calendar tr td .booked-appt-list,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
  color: inherit !important;
  background: transparent !important;
}

body .booked-appt-list {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
  text-transform: uppercase;
}

/* Booked form */
body .booked-form .field .checkbox-radio-block label {
  padding-left: 1.4em;
}

body .booked-form .field .checkbox-radio-block label:before {
  line-height: 0.6em;
}

body .booked-form .cf-block select {
  visibility: visible;
}

body .booked-modal .bm-window {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Login form */
#booked-profile-page i.fa {
  color: inherit;
}

/* User profile header */
#booked-profile-page div.booked-profile-header {
  padding: 0 0 2em;
}

#booked-profile-page div.booked-user-avatar {
  width: 50px;
  height: 50px;
}

#booked-profile-page div.booked-user-avatar img {
  border-radius: 50%;
}

#booked-profile-page .booked-user h3 strong {
  font-weight: 400;
}

/* User profile content */
#booked-profile-page div.booked-tab-content {
  border-radius: 0;
}

#profile-edit #booked-page-form .form-table {
  margin-bottom: 2em;
}

body .booked-form .booked-appointments {
  padding: 10px 16px 9px;
}

body .booked-form .bookings + .field {
  margin-top: 0;
  margin-bottom: 0;
}

body .booked-form .bookings + .field + .field {
  margin-top: 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.next-month .date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.prev-month .date .number {
  opacity: 0.5;
}

/* Shortcodes */
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
  background: none;
}

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_icon {
  display: none;
}

body .booked-upload-wrap,
body #booked-profile-page .booked-profile-appt-list button.button-primary,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.05em 2.6em;
  border-width: 0;
  border-radius: 4em;
  font-size: 1rem;
  line-height: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

body .booked-upload-wrap span {
  font-size: 16px;
  line-height: 22px;
}

body #booked-profile-page .booked-tabs {
  border-top: 1px solid !important;
}

body #booked-profile-page .booked-tabs li a {
  font-size: 12px;
}

body #booked-profile-page .booked-tabs li a {
  min-height: 40px;
  line-height: 1.2em;
}

body #booked-profile-page .booked-tabs li a .counter {
  font-size: 10px;
  min-width: 10px;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button.delete {
  position: relative;
  font-size: 1rem;
  border: 0 !important;
  border-radius: 4em;
  height: 43px;
  width: 43px;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete i,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button.delete i {
  position: absolute;
  top: 51%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button.delete {
  height: 31px;
  width: 31px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6em;
  text-align: center;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a {
  font-size: 12px;
  top: 0;
  padding: 0;
}

body .booked-appt-list .timeslot .spots-available {
  font-size: 12px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date span {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date span {
  color: inherit !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date span {
  background: transparent !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body .booked-modal .bm-window .booked-scrollable {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8em;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons > * {
  margin: 0;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a {
  margin: 0;
}

@media (min-width: 720px) {
  .timeslot-mobile-title {
    display: none;
  }
}
@media (max-width: 720px) {
  .booked-calendar-wrap .booked-appt-list .timeslot:hover {
    background-color: transparent !important;
  }
  body .booked-calendar .booked-appt-list .timeslot .timeslot-time, body .booked-calendar .booked-appt-list .timeslot .timeslot-count {
    display: none;
  }
  body .booked-calendar .booked-appt-list .timeslot .timeslot-people, body .booked-calendar .booked-appt-list .timeslot .timeslot-people:hover, body .booked-calendar .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people, body .booked-calendar .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people:hover {
    width: 100%;
    padding: 0;
    height: auto;
  }
  body .booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title, body .booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title {
    padding: 0 10px;
  }
}
@media (max-width: 860px) {
  body #booked-profile-page .booked-profile-appt-list .appt-block .status-block {
    float: none;
    display: inline-block;
    margin-top: 0;
    margin-right: 15px;
  }
  body .booked-upload-wrap,
  body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a, body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
    font-size: 14px !important;
    line-height: 1;
    padding: 0.66em 1em;
  }
  body #booked-profile-page .booked-profile-appt-list button.button-primary,
  body .booked-upload-wrap span {
    font-size: 14px;
  }
}
body #booked-profile-page input[type=submit].button-primary:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}/*# sourceMappingURL=quickcal.css.map */