.scrollbar::-webkit-scrollbar {

    width: 6px;

    height: 6px;

    background-color: #E5E3DF;

}

.scrollbar::-webkit-scrollbar-thumb {

    border-radius: 10px;

    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/

    background-color: #8c8880;

}

.scrollbar::-webkit-scrollbar-track {

    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/

    border-radius: 10px;

    background-color: #E5E3DF;

}
