.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  .option-page {
    display: inline-block;
    margin-right: 5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav {
  --bs-nav-link-padding-y: 0.40rem;
}

.nav-link {
  padding: 5.6px var(--bs-nav-link-padding-x)
}

.card-header {
  font-size: 2em;
}

#sidebarMenu {
  background-color: #ffffff;
}

[data-bs-theme=dark] #sidebarMenu {
  background-color: var(--bs-body-bg);
}

.sidebar {
  overflow-y: auto;
}

[data-bs-theme=dark] .sidebar .nav-link {
  color: #fff;
}

.sidebar .nav-link.active {
  color: #ffffff;
}

.form-floating>label {
  padding: 1.2rem 2rem;
}

.logo {
  width: 28px;
  height: 28px;
  stroke-width: 1.25;
}

.accordion-button::before {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-right: 1em;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

#usersTable .active,
#fixsTable .active,
#importsTable .active {
  color: var(--bs-success);
}

#usersTable .inactive,
#fixsTable .inactive,
#importsTable .inactive {
  color: var(--bs-danger);
}

.card-icon {
  font-size: 50px;
  vertical-align: middle;
  color: #777;
  line-height: 50px
}

.file-footer p,
.file-size p {
  margin-bottom: 0;
}

.file-link {
  text-decoration: none;
}

.userName {
  text-decoration: none;
  background-color: #f8f9fa;
}

[data-bs-theme=dark] .userName {
  background-color: #0d6dfd1a;
}

.offcanvas.offcanvas-top {
  height: 50vh;
  background-color: #ffffff !important;
}

[data-bs-theme=dark] .offcanvas.offcanvas-top {
  background-color: var(--bs-body-bg) !important;
}

.listFile {
  font-size: 1rem;
}

.listFile li {
  list-style: none;
  margin-left: 0;
}

.nav-pills :hover,
.nav-pills .show>.nav-link :hover {
  background-color: #0d6dfd1a;
  border-radius: var(--bs-nav-pills-border-radius);
}

header .alert {
  margin: 0;
  padding: .5rem;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
  background-color: transparent !important;
}

.listDispo {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.valid {
  color: green;
}

.invalid {
  color: red;
}

.text-bg-exit {
  background-color: #cc99cc;
  color: #000;
}