.table-contas-setoriais-formulario.table-striped > tbody > tr {
  color: #08296c;
}
.table-contas-setoriais-formulario.table-striped > tbody > tr:nth-of-type(2n + 1) {
  --bs-table-accent-bg: #fff !important;
}
.table-contas-setoriais-formulario.table-striped > tbody > tr:nth-of-type(2n) {
  background-color: #eceff1 !important;
}
.table-contas-setoriais-formulario.table > :not(:last-child) > :last-child > * {
  border-bottom-width: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}
.table-contas-setoriais-formulario .content-types {
  display: flex;
  justify-content: flex-start;
}
.table-contas-setoriais-formulario .type {
  border-radius: 3px;
  background-color: #01579b;
  color: #eceff1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  width: 57px;
  margin: 0 8px;
}
.table-contas-setoriais-formulario .select-wrapper {
  max-width: 400px;
  position: relative;
}
.table-contas-setoriais-formulario .select-wrapper::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  width: 40px;
  height: 38px;
  position: absolute;
  top: 0;
  display: flex;
  right: 1px;
  color: var(--colors-primary-blue-normal, #ff8f00);
  pointer-events: none;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #90a4ae;
}
.table-contas-setoriais-formulario .form-select {
  background-image: unset;
  color: #212121;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  height: 38px;
  border-radius: 0;
  border-color: #90a4ae;
}
.table-contas-setoriais-formulario .form-select:focus {
  box-shadow: none !important;
}
.table-contas-setoriais-formulario .form-label {
  color: #212121;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
}
.table-contas-setoriais-formulario tbody th {
  border-style: solid !important;
  border-color: #dee2e6 !important;
}

.portlet-procedimentos-slider-documentos .slick-dots {
  display: none !important;
}
.portlet-procedimentos-slider-documentos .title {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 768px) {
  .portlet-procedimentos-slider-documentos .slick-dots {
    display: flex !important;
  }
}