
#header {
  background: #002d72;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
  height: 70px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
}

#header .logo img {
  max-height: 40px;
}

#container {
  width: 60% !important;
}

.header-icons {
  color: white;
  padding: 0px 16px;
}

.system-up {
  width: 15px;
  height: 15px;
  background-color: limegreen;
}
.system-down {
  width: 15px;
  height: 15px;
  background-color: red;
}

.system-down-tr {
  border-top: hidden;
}

.system-down-td {
  padding: 16px;
  width: fit-content;
  border-radius: 5px;
  margin: 16px 32px;
  background-color: #E8E9EC;
}

.title {
  text-align: center;
  margin: 2rem;
}