/* custom scrollbar */
/* Works on Chrome, Edge, and Safari */
.vii-custom-scrollbar::-webkit-scrollbar {width:7px;}
.vii-custom-scrollbar::-webkit-scrollbar-track {background-color:#eee;}
.vii-custom-scrollbar::-webkit-scrollbar-thumb {background-color:#1b1b1b;}