/************************
 * Color Background *****
************************/
html.sm-user-ui  {
    background-color: #1f2020;
    background-size: 100%;
}

@media screen and (max-width: 768px) {
    html.sm-user-ui  {
        background-size: auto;
    }
}
.sm-user-ui .sm-page-content > .sm-page-layout >
    .sm-page-layout-region >
    .sm-page-layout-region-left {
    background-color: #27282b;
            background-color: rgba(39,40,43, 0.18);
    }
