.anchor-offset {
  scroll-margin-top: 5em;
}

.unset-flex-shrink {
  flex-shrink: unset;
}

.modal-card-xxl {
  width: 75%;
}

.envisys-background {
  background-color: #edf6d5;
}

.no-background {
  background: none;
}

a {
  text-decoration: none !important;
}

a:hover {
  font-weight: bold;
}

.table.is-borderless td,
.table.is-borderless th {
  border: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.select select[multiple] {
  z-index: 1000;
}

.ck-content li {
  margin-left: 2em !important;
}

.datepicker-body {
  min-height: 280px !important;
  max-height: 280px !important;
  height: 280px !important;
  box-sizing: border-box;
  overflow: hidden;
}

/* Sticky footer */
html,
body {
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
}

.section {
  flex: 1;
}
