footer div.mod-footer {
  font-size: 10pt;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
/*  justify-content: space-between;*/
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  footer div.mod-footer {
    flex-direction: row;
  }
}

/*.container-header {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    background-color: #434178;
    background-image: linear-gradient(135deg, #578e8e 0%, #14382c 100%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}*/

.container-header {
    position: relative;
    z-index: 10;
    margin-bottom: 0px;
    background-color: #ffffff;
    background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}

.container-footer {
    position: relative;
    z-index: 10;
    margin-bottom: 0px;
    background-color: #434178;
    background-image: linear-gradient(135deg, #566b76 0%, #e1e7ea 100%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}

:root {
  --cassiopeia-color-primary: #634f00;
  --cassiopeia-color-hover: #997a00;
  --cassiopeia-color-link: #997a00;
  --body-color: #000000;
  --link-color: #634f00;
}

.breadcrumb {
  font-size: 9pt;
  background-color: #f4f6f7;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #ff0000;
  content: var(--breadcrumb-divider, ">") /* rtl: var(--breadcrumb-divider, "/") */;
}

.table-striped>tbody>tr:nth-child(odd)>th,
.table-striped>tbody>tr:nth-child(odd)>td {
   background-color: #f4f6ff;
}
