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 {
  margin-bottom: 60px;
}

.navbar-theme-switch {
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}

.navbar-theme-switch .form-check-input,
.navbar-theme-switch .form-check-label {
  cursor: pointer;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.channel-example-image {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  background: #fff;
}

.channel-setting-preview {
  max-width: 980px;
}

.support-fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1030;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.support-message-body {
  white-space: pre-wrap;
}

@media (max-width: 575.98px) {
  .support-fab {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}
