@charset "UTF-8";/*!
 * v1.0.0 (https://EGMSystems.net)
 * Copyright 2001-2025 Edhar Gonzalez
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
details.multiProgress{
    zIndex: 100001;
    position: fixed;
    top: 0;
    width: 100%;
    background-color:
    /*
    rgba(0, 0, 0, 0.5);
    */
    rgba(0, 0, 0, 1.5);
    /*
    left: 0;
    */
    summary{
        width: 100%;
        progress{
            width: 95%;
        }
        progress::marker{
            width: 4%;
        }
    }
    ::marker {
        unicode-bidi: isolate;
        font-variant-numeric: tabular-nums;
        text-transform: none;
        text-indent: 0px !important;
        text-align: start !important;
        text-align-last: auto !important;
        width: 6%;
    }
    
    summary:first-of-type {
        display: list-item;
        counter-increment: list-item 0;
        list-style: inside disclosure-closed;
        
        unicode-bidi: isolate;
        font-variant-numeric: tabular-nums;
        text-transform: none;
        text-indent: 0px !important;
        text-align: start !important;
        text-align-last: auto !important;
    }
}
details.multiProgress[open] > summary:first-of-type {
    list-style-type: disclosure-open;
}
details.multiProgress[close] > summary:first-of-type {
    list-style-type: disclosure-closed;
}