/* custom scrollbar */
/* Works on Chrome, Edge, and Safari */
html.easy-popup-open {padding-right:7px !important;}
.easy-popup-overflow::-webkit-scrollbar,
.vii-custom-scrollbar::-webkit-scrollbar {width:7px;}
.easy-popup-overflow::-webkit-scrollbar-track,
.vii-custom-scrollbar::-webkit-scrollbar-track {background-color:#eee;}
.easy-popup-overflow::-webkit-scrollbar-thumb,
.vii-custom-scrollbar::-webkit-scrollbar-thumb {background-color:#1b1b1b;}