.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-mini::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

.scrollbar-mini::-webkit-scrollbar-track {
    background: #fff;
}

.scrollbar-mini::-webkit-scrollbar-thumb {
    background: #fe6601;
    border-radius: 5px;
}

.scrollbar-mini::-webkit-scrollbar-thumb:hover {
    background: #fe6601;
}

@media (max-width: 1024px) {
    .flex-row-reverse {
        flex-direction: row-reverse;
    }
}
