[data-theme=dark] #aside-content>.card-widget.card-info {
    /* background: var(--global-bg) !important */
    background: linear-gradient(-45deg, hsla(41, 52%, 20%, 0.3), hsla(14, 51%, 20%, 0.3), hsla(182, 64%, 12%, 0.3), hsla(240, 63%, 25%, 0.3), hsla(305, 58%, 20%, 0.3));
    position: relative;
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite !important
}

#aside-content>.card-widget.card-info {
    background: linear-gradient(-45deg, #e8d8b960, #eccec560, #a3e9eb60, #bdbdf060, #eec1ea60);
    position: relative;
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite !important
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

#pagination {
    width: 100%;
    margin: auto
}
