/**
 * Fonts
 */

/**
 * Main CSS
 */
body {
  --bs-link-color-rgb: 0, 0, 0;
}

#root {
  margin: 0 auto;
  position: relative;
  min-width: 100%;
  width: 100%;
}

.dropdown-select-item.disabled {
  opacity: 0.5;
}

#layout-tab-switch {
  display: none;
}

.big-button {
  min-width: max(20%, 12rem);
}

.row > .col-auto {
  display: flex;
  justify-content: center;
}

.card {
  --bs-border-radius: .75rem;
}

.form-check-input:checked {
  background-color: #000000;
}