* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.block {
  display: block;
}

.transparencia {
  display: flex;
  padding-right: 1rem;
  padding-top: 1rem;
  font-family: "Inter", sans-serif !important;
}
.transparencia .aside {
  width: 230px;
  max-height: 850px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.transparencia .aside__header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.transparencia .aside__header div {
  border: 1px solid #f1f1f2;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
}
.transparencia .aside__header img {
  height: 0.8rem;
}
.transparencia .aside__header h2 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0ea5e9;
  margin: 0;
}
.transparencia .aside__header .disable {
  color: #94a3b8;
}
.transparencia .aside .module {
  list-style: none;
  margin-bottom: 1.5rem;
}
.transparencia .aside .module__title {
  margin-bottom: 1.2rem;
  color: #0f172a;
  font-weight: 700;
  font-size: 0.8125rem;
  text-align: start;
}
.transparencia .aside .module__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-left: 1px solid #e5e7eb;
}
.transparencia .aside .module__item {
  border-left: 1px solid #e5e7eb;
  cursor: pointer;
  list-style: none;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0 0.2rem 1rem;
  margin-left: -1px;
  text-align: start;
}
.transparencia .aside .module__item a {
  text-decoration: none;
  color: inherit;
}
.transparencia .aside .module__item.active {
  color: #0ea5e9;
  border-left: 1px solid #0ea5e9;
  font-weight: 700;
}
.transparencia .main {
  flex: 1;
  margin: 0;
  padding-left: 1rem;
}
.transparencia .main__btn {
  display: none;
  border: none;
  background: none;
  margin-bottom: 1rem;
}
.transparencia .main__btn i {
  color: #0f172a;
  font-size: 1.5rem;
}
.transparencia .main__header {
  text-align: start;
}
.transparencia .main__header h3 {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
}
.transparencia .main__header div {
  text-align: start;
  font-size: 1rem;
  width: 95%;
  color: #334155;
  margin-bottom: 0.5rem;
}
.transparencia .main__header div span {
  color: #0ea5e9;
  font-weight: 800;
}
.transparencia .main__img {
  position: relative;
  z-index: -1;
  height: 100%;
  background-image: url(/images/covid.svg?51bd687fb54a7694d659d338c8ad82c1);
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: 50% 29%;
}
.transparencia .main__search h4 {
  font-size: 1rem;
  color: #0f172a;
  margin-bottom: 1rem;
  font-weight: 700;
  text-align: start;
}
.transparencia .main__form {
  border: 1px solid #d9d9d9;
  border-radius: 0.4rem;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.transparencia .main__form select,
.transparencia .main__form input {
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  width: 20%;
  max-width: 235px;
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.4rem;
  color: #94a3b8;
  outline: none;
}
.transparencia .main__form input::-moz-placeholder {
  color: #94a3b8;
}
.transparencia .main__form input::placeholder {
  color: #94a3b8;
}
.transparencia .main__form #submit {
  width: 100px;
  background-color: #334155;
  color: #94a3b8;
  cursor: pointer;
  transition: all 0.3s;
}
.transparencia .main__form #submit:hover {
  background-color: #0f172a;
  color: #0ea5e9;
}
.transparencia .main__date {
  text-align: start;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0ea5e9;
  margin-bottom: 0.4rem;
}
.transparencia .main__table {
  overflow-x: auto;
  padding-top: 5rem;
}
.transparencia .main__table button {
  padding: 0.5rem !important;
  background-color: #334155 !important;
  border: none !important;
  color: #94a3b8 !important;
  border-radius: 0.5rem !important;
  font-weight: 700 !important;
  transition: all 0.3s !important;
  min-width: 70px !important;
}
.transparencia .main__table button:hover {
  background-color: #0f172a !important;
  color: #0ea5e9 !important;
}
.transparencia .main__table button:first-child {
  color: #fefefe !important;
  background-color: #b61212 !important;
}
.transparencia .main__table button:first-child i {
  margin-right: 0.3rem;
}
.transparencia .main__table button:first-child:hover {
  background-color: #861c1c !important;
}
.transparencia .main__table table {
  border-collapse: collapse;
  width: 100% !important;
}
.transparencia .main__table table thead tr:hover,
.transparencia .main__table table tbody tr:hover {
  background-color: #d2d4da !important;
  color: #334155;
}
.transparencia .main__table table thead tr:hover > th, .transparencia .main__table table thead tr:hover > td,
.transparencia .main__table table tbody tr:hover > th,
.transparencia .main__table table tbody tr:hover > td {
  /* border: 1px solid #334155; */
}
.transparencia .main__table table thead tr:nth-child(even),
.transparencia .main__table table tbody tr:nth-child(even) {
  background-color: #e5e7eb;
  transition: all 0.3s;
}
.transparencia .main__table table thead tr:last-child,
.transparencia .main__table table tbody tr:last-child {
  border-bottom: 1px solid #dadada;
}
.transparencia .main__table table thead th,
.transparencia .main__table table thead td,
.transparencia .main__table table tbody th,
.transparencia .main__table table tbody td {
  font-size: 0.7rem;
  text-align: start;
  border: 1px solid #dadada;
  border-bottom: none;
  padding: 0.4rem;
}
.transparencia .main__table table thead td:first-child a,
.transparencia .main__table table tbody td:first-child a {
  color: #0ea5e9;
}
.transparencia .main__table table thead .btn-add,
.transparencia .main__table table tbody .btn-add {
  text-align: center;
}
.transparencia .main__table table thead .btn-add a,
.transparencia .main__table table tbody .btn-add a {
  background-color: #0ea5e9;
  border-radius: 50%;
  box-shadow: 0 0 4px #0ea5e9;
  padding: 0.1rem 0.2rem;
  color: #e5e7eb;
  transition: all 0.3s;
}
.transparencia .main__table table thead .btn-add a:hover,
.transparencia .main__table table tbody .btn-add a:hover {
  color: #0f172a;
}
.transparencia .main__table table thead #situacao,
.transparencia .main__table table tbody #situacao {
  text-align: center;
}
.transparencia .main__table table thead #situacao p,
.transparencia .main__table table tbody #situacao p {
  margin: 0;
  padding: 0.2rem;
  border-radius: 0.2rem;
  background-color: #0ea5e9;
  color: #fff;
  text-align: center;
  display: inline;
}
.transparencia .main__table table tfoot {
  position: absolute;
  top: -65px;
}
.transparencia .main__table table tfoot tr {
  border-bottom: none !important;
}
.transparencia .main__table table tfoot tr th {
  border: none;
  font-size: 0.7rem;
  text-align: start;
  padding: 0 1rem 0 0;
  width: 200px;
}
.transparencia .main__table table tfoot tr th select {
  cursor: pointer;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  width: 100%;
  max-width: 235px;
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.4rem;
  color: #94a3b8;
  outline: none;
}
.transparencia .main__table #myTable_filter {
  position: relative;
  top: -65px;
  margin: 0;
}
.transparencia .main__table #myTable_filter label {
  color: transparent;
}
.transparencia .main__table #myTable_filter input {
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  max-width: 235px;
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.4rem;
  color: #94a3b8;
  outline: none;
}
.transparencia .main__table #myTable_filter input::-moz-placeholder {
  color: #94a3b8;
}
.transparencia .main__table #myTable_filter input::placeholder {
  color: #94a3b8;
}
.transparencia .history {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  margin: 0;
  gap: 0.4rem;
}
.transparencia .history img {
  width: 0.7rem;
}
.transparencia .history p {
  color: #94a3b8;
  font-size: 0.65rem;
  font-weight: 500;
  margin: 0;
}
.transparencia .modal-transparencia {
  background-color: #fff;
  width: 75%;
  max-height: 70%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: start;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.transparencia .modal-transparencia__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem;
  background-color: #0f172a;
  color: #0ea5e9;
}
.transparencia .modal-transparencia__title p {
  font-weight: 600;
  margin: 0;
  font-size: 1rem;
}
.transparencia .modal-transparencia__title a {
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 600;
  box-shadow: 0 0 5px #0ea5e9;
  color: #0ea5e9;
  border-radius: 0.4rem;
  border: 1px solid #0ea5e9;
  padding: 0.5rem 0.3rem;
}
.transparencia .modal-transparencia__content {
  padding: 1rem;
}
.transparencia .modal-transparencia__header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  border-bottom: 1px solid #0f172a;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.transparencia .modal-transparencia__header span {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}
.transparencia .modal-transparencia__header span h6 {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.transparencia .modal-transparencia__header span p {
  margin: 0;
  font-size: 0.7rem;
}
.transparencia .modal-transparencia__main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}
.transparencia .modal-transparencia__main h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0ea5e9;
  margin: 0;
}
.transparencia .modal-transparencia__main h3::after {
  content: "";
  display: block;
  height: 2px;
  width: 15%;
  margin-top: 0.2rem;
  background-color: #0ea5e9;
}
.transparencia .modal-transparencia__main span {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}
.transparencia .modal-transparencia__main span i {
  color: #0ea5e9;
}
.transparencia .modal-transparencia__main span a {
  color: #0ea5e9;
}
.transparencia .modal-transparencia__main span h6 {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.transparencia .modal-transparencia__main span p {
  margin: 0;
  font-size: 0.7rem;
}
.transparencia .modal-transparencia__back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: #0f172a4d;
}

@media screen and (max-width: 1024px) {
  .main__form {
    flex-wrap: wrap;
  }
  .main__form select,
.main__form input {
    width: 235px !important;
  }
}
@media screen and (max-width: 768px) {
  .aside {
    display: none;
    position: absolute;
    left: 0;
    top: -34px;
    background-color: #fff;
    box-shadow: 5px 0px 20px #00000049;
    z-index: 9999;
    padding: 1rem;
    height: 112% !important;
    max-height: initial !important;
  }

  .main {
    overflow-x: auto;
  }
  .main__btn {
    display: block !important;
    cursor: pointer;
  }
  .main__img {
    display: none;
  }

  .modal-transparencia {
    width: 90% !important;
  }
}
@media screen and (max-width: 550px) {
  .main__form {
    flex-wrap: wrap;
  }
  .main__form select,
.main__form input {
    width: 100% !important;
  }
}

.history{
    display: flex;
    align-items: stretch;
    text-decoration: none;
    margin: 0;
    gap: 0.4rem;
  }
  .history img {
    width: 0.7rem;
  }
  .history p {
    color: #94a3b8;
    font-size: 0.65rem;
    font-weight: 500;
    margin: 0;
  }
