* {
    margin: 0;
    padding: 0;
    line-height: 100%;
}

:host {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

#element {
    display: none;
}

#wrapper {
    position: relative;
    z-index: 1;
    display: flex;
}

#tooltip {
    position: absolute;
    padding: 25px 0 0 0;
    margin-top: -20px;
    left: -50%;
    top: 20px;
    display: none;
    max-width: 320px;
    width: 100vw;
}

.right+#tooltip {
    left: auto;
    right: -50%;
}

#tooltip.on {
    display: block;
}

#tooltip-inner {
    background: #ffffff;
    box-shadow: 0 5px 21px rgba(74, 151, 206, 0.25);
    border-radius: 5px;
    padding: 15px 21px !important;
    max-width: 320px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #000000;
    white-space: normal;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    opacity: 0;
    display: block;
    transition: opacity 0.3;
}

#tooltip.hover #tooltip-inner {
    opacity: 0.9;
}

.indicator-creator,
.indicator-bestquest,
.indicator-creativo,
.indicator-creativopro,
.indicator-company,
.indicator-pro,
.indicator-master,
.indicator-expert,
.indicator-proexpert {
    font-style: normal;
    font-size: 10px;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    cursor: pointer;
    align-items: center;
    display: inline-flex !important;
    height: 15px;
    line-height: 90%;
    order: 2;
    font-weight: 600;
}

.indicator-creator {
    background: radial-gradient(99.28% 461.34% at -1.69% 108.14%, #D3D3D3 0%, #777777 97.4%) ;
}

.indicator-master {
    background: radial-gradient(99.28% 461.34% at -1.69% 108.14%, #76FFAD 0%, #04C27E 69.27%)
}


.indicator-expert {
    background: radial-gradient(99.28% 461.34% at -1.69% 108.14%, #FB4EFF 0%, #FFC00E 100%)
}

.indicator-pro {
    background: radial-gradient(94.44% 147.03% at 94.44% 0%, #9F64FF 0%, #0FFFF1 100%)
}

.indicator-bestquest {
    background: #FFC800;
}

.indicator-proexpert {
    background: radial-gradient(94.44% 147.03% at 94.44% 0%, #EB70FF 0%, #EB564F 71.87%)
}

.indicator-creativo {
    background: radial-gradient(99.49% 440.32% at 104.04% 100%, #29CEF2 0%, #004DD3 100%) 
}

.indicator-creativopro {
    background: radial-gradient(104.66% 481.86% at 104.66% 78%, #B936E8 0%, #0AD3FF 100%) 
}

.indicator-company {
    background: radial-gradient(94.44% 147.03% at 94.44% 0%, #B4CDFF 0%, #6700B8 71.87%), radial-gradient(99.28% 461.34% at -1.69% 108.14%, #B4DEFF 0%, #BE00FF 32.01%, #8900B8 97.4%) 
}

:host([small]) #element {
    padding: 0 6px;
    font-size: 8px;
    height: 12px;
}