html,
body {
  height: 100%;
}

.navbar-nav {
  text-transform: uppercase;
}

.footer .nav-link {
  color: #ffffff;
}

.hero {
  background: url("../img/hero.jpg") no-repeat center center;
  background-size: cover;
  color: white;
  padding-top: 10rem;
  padding-bottom: 5rem;
}

@media (max-width: 767.98px) {
  .hero {
    background-position: 75% center;
  }
}

.hero-content {
  padding: 20px;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-nav {
  margin-left: auto;
}

ul.options {
  list-style-type: square;
}

.li-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

label {
  font-size: 1em !important;
}

@media (min-width: 768px) {
  .footer .nav {
    flex-direction: row !important;
  }

  .footer .nav-item {
    margin-right: 20px;
  }
}

.bg-green {
  background-color: #007c57;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.is-invalid {
  border-color: #dc3545;
  background-image: none;
}

.is-invalid:focus {
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-text.text-danger {
  display: block;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa !important;
}

h3 {
  color: #333;
  font-weight: normal;
}

.hero .display-5 {
  font-weight: normal !important;
}

@media (min-width: 1200px) {
  .hero .display-5 {
    font-weight: normal !important;
  }

  .hero .lead {
    font-size: 1.42rem;
  }
}

@media (max-width: 768px) {
  .hero .display-5 {
    font-weight: normal !important;
    font-size: 2rem;
  }

  .hero .lead {
    font-size: 1rem;
  }

  .hero button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 576px) {
  .hero .display-5 {
    font-weight: normal !important;
    font-size: 1.5rem;
  }

  .hero .lead {
    font-size: 0.875rem;
  }

  .hero button {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Asigură scroll lin pe mobil */
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

@media (max-width: 768px) {
  .table th {
    padding: 0;
    font-size: 14px !important;
  }

  .table td {
    padding: 0;
    font-size: 13px !important;
  }

  .table th span,
  .table td span {
    display: block;
    font-size: 13px !important;
  }

  .table th {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .table th {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .table-responsive {
    margin-left: -30px;
    margin-right: -30px;
  }

  .table {
    padding: 0;
    font-size: 12px !important;
  }
  .table th,
  .table td {
    padding: 0;
    font-size: 12px !important;
  }

  .table th span,
  .table td span {
    font-size: 12px !important;
  }
}

/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}