﻿@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}
@keyframes styles_rotate-effect__8_cea
{
    to
    {
        --angle: 180deg;
    }
}
@keyframes styles_pulse-effect__g86_P
{
    to
    {
        transform: scale(1.5);
        opacity: 0;
    }
}
.styles_shiny__eP4em
{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1002;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(var(--angle,0deg),#397928 0,#68f244 50%,#397928 100%);
    animation: styles_rotate-effect__8_cea 1.2s linear infinite;
    border: none;
}
.styles_shiny__eP4em:before
{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border-radius: inherit;
    overflow: hidden;
    background: #397928;
    transition: none;
}
.styles_pulse__vTshV
{
    position: absolute;
    top: 0;
    z-index: 900;
    height: 100%;
    background: #397928;
    width: 100%;
    border-radius: 50%;
    animation: styles_pulse-effect__g86_P 1.2s ease-in-out infinite;
}