html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}
.modal-body {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.grecaptcha-badge {
    visibility: hidden;
}