 

.custom_scroll {scrollbar-width: thin; scrollbar-color: transparent transparent; }
.custom_scroll:hover {scrollbar-color: #f0f7fe #f0f7fe;}
.custom_scroll::-webkit-scrollbar { width: 6px; visibility: hidden; }
.custom_scroll::-webkit-scrollbar-track { background: #cccccc; visibility: hidden; border-radius: 20px; }
.custom_scroll::-webkit-scrollbar-thumb { background-color: #7dc0ff; border-radius: 20px; visibility: hidden; }
.custom_scroll:hover { scrollbar-width: thin; scrollbar-color: #7dc0ff #cccccc; }
.custom_scroll:hover::-webkit-scrollbar { width: 6px; visibility: visible; }
.custom_scroll:hover::-webkit-scrollbar-track { background: #cccccc; visibility: visible; border-radius: 20px; }
.custom_scroll:hover::-webkit-scrollbar-thumb { background-color: #7dc0ff; border-radius: 20px; visibility: visible; }
.navbar-toggler{background:white}

