#banner {
  z-index: 900;
  position: fixed;
  inset: 0 0 auto 0;
  background: #FFF;
  border-bottom: 1px solid #e5e7eb;
}
#banner .navbar {
  padding: 12px 0;
}

body {
  background: #999;
}

i.far.pre-icon {
  padding-right: 10px;
}

html body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #1F2937;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

.muted {
  color: #999 !important;
}

.fc-danger {
  color: #DC2626;
}

:root .btn-primary {
  --mdb-btn-bg: #5B4C9A;
}
:root .btn.btn-success {
  color: #16A34A;
  background: #DCFCE7;
  border-color: #DCFCE7;
}
:root .btn.btn-danger {
  color: #DC2626;
  background: #FEE2E2;
  border-color: #FEE2E2;
}

html body .dropdown .dropdown-menu li .dropdown-item, html body .btn-group .dropdown-menu li .dropdown-item {
  font-size: 14px;
}
html body .dropdown .dropdown-menu li .dropdown-item i.pre-icon, html body .btn-group .dropdown-menu li .dropdown-item i.pre-icon {
  padding-right: 25px;
}

header {
  margin: 50px 0 30px;
}

.message {
  margin: 30px 0;
  padding: 10px;
  border-radius: 5px;
  border: 1px dashed #CCC;
  text-align: center;
  color: #CCC;
}
.message.info {
  color: #58BEBE;
  border-color: #58BEBE;
}

.modal .modal-dialog .modal-x-content form {
  margin: 0;
}

nav.aside a {
  display: block;
  margin: 0 0 10px 0;
  padding: 10px 20px;
  background: #EEE;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
}
nav.aside a.active {
  background: #DDD;
}

table.table.table-row-dashed tbody tr td i.icon, table.table.table-row-dashed tbody tr th i.icon, table.table.table-row-dashed thead tr td i.icon, table.table.table-row-dashed thead tr th i.icon {
  margin-left: 10px;
}

/*# sourceMappingURL=app.css.map */
