/* =========================================
   Gêneses IT Consulting Theme
   Primary:   #1B3A6B (Dark Blue)
   Secondary: #A8B400 (Olive Green)
   ========================================= */

body {
  background: #fff !important;
}

/* --- Buttons --- */

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #A8B400;
  --bs-btn-border-color: #A8B400;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8a9400;
  --bs-btn-hover-border-color: #7d8700;
  --bs-btn-focus-shadow-rgb: 168, 180, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7d8700;
  --bs-btn-active-border-color: #707a00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #A8B400;
  --bs-btn-disabled-border-color: #A8B400;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1B3A6B;
  --bs-btn-border-color: #1B3A6B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #152f57;
  --bs-btn-hover-border-color: #122b50;
  --bs-btn-focus-shadow-rgb: 27, 58, 107;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #122b50;
  --bs-btn-active-border-color: #102748;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1B3A6B;
  --bs-btn-disabled-border-color: #1B3A6B;
}

/* --- Text Colors --- */

.text-info {
  color: #A8B400 !important;
}

.text-success {
  color: #1B3A6B !important;
}

/* --- Sidebar --- */

.sidebar-item.selected .sidebar-link {
  background: #1B3A6B !important;
  color: #fff !important;
}

/* --- Auth wrapper --- */

.auth-wrapper {
  background: #fff !important;
}

/* --- Borders & Accents --- */

.border-left-success {
  border-left: 4px solid #1B3A6B;
}

/* --- Title bar --- */

.titulo {
  background: #1B3A6B !important;
  color: #fff !important;
}

/* --- Question cards --- */

#container-perguntas > .card {
  border-left: 5px solid #A8B400 !important;
}

/* --- Option buttons --- */

.btn-opcao {
  text-align: left;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  transition: all 0.2s;
}

.btn-opcao:hover {
  background-color: #f5f5f5;
  color: #222;
}

.btn-opcao.active {
  background-color: #1B3A6B !important;
  color: #fff !important;
  border-color: #1B3A6B;
}

.navbar-brand > a {
  height: 100%;
  text-align: center;
  margin: 0 auto;
}

.navbar-brand > a > img {
  max-height: 100%;
}