@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  background-color: #fff;
  font-family: 'Poppins';
  margin: 0;
}

body.calculator {
  background-color: #fff;
  font-family: 'Poppins';
  margin: 0;
  height: 100%;
  overflow: hidden;
}

#content,
html,
body.calculator {
  height: 100%;
}

#left {
  float: left;
  width: 70%;
  height: 100%;
  overflow: auto;
}
#right {
  float: left;
  width: 30%;
  height: 100%;
  overflow: auto;
  background: #f6f7f8;
}

header img {
  position: absolute;
  top: 20px;
  left: 20px;
}

.headerWrapper {
  width: 100%;
  text-align: center;
}

.boldP {
  font-weight: 500;
}

.w30 {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}

.w70 {
  width: 69%;
  display: inline-block;
  vertical-align: middle;
}

button.w30 {
  max-width: 150px;
  float: right;
}

.flexContainer {
  display: flex;
}

.flexChild {
  flex: 1;
}

.beta {
  background-color: #d9efe7;
  border-radius: 4px;
  padding: 8px 12px;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 14px;
  margin-top: 28px;
  margin-left: 100px;
  margin-right: 100px;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0px;
  gap: 40px;
  background: #074037;
  margin-top: 40px;
}

.pageFooter {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  color: rgba(255, 255, 255, 0.7);
}

footer p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.pageFooter a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.pageFooter a:hover {
  color: rgba(255, 255, 255, 1) !important;
}

.pageFooter a:visited {
  color: rgba(255, 255, 255, 0.7) !important;
}

p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 40px;
  margin-top: 0px;
}

.wrapper {
  margin: 40px;
  margin-bottom: 100px;
  margin-top: 40px;
}

#inputform {
  border: none;
  background: #f6f7f8;
  border-radius: 16px;
  padding: 10px 30px;
}

.leftPanel {
  width: 100%;
}

#sidebar {
  padding: 32px;
  vertical-align: bottom;
  color: black;
}

.hideSummary {
  background-color: #a55eea;
  width: 40%;
  padding: 8px;
  border-radius: 7px;
  border: 2px solid #fff;
  color: #fff;
  margin: 8px;
  margin-top: 0px;
}

.hideSummary:hover {
  background-color: #8854d0;
}

#expandSummary {
  display: inline-block;
}

#hideSummary {
  display: inline-block;
}

#showSummary {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 150px;
}

#minimizeSummary {
  display: none;
}

#resultWrapper {
  display: block;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

#resultWrapper p {
  display: inline-block;
  margin-bottom: 0px;
}

#resultWrapper h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.actualVsEstimated {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  margin-bottom: 40px;
}

.actualVsEstimated div {
  display: block;
}

.actualVsEstimated h2 {
  display: inline-block;
}

.actualVsEstimated p {
  display: inline-block;
}

.actualTitle {
  margin-right: 8px;
  width: 100px;
}

.buttonWrapper {
  width: 100%;
  margin-top: 10px;
}

.buttonWrapper button {
  border: 1px solid rgba(19, 19, 21, 0.5);
  border-radius: 8px;
  padding: 8px 16px;
  background-color: transparent;
  font-family: 'Poppins';
  font-weight: 600;
  width: auto;
  vertical-align: middle;
  margin-left: 16px;
  margin-top: 16px;
}

.textButton {
  background-color: transparent;
  font-family: 'Poppins';
  font-weight: 600;
  width: auto;
  vertical-align: middle;
  display: block;
  border: none;
  vertical-align: middle;
  padding: 4px 8px;
  border-radius: 8px;
  margin-left: -6px;
}

.textButton img {
  margin-right: 8px;
  vertical-align: middle;
}

.textButton:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

button.primary {
  background-color: black !important;
  color: white;
  border: none !important;
}

.buttonWrapper img {
  height: 16px;
  margin-right: 10px;
  color: #fff;
  vertical-align: middle;
}

.buttonWrapper button:hover {
  border: 1px solid rgba(149, 149, 149, 1);
}

.uploadBox {
  border-radius: 8px;
  border: 1px solid #fff;
  padding: 10px;
  margin-top: 24px;
}

.uploadBox button {
  border: none;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.uploadBox h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.uploadBox p {
  margin-top: 0px;
  margin-bottom: 10px;
}

.pdfButton {
  display: inline-block;
}

#totalCO2e,
#totalTonnesCO2e {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
}

#doughnut-chart {
  background-color: #ffffff;
  border-radius: 9px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 20px;
  display: inline-block !important;
  border: 1px solid black;
}

h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}

h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
}

h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 0px;
}

.inputRow {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  vertical-align: middle;
}

.inputRow:last-child {
  border-bottom: none;
}

.inputLabel {
  display: block;
  width: 200px;
  margin-right: 16px;
}

.inputLabelWrapper {
  display: inline-block;
  vertical-align: middle;
}

.inputResult {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: black;
  width: auto;
}

.unit {
  display: inline-block;
  width: 120px;
  font-size: 13px;
  vertical-align: middle;
  color: black;
  margin-left: 16px;
}

input {
  display: inline-block;
  width: 200px;
  border-color: black;
  border-width: 1px;
  border-radius: 4px;
  padding: 8px;
  -webkit-appearance: none;
  vertical-align: middle;
}

input[type='radio'] {
  -webkit-appearance: radio;
}

.radioGroup {
  display: inline-block;
  width: 128px;
  border: none;
  padding: 0px;
  font-size: 13px;
  vertical-align: middle;
  margin-right: 16px;
}

.radioGroup input {
  width: 16px;
  vertical-align: middle;
  margin-top: 0px;
}

.radioGroup label {
  width: 12px;
  vertical-align: middle;
}

.backLink {
  color: black;
  vertical-align: middle;
}

.backLink div {
  display: inline-block;
  color: black;
  vertical-align: middle;
}

.backLink img {
  vertical-align: middle;
  margin-right: 4px;
}

a {
  text-decoration: none;
}

a:hover {
  color: #00a0c6;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #00a0c6;
  text-decoration: none;
  cursor: pointer;
}

.landingWrapper {
  min-width: 1350px;
  width: 53%;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}

.searchBar {
  background-color: #fff;
  width: 320px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 40px;
}

#searchAndFilters {
  margin-bottom: 20px;
  padding-left: 40px;
}

.searchBar img {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.searchBox {
  border: 0px;
  border-bottom: none;
  border-radius: 0px;
  display: inline-block;
  background: none;
  font-family: 'Poppins';
  width: 220px;
}

.filterContainer {
  width: auto;
  display: inline-block;
  float: right;
  vertical-align: middle;
}

.filterBar {
  display: inline-block;
  font-size: 13px;
}

.filterBar label {
  margin-right: 10px;
}

.filterBar select {
  padding: 8px;
  border-radius: 4px;
  background: none;
  font-family: 'Poppins';
}

.filterResult {
  width: auto;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-left: 16px;
}

p.efExplanation {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -28px;
  font-size: 13px;
  opacity: 0.8;
  padding-top: 8px;
}

.EF {
  display: inline-block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 166%;
  color: 0, 0, 0, 0.6;
}

.disclaimer {
  background: #fff6e7;
  border-radius: 4px;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.disclaimer button {
  border: 1px solid rgba(19, 19, 21, 0.5);
  border-radius: 8px;
  padding: 8px 16px;
  background-color: transparent;
  font-family: 'Poppins';
  font-weight: 600;
  width: auto;
  vertical-align: middle;
  margin-left: 16px;
  margin-top: 16px;
}

.disclaimer img {
  vertical-align: middle;
  margin-right: 10px;
}

.disclaimer p {
  margin-bottom: 0;
}

.disclaimer.blue {
  background-color: #9aecdb;
}

.disclaimer.blue button {
  display: inline-block;
  margin: 8px;
  margin-top: 0px;
  border: 2px solid #ee5253;
  background-color: #58b19f;
  padding: 8px;
  border-radius: 7px;
  border-color: #fff;
  color: #fff;
  vertical-align: top;
  font-weight: 600;
}

.benchmark {
  background-color: #fff;
  width: 40%;
  height: 400px;
  background-color: #ffffff;
  border-radius: 9px;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  vertical-align: top;
  margin-left: 16px;
}

.bmInput {
  display: inline-block;
  width: 47%;
  border-right: 1px dotted #cad3c8;
  vertical-align: top;
}

.bmStats {
  display: inline-block;
  width: 47%;
}

.bmStats div {
  font-weight: bold;
  color: #82589f;
}

#employeeComparison {
  display: inline-block;
  background-color: #d6a2e8;
  font-size: 16px;
  border-radius: 4px;
  padding: 6px 10px;
  color: #2c3a47 !important;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 10px;
}

#turnoverComparison {
  display: inline-block;
  background-color: #d6a2e8;
  font-size: 16px;
  border-radius: 4px;
  padding: 6px 10px;
  color: #2c3a47 !important;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 10px;
}

#uploadForm {
  display: inline-block;
  vertical-align: top;
}

#resultFooter {
  display: none;
  width: 50%;
  text-align: center;
  margin: auto;
  margin-top: 24px;
}

.divider {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cad3c8;
  display: block;
}

.infoBox {
  display: inline-block;
  min-width: 650px;
  width: 48%;
  padding: 25px;
  text-align: center;
}

.infoBox li {
  text-align: left !important;
  margin-bottom: 14px;
}

.infoBox h2 {
  margin-top: 60px;
}

.linksHeader {
  font-size: 20px;
  font-weight: 600;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cad3c8;
}

.scopeWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 24px;
}

.scopeBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  width: 386px;
  height: 554px;

  /* Blue Gray/30 */

  background: #f6f7f8;
  border-radius: 16px;
}

.fidi .scopeBox {
  height: 970px !important;
}

.scopeBox p {
  height: 80px;
}

.scopeLink {
  background-color: #131315;
  padding: 16px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 16px;
  color: #fff !important;
  font-weight: bold;
  width: 350px;
  margin-left: 8px;
  margin-right: 8px;
}

.scopeLink img {
  -webkit-filter: drop-shadow(5px 5px 5px rgb(0, 0, 0, 0.4));
  filter: drop-shadow(5px 5px 5px rgb(0, 0, 0, 0.4));
}

.scopeLink:hover {
  background-color: #6e6e71;
}

.intensityWrapper {
  margin-bottom: 16px;
  vertical-align: middle;
}

.intensityWrapper input {
  width: 40%;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-right: 8px;
}

.intensityResult {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.intensityResult div {
  display: inline-block;
  vertical-align: middle;
}

#sb__open-sandbox82 {
  display: none;
}
