.ccee-historico-table-portlet .input-switch {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.ccee-historico-table-portlet .input-switch .form-switch .form-check-input {
  height: 24px;
  bottom: 6.5px;
  position: absolute;
  width: 50px;
}
.ccee-historico-table-portlet .input-switch .form-switch .form-check-input:checked {
  background-color: var(--colors-primary-blue-normal, #ff8f00);
  border-color: var(--colors-primary-blue-normal, #ff8f00);
}
.ccee-historico-table-portlet .input-switch .form-switch .form-check-input:checked ~ label {
  color: var(--colors-primary-blue-normal, #ff8f00);
}
.ccee-historico-table-portlet .input-switch .form-switch .form-check-input:focus {
  box-shadow: none;
}
.ccee-historico-table-portlet .input-switch .form-check-label {
  left: 14px;
}
.ccee-historico-table-portlet .input-switch .input-switch-group {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}
.ccee-historico-table-portlet .input-switch .input-switch-group > * {
  flex: 0 0 46%;
}
@media (max-width: 768px) {
  .ccee-historico-table-portlet {
    display: none;
  }
}