@font-face {
	font-family: 'Moliga';
	src: url('/resources/fonts/moliga.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ArchivoBlack';
	src: url('/resources/fonts/archivoblack.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'cuprum';
	src: url('/resources/fonts/cuprum.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

 html, body {
  height: 100%;
  font-size: 13pt;
  font-family: cuprum;
  transition: background-color 0.3s, color 0.3s;
}

.form-icon {
  position: absolute;
  right: 10px;
  top: 72%;
  transform: translateY(-50%);
}

.input-wrapper {
  position: relative;
}

.form-error {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.form-error.text-success {
  color: #198754;
}

.form-error.text-danger {
  color: #dc3545;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #dee2e6;
  z-index: 1030;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar .brand {
  font-weight: bold;
  font-size: 1.25rem;
}

.topbar .actions button {
  margin-left: 0.5rem;
}

.toast-container {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999;
}

body.dark-mode {
  background-color: #121212;
  color: #f8f9fa;
}

body.dark-mode .form-control::placeholder {
  color: #bbb;
}

body.dark-mode .form-label,
body.dark-mode .card-title {
  color: #f8f9fa;
}

body.dark-mode .form-control {
  background-color: #2c2c2c;
  color: #f8f9fa;
  border-color: #444;
}

body.dark-mode .btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

body.dark-mode .card {
  background-color: #1e1e1e;
  border-color: #2c2c2c;
}

body.dark-mode .topbar {
  background-color: #1e1e1e;
  border-color: #333;
  color: #f8f9fa;
}

body.dark-mode .progress {
  background-color: #333;
}

body.dark-mode .progress-bar.bg-danger {
  background-color: #dc3545 !important;
}

body.dark-mode .progress-bar.bg-warning {
  background-color: #ffc107 !important;
}

body.dark-mode .progress-bar.bg-info {
  background-color: #0dcaf0 !important;
}

body.dark-mode .progress-bar.bg-success {
  background-color: #198754 !important;
}

#passwordStrengthText {
  margin-top: 5px;
  font-weight: 500;
  color: #FFF;
}

#passwordMatchText {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.progress {
  height: 5px;
}

.progress.registration {
  border-radius: 4px !important;
}

.verify-icon {
  font-size: 2.5rem;
}
