.mega-menu {
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
}

/* #hoverable Class Styles */
.hoverable {
    position: static;
}

.hoverable>a:after {
    content: "\25BC";
    font-size: 10px;
    padding-left: 6px;
    position: relative;
    top: -1px;
}

.hoverable:hover .mega-menu {
    display: block;
}

.custom-scrollbar::-webkit-scrollbar {
    width: .375rem !important;
    cursor: pointer;
    /*background-color: rgba(229, 231, 235, var(--bg-opacity));*/

}
.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0.25rem!important;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background-color: rgba(229, 231, 235, var(--bg-opacity));
    cursor: pointer;
    /*background: red;*/
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #cbd5e1;
    /*outline: 1px solid slategrey;*/
}