/*
 * ItsmGateway - Feuille de style principale
 * 
 * Auteur: Laurent Veilleux
 * Entreprise: Gardium Sécurité Inc.
 * Copyright © 2024-2025 Gardium Sécurité Inc.
 */

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;
}

/* Reduce login input widths (set to 75% of container). */
.login-input {
  /* Previously 50% — reduced by 30% (50% * 0.7 = 35%) per request */
  width: 35%;
  max-width: 100%;
  display: block;
}

/* Quill Rich Text Editor - Display styles for saved content */
.quill-content {
  min-height: 20px;
  line-height: 1.6;
}

.quill-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

.quill-content h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0.67em 0;
}

.quill-content h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.75em 0;
}

.quill-content h3 {
  font-size: 1.17em;
  font-weight: bold;
  margin: 0.83em 0;
}

.quill-content ul, .quill-content ol {
  padding-left: 1.5em;
  margin: 0.5em 0;
}

.quill-content a {
  color: #0d6efd;
  text-decoration: underline;
}

.quill-content strong {
  font-weight: bold;
}

.quill-content em {
  font-style: italic;
}

.quill-content u {
  text-decoration: underline;
}

.quill-content s {
  text-decoration: line-through;
}
