.nav-link {
  font-weight: 500;
  color: #333;
  padding: 0.70rem 1rem;
}

.nav-link.active,
.nav-link:hover {
  background-color: #f1f1f1;
  color: #007bff;
  border-radius: 5px;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(215, 215, 215, 0.53);
}

::-webkit-scrollbar-thumb {
  background-color: #b7b7b7;
  border-radius: 8px;
}

.bg-purple {
  background-color: #9419e0;
}

.text-lime {
  color: #35e744;
}

.text-sm {
  font-size: small;
}

.progress > div {
  transition: width 1s ease-in-out;
}

.fullscreen-terminal {
  height: 95vh;
  border-radius: 1rem;
  padding: 1.2em;
}