/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 0.5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #afafaf;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #808080;
}

.dropdown-menu {
    right: 0 !important;
}

.navbar-vertical .nav-link-text {
    font-size: 15px;
}
