/*!
 * Bootstrap v5.3.7 - Minimal styles for auth pages
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6658dd;
  --bs-pink: #f672a7;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #6658dd;
  --bs-secondary: #4a81d4;
  --bs-success: #1abc9c;
  --bs-info: #43bfe5;
  --bs-warning: #f7b84b;
  --bs-danger: #f1556c;
  --bs-light: #f8f9fa;
  --bs-dark: #313a46;
  --bs-font-sans-serif: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #4c4c5c;
  --bs-body-bg: #f5f6f8;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: var(--bs-primary);
  text-decoration: none;
}

a:hover {
  color: #5447bb;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container { max-width: 540px; }
}

@media (min-width: 768px) {
  .container { max-width: 720px; }
}

@media (min-width: 992px) {
  .container { max-width: 960px; }
}

@media (min-width: 1200px) {
  .container { max-width: 1140px; }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.col-sm-8 { width: 66.666667%; }
.col-md-6 { width: 50%; }
.col-xxl-4 { width: 33.333333%; }

[class^="col-"] {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

.p-4 {
  padding: 1.5rem !important;
}

.mb-0 { margin-bottom: 0 !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.d-flex { display: flex !important; }
.d-grid { display: grid !important; }
.d-none { display: none !important; }
.align-items-center { align-items: center !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }

.position-absolute { position: absolute !important; }
.position-relative { position: relative !important; }
.top-0 { top: 0 !important; }
.end-0 { right: 0 !important; }
.start-50 { left: 50% !important; }
.top-50 { top: 50% !important; }
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.text-center { text-align: center !important; }
.text-muted { color: #8a969c !important; }
.text-danger { color: var(--bs-danger) !important; }
.text-decoration-underline { text-decoration: underline !important; }
.fw-semibold { font-weight: 600 !important; }
.fs-xs { font-size: 0.75rem !important; }
.fs-14 { font-size: 14px !important; }

.w-lg-75 {
  width: 75% !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #343a40;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e7e9eb;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b9b4f0;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(102, 88, 221, 0.25);
}

.form-control::placeholder {
  color: #a1a9b1;
  opacity: 1;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.form-check {
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.6em;
  margin-bottom: 0.125rem;
}

.form-check-input {
  width: 1.125em;
  height: 1.125em;
  margin-top: 0.1875em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact;
  float: left;
  margin-left: -1.6em;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.form-check-label {
  color: #8a969c;
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #4c4c5c;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-primary:hover {
  color: #fff;
  background-color: #5447bb;
  border-color: #4e41af;
}

.btn-primary:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.alert {
  position: relative;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.link-offset-3 {
  text-underline-offset: 0.1875rem !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  height: 1px;
}

.bg-white {
  background-color: #fff !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (max-width: 767.98px) {
  .col-sm-8, .col-md-6, .col-xxl-4 {
    width: 100%;
  }
}

