

.DesktopOuterLeftNavigationButton {
    background-color: transparent;
}

.DesktopOuterLeftNavigationButton:hover {
    background-color: #444444;
}

.DesktopOuterLeftNavigationButtonSelected {
    background-color: #555555 !important;
}
::-webkit-scrollbar {
    /*width: 2px;
  height: 2px;*/
    opacity: .5;
}

::-webkit-scrollbar-button {
    width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #444444;
    border: 0px none #d1d1d1;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #444444;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #444444;
    }

::-webkit-scrollbar-track {
    background: #333333;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: #333333;
        opacity: 1;
    }

    ::-webkit-scrollbar-track:active {
        background: #333333;
        opacity: 1;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}