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

.text-secondary {
  color: rgb(138, 229, 241) !important;
}

.nav-pills .active {
  background-color: rgb(138, 229, 241) !important;
}

.nav-pills .active {
  background-color: rgb(138, 229, 241) !important;
}

.nav-link.text-secondary {
  color: rgb(138, 229, 241) !important;
}

.nav-link.text-secondary:hover {
  color: rgb(138, 229, 241) !important;
}

.nav-link:hover {
  color: rgb(13, 129, 174) !important;
}

.nav-pills-primary-soft .nav-link {
    padding: 0.5rem 0.8rem !important;
    font-weight: 500;
    border-radius: 0.5rem;
}

.nav-item {
  margin-left: .4rem;
}

.nav-item > a:hover:not(.active) {
  background-color: rgba(224, 224, 224, 0.532) !important;
  border-radius: 0.5rem;
}

.nav-link.active {
  color: rgb(13, 129, 174) !important;
  background-color: rgb(242, 247, 254) !important;
  border-radius: 0.5rem;
}

/* HEADERS  */

.form-control-dark {
  border-color: var(--bs-gray);
}

.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}


/* SIDEBARS  */

html {
  height: -webkit-fill-available;
  overflow-x: hidden;
}

main {
  height: 100vh;
  height: -webkit-fill-available;
  overflow-x: auto;
  overflow-y: hidden;
}

.dropdown-toggle {
  outline: 0;
}

.btn-toggle {
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.search input[type="text"] {
  height: 60px;
  text-indent: 25px;
  border: 2px solid #d6d4d4;
}

.search input:focus {
  box-shadow: none;
  border: 2px solid blue;
}

.search .fa-search {
  position: absolute;
  top: 20px;
  left: 16px;
}

.search button {
  top: 11px;
  right: 15px;
}

.icones{
  width: 20px;
  height: 20px;
}

.icones-p{
  width: 15px;
  height: 15px;
}

.icones-2x{
  width: 40px;
  height: 40px;
}

.icones-3x{
  width: 60px;
  height: 60px;
}

#return-arrow {
    cursor: pointer;
    border: 3px solid black;
    border-radius: 50%;
    padding: 0.5rem 0 0.5rem 0;
    min-width: 45px;
    min-height: 40px;
}

#return-arrow:hover {
    opacity: 0.5;
}

.textarea-responde-questionario {
    font-size: 20px !important;
}

.input-palavra-unica {
  font-size: 20px !important;
}

.errorlist {
  color: red;
}

.errorlist.nonfield {
  color: red;
}
