.algorithm-learning-app .d-flex {
  display: flex;
}

.algorithm-learning-app .d-grid {
  display: grid;
}

.algorithm-learning-app .flex-wrap {
  flex-wrap: wrap;
}

.algorithm-learning-app .flex-column {
  flex-direction: column;
}

.algorithm-learning-app .align-items-center {
  align-items: center;
}

.algorithm-learning-app .align-items-start {
  align-items: flex-start;
}

.algorithm-learning-app .justify-content-between {
  justify-content: space-between;
}

.algorithm-learning-app .justify-content-center {
  justify-content: center;
}

.algorithm-learning-app .gap-1 {
  gap: 0.25rem;
}

.algorithm-learning-app .gap-2 {
  gap: 0.5rem;
}

.algorithm-learning-app .gap-3 {
  gap: 1rem;
}

.algorithm-learning-app .gap-4 {
  gap: 1.5rem;
}

.algorithm-learning-app .w-100 {
  width: 100%;
}

.algorithm-learning-app .text-start {
  text-align: left;
}

.algorithm-learning-app .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.68rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #ffffff;
  color: inherit;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.algorithm-learning-app .btn-sm {
  padding: 0.56rem 0.9rem;
  font-size: 0.89rem;
}

.algorithm-learning-app .btn-outline-secondary {
  border-color: #cfe2ff;
  background: #ffffff;
  color: #0a58ca;
  box-shadow: none;
}

.algorithm-learning-app .btn-outline-secondary:hover,
.algorithm-learning-app .btn-outline-secondary:focus-visible {
  border-color: #9ec5fe;
  background: #f3f8ff;
  color: #084298;
  transform: translateY(-1px);
}

.algorithm-learning-app .btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.16);
}

.algorithm-learning-app .card {
  border: 1px solid #dee2e6;
  border-radius: 1.25rem;
  background: #ffffff;
}

.algorithm-learning-app .card-body {
  padding: 1rem;
}

.algorithm-learning-app .badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.algorithm-learning-app .rounded-pill {
  border-radius: 999px;
}

.algorithm-learning-app .rounded-4 {
  border-radius: 1.25rem;
}

.algorithm-learning-app .shadow-sm {
  box-shadow: 0 0.375rem 0.75rem rgba(33, 37, 41, 0.05);
}

.algorithm-learning-app .accordion-item {
  border: 0;
  background: transparent;
}

.algorithm-learning-app .offcanvas-backdrop {
  position: fixed;
  inset: 0;
}
