/*Fix for padding issue, test if it works for the whole website*/

.has-global-padding{
    padding-right: 0;
    padding-left: 0;
}

.manual-content img{
    max-width: -webkit-fill-available !important;
}
.kb {
    display: none;
}

.bol{
    display: initial;
}

.woo{
    display: none;
}

.open .kb{
    display: initial;
}

.switch .bol-manual{
    display: none;
}

.switch .woo-manual{
    display: initial;
}


@media only screen and (max-width: 920px) {
  .step p {
    display: none;
  }
  .counter {
    height: 36px !important;
    width: 36px !important;
  }
  .step hr {
    top: 18px !important;
  }
}
.container * {
  box-sizing: border-box;
  margin: 0;
}
.checkbox-wrapper {
  display: flex;
  justify-content: space-between;
}

#logo {
  width: 130px;
  height: 80px;
  margin-top: 30px;
}

hr {
  width: 100%;
  color: #e6e6e6;
  height: 1px;
  margin: 0;
  border: 0;
  background-color: #e6e6e6;
}

.checklist-container {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.step p {
  font-size: 14px;
  color: #868686;
  line-height: 28px;
  font-weight: 400;
}
.container input::placeholder {
  color: #d9d9d9;
}
p {
  margin: 0;
}
.selected p {
  font-weight: 700;
  color: #000;
}
.selected .counter {
  background-color: black;
  color: white;
}
.done .counter {
  background-color: white;
  border: 1px solid black;
}
.step {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  text-align: center;
  position: relative;
}
.footer label {
  font-size: 16px !important;
}
.step hr {
  position: absolute;
  width: 100%;
  top: 24px;
  color: #e6e6e6;
  height: 1px;
  border: 0;
  background-color: #e6e6e6;
}
.step:first-child hr {
  width: 50%;
  right: 0;
}
.step:last-child hr {
  width: 50%;
  left: 0;
}
.register-form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 47px;
  box-sizing: border-box;
}
.street {
  grid-column: span 4;
}
.housenumber {
  grid-column: span 2;
}
.zipcode {
  grid-column: span 3;
}
.place {
  grid-column: span 3;
}
.country {
  grid-column: span 6;
}
.left-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.checks div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.right-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
#next-button {
  cursor: pointer;
}
.counter {
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 100%;
  z-index: 20;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #2e2e2e;
}
.checks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* Hide default checkbox */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

/* Custom box */
.custom-checkbox .box {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #808080;
  background: #fff;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
}

.custom-checkbox .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #000;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* Show icon when checked */
.custom-checkbox input[type="checkbox"]:checked + .box .icon {
  opacity: 1;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: end;
  margin-top: 30px;
  gap: 12px;
}
.secondary-card {
  background-color: #fafafa !important;
  border: 1px solid #f0f0f0;
}
.steps {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
h4 {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  color: #868686;
  font-weight: 400;
}
.manual-opener button {
  background-color: white;
  border: 1px solid #d9d9d9;
  height: 42px;
  width: 42px;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  max-width: 42px;
  padding: 0;
}
.register-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: -webkit-fill-available;
}
.container {
  display: flex;
  justify-content: center;
  background-color: #f2f2f2;
  font-family: Lato, sans-serif;
  margin: 0 ;
   max-width: 100% ;
}
.container button {
  font-family: Lato, sans-serif;
  cursor: pointer;
}
.input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main {
  max-width: 1250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.card {
  padding: 30px;
  border-radius: 8px;
  background-color: white;
}
.header {
  margin: 0;
  margin-bottom: 20px;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 36.4px !important;
  color: #2e2e2e !important;
}
.manual-opener h4 {
  color: #2e2e2e;
}
.register-card {
  margin-bottom: 30px;
}
button {
  border-radius: 2.25rem;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #2e2e2e;
  border: 0;
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  height: fit-content;
  background-color: #ffe01b;
  width: fit-content;
}
label {
  font-size: 14px !important;
  line-height: 23px !important;
  color: #868686 !important;
  font-weight: 400 !important;
}
.content-grid label {
  font-size: 16px;
}
.container input {
  background-color: white;
  border: 1px #d9d9d9 solid;
  padding: 12px 11px;
  border-radius: 6px;
  margin-top: 5px;
  color: #2e2e2e;
  font-size: 14px;
  line-height: 1.57;
  transition: 0.3s;
}
.container select {
  background-color: white;
  border: 1px #d9d9d9 solid;
  padding: 14px 11px;
  border-radius: 6px;
  margin-top: 5px;
  color: #2e2e2e;
  font-size: 14px;
  line-height: 1.57;
  transition: 0.3s;
}
.container input:hover {
  border-color: black;
  transition: 0.3s;
}
.container input:focus {
  border-color: black;
  transition: 0.3s;
  outline: none;
}

.container select:focus {
  border-color: black;
  transition: 0.3s;
  outline: none;
}
.secondary-button {
  background-color: #e6e6e6;
}
#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.container button:hover {
  opacity: 0.5;
}
#modal-overlay.show #modal-content {
  transform: scale(1);
}
#modal-overlay.show {
  display: flex;
  opacity: 1;
  pointer-events: all;
}

#modal-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #868686;
}
#modal-content li {
  list-style-type: circle;
  list-style-position: inside;
  color: #2e2e2e;
  font-size: 14px;
  line-height: 1.7em;
}
.modal-text-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-footer {
  display: flex;
  justify-content: flex-end;
}
#modal-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #2e2e2e;
}
#modal-content ul {
  padding: 0;
}
#modal-content {
  transform: scale(0.95);
  transition: transform 0.3s ease;

  background: white;
  padding: 30px;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #868686;
}

.container input:read-only {
  /* pointer-events: none; */
  color: #2e2e2e;
  cursor: pointer;
  outline: none;
}
.container input:read-only:hover {
  border-color: #d9d9d9;
  background-color: #e6e6e6;
}

/* Step 1 specific styles */
.step1-footer {
  justify-content: space-between;
}
.terms-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.terms-checkbox .box {
  border: 1px solid #d9d9d9;
}

/* Step 3 specific styles */
.content-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  gap: 30px;
}
.download-card {
  grid-column: span 3;
}
.help-card {
  grid-column: span 2;
}
.manual-card {
  grid-column: span 5;
}
.card-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.manual-opener {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Step 4 specific styles */

.integrating-card {
  grid-column: span 3;
}
.help-card {
  grid-column: span 2;
}
.integrating-steps {
  display: flex;
  gap: 30px;
}
.integrating-steps h5 {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  color: #868686;
  font-weight: 400;
  cursor: pointer;
}
.country-fieldset {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}
.country-label {
  border: 1px solid #d9d9d9;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
}
.country-label .box {
  border: 1px solid #d9d9d9;
}
.integrating-steps h5.selected {
  color: black;
  font-weight: 700;
  text-decoration: underline;
}

/* Step 5 specific styles */
.content-grid p {
  font-size: 16px;
  line-height: 23px;
  color: #868686;
  font-weight: normal;
}

/* Step 6 specific styles */
.key-label {
  padding-bottom: 10px;
}
