@charset "UTF-8";
/*========================================================
        DARK LAYOUT
=========================================================*/
body.vertical-layout.vertical-menu-modern .horizontal-menu-wrapper {
  display: none;
}

.horizontal-menu > .main-menu {
  display: none;
}
.horizontal-menu .fixed-top {
  left: 0;
}

html body.navbar-static .app-content .header-navbar {
  background: transparent;
  box-shadow: none !important;
}

@media (max-width: 575.98px) {
  body.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}
.custom-file-label {
  font-size: 1rem;
}

.custom-file:lang(de) .custom-file-label::after {
  content: "Datei auswählen";
}

.custom-file:lang(fr) .custom-file-label::after {
  content: "Parcourir";
}

.flatpickr-input[readonly] {
  background-color: #fff;
}

.app-content {
  margin-bottom: 100px;
}

.tox-promotion {
  display: none !important;
}

.tox-statusbar__right-container {
  display: none !important;
}
