@font-face {
  font-family: 'novaflat';
  src: url("/assets/NovaFlat-ad22bdda.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url("/assets/Lato-Regular-3c85323f.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppin';
  src: url("/assets/Poppins-Regular-726db020.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, button, pre, a, abbr, address, cite, code, del, dfn, em, img, input, ins, kbd, q, s, samp, strong, sub, sup, var, b, u, i, input, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, thead, tfoot, tbody, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, main, menu, nav, output, ruby, section, select, summary, textarea, time, mark, audio, video {
  font-family: "poppin", "Arial", "Times New Roman", sans-serif, serif;
  font-weight: normal;
  font-style: normal;
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  padding: 0;
}

body #error_explanation,
body #error_explanation h3,
body #error_explanation ul,
body #error_explanation li {
  color: red;
  text-align: center;
}

.btn-purple {
  --bs-btn-font-weight: 600;
  --bs-btn-color: black;
  --bs-btn-bg: white;
  --bs-btn-border-color: #b15cce;
  --bs-btn-border-width: 2px;
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #c483da;
  --bs-btn-hover-border-color: #b15cce;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #b15cce;
  --bs-btn-active-border-color: #8e4aa5;
}

.centered_menu ul {
  margin: 0;
  padding: 0;
}

.centered_menu ul li {
  text-align: left;
}

.input-group > .field_with_errors {
  display: contents;
}

.input-group > .field_with_errors > .form-control,
.input-group > .field_with_errors > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .field_with_errors > .form-control:focus,
.input-group > .field_with_errors > .form-select:focus {
  z-index: 5;
}

.input-group > .field_with_errors:not(:first-child) > .input-group-text,
.input-group > .field_with_errors:not(:first-child) > .form-control,
.input-group > .field_with_errors:not(:first-child) > .form-select {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .field_with_errors:not(:last-child) > .input-group-text,
.input-group > .field_with_errors:not(:last-child) > .form-control,
.input-group > .field_with_errors:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.paginationTop, .paginationBottom {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.paginationTop li, .paginationBottom li {
  display: inline-block;
  border: 1px solid #b15cce;
  border-radius: .3em;
  margin: .2em;
}

.paginationTop li a, .paginationBottom li a {
  display: inline-block;
  color: black;
  padding: .2em .6em;
  text-decoration: none;
}

.paginationTop li.active, .paginationBottom li.active {
  background-color: #c483da;
}

.haze {
  opacity: .6;
}

.ui-datepicker-trigger {
  border: none;
  background: none;
}
