.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-60 {
  z-index: 60;
}

.z-70 {
  z-index: 70;
}

.z-80 {
  z-index: 80;
}

.z-90 {
  z-index: 90;
}

.z-100 {
  z-index: 100;
}

.columns-2 {
  -webkit-columns: auto !important;
     -moz-columns: auto !important;
          columns: auto !important;
}

*[x-cloak] {
  display: none !important;
}

#calendar {
  max-width: 92% !important;
  margin: 0 auto;
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
  text-transform: uppercase;
}
.fc .fc-event {
  background: transparent;
  border-color: transparent;
}
.fc .fc-bg-event.holliday-event {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fc .fc-bg-event.holliday-event .fc-event-title {
  font-size: 1rem;
  color: white;
  font-style: normal;
}

#calendarSelector select {
  width: auto;
}

#toplevel_page_digitalize-devis-prix .wp-first-item, #toplevel_page_digitalize-agenda .wp-first-item {
  display: none !important;
}

#devis {
  /* Firefox */
}
#devis input::-webkit-outer-spin-button,
#devis input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#devis input[type=number] {
  -moz-appearance: textfield;
}

table.wp-list-table.widefat.fixed.striped.table-view-list {
  position: relative;
}