.nav-link {
  font-size: 0.9em !important;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 10px;
}
.custom-modal {
  border-left: 10px solid #5d78ff !important;
  border-radius: 10px !important;
}
.custom-model-2 {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1040;
}
.default-cursor {
  cursor: default;
}
