@charset "UTF-8";

/*************************************************/
/* FONTS */
/*************************************************/
/*************************************************/
/* BOOTSTRAP OVERRIDE */
/* COLORS */
/*************************************************/
/* IMAGES */
/*************************************************/
/* ADMIN SCREENS */
/*************************************************/
/* HEADER */
/*************************************************/
/* SPACINGS */
.block-solution-configurator {
  background: #dee2f1;
}

.block-solution-configurator .selections-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-solution-configurator .selections-item:not(.active) {
  display: none;
}

.block-solution-configurator .selections-item .what-system {
  max-width: 66%;
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
}

.block-solution-configurator .selections-item input[name=business_size] {
  max-width: 400px;
}

.block-solution-configurator .selections-item ul {
  list-style: none;
  padding: 0;
}

.block-solution-configurator .selections-item:not(#challengesselector) ul {
  margin-top: 30px;
}

.block-solution-configurator .selections-item:not(#challengesselector) ul input[type=radio] {
  display: none;
}

.block-solution-configurator .selections-item:not(#challengesselector) ul label {
  background: #fff;
  display: flex;
  min-height: 145px;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
}

.block-solution-configurator .selections-item:not(#challengesselector) ul label small {
  font-size: 16px;
  font-weight: normal;
}

.block-solution-configurator .selections-item:not(#challengesselector) ul label:hover {
  cursor: pointer;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.block-solution-configurator .selections-item:not(#challengesselector) ul input[type=radio]:checked+label {
  background: #dee2f1 !important;
  border: 2px solid #059348;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

.block-solution-configurator .selections-item:not(#challengesselector) ul input[type=radio]:checked+label:after {
  border: 1px solid #059348;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  content: "✓";
  background: #059348;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
}

.block-solution-configurator .selections-item#challengesselector ul {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}

@media (min-width: 1191px) {
  .block-solution-configurator .selections-item#challengesselector ul {
    -moz-column-count: 3;
    column-count: 3;
  }
}

.block-solution-configurator .selections-item#challengesselector ul li {
  margin-bottom: 10px;
}

.block-solution-configurator .selections-item#challengesselector ul label {
  padding-left: 25px;
  position: relative;
}

.block-solution-configurator .selections-item#challengesselector ul label:hover {
  cursor: pointer;
}

.block-solution-configurator .selections-item#challengesselector ul label:before {
  content: "";
  border: 1px solid #aaa;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
  color: #fff;
}

.block-solution-configurator .selections-item#challengesselector ul input[type=checkbox] {
  display: none;
}

.block-solution-configurator .selections-item#challengesselector ul input[type=checkbox]:checked+label:before {
  content: "✓";
  background: #059348;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  border-color: #059348;
}

.block-solution-configurator__progress {
  padding-top: 50px;
  padding-bottom: 50px;
}

.block-solution-configurator__progress ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.block-solution-configurator__progress ul li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-color: #059348;
  display: inline-block;
  line-height: 40px;
  position: relative;
}

.block-solution-configurator__progress ul li:not(.active) {
  opacity: 0.3;
}

.block-solution-configurator__progress ul li:not(:first-child) {
  margin-left: 80px;
}

.block-solution-configurator__progress ul li:not(:first-child):before {
  content: "";
  height: 2px;
  background-color: #059348;
  width: 85px;
  position: absolute;
  right: 100%;
  top: 19px;
}

@media (max-width: 1190px) {
  .block-solution-configurator__progress ul li:not(:first-child) {
    margin-left: 40px;
  }

  .block-solution-configurator__progress ul li:not(:first-child):before {
    width: 45px;
  }
}

.block-solution-configurator .recommended-solution-stack {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  align-items: start;
}

@media (min-width: 769px) {
  .block-solution-configurator .recommended-solution-stack__results {
    width: 70%;
    min-height: 1000px;
  }
}

.block-solution-configurator .recommended-solution-stack__selection-sidebar {
  width: 30%;
  background: #dee2f1;
  position: sticky;
  top: 80px;
  right: 0;
}

@media (max-width: 1190px) {
  .block-solution-configurator .recommended-solution-stack__selection-sidebar {
    display: none;
  }
}

.block-solution-configurator .back {
  color: var(--bs-blue);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
}

/*# sourceMappingURL=/wp-content/themes/elmo/dist/sourcemaps/../css/solution-configurator.min.css.map*/