html,
html,
body {
  height: 100%;
}

#layout-menu .menu-inner>.menu-item>.menu-link {
  border-radius: 5px;
}

.bg-orange {
  background-color: #ec5d0e;
}

.text-orange {
  color: #ec5d0e;
}

.bg-yellow {
  background-color: #ffce00;
}

.text-yellow {
  color: #ffce00;
}

.bottom-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.bottom-menu a {
  width: 84px;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: inherit;
}

.bottom-menu a.primary {
  width: 72px;
  height: 72px;
  border-radius: 15px;
}

.bottom-menu a.active,
.bottom-menu a:hover {
  background-color: #dbe0ec;
  border-radius: 5px;
  color: #1f3e89;
  font-weight: bold;
}

/* .campaign-categories a.active,
.campaign-categories a:hover {
  background-color: #1f3e89;
  color: #fff;
  border-color: transparent !important;
} */

.table th {
  text-transform: none;
}
