.modal-customization {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-customization {
  background-color: #fefefe;
  padding: 15px 0px;
  border-radius: 10px;
  overflow: scroll;
  border: 1px solid #888;
  width: 94%;
}

@media screen and (min-width: 768px) {
  .modal-content-customization {
    width: 90%;
  }
}

@media screen and (min-width: 1024px) {
  .modal-content-customization {
    width: 75%;
  }
}

.close-modal-customization {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
}

.close-modal-customization:hover,
.close-modal-customization:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.header-wrapper-customization-modal {
  display: flex;
  padding: 0px 25px 10px 25px;
  background-color: inherit;
  justify-content: space-between;
  align-items: center;
}

.modal-customization-separator {
  border: 0;
  height: 0.5px;
  margin: 0px 0px 10px 0;
  background-color: rgb(200, 199, 199);
}

.modal-customization-heading-text {
  font-weight: 500;
  margin: 0;
  padding: 10px 0;
}

.modal-customization-main-wrapper {
  padding: 0px 25px;
  background-color: inherit;
}

.modal-customization-step-wrapper {
  display: flex;
  padding: 0;
  margin-bottom: 20px;
  background-color: inherit;
  justify-content: space-between;
  align-items: center;
}

.modal-customization-step-list {
  width: 31%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.step-one-wrapper {
  padding-bottom: 15px;
}

.modal-customization-text {
  padding: 0px;
  margin: 0px;
}

.modal-customization-text.step-subtext {
  color: rgb(177, 173, 173);
  font-weight: 600;
  font-size: 14px;
}

.modal-customization-text.step-text {
  display: none;
}

@media screen and (min-width: 768px) {
  .modal-customization-text.step-text {
    display: block;
    margin-bottom: 15px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 14px;
    line-height: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.modal-customization-step-strip {
  display: block;
  width: 100%;
  height: 5px;
  background-color: rgb(200, 199, 199);
}

.modal-customization-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .modal-customization-button-wrapper {
    justify-content: flex-end;
    padding-right: 25px;
  }
}

.intiaro-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66vh;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 767px) {
  .intiaro-container {
    height: 65vh;
  }
}

.modal-contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.modal-contact-form input[type="text"],
.modal-contact-form input[type="email"],
.modal-contact-form input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.modal-consent {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  padding-bottom: 40px;
}

.modal-consent label {
  font-size: 10px;
  font-weight: normal;
  color: rgb(109, 107, 107);
}

@media screen and (min-width: 768px) {
  .modal-consent label {
    font-size: 14px;
  }
}

.modal-text-info,
.modal-contact-form label {
  font-size: 10px;
  font-weight: 500;
  color: rgb(109, 107, 107);
}

@media screen and (min-width: 768px) {
  .modal-text-info,
  .modal-contact-form label {
    font-size: 14px;
  }
}

.modal-contact-form input:focus {
  outline: none;
  box-shadow: none;
}

.modal-submit-button[disabled],
.modal-add-to-quote-button[disabled],
.modal-submit-button.modal-submit-disabled {
  background-color: grey;
  border-color: gray;
  color: white;
}

.modal-thank-subtext {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}

.modal-text-info {
  text-align: center;
}

.modal-confirmation-wrapper {
  padding-bottom: 21px;
}

@media screen and (min-width: 768px) {
  .modal-confirmation-wrapper {
    margin-top: 118px;
    padding: 0px 90px;
    padding-bottom: 50px;
  }
}

.modal-checkbox-image-wrapper {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.modal-button-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.intiaroConfigurator {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}

#intiaro-customization-request {
  width: 100%;
}

div:empty {
  display: block;
}

.loading-text {
  position: absolute;
}
