@media screen {
    .sidebar:after {
        content: '';
        width: 230px;
        height: 300px;
        background: linear-gradient(220deg, #293067 50%, #EE7878 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
}
