.multisteps-form__progress-btn:after {
  color: #dee2e6;
}

.input-group.error .form-control,
.input-group.error .input-group-text {
  border-color: red;
}
.input-group.error .form-control::placeholder,
.input-group.error .input-group-text {
  color: red;
}

.form-control:focus::placeholder {
  color: #adb5bd !important;
}

.input-group-text {
  color: #67748e;
}

.cards-info > div:nth-child(2) .animate__animated {
  animation-delay: 0.15s !important;
}
.cards-info > div:nth-child(3) .animate__animated {
  animation-delay: 0.3s !important;
}
.cards-info > div:nth-child(4) .animate__animated {
  animation-delay: 0.45s !important;
}
.cards-info > div:nth-child(5) .animate__animated {
  animation-delay: 0.6s !important;
}
.cards-info > div:nth-child(6) .animate__animated {
  animation-delay: 0.75s !important;
}
body {
  overflow-x: hidden;
}
body > .container-fluid {
  min-height: calc(100vh - 65px);
}
.label-container {
  height: calc(100% - 113px);
}
#cat,
.label-container {
  width: calc(100% - 48px);
}

#line-chart {
  height: 300px !important;
}

@media (min-width: 992px) {
  #line-chart {
    height: 450px !important;
  }
}

@media (min-width: 1400px) {
  #line-chart {
    min-height: 100% !important;
  }
}

.input-group-text:has(~ .form-control[disabled]){
  background-color: #e9ecef;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media print {
  .navbar{
    display: none;
  }
  #logo{
    display: block !important;
  }
  #line-chart{
    width: 100% !important;
    height: auto !important;
  }
  .js-active::before, .multisteps-form__progress-btn:not(.js-active){
    display: none;
  }
  .js-active{
    font-weight: bolder;
    padding: 0;
    font-size: medium !important;
  }
  .multisteps-form__progress{
    width: 100px;
    margin-left: auto;
    height: 100%;
  }
  #line-chart {
    height: 400px !important;
  }
}
