﻿cite {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  width: 20px;
  height: 20px;
  padding: 3px;
  border: 2px solid #2c2c2c;
  border-radius: 50%;
  line-height: 10px;
  font-style: normal;
  text-align: center;
  color: #2c2c2c;
  cursor: pointer;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
cite sup {
  display: none;
  font-size: 100%;
  line-height: 1.2em;
  color: #777;
  text-align: left;
  padding: 20px;
  font-weight: 300;
  white-space: normal;
}
cite.t-vis sup {
  display: block;
  width: 280px;
  position: absolute;
  z-index: 6;
  right: 0;
  top: 18px;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #f4f6f8;
  box-shadow: 0 3px 10px 0 rgba(137, 146, 177, 0.1);
}
.clubs cite {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #484c57;
  background-color: #d1d2d5;
  border: none;
  opacity: 0.5;
  transition: all 0.3s;
}
.clubs cite sup {
  width: 280px;
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 300;
  color: #fff;
  border: none;
  background-color: #191c24;
  box-shadow: 0 3px 10px 0 rgba(137, 146, 177, 0.1);
}
.clubs cite:after {
  content: "";
  display: none;
  position: absolute;
  bottom: -12px;
  left: 3px;
  border-width: 8px 7px;
  border-style: solid;
  border-color: transparent transparent #191c24 transparent;
}
.clubs cite.t-vis {
  opacity: 1;
  z-index: 4;
}
.clubs cite.t-vis sup {
  display: block;
}
.clubs cite.t-vis:after {
  display: block;
}
.rtl cite.t-vis sup {
  left: 0;
  right: auto;
}
.rtl cite sup {
  text-align: right;
}
.rtl cite sup .close {
  text-align: left;
  right: auto;
  left: 0;
}

@media screen and (max-width: 739px) {
  cite {
    font-size: 11px;
    width: 15px;
    height: 15px;
    padding: 1px;
    border-width: 1px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: -2px;
  }
  cite sup {
    font-size: 14px;
  }
  cite sup .close {
    display: block;
  }
  .clubs cite {
    top: 0;
  }
  .clubs cite.t-vis {
    z-index: 2;
  }
  .clubs cite.t-vis sup {
    width: 270px;
  }
}
@media (min-width: 739px) {
  .clubs cite {
    top: -2px;
  }
  .clubs cite sup {
    top: auto;
    right: auto;
    left: 30px;
  }
  .clubs cite:after {
    top: 2px;
    right: -12px;
    bottom: auto;
    border-width: 8px 7px;
    border-style: solid;
    border-color: transparent #191c24 transparent transparent;
  }
  .rtl.clubs cite sup {
    right: 30px;
  }
  .rtl.clubs cite:after {
    left: -12px;
    right: auto;
    border-color: transparent transparent transparent #191c24;
  }
}

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