@charset "UTF-8";
.auto-width-wrapper {
  display: inline-grid;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.03);
}
.auto-width-wrapper::after,
.auto-width-wrapper input {
  width: auto;
  min-width: 1em;
  grid-area: 1/2;
  font: inherit;
  padding: 0 0.25em;
  margin: 0;
  resize: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.auto-width-wrapper::after {
  content: attr(data-value) " ";
  visibility: hidden;
  white-space: pre-wrap;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: middle;
}

.actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.6rem;
}

@keyframes example {
  from {
    background-color: red;
  }
  to {
    background-color: blue;
  }
}
td.empty-dash:empty:after {
  content: "-";
}

body.iframe {
  background: white;
  padding: 12px;
  padding-bottom: 60px;
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}
body.iframe .actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px;
  z-index: 100;
  background: white;
}

.avatar {
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
}

.avatar-sm {
  min-width: 22px;
  min-height: 22px;
  width: 22px;
  height: 22px;
}

.daterange {
  max-width: 190px;
  text-align: center;
}

table th a {
  color: inherit;
}
table th a:hover {
  color: inherit;
  text-decoration: none;
}
table th a.active:after {
  content: "▼";
  margin-left: 5px;
}
table th a.active.order-desc:after {
  content: "▲";
}
table.table-striped tr:nth-child(2n+1) .expand-button {
  background: linear-gradient(rgba(244, 247, 249, 0) 0%, rgb(244, 247, 249) 90%);
}
table.highlight tr.active td {
  border-top: 4px solid #d9534f;
  border-bottom: 4px solid #d9534f;
}

.logo {
  max-width: 90px;
  margin: 1rem 1rem 1.8rem 1rem;
}

.table-action {
  text-align: right;
}
.table-action a:hover {
  text-decoration: none;
}
.table-action a + a {
  margin-left: 5px;
}

a.bg-primary:hover {
  color: white;
  text-decoration: none;
}

#gallery {
  z-index: 10000;
}
#gallery .closeContainer {
  z-index: 2;
}

#bookingForm #clients {
  max-height: 50vh;
  overflow-y: auto;
}
#bookingForm .objects {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
#bookingForm .objects .object {
  cursor: pointer;
}
#bookingForm #congestion:not(.d-none) + #ulez:not(.d-none):before {
  content: "+";
}

@media (max-width: 991.98px) {
  .content {
    padding: 0.5rem;
  }
}
.input-group-navbar {
  min-width: 215px;
}

.theme-dark .form-check-input[type=checkbox]:not(:checked) {
  background: #a9acb3;
}

.btn h2 .feather {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-top: -1px;
}
.btn:hover h2 {
  color: white !important;
}

.font-weight-bold,
b,
strong {
  font-weight: 700;
}

@media (min-width: 1440px) {
  .btn h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .btn h2 .feather {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.sidebar {
  min-width: 210px;
  max-width: 210px;
}

.ajaxUpdate {
  cursor: pointer;
}

[data-call] {
  cursor: pointer !important;
}

#calendar {
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 120px;
  position: relative;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
#calendar #calendarHours {
  display: flex;
  flex: auto;
  flex-direction: column;
  position: relative;
}
#calendar #calendarHours > div {
  flex: auto;
  min-height: 40px;
  background: white;
  position: relative;
}
#calendar #calendarHours > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  right: -6px;
  border-bottom: 1px solid #ddd;
}
#calendar #calendarHours > div:last-child:after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
}
#calendar #calendarHours > div span {
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  font-size: 0.8em;
}
#calendar #calendarHours > div span.calendarHourStart {
  right: 100%;
  padding-right: 7px;
  text-align: right;
}
#calendar #calendarHours > div span.calendarHourEnd {
  left: 100%;
  padding-left: 7px;
  text-align: left;
}
#calendar #calendarDays {
  position: absolute;
  left: 40px;
  right: 40px;
  display: flex;
  top: 120px;
  bottom: 0;
}
#calendar #calendarDays .calendarDay {
  flex: 1;
  position: relative;
  min-width: 10%;
}
#calendar #calendarDays .calendarDay:before {
  content: "";
  position: absolute;
  top: -15px;
  bottom: 0;
  right: 0;
  border-right: 1px solid #ddd;
}
#calendar #calendarDays .calendarDay:first-child:after {
  content: "";
  position: absolute;
  top: -15px;
  bottom: 0;
  left: 0;
  border-right: 1px solid #ddd;
}
#calendar #calendarDays .calendarDay.calendarToday .calendarDayLabel {
  color: #3f80ea;
}
#calendar #calendarDays .calendarDay.calendarToday .calendarDayLabel strong {
  color: inherit;
  background: #3f80ea;
  color: white;
  min-width: 30px;
}
#calendar #calendarDays .calendarDay.calendarToday, #calendar #calendarDays .calendarDay.calendarToday ~ .calendarDay {
  flex: 3;
}
#calendar #calendarDays .calendarDay.calendarToday .calendarEvent.not-confirmed {
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.45) 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 6px);
  border-style: dashed;
  border-left-style: solid;
}
#calendar #calendarDays .calendarDay .calendarDayLabel {
  text-align: center;
  pointer-events: none;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
#calendar #calendarDays .calendarDay .calendarDayLabel small {
  text-transform: uppercase;
  display: block;
}
#calendar #calendarDays .calendarDay .calendarDayLabel strong {
  display: inline-block;
  font-size: 1.8em;
  line-height: 1;
  border-radius: 5px;
  padding: 2px;
}
#calendar #calendarDays .calendarDay .calendarDayLabel .calendarCleaners {
  display: flex;
  justify-content: space-between;
  padding: 2px 5px;
}
#calendar #calendarDays .calendarDay .calendarDayLabel .calendarCleaners div {
  flex: auto;
  height: 6px;
  margin: 2px;
  border-radius: 22px;
  max-width: 20px;
}
#calendar #calendarDays .calendarDay #calendarNow {
  position: absolute;
  border-bottom: 2px solid red;
  pointer-events: none;
  left: 0;
  right: 0;
  z-index: 1;
}
#calendar #calendarDays .calendarDay #calendarNow:before {
  content: "";
  width: 9px;
  height: 9px;
  background: red;
  border-radius: 100%;
  position: absolute;
  top: -4px;
  left: -5px;
}
#calendar #calendarUI {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
#calendar #calendarUI #calendarMonthRange {
  margin: 0 20px;
  cursor: pointer;
}
#calendar #calendarUI #calendarPreviousPeriod,
#calendar #calendarUI #calendarNextPeriod {
  padding-top: 4px;
  font-size: 16px;
  width: 30px;
}
#calendar #calendarUI #calendarActions {
  flex: auto;
  display: flex;
  justify-content: flex-end;
}
#calendar .calendarEvent {
  background: #cbcbcb;
  border: 1px solid #bababa;
  border-radius: 2px;
  padding: 0 4px;
  color: black;
  font-size: 12px;
  position: absolute;
  right: 10px;
  left: 0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  border-left: 2px solid #888;
  display: flex;
  align-items: center;
}
#calendar .calendarEvent.eventReminder {
  background: #e5a54b;
}
#calendar .calendarEvent time {
  margin-right: 3px;
}
#calendar .calendarEvent i {
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-size: contain;
  margin-right: 3px;
}
#calendar .calendarEvent h6 {
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  color: inherit;
  margin: 0;
}
#calendar .calendarEvent.calendarEditing, #calendar .calendarEvent.highlighted {
  z-index: 100 !important;
  border-color: white;
  box-shadow: 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 11px 15px -7px rgba(0, 0, 0, 0.2);
}
#calendar .calendarEvent.calendarEventOutside {
  top: 103% !important;
}
#calendar .calendarEvent.calendarEventHidden {
  display: none;
}
#calendar.dragging *,
#calendar.dragging *:hover {
  cursor: grabbing;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
#calendar.dragging .calendarEvent {
  pointer-events: none;
}
#calendar #calendarContextMenu {
  position: fixed;
  min-width: 120px;
  max-width: 300px;
  z-index: 110 !important;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 11px 15px -7px rgba(0, 0, 0, 0.2);
  display: none;
  padding: 5px;
}
#calendar #calendarContextMenu.active {
  display: block;
}
#calendar[data-hourspan="1"] .calendarEvent {
  height: 50%;
}
#calendar[data-hourspan="1"] #calendarHours > div {
  height: 75vh;
}
#calendar[data-hourspan="2"] .calendarEvent {
  height: 25%;
}
#calendar[data-hourspan="2"] #calendarHours > div {
  height: 37.5vh;
}
#calendar[data-hourspan="3"] .calendarEvent {
  height: 16.6666666667%;
}
#calendar[data-hourspan="3"] #calendarHours > div {
  height: 25vh;
}
#calendar[data-hourspan="4"] .calendarEvent {
  height: 12.5%;
}
#calendar[data-hourspan="4"] #calendarHours > div {
  height: 18.75vh;
}
#calendar[data-hourspan="5"] .calendarEvent {
  height: 10%;
}
#calendar[data-hourspan="5"] #calendarHours > div {
  height: 15vh;
}
#calendar[data-hourspan="6"] .calendarEvent {
  height: 8.3333333333%;
}
#calendar[data-hourspan="6"] #calendarHours > div {
  height: 12.5vh;
}
#calendar[data-hourspan="7"] .calendarEvent {
  height: 7.1428571429%;
}
#calendar[data-hourspan="7"] #calendarHours > div {
  height: 10.7142857143vh;
}
#calendar[data-hourspan="8"] .calendarEvent {
  height: 6.25%;
}
#calendar[data-hourspan="8"] #calendarHours > div {
  height: 9.375vh;
}
#calendar[data-hourspan="9"] .calendarEvent {
  height: 5.5555555556%;
}
#calendar[data-hourspan="9"] #calendarHours > div {
  height: 8.3333333333vh;
}
#calendar[data-hourspan="10"] .calendarEvent {
  height: 5%;
}
#calendar[data-hourspan="10"] #calendarHours > div {
  height: 7.5vh;
}
#calendar[data-hourspan="11"] .calendarEvent {
  height: 4.5454545455%;
}
#calendar[data-hourspan="11"] #calendarHours > div {
  height: 6.8181818182vh;
}
#calendar[data-hourspan="12"] .calendarEvent {
  height: 4.1666666667%;
}
#calendar[data-hourspan="12"] #calendarHours > div {
  height: 6.25vh;
}
#calendar[data-hourspan="13"] .calendarEvent {
  height: 3.8461538462%;
}
#calendar[data-hourspan="13"] #calendarHours > div {
  height: 5.7692307692vh;
}
#calendar[data-hourspan="14"] .calendarEvent {
  height: 3.5714285714%;
}
#calendar[data-hourspan="14"] #calendarHours > div {
  height: 5.3571428571vh;
}
#calendar[data-hourspan="15"] .calendarEvent {
  height: 3.3333333333%;
}
#calendar[data-hourspan="15"] #calendarHours > div {
  height: 5vh;
}
#calendar[data-hourspan="16"] .calendarEvent {
  height: 3.125%;
}
#calendar[data-hourspan="16"] #calendarHours > div {
  height: 4.6875vh;
}
#calendar[data-hourspan="17"] .calendarEvent {
  height: 2.9411764706%;
}
#calendar[data-hourspan="17"] #calendarHours > div {
  height: 4.4117647059vh;
}
#calendar[data-hourspan="18"] .calendarEvent {
  height: 2.7777777778%;
}
#calendar[data-hourspan="18"] #calendarHours > div {
  height: 4.1666666667vh;
}
#calendar[data-hourspan="19"] .calendarEvent {
  height: 2.6315789474%;
}
#calendar[data-hourspan="19"] #calendarHours > div {
  height: 3.9473684211vh;
}
#calendar[data-hourspan="20"] .calendarEvent {
  height: 3.3333333333%;
}
#calendar[data-hourspan="20"] #calendarHours > div {
  height: 3.75vh;
}
#calendar[data-hourspan="21"] .calendarEvent {
  height: 2.380952381%;
}
#calendar[data-hourspan="21"] #calendarHours > div {
  height: 3.5714285714vh;
}
#calendar[data-hourspan="22"] .calendarEvent {
  height: 2.2727272727%;
}
#calendar[data-hourspan="22"] #calendarHours > div {
  height: 3.4090909091vh;
}
#calendar[data-hourspan="23"] .calendarEvent {
  height: 2.1739130435%;
}
#calendar[data-hourspan="23"] #calendarHours > div {
  height: 3.2608695652vh;
}
#calendar[data-hourspan="24"] .calendarEvent {
  height: 2.0833333333%;
}
#calendar[data-hourspan="24"] #calendarHours > div {
  height: 3.125vh;
}
#calendar #calendarModal {
  position: absolute;
  z-index: 101;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 11px 15px -7px rgba(0, 0, 0, 0.2);
  padding: 20px;
  max-height: 100%;
  min-width: 760px;
  max-width: 60vw;
  display: flex;
  flex-direction: column;
  top: 0;
}
#calendar #calendarModal.calendarModal-iframe {
  height: 100%;
  padding: 0;
}
#calendar #calendarModal .calendarModalContent {
  overflow-y: auto;
}
#calendar #calendarModal .calendarModalFooter {
  text-align: right;
  white-space: nowrap;
}
#calendar #calendarModal.calendarModal-left {
  right: 100%;
  margin-right: 10px;
}
#calendar #calendarModal.calendarModal-right {
  left: 100%;
}

#modal {
  position: absolute;
  z-index: 101;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 11px 15px -7px rgba(0, 0, 0, 0.2);
  padding: 0;
  max-height: calc(100% - 120px);
  min-width: 640px;
  max-width: 50vw;
  display: flex;
  flex-direction: column;
  top: 0;
}

#filters .input {
  margin-bottom: 2px;
}

.btn-close {
  min-width: 1em;
}

.expandable {
  max-height: 10em;
  overflow-y: hidden;
  position: relative;
}
.expandable.expanded {
  max-height: initial;
  padding-bottom: 40px;
}
.expandable.expanded .expand-button:before {
  transform: translateX(4px) translateY(-50%) rotate(45deg);
}
.expandable.expanded .expand-button:after {
  transform: translateX(-3px) translateY(-50%) rotate(-45deg);
}
.expandable .expand-button {
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 90%);
  bottom: 0;
  cursor: pointer;
  height: 50px;
  left: 0;
  right: 0;
}
.expandable .expand-button:before, .expandable .expand-button:after {
  content: "";
  width: 12px;
  height: 3px;
  background: #999;
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translateX(-3px) translateY(-50%) rotate(45deg);
  border-radius: 3px;
}
.expandable .expand-button:after {
  transform: translateX(4px) translateY(-50%) rotate(-45deg);
}

.form-switch .form-check-input {
  width: 3em;
  height: 2em;
}
.form-switch .form-check-input:checked {
  background-color: #4bbf73;
  border-color: #4bbf73;
}

.checkbox-icon + .fa {
  color: #adb5bd;
}

.checkbox-icon:checked + .fa {
  color: #fd7e14;
}

.input {
  display: inline-block;
  position: relative;
}
.input .avatar {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
}
.input svg {
  display: none;
  margin-top: -2px;
}
.input svg + svg {
  display: inline-block;
}
.input .fas {
  width: auto;
  line-height: inherit;
}
.input input {
  display: none;
}
.input input:checked + div {
  background-color: #3f80ea !important;
  color: white;
}
.input input:checked + div.active-bg-secondary {
  background-color: #495057 !important;
}
.input input:checked + div.active-bg-success {
  background-color: #4bbf73 !important;
}
.input input:checked + div.active-bg-warning {
  background-color: #e5a54b !important;
}
.input input:checked + div.active-bg-danger {
  background-color: #d9534f !important;
}
.input input:checked + div.active-bg-info {
  background-color: #1f9bcf !important;
}
.input input:checked + div:hover {
  color: white !important;
}
.input input:checked + div svg {
  display: inline-block;
  stroke: white;
}
.input input:checked + div svg + svg {
  display: none;
}

.btn-group .input:not(:last-child) .btn {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .input:not(:first-child) .btn {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar .form-control {
  max-width: initial;
}

.navbar input[type=search] {
  max-width: 200px;
}

.dropdown-menu-center[data-bs-popper] {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.dropdown-menu-referenceNumber[data-bs-popper] {
  transform: translateX(-63%);
}

@keyframes dropdownAnimation {
  from {
    opacity: 0;
    margin-top: -8px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
#bookingForm h5,
#bookingForm label {
  color: #3f80ea;
}
#bookingForm .service + .service {
  border-top: 1px solid rgb(187.868852459, 231.131147541, 202.7868852459);
}

.dot {
  display: inline-block;
  min-width: 10px;
  max-width: 10px;
  width: 10px;
  height: 10px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 3px;
}

[data-copy],
.pointer {
  cursor: pointer;
}

.bubble-close {
  color: white;
  background: #d9534f;
  border-radius: 100%;
  padding: 0.1rem;
  padding: 0.25rem;
  line-height: 1;
}
.bubble-close.top-0.end-0 {
  transform: translateX(50%) translateY(-50%);
}
.bubble-close i {
  width: 13px;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.blink {
  animation: blinker 1.5s cubic-bezier(0.5, 0, 1, 1) infinite;
}

@keyframes blinker {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.thumbnail {
  max-width: 8em;
  max-height: 8em;
}

#media {
  font-size: 0.88em;
}
#media .media-folder-icon {
  background: var(--bs-primary);
  border-radius: 0 5px 5px 5px;
  width: 5.4em;
  height: 3.8em;
  display: block;
  position: relative;
  margin-top: 0.4em;
}
#media .media-folder-icon:before {
  content: "";
  top: -0.4em;
  left: 0;
  right: 45%;
  bottom: 90%;
  background: var(--bs-primary);
  border-radius: 20px 36px 0 0;
  position: absolute;
}
#media .folderTree {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
#media .folderTree a,
#media .folderTree button {
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#media #media-contents {
  display: flex;
  flex-wrap: wrap;
}
#media #media-contents .media-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#media #media-contents .media-item input[type=checkbox] {
  display: none;
}
#media #media-contents .media-item input[type=checkbox]:checked + .media-item-figure:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.11);
  position: absolute;
  top: -0.3em;
  left: -0.3em;
  right: -0.3em;
  bottom: -0.3em;
  border-radius: 0.4em;
}
#media #media-contents .media-item .media-item-figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8em;
  height: 6em;
  margin-bottom: 0.2em;
}
#media #media-contents .media-item .media-item-figure img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
#media #media-contents .media-item .media-item-controls {
  flex: auto;
}
#media #media-contents .media-item .media-item-title {
  word-break: break-word;
}
#media #media-contents.media-contents-grid .media-item {
  flex-direction: column;
  margin: 1em;
}
#media #media-contents.media-contents-grid .media-item .media-item-title {
  padding: 0.4em;
  width: 9em;
  text-align: center;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#media #media-contents.media-contents-grid .media-item .media-item-title.editing {
  border: 2px solid red;
}
#media #media-contents.media-contents-grid .media-item .media-item-alt,
#media #media-contents.media-contents-grid .media-item .media-item-caption,
#media #media-contents.media-contents-grid .media-item .media-item-link {
  display: none;
}
#media #media-contents.media-contents-list .media-item {
  flex-direction: row;
  margin: 0.5em;
}
#media #media-contents.media-contents-list .media-item.media-item-folder {
  width: 100%;
}
@media (min-width: 577px) and (max-width: 767px) {
  #media #media-contents.media-contents-list .media-item.media-item-folder {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  #media #media-contents.media-contents-list .media-item.media-item-folder {
    width: 48%;
  }
}
@media (min-width: 1225px) {
  #media #media-contents.media-contents-list .media-item.media-item-folder {
    width: 31%;
  }
}
#media #media-contents.media-contents-list .media-item.media-item-not-folder {
  position: relative;
  width: 100%;
}
#media #media-contents.media-contents-list .media-item.media-item-not-folder .media-item-control {
  display: flex;
  flex: auto;
}
#media #media-contents.media-contents-list .media-item.media-item-not-folder .media-item-control span {
  display: block;
  flex: auto;
}
#media #media-contents.media-contents-list .media-item.media-item-not-folder .media-item-control:before {
  font-style: italic;
  margin-right: 0.6em;
  white-space: nowrap;
}
#media #media-contents.media-contents-list .media-item.media-item-not-folder .media-item-control + .media-item-control {
  margin-top: 0.4em;
  border-top: 1px solid var(--bs-gray-300);
}
#media #media-contents.media-contents-list .media-item.media-item-not-folder .media-item-title:before {
  content: "Title: ";
}
#media #media-contents.media-contents-list .media-item.media-item-not-folder .media-item-alt:before {
  content: "Alt: ";
}
#media #media-contents.media-contents-list .media-item.media-item-not-folder .media-item-caption:before {
  content: "Caption: ";
}
#media #media-contents.media-contents-list .media-item.media-item-not-folder .media-item-link:before {
  content: "Link: ";
}
#media #media-contents.media-contents-list .media-item.media-item-not-folder:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.5em;
  border-top: 1px solid var(--bs-gray-300);
}
#media #media-contents.media-contents-list .media-item.media-item-not-folder:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5em;
  border-top: 1px solid var(--bs-gray-300);
}
#media #media-contents.media-contents-list .media-item .media-item-figure {
  margin-right: 2em;
}
#media #media-contents.media-contents-list .media-item-folder + .media-item-not-folder {
  margin-top: 3em;
}
#media #media-contents.media-contents-list .media-item-not-folder + .media-item-not-folder:before {
  content: none;
}
#media #media-selection img {
  max-width: 60px;
  max-height: 34px;
}
#media #media-selection img + img {
  margin-left: 0.6rem;
}

.iframe .has-footer {
  padding-bottom: 50px;
}

.urlModal {
  z-index: 10000;
}
.urlModal .modal-dialog {
  padding: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
.urlModal iframe {
  max-height: calc(100vh - 6rem - 54px);
  height: 1200px;
  width: 100%;
}

.modal-xxl {
  max-width: 1440px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.media-picker .media-picker-images img {
  margin-bottom: 0.5rem;
  height: auto;
  border-radius: 0.4375rem;
}
.media-picker.media-picker-multiple .media-picker-images img {
  width: 32%;
  margin-left: 2%;
}
.media-picker.media-picker-multiple .media-picker-images img:nth-child(3n+1) {
  margin-left: 0;
}

section {
  background-size: cover;
  background-position: center;
}

.bg-left-top {
  background-position: left top;
}

.bg-center-top {
  background-position: center top;
}

.bg-right-top {
  background-position: right top;
}

.bg-left-center {
  background-position: left center;
}

.bg-center-center {
  background-position: center center;
}

.bg-right-center {
  background-position: right center;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-center-bottom {
  background-position: center bottom;
}

.bg-right-bottom {
  background-position: right bottom;
}

.columns-2 {
  -moz-columns: 1;
       columns: 1;
}
@media (min-width: 500px) {
  .columns-2 {
    -moz-columns: 2;
         columns: 2;
  }
}

.columns-3 {
  -moz-columns: 1;
       columns: 1;
}
@media (min-width: 500px) {
  .columns-3 {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 992px) {
  .columns-3 {
    -moz-columns: 3;
         columns: 3;
  }
}

.columns-4 {
  -moz-columns: 1;
       columns: 1;
}
@media (min-width: 500px) {
  .columns-4 {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 768px) {
  .columns-4 {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (min-width: 992px) {
  .columns-4 {
    -moz-columns: 4;
         columns: 4;
  }
}

@media (max-width: 499.98px) {
  .post-widget {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .post-widget.float-start, .post-widget.float-end {
    float: none !important;
  }
}
.editorContent h1,
.editorContent h2,
.editorContent h3,
.editorContent h4,
.editorContent h5,
.editorContent h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 1.5rem;
}
.editorContent section,
.post-content section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.editorContent ul.list-check li:before,
.post-content ul.list-check li:before {
  content: "✓";
}
.editorContent p a:not(.btn),
.editorContent h1 a:not(.btn),
.editorContent h2 a:not(.btn),
.editorContent h3 a:not(.btn),
.editorContent h4 a:not(.btn),
.editorContent h5 a:not(.btn),
.editorContent h6 a:not(.btn),
.editorContent th a:not(.btn),
.editorContent td a:not(.btn),
.editorContent li a:not(.btn),
.post-content p a:not(.btn),
.post-content h1 a:not(.btn),
.post-content h2 a:not(.btn),
.post-content h3 a:not(.btn),
.post-content h4 a:not(.btn),
.post-content h5 a:not(.btn),
.post-content h6 a:not(.btn),
.post-content th a:not(.btn),
.post-content td a:not(.btn),
.post-content li a:not(.btn) {
  color: var(--bs-primary);
  text-decoration: underline;
}

.widget-content > section {
  padding: 1rem;
}

.post-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.post-content > section:first-child,
.post-content > .checkers:first-child {
  margin-top: -4rem;
}
.post-content > section:last-child,
.post-content > .checkers:last-child {
  margin-bottom: -4rem;
}
.post-content p:last-child,
.post-content h1:last-child,
.post-content h2:last-child,
.post-content h3:last-child,
.post-content h4:last-child,
.post-content h5:last-child,
.post-content h6:last-child,
.post-content .h1:last-child,
.post-content .h2:last-child,
.post-content .h3:last-child,
.post-content .h4:last-child,
.post-content .h5:last-child,
.post-content .h6:last-child {
  margin-bottom: 0;
}
.post-content p + h1,
.post-content p + h2,
.post-content p + h3,
.post-content p + h4,
.post-content p + h5,
.post-content p + h6 {
  margin-top: 4rem;
}
.post-content section {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.post-content section section {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1280px) {
  .post-content section {
    padding-left: calc(50vw - 630px + 0.9375rem);
    padding-right: calc(50vw - 630px + 0.9375rem);
  }
}
.post-content .checkers {
  display: flex;
  flex-wrap: wrap;
}
.post-content .checkers > section {
  width: 100%;
  min-height: 20rem;
  padding: 5vw;
}
.post-content .checkers > section:nth-child(1) {
  order: 1;
}
.post-content .checkers > section:nth-child(2) {
  order: 2;
}
.post-content .checkers > section:nth-child(3) {
  order: 3;
}
.post-content .checkers > section:nth-child(4) {
  order: 4;
}
.post-content .checkers > section:nth-child(5) {
  order: 5;
}
.post-content .checkers > section:nth-child(6) {
  order: 6;
}
.post-content .checkers > section:nth-child(7) {
  order: 7;
}
.post-content .checkers > section:nth-child(8) {
  order: 8;
}
.post-content .checkers > section:nth-child(9) {
  order: 9;
}
.post-content .checkers > section:nth-child(10) {
  order: 10;
}
.post-content .checkers > section:nth-child(11) {
  order: 11;
}
.post-content .checkers > section:nth-child(12) {
  order: 12;
}
.post-content .checkers > section:nth-child(13) {
  order: 13;
}
.post-content .checkers > section:nth-child(14) {
  order: 14;
}
.post-content .checkers > section:nth-child(15) {
  order: 15;
}
.post-content .checkers > section:nth-child(16) {
  order: 16;
}
.post-content .checkers > section:nth-child(17) {
  order: 17;
}
.post-content .checkers > section:nth-child(18) {
  order: 18;
}
.post-content .checkers > section:nth-child(19) {
  order: 19;
}
.post-content .checkers > section:nth-child(20) {
  order: 20;
}
.post-content .checkers > section:nth-child(21) {
  order: 21;
}
.post-content .checkers > section:nth-child(22) {
  order: 22;
}
.post-content .checkers > section:nth-child(23) {
  order: 23;
}
.post-content .checkers > section:nth-child(24) {
  order: 24;
}
.post-content .checkers > section:nth-child(25) {
  order: 25;
}
.post-content .checkers > section:nth-child(26) {
  order: 26;
}
.post-content .checkers > section:nth-child(27) {
  order: 27;
}
.post-content .checkers > section:nth-child(28) {
  order: 28;
}
.post-content .checkers > section:nth-child(29) {
  order: 29;
}
.post-content .checkers > section:nth-child(30) {
  order: 30;
}
.post-content .checkers > section:nth-child(31) {
  order: 31;
}
.post-content .checkers > section:nth-child(32) {
  order: 32;
}
.post-content .checkers > section:nth-child(33) {
  order: 33;
}
.post-content .checkers > section:nth-child(34) {
  order: 34;
}
.post-content .checkers > section:nth-child(35) {
  order: 35;
}
.post-content .checkers > section:nth-child(36) {
  order: 36;
}
.post-content .checkers > section:nth-child(37) {
  order: 37;
}
.post-content .checkers > section:nth-child(38) {
  order: 38;
}
.post-content .checkers > section:nth-child(39) {
  order: 39;
}
.post-content .checkers > section:nth-child(40) {
  order: 40;
}
.post-content .checkers > section:nth-child(41) {
  order: 41;
}
.post-content .checkers > section:nth-child(42) {
  order: 42;
}
.post-content .checkers > section:nth-child(43) {
  order: 43;
}
.post-content .checkers > section:nth-child(44) {
  order: 44;
}
.post-content .checkers > section:nth-child(45) {
  order: 45;
}
.post-content .checkers > section:nth-child(46) {
  order: 46;
}
.post-content .checkers > section:nth-child(47) {
  order: 47;
}
.post-content .checkers > section:nth-child(48) {
  order: 48;
}
.post-content .checkers > section:nth-child(49) {
  order: 49;
}
.post-content .checkers > section:nth-child(50) {
  order: 50;
}
.post-content .checkers > section:nth-child(51) {
  order: 51;
}
.post-content .checkers > section:nth-child(52) {
  order: 52;
}
.post-content .checkers > section:nth-child(53) {
  order: 53;
}
.post-content .checkers > section:nth-child(54) {
  order: 54;
}
.post-content .checkers > section:nth-child(55) {
  order: 55;
}
.post-content .checkers > section:nth-child(56) {
  order: 56;
}
.post-content .checkers > section:nth-child(57) {
  order: 57;
}
.post-content .checkers > section:nth-child(58) {
  order: 58;
}
.post-content .checkers > section:nth-child(59) {
  order: 59;
}
.post-content .checkers > section:nth-child(60) {
  order: 60;
}
.post-content .checkers > section:nth-child(61) {
  order: 61;
}
.post-content .checkers > section:nth-child(62) {
  order: 62;
}
.post-content .checkers > section:nth-child(63) {
  order: 63;
}
.post-content .checkers > section:nth-child(64) {
  order: 64;
}
.post-content .checkers > section:nth-child(65) {
  order: 65;
}
.post-content .checkers > section:nth-child(66) {
  order: 66;
}
.post-content .checkers > section:nth-child(67) {
  order: 67;
}
.post-content .checkers > section:nth-child(68) {
  order: 68;
}
.post-content .checkers > section:nth-child(69) {
  order: 69;
}
.post-content .checkers > section:nth-child(70) {
  order: 70;
}
.post-content .checkers > section:nth-child(71) {
  order: 71;
}
.post-content .checkers > section:nth-child(72) {
  order: 72;
}
.post-content .checkers > section:nth-child(73) {
  order: 73;
}
.post-content .checkers > section:nth-child(74) {
  order: 74;
}
.post-content .checkers > section:nth-child(75) {
  order: 75;
}
.post-content .checkers > section:nth-child(76) {
  order: 76;
}
.post-content .checkers > section:nth-child(77) {
  order: 77;
}
.post-content .checkers > section:nth-child(78) {
  order: 78;
}
.post-content .checkers > section:nth-child(79) {
  order: 79;
}
.post-content .checkers > section:nth-child(80) {
  order: 80;
}
.post-content .checkers > section:nth-child(81) {
  order: 81;
}
.post-content .checkers > section:nth-child(82) {
  order: 82;
}
.post-content .checkers > section:nth-child(83) {
  order: 83;
}
.post-content .checkers > section:nth-child(84) {
  order: 84;
}
.post-content .checkers > section:nth-child(85) {
  order: 85;
}
.post-content .checkers > section:nth-child(86) {
  order: 86;
}
.post-content .checkers > section:nth-child(87) {
  order: 87;
}
.post-content .checkers > section:nth-child(88) {
  order: 88;
}
.post-content .checkers > section:nth-child(89) {
  order: 89;
}
.post-content .checkers > section:nth-child(90) {
  order: 90;
}
.post-content .checkers > section:nth-child(91) {
  order: 91;
}
.post-content .checkers > section:nth-child(92) {
  order: 92;
}
.post-content .checkers > section:nth-child(93) {
  order: 93;
}
.post-content .checkers > section:nth-child(94) {
  order: 94;
}
.post-content .checkers > section:nth-child(95) {
  order: 95;
}
.post-content .checkers > section:nth-child(96) {
  order: 96;
}
.post-content .checkers > section:nth-child(97) {
  order: 97;
}
.post-content .checkers > section:nth-child(98) {
  order: 98;
}
.post-content .checkers > section:nth-child(99) {
  order: 99;
}
.post-content .checkers > section:nth-child(100) {
  order: 100;
}
@media (min-width: 768px) {
  .post-content .checkers > section {
    width: 50%;
  }
  .post-content .checkers > section:nth-child(3) {
    order: 4;
  }
  .post-content .checkers > section:nth-child(4) {
    order: 3;
  }
  .post-content .checkers > section:nth-child(7) {
    order: 8;
  }
  .post-content .checkers > section:nth-child(8) {
    order: 7;
  }
  .post-content .checkers > section:nth-child(11) {
    order: 12;
  }
  .post-content .checkers > section:nth-child(12) {
    order: 11;
  }
  .post-content .checkers > section:nth-child(15) {
    order: 16;
  }
  .post-content .checkers > section:nth-child(16) {
    order: 15;
  }
  .post-content .checkers > section:nth-child(19) {
    order: 20;
  }
  .post-content .checkers > section:nth-child(20) {
    order: 19;
  }
  .post-content .checkers > section:nth-child(23) {
    order: 24;
  }
  .post-content .checkers > section:nth-child(24) {
    order: 23;
  }
  .post-content .checkers > section:nth-child(27) {
    order: 28;
  }
  .post-content .checkers > section:nth-child(28) {
    order: 27;
  }
  .post-content .checkers > section:nth-child(31) {
    order: 32;
  }
  .post-content .checkers > section:nth-child(32) {
    order: 31;
  }
  .post-content .checkers > section:nth-child(35) {
    order: 36;
  }
  .post-content .checkers > section:nth-child(36) {
    order: 35;
  }
  .post-content .checkers > section:nth-child(39) {
    order: 40;
  }
  .post-content .checkers > section:nth-child(40) {
    order: 39;
  }
  .post-content .checkers > section:nth-child(43) {
    order: 44;
  }
  .post-content .checkers > section:nth-child(44) {
    order: 43;
  }
  .post-content .checkers > section:nth-child(47) {
    order: 48;
  }
  .post-content .checkers > section:nth-child(48) {
    order: 47;
  }
  .post-content .checkers > section:nth-child(51) {
    order: 52;
  }
  .post-content .checkers > section:nth-child(52) {
    order: 51;
  }
  .post-content .checkers > section:nth-child(55) {
    order: 56;
  }
  .post-content .checkers > section:nth-child(56) {
    order: 55;
  }
  .post-content .checkers > section:nth-child(59) {
    order: 60;
  }
  .post-content .checkers > section:nth-child(60) {
    order: 59;
  }
  .post-content .checkers > section:nth-child(63) {
    order: 64;
  }
  .post-content .checkers > section:nth-child(64) {
    order: 63;
  }
  .post-content .checkers > section:nth-child(67) {
    order: 68;
  }
  .post-content .checkers > section:nth-child(68) {
    order: 67;
  }
  .post-content .checkers > section:nth-child(71) {
    order: 72;
  }
  .post-content .checkers > section:nth-child(72) {
    order: 71;
  }
  .post-content .checkers > section:nth-child(75) {
    order: 76;
  }
  .post-content .checkers > section:nth-child(76) {
    order: 75;
  }
  .post-content .checkers > section:nth-child(79) {
    order: 80;
  }
  .post-content .checkers > section:nth-child(80) {
    order: 79;
  }
  .post-content .checkers > section:nth-child(83) {
    order: 84;
  }
  .post-content .checkers > section:nth-child(84) {
    order: 83;
  }
  .post-content .checkers > section:nth-child(87) {
    order: 88;
  }
  .post-content .checkers > section:nth-child(88) {
    order: 87;
  }
  .post-content .checkers > section:nth-child(91) {
    order: 92;
  }
  .post-content .checkers > section:nth-child(92) {
    order: 91;
  }
  .post-content .checkers > section:nth-child(95) {
    order: 96;
  }
  .post-content .checkers > section:nth-child(96) {
    order: 95;
  }
  .post-content .checkers > section:nth-child(99) {
    order: 100;
  }
  .post-content .checkers > section:nth-child(100) {
    order: 99;
  }
}

.bulletDivided + .bulletDivided:before {
  content: " • ";
}

.plusDivided + .plusDivided:before {
  content: " + ";
}

@keyframes markerBounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
#workmap .workmapMarker {
  color: black;
  font-size: 0.8em;
  text-align: center;
}
#workmap .workmapMarker:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: white;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%);
  width: 0;
  margin-top: -5px;
}
#workmap .workmapMarker.workmapMarker-search {
  border-radius: 8px;
  padding: 0.6em;
  min-width: 38px;
  margin-bottom: 4px;
  background: white;
  min-width: 38px;
  min-height: 38px;
  border: 3px solid var(--bs-danger);
  animation: markerBounce 2.3s ease infinite;
}
#workmap .workmapMarker.workmapMarker-search:after {
  border-top-color: var(--bs-danger);
  margin-top: 3px;
}
#workmap .workmapMarker.workmapMarker-booking {
  border-radius: 8px;
  padding: 0.6em;
  min-width: 38px;
  margin-bottom: 4px;
  background: white;
}
#workmap .workmapMarker.workmapMarker-booking .workmapMarker-order {
  display: inline-block;
  background: white;
  border-radius: 10px;
  padding: 2px;
  min-width: 14px;
  min-height: 14px;
  font-weight: 500;
}
#workmap .workmapMarker.workmapMarker-booking .workmapMarker-time {
  padding: 3px;
}
#workmap .workmapMarker.workmapMarker-cleaner {
  border-radius: 100px;
  padding: 3px;
  margin-bottom: 4px;
}

#contextMenu {
  position: fixed;
  padding: 6px 0;
  border: 0.5px solid #bababa;
  background: white;
  border-radius: 10px;
  max-width: 240px;
  box-shadow: 1px 4px 10px -6px rgba(0, 0, 0, 0.5);
}
#contextMenu > div {
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 3px 10px;
  color: black;
  font-weight: 500;
}
#contextMenu > div:hover {
  background: rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=app.css.map */