.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-block {
  display: block !important;
}
.w-100 {
  width: 100% !important;
}
