@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap);
.q-table-selectable td:first-child,
.q-table-selectable th:first-child {
  padding: 0.4rem;
}
.q-table-selectable td:first-child .q-checkbox__inner--falsy > .q-checkbox__bg,
.q-table-selectable th:first-child .q-checkbox__inner--falsy > .q-checkbox__bg {
  background-color: #eceff1;
}
.q-table-selectable.q-table--dense td:first-child,
.q-table-selectable.q-table--dense th:first-child {
  padding: 0rem;
}
.q-table-selectable td:first-child {
  background-color: #eeeeee;
  border-right: 1px solid #dbdbdb;
}

.q-table__top {
  background-color: #455a64;
}

.q-table-action {
  background-color: #607d8b;
  color: #ffffff;
}
.q-table-action > .q-btn__content > .q-icon.on-left {
  color: #cfd8dc;
}

.q-table-action-dropdown {
  background-color: #263238;
  color: #ffffff;
}
.q-table-action-dropdown .q-checkbox__inner--falsy .q-checkbox__bg {
  border-color: #607d8b;
}

.q-table td.q-td-input .q-field__native {
  padding: 0;
}
.q-table th.q-th-filterable {
  padding: 0.3rem;
  min-width: 100px;
}
.q-table th.q-th-filterable .q-field__append,
.q-table th.q-th-filterable .q-field__prepend,
.q-table th.q-th-filterable .q-field__control {
  height: 32px;
  margin-bottom: 0;
}
.q-table th.q-th-filterable .q-field__native {
  padding: 0;
}

.from-left-enter-active,
.from-left-leave-active {
  transition: all 0.5s;
}

.from-left-enter,
.from-left-leave-to {
  margin-left: -600px;
}

@media (max-width: 1023.98px) {
  .w-mob-auto {
    width: auto !important;
  }
}
.card-block {
  border-style: solid;
  border-width: 1px 6px 1px 6px;
  border-color: #e0e0e0;
}
.card-block:not(.card-block-border) {
  background-color: #eceff1;
}

.card-block-primary {
  border-color: #e0e0e0 #e2001a;
}
.card-block-primary:not(.card-block-border) {
  background-color: #ffebee;
}

.card-block-accent {
  border-color: #e0e0e0 #0251a0;
}
.card-block-accent:not(.card-block-border) {
  background-color: #e3f2fd;
}

.card-block-positive {
  border-color: #e0e0e0 #21ba45;
}
.card-block-positive:not(.card-block-border) {
  background-color: #e8f5e9;
}
body.body--light {
  background-color: #e4e5e6;
  color: #333333;
}
#sidebar {
  overflow: hidden;
  background-color: #1a202e;
  color: #97a6ba;
}
#sidebar .q-icon {
  transition: all 0.3s;
}
#sidebar #sidebar-menu {
  padding-bottom: 1rem;
  border-bottom: 4px solid #f70d00;
  border-top: 4px solid #f70d00;
}
#sidebar #sidebar-menu .q-item {
  color: #97a6ba;
}
#sidebar #sidebar-menu .q-item::after, #sidebar #sidebar-menu .q-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}
#sidebar #sidebar-menu .q-item::after {
  background-color: rgba(0, 0, 0, 0.3);
  transition: width 0.3s;
}
#sidebar #sidebar-menu .q-item::before {
  background-color: #e4e5e6;
  z-index: 2;
  transition: width 0.3s ease-in 0.2s;
}
#sidebar #sidebar-menu .q-item::hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #e4e5e6;
}
#sidebar #sidebar-menu .q-item.q-router-link--active, #sidebar #sidebar-menu .q-item.q-router-link--exact-active, #sidebar #sidebar-menu .q-item.q-item--active {
  position: relative;
  color: #e4e5e6;
}
#sidebar #sidebar-menu .q-item.q-router-link--active .q-item__section, #sidebar #sidebar-menu .q-item.q-router-link--exact-active .q-item__section, #sidebar #sidebar-menu .q-item.q-item--active .q-item__section {
  position: relative;
  z-index: 3;
}
#sidebar #sidebar-menu .q-item.q-router-link--active::after, #sidebar #sidebar-menu .q-item.q-router-link--exact-active::after, #sidebar #sidebar-menu .q-item.q-item--active::after {
  width: 100%;
}
#sidebar #sidebar-menu .q-item.q-router-link--active::before, #sidebar #sidebar-menu .q-item.q-router-link--exact-active::before, #sidebar #sidebar-menu .q-item.q-item--active::before {
  width: 3px;
}
#sidebar #sidebar-menu .q-item.q-router-link--active .q-icon, #sidebar #sidebar-menu .q-item.q-router-link--exact-active .q-icon, #sidebar #sidebar-menu .q-item.q-item--active .q-icon {
  color: #e2001a;
}
#sidebar #sidebar-menu .q-item .q-item__section--avatar {
  min-width: 0;
}
#sidebar #sidebar-header .q-expansion-item__content {
  z-index: 5000;
}
#sidebar #sidebar-manager {
  border-bottom: 4px solid #f70d00;
}
.q-drawer--mini #sidebar .q-item {
  padding-left: 0 !important;
}
.q-drawer--mini #sidebar .q-item .q-item__section--avatar .q-icon {
  font-size: 1.7rem;
}
.q-drawer--mini #sidebar .q-expansion-item__content {
  display: block;
}
.q-drawer--mini #sidebar .q-expansion-item__content .q-item__section--avatar .q-icon {
  font-size: 1.5em;
}
.breadcrumb {
  border-top: 1px solid #c8ced3;
}
.q-breadcrumbs--last .q-link {
  color: #37474f !important;
}

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