/**
** Modals are placed outside ppom-wrapper, so we need to add css without **/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/** ========= Tooltip version 4.1.3 ============= */

.tooltip.show {
  opacity: 0.9;
}