.md-tabs__list {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin; /* Firefox */
}

/* Custom Scrollbar Styling */
.md-tabs__list::-webkit-scrollbar {
    height: 6px;
}

.md-tabs__list::-webkit-scrollbar-track {
    background: transparent;
}

.md-tabs__list::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
}

.md-tabs__list:hover::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.6);
}
