@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/vazirmatn/Vazirmatn-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/vazirmatn/Vazirmatn-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/vazirmatn/Vazirmatn-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/vazirmatn/Vazirmatn-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

html {
  font-size: 15px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
  margin-bottom: 60px;
  background-color: #f7f7fb;
}

.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%;
}

.admin-sidebar {
  min-height: calc(100vh - 56px);
  background-color: #212529;
}

.admin-sidebar .nav-link {
  color: #adb5bd;
}

.admin-sidebar .nav-link.active,
.admin-sidebar .nav-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 0.375rem;
}

.question-card, .section-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
}

.drag-handle {
  cursor: grab;
}

.consent-box {
  max-width: 720px;
  margin: 2rem auto;
}
