html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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 #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  flex: 1;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* ePOCA Custom Styles */
.navbar-brand {
  font-size: 1.5rem;
}

.navbar-custom {
  min-height: 100px;
  background-image: url('../images/background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.card {
  margin-bottom: 1rem;
}

.btn-fix-size {
  min-width: 180px;
}

.help-content {
  max-width: 100%;
  overflow-x: auto;
}

.help-content img {
  max-width: 100%;
  height: auto;
}

.footer {
  background-image: url('../images/background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.footer a {
  color: white;
  text-decoration: underline;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.footer a:hover {
  color: #e0e0e0;
}

.dropdown-item.active {
  background-color: #0d6efd;
  color: white;
}
