﻿.tabs-scroll {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
}

    .tabs-scroll::-webkit-scrollbar {
        height: 6px;
    }

    .tabs-scroll::-webkit-scrollbar-track {
        background: transparent;
    }

    .tabs-scroll::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.2);
        border-radius: 10px;
    }

        .tabs-scroll::-webkit-scrollbar-thumb:hover {
            background: rgba(0,0,0,0.4);
        }
