.sticky-right {
    /*background-color: #ffffff !important;*/
    /*position: sticky;*/
    right: 0;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.3);
}
