a {
  text-decoration: none;
  color: inherit;
}

th {
  white-space: nowrap;
  text-wrap: nowrap;
}

td {
  vertical-align: middle;
}

listamensagemretorno {
  display: flex;
  flex-flow: column;
  gap: 15px;
  margin: 0 30px;
}
listamensagemretorno mensagemretorno {
  display: list-item;
}
listamensagemretorno mensagemretorno codigo {
  font-weight: bold;
}
listamensagemretorno mensagemretorno correcao {
  display: block;
  font-size: 0.95rem;
}

.logo-nexus {
  height: 12px;
}

.copyright {
  font-size: 12px;
}

.iframe-view {
  border: none;
  height: 630px;
}

.iframe-view-receipt {
  height: 400px;
}

.modal-view {
  --bs-modal-width: 910px;
}

.modal-view-receipt {
  --bs-modal-width: 900px;
}

.form-control:disabled,
.form-select:disabled {
  cursor: not-allowed;
}
.form-control.disabled:not(:disabled),
.form-select.disabled:not(:disabled) {
  opacity: 0.6;
  cursor: not-allowed;
}

.loading {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 50px;
  z-index: 9999;
}

.iframe-loading {
  font-size: 35px;
}

.logo-preview {
  cursor: pointer;
}

.qrcode {
  height: 200px;
  cursor: pointer;
}

.box-assinatura {
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
  max-width: 1000px;
  margin: auto;
}

.qrcode-text {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  word-wrap: break-word;
  cursor: pointer;
}

.dropdown-item {
  font-size: 14px !important;
}

.navbar {
  background-color: #0b5155;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.form-filters {
  background-color: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 5px;
}

.password-toggle {
  position: relative;
}
.password-toggle .btn {
  position: absolute;
  top: 0;
  right: 0;
}

.g-recaptcha {
  display: inline-block;
  margin-bottom: 20px;
}

.logo {
  height: 50px;
  filter: grayscale(1) brightness(100);
}

.logo-prefeitura {
  height: 50px;
}

.sep {
  width: 2px;
  background-color: white;
  height: 50px;
  margin: 0 25px;
}

.navbar-brand .logo {
  height: 40px;
  margin-right: 15px;
}

.text-green {
  color: #0b5155;
  font-weight: 500;
}

.img-thumbnail {
  background-color: white;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #212529;
  }
  .loading {
    background-color: rgba(52, 52, 52, 0.8);
  }
  .navbar {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
  }
  .form-filters {
    background-color: rgba(102, 102, 102, 0.4);
  }
  .text-green {
    color: white;
  }
  .select2-container--bootstrap-5 .select2-dropdown {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
  }
  .select2-container--bootstrap-5 .select2-selection {
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
  }
  .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: var(--bs-body-color);
  }
  .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    color: var(--bs-body-color);
  }
}