/* To fix DIVI css bug (overwriting the bootstrap classes) */
.modal {
  z-index: 999998;
}

.et_pb_column {
  z-index: unset !important;
}


html {
  font-size: 16px !important;
}


.breadcrumb {
  padding: .75rem 1rem !important;
  list-style-type: none !important;
  font-size: 16px !important;
  background-color: #f4f4f4 !important;
  border-radius: 0 !important; /* QUICK AND DIRTY FIX */
}

.tooltip {
  z-index: 999999;
}
/*# sourceMappingURL=fix_divi_modal_bug.css.map */
