html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin-bottom: 0;
}

.page-content {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

.user-menu-name {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem .75rem .4rem .45rem;
  border: 1px solid #e3e7eb;
  border-radius: 999px;
  background-color: #f8f9fa;
  color: #343a40;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.25;
}

.user-menu-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #e9ecef;
  color: #495057;
}

.logout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  height: 2.65rem;
  padding: 0;
  border-radius: 999px;
}

.logout-button .fa-power-off {
  line-height: 1;
  transform: none;
}

.noty_theme__mint.noty_type__error {
  background-color: #dc3545;
  border-bottom: 0;
  border-radius: 5px;
  color: #fff;
  padding: 5px;
}

.noty_theme__mint.noty_type__error .noty_body,
.noty_theme__mint.noty_type__error .noty_close_button {
  color: #fff;
}
