.ccee-canais-portlet .nav {
  border-bottom: 4px var(--colors-primary-blue-normal, #ff8f00) solid;
}
.ccee-canais-portlet .nav > .nav-link {
  background-color: #eceff1;
  margin: 0 3px;
  width: calc(25% - 5px);
}
.ccee-canais-portlet .nav-tabs .nav-link {
  border-radius: 0;
  color: #90a4ae;
  text-transform: uppercase;
  padding: 15px 0;
}
.ccee-canais-portlet .nav-tabs .nav-link:focus,
.ccee-canais-portlet .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.ccee-canais-portlet .nav-link:focus,
.ccee-canais-portlet .nav-link:hover {
  color: #212121;
}
.ccee-canais-portlet .nav > .nav-link:first-child {
  margin-left: 0;
}
.ccee-canais-portlet .nav > .nav-link:last-child {
  margin-right: 0px;
}
.ccee-canais-portlet .nav-tabs .nav-link.show .nav-link,
.ccee-canais-portlet .nav-tabs .nav-link.active {
  background-color: var(--colors-primary-blue-normal, #ff8f00);
  color: #fff;
  border-color: var(--colors-primary-blue-normal, #ff8f00);
  margin-bottom: -4px;
}
.ccee-canais-portlet .btns-group-action > .btn {
  margin: 0 0.125rem;
}
.ccee-canais-portlet .btn-secondary {
  background-color: #ff8f00;
  border-color: #ff8f00;
  color: #fff;
}
.ccee-canais-portlet .btn-outline-secondary {
  border-color: #ff8f00;
  color: #ff8f00;
}
.ccee-canais-portlet .table thead td,
.ccee-canais-portlet .table thead th {
  font-weight: bold;
}
.ccee-canais-portlet .table thead th {
  border-bottom: 1px solid #eceff1 !important;
}
.ccee-canais-portlet .table-striped tbody tr:nth-of-type(odd) td,
.ccee-canais-portlet .table-striped tbody tr:nth-of-type(odd) th {
  background: #fff !important;
}
.ccee-canais-portlet .table-striped tbody tr:nth-of-type(even) td,
.ccee-canais-portlet .table-striped tbody tr:nth-of-type(even) th {
  background-color: #eceff1;
}
.ccee-canais-portlet span#search-key {
  background: #fff;
  color: var(--colors-primary-blue-normal, #ff8f00);
}
.ccee-canais-portlet .date > .box-input {
  position: relative;
}
.ccee-canais-portlet .date > .box-input > i {
  position: absolute;
  right: 0;
  padding: 10px;
  border-left: 0.0625rem solid #ced4da;
}
.ccee-canais-portlet .no-radius {
  border-radius: 0 !important;
}
.ccee-canais-portlet .pst-relative {
  position: relative;
}
.ccee-canais-portlet .select-field {
  height: 38px;
}
.ccee-canais-portlet .select-field > i {
  color: var(--colors-primary-blue-normal, #ff8f00);
  right: 0;
  position: absolute;
  padding: 11px;
  border-left: 0.0625rem solid #ced4da;
}
.ccee-canais-portlet .select-field > .form-select {
  position: absolute;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  z-index: 10;
}
.ccee-canais-portlet .label-pagina {
  font-size: 14px;
}
.ccee-canais-portlet .dropdown-item.mobile {
  display: none;
}
.ccee-canais-portlet .base-legal th:nth-child(1),
.ccee-canais-portlet .emprestimo th:nth-child(1),
.ccee-canais-portlet .financeiro th:nth-child(1),
.ccee-canais-portlet .financiamento th:nth-child(1) {
  min-width: 400px;
}
.ccee-canais-portlet .base-legal th:nth-child(2),
.ccee-canais-portlet .emprestimo th:nth-child(2),
.ccee-canais-portlet .financeiro th:nth-child(2),
.ccee-canais-portlet .financiamento th:nth-child(2) {
  min-width: 400px;
}
.ccee-canais-portlet .base-legal th:nth-child(3),
.ccee-canais-portlet .emprestimo th:nth-child(3),
.ccee-canais-portlet .financeiro th:nth-child(3),
.ccee-canais-portlet .financiamento th:nth-child(3) {
  min-width: 120px;
}
.ccee-canais-portlet .conformidade th:nth-child(1),
.ccee-canais-portlet .contratos th:nth-child(1),
.ccee-canais-portlet .gestao-conta th:nth-child(1) {
  min-width: 400px;
}
.ccee-canais-portlet .conformidade th:nth-child(2),
.ccee-canais-portlet .contratos th:nth-child(2),
.ccee-canais-portlet .gestao-conta th:nth-child(2) {
  min-width: 400px;
}
.ccee-canais-portlet .conformidade th:nth-child(3),
.ccee-canais-portlet .contratos th:nth-child(3),
.ccee-canais-portlet .gestao-conta th:nth-child(3) {
  min-width: 160px;
}
.ccee-canais-portlet .conformidade th:nth-child(4),
.ccee-canais-portlet .contratos th:nth-child(4),
.ccee-canais-portlet .gestao-conta th:nth-child(4) {
  min-width: 120px;
}
@media (max-width: 768px) {
  .ccee-canais-portlet .nav-tabs .nav-link {
    font-size: 10px;
  }
  .ccee-canais-portlet .dropdown-item.mobile {
    display: block;
  }
  .ccee-canais-portlet .base-legal th:nth-child(1),
  .ccee-canais-portlet .emprestimo th:nth-child(1),
  .ccee-canais-portlet .financeiro th:nth-child(1),
  .ccee-canais-portlet .financiamento th:nth-child(1) {
    min-width: 150px;
    width: auto;
  }
  .ccee-canais-portlet .base-legal th:nth-child(2),
  .ccee-canais-portlet .emprestimo th:nth-child(2),
  .ccee-canais-portlet .financeiro th:nth-child(2),
  .ccee-canais-portlet .financiamento th:nth-child(2) {
    min-width: 200px;
    width: 100%;
  }
  .ccee-canais-portlet .base-legal th:nth-child(3),
  .ccee-canais-portlet .emprestimo th:nth-child(3),
  .ccee-canais-portlet .financeiro th:nth-child(3),
  .ccee-canais-portlet .financiamento th:nth-child(3) {
    width: auto;
  }
  .ccee-canais-portlet .conformidade th:nth-child(1),
  .ccee-canais-portlet .contratos th:nth-child(1),
  .ccee-canais-portlet .gestao-conta th:nth-child(1) {
    min-width: 150px;
    width: auto;
  }
  .ccee-canais-portlet .conformidade th:nth-child(2),
  .ccee-canais-portlet .contratos th:nth-child(2),
  .ccee-canais-portlet .gestao-conta th:nth-child(2) {
    min-width: 250px;
    width: 100%;
  }
  .ccee-canais-portlet .conformidade th:nth-child(3),
  .ccee-canais-portlet .contratos th:nth-child(3),
  .ccee-canais-portlet .gestao-conta th:nth-child(3) {
    width: auto;
  }
  .ccee-canais-portlet .conformidade th:nth-child(4),
  .ccee-canais-portlet .contratos th:nth-child(4),
  .ccee-canais-portlet .gestao-conta th:nth-child(4) {
    width: auto;
  }
}
@media (max-width: 425px) {
  .ccee-canais-portlet .nav-tabs .nav-link {
    font-size: 7px;
  }
}
.ccee-canais-portlet .input-date {
  border-right: none !important;
}
.ccee-canais-portlet .input-date .date-wrapper {
  position: relative;
}
.ccee-canais-portlet .input-date .date-wrapper span {
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  width: 40px;
  height: 38px;
  position: absolute;
  top: 0;
  display: flex;
  right: 0;
  color: var(--colors-primary-blue-normal, #ff8f00);
  align-items: center;
  justify-content: center;
  border: 1px solid #90a4ae;
  background-color: #fff;
  cursor: pointer;
}
.ccee-canais-portlet .input-date .form-control {
  background-image: unset;
  color: #212121;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.312rem;
  font-weight: 400;
  letter-spacing: 0;
  height: 38px;
  border-radius: 0;
  border-color: #90a4ae;
}
.ccee-canais-portlet .input-date .form-control:focus {
  box-shadow: none !important;
}
.ccee-canais-portlet .input-text .input-search-wrapper {
  position: relative;
}
.ccee-canais-portlet .input-text .input-search-wrapper span {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  width: 40px;
  height: 38px;
  position: absolute;
  top: 0;
  display: flex;
  right: 0;
  color: var(--colors-primary-blue-normal, #ff8f00);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #90a4ae;
  border-left: none;
}
.ccee-canais-portlet .input-text .form-control {
  background-image: unset;
  color: #212121;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.312rem;
  letter-spacing: 0;
  height: 38px;
  border-radius: 0;
  border-color: #90a4ae;
}
.ccee-canais-portlet .input-text .form-control:focus {
  box-shadow: none !important;
}
.ccee-canais-portlet .filters {
  display: flex;
}
.ccee-canais-portlet .filters__buttons {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.ccee-canais-portlet .filters__buttons > * {
  flex: 0 0 48%;
  box-sizing: border-box;
  height: 38px;
  width: 113px;
  border: 1px solid var(--colors-primary-blue-normal, #ff8f00);
  background-color: var(--colors-primary-blue-normal, #ff8f00);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.187rem;
  font-weight: 500;
  transition: 0.3s;
}
.ccee-canais-portlet .filters__buttons > *:hover {
  background-color: transparent;
  color: var(--colors-primary-blue-normal, #ff8f00);
}
.ccee-canais-portlet .filters__buttons > *:last-child {
  color: var(--colors-primary-blue-normal, #ff8f00);
  background-color: #fff;
}
.ccee-canais-portlet .filters__buttons > *:last-child:hover {
  color: #fff;
  background-color: var(--colors-primary-blue-normal, #ff8f00);
}
.ccee-canais-portlet .select-wrapper {
  max-width: 400px;
  position: relative;
}
.ccee-canais-portlet .select-wrapper::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  width: 40px;
  height: 38px;
  position: absolute;
  top: 0;
  display: flex;
  right: 0;
  color: var(--colors-primary-blue-normal, #ff8f00);
  pointer-events: none;
  align-items: center;
  justify-content: center;
  border: 1px solid #90a4ae;
  background-color: #fff;
}
.ccee-canais-portlet .form-select {
  background-image: unset;
  height: 38px;
  border-radius: 0;
  color: #212121;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.312rem;
  font-weight: 300;
  border-color: #90a4ae;
}
.ccee-canais-portlet .form-select:focus {
  box-shadow: none !important;
}
.ccee-canais-portlet .pagination {
  padding: 0;
  margin: 0;
}
.ccee-canais-portlet .table-responsive-xl {
  margin-bottom: 0;
}