/* ELV Designer — application styles */

body {
  background-color: #f2f5f7;
  color: #1f2933;
}

/* Navbar */
.app-navbar {
  background-color: #10263d;
}
.navbar-brand {
  color: #ffffff;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background-color: #2e6fa8;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  font-weight: 600;
  font-size: 1.05rem;
}
.brand-text small {
  font-size: 0.66rem;
  font-weight: 400;
  color: #9fb3c8;
  letter-spacing: 0.4px;
}

/* Buttons */
.btn-svs {
  background-color: #1b3a5c;
  border-color: #1b3a5c;
  color: #ffffff;
}
.btn-svs:hover,
.btn-svs:focus {
  background-color: #10263d;
  border-color: #10263d;
  color: #ffffff;
}
.btn-svs:disabled {
  background-color: #1b3a5c;
  border-color: #1b3a5c;
  color: #ffffff;
  opacity: 0.65;
}

/* Cards and tables */
.card {
  border-radius: 0.5rem;
}
.table thead th {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #52606d;
}
