@charset "UTF-8";
.transportSelector .imageOptionRow {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px; }
  .transportSelector .imageOptionRow .imageOption {
    width: 128px;
    height: 150px; }

.calculation {
  display: flex;
  width: 100%; }
  .calculation .carbon-footprint-result {
    margin-right: 1%; }
  .calculation .trees-equivalence-result {
    margin-right: 1%; }

.add-visitor-register .card-horizontal {
  border: none !important; }

.add-visitor-register.card, .view-carbon-footprint card {
  border-radius: 25px;
  max-width: 520px;
  margin: 0 auto; }

.add-visitor-register .button-holder {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; }

.add-visitor-register .button-holder .button-base.white {
  color: #d5232c !important;
  background-color: white !important;
  border-color: white;
  border-radius: 50px; }

.add-visitor-register .button-holder .button-base.red {
  border-color: #d5232c; }

.add-visitor-register .button-holder .button-base.red:hover, .add-visitor-register .button-holder .button-base.red:focus {
  outline: 0 !important;
  box-shadow: none;
  border: none; }

.add-visitor-register .button-holder .button-base.white:hover, .add-visitor-register .button-holder .button-base.white:focus {
  outline: 0 !important;
  box-shadow: none;
  border-color: #d5232c; }

.add-visitor-register label {
  color: #1a171b;
  font-family: "bould", sans-serif;
  font-size: 18px; }

.add-visitor-register .paragraph-base {
  text-align: center;
  margin-top: 10px; }

.multi-steps > li.is-active ~ li:before, .multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700; }

.multi-steps > li.is-active ~ li:after, .multi-steps > li.is-active:after {
  background-color: #ededed; }

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%; }

.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #d5232c; }

.multi-steps > li:before {
  content: "";
  content: "✓;";
  content: "ð";
  content: "ð";
  content: "✓";
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #d5232c;
  border-radius: 50%; }

.multi-steps > li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #d5232c;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1; }

.multi-steps > li:last-child:after {
  display: none; }

.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: #d5232c; }

.multi-steps > li.is-active ~ li {
  color: #808080; }

.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
  border: none; }

.add-visitor-register .fa-map-marked-alt {
  color: #D5232C;
  font-size: 100px;
  margin: 20px 0;
  display: flex;
  justify-content: center; }

.input-description {
  color: #6b6c7e;
  font-size: .875rem;
  font-weight: 600;
  word-wrap: break-wor