/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks/service-recommender/style.scss ***!
  \**********************************************************************************************************************************************************************************************/
body .service-recommender {
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}
@media (max-width: 767px) {
  body .service-recommender {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .service-recommender .sr-question.sr-question-2 .sr-question-title {
  color: var(--wp--preset--color--green);
}
body .service-recommender .sr-result .top-label {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.3s ease all;
}
body .service-recommender .sr-result .top-label > .inner {
  display: block !important;
}
body .service-recommender.has-no-selections .sr-result .top-label {
  opacity: 0 !important;
  transform: translateY(5px) !important;
}
body .service-recommender .price-box .top-bar .price p {
  display: none;
}
body .service-recommender .price-box .body-container {
  display: block;
}
body .service-recommender .pagination {
  font-size: 16px;
  margin-top: 30px;
  margin-right: -24px;
  margin-left: -24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
}
body .service-recommender .pagination .numbers-inner .page-numbers {
  display: inline-block;
  padding: 0 5px;
  color: inherit;
  background: none;
  border: none;
}
body .service-recommender .pagination .numbers-inner .page-numbers.current {
  font-weight: bold;
}
body .service-recommender .pagination .prev,
body .service-recommender .pagination .next {
  color: inherit;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  transform: translateX(0px);
  transition: 0.3s ease transform;
  line-height: 38px;
  white-space: nowrap;
  background: none;
  border: none;
}
body .service-recommender .pagination .prev[disabled],
body .service-recommender .pagination .next[disabled] {
  pointer-events: none;
  opacity: 0;
}
body .service-recommender .pagination .prev:before,
body .service-recommender .pagination .next:after {
  content: "\f061";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 38px;
  display: inline-flex;
  width: 38px;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: none;
  color: #fff;
  font-size: 14px;
  text-indent: 0;
  font-weight: 400;
}
body .service-recommender .pagination .prev:before {
  transform: rotate(180deg);
  margin-right: 20px;
}
body .service-recommender .pagination .prev-empty,
body .service-recommender .pagination .next-empty {
  width: 112px;
}
body .service-recommender .pagination .next:after {
  margin-left: 20px;
}
body .service-recommender .pagination .prev:hover {
  transform: translateX(-5px);
}
body .service-recommender .pagination .next:hover {
  transform: translateX(5px);
}
@media (max-width: 480px) {
  body .service-recommender .pagination .prev, body .service-recommender .pagination .next {
    width: 33vw;
    overflow: hidden;
    padding: 11px 0;
  }
}

.popup .service-recommender {
  padding-top: 0;
  padding-bottom: 0;
}
.popup .service-recommender .sr-left {
  margin-bottom: 0;
}
.popup .service-recommender .sr-right .sr-result .price-box > .inner-container {
  width: 100%;
}
.popup .service-recommender .pagination button:hover {
  color: var(--wp--preset--color--orange) !important;
}
.popup .sr-question .sr-question-title {
  color: #fff !important;
}
.popup .checkbox-grid-choices > .checkbox-grid-choice label {
  background: var(--wp--preset--color--light-gray);
  color: var(--wp--preset--color--black);
  height: 100%;
  line-height: 1;
}
.popup .checkbox-grid-choices > .checkbox-grid-choice label:hover:after {
  border-left-color: var(--wp--preset--color--orange);
}
.popup .checkbox-grid-choice-inner {
  height: 100%;
}
@media (max-width: 767px) {
  .popup .sr-question .sr-question-title {
    margin-left: 0;
  }
  .popup .checkbox-grid-choices > .checkbox-grid-choice {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  #kt-layout-id_52fca6-d5 .button {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 10px auto;
  }
}
