* {
  font-family: 'DIN Pro';
}

body {
  margin: 0;
}

.configurator__wrapper {
  display: flex;
  gap: clamp(1rem, 3.2vw, 7rem);
  justify-content: space-between;
  min-height: 100vh;
}

.configurator__left {
  flex: 3;
}

.configurator__right {
  flex: 2;
}

.configurator__logo {
  padding-top: 40px;
}

.configurator__form {
  padding-left: clamp(25px, 2.8645vw, 55px);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: clamp(540px, 38vw, 760px);
}

.configurator__form-title {
  color: #004069;
  font-size: 36px;
}

.tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.tile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  max-width: clamp(210px, 13.2vw, 256px);
  min-width: fit-content;
  padding: 12px 45px;
  padding: 12px clamp(30px, 2.32vw, 45px);
  background-color: #ffffff;
  border: #9f9f9f 0.5px solid;
  color: #074669;
  cursor: pointer;
}

/* ROOM */

.add-room {
  color: #9f9f9f;
  padding: 12px 20px;
  gap: 0.9rem;
}

.delete-room {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-right: 2rem;
}

.del-room {
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  background-color: #a91c3a;
  color: #ffffff;
}

.manual-conf {
  display: flex;
  align-items: center;
}

.manual-conf label {
  font-size: 16px;
  color: #5a729d;
  font-weight: 700;
  padding-left: 0.6rem;
  user-select: none;
  cursor: pointer;
}

/* AREA */

.meters {
  color: #5a729d;
  gap: 0.6rem;
}

.input-numb {
  border: none;
  color: #074669;
  width: 90px;
  text-align: center;
  font-size: 15px;
}

/* SYSTEM */

.system-selector {
  display: flex;
}

.system {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 415px;
  gap: 0;
}

#system-pick {
  min-height: 58px;
  min-width: 357px;
}

.system-arrow {
  background-color: #5a729d;
  border-left: none;
  margin-left: -1px;
  padding: 0;
  min-width: 58px;
  max-width: 58px;
}

.systems-list {
  position: absolute;
  top: 58px;
  list-style: none;
  width: 415px;
  top: 50;
  padding: 0;
  margin: 0;
}

.system-option {
  background-color: #074669;
  color: white;
  padding: 9.2px 22px;
  font-size: 14px;
  cursor: pointer;
}

.hidden {
  display: none;
}

/* INFORMATIONS */

.information-input {
  border: none;
  color: #074669;
  width: 50px;
  text-align: right;
  font-size: 15px;
}

.info {
  color: #074669;
  margin-left: 3px;
}

.personal {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1rem;
  width: fit-content;
  margin-left: 3px;
  margin-bottom: 1rem;
}

.personal__besteller,
.personal__email,
.personal__projekt,
.personal__liefer {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.personal-txt {
  color: #074669;
  margin: 0;
}

.personal-ip {
  border: none;
  color: black;
  background-color: #e8f0ff;
  padding: 0.1rem 0.2rem;
  font-size: 13px;
}

/* SUBMIT */

.configurator__form-submit {
  display: flex;
  gap: clamp(1rem, 2.5vw, 3rem);
  margin-bottom: 2rem;
}

.submit {
  /* background-color: #f4e718; */
  background-color: #b3c379;
  /* color: #074669; */
  color: white;
  /* font-weight: 700; */
  border: none;
  font-size: clamp(16px, 0.99vw, 20px);
  padding: clamp(9px, 0.625vw, 12px) clamp(30px, 3.124vw, 60px);
  cursor: pointer;
}

.agb-download {
  background-color: #f4e718;
  color: #074669;
  font-weight: 700;
  border: none;
  font-size: clamp(16px, 0.99vw, 20px);
  padding: clamp(9px, 0.625vw, 12px) clamp(30px, 3.124vw, 60px);
  cursor: pointer;
}

.check-summary {
  display: flex;
  font-size: clamp(16px, 1vw, 20px);
  color: #074669;
  border: none;
  background-color: #ffffff;
  padding: 10px 20px;
  margin: 0;
  font-weight: 700;
  cursor: pointer;
}

/* OTHER */

.active {
  background-color: #074669;
  color: #ffffff;
}

.black {
  color: #000000;
}

p {
  font-size: 16px;
  color: #5a729d;
  font-weight: 700;
}

.exclude {
  opacity: 0.2;
}

/* SUMMARY */

.configurator__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
      35deg,
      #01253bde 0%,
      #4d6289 46.98%,
      rgba(103, 139, 161, 0.87) 67.19%,
      rgba(90, 114, 157, 0) 100%
    ),
    url('./assets/background.jpeg');
  background-attachment: fixed;
  background-position: right;
  flex: 4.2;
}

.configurator__right-content {
  margin: 6rem 1rem 3rem;
}

.configurator__sumheader {
  color: #ffffff;
  font-size: 30px;
}

.configurator__summary-params {
  display: flex;
  justify-content: space-between;
  color: #074669;
  background-color: #ffffff;
}

.configurator__summary-params p {
  margin: 0;
}

table {
  border-collapse: collapse;
  min-width: 700px;
}

th {
  color: #ffffff;
  background-color: #074669;
  font-size: clamp(13px, 0.833vw, 16px);
  padding: 10px 10px;
  text-align: center;
  flex: 1;
}

td {
  flex: 1;
  padding: 10px 10px;
  font-size: clamp(13px, 0.83vw, 16px);
  border-right: #678ba12b 1px solid;
  text-align: center;
  border-bottom: #07466908 1px solid;
}

td:last-child {
  border-right: none;
}

.confirm input {
  cursor: pointer;
  margin-top: 5px;
  width: 16px;
  height: 16px;
}

/* SUMMARY MATERIAL */

.configurator__summary-material {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  margin-bottom: 1.1rem;
}

.configurator__summary-pallets {
  display: flex;
  gap: 0.6rem;
}

.configurator__summary-lademeterkassetten {
  display: flex;
  gap: 0.6rem;
}

.select-vat {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.plz-selector {
  display: flex;
  position: relative;
  gap: -1px;
}

.plz-selector__wrapper {
  display: flex;
  align-items: center;
}

.plz {
  padding: 0 1.438rem;
  height: 100%;
  /* height: 40px */
}

.plz-arrow {
  padding: 0;
  min-width: 0;
  min-height: 0;
  /* height: 40px; */
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
}

input[type='checkbox'] {
  cursor: pointer;
}

.include-delivery,
.include-tax {
  width: 14px;
  height: 14px;
}

.plz-img {
  height: 20px;
}

.summary-gap {
  min-width: 18px;
}

.invisible {
  width: 14px;
  height: 14px;
  opacity: 0;
  z-index: -1;
}

.configurator__summary-bottom {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  background-color: #ffffff;
  padding: 1.5rem 1.8rem;
  margin: 0;
}

.configurator__summary-bottom p {
  font-size: clamp(13px, 0.833vw, 16px);
}

.configurator__summary-rest {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  margin-bottom: 0.28rem;
  align-content: center;
}

#delivery-info {
  display: flex;
  align-items: center;
  min-width: 150px;
  margin: 0;
}

#plz-selector-list {
  position: absolute;
  text-align: center;
  background-color: #074669;
  color: white;
  list-style: none;
  top: 100%;
  top: calc(100% - 1px);
  margin-top: -5px;
  left: 0;
  margin: 0;
  padding: 0.2rem 0;
  height: 150px;
  overflow-x: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#plz-selector-list > li {
  text-align: center;
  padding: 0.4rem 0.8rem;
  font-size: 13px;
  cursor: pointer;
}

.configurator__summary-deliverytime {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 300px;
  margin: 0;
}

.configurator__summary-checkbox {
  display: flex;
  gap: 1.5rem;
}

.configurator__summary-other {
  display: flex;
  justify-content: flex-end;
}

.configurator__summary-other__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-width: 300px;
}

.configurator__summary {
  color: #074669;
  background-color: #ffffff;
  width: 100%;
}

.amount-txt {
  color: #074669;
}

.offer-code__text {
  color: white;
  font-size: 22px;
  text-align: right;
  margin: 50px 8px;
}

/* MORE OPTIONS BTNS */

.more-options {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5rem;
  gap: 2rem;
}

.option-btn {
  border: #ffffff 2px solid;
  padding: 10px 50px;
  background: transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}

.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

/* LOADER */

.loader__wrapper {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
}

.hidden {
  display: none !important;
}

.mat {
  cursor: crosshair;
}

.matimg {
  max-width: 80%;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 1600px) {
  .configurator__wrapper {
    gap: clamp(1rem, 1.66vw, 2rem);
  }

  .configurator__form-submit button {
    font-size: clamp(13px, 1vw, 16px);
  }

  .meters {
    font-size: clamp(13px, 1vw, 16px);
    padding: 12px 6px;
  }
}

@media (max-width: 1350px) {
  .submit,
  .del-room,
  .check-summary {
    padding: 12px 30px;
  }

  .input-numb {
    width: 70px;
  }

  .meters {
    padding: 12px 0;
  }
}
