body {
  margin: 0;
  padding: 0;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rml-pos {
  position: relative !important;
}
#isolatedCSS ul li {
  list-style: inherit;
}
#isolatedCSS .rml-fill {
  height: calc(100vh - 240px) !important;
  margin-top: 60px;
}
#isolatedCSS {
  font-family: "Outfit", sans-serif;
}
#isolatedCSS .header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #f7f7f7;
  padding: 0 15px;
}
#isolatedCSS .header-button {
  height: 33px;
  background-color: #1e9993;
  color: #ffffff;
  border: none;
  border: 1px solid #e7e7e7;
  font-family: Lato, sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding-left: 11px;
  padding-right: 11px;
}
#isolatedCSS .header-button:not(:last-child) {
  margin-right: 10px;
}

#isolatedCSS .configurator-container {
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column-reverse;
}

#isolatedCSS .pop-up-container,
#isolatedCSS .shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: calc(100vh);
}
#isolatedCSS .pop-up-container {
  z-index: -1;
}
#isolatedCSS .shadow {
  background: black;
  opacity: 0.4;
}
#isolatedCSS .pop-up--show {
  z-index: 10000000;
}
#isolatedCSS .pop-up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  min-width: 685px;
  /*min-height: 750px;*/
  height: 84vh;
  padding: 25px 10px;
  background: white;
  box-sizing: border-box;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
#isolatedCSS .hide {
  display: none;
}
#isolatedCSS .client-form-data {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

#isolatedCSS .client-form-data form {
  width: 95%;
  padding: 5px;
  margin: auto;
}
#isolatedCSS div.submit button {
  color: #0b9892;
  border: 1px solid #0b9892;
  width: 120px;
  height: 45px;
  border-radius: 30px;
  margin-top: 5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: white;
}

#isolatedCSS div.submit button:hover {
  background-color: #0b9892;
  color: white;
}

#isolatedCSS .form-horizontal-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 10px;
}

#isolatedCSS .form-group {
  width: 45%;
}

#isolatedCSS .comments-form-group {
  width: 100%;
}

#isolatedCSS .three-block-form-group {
  width: 30%;
}

#isolatedCSS label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}

#isolatedCSS .form-control {
  background-color: #e6e6e6;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  border: none;
  height: 25px;
  border-radius: 0;
  font-size: 15px !important;
}

#isolatedCSS .comments-form-control {
	min-height: 80px !important;
}

#isolatedCSS .upload-file-input-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

#isolatedCSS .upload-file-input-container > input {
  display: none;
}

#isolatedCSS .browse-button {
  width: 150px;
  height: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  border: 1.5px dashed black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

#isolatedCSS .browse-button:hover {
  color: #0b9892;
  border-color: #0b9892;
}

/* starting page */

#isolatedCSS .starting-page-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 85px;
  padding-left: 70px;
}

#isolatedCSS .header-logo {
  width: 200px;
}

.main-logo {
  width: 380px;
}

#isolatedCSS .starting-page-main,
#isolatedCSS .select-page-main {
  background: #f2f2f2;
  height: calc(100vh - 95px);
}

#isolatedCSS .starting-page-main-container,
.select-page-main-container {
  margin: 0 auto;
  width: 85%;
  z-index: 2;
  padding-bottom: 25px;
  max-width: 1150px;
}

#isolatedCSS .starting-page-main-container-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 35px;
  margin-bottom: 25px;
  padding-top: 50px;
}

#isolatedCSS .starting-page-main-container-title-block-part {
  display: flex;
  flex-direction: column;
}

#isolatedCSS .starting-page-main-image {
  width: 590px;
}

#isolatedCSS .starting-page-cards-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#isolatedCSS .starting-page-cards-inner-block {
  display: flex;
  justify-content: space-around;
}

#isolatedCSS .starting-page-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #0b9892;
  margin-top: 30px;
  letter-spacing: 0.4px;
}

#isolatedCSS .starting-page-option-card,
#isolatedCSS .select-page-option-card,
#isolatedCSS .favorites-card {
  width: 28%;
  background-color: white;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  cursor: pointer;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.1s ease-in-out;
  max-width: 350px;
}

#isolatedCSS .starting-page-option-card {
  padding: 30px;
}

#isolatedCSS .starting-page-option-card:hover,
#isolatedCSS .select-page-option-card:hover,
#isolatedCSS .favorites-card:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#isolatedCSS .select-page-option-card {
  height: 540px !important;
  justify-content: flex-start !important;
  padding-top: 30px;
  min-width: 310px !important;
}

#isolatedCSS .starting-page-option-card-image {
  width: 110px;
  margin-bottom: 25px;
}

#isolatedCSS .starting-page-option-card-title1,
#isolatedCSS .select-page-option-card-title1 {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-right: 7px;
}

#isolatedCSS .starting-page-option-card-title2,
#isolatedCSS .select-page-option-card-title2 {
  font-size: 24px;
  font-weight: 700;
  color: #0b9892;
  text-align: center;
  line-height: normal;
}

#isolatedCSS .starting-page-option-card-title2 {
  margin-bottom: 15px;
}

#isolatedCSS .starting-page-option-card-subtitle {
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
}

#isolatedCSS .patent-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

#isolatedCSS .starting-page-patent {
  align-self: flex-end;
  font-size: 12px;
  margin-top: 15px;
}

/* select page */

#isolatedCSS .select-page-main-container {
  padding: 110px;
}

#isolatedCSS .select-page-title {
  font-size: 20px;
  color: #1e9993;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

#isolatedCSS .select-page-title-container {
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#isolatedCSS .select-page-option-card-title2::after {
  content: none;
}

/* slider */

#isolatedCSS .glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#isolatedCSS .glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}
#isolatedCSS .glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
#isolatedCSS .glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
#isolatedCSS .glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}
#isolatedCSS .glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#isolatedCSS .glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}
#isolatedCSS .glider-slide img {
  max-width: 100%;
}
/* #isolatedCSS .glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
 
} */

/* width */
#isolatedCSS ::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  margin-top: 50px;
}

/* Track */
#isolatedCSS ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#isolatedCSS ::-webkit-scrollbar-thumb {
  background: rgb(196, 196, 196);
  border-radius: 10px;
}

/* Handle on hover */
#isolatedCSS ::-webkit-scrollbar-thumb:hover {
  background: rgb(148, 148, 148);
}

#isolatedCSS .glider-slide {
  min-width: 270px;
}
#isolatedCSS .glider-hide {
  opacity: 0;
}
#isolatedCSS .glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
#isolatedCSS .glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  background: #ccc;
  width: 70px;
  height: 12px;
  margin-top: 20px;
}

#isolatedCSS .glider-dot:first-child {
  border-bottom-left-radius: 999px;
  border-top-left-radius: 999px;
}

#isolatedCSS .glider-dot:last-child {
  border-bottom-right-radius: 999px;
  border-top-right-radius: 999px;
}
#isolatedCSS .glider-dot:hover,
#isolatedCSS .glider-dot:focus,
#isolatedCSS .glider-dot.active {
  background: #a3a3a3;
}

/* @media (max-width: 36em) {
  #isolatedCSS .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  #isolatedCSS .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
} */

#isolatedCSS .favorites-item {
  width: 25% !important;
  height: 300px !important;
  max-width: 350px;
}

/* select options page */

#isolatedCSS .options-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#isolatedCSS .options-cards-inner-block {
  display: flex;
  justify-content: center;
  width: 100%;
}

#isolatedCSS .options-cards-inner-second-block {
  justify-content: center;
}

#isolatedCSS .select-page-option-card:not(:last-child) {
  margin-right: 50px;
}

#isolatedCSS .choose-option-page-container {
  padding-top: 41px;
  padding-bottom: 41px;
}

#isolatedCSS .choose-option-image {
  width: 100px;
  margin-bottom: 50px;
}

#isolatedCSS .choose-option-after-card-title {
  text-align: center;
}

#isolatedCSS .recomended-subtitle {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}

#isolatedCSS .choose-option-after::after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #000000;
  display: block;
  margin: 10px 0;
}

#isolatedCSS .remove-after-pseudo::after {
  content: none;
}

#isolatedCSS .option-advantages-list {
  margin-top: 10px;
  font-size: 12px;
}

#isolatedCSS .legs-option-image {
  margin-bottom: 63px;
}

/* help popup */

#isolatedCSS .help-popup {
  width: 900px;
  min-height: 660px;
  height: 660px;
  background-color: #f2f2f2;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

#isolatedCSS .help-popup-data-container {
  display: flex;
}

#isolatedCSS .help-popup-data-col-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

#isolatedCSS .help-popup-data-col {
  padding: 40px;
  padding-top: 0;
}

#isolatedCSS .help-popup-data-col-left {
  border-right: 0.5px solid rgb(179, 179, 179);
}

#isolatedCSS .help-popup-data-col-right {
  border-left: 0.5px solid rgb(179, 179, 179);
}

#isolatedCSS .help-popup-data-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#isolatedCSS .help-popup-data-item:not(:last-child) {
  margin-bottom: 20px;
}

#isolatedCSS .help-button-data-item-content-block {
  width: 65%;
}

#isolatedCSS .help-popup-data-item-title {
  font-size: 16px;
  font-weight: 600;
}

#isolatedCSS .help-popup-data-item-description {
  font-size: 12px;
}

#isolatedCSS .help-popup-item-image {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

#isolatedCSS .submitted-popup-close-button {
  background-color: transparent;
  border: none;
  color: grey;
  font-size: 24px;
  font-weight: bold;
  text-align: end;
  position: absolute;
  right: 10px;
  top: 10px;
}

#isolatedCSS .help-popup-got-it-button {
  align-self: center;
  margin-top: 20px;
  background-color: transparent;
  border: 1.5px solid #1e9993;
  color: #1e9993;
  font-size: 14px;
  border-radius: 12px;
  padding: 5px 30px;
  font-weight: 600;
}

/* submitted-popup */

#isolatedCSS .submitted-popup {
  min-width: 750px;
  width: 750px;
  background: #e6e6e6;
  padding: 70px 80px;
  height: 70vh;
  background-image: url("./assets/checkmark_gray.png");
  background-repeat: no-repeat;
  background-position: bottom -50px right -200px;
  background-size: 450px;
}

#isolatedCSS .submitted-popup-top-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

#isolatedCSS .submitted-popup-top-block-buttons-container {
  display: flex;
  flex-direction: column;
}

#isolatedCSS .submitted-popup-top-block-button {
  width: 100px;
  height: 30px;
  border-radius: 15px;
  background: transparent;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 1px;
}

#isolatedCSS .facebook {
  border: 1px solid #4769af;
  color: #4769af;
}

#isolatedCSS .twitter {
  border: 1px solid black;
  color: black;
}

#isolatedCSS .linkedin {
  border: 1px solid #0070b0;
  color: #0070b0;
}

#isolatedCSS .submitted-popup-main-block {
  display: flex;
  flex-direction: column;
}

#isolatedCSS .submitted-popup-main-block-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#isolatedCSS .submitted-popup-main-block-subtitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

#isolatedCSS .submitted-popup-list {
  margin-bottom: 20px;
}

#isolatedCSS .submitted-popup-list-item {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 8px;
}

#isolatedCSS .start-a-new-design-button {
  width: 170px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #1e9993;
  color: #1e9993;
  border-radius: 15px;
  letter-spacing: 1px;
  font-size: 10px;
}

#isolatedCSS .submitted-popup-share-link-input-container {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

#isolatedCSS .submitted-popup-share-link-label {
  background-color: transparent;
  border: 1px solid black;
  border-right: none;
  height: 30px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 8px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

#isolatedCSS .submitted-popup-share-link-input {
  background-color: transparent;
  border: 1px solid black;
  height: 30px;
  width: 45%;
  border-right: none;
  padding: 0 5px;
  margin: 0;
}

#isolatedCSS .submitted-popup-share-link-copy-button {
  background-color: #1e9993;
  color: white;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border: none;
  height: 30px;
  width: 60px;
  font-size: 8px;
  font-weight: 600;
}

#isolatedCSS .submitted-popup-share-link-copy-button:active {
  background-color: #7aceca;
}

#isolatedCSS .submitted-popup-divider {
  display: none;
}

#isolatedCSS .submitted-popup-top-block-buttons-container-mobile {
  display: none;
}

/* favorites */

#isolatedCSS .favorites-buttons-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

#isolatedCSS .favorites-tab-button {
  width: 45%;
  height: 40px;
  background-color: #ffffff;
  border-radius: 8px;
  color: #0b9892;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.1s ease-in-out;
  cursor: pointer;
}

#isolatedCSS .favorites-tab-button:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#isolatedCSS .favorites-tab-button--selected {
  width: 45%;
  height: 40px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.1s ease-in-out;
  cursor: pointer;
  background-color: #0b9892;
  color: #ffffff;
}

#isolatedCSS .favorites-scrollable-block {
  height: 460px; 
  overflow-y: auto; 
  overflow-x: clip;
  padding: 10px; 
}

#isolatedCSS .favorites-card {
  width: 25% !important;
  margin: 15px;
  padding-bottom: 15px;
}

#isolatedCSS .favorites-floorplan-card {
  width: 50% !important;
}

#isolatedCSS .favorites-card-image {
  width: 120px;
}

#isolatedCSS .favorites-scrollable-block > div {
  flex-wrap: wrap;
}

#isolatedCSS .favorites-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #0b9892;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#isolatedCSS .favorites-card-subtitle {
  font-size: 12px;
}

@media (max-width: 821px) {
  #isolatedCSS .starting-page-cards-block {
    padding: 0 40px;
    margin: auto;
  }

  #isolatedCSS .starting-page-cards-block,
  #isolatedCSS .options-container {
    display: inline-block;
  }

#isolatedCSS .glider {
    display: flex;
  }

  #isolatedCSS .favorites-scrollable-block {
    display: block;
    height: 600px;
  }

  #isolatedCSS .favorites-card-image {
    width: 150px;
  }

  #isolatedCSS .favorites-card {
    width: 100% !important;
  }

#isolatedCSS .starting-page-main-container {
    width: 100%;
  }

#isolatedCSS .starting-page-option-card {
    margin-right: 20px;
    margin-bottom: 20px;
  }

#isolatedCSS .options-cards-inner-second-block {
    justify-content: flex-start;
  }

#isolatedCSS .select-page-option-card {
    min-width: 320px;
    width: 320px;
    justify-content: flex-start;
    padding-top: 50px;
	margin-bottom: 30px;
  }

#isolatedCSS .select-page-title {
    font-size: 16px;
    width: 80%;
    margin: 30 auto;
  }

  #isolatedCSS .select-page-title-container {
    margin-top: 30px;
  }
}

@media (max-width: 430px) {
  #isolatedCSS .configurator-container {
    height: calc(100vh - 240px);
    margin-top: -60px;
  }
  #isolatedCSS .header-button {
    font-size: 10px;
  }

  #isolatedCSS .main-logo {
    width: 300px;
  }

  #isolatedCSS .starting-page-subtitle {
    font-size: 20px;
  }

#isolatedCSS .starting-page-main-container-title-block {
    flex-direction: column-reverse;
    align-items: center;
  }

#isolatedCSS .starting-page-main-image {
    margin: 0;
    margin-left: -20px;
    width: 320px;
  }

#isolatedCSS .select-page-main-container,
#isolatedCSS .choose-option-page-container {
    padding: 15px;
  }

#isolatedCSS .choose-option-after-card-title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #isolatedCSS .favorites-scrollable-block {
    height: 400px;
  }

  #isolatedCSS .favorites-card {
    width: 90% !important;
  }

  #isolatedCSS .favorites-floorplan-card {
    padding-top: 25px;
  }

  #isolatedCSS .select-page-option-card:not(:last-child) {
    margin-right: 20px;
  }

#isolatedCSS .header-logo {
    width: 150px;
  }

#isolatedCSS .starting-page-header {
    justify-content: center;
    padding: 0;
  }

#isolatedCSS .starting-page-patent {
    font-size: 8px;
  }

#isolatedCSS .patent-container {
    display: flex;
    justify-content: center;
  }

#isolatedCSS .form-horizontal-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

#isolatedCSS .pop-up {
    width: 90%;
    min-width: 280px;
  }

#isolatedCSS .form-group {
    width: 100%;
    margin-bottom: 10px;
  }

#isolatedCSS .comments-form-group {
    width: 100%;
  }

#isolatedCSS .three-block-form-group {
    width: 45%;
  }

#isolatedCSS .three-form-horizontal-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

#isolatedCSS .three-block-form-group-first-element {
    width: 60%;
  }

#isolatedCSS .three-block-form-group-third-element {
    margin-right: 0;
    margin-left: 30px;
  }

#isolatedCSS .form-control {
    background-color: #e6e6e6;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    border: none;
    height: 25px;
    border-radius: 0;
  }

#isolatedCSS .comments-form-control {
    height: 100px !important;
  }

#isolatedCSS .submitted-popup-top-block-buttons-container {
    display: none;
  }

#isolatedCSS .submitted-popup-top-block {
    justify-content: center;
  }

#isolatedCSS .submitted-popup-main-block {
    align-items: center;
  }

#isolatedCSS .submitted-popup-main-block > span {
    text-align: center;
  }

#isolatedCSS .submitted-popup {
    padding: 40px 20px;
  }

#isolatedCSS .submitted-popup-main-block-title {
    margin-top: 30px;
  }

#isolatedCSS .submitted-popup-main-block-subtitle {
    font-size: 12px;
    width: 60%;
    font-weight: 600;
  }

#isolatedCSS .submitted-popup-divider {
    width: 100%;
    height: 1px;
    background-color: black;
    display: block;
    margin: 20px 0;
  }

#isolatedCSS .submitted-popup-main-block-subtitle-second {
    width: 100%;
  }

#isolatedCSS .submitted-popup-top-block-buttons-container-mobile {
    display: block;
    margin-top: 20px;
  }

#isolatedCSS .submitted-popup-share-link-input-container {
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
  }

  #isolatedCSS .favorites-card-image {
    width: 150px;
  }

}

#isolatedCSS .back-button {
  font-size: 20px;
  font-weight: 300;
  border: none;
  background-color: transparent;
  height: 0;
}

#isolatedCSS .back-button > span {
  margin-right: 7px;
  font-size: 18px;
}

#isolatedCSS .support-button {
  background-color: transparent;
  border: 1px solid #1e9993;
  color: #1e9993;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  margin-right: 10px;
}

#isolatedCSS .submit-data:disabled {
  opacity: 0.5;
}

/* Supademo styles */

.supademo-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.supademo-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  /*max-width: 800px;*/
  background-color: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.supademo-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

#demoIframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* end Supademo styles */