.sb-700 {
  max-height: 700px;
  overflow-y: auto;
  max-width: 100%;
  overflow-x: hidden;
}

.sb-800 {
  max-height: 800px;
  overflow-y: auto;
  max-width: 100%;
  overflow-x: hidden;
}

.sb-y {
  overflow-y: auto;
}

sb-x {
  overflow-x: auto;
}

.bg-success {
  background-color: #02a87f !important;
}
