div::-webkit-scrollbar {
    width: 5px; /* width of the entire scrollbar */
    height: 5px; /* height of the scrollbar for horizontal scrolling */
}

/* Track */
div::-webkit-scrollbar-track {
    background: #f1f1f1; /* color of the scrollbar track */
    border-radius: 10px; /* rounded corners */
}

/* Handle */
div::-webkit-scrollbar-thumb {
    background-color: #999999; /* color of the scrollbar handle */
    border-radius: 10px; /* roundness of the scrollbar handle */
    border: 3px solid #999999; /* space around handle */
}

    /* Handle on hover */
    div::-webkit-scrollbar-thumb:hover {
        background-color: #405189 !important; /* darker handle on hover */
    }


.btn-group-vertical > .btn, .btn-group > .btn-light {
    border: 1px solid #ced4da !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.page-title-box {
margin-bottom:10px !important;
}