.bg-dotted-dark {
  background-image: radial-gradient(circle at 1px 1px, #ccc 1px, transparent 0);
  background-size: 4px 4px;
}
.bg-dotted-light {
  background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0);
  background-size: 4px 4px;
}
.bg-white {
  background-color: white;
}
.lh0 {
  line-height: 0 !important;
}
.lh1 {
  line-height: 1 !important;
}