.link-anchor
{
  position: relative;
  width: 0;
  font-size: .8em;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}
.anchor-wrapper
{
  border: none;
}
.anchor-wrapper:hover .link-anchor
{
  opacity: 1;
}

section h1[id]:focus,
section h2[id]:focus,
section h3[id]:focus,
section h4[id]:focus,
section h5[id]:focus
{
  outline: 0;
}

p.thin
{
    font-weight: 100;
    margin: 0;
    line-height: 1.2em;
}

p.bold
{
    font-weight: 900;
    margin: 0;
    margin-top: -5px;
}

.workflow_wrapper
.rel
{
    width: 30%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 20px;
    border-style: dotted;
    border-color: white;
    border-width: medium;
}

.popper,
.tooltip
{
    position: absolute;
    background: #FFF;
    color: black;
    width: 280px;
    border-radius: 3px;
    /* box-shadow: 0 0 2px rgba(0,0,0,0.5); */
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 10px;
    text-align: left;
    z-index: 30;
}
.tooltip .category_name,
.tooltip .name
{
    font-weight: 500;
    font-size: 0.9rem
}
    .tooltip .category_name
    {
        clear: both
    }
.tooltip .counter
{
    font-size: 2.3rem;
    float: left;
    line-height: 0.9;
    margin-right: 0.5rem;
}
.tooltip .text
{
    overflow: hidden;
}
.circle_follow{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #666;
    position: absolute;
    border-style: solid;
    border-width: 5px;
    opacity: 0;
    z-index: 20;
    background-repeat: no-repeat;
    background-size: cover;
    /* width and height can be anything, as long as they're equal */
}

.circle_follow .follow_data{
  min-width: 200px;
  position: absolute;
  left: 50%;
  margin-left: -105%;
  top: 105px;
  z-index: 20;
}


.tooltip .counter,
.follow_data .counter
{
    color: #E40D5E;
}
    .follow_data .counter
    {
        float: left;
        font-size: 1.2rem;
        font-weight: bolder;
    }
    .follow_data .text
    {
      width: 65%;
      overflow: hidden;
      font-size: 0.75rem;
      line-height: 1.1;
      padding-left: 0.4rem;
      padding-top: 0.1rem;
      font-weight: 300;
    }

.follow_data::before
{
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3px 6px 3px;
    border-color: transparent transparent #00ff00 transparent
}

.tooltip .country
{
    font-weight: 300;
    margin-bottom: 15px
}
.tooltip .paltform
{
    font-weight: 400;
}

.tooltip .app_count
{
    display: inline-block;
    vertical-align: middle;
    background-color: #00FF00;
    width: 1.3em;
    height: 1.3em;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: 500;
}
.tooltip .app_category
{
    display: inline-block;
    vertical-align: middle;
}
.style5 .tooltip
{
    background: #1E252B;
    color: #FFFFFF;
    max-width: 200px;
    width: auto;
    font-size: .4rem;
    padding: .5em 1em;
}
/* .tooltip .tooltip-arrow, */
.popper .popper__arrow
{
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
}

/* .tooltip .tooltip-arrow, */
.popper .popper__arrow
{
    border-color: #FFF;
}
/* .style5 .tooltip .tooltip-arrow */
{
    border-color: #FFF;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"]
{
    margin-bottom: 5px;
}
/* .tooltip[x-placement^="top"] .tooltip-arrow, */
.popper[x-placement^="top"] .popper__arrow
{
    border-width: 5px 5px 0 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"]
{
    margin-top: 5px;
}
/* .tooltip[x-placement^="bottom"] .tooltip-arrow, */
.popper[x-placement^="bottom"] .popper__arrow
{
    border-width: 0 5px 5px 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"]
{
    margin-left: 5px;
}
/* .tooltip[x-placement^="right"] .tooltip-arrow, */
.popper[x-placement^="right"] .popper__arrow
{
    border-width: 5px 5px 5px 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"]
{
    margin-right: 5px;
}
/* .tooltip[x-placement^="left"] .tooltip-arrow, */
.popper[x-placement^="left"] .popper__arrow
{
    border-width: 5px 0 5px 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}


/* RESTYLED TOOLTIP ARROW */
.tooltip .tooltip-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 34px;
}

    .tooltip .tooltip-arrow::before {
        color: #FFF;
        font-size: 40px;
    }

    .tooltip[x-placement^="right"] { margin-left: 30px  }
    .tooltip[x-placement^="left"] {  margin-right: 30px }

    .tooltip[x-placement^="right"] .tooltip-arrow {
        margin-left: -36px;
    }

        .tooltip[x-placement^="right"] .tooltip-arrow::before {
            content: '\25C0';
            text-shadow: -2px 1px 3px rgba(0,0,0,0.4);
        }

    .tooltip[x-placement^="left"] .tooltip-arrow {
        right: -36px;
    }
        .tooltip[x-placement^="left"] .tooltip-arrow::before {
            content: '\25b6';
            text-shadow: 2px 1px 3px rgba(0,0,0,0.4);
        }



/* IE 11 hack */
_:-ms-fullscreen, :root .tooltip-arrow::before {
    font-size: 60px
}