/*
    Theme.css is used to override any showcase styling!
*/
/*
    Theme.css is used to override any showcase styling!
*/

:root {
    /*Theme Color Variables*/
    --color-blue: #ed1b34;
    --color-mediumblue: #bfb1ac;
    --color-orange: #bfb1ac;
     

.channel-nav-container .channel-navigation-view .sm-clean {
    background: var(--menu-background-color);
    border-top: none;
    text-align: left

}

