.fg-root-wrapper{
    position: relative;
}

.fg-root-wrapper + div:hover{
    background-image: linear-gradient(to top, #7069fa, #56a2fc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fg-root-wrapper + div:hover > div:nth-child(1) > div{
    background-image: linear-gradient(to top, #7069fa, #56a2fc);
}
.fg-grid-wrapper{
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid #ECEFF5;
}