@charset "UTF-8";
.loading {
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(159, 159, 159, 0.2588235294);
  z-index: 3333333;
  position: fixed;
}
.loading .item {
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
.form-signin {
  max-width: 330px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type=text] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar a {
  color: #000;
  font-size: 24px;
}

.text-right {
  text-align: right !important;
}

.table-comentarios td {
  line-height: 15px;
  padding: 5px;
}
.table-comentarios td small {
  text-transform: uppercase;
  font-size: 10px;
}

#dataEncerrados,
#dataAtivos {
  margin-top: 45px !important;
}

.dataTables_scroll {
  margin-top: 45px !important;
}

#dataEncerrados_wrapper table td,
#dataAtivos_wrapper table td,
#dataComentarios_wrapper table td {
  text-align: left;
}
#dataEncerrados_wrapper .sorting_disabled::after, #dataEncerrados_wrapper .sorting_disabled::before,
#dataAtivos_wrapper .sorting_disabled::after,
#dataAtivos_wrapper .sorting_disabled::before,
#dataComentarios_wrapper .sorting_disabled::after,
#dataComentarios_wrapper .sorting_disabled::before {
  display: none !important;
}
#dataEncerrados_wrapper .dataTables_info,
#dataAtivos_wrapper .dataTables_info,
#dataComentarios_wrapper .dataTables_info {
  text-align: left;
}
#dataEncerrados_wrapper .dataTables_filter,
#dataAtivos_wrapper .dataTables_filter,
#dataComentarios_wrapper .dataTables_filter {
  position: absolute;
  width: 100%;
  left: 0px;
}
#dataEncerrados_wrapper .dataTables_filter label,
#dataAtivos_wrapper .dataTables_filter label,
#dataComentarios_wrapper .dataTables_filter label {
  display: flex;
  flex-direction: column;
  padding: 0px;
  width: 100%;
  font-size: 0;
}
#dataEncerrados_wrapper .dataTables_filter label input,
#dataAtivos_wrapper .dataTables_filter label input,
#dataComentarios_wrapper .dataTables_filter label input {
  margin: 0px;
  width: 100%;
  padding: 7px;
  font-size: 18px;
}

.piramide .grafico .img .section span .balao2.seta {
  background: transparent !important;
  box-shadow: none !important;
}

.piramide .grafico .img .section span .balao2.seta:after {
  content: "«";
  width: 0;
  height: 0;
  position: absolute;
  border: 8px solid transparent !important;
  border-right: 25px solid transparent !important;
  bottom: 4px;
  left: -11px;
  color: #878787;
  font-size: 25px;
  top: -18px;
  font-weight: bold;
  background: transparent !important;
  box-shadow: none !important;
}

.modal-header {
  padding: 0px !important;
  position: relative !important;
}
.modal-header h4 {
  padding: 10px !important;
}
.modal-header button {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 50px;
  background: #000;
  color: #fff;
  border: 0px;
}/*# sourceMappingURL=main.css.map */