/*
=================
Industry Analysis
=================
*/
/*
============================
Bootstrap Override Variables
============================
*/
/*Main Colors*/
/*Fonts*/
/*Styles*/
/*
=================================
Industry Analysis left side panel
=================================
*/
.form-select option {
  cursor: pointer;
}

.factors-wrap {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.factors-container {
  padding-left: 1rem;
  list-style-type: decimal;
  font-size: 0.8rem;
}
.factors-container li {
  cursor: pointer;
}
.factors-container li:hover {
  padding-left: 5px;
  font-weight: bold;
  transition: 0.3s;
}
.factors-container li::marker {
  color: #018093;
  font-weight: bold;
}

.report-result-container:empty:before {
  font: var(--fa-font-solid);
  content: "\f05a";
  display: block;
  text-align: center;
  color: #B4B4B4;
  font-size: 3rem;
  padding-top: 20%;
  opacity: 0.3;
}

.report-result-container:empty:after {
  content: "Make sure to fill in all required fields on the form then click the Generate Report button";
  color: #B4B4B4;
  display: block;
  text-align: center;
  padding: 3% 5%;
}

.sticky-submit {
  background-color: #7fbfc8;
}
