body {
  --bs-gutter-x: 20px;
}
body select, body .form-control, body .form-select, body textarea, body input {
  font-size: 16px;
  font-weight: 300;
}

.h1, h1 {
  font-size: 72px;
  line-height: 1.108;
}

.whats-app {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 65px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 3px #999;
  z-index: 100;
  left: 15px;
}
.whats-app .my-float {
  margin-top: 16px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  color: #fff !important;
}

.btn-primary {
  color: #fff !important;
}

.th-header {
  z-index: 9;
}

.widget_categories a.active, .widget_categories li.active a {
  color: var(--title-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.wizard_pages {
  display: none;
}

.wizard_list li {
  display: none;
}
.wizard_list li span {
  text-transform: capitalize;
}

form label.error {
  color: orangered;
  margin-top: 0px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
}

.bootstrap-datetimepicker-widget table td.day, .bootstrap-datetimepicker-widget.usetwentyfour td.hour, .bootstrap-datetimepicker-widget table td.minute {
  color: #222;
}
.bootstrap-datetimepicker-widget table td.day.disabled, .bootstrap-datetimepicker-widget.usetwentyfour td.hour.disabled, .bootstrap-datetimepicker-widget table td.minute.disabled {
  color: #bbb;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour.disabled, .bootstrap-datetimepicker-widget table td.minute.disabled {
  display: none;
}

.hours-filter button {
  min-width: 76px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height / width * 100) */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center !important;
  }
}

/*# sourceMappingURL=public.css.map */
