.tfe {
position: absolute;
left: 0;
top: 0;
}
.circle {
width: 40px;
height: 40px;
position: relative;
display: inline-block;
border-radius: 50%;
font-size: 200px;
}
.circle:after {
content: "";
position: absolute;
inset: 0;
border-radius: 50%;
border: 3px solid #dcdcdc;
z-index: -1;
}
.circle > span {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
font-weight: 700;
color: #222;
}
.circle > span:after {
content: "%";
font-size: 10px;
}
.circle > .bar {
position: absolute;
inset: 0;
} .circle > .bar:before,
.circle > .bar:after {
content: "";
position: absolute;
inset: 7.5%;
border: 3px solid var(--color, #ffb400);
border-radius: 50%;
clip: rect(0, 0.5em, 1em, 0);
} .circle.big { font-size: 300px; }
.circle.medium { font-size: 200px; }
.circle.small { font-size: 100px; }
.circle.x-small { font-size: 50px; } .starstruck {
display: block;
}
.starstruck .star-on-png:before,
.starstruck .star-off-png:before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
padding-left: 18px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
} .starstruck .star-on-png:before {
background-image: url(//www.hqhentai.com.br/wp-content/themes/download/img/star.png);
filter: drop-shadow(0 1px 1px rgba(0,0,0,.25));
} .starstruck .star-off-png:before {
background-image: url(//www.hqhentai.com.br/wp-content/themes/download/img/star-opaque-light.png);
opacity: .35;
filter: grayscale(1) brightness(.35);
} .starstruck .star-half.png:before {
background-image: url(//www.hqhentai.com.br/wp-content/themes/download/img/star-half.png);
}
.text-rating {
font-size: 13px;
color: #6f6d6d;
font-style: italic;
} @media (max-width: 600px) {
.detailsP:after {
height: 670px;
}
}