@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
body {
  background-color: #e6e6e6;
}

.nostyle:link, .nostyle:visited {
  text-decoration: inherit;
  color: inherit;
}

.bi-hand-index {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.form-control,
.input-group-text {
  border-color: gray;
}

thead.sticky-top {
  background-color: lightblue;
}

#abasControle .nav-link {
  font-size: large;
}
#abasControle .nav-link.active {
  background-color: var(--bs-blue);
  color: white;
}
#abasControle .nav-link:hover {
  border-top-color: var(--bs-blue);
  border-right-color: var(--bs-blue);
  border-left-color: var(--bs-blue);
}

.btn.btn-roxo {
  background-color: rebeccapurple;
  color: white;
}/*# sourceMappingURL=style.css.map */