.card-img-top {
  object-fit: cover;
  height: 160px;
}

.small-muted {
  opacity: 0.8;
}

div#adminBox {
    margin: 0px 0px 32px 0px;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

.navbar-brand img {
  height: 72px;
  width: auto;
}

.nav-avatar {
  width: 34px;
  height: 34px;
  object-fit: cover;
}

.nav-avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(108, 117, 125, 0.85);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    display: flex;
    height: 30.33px;
    justify-content: center;
    align-items: center;
}

/* .rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
} */