.download-dados-historico-precos .input-date {
  border-right: none !important;
}
.download-dados-historico-precos .input-date .date-wrapper {
  position: relative;
}
.download-dados-historico-precos .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;
}
.download-dados-historico-precos .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;
}
.download-dados-historico-precos .input-date .form-control:focus {
  box-shadow: none !important;
}
.download-dados-historico-precos .select-wrapper {
  max-width: 400px;
  position: relative;
}
.download-dados-historico-precos .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;
}
.download-dados-historico-precos .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;
}
.download-dados-historico-precos .form-select:focus {
  box-shadow: none !important;
}
.download-dados-historico-precos .filters {
  display: flex;
}
.download-dados-historico-precos .filters__buttons {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.download-dados-historico-precos .filters__buttons > * {
  box-sizing: border-box;
  height: 38px;
  border: 1px solid var(--colors-secondary-neon, #ff8f00);
  background-color: var(--colors-secondary-neon, #ff8f00);
  color: var(--colors-primary-blue-normal, #fff);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.187rem;
  font-weight: 500;
  transition: 0.3s;
}
.download-dados-historico-precos .filters__buttons > *:hover {
  background-color: transparent;
  color: var(--colors-primary-blue-normal, #ff8f00);
}
@media (min-width: 768px) {
  .download-dados-historico-precos .filters > *:not(:last-child) {
    padding-right: 0;
  }
}
.download-dados-historico-precos .form-label {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.312rem;
  letter-spacing: 0;
}
.download-dados-historico-precos .box-download-historico__title {
  color: #212121;
  font-size: 18px;
  line-height: 22px;
}
.download-dados-historico-precos .box-download-historico__box {
  height: 59px;
  background-color: #eceff1;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.download-dados-historico-precos .box-download-historico__link {
  color: #0277bd;
  font-size: 16px;
  line-height: 19px;
}
.download-dados-historico-precos .box-download-historico__link i {
  font-size: 20px;
}
.download-dados-historico-precos .box-download-historico__hide {
  display: none;
}