bi-info {
  width: 17px;
  height: 18px; }
  bi-info bi-dropdown bi-toggle {
    display: inline-block;
    height: 18px;
    font-size: 18px !important;
    color: #FC4A6A; }
  bi-info .bi-info-content {
    position: relative;
    margin-top: 4px;
    padding: 8px 10px;
    color: #FFFFFF;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    bi-info .bi-info-content:before {
      position: absolute;
      content: '';
      top: -6px;
      left: 50%;
      width: 0;
      height: 0;
      margin-left: -6px;
      border-style: solid;
      border-width: 0 6px 6px 6px;
      border-color: transparent transparent #000000 transparent;
      opacity: .75; }
    bi-info .bi-info-content > .bi-info-backdrop {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 3px;
      background-color: #000000;
      opacity: .75; }
    bi-info .bi-info-content > [ng-transclude] {
      position: relative;
      z-index: 1; }
      bi-info .bi-info-content > [ng-transclude] > * {
        text-transform: initial;
        font-weight: normal;
        white-space: nowrap; }
