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-logo {
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.login-logo {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .internal-navbar .navbar-brand {
    position: absolute;
    left: 1rem;
  }
}

.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;
}

.anexos-carousel {
  max-width: 900px;
}

.anexo-imagem-container {
  height: clamp(240px, 50vh, 480px);
}

.anexo-carousel-control {
  bottom: 74px;
}

.min-w-0 {
  min-width: 0;
}

.anexos-ordem-container {
  max-width: 900px;
}

.anexo-ordem-item {
  width: 88px;
  height: 66px;
  cursor: grab;
  border: 2px solid transparent;
}

.anexo-ordem-item:hover {
  border-color: var(--bs-primary);
}

.anexo-ordem-item:active {
  cursor: grabbing;
}

.select2-container .select2-selection--single {
  height: 38px;
  border-color: var(--bs-border-color);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
