/* -------- Scroll bar style Start -------*/

::-webkit-scrollbar {
width: 10px; 
background: rgba(40, 138, 228, 0.15);
}

::-webkit-scrollbar-track {
background: rgba(40, 138, 228, 0.15);
}

::-webkit-scrollbar-thumb {
background: #288AE4;
border-radius: 10px;
border: none;
background-clip: padding-box;
/*max-height:80px !important;*/
cursor:pointer !important;
}

html, body {
scrollbar-width: 10px; /* or 'auto' for full size */
scrollbar-color: #288AE4 rgba(40, 138, 228, 0.15);
scrollbar-padding:0 !important;
scrollbar-gutter:unset !important; 
scrollbar-color: auto;
}
/* --------------- Scroll bar style End ---------------*/