:root{
    --var-colortheme: rgb(0,100,157);
    --var-colortheme-dark: rgb(0, 83, 132);
    --var-colortheme-hover: rgb(0, 94, 148);
    --var-colortheme-dark-hover: rgb(0, 75, 119);
}

.developer-original-button-background{
    background: linear-gradient(90deg, var(--var-colortheme), var(--var-colortheme-dark))!important;
    color: rgb(231, 238, 246)!important;

    &:hover{
        background: linear-gradient(90deg, var(--var-colortheme-hover), var(--var-colortheme-dark-hover))!important;
    }
}