.displayInlineFlex {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.noCursorInteraction {
  cursor: default;
  pointer-events: none;
}
.prx-help-short-message {
  white-space: nowrap;
  font-size: 1.2rem;
  color: #0080C8;
  background-color: transparent;
}
.prx-help-icon {
  float: left;
  height: 10.4px;
}
.popover-content {
  padding: 0 1.6px;
  background-color: #FFFFFF;
}
.popover {
  color: #0080C8;
  max-width: none;
  border-radius: 0;
  border: 1px solid #0080C8;
  padding: 0;
  font-family: Open Sans, Calibri, sans-serif;
  -webkit-box-shadow: 0 1.6px 1.6px 1.6px rgba(0, 128, 200, 0.2);
  -moz-box-shadow: 0 1.6px 1.6px 1.6px rgba(0, 128, 200, 0.2);
  box-shadow: 0 1.6px 1.6px 1.6px rgba(0, 128, 200, 0.2);
  margin-top: 4px;
  background-color: #e9f2f5;
  /* &.bottom {
        top: 200px !important;
        left: 50% !important;
        transform: translate(-50%, 0);
    } */
}
.popover.right {
  transform: translate(0, -50%);
}
.popover > .arrow:after,
.popover > .arrow::after,
.popover > .arrow {
  display: none;
}
.popover .popover-content {
  padding: 0 3.2px !important;
}
@-moz-document url-prefix() {
  .popover .popover-content li {
    margin-left: 16px;
  }
}
.popover .popover-title {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  border-radius: 0;
}
.popover .card-body {
  padding: 0;
  background-color: #e9f2f5;
}
.popover .p-cell {
  font-size: 1.5rem;
}
