@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Regular.ttf) format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Medium.woff2) format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Bold.woff2) format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Black.woff2) format("ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
html {
  font-weight: 200;
  font-family: Montserrat, sans-serif;
  color: #14274b;
}

input, select, textarea, button {
  outline: none;
}

body {
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0;
}

h1, h2, h3, h4 {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}

h1, h2, input, select {
  color: #2765fb;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3, h4 {
  color: #7ec9f5;
}

p, label {
  color: #14274b;
  margin: 0rem;
}

ul {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

.layout {
  display: flex;
  flex-direction: row;
  width: 100vw;
}

.body {
  display: flex;
  flex-direction: column;
  width: 85%;
}
.body--menu-hidden {
  width: 95%;
}

.menu {
  display: flex;
  flex-direction: column;
  background-color: #2765fb;
  width: 15%;
  position: sticky;
  top: 0;
}
.menu__list {
  padding-left: 0rem;
  list-style: none;
}
.menu__list__item {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0 1rem 0.5rem 1rem;
  height: 3rem;
}
.menu__list__item:first-of-type {
  margin-top: 2.5rem;
}
.menu__list__item:last-of-type {
  margin-bottom: 1rem;
}
.menu__list__item--hidden {
  justify-content: center;
}
.menu__list__item__link {
  padding: 0.75rem 1rem;
  width: 100%;
  border-radius: 0.2rem;
}
.menu__list__item__link.active {
  color: white;
  background-color: rgba(20, 39, 75, 0.4);
}
.menu__list__item__link:hover {
  color: #14274b;
  background-color: rgba(255, 255, 255, 0.4);
}
.menu__list__item__link:visited:not(:has(.menu__list__item__link.active)) {
  color: #14274b;
}
.menu__list__item__link__text {
  margin-left: 1rem;
}
.menu__list__item__link__text--hidden {
  display: none;
}
.menu__button {
  text-align: center;
  cursor: pointer;
  margin-bottom: 1rem;
  margin-top: auto;
}
.menu__button:hover {
  color: white;
}
.menu__button__text {
  margin-left: 0.5rem;
}
.menu--hidden {
  width: 5%;
}

.content {
  padding: 1rem;
}

.section {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
  cursor: pointer;
}
.section__icon {
  margin-right: 0.5rem;
  font-size: 0.8rem;
  color: #2765fb;
}
.section__title {
  margin-bottom: 0rem !important;
}

.footer,
.header {
  height: 2.5rem;
  letter-spacing: 0.025rem;
  width: 100%;
  background-color: rgba(20, 39, 75, 0.05);
  text-transform: uppercase;
  overflow: auto;
}
.footer__content,
.header__content {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0rem 1rem;
}
.footer__content__section,
.header__content__section {
  display: flex;
  align-items: center;
}
.footer__content__section:first-child,
.header__content__section:first-child {
  margin-right: auto;
}
.footer__content__section__item,
.header__content__section__item {
  padding: 0rem 1rem;
  border-right: 1px solid #14274b;
}
.footer__content__section__item:first-child,
.header__content__section__item:first-child {
  padding-left: initial;
}
.footer__content__section__item:last-child,
.header__content__section__item:last-child {
  padding-right: initial;
  border: initial;
}
.footer__content__section__item:only-child,
.header__content__section__item:only-child {
  border: initial;
}

.footer {
  margin-top: auto;
}

.horizontal-spacer {
  height: 1rem;
}

.menu {
  display: flex;
  flex-direction: column;
  background-color: #2765fb;
  width: 15rem;
  height: 100vh;
  position: sticky;
  top: 0;
}
.menu__list {
  padding-left: 0rem;
  list-style: none;
}
.menu__list__item {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0 1rem 0.5rem 1rem;
  height: 3rem;
}
.menu__list__item:first-of-type {
  margin-top: 2.5rem;
}
.menu__list__item:last-of-type {
  margin-bottom: 1rem;
}
.menu__list__item--hidden {
  justify-content: center;
}
.menu__list__item__link {
  padding: 0.75rem 1rem;
  width: 100%;
  border-radius: 0.2rem;
}
.menu__list__item__link.active {
  color: white;
  background-color: rgba(20, 39, 75, 0.4);
}
.menu__list__item__link:hover {
  color: #14274b;
  background-color: rgba(255, 255, 255, 0.4);
}
.menu__list__item__link:visited:not(:has(.menu__list__item__link.active)) {
  color: #14274b;
}
.menu__list__item__link__text {
  margin-left: 1rem;
}
.menu__list__item__link__text--hidden {
  display: none;
}
.menu__button {
  text-align: center;
  cursor: pointer;
  margin-bottom: 1rem;
  margin-top: auto;
}
.menu__button:hover {
  color: white;
}
.menu__button__text {
  margin-left: 0.5rem;
}
.menu--hidden {
  width: 4.5rem;
}

.button {
  height: 2rem;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: #14274b;
  border: 0.1rem #2765fb solid;
  border-radius: 0.2rem;
  background-color: rgba(126, 201, 245, 0.2);
  cursor: pointer;
  text-align: center;
  min-width: 5rem;
}
.button:disabled {
  cursor: initial;
  opacity: 0.4;
}

.button-group .button:first-of-type {
  margin-left: initial !important;
}
.button-group .button:last-of-type {
  margin-right: initial !important;
}

.tree {
  padding-left: 0rem !important;
}
.tree__item {
  height: 2.5rem;
  margin: 0.2rem 0rem;
  display: flex;
  align-items: center;
  border-radius: 0.2rem;
  background-color: rgba(243, 250, 251, 0.5);
}
.tree__item__icon {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0rem 0.6rem;
  font-size: 0.6rem;
  cursor: pointer;
}
.tree__item__label {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  margin-right: 1.2rem;
  overflow: hidden;
  cursor: pointer;
}
.tree__item__label__text {
  white-space: normal;
  word-break: break-word;
  max-height: 100%;
}
.tree__item__active {
  color: #14274b;
  background-color: rgba(39, 101, 251, 0.25);
}
.tree__item:hover {
  color: white;
  background-color: rgba(126, 201, 245, 0.5);
}

table {
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0.6rem;
  vertical-align: top;
}
table td {
  border-top: 0.05rem solid rgba(11, 21, 37, 0.2) !important;
}
table thead th {
  text-align: left;
  vertical-align: bottom;
  border-bottom: 0.1rem solid rgba(11, 21, 37, 0.2) !important;
}

table.navigate > tbody tr.record {
  cursor: pointer;
}

table.navigate > tbody tr.record:hover {
  color: white;
  background-color: rgba(126, 201, 245, 0.5);
}

.table-container {
  box-shadow: 0px 0px 10px 0px rgba(11, 21, 37, 0.1);
  border-radius: 0.2rem;
  overflow-x: auto;
  max-width: 100%;
  resize: vertical;
  min-height: 70px;
  position: relative;
  margin-bottom: 1rem;
}

.field {
  display: flex;
  align-items: center;
  height: 2rem;
  margin-bottom: 0.2rem;
}
.field__item {
  height: 100%;
  width: 12rem;
  font-size: inherit;
  color: inherit;
  word-break: break-word;
  padding: 0rem 0.75rem;
}
.field__item__label {
  display: flex;
  align-items: center;
  background-color: rgba(126, 201, 245, 0.2);
  color: #2765fb;
}
.field__item__value {
  display: flex;
  align-items: center;
  appearance: none;
  border: initial;
}

.input {
  display: flex;
  align-items: center;
  height: 2rem;
  margin-bottom: 0.2rem;
  border: 0.1rem #2765fb solid;
  border-radius: 0.2rem;
}
.input__item {
  height: 100%;
  padding: 0rem 0.75rem;
  font-size: inherit;
  color: inherit;
}
.input__item__label {
  display: flex;
  align-items: center;
  min-width: 12rem;
  background-color: rgba(126, 201, 245, 0.2);
}
.input__item__label__text {
  margin-bottom: initial;
  color: #2765fb;
}
.input__item__value {
  width: 100%;
  height: 100%;
  appearance: none;
  border: initial;
}
.input__item__value__select {
  appearance: menulist-button;
}
.input__item:not(:last-child) {
  border-right: 0.1rem #2765fb solid;
}

.date-time-range-input {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: 100%;
  height: 100%;
}
.date-time-range-input__result {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.date-time-range-input__result__input {
  margin-bottom: initial;
  letter-spacing: initial;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
.date-time-range-input__result > i {
  cursor: pointer;
  color: #2765fb;
  margin-left: 0.4rem;
}
.date-time-range-input__dropdown__container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.date-time-range-input__dropdown {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 0.2rem;
  padding: 1em;
  z-index: 1;
  height: auto;
  margin-top: 0.4rem;
  margin-left: auto;
  box-shadow: 0px 0px 10px 0px rgba(20, 39, 75, 0.2);
  position: absolute;
}
.date-time-range-input__dropdown__top {
  display: flex;
  flex-direction: row;
}
.date-time-range-input__dropdown__top > div:not(:last-child) {
  margin-right: 1rem;
}
.date-time-range-input__dropdown__top__buttons {
  display: flex;
  flex-direction: column;
}
.date-time-range-input__dropdown__top__buttons > .button {
  margin-bottom: 0.2rem;
}
.date-time-range-input__dropdown__top__calendar {
  display: flex;
  flex-direction: column;
}
.date-time-range-input__dropdown__top__calendar__top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.date-time-range-input__dropdown__top__calendar__top :first-child {
  margin-right: 0.6rem;
}
.date-time-range-input__dropdown__top__calendar__top > i {
  color: #2765fb;
  cursor: pointer;
}
.date-time-range-input__dropdown__top__calendar__top > p {
  margin: 0rem;
}
.date-time-range-input__dropdown__top__calendar__table {
  text-align: center;
  table-layout: fixed;
  width: 20rem;
}
.date-time-range-input__dropdown__top__calendar__table__element {
  cursor: pointer;
}
.date-time-range-input__dropdown__top__calendar__table__element--active {
  background-color: rgba(39, 101, 251, 0.2);
}
.date-time-range-input__dropdown__top__calendar__table__element--active-single {
  border-radius: 0.4rem;
}
.date-time-range-input__dropdown__top__calendar__table__element--active-range {
  background-color: rgba(126, 201, 245, 0.8);
}
.date-time-range-input__dropdown__top__calendar__table__element--active-range-first {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.date-time-range-input__dropdown__top__calendar__table__element--active-range-second {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.date-time-range-input__dropdown__bottom {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
}
.date-time-range-input__dropdown__bottom__selection {
  margin-right: auto;
  letter-spacing: 0.025rem;
  display: flex;
  align-items: center;
}
.date-time-range-input__dropdown__bottom__selection > label {
  margin-bottom: initial;
}
.date-time-range-input__dropdown__bottom__selection.input[type=time] {
  padding: 0.4rem;
  border: 0.1rem #2765fb solid;
  border-radius: 0.2rem;
  min-width: 4rem;
  text-align: center;
}
.date-time-range-input__dropdown__bottom__selection:not(:first-child) {
  margin-left: 0.4rem;
}
.date-time-range-input__dropdown--hide {
  display: none;
}
.date-time-range-input__vertical-spacer {
  width: 0.025rem;
  background-color: #2765fb;
}
.date-time-range-input__horizontal-spacer {
  height: 0.025rem;
  background-color: #2765fb;
  margin: 1rem 0rem;
}

.datepicker {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  z-index: 5;
  background-color: white;
  border: 0.1rem #2765fb solid;
  border-radius: 0.2rem;
  position: absolute;
  margin-top: 2rem;
  box-shadow: 0px 0px 10px 0px rgba(11, 21, 37, 0.1);
}
.datepicker .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.375rem 0.75rem;
}
.datepicker .top .previous {
  margin-right: 0.5rem;
  cursor: pointer;
}
.datepicker .top .next {
  margin-left: 0.5rem;
  cursor: pointer;
}
.datepicker .top select {
  width: auto;
}
.datepicker table {
  margin-bottom: initial;
}
.datepicker td {
  padding: 0.5rem;
  text-align: center;
  width: 3rem;
}
.datepicker th {
  padding: 0.5rem;
  text-align: center;
  width: 3rem;
}
.datepicker td.date {
  cursor: pointer;
}
.datepicker td.date:hover {
  color: white;
  background-color: rgba(39, 101, 251, 0.7);
}
.datepicker td.date.active {
  color: oldlace;
  background-color: #2765fb;
}
.datepicker.hidden {
  display: none;
}

input[type=date] {
  background: none;
  border-style: none;
}

.datepicker-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.datepicker-today {
  cursor: pointer;
  border: 2px solid #2765fb;
  padding: 5px;
  background-color: white;
  border-radius: 0.2rem;
  margin-left: 1rem;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none;
}

.time-input {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.time-input__result {
  display: flex;
  flex-direction: row;
  border: 0.1rem #2765fb solid;
  border-radius: 0.2rem;
}
.time-input__result__input {
  padding: 0.4rem;
  border: none;
  max-width: 6rem;
  text-align: center;
}
.time-input__result__icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #2765fb;
  cursor: pointer;
  margin-right: 0.4rem;
  margin-left: auto;
}
.time-input__result__icons > i {
  margin-left: 0.4rem;
}
.time-input__dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 2.4rem;
  background-color: white;
  position: absolute;
  border-radius: 0.2rem;
  box-shadow: 0px 0px 10px 0px rgba(20, 39, 75, 0.2);
  padding: 0.4rem;
  z-index: 2;
}
.time-input__dropdown__control {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.time-input__dropdown__control__input {
  text-align: center;
  width: 3rem;
  height: 2rem;
  border: 0.1rem #2765fb solid;
  border-radius: 0.2rem;
  background-image: none !important;
}
.time-input__dropdown__control__icon {
  color: #2765fb;
  width: 100%;
  text-align: center;
}
.time-input__dropdown__control__time-separator {
  margin-bottom: initial;
}
.time-input__dropdown__buton {
  margin-bottom: initial;
}
.time-input__dropdown--hide {
  display: none;
}
.time-input__dropdown > :not(:first-child) {
  margin-left: 0.2rem;
}

.toast {
  z-index: 1;
  display: none;
  position: fixed;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  right: 1.5rem;
  bottom: 1.5rem;
}
.toast .message {
  display: flex;
  flex-direction: column;
  max-width: 15rem;
}
.toast .message .title {
  font-weight: bold;
}

.toast.active {
  display: inline-block;
}

.toast.error {
  background-color: rgba(205, 92, 92, 0.2);
}

.toast.warning {
  background-color: rgba(230, 230, 0, 0.2);
}

.toast.info {
  background-color: rgba(64, 183, 165, 0.2);
}

.toast.success {
  background-color: rgba(64, 183, 165, 0.2);
}

.modal {
  z-index: 100;
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal.show {
  display: block;
  overflow-y: auto;
}

.modal-content {
  position: relative;
  top: 1rem;
  margin: auto;
  background: #fff;
  border-radius: 0.2rem;
  padding: 1em 2em;
  width: 80%;
}

.modal-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.modal-buttons > button {
  margin-left: 0.2rem;
}

/*Full screen modal*/
.modal-content-fs {
  min-width: 95vw;
  min-height: 95vh;
  bottom: 10%;
}

.modal-body {
  overflow-y: auto;
}

.modal-fs > .content {
  width: 98%;
  height: 94%;
  margin: 20px;
}

/*# sourceMappingURL=meep-ui-components.css.map */
