.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

a.disabled {
  color: inherit;
}

.min-w-70 {
  min-width: 70%;
}

.sidebar-blue {
  background-color: #2a3f54;
}

.mt-10-percent {
  margin-top: 10%;
}

.off-gray {
  color: #495057;
}