@charset "UTF-8";
html {
  /*font-size: calc(14px + 0.2vw);*/ /* Default fontsize, will scale all REM units*/
  position: relative;
  min-height: 100%;
  /* GOOGLE FONT */
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  scroll-behavior: smooth;
}

.page-wrapper {
  width: 100%;
  max-width: 4000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Minimum height is full screen */
}

/* Document lines (responsive padding based on 1920px screen width) */
/* Base: desktop - using vw */
.align-1, .header-common, .mobile-header, .desktop-header, .footer-inner {
  padding-left: 9.375vw !important;
  padding-right: 9.375vw !important;
}

.align-2 {
  padding-left: 13.802vw !important;
  padding-right: 13.802vw !important;
}

.align-2-inner {
  padding-left: 4.427vw !important;
  padding-right: 4.427vw !important;
}

.align-3 {
  padding-left: 18.229vw !important;
  padding-right: 18.229vw !important;
}

.align-3-inner-1 {
  padding-left: 4.427vw !important;
  padding-right: 4.427vw !important;
}

.align-3-inner-2 {
  padding-left: 8.854vw !important;
  padding-right: 8.854vw !important;
}

/* Tablet: max-width 1024px - reduce paddings */
@media (max-width: 1024px) {
  .align-1, .header-common, .mobile-header, .desktop-header, .footer-inner {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .align-2 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .align-2-inner {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .align-3 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .align-3-inner-1 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .align-3-inner-2 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
/* Mobile: max-width 600px - small fixed padding */
@media (max-width: 600px) {
  .align-1, .header-common, .mobile-header, .desktop-header, .footer-inner,
  .align-2,
  .align-2-inner,
  .align-3,
  .align-3-inner-1,
  .align-3-inner-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.text-align-center {
  text-align: center;
}

.text-align-start {
  text-align: start;
}

.text-align-end {
  text-align: end;
}

/* Colors */
.white, .dark-logo .logo, .button-white:hover, .button-red, .button-green, .li-white, .li-white::marker {
  color: white;
}

.black, .button-white {
  color: black;
}

.text-light-green, .number, li::marker {
  color: #3aaa35;
}

.text-dark-green, .light-text .header-col-2 .nav-item:hover, .dark-text .header-col-2 .nav-item:hover, .desktop-header .header-col-2 .nav-item a:hover {
  color: #2c8d37;
}

.text-dark-green-important {
  color: #2c8d37 !important;
}

.background-gray {
  background-color: rgba(56, 72, 79, 0.8);
}

.background-white, .form-section-container, .button-white {
  background-color: white;
}

.background-light-green, .tile:hover, .button-white:hover, .button-green {
  background-color: #3aaa35;
}

.background-dark-green, .dark-logo .logo, .button-green:hover {
  background-color: #2c8d37;
}

.beige-10 {
  background-color: rgba(237, 232, 223, 0.1);
}

.beige-20 {
  background-color: rgba(237, 232, 223, 0.2);
}

.beige-30 {
  background-color: rgba(237, 232, 223, 0.3);
}

.beige-40, .divider {
  background-color: rgba(237, 232, 223, 0.4);
}

.beige-50 {
  background-color: rgba(237, 232, 223, 0.5);
}

.beige-60 {
  background-color: rgba(237, 232, 223, 0.6);
}

.beige-70 {
  background-color: rgba(237, 232, 223, 0.7);
}

.beige-80 {
  background-color: rgba(237, 232, 223, 0.8);
}

.beige-90 {
  background-color: rgba(237, 232, 223, 0.9);
}

.beige-100, .form-arrow:hover, .footer-inner, .button-white {
  background-color: rgb(237, 232, 223);
}

/* Text weight */
.light, li, p {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important;
}

.medium, h3, h2 {
  font-weight: 500 !important;
}

.semibold, h1 {
  font-weight: 600 !important;
}

/* Text size */
.smallest, .button-white, .button-red, .button-green {
  font-size: clamp(18px, 1.354vw, 26px) !important;
  line-height: clamp(24px, 1.979vw, 38px) !important;
}

.smaller {
  font-size: clamp(28px, 2.292vw, 44px) !important;
}

.small {
  font-size: clamp(32px, 2.604vw, 50px) !important;
  line-height: clamp(36px, 2.917vw, 56px) !important;
}

.normal {
  font-size: clamp(34px, 2.708vw, 52px) !important;
  line-height: clamp(36px, 2.917vw, 56px) !important;
}

.big {
  font-size: clamp(44px, 3.438vw, 66px) !important;
  line-height: clamp(52px, 3.854vw, 74px) !important;
}

/* TEXT settings */
h1 {
  font-size: clamp(45px, 5.99vw, 115px);
  line-height: clamp(80px, 6.25vw, 120px);
  margin: 30px 0;
  word-wrap: break-word;
  hyphens: auto;
}

h2 {
  font-size: clamp(38px, 3.438vw, 66px);
  line-height: clamp(52px, 3.854vw, 74px);
  margin: 1vw 0;
}

h3 {
  font-size: clamp(28px, 2.708vw, 52px);
  line-height: clamp(36px, 2.917vw, 56px);
  margin: 0.5vw 0;
}

p {
  font-size: clamp(18px, 1.354vw, 26px);
  line-height: clamp(24px, 1.979vw, 38px);
  margin: 10px 0;
}

a {
  text-decoration: none;
  color: black;
}

li {
  font-size: clamp(18px, 1.354vw, 26px);
  line-height: clamp(24px, 1.979vw, 38px);
}

.number {
  font-size: clamp(44px, 3.438vw, 66px);
  line-height: clamp(52px, 3.854vw, 74px);
}

.image-icon {
  height: clamp(100px, 9.114vw, 175px);
}

.divider {
  border: none;
  height: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Buttons */
.button-green {
  text-decoration: none;
  padding: 10px 30px 10px 30px; /* Internal padding */
  border: none; /* Remove default border */
  cursor: pointer; /* Pointer on hover */
  transition: background-color 0.3s ease, transform 0.1s ease;
}

/* Hover effect */
.button-green:hover {
  cursor: default;
  cursor: pointer;
}

.button-green:disabled {
  background-color: gray;
}

.button-red {
  background-color: red;
  text-decoration: none;
  padding: 10px 30px 10px 30px; /* Internal padding */
  border: none; /* Remove default border */
  cursor: pointer; /* Pointer on hover */
  transition: background-color 0.3s ease, transform 0.1s ease;
}

/* Hover effect */
.button-red:hover {
  background-color: darkred;
}

.button-white {
  text-decoration: none;
  padding: 10px 30px 10px 30px; /* Internal padding */
  border: none; /* Remove default border */
  cursor: pointer !important; /* Pointer on hover */
  transition: background-color 0.3s ease, transform 0.1s ease;
}

/* Hover effect */
.store-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px;
}

.store-button {
  color: white;
  background-color: black;
  display: flex;
  text-decoration: none;
  border-radius: 4px;
}

.store-button:hover {
  transform: scale(1.1);
  transition: transform 250ms linear;
  color: white;
}

.store-button-content {
  display: flex;
}

.store-button-content img {
  height: 40px;
  margin: auto;
}

.store-button-text {
  display: block;
  margin-left: 20px;
}

.store-button-text span {
  display: block;
}

.store-button-title {
  font-size: 24px;
  width: fit-content;
}

/* === Parent Layout Helpers === */
.flex-1col {
  display: flex;
  flex-direction: column;
}

.flex-2col {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.flex-3col {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-3col > * {
  min-width: 200px;
}

/* Mobile: max-width 600px - small fixed padding */
@media (max-width: 900px) {
  .flex-2col {
    flex-direction: column !important;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0.5rem;
  }
}
.wrap {
  flex-wrap: wrap;
}

.wrap-reverse {
  flex-wrap: wrap-reverse;
}

/* Justification Variants */
.justify-center {
  justify-content: center;
}

.justify-space-between {
  justify-content: space-between;
}

/* Vertical Alignment */
.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

/* === Child Content Helpers === */
.child-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
}

.child-leftaligned {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: 1;
  margin-right: 0;
}

.footer {
  width: 100%;
  padding-top: 50px;
}

.footer-inner {
  padding: 75px 0px 75px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

/* Group column 1 and 2 on the left */
.footer-left {
  display: flex;
  gap: 150px;
}
.footer-left .footer-col-1 {
  display: flex;
  flex-direction: column;
}
.footer-left .footer-col-2 {
  display: flex;
  flex-direction: column;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-right .footer-col-3 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1300px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 60px; /* optional spacing between footer-left and footer-right */
  }
  .footer-left,
  .footer-right {
    align-items: center;
    text-align: center;
  }
  .footer-col-1,
  .footer-col-2,
  .footer-col-3 {
    align-items: center;
    text-align: center;
  }
}
/* Responsive styles for smaller screens */
@media (max-width: 600px) {
  .footer-inner {
    flex-direction: column;
    align-items: stretch; /* allow full width columns if desired */
    gap: 40px; /* spacing between vertical columns */
  }
  .footer-left {
    flex-direction: column;
    gap: 40px;
  }
  .footer-col-1 {
    text-align: center;
  }
  .footer-col-2 {
    text-align: center;
  }
  .footer-col-3 {
    align-items: center;
    text-align: center;
  }
}
/* Shared styles (optional) */
.header-common, .mobile-header, .desktop-header {
  max-width: 4000px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(10px, 1.04vw, 20px);
  padding-top: 0px;
}

/* Desktop Header */
.desktop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}
.desktop-header .header-col-1 .logo {
  height: clamp(60px, 5.21vw, 100px);
  width: clamp(66px, 5.73vw, 110px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: clamp(6px, 0.52vw, 10px);
  transition: all 0.2s ease-in-out;
}
.desktop-header .header-col-1 .logo img {
  height: 90%;
  width: auto;
}
.desktop-header .header-col-2 {
  display: flex;
  gap: clamp(15px, 1.56vw, 30px);
  align-items: center;
}
.desktop-header .header-col-2 .nav-item {
  position: relative;
  cursor: pointer;
}
.desktop-header .header-col-2 .nav-item a {
  margin: clamp(5px, 0.52vw, 10px) 0;
}
.desktop-header .header-col-2 .nav-item:hover .dropdown {
  display: flex;
}
.desktop-header .header-col-2 .nav-item .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  background-color: white;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.desktop-header .header-col-2 .nav-item .dropdown div {
  padding: 5px 10px;
  white-space: nowrap;
}
.desktop-header .header-col-2 .nav-item .dropdown div:hover {
  background-color: #f0f0f0;
}
.desktop-header .hamburger {
  display: none;
}
@media (max-width: 1024px) {
  .desktop-header {
    display: none;
  }
}

/* Mobile Header (with sidepanel logic) */
.mobile-header {
  display: none;
  justify-content: space-between;
  align-items: center;
}
.mobile-header .header-col-1 .logo {
  height: clamp(60px, 5.21vw, 100px);
  width: clamp(66px, 5.73vw, 110px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: clamp(6px, 0.52vw, 10px);
}
.mobile-header .header-col-1 .logo img {
  height: 90%;
  width: auto;
}
.mobile-header .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.mobile-header .hamburger .bar {
  height: 3px;
  width: 100%;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.mobile-header .mobile-backdrop.visible {
  width: 100vw !important;
}
.mobile-header .mobile-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1499;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-header .mobile-backdrop.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-header .mobile-backdrop .mobile-menu-panel {
  width: 220px;
  height: 100vh;
  background-color: white;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.mobile-header .mobile-backdrop .mobile-menu-panel.slide-in {
  transform: translateX(0);
}
.mobile-header .mobile-backdrop .mobile-menu-panel .close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: black;
}
.mobile-header .mobile-backdrop .mobile-menu-panel .nav-item .dropdown {
  display: none;
  flex-direction: column;
}
.mobile-header .mobile-backdrop .mobile-menu-panel .nav-item .dropdown div {
  padding: 5px 10px;
  white-space: nowrap;
}
.mobile-header .mobile-backdrop .mobile-menu-panel .nav-item .dropdown div:hover {
  background-color: #f0f0f0;
}
.mobile-header .mobile-backdrop .mobile-menu-panel .nav-item:hover .dropdown {
  display: flex;
}
@media (max-width: 1024px) {
  .mobile-header {
    display: flex;
  }
}

/* Full-screen overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* Ensure it's on top of other content */
}

/* Dark theme overrides */
.dark-text .header-col-2 .nav-item {
  color: black;
}
.light-text .header-col-2 .nav-item {
  color: white;
}
.pakket-section {
  padding: 25px 3vw 25px 1vw;
}
.pakket-section h3 {
  padding-left: 40px;
  padding-top: 20px;
}
.pakket-section .h2-inner {
  padding-left: 40px;
}
.pakket-section .h2-outer {
  padding-left: 3vw;
}

.tile {
  height: 10vw;
  width: 100%;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.tile:hover {
  transform: scale(1.1);
  color: white;
  cursor: pointer;
}

/* General container layout */
.form-section-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  font-family: sans-serif;
  margin: auto;
  padding: 20px;
}

/* Left section (info) */
.form-section-itemone {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-section-itemone .item {
  display: block;
  margin-bottom: 0.5rem;
  color: #333;
}

.form-section-itemone img {
  max-width: 150px;
  margin-top: 1rem;
}

/* Right section (form) */
.form-section-itemtwo {
  flex: 2 1 600px;
  border-radius: 12px;
  padding: 2rem;
}

/* Form styling */
form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1500px;
}

/* Label Styling */
.form-label {
  font-weight: 600;
  padding-top: 20px;
  margin-bottom: 0.5rem;
  display: inline-block;
  color: #1e1e2f;
  font-size: 1rem;
  letter-spacing: 0.3px;
}

/* Input + Textarea Styling */
input {
  width: 300px;
  padding: 0.85rem 0.85rem 0.85rem 0.85rem;
  border: none;
  background-color: #f9fafb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

textarea {
  font-size: 1rem;
  padding: 0.85rem 0 0.85rem 0.85rem;
  background-color: #f9fafb;
  transition: all 0.25s ease-in-out;
}

/* Focus State */
input:focus,
textarea:focus {
  border-color: #2563eb; /* blue-600 */
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1); /* blue ring */
  outline: none;
}

/* Optional Placeholder Styling (Nice Touch) */
input::placeholder,
textarea::placeholder {
  color: #9ca3af; /* gray-400 */
  font-style: italic;
}

/* Form row for contactpersoon */
.form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.form-arrow-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.form-arrow {
  cursor: pointer;
  width: 50px;
  font-size: 30px;
  color: black;
  background-color: beige;
  display: flex;
  height: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .form-row {
    flex-direction: column;
    gap: 0px;
  }
  input {
    width: 100%;
  }
}
.formdiv {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.form-col {
  flex: 1 1 100px;
}

/* Submit button */
.form-button {
  background-color: #007bff;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  align-self: flex-start;
  transition: background-color 0.2s;
}

.form-button:hover {
  background-color: #0056b3;
}

.form-button:disabled {
  background-color: #aaa;
  cursor: not-allowed;
}

/* Small screen media queries (mobile) */
@media (max-width: 900px) {
  .form-section-itemone {
    display: none;
  }
  .form-section-itemtwo {
    width: 100vw;
    flex: auto;
  }
}
@media (max-width: 900px) {
  .mobile-hidden {
    display: none !important;
  }
}
/* Spinner styling */
.spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 0.4em;
  border-top-color: #fff; /* White spinner color */
}

/* Login-screen*/
#loginPage {
  position: relative;
  display: flex;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-image: url("/images/BijOns-pakket-background.jpg"); /* Replace with your image path */
  background-size: cover;
  background-position: center;
}

#loginPage #backgroundShader {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

#loginPage #loginBox {
  z-index: 2;
  display: flex;
  flex-direction: row;
  height: 400px;
  margin: auto;
  width: 100%;
  min-width: 300px;
  max-width: 750px;
}

#loginPage #loginBox #logoBox {
  display: flex;
  width: 30%;
  height: 100%;
  background-color: #303030;
  min-width: 250px;
}

#loginPage #loginBox #logoBox img {
  height: 50%;
  margin: auto;
}

#loginPage #loginBox #formBox {
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 300px;
  background-color: whitesmoke;
}

#formBox {
  padding: 10px;
}

#loginPage #loginBox #formBox #spacer {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 80%;
  height: 80%;
  justify-content: center;
}

#loginPage #loginBox #formBox #spacer h1 {
  margin-top: 10px;
}

#loginPage #loginBox #formBox #spacer .formEntry {
  display: flex;
  width: 100%;
  height: fit-content;
  margin-bottom: 20px;
}

#loginPage #loginBox #formBox #spacer .formEntry .iconSquare {
  position: relative;
  display: flex;
  aspect-ratio: 1/1;
  background-color: #303030;
}

#loginPage #loginBox #formBox #spacer .formEntry .iconSquare svg {
  height: 65%;
  aspect-ratio: 1/1;
  margin: auto;
}

#loginPage #loginBox #formBox #spacer .formEntry input {
  width: 100%;
  height: fit-content;
  padding: 8px 24px;
  border: none;
}

#loginPage #loginBox #formBox #spacer .formButton {
  width: 100%;
  height: fit-content;
  margin: 0 auto;
}

#loginPage #loginBox #formBox #spacer .formButton button {
  padding: 8px 24px;
}

#loginPage #loginBox #formBox #spacer .registertext {
  padding-top: 10px;
}

#loginPage #loginBox #formBox #spacer .logintext {
  text-align: center;
  margin-bottom: 0px;
}

/* OTP code*/
.digit-group {
  display: flex;
  justify-content: center; /* Center horizontally */
  padding-bottom: 10px;
}

.digit-group input {
  width: 3.5vw;
  height: 3.5vw;
  background-color: ghostwhite;
  border: 1px solid #ccc;
  border-radius: 8px; /* Slightly rounded borders */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Soft shadow */
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  color: black;
  margin: 0 5px; /* Increased margin for better spacing */
  transition: border-color 0.2s, box-shadow 0.2s;
}

.digit-group input:hover,
.digit-group input:focus {
  border-color: #007bff; /* Change border color on focus */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Enhanced shadow */
  outline: none; /* Remove default outline */
}

@media (max-width: 900px) {
  #loginPage #loginBox #logoBox {
    display: none;
  }
  #loginPage #loginBox {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #loginPage #loginBox #formBox #spacer .logintext {
    text-align: center;
  }
}
.registercontainer {
  /* Specifieke styling voor dropdowns */
  /* Responsive pijl */
  /* Eventueel voor jouw .button-green (indien nog niet gedefinieerd) */
}
.registercontainer .register-section {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f8f8f8;
  display: none;
}
.registercontainer .register-section.active {
  display: block;
}
.registercontainer .form-step {
  margin-bottom: 16px;
}
.registercontainer .form-step label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}
.registercontainer input.form-control {
  font-size: 16px;
  width: 100%;
  padding-right: 0px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: border 0.3s ease;
}
.registercontainer input.form-control:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}
.registercontainer select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 40px 10px 12px;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23333' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: border 0.3s ease;
}
.registercontainer select.form-control:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}
.registercontainer .arrow {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #888;
}
.registercontainer .arrow::before {
  content: "↓";
}
.registercontainer .button-green {
  background-color: #28a745;
  color: white;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}
.registercontainer .button-green:hover {
  background-color: #218838;
}

.text-danger {
  color: darkred;
  font-size: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

thead {
  background-color: #f5f7fa;
}

th, td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e0e6ed;
}

th {
  font-weight: 600;
  color: #334e68;
  background-color: #f0f4f8;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
}

tr:hover {
  background-color: #f9fbfd;
}

tbody tr:last-child td {
  border-bottom: none;
}