html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .prenet-form {
    padding-right: 0rem !important;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem white;
}

html {
  position: relative;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.prenet-brand {
  padding-top: 0.5rem;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
}

.navbar-nav {
  display: flex;
  gap: 1rem; /* Adjust spacing as needed */
}

.prenet-brand-link {
  display: flex;
  align-items: center;
}

.prenet-brand-nav-link {
  padding-bottom: 0px;
}

.prenet-brand-logo {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  min-height: 1px;
}

  .prenet-brand-logo img {
    max-width: 15rem;
    max-height: 10rem;
  }

.dropdown-item.active {
  color: white;
  background-color: var(--prenet-primary-color);
}

ul.dropdown-menu.show {
  left: -5rem;
  position: absolute;
}

.icon-home {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: white;
  color: var(--prenet-home-icon-color);
  text-align: center;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
}

.authentication-link {
  color: var(--prenet-primary-color);
  text-decoration: none;
}

  .authentication-link:hover {
    color: var(--prenet-primary-color);
  }

.icon-avatar {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: white;
  color: var(--prenet-avatar-color);
  text-align: center;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding-bottom: 0px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: stretch;
}

.prenet-form {
  flex: 1 1 80%;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.prenet-help {
  position: relative;
  flex: 1 1 20%;
}

.help {
  text-align: center;
}

.home {
  color: var(--prenet-home-color)
}

  .home:hover {
    color: var(--prenet-home-color)
  }

body {
  font-family: var(--prenet-font-family) !important;
  font-size: var(--prenet-font-size) !important;
}

.sign-in {
  color: var(--prenet-sign-in-color);
  text-decoration: none;
}

.sign-out {
  color: var(--prenet-sign-out-color);
  text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--prenet-primary-color);
}

.card {
  padding: 1rem;
  margin: 0rem;
}

.dropdown-toggle {
  padding-top: 0.5rem;
  height: 2rem;
}

a {
  color: var(--prenet-primary-color);
  text-decoration: none;
}

  a:hover {
    color: var(--prenet-primary-color);
    text-decoration: none;
  }

.title {
  font-size: 1.3rem;
}

.footer {
  max-height: 3rem;
  height: 3rem;
  text-align: center;
  margin-top: 1rem;
  padding: 1rem;
  width: 100%;
}

.layout-wrapper {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.material-card {
  border: none; /* Remove Bootstrap default border */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06); /* Soft elevation */
  transition: box-shadow 0.3s ease-in-out;
}

.material-card:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1); /* Slightly elevated on hover */
}

.navbar {
  background: #fff;
  padding: 10px 20px;
}

.navbar-nav .nav-link {
  font-weight: 500;
  transition: color 0.3s;
  padding: 8px 12px;
}

.lang .dropdown-toggle {
  color: white;
  padding: 8px 12px;
  font-weight: 500;
  transition: background 0.3s, box-shadow 0.3s;
}

.dropdown-menu {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 8px 0;
}

.dropdown-item {
  padding: 10px 16px;
  transition: background 0.3s;
}

.prenet-primary {
  color: var(--prenet-primary-color)
}
