.btn-after.disabled,
.btn-after.disabled:hover {
    color: #929292;
    background-color: #242424;
    box-shadow: -2px -2px 8px #0000007D;
}
.btn-after.disabled a {
    cursor: not-allowed;
}

.form-control:disabled {
    background-color: #a3a3a3 !important;
}

.has-error .help-block {
    color: #ff5050;
}

.has-error .form-control {
    border: 1px solid #ff5050 !important;
}

.has-feedback .form-control-feedback {
    position: absolute;
    right: 15px;
    top: 55px;
}

.has-feedback.has-error .form-control-feedback {
    color: #ff5050;
}

.has-feedback.has-success .form-control-feedback {
    color: #099009;
}

.has-error .unit {
    bottom: 48px !important;
}

.popover {
  max-width: 100%;
}

#container-step-3 .image-box {
  height: auto !important;
}

#container-step-3 .image-box img {
  max-width: 100%;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: 0 !important;
}

.btn-footer {
  width: 120px;
  height: 48px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  line-height: 1;
  font-weight: 600;
}

.btn-footer:disabled {
  cursor: not-allowed;
  background: #78838f;
}

.container-footer {
  padding-left: 320px;
}

.data-box li {
  display: flex;
  justify-content: space-between;
}

#container-step-5 .tab-content, #container-step-6 .tab-content {
  display: block;
  margin: 24px 0;
}

#container-step-5 .barChart-container {
  padding: 30px 30px 72px;
  width: 100%;
  height: auto;
}

#container-step-5 .scroll-container span.p, #container-step-6 .scroll-container span.p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1.5px;
  color: #78838f;
}

.index03-box {
  text-align: center;
}

.index03-box img {
  width: auto;
  max-width: 100%;
}

.chart-legend-box {
  display: flex;
  gap: 12px;
}
.chart-legend {
  display: flex;
  gap: 5px;
  align-items: center;
}
.chart-legend p {
  color: #BFBFBF;
  font-size: 16px;
}
.chart-legend span {
  width: 20px;
  height: 8px;
  background-color: #404AB3;
}

.chart-legend:nth-child(1) span {
  background-color: #FF6565;
}

.chart-dim {
  border-radius: 4px;
  background-color: rgba(108, 117, 125, 0.5);
  cursor: pointer;
}

.doughnut-box {
  display: flex;
  max-width: 100%;
  justify-content: center;
  margin: auto;
}

.doughnut-box div.chart-container {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: fit-content;
  padding: 40px 0;
}

.doughnut-con {
  display: flex;
  height: fit-content;
  text-align: center;
  justify-content: space-evenly;
}
.doughnut-con div.chart-container {
  width: 250px;
  gap: 10px;
}

.bootstrap-select.season-select .dropdown-menu li a span.check-mark {
  display: none !important;
}

.tab3Chart-container {
  height: auto !important;
}