/* =========================
   eduKod.pl - motyw główny
   ========================= */
:root {
  --accent: #F59E0B;
  --bg: #E5E5E5;
  --text: #333333;
  --dark: #2A2A2A;
  --radius: 1.25rem;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* =========================
   Dostępność / focus
   ========================= */
a:focus-visible,
.btn:focus-visible,
.form-control:focus,
.form-select:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  box-shadow: none !important;
}

/* =========================
   Nagłówek / navbar
   ========================= */
.site-header {
  background: var(--dark);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.navbar-brand {
  font-size: 1.35rem;
}

.text-accent {
  color: var(--accent) !important;
}

.bg-accent {
  background: var(--accent) !important;
}

.border-accent {
  border-color: rgba(245, 158, 11, .55) !important;
}

.navbar-dark .nav-link {
  color: rgba(255, 255, 255, .86);
}

.navbar-dark .nav-link:hover,
.navbar-dark .nav-link:focus {
  color: var(--accent);
}

.nav-link.btn.btn-link {
  color: rgba(255, 255, 255, .86);
  text-decoration: none;
}

.nav-link.btn.btn-link:hover {
  color: var(--accent);
}

.brand-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--accent);
  color: #1c1c1c;
  font-weight: 800;
}

.brand-dot.small {
  width: 32px;
  height: 32px;
  border-radius: 11px;
}

/* =========================
   Przyciski
   ========================= */
.btn-accent {
  background: var(--accent);
  border-color: var(--accent);
  color: #1a1a1a;
  font-weight: 700;
}

.btn-accent:hover {
  background: #e09008;
  border-color: #e09008;
  color: #1a1a1a;
}

/* =========================
   Hero
   ========================= */
.hero {
  background:
    radial-gradient(900px 300px at 20% 0%, rgba(245, 158, 11, .18) 0%, rgba(245, 158, 11, 0) 65%),
    linear-gradient(180deg, rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, 0) 70%);
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .45rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 158, 11, .35);
  background: rgba(245, 158, 11, .10);
  color: #5b3a00;
  font-weight: 600;
}

.hero-orb {
  width: 200px;
  height: 200px;
  border-radius: 999px;
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
  border: 1px solid rgba(255, 255, 255, .08);
}

.hero-orb i {
  font-size: 4.2rem;
}

/* =========================
   Karty / sekcje
   ========================= */
.card-dark {
  background: var(--dark);
  border-radius: var(--radius);
}

.soft-card {
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: var(--radius);
}

.rounded-section {
  border-radius: calc(var(--radius) + .4rem);
}

.text-light-muted {
  color: rgba(255, 255, 255, .72) !important;
}

.table-sort-link {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  text-decoration: none;
  font-weight: 700;
}

.table-sort-link:hover,
.table-sort-link:focus {
  color: #ffffff;
  text-decoration: none;
}

.table-sort-link.active {
  color: var(--accent);
}

.min-vh-75 {
  min-height: 75vh;
}

/* =========================
   Hover / motion
   ========================= */
.card-hover {
  transition: transform .18s ease, box-shadow .18s ease;
}

.card-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 .9rem 1.8rem rgba(0, 0, 0, .18) !important;
}

/* =========================
   Drobne elementy UI
   ========================= */
.icon-accent i {
  font-size: 2rem;
  color: var(--accent);
}

.icon-chip {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 158, 11, .16);
  border: 1px solid rgba(245, 158, 11, .30);
}

.icon-chip i {
  color: #7a4a00;
  font-size: 1.35rem;
}

.link-accent {
  color: var(--accent);
}

.link-accent:hover {
  color: #d48607;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .28rem .6rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, .14);
  border: 1px solid rgba(245, 158, 11, .28);
  color: #6a4300;
  font-weight: 650;
  font-size: .9rem;
}

/* =========================
   Footer
   ========================= */
.site-footer {
  background: var(--dark);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

/* =========================
   Quickstart
   ========================= */
.quickstart {
  border-radius: calc(var(--radius) + .25rem);
  background: var(--dark);
  border: 1px solid rgba(255, 255, 255, .08);
}

.quickstart .btn-outline-light:hover {
  background: rgba(255, 255, 255, .08);
}

.quickstart-stats {
  display: grid;
  gap: .6rem;
  font-size: .95rem;
}

.qs-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.qs-accent {
  color: var(--accent);
  font-weight: 800;
}

/* =========================
   Formularze w dark card
   ========================= */
.card-dark .form-label {
  color: #fff;
}

.card-dark .form-control,
.card-dark .form-select {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  border-radius: 1rem;
  padding: .8rem 1rem;
}

.card-dark .form-control::placeholder,
.card-dark .form-select::placeholder {
  color: rgba(255, 255, 255, .5);
}

.card-dark .form-control:focus,
.card-dark .form-select:focus {
  background: rgba(255, 255, 255, .08);
  border-color: var(--accent);
  color: #fff;
  box-shadow: 0 0 0 .2rem rgba(245, 158, 11, .18);
}

.card-dark .form-text {
  color: rgba(255, 255, 255, .68) !important;
}

.card-dark ul.errorlist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.card-dark ul.errorlist li {
  color: #ffb4b4;
  font-size: .95rem;
  margin-top: .35rem;
}

.alert-danger {
  border: 0;
  background: rgba(220, 53, 69, .15);
  color: #ffd6db;
}

/* =========================
   Quiz - odpowiedzi
   ========================= */
.quiz-options label,
form ul li label,
form ul li label span,
form ul li {
  color: #ffffff !important;
}

/* =========================
   Quiz alerty
   ========================= */
.quiz-alert {
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 0.95rem;
  line-height: 1.5;
  border: 1px solid transparent;
  color: #ffffff;
}

.quiz-alert-info {
  background: rgb(243, 157, 11);
  border-color: rgba(100, 180, 200, 0.35);
  color: #000000;
}

.quiz-alert-success {
  background: rgb(243, 157, 11);
  border: 1px solid rgb(245, 158, 11);
  color: #ffffff;
  font-weight: 500;
}

.quiz-alert-error {
  background: rgba(255, 100, 100, 0.2);
  border: 1px solid rgba(255, 100, 100, 0.5);
  color: #ffffff;
  font-weight: 500;
}

.quiz-alert .border-top {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.quiz-alert i {
  margin-right: 6px;
  opacity: 0.9;
}

/* =========================
   Profil użytkownika - hero
   ========================= */
.profile-home-card {
  border-radius: 26px;
  overflow: hidden;
}

.profile-home-top {
  padding: 0.25rem 0 0.5rem;
}

.profile-home-avatar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 166, 0, 0.45);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  flex-shrink: 0;
}

.profile-home-avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffb020 0%, #ff8c00 100%);
  color: #111;
  font-weight: 800;
  font-size: 1.6rem;
}

.profile-home-name {
  font-size: 1.2rem;
  line-height: 1.2;
}

.profile-strip-section {
  position: relative;
  z-index: 2;
}

.profile-strip {
  display: grid;
  grid-template-columns: 1.35fr 1fr 220px;
  gap: 26px;
  align-items: center;
  padding: 24px 28px;
  border-radius: 28px;
  background: #1c1c1f;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.profile-strip-left {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.profile-strip-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid rgba(255, 176, 32, 0.45);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.profile-strip-avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffb020 0%, #ff8c00 100%);
  color: #161616;
  font-size: 2rem;
  font-weight: 800;
}

.profile-strip-user {
  min-width: 0;
  width: 100%;
}

.profile-strip-label {
  display: inline-block;
  margin-bottom: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 176, 32, 0.12);
  color: #ffb020;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.profile-strip-name {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.1;
}

.profile-strip-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.dot-separator {
  color: rgba(255, 255, 255, 0.28);
}

.profile-strip-xp {
  max-width: 420px;
}

.profile-strip-xp-bar {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.22);
}

.profile-strip-xp-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb020 0%, #ff8c00 100%);
}

.profile-strip-streak-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.profile-strip-streak-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
}

.profile-strip-streak-badge-accent {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.26);
  color: #ffd486;
}

.profile-strip-center {
  min-width: 0;
}

.profile-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.profile-mini-item {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.profile-mini-item-accent {
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.18);
}

.profile-mini-label {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.profile-mini-value {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  word-break: break-word;
}

.profile-strip-right {
  display: grid;
  gap: 10px;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 1199.98px) {
  .profile-strip {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .profile-strip-right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .profile-strip {
    padding: 20px 18px;
  }

  .profile-strip-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile-strip-name {
    color: #fff;
  }

  .profile-strip-meta {
    color: rgba(255, 255, 255, 0.75);
  }

  .profile-mini-grid {
    grid-template-columns: 1fr;
  }

  .profile-mini-label {
    color: rgba(255, 255, 255, 0.6);
  }

  .profile-mini-value {
    color: #fff;
  }

  .profile-strip-right {
    grid-template-columns: 1fr;
  }

  .profile-strip-streak-note {
    flex-direction: column;
    align-items: flex-start;
  }
}
.profile-mini-grid-compact {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.profile-mini-grid-compact .profile-mini-item {
  padding: 10px 12px;
  border-radius: 14px;
}

.profile-mini-grid-compact .profile-mini-label {
  margin-bottom: 3px;
  font-size: 0.78rem;
}

.profile-mini-grid-compact .profile-mini-value {
  font-size: 0.9rem;
  line-height: 1.2;
}
.student-avatar {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.student-avatar-placeholder {
    width: 36px;
    height: 36px;
}

/* =========================
   GROUPS / KLASY
   ========================= */

.group-card {
  background: #1c1c1f;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 26px;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}

.group-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.group-card-body {
  padding: 24px;
}

.group-title {
  color: #fff;
  font-weight: 800;
  font-size: 1.3rem;
}

.group-muted {
  color: rgba(255, 255, 255, 0.62);
}

.group-stat {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.group-stat-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: .85rem;
}

.group-stat-value {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
}

.group-filter {
  border-radius: 14px !important;
  padding: .7rem 1.2rem;
  font-weight: 700;
}

.group-filter.btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #161616;
}

.group-filter.btn-outline-light {
  border-color: rgba(255, 255, 255, .12);
  color: rgba(255,255,255,.82);
}

.group-filter.btn-outline-light:hover {
  background: rgba(255,255,255,.06);
}

.group-table-wrapper {
  background: #1c1c1f;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.06);
}

.group-table {
  margin-bottom: 0;
  color: #fff;
}

.group-table thead th {
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-weight: 700;
  padding: 18px 16px;
  white-space: nowrap;
}

.group-table tbody td {
  padding: 18px 16px;
  border-color: rgba(255,255,255,.06);
  vertical-align: middle;
}

.group-table tbody tr:hover {
  background: rgba(255,255,255,.025);
}

.group-rank {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(245, 158, 11, .12);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.group-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.group-user-name {
  color: #fff;
  font-weight: 700;
}

.group-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .9rem;
}

.group-pill-success {
  background: rgba(34, 197, 94, .12);
  color: #4ade80;
}

.group-pill-danger {
  background: rgba(239, 68, 68, .12);
  color: #f87171;
}

.group-pill-warning {
  background: rgba(245, 158, 11, .12);
  color: #fbbf24;
}

.group-pill-neutral {
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
}

.group-avatar,
.group-avatar-placeholder {
  width: 42px;
  height: 42px;
  min-width: 42px;
  max-width: 42px;
  min-height: 42px;
  max-height: 42px;
  border-radius: 50%;
}

.group-avatar {
  object-fit: cover;
  border: 2px solid rgba(245, 158, 11, .22);
}

.group-avatar-placeholder {
  background: linear-gradient(135deg, #ffb020 0%, #ff8c00 100%);
  color: #161616;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group-back-btn {
  border-radius: 14px;
  padding: .8rem 1.1rem;
}

@media (max-width: 991.98px) {
  .group-table thead th,
  .group-table tbody td {
    padding: 14px 12px;
  }
}

/* =========================================
   EDU TOP SECTION / ZAGADNIENIE + PANEL
========================================= */

.edu-top-section {
  padding: 8px 0 8px;
  background: transparent;
}

.edu-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.edu-top-card {
  min-height: 180px;
  background: #1c1c1f;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  padding: 22px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.edu-top-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 16px;
  background: rgba(245, 158, 11, 0.13);
  border: 1px solid rgba(245, 158, 11, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

.edu-top-label {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.edu-top-text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  line-height: 1.6;
}

.edu-top-text p {
  margin-bottom: 0.75rem;
}

.edu-top-text p:last-child {
  margin-bottom: 0;
}

.lesson-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.lesson-panel-item {
  min-height: 54px;
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.lesson-panel-item:hover {
  background: rgba(245, 158, 11, 0.13);
  border-color: rgba(245, 158, 11, 0.28);
  color: #fff;
  transform: translateY(-2px);
}

.lesson-panel-item i {
  color: var(--accent);
  font-size: 1.15rem;
}

.lesson-panel-item span {
  font-size: 0.94rem;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .edu-top-grid {
    grid-template-columns: 1fr;
  }

  .edu-top-card {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .edu-top-section {
    padding: 14px 0 22px;
  }

  .edu-top-card {
    border-radius: 22px;
    padding: 18px;
  }

  .lesson-panel-grid {
    grid-template-columns: 1fr;
  }
}

.lesson-panel-item-accent {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.22);
}
/* =========================================================
   DARK FORMS
========================================================= */

.form-control,
.form-select {
  background-color: #1e1f25;
  border: 1px solid rgba(255, 255, 255, .08);
  color: #ffffff;
}

.form-control:focus,
.form-select:focus {
  background-color: #1e1f25;
  color: #ffffff;
  border-color: var(--accent);
  box-shadow: 0 0 0 .2rem rgba(245, 158, 11, .15);
}

.form-control::placeholder {
  color: rgba(255, 255, 255, .45);
}

.form-select option {
  background-color: #1b1d23;
  color: #ffffff;
}

.form-check-input {
  background-color: #1e1f25;
  border-color: rgba(255, 255, 255, .2);
}

.form-check-input:checked {
  background-color: var(--accent);
  border-color: var(--accent);
}

.form-check-label {
  color: #ffffff;
}

textarea.form-control {
  min-height: 120px;
}

/* =========================================================
   TEACHER TESTS
========================================================= */

.teacher-test-header {
  background: #1b1d23 !important;
}

.teacher-test-stat-card {
  background: #1b1d23;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 1rem;
}

.teacher-test-question-card {
  background: #1b1d23;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 1rem;
  padding: 1rem;
}

.teacher-test-answer-option {
  background: #17191f;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: .75rem;
  padding: .75rem;
  color: #ffffff;
}

.teacher-test-answer-option.is-correct {
  border-color: rgba(25, 135, 84, .8);
  background: rgba(25, 135, 84, .16);
}

.teacher-test-groups-box {
  background: #1b1d23;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1rem;
  padding: 1rem;
}

.teacher-test-group-item {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .75rem .85rem;
  border-radius: .8rem;
  background: #17191f;
  border: 1px solid rgba(255, 255, 255, .06);
  margin-bottom: .6rem;
}

.teacher-test-group-item:last-child {
  margin-bottom: 0;
}

.teacher-test-group-item input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  accent-color: var(--accent);
}

.teacher-test-group-label {
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.teacher-test-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  text-align: center;
}

.teacher-test-image {
  display: block;
  max-width: 100%;
  max-height: 420px;
  object-fit: contain;
  background: #111318;
  padding: .5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, .08);
}
.teacher-test-answer-form label {
    color: #ffffff;
}

.teacher-test-answer-form ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.teacher-test-answer-form li {
    margin-bottom: 12px;
}

.teacher-test-answer-form input[type="radio"],
.teacher-test-answer-form input[type="checkbox"] {
    margin-right: 10px;
}

.teacher-test-answer-form,
.teacher-test-answer-form label,
.teacher-test-answer-form li,
.teacher-test-answer-form ul {
    color: #ffffff !important;
}

.teacher-test-answer-form label {
    display: inline-block;
    margin-left: 8px;
}

.teacher-test-answer-form ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.teacher-test-answer-form li {
    margin-bottom: 10px;
}

.teacher-test-answer-form input[type="radio"],
.teacher-test-answer-form input[type="checkbox"] {
    accent-color: #ff9800;
}
/* =========================================
   ALERTY
========================================= */

.alert-danger {
    background-color: #8b0000 !important;
    border-color: #ff4d4d !important;
    color: #ffffff !important;
}

.alert-success {
    background-color: #0f5132 !important;
    border-color: #198754 !important;
    color: #ffffff !important;
}

.alert-warning {
    background-color: #664d03 !important;
    border-color: #ffc107 !important;
    color: #ffffff !important;
}

.alert-info {
    background-color: #055160 !important;
    border-color: #0dcaf0 !important;
    color: #ffffff !important;
}
