body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#configurator-container {
  width: 100%;
  height: 100%;
  background-color: #007cc4;
}

.rml-pos {
  position: relative !important;
}

label {
  font-size: 12px;
}

.form-control {
  background-color: #f5f8fa;
  border: 1px solid #e7f3fc;
}
.pop-up-container,
.shadow,
.shadow-submit-success {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pop-up-container {
  z-index: -1;
}
.shadow,
.shadow-submit-success {
  background: black;
  opacity: 0.4;
}

.pop-up--show {
  z-index: 10000000;
}

.submit-form-text {
  text-align: center;
  margin-top: 30px;
  font-weight: bolder;
  font-size: 20px;
}

.pop-up,
.pop-up-success-submit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 90%;
  height: fit-content;
  padding: 15px 10px;
  background: white;
  box-sizing: border-box;
  overflow: auto;
  border-radius: 8px;
}

.sucess-submit-image-container {
  height: 180px;
  display: flex;
  justify-content: center;
}

.pop-up-success-submit {
  width: 20%;
  min-width: 352px;
  min-height: 350px;
  height: 15%;
}

.hide {
  display: none;
}
.client-form-data {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.client-form-data form {
  width: 95%;
  padding: 5px;
  margin: auto;
}

div.submit button {
  background-color: #007cc4;
  width: 120px;
  height: 35px;
  border-radius: 30px;
  color: white;
  margin-top: 5px;
  border: none;
}

.export-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 7px;
}

.export-button {
  background-color: #007cc4;
  width: 120px;
  height: 45px;
  border-radius: 30px;
  color: white;
  margin-right: 5px;
  margin-left: 5px;
  border: none;
}

.form-group {
  margin-bottom: 8px !important;
}

@media (min-width: 980px) {
  .horizontal-form-group {
    display: flex;
    justify-content: space-between;
  }

  .horizontal-form-group-input-container {
    width: 48%;
  }
}

@media (max-width: 441px) {
  .help-popup-data-container {
    display: flex;
    flex-direction: column;
  }

  .help-popup-data-col-left {
    border: none !important;
  }

  .help-popup-data-col-right {
    border: none !important;
  }

  .help-popup-data-col {
    padding: 0 15px;
    margin-bottom: 50px;
  }
}

/* submitted popup start */

.pop-up-success-submit {
  min-width: 352px;
  min-height: 350px;
}

.submitted-popup {
  width: 440px;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  background-size: 450px;
  height: fit-content;
}

.submitted-popup-main-block {
  display: flex;
  flex-direction: column;
}

.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;
}

.submitted-popup-main-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.submitted-popup-main-block-title {
  color: #0e121b;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.176px;
}
.submitted-popup-main-block-subtitle {
  color: #525866;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.176px;
}

.submitted-popup-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.submitted-popup-list-item {
  color: #0e121b;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.084px;
}

.submitted-popup-list-item:not(:last-child) {
  margin-bottom: 20px;
}

.submitted-popup-list-item::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("./img/checked-icon.svg");
  background-size: contain;
  content: "";
  margin-right: 8px;
  margin-bottom: -2.5px;
}

.start-a-new-design-button {
  color: #0e121b;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.084px;
  text-decoration-line: underline;
  background: none;
  border: none;
  width: fit-content;
  align-self: center;
}

.submitted-popup-share-link-copy-button:active {
  background: linear-gradient(180deg, #007cc4 0%, #014167 100%), #003968;
}

.submitted-popup-divider {
  width: 100%;
  height: 1px;
  background-color: #e1e4ea;
  margin: 24px 0;
}

.submitted-popup-new-design-label {
  color: #525866;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.084px;
  margin-bottom: 4px;
}

.submitted-popup-share-link-copy-button {
  width: 100%;
  height: 56px;
  padding: 10px;
  border-radius: var(--radius-10, 10px);
  background: linear-gradient(180deg, #007cc4 0%, #014167 100%), #003968;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.096px;
  border: none;
  margin: 24px 0;
  cursor: pointer;
}

.invisible {
  opacity: 100%;
}

.copied-label {
  margin-top: -25px;
  font-size: 12px;
}

/* submitted popup end */

.header-buttons-container {
  display: flex;
  align-items: center;
}

.support-button {
  background-color: transparent;
  border: 1px solid #007cc4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: transform 0.2s ease;
  margin-right: 20px;
}

.support-button:hover {
  transform: scale(1.1);
}

/* help popup */

.help-popup {
  width: 900px;
  max-width: 90%;
  max-height: 90%;
  height: fit-content;
  background-color: #f2f2f2;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.help-popup-data-container {
  display: flex;
}

.help-popup-data-col-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.help-popup-data-col {
  padding: 40px;
  padding-top: 0;
}

.help-popup-data-col-left {
  border-right: 0.5px solid rgb(179, 179, 179);
}

.help-popup-data-col-right {
  border-left: 0.5px solid rgb(179, 179, 179);
}

.help-popup-data-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.help-popup-data-item:not(:last-child) {
  margin-bottom: 20px;
}

.help-button-data-item-content-block {
  width: 65%;
}

.help-popup-data-item-title {
  font-size: 16px;
  font-weight: 600;
}

.help-popup-data-item-description {
  font-size: 12px;
}

.help-popup-item-image {
  width: 50px;
  object-fit: contain;
}

.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;
}

.help-popup-got-it-button {
  align-self: center;
  margin-top: 20px;
  background-color: transparent;
  border: 1.5px solid #007cc4;
  color: #007cc4;
  font-size: 14px;
  border-radius: 12px;
  padding: 5px 30px;
  font-weight: 600;
}

.desktop-text {
  display: none;
}

@media (min-width: 1024px) {
  .mobile-text {
    display: none;
  }
  .desktop-text {
    display: block;
  }
}

.right-header-block {
  display: flex;
  align-items: center;
}

/* support form */
#supportForm {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

#supportForm input,
#supportForm textarea {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
}

#supportForm button {
  padding: 10px;
  background-color: #007cc4;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

#supportForm button:hover {
  background-color: #007cc4;
}

.header-button {
  height: 33px;
  background-color: #007cc4;
  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;
}

.header-button:disabled {
  opacity: 0.5;
}