﻿.dxbl-fl-ctrl:has(.st-progresslane.st-pl-container) {
    overflow-x:auto;
}
.st-progresslane.st-pl-container {
    background: rgba(0,0,0,0.075);
    overflow: hidden;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex: 1;
    min-width: 1250px;
    justify-content: space-between;
    align-items: center;
}

.st-progresslane .st-pl-btn {
    flex-grow: 1;
    text-align: center;
    height: 40px;
    border-radius:: 0px;
    border: 0px;
    border-right: 4px solid;
    border-right-color: var(--bs-body-bg) !important;
    transform: skew(-45deg);
}


.st-progresslane .st-pl-btn:first-child {
    margin-left: -10px;
}

    .st-progresslane .st-pl-btn:last-child {
        border-right: 0px;
        margin-right: -10px;
    }

    .st-progresslane .st-pl-btn span {
        display: block;
        transform: skew(45deg);
    }

    .st-progresslane .st-pl-btn:hover {
        box-shadow: inset 1000px 40px rgba(0,0,0,0.075) !important;
    }

    .st-progresslane .st-pl-btn.inactive {
    }

    .st-progresslane .st-pl-btn.active span {
        font-weight: 700;
    }

    .st-progresslane .st-pl-btn.inactive:hover {
    }

@media (max-width: 800px) {
    /*.st-progresslane.st-pl-container {
        flex-direction: column;
    }*/
}