.custom-header {
  color: #fff;
  background-color: #3778b8;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 10px;
  display: flex;
  box-shadow: 0 3px 10px #a0a0a0;
}

.custom-header.manager {
  background-color: #505a50;
}

.custom-header > .left {
  font-size: 1.1rem;
}

.custom-header > .right {
  align-items: center;
  display: flex;
}

.custom-header > .right > .column {
  text-align: right;
  flex-direction: column;
  display: flex;
}

.custom-header > .right > .controller {
  margin-left: 10px;
}

.custom-header .current-user * {
  margin-left: 5px;
}

.custom-footer {
  text-align: center;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  width: 100%;
  margin-top: auto;
  padding: 20px 0;
  position: relative;
  bottom: 0;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.copyright {
  color: #6c757d;
  font-size: .875rem;
  font-weight: 400;
}

.custom-footer.error {
  color: #721c24;
  background-color: #f8d7da;
  border-top: 1px solid #f5c6cb;
}

.processing-wrapper {
  z-index: 2147483646;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

#processing-message {
  color: #fff;
  font-size: 1.2rem;
}
