    .xwms-bar-scroller-parent {
        scrollbar-color: #888 transparent;
    }

    .xwms-bar-scroller-parent::-webkit-scrollbar {
        width: 5px;
    }

    .xwms-bar-scroller-parent::-webkit-scrollbar-track {
        background: transparent;
    }

    .xwms-bar-scroller-parent::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 4px;
    }

    .xwms-category-slide {
        display: none;
        width: 100%;
        height: 100%;
    }

    .xwms-category-slide.active {
        display: block;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .list-group-item-action.title{
        font-size: 15px;
        font-weight: 700;
        transition: background-color 0.1s ease-in-out;
    }

    .list-group-item-action:hover{
        background-color: var(--bs-gray-150)
    }

    .list-group-item-action.desc{
        font-size: 14px;
        transition: background-color 0.1s ease-in-out;
    }