.container-topbar, .container-below-top {
  color: #fff;
  background: #fff;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400;
  color: #7596b8 !important;;
}
h1, .h1 {
    font-size: 2rem;
  }
.container-header {
  z-index: 10;
  background-color: #7596b8 !important;
  background-image: none !important;
  position: relative;
  box-shadow: inset 0 5px 5px #00000008;
}

.container-component > :first-child, .container-sidebar-left > :first-child, .container-sidebar-right > :first-child, .container-component > * + *, .container-sidebar-left > * + *, .container-sidebar-right > * + * {
  margin-top: 4rem;
}
.container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
  color: currentColor;
  text-decoration: none;
  position: relative;
  font-size: 13pt;
}
div.main-bottom.card {background: #7596b8;}
a:not([class]) {
  text-decoration: none;
}
.footer {
  color: #fff;
  background-color: #fff;
  background-image: none;
  margin-top: 1em;
}
.footer .grid-child {
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}
.metismenu.mod-menu .metismenu-item > span, .metismenu.mod-menu .metismenu-item > a, .metismenu.mod-menu .metismenu-item > button {
  text-overflow: ellipsis;
  white-space: wrap;
  text-decoration: none;
  overflow: hidden;
}