.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;
}

.fa-red {
  color: #b9001f !important;
}

.fa-green {
  color: #02a87f !important;
}

.fa-white {
  color: #FFFFFF !important;
}

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

.bg-light {
  background-color: #f0f8ff !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}
