@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?saynce");
  src: url("fonts/icomoon.eot?saynce#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?saynce") format("truetype"),
    url("fonts/icomoon.woff?saynce") format("woff"),
    url("fonts/icomoon.svg?saynce#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-icomoon [class^="icon-"]::before,
.icon-icomoon [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-update:before {
  content: "\e92a";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-cast:before {
  content: "\e928";
}

.icon-airplay:before {
  content: "\e929";
}

.icon-futureproof:before {
  content: "\e927";
}

.icon-scale:before {
  content: "\e925";
}

.icon-weightscale:before {
  content: "\e926";
}

.icon-no-shopping-online:before {
  content: "\e924";
}

.icon-award:before {
  content: "\e922";
}

.icon-review:before {
  content: "\e923";
}

.icon-search:before {
  content: "\e920";
}

.icon-toggle:before {
  content: "\e921";
}

.icon-two-escape:before {
  content: "\e91f";
}

.icon-amplifier:before {
  content: "\e913";
}

.icon-app:before {
  content: "\e914";
}

.icon-aux-input:before {
  content: "\e915";
}

.icon-bass:before {
  content: "\e916";
}

.icon-bluetooth:before {
  content: "\e917";
}

.icon-charging:before {
  content: "\e918";
}

.icon-cpu:before {
  content: "\e919";
}

.icon-portable:before {
  content: "\e91a";
}

.icon-rotate:before {
  content: "\e91b";
}

.icon-usb-flash-drive-audio-input:before {
  content: "\e91c";
}

.icon-weather-resistant:before {
  content: "\e91d";
}

.icon-weight:before {
  content: "\e91e";
}

.icon-chat:before {
  content: "\e90f" !important;
}

.icon-downloads:before {
  content: "\e910";
}

.icon-login:before {
  content: "\e911";
}

.icon-press:before {
  content: "\e912";
}

.icon-facebook:before {
  content: "\e90a";
}

.icon-instagram:before {
  content: "\e90b";
}

.icon-linkedin:before {
  content: "\e90c";
}

.icon-pinterest:before {
  content: "\e90d";
}

.icon-twitter:before {
  content: "\e90e";
}

.icon-bbq:before {
  content: "\e909";
}

.icon-battery:before {
  content: "\e904";
}

.icon-hotel:before {
  content: "\e905";
}

.icon-indoor:before {
  content: "\e906";
}

.icon-resto:before {
  content: "\e907";
}

.icon-terrace:before {
  content: "\e908";
}

.icon-arrow-thin:before {
  content: "\e900";
}

.icon-party:before {
  content: "\e901";
}

.icon-pool:before {
  content: "\e902";
}

.icon-wellness:before {
  content: "\e903";
}
.Block-Awards .section-title.section-title-normal span,
.Block-Awards .section-title.section-title-normal {
  border-bottom: unset !important;
}
.Block-Awards .container.section-title-container,
.Block-Awards .section-title.section-title-normal {
  border-bottom: unset !important;
  margin: 0px !important;
}
.Block-Awards .button span {
  font-weight: 500 !important;
}
.Block-Awards .button:hover span,
.Block-Awards .button:hover::before {
  color: #5190be !important;
}

body:has(.modal) .section-content {
  z-index: unset;
}

.btn_contact {
  border-radius: 15px !important;
}

.product-tags-titel {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.05;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  color: #f1f1f1 !important;
}

#employees_appointments_calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) > div {
  display: flex;
}

#employees_appointments_calendar .fc-header-toolbar .fc-toolbar-chunk h2.fc-toolbar-title {
  padding: 0 10px;
}

#employees_appointments_calendar .fc-timeGridDay-view table.fc-scrollgrid > thead {
  display: none;
}

#status_colors_container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#status_colors_container .status_color {
  width: fit-content;
  height: fit-content;
  padding: 5px 40px 5px 10px;
  display: inline-block;
  color: #000;
  font-size: 1rem;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

#addEditAppointmentModal,
#addEditAppointmentModal label {
  color: #000;
}

.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
}

.error_message {
  display: none;
  color: red;
  font-size: 13px;
}

#addEditAppointmentModal #error_container {
  margin-top: -15px;
}

#go_to_date_btn {
  padding: 0px;
  float: right;
  margin-left: 2px;
}

#go_to_date_btn i {
  font-size: 29px;
}

#go_to_date {
  visibility: hidden;
  float: right;
  width: 1px !important;
}

.col-xs-12 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-lg-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

#ui-datepicker-div {
  z-index: 99999 !important;
}

#ui-datepicker-div .ui-datepicker-title {
  display: flex;
  justify-content: center;
}
