/* =====================
   LOGIN & REGISTRATIE STYLES
   ===================== */

body {
  min-height: 100vh;
  margin: 0;
  font-family: var(--font-family);
}

body .terms-label a {
    text-decoration: none;
    color: var(--huisstijlkleur);
    font-weight: 500;
    font-size: var(--font-size);
}

.developer-watermark {
  pointer-events: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 8px 12px;
  background: rgb(255 255 255 / 21%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
  color: rgb(175 175 175);
  font-weight: 600;
  z-index: 9999;
  font-size: 12px;
}

.developer-watermark p {
  margin: 0px;
  padding: 0px;
}

.login-wrapper,
.registry-wrapper,
.password-forget-wrapper {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 550px;
  min-height: 550px;
  justify-content: center;
  align-items: unset;
}

.login-top-text {
  text-align: center;
}

.login-top-text h1 {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--huisstijlkleur);
    margin-bottom: 8px;
}

.login-top-text p {
font-size: var(--font-size);
    color: var(--text-secondary);
    line-height: 1.6;
    font-weight: 500;
}

.registry-wrapper {
  width: 700px !important;
}



.form-login-wrapper,
.form-registry-wrapper,
.form-recovery-mail-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.login-wrapper a,
.registry-wrapper a {
  text-decoration: none;
  color: var(--huisstijlkleur);
  font-weight: 500;
  font-size: var(--font-size);
}

.reset-password.remember-me {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-top,
.registry-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.login-top a,
.registry-top a {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-top img,
.registry-top img {
  max-height: 100%;
  object-fit: contain;
  display: block;
  max-width: 350px;
  width: 100% !important;
}

.login-top h1,
.registry-top h1 {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--huisstijlkleur);
    margin-bottom: 8px;
}

.submit-field input {
  width: 100%;
  padding: 12px;
}

.password-validation-wrapper li {
    font-weight: 500;
}

.registry-redirect,
.login-redirect {
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-size: var(--font-size);
  font-weight: 500;
  color: var(--text-secondary);

}

.registry-redirect a,
.login-redirect a{
text-decoration: none;
}
.content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content br {
  display: none;
}

.input-error {
  background-color: #ea7f7f !important;
  color: #000000;
  font-weight: bold;
}

.error-message {
  margin-top: 20px;
  padding: 15px;
  background-color: #ffdddd;
  color: #a94442;
  border-left: 5px solid #f44336;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: 30px;
}

.success-message {
  margin-top: 20px;
  padding: 15px;
  background-color: #d4edda;
  color: #155724;
  border-left: 5px solid #28a745;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: 30px;
}

.registry-redirect p,
.login-redirect p {
  margin: 20px 0px;
}

.toggle-password {
  position: absolute;
  right: 0;
  height: 60px;
  background: transparent;
  background-color: transparent;
  padding: 0px;
  width: 46px;
  color: var(--text-primary) !important;
}

.input-field.password-toggle-wrapper {
  position: relative;
}

.toggle-password:hover {
  background: transparent;
}

.wrapper-all {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.news,
.inlog,
.registreren {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
}

.news {
  background: #f3f4f6;
  position: relative;
}

.login-footer {
  width: 100%;
  background: white;
  padding: 10px 30px;
}

.login-footer a {
  text-decoration: none;
  color: #acacac;
  font-size: 12px;
  transition: all 0.3s ease;
}

.login-footer a i {
  font-size: 15px;
}

.login-footer a:hover {
  text-decoration: underline;
  color: var(--huisstijlkleur);
}

.login-footer.between.row {
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.mid-container {
  height: 100vh;
}

/* news */

.nieuws-container {
    width: 90%;
    max-width: 650px;
    height: UNSET;
    background: var(--bg-primary) !important;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.slides {
  display: flex;
  transition: transform 0.6s ease;
  flex: 1;
}

.slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 20px; */
}

.slide img {
  width: 100%;
  border-radius: 12px;
  height: auto;
  object-fit: contain;
  max-height: 300px;
}

.content-news {
  flex: 1;
  width: 100%;
  padding: 25px 20px 0px 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-news h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--huisstijlkleur);
  margin-bottom: 8px;
}

.content-news p {
  font-size: var(--font-size);
  color: var(--text-secondary);
  line-height: 1.6;
      font-weight: 500;

}

.progress-bar-container {
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 10;
  display: none;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: var(--huisstijlkleur);
  transition: width 0s;
  border-radius: 2px;
}

.nieuws-container {
  position: relative;
}

/* Dots */
.dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: var(--huisstijlkleur);
}

/* Pijlen */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3em;
  height: 3em;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: background 0.3s;
}

.arrow:hover {
  background: var(--bg-secondary);
}


.arrow.left {
  left: 5%;
}

.arrow.right {
  right: 5%;
}

@media (max-width: 1200px) {
  .mid-container {
    height: 100%;
  }

  .wrapper-all {
    flex-direction: column-reverse;
  }

  .news,
  .inlog,
  .registreren {
    padding: 40px;
  }

  .news {
    padding-bottom: 76px !important;
  }
}


@media (max-width: 768px) {

  .news,
  .inlog,
  .registreren {
    padding: 20px;
  }

  .nieuws-container,
  .login-wrapper,
  .registry-wrapper,
  .password-forget-wrapper,
  .registry-wrapper {
    width: 100% !important;
    height: 100%;
    padding: 20px;
  }

  body .login-footer.between.row,
  body .login-footer .row {
    flex-direction: column !important;
    justify-content: center !important;
    position: relative;
  }

  body .login-footer.between.row {
    margin-top: -35px;
    gap: 0px;
    ;
  }

  .arrow.left {
    left: 5px;
  }

  .arrow.right {
    right: 5px;
  }

  body .form-registry-wrapper .content .row {
    flex-direction: column !important;
  }
}