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

.questions-container {
  padding-left: 1rem;
  list-style-type: decimal;
  font-size: 0.8rem;
}
.questions-container li {
  cursor: pointer;
}
.questions-container li:hover {
  padding-left: 5px;
  font-weight: bold;
  transition: 0.3s;
}
.questions-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;
}
