/***************************/
/******* CONFIG VARS *******/
/* -COLORS.SCSS */
/* DEFAULT COLORS VARS */
/* THEME COLORS VARS */
/* _TEXT.SCSS */
/* Font Library */
/* FONT PER LE ICONE */
/******* CONFIG MIXIN ******/
/* _MIXIN.SCSS */
/***************************/
/* ABET_functional_menu_item.SCSS */
.wk_asap_functional_menu_item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer; }
  .wk_asap_functional_menu_item.notice_active::after {
    content: " ";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: 0px;
    background-color: red; }

.wk_asap_tooltip {
  position: absolute;
  width: 225px;
  height: auto;
  background-color: black;
  z-index: 999;
  padding: 20px;
  border-radius: 10px;
  top: 40px;
  left: 50%;
  font-family: 'Neue Montreal', sans-serif;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-5%);
          transform: translateX(-50%) translateY(-5%);
  transition: all 0.3s ease-in-out; }
  .wk_asap_tooltip:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 10px 15px;
    border-color: transparent transparent black transparent;
    -webkit-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%); }

.wk_asap_tooltip.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  transition: all 0.3s ease-in-out; }

.wk_tooltip_header {
  margin-bottom: 40px; }

.wk_tooltip__title {
  text-transform: unset;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  color: white; }

.wk_tooltip__username {
  font-weight: 400;
  font-size: .725rem;
  text-align: center;
  display: block;
  color: white; }

.wk_asap_tooltip .wk_tooltip__link {
  font-size: .875rem !important;
  color: white;
  line-height: 2.25em;
  display: block; }
  .wk_asap_tooltip .wk_tooltip__link::before {
    content: ">";
    display: inline-block;
    font-size: 1.2rem;
    font-weight: normal;
    color: white;
    margin-right: 10px; }
  .wk_asap_tooltip .wk_tooltip__link.plus_link::before {
    content: "+"; }

.wk_tooltip_footer {
  margin-top: 40px; }

.wk_asap_tooltip .wk_tooltip__snd_link {
  font-size: .725rem !important;
  color: white;
  line-height: 2em;
  display: block;
  font-weight: normal; }
  .wk_asap_tooltip .wk_tooltip__snd_link::before {
    content: ">";
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    color: white;
    margin-right: 7px; }
  .wk_asap_tooltip .wk_tooltip__snd_link.plus_link::before {
    content: "+"; }

.wk_tooltip_footer {
  margin-top: 40px; }
