/* Calendar Widget Styling */
span,
td,
h3{
  color: #000000;
}

.galano-demo-bold{
  font-family: 'Galano Grotesque DEMO Bold';
}
.galano-regular{
  font-family: "Galano Grotesque Regular";
}
.galano-semi-bold{
  font-family: "Galano Grotesque SemiBold";
}

.calendar-container{
  width: 100%;
  max-width: 1088px !important;
  margin: auto;
}
.calendar-container.active-tab-content #calendar-widget {
  margin-top: 70px;
  display: flex;
}
#calendar-widget {
  /* position: absolute; */
  /* top: 23vw; */
  /* left: 50%; */
  /* transform: translate(-50%, 0); */
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  /* margin-top: 30px; */
  margin-bottom: 70px;
  max-width: 58vw;
  /* padding-top: 21vw; */
}
#calendar-widget .calendarPreload{
  min-height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#calendar-widget #eventPreload{
  width: 100%;
  height: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
}

#calendar-widget #eventPreload .preload-icon,
#calendar-widget #event-creation-preload .preload-icon{
 
  background-image: url(/wp-content/plugins/webeelabs-booking/assets/images/preloading.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
#calendar-widget #event-creation-preload{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#calendar-widget #event-creation-preload .preload-icon.hide-svg{
  background-image:none !important;
  width: 150px;
}
#calendar-widget #event-creation-preload .preload-icon{
  display: flex;
  align-items: end;
  justify-content: center;
}
#calendar-widget > div {
  border: 2px solid #000;
}
#calendar-widget table th,
#calendar-widget table td {
  background-color: transparent !important;
}
#calendar-widget table th {
  border: 0;
  padding: 1vw 0;
  text-align: center;
}
#calendar-widget .month-calendar {
  width: 54%;
  border-right: 0;
  padding: 0 35px;
  position: relative;
}
#calendar-widget .schedule-time {
  width: 46%;
  padding: 0 30px;
  padding-top: calc( 1vw + 56px );
}
#calendar-widget .spacer-row {
  height: 2.5vw;
}
#calendar-widget .day-label {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#calendar-widget .month-calendar table {
  width: 100%;
  max-width: 536px;
  margin: auto;
  margin-top: 1.1vw;
  margin-bottom: 3.6vw;
  table-layout: fixed;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#calendar-widget .month-calendar table tr .days {
  font-family: "Galano Grotesque Regular";
  font-size: 18px;
  text-align: center;
  height: 3vw;
  border: 0;
  /* padding: 0; */
  position: relative;
}
#calendar-widget .month-calendar table tr .days .systemDate {
  border: 0.24vw solid #000;
  /* font-family: "Galano Grotesque SemiBold"; */
}
/* #calendar-widget .date-wrapper {
  height: 40px;
  width: 40px;
  margin: 0 auto;
  cursor: pointer;
  border: 4px solid transparent;
  border-radius: 25px;
  transition: border 0.3s ease-out;
}
.days .date-wrapper:hover {
  border: 4px solid #000 !important;
}
#calendar-widget .date-wrapper.systemDate {
  border-color: #000;
}
.date-wrapper > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  margin-top: 2px;
} */
#calendar-widget .date-wrapper > a {
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center;
}
#calendar-widget .month-calendar table tr > .days > a {
  color: #000;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  padding-bottom: 0;
  position: relative;
  line-height: 1;
}
#calendar-widget .days > a span {
  font-family: 'Galano Grotesque DEMO Bold';
  font-size: 18px;
  display: block;
}
#calendar-widget .month-calendar table tr > .days > a:hover,
#calendar-widget .month-calendar table tr > .days > a.selected {
  border: 4px solid #000;
}
#calendar-widget .month-calendar table th span {
  font-family: "Galano Grotesque SemiBold";
  font-size: 1.1vw;
  /*font-style: italic;*/
  text-transform: uppercase;
}
#calendar-widget .spacer-row td {
  border: 0;
}
#calendar-widget .month-calendar table .month-label td {
  text-align: center;
  font-size: 22px;
  font-family: "Galano Grotesque ExtraBold";
  /*font-style: italic;*/
  padding-bottom: 20px;
  border: 0;
  text-transform: uppercase;
  color: #000000;
}
#calendar-widget .schedule-time #schedule-container {
  margin: auto;
  /* margin-top: 3.4vw; */
  margin-bottom: 50px;
  position: relative;
}
#calendar-widget .schedule-time #schedule-container .schedule-heading {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: flex;
  align-items: center;
}
#calendar-widget .schedule-time #schedule-container .schedule-heading h3 {
  font-family: "Galano Grotesque Bold";
  text-align: center;
  /*font-style: italic;*/
  font-size: 1.1vw;
  width: 100%;
  margin: 1.2vw 0;
}
#schedule-container .reload-schedules{
  height: 40px;
  width: 100%;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#schedule-container .reload-schedules{
  padding: 5px;
  background-color: #000;
  color: #fff200 !important;
  cursor: pointer;
  border: 1px solid #000;
}
#schedule-container .reload-schedules:hover{
  background-color: #fff200;
  color: #000 !important;
}
.schedule-time .dayHeading {
  font-size: 20px;
  font-family: "Galano Grotesque SemiBold";
  /*font-style: italic;*/
}
.schedule-time .timeContained > div {
  margin: 0.8vw 0 0 0.8vw;
  position: relative;
}
.schedule-time .timeContained > .booked {
  background-color: #000;
}
.schedule-time .timeContained > .booked a {
  color: #FFF200
;
}
.schedule-time .timeContained {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.schedule-time .timeContained > div a {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  font-family: 'Galano Grotesque DEMO Bold';
  cursor: pointer;
  position: relative;
  border: 2px solid #000;
}
.schedule-time .timeContained > .booked-slot a {
  font-family: 'Galano Grotesque Regular';
  pointer-events: none;
  background-color: #000000;
  color: #ffffff;
  /* opacity: 0.8; */
}
.schedule-time .timeContained > div a:hover {
  background-color: #000;
  color: #fff;
}
.schedule-time .schedule-overflow {
  margin-top: 30px;
  overflow-y: auto;
  height: 18vw;
}
.schedule-time .schedule-overflow::-webkit-scrollbar {
  display: none;
}
.schedule-time .schedule-overflow {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.schedule-time .schedule-overflow .dayContainer {
  margin-bottom: 40px;
}
.status-container .status {
  width: 100%;
  max-width: 145px;
  display: inherit;
}
.status-container .status .box {
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  margin-right: 11px;
}
.status-container .status .box.booked {
  background-color: #000;
}
.status-container .status .box.userslot {
  background-color: #fc8de3;
}
#calendar-widget .status-container {
  display: flex;
  padding-top: 20px;
  justify-content: center;
  width: 60%;
  border: 0;
}
#calendar-widget .book-button-container {
  display: flex;
  justify-content: end;
  width: 40%;
  padding-top: 70px;
  border: 0;
}

#calendar-widget .book-button-container #book-submit-button {
  font-family: "Galano Grotesque Bold";
  padding: 10px 20px;
  background-color: #000;
  border: 0;
  border-radius: 0;
  color: #FFF200;
  font-weight: 600;
  border: 2px solid transparent;
  letter-spacing: 1px;
  cursor: pointer;
}

#calendar-widget .book-button-container #book-submit-button:hover {
  background-color: #FFF200;
  color: #000;
  border: 2px solid #000000;
}
#calendar-widget .book-button-container #book-submit-button:disabled{
  background-color: #000;
  opacity: .3;
  border: 2px solid transparent;
  color: #FFF200;

}
#calendar-widget .book-button-container #book-submit-button.disable-button-submission {
  pointer-events: none;
}
#calendar-widget #eventtime-slot-container {
  position: relative;
  margin: auto;
  margin-top: 7.4vw;
  /* margin-bottom: 70px; */
}
#eventtime-slot-container #cancelForm {
  content: "";
  position: absolute;
  background-image: url(/wp-content/plugins/webeelabs-booking/assets/images/calendly-arrow-cancelbtn.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 29px;
  left: 0;
  top: -5vw;
  cursor: pointer;
}
#eventtime-slot-container form.eventtime-slot-container > label {
  font-weight: 600;
  display: block;
}
#eventtime-slot-container form.eventtime-slot-container > input.field-required,
#eventtime-slot-container
  form.eventtime-slot-container
  > textarea.field-required {
  border-bottom: 2px solid #ed1c24;
  color: #ed1c24;
}
#eventtime-slot-container form.eventtime-slot-container > input,
#eventtime-slot-container form.eventtime-slot-container > textarea {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #000;
  outline: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
}
#eventtime-slot-container form.eventtime-slot-container > input[type="number"]::-webkit-outer-spin-button,
#eventtime-slot-container form.eventtime-slot-container > input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
#eventtime-slot-container form.eventtime-slot-container > input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: transparent !important;
  color: fieldtext !important;
}
#eventtime-slot-container form.eventtime-slot-container > button {
  padding: 10px 20px;
  background-color: #000;
  border: 0;
  border-radius: 0;
  color: #fc8de3;
  font-weight: 600;
}
#calendar-widget .month-calendar .toggle-month {
  position: absolute;
  contain: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 2vw;
  height: 11px;
  width: 11px;
  cursor: pointer;
}
#calendar-widget .month-calendar #next-month {
  background-image: url(/wp-content/plugins/webeelabs-booking/assets/images/arrow-right.png) !important;
  right: 38px;
}
#calendar-widget .month-calendar #prev-month {
  background-image: url(/wp-content/plugins/webeelabs-booking/assets/images/arrow-left.png) !important;
  left: 38px;
}
#calendar-widget .month-calendar .toggle-month {
  background-size: contain;
  background-repeat: no-repeat;
}
.status-container > * {
  display: none !important;
}
#calendar-widget .status-container .status {
  font-family: "Galano Grotesque Bold";
  font-style: italic;
}
@media (min-width:1801px) {
  .schedule-time .timeContained > div {
      margin: 15px 0 0 15px;
  }
}
@media (max-width:1350px) {
  .gform_footer.left_label {
    margin-right: 16.5% !important;
  }
}
@media all and (max-width: 1250px) {
  #calendar-widget {
    max-width: 815px;
  }
}
@media all and (max-width: 1024px) {
  #calendar-widget .month-calendar .toggle-month{
    top: 22px;
  }
  .calendar-container {
    padding-top: 0;
  }
  #calendar-widget {
    margin-top: 40px !important;
    max-width: 80vw;
  }
  #calendar-widget .schedule-time #schedule-container {
    margin-bottom: 0;
  }
  .schedule-time .schedule-overflow {
    height: 300px;
  }
  #calendar-widget .month-calendar table .month-label td {
    font-size: 16px;
  }
  #calendar-widget .schedule-time {
    padding-top: 58px;
  }
  #calendar-widget .schedule-time #schedule-container .schedule-heading {
      padding: 23px 0;
      height: 3.8vw;
  }
  #calendar-widget .day-label {
    height: 50px;
  }
  #calendar-widget .month-calendar table th span {
    font-size: 16px;
  }
  #calendar-widget .spacer-row {
    height: 40px;
  }
  #calendar-widget .month-calendar table tr .days {
    height: 50px;
  }
  #calendar-widget .month-calendar {
    padding: 0 30px;
  }
  #calendar-widget .month-calendar table {
    margin-top: 12px;
  }
  #calendar-widget .schedule-time #schedule-container .schedule-heading h3 {
    font-size: 16px;
  }
  .schedule-time .timeContained > div a {
    height: 41px;
    font-size: 16px;
  }
  #calendar-widget .month-calendar table tr .days .systemDate {
    border: 4px solid #000;
    height: 40px;
    max-width: 40px;
  }
  #calendar-widget .month-calendar table {
    width: 100%;
    max-width: 100%;
  }
  #calendar-widget .schedule-time .dayHeading {
    font-size: 16px;
  }
  #calendar-widget,
  /* .page-template-hit-us-up #gform_wrapper_1 {
    margin-bottom: 70px;
  } */
  .page-template-hit-us-up .section-heading h2 {
    margin-bottom: 40px;
  }
  .gform_footer.left_label {
    margin-top: 40px !important;
    margin-right: auto !important;
  }
}
@media all and (max-width: 768px) {
  #calendar-widget .month-calendar,
  #calendar-widget .schedule-time {
    width: 100%;
  }
  #calendar-widget .month-calendar {
    border-right: 2px solid #000;
  }
  #calendar-widget .status-container {
    border: 2px solid #000;
    border-top: 0;
    padding: 20px 0;
  }
  #calendar-widget .status-container {
    width: 100%;
  }
  #calendar-widget .book-button-container {
    padding-top: 35px;
  }
  #calendar-widget .book-button-container {
    justify-content: center;
    width: 100%;
  }
  .schedule-time .schedule-overflow {
    height: 290px;
  }
  .book-a-call .gallery-overlay video {
    width: 2900px;
  }
  .schedule-time .timeContained {
    justify-content: center;
  }
  .eventtime-slot-container {
    padding-top: 50px;
  }
}
@media (max-width:767px) {
  .calendar-container.active-tab-content #calendar-widget {
    margin-top: 0;
    display: flex;
  }
}
@media all and (max-width: 570px) {
  #calendar-widget {
    left: 50%;
  }
  #calendar-widget .schedule-time #schedule-container .schedule-heading {
    display: none;
  }
  #calendar-widget .schedule-time .schedule-overflow {
    height: 340px;
  }

  #calendar-widget .schedule-time #schedule-container {
    margin-bottom: 30px;
  }
  #calendar-widget .schedule-time #schedule-container::after {
    content: "";
    position: absolute;
    bottom: -32px;
    height: 2px;
    width: 100%;
    background-color: #000;
  }
  #calendar-widget .month-calendar,
  #calendar-widget .schedule-time {
    border-bottom: 0;
  }

  .schedule-time .timeContained > div {
    margin: 1.8vw 1.8vw 0 1.8vw;
  }
  .status-container .status {
    justify-content: center;
  }
}
@media all and (max-width: 480px) {
  #calendar-widget{
    max-width: 100%;
  }
  #calendar-widget .month-calendar {
    padding: 0 25px !important;
  }
  #calendar-widget .month-calendar table th span {
    font-size: 13px !important;
  }
  #calendar-widget .month-calendar #next-month {
    right: 28px !important;
  }
  #calendar-widget .month-calendar #prev-month {
    left: 28px !important;
  }
  #calendar-widget .schedule-time {
    padding: 0 25px !important;
  }
  #calendar-widget .month-calendar table {
    margin-bottom: 20px;
  }
  #eventtime-slot-container form.eventtime-slot-container > input,
  #eventtime-slot-container form.eventtime-slot-container > textarea {
  margin-bottom: 10px;
}
}
@media all and (max-width: 425px) {
  #calendar-widget {
    max-width: 84vw;
  }
  #calendar-widget .days > a span {
    font-size: 14px;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

#event-creation-preload.booking-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#event-creation-preload .booking-modal-card {
  font-family: 'Inter', sans-serif;
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 0;
  padding: 34px 28px 26px;
  text-align: center;
  position: relative;
  box-shadow: 10px 10px 0 #000000;
  animation: bookingModalIn 0.22s ease;
}

@keyframes bookingModalIn {
  from {
    transform: translateY(6px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.booking-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.booking-modal-close:hover {
  opacity: 0.65;
}

.booking-modal-icon-wrap {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  position: relative;
}

.booking-modal-spinner {
  width: 56px;
  height: 56px;
  border: 3px solid #d9d9d9;
  border-top-color: #000000;
  border-radius: 999px;
  animation: bookingSpin 0.8s linear infinite;
}

.booking-success-icon {
  position: absolute;
  inset: 0;
  width: 56px;
  height: 56px;
  stroke: #000000;
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.booking-success-icon.show {
  opacity: 1;
  transform: scale(1);
}

.booking-modal-title {
  margin: 0 0 8px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #000000;
}

.booking-modal-text {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #444444;
}

@keyframes bookingSpin {
  to { transform: rotate(360deg); }
}