.pktip {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: 24px;
  height: 24px; }
  .pktip > button {
    position: absolute;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-size: 8px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-indent: -99999px; }
    .pktip > button:before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 20px;
      height: 20px;
      background: url("icon.svg") no-repeat center center;
      background-size: contain;
      transform: translate(-50%, -50%); }
  .pktip > div {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 180px;
    padding: 15px 24px 15px 16px;
    margin-top: 5px;
    background: #FFFFFF;
    border: 1px solid #CFE2FC;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(20, 46, 82, 0.2);
    border-radius: 4px;
    transform: translateX(-50%);
    display: none;
    z-index: 999; }
    .pktip > div:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 100%;
      left: 50%;
      width: 12px;
      height: 8px;
      transform: translate(-50%, 0);
      background: url("arrow.png") no-repeat center center;
      background-size: contain; }
    .pktip > div p {
      color: #5C6C7D;
      font-weight: 300;
      font-size: 13px;
      line-height: 17px; }
    .pktip > div button.close {
      position: absolute;
      right: 9px;
      top: 5px;
      width: 16px;
      height: 16px;
      padding: 0;
      border: 0;
      background: none;
      overflow: hidden;
      text-indent: -99999px;
      cursor: pointer; }
      .pktip > div button.close:before, .pktip > div button.close:after {
        content: '';
        display: block;
        position: absolute;
        left: 8px;
        top: 2px;
        width: 2px;
        height: 12px;
        background-color: #5C8FD6;
        border-radius: 1px; }
      .pktip > div button.close:before {
        transform: rotate(45deg); }
      .pktip > div button.close:after {
        transform: rotate(-45deg); }
  .pktip.align-right div {
    left: initial;
    right: -5px;
    transform: none; }
    .pktip.align-right div:before {
      left: initial;
      right: 10px;
      transform: none; }

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .pktip > div:before {
    background-image: url("arrow@2x.png"); } }

/*# sourceMappingURL=pktip.css.map */
