@import '_content/Onx.Blazor.Components/Onx.Blazor.Components.bundle.scp.css';

/* /Components/Common/FlagRounded.razor.rz.scp.css */
#flag-issent[b-czfuhqijce] {
    width: 100%;
    height: 80%;
    border-radius: 10%;
    object-fit: cover;
    border: 2px solid var(--onx-gray);
    grid-area: rm;
    margin: auto;
}
/* /Components/Common/ImageTitlePlaceholder.razor.rz.scp.css */
#main[b-umtzoaur5a] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#main img[b-umtzoaur5a] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#main p[b-umtzoaur5a] {
    margin: auto;
}

.circular[b-umtzoaur5a] {
    border-radius: 50% !important;
    width: 100%;
    height: 100%;
}

.img-circular[b-umtzoaur5a] {
    border-radius: 50% !important;
    object-fit: cover !important;
}
/* /Components/Licenses/LicenseSelector.razor.rz.scp.css */

.licenses-hdr[b-oswrzlvh0z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: auto;
    margin-bottom: 1rem;
}

.licenses-all[b-oswrzlvh0z] {
    font-size: 14px;
    margin: auto;
}

.licenses-title[b-oswrzlvh0z] {
    font-weight: bold;
    margin: auto;
}

.licenses-boxes[b-oswrzlvh0z] {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
}

.licenses-boxes input[b-oswrzlvh0z] {
    transform: scale(1.5);
    margin: .5rem;
}

#licenses-choices[b-oswrzlvh0z] {
    padding: .5rem;
}

.company-lics[b-oswrzlvh0z] {
    border-top: 1px solid var(--onx-gray);
    padding: 1rem;
    display: grid;
    grid-template-columns: .3fr .7fr;
    margin: auto;
}

.company-name[b-oswrzlvh0z] {
    color: var(--onx-gray);
    margin-right: 2rem;
    text-align: left;
}

.company-lics-list[b-oswrzlvh0z] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin: auto;
    text-align: left;
}

.company-lics-item[b-oswrzlvh0z] {
}
/* /Components/Nav/Navbar.razor.rz.scp.css */
.main[b-a39oeme1v4] {
}

#user-id[b-a39oeme1v4] {
    margin: auto;
}

.show[b-a39oeme1v4] {
    display: block;
}

.user-details[b-a39oeme1v4] {
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: .4rem;
    margin-right: .4rem;
    margin-bottom: .4rem;
    padding: .2rem;
    border-radius: 1rem;
    color: var(--onx-blue-dark);
    font-weight: bold;
}

.user-details > p[b-a39oeme1v4] {
    margin: 0;
    user-select: none;
}

.user-name[b-a39oeme1v4] {
}

.user-company[b-a39oeme1v4] {
    font-size: 11px;
}
.dropdown-menu .show[b-a39oeme1v4] {
    z-index: 999999000;
}
.dropdown[b-a39oeme1v4] {
    top: 25px;
    left: -20px;
}

@media (max-width: 1750px){
    .dropdown-toggle[b-a39oeme1v4], .dropdown-menu[b-a39oeme1v4] {
        font-size: 0.9rem;
    }
}
@media (max-width: 1550px) {
    .dropdown-toggle[b-a39oeme1v4], .dropdown-menu[b-a39oeme1v4] {
        font-size: 0.8rem;
    }
}
@media (max-width: 1400px) {
    .dropdown-toggle[b-a39oeme1v4], .dropdown-menu[b-a39oeme1v4] {
        font-size: 0.7rem;
    }
}
@media (max-width: 1300px) {
    .dropdown-toggle[b-a39oeme1v4], .dropdown-menu[b-a39oeme1v4] {
        font-size: 0.6rem;
    }
}
/* /Components/Scan/CheckRoutineSummary.razor.rz.scp.css */
#main[b-uv8jjnkv8o] {
}

.routine-card[b-uv8jjnkv8o] {
    border: 1px solid var(--onx-gray);
    border-radius: .5rem;
    margin-bottom: .2rem;

    display: grid;
    grid-template-areas: "id res";
    grid-template-columns: .9fr .1fr;
    grid-template-rows: 1fr;
}

.routine-id[b-uv8jjnkv8o] {
    grid-area: id;
    margin: 0;
}

.routine-res[b-uv8jjnkv8o] {
    grid-area: res;
    border: 2px solid var(--onx-gray);
    border-radius: 50%;
    width: 25px;
    height: 25px;

    justify-self: center;
    margin: auto;
}

.result-invalid[b-uv8jjnkv8o] {
    background: var(--onx-red);
    color: var(--onx-red);
}

.result-valid[b-uv8jjnkv8o] {
    background: var(--onx-green);
    color: var(--onx-green);
}

.result-warning[b-uv8jjnkv8o] {
    background: var(--onx-yellow);
    color: var(--onx-yellow);
}
/* /Components/Scan/DocumentFilter.razor.rz.scp.css */
#main[b-8vxwx4fguy] {
    display: flex;
    flex-direction: column;
    background-color: var(--onx-blue-dark);
    border: 1px solid var(--onx-gray);
    border-radius: 1rem;
    padding: 1rem;
    overflow: auto;
}

#filters-title-1[b-8vxwx4fguy] {
    font-size: 12px;
    color: var(--onx-cyan);
    margin: auto;
    margin-bottom: .3rem;
}

#shields[b-8vxwx4fguy] {
    height: 130px;
    display: flex;
    justify-content: center;
    gap: 3rem;
    user-select: none;
}

#expertise[b-8vxwx4fguy] {
    display: grid;
    grid-template-areas: "ul ur"
                         "bl br";
    align-items: center;
    user-select: none;
}

.expertise-label[b-8vxwx4fguy] {
    margin: .5rem;
    display: flex;
}

.expertise-checkbox[b-8vxwx4fguy] {
    transform: scale(1.5);
    margin-right: .3rem;
}

.modifiedon[b-8vxwx4fguy] {
    margin-bottom: 1rem;
}

.modifiedon-checkbox[b-8vxwx4fguy] {
    transform: scale(1.5);
    margin-right: 1rem;
}

.licenses-hdr[b-8vxwx4fguy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: auto;
    margin-bottom: 1rem;
}

.licenses-all[b-8vxwx4fguy] {
    font-size: 14px;
    margin: auto;
}

.licenses-title[b-8vxwx4fguy] {
    font-weight: bold;
    margin: auto;
}

.licenses-boxes[b-8vxwx4fguy] {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
}

.licenses-boxes input[b-8vxwx4fguy] {
    transform: scale(1.5);
    margin: .5rem;
}

#licenses-choices[b-8vxwx4fguy] {
    padding: .5rem;
}

#btn-choices[b-8vxwx4fguy] {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.main-input[b-8vxwx4fguy] {
    margin-bottom: .8rem;
}

.input-with-hint[b-8vxwx4fguy] {
    display: flex;
    flex-direction: column;
}

.hint-input[b-8vxwx4fguy] {
    font-size: 11px;
    color: var(--onx-yellow);
    margin: auto;
}

.sizes-boxes[b-8vxwx4fguy] {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.sizes-boxes input[b-8vxwx4fguy] {
    transform: scale(1.5);
    margin: .5rem;
}

.reset-date-btn[b-8vxwx4fguy] {
    margin: auto;
    margin-bottom: 5px;
    justify-self: end;
}

@media only screen and (max-width: 768px) {
    #shields[b-8vxwx4fguy] {
        gap: 1rem;
    }
}

@media only screen and (min-width: 1000px) {

    #shields[b-8vxwx4fguy] {
        transform: scale(1.5);
        width: 80%;
    }

    #expertise[b-8vxwx4fguy] {
        font-size: 20px;
    }

    .expertise-checkbox[b-8vxwx4fguy] {
        transform: scale(2);
        margin-right: .8rem;
    }
}
/* /Components/Scan/DocumentInfo.razor.rz.scp.css */
#main[b-5oep8dltcg] {
    display: grid;
    grid-template-areas: "lt ct rt" "lm cm rm" "lb cb rb";
    grid-template-columns: .2fr .6fr .2fr;
    grid-template-rows: 1fr 1fr 1fr;
}

#shield[b-5oep8dltcg] {
    width: 100px;
    height: 100px;

    grid-area: lt / lm / lb;
    margin: auto;
}

#flag-issent[b-5oep8dltcg] {
    width: 50px;
    height: 50px;
    margin: auto;
}

#iss-ent[b-5oep8dltcg] {
    grid-area: rt;
    margin: auto;
}

#doc-code-expi[b-5oep8dltcg] {
    grid-area: ct;
    margin: auto;
    display: flex;
}

#doc-code-expi > p[b-5oep8dltcg] {
    margin: auto;
    padding: 5px;
}

#scan-time-location[b-5oep8dltcg] {
    grid-area: cm;
    margin: auto;
}

#time-fr[b-5oep8dltcg] {
    margin: auto;
    font-size: 11px;
    color: pink;
    text-align: center;
}

#guid[b-5oep8dltcg] {
    grid-area: cb;
    margin: auto;
}

.lic-name[b-5oep8dltcg] {
    color: var(--onx-cyan);
}

.op-name[b-5oep8dltcg] {
    color: var(--onx-cyan);
    font-weight: normal!important;
}

.expertise-badge[b-5oep8dltcg] {
    grid-area: lb;
    margin: auto;
    z-index: 2;
    padding-top: 30px;
}

.report-badge[b-5oep8dltcg] {
    grid-area: lb;
    margin: auto;
    z-index: 2;
    padding-top: 30px;
}
/* /Components/Scan/ExpertiseBadge.razor.rz.scp.css */
.main[b-xiad9n0a0f] {
}
@media (max-width: 1750px) {
    .badge[b-xiad9n0a0f] {
        font-size: 0.7rem;
    }
}
@media (max-width: 1550px) {
    .badge[b-xiad9n0a0f] {
        font-size: 0.6rem;
    }
}
@media (max-width: 1300px) {
    .badge[b-xiad9n0a0f] {
        font-size: 0.47rem;
    }
}
/* /Components/Scan/HolderInfo.razor.rz.scp.css */
#main[b-0q6i4us7jb] {
    display: grid;
    grid-template-areas: "pic data nat";
    grid-template-columns: .3fr 1fr .3fr;
    grid-template-rows: 1fr;

    border: 1px solid var(--onx-gray);
    border-radius: 1rem;
    padding: 1rem;
}

#portrait[b-0q6i4us7jb] {
    grid-area: pic;
    height: 150px;
    width: 150px;
}

#data[b-0q6i4us7jb] {
    grid-area: data;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

#data p[b-0q6i4us7jb] {
    margin: 0;
}

#nationality[b-0q6i4us7jb] {
    grid-area: nat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#flag-issent[b-0q6i4us7jb] {
    width: 50px;
    height: 50px;
}
/* /Components/Scan/MrzDisplay.razor.rz.scp.css */
#mrz-area[b-ym1sc9qzso] {
    margin: auto;
    font-family: Inconsolata;
    font-size: 18px;
    resize: none;
    background-color: var(--onx-blue-black);
    color: var(--onx-white);
    border-radius: 1rem;
    padding: 10px;
    text-align: center;
    min-height: 150px;
}
/* /Components/Scan/ScanInfoCard.razor.rz.scp.css */
#main[b-97kexv2u6v] {
    height: 100px;
    margin-top: 5px;
    border: 1px solid var(--onx-gray);
    border-radius: 1rem;
    background-color:  #414141;
    display: grid;
    grid-template-areas: "lu cu ru"
        "lm cm rm"
        "lb cb rb";
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: .3fr 1fr .3fr;
    color: var(--onx-white);
    align-items: center;
    cursor: pointer;
    transition: .1s;
    position: relative;
}

#main:hover[b-97kexv2u6v] {
    transition: .1s;
    transform: scale(1.05);
    border: 2px solid var(--bs-primary);
    box-shadow: .1rem .1rem var(--bs-primary);
}

#shield[b-97kexv2u6v] {
    grid-area: 1 / 1 / span 3 / span 1;
    width: 50px;
    height: 50px;
    margin: auto;
}

.expertise-badge[b-97kexv2u6v] {
    grid-area: 1 / 1 / span 3 / span 1;
    z-index: 1;
    margin: auto;
}

.report-badge[b-97kexv2u6v] {
    grid-area: 1 / 1 / span 3 / span 1;
    z-index: 1;
    margin: auto;
}

.expertise-waiting[b-97kexv2u6v] {
    grid-area: 3 / 1;
    margin: auto;
    font-size: 11px;
    color: var(--onx-gray);
    padding-top: 5px;
}

#doc-code[b-97kexv2u6v] {
    grid-area: cu;
    margin: auto;
}

#time[b-97kexv2u6v] {
    grid-area: cm;
    margin: auto;
    position: relative;
    top: -5px;
    font-size: 15px;
}

#time-sync[b-97kexv2u6v] {
    grid-area: cm;
    margin: auto;
    position: relative;
    top: 15px;
    font-size: 12px;
    color: var(--onx-yellow);
}

#time-fr[b-97kexv2u6v] {
    grid-area: lu;
    position: relative;
    font-size: 10px;
    top: 5px;
    left: 1rem;
    color: pink;
    width: 160%;
}

#license[b-97kexv2u6v] {
    grid-area: cb;
    position: relative;
    font-size: 12px;
    color: var(--onx-gray);
    margin: auto;
}

#license strong[b-97kexv2u6v] {
    color: var(--onx-cyan);
    opacity: .9;
}

#license span[b-97kexv2u6v] {
    color: var(--onx-cyan);
    font-weight: bold;
    opacity: .9;
}

.op-name[b-97kexv2u6v] {
    font-weight: normal!important;
}

#iss-ent[b-97kexv2u6v] {
    grid-area: 1 / 3 / span 3 / span 1;
    margin: auto;
    text-align: center;
}

#flag-issent[b-97kexv2u6v] {
    width: 40px;
    height: 40px;
}

.selected[b-97kexv2u6v] {
    border: .4rem groove var(--onx-cyan)!important;
}

.ai-annot[b-97kexv2u6v] {
    width: 25px;
    height: 25px;
    grid-area: ru;
    margin: 5px;
}

.gdpr-symbol[b-97kexv2u6v] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.gdpr-symbol img[b-97kexv2u6v] {
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 992px) {
    #doc-code[b-97kexv2u6v] {
        font-size: 14px;
    }

    #time[b-97kexv2u6v] {
        font-size: 12px;
    }
}
@media (max-width: 1750px) {

    #main[b-97kexv2u6v]{
        height:75px;
    }
    /* MERCREDI 23 OCTOBRE 2024 07:39:35 */
    #time[b-97kexv2u6v] { 
        font-size:0.7rem;
    }
    /* shield de gauche   */
    #shield[b-97kexv2u6v]{
        width:30px;
    }
    /* ensemble pays + drapeau */
    #iss-ent[b-97kexv2u6v]{
        font-size:0.7rem;
    }

    /* reçu le */
    #time-sync[b-97kexv2u6v] {
        top:11px;
        font-size: 0.6rem;
    }
    #license[b-97kexv2u6v] {
        font-size: 0.7rem;
    }
    #flag-issent[b-97kexv2u6v] {
        width: 30px;
        height: unset;
    }
    
}

@media (max-width: 1550px) {

    #main[b-97kexv2u6v] {
        height: 65px;
    }
    .doc-code[b-97kexv2u6v] {
        font-size: 0.60rem;
    }
    /* MERCREDI 23 OCTOBRE 2024 07:39:35 */
    #time[b-97kexv2u6v] {
        font-size: 0.6rem;
    }
    /* shield de gauche   */
    #shield[b-97kexv2u6v] {
        width: 25px;
    }
    /* ensemble pays + drapeau */
    #iss-ent[b-97kexv2u6v] {
        font-size: 0.7rem;
    }

    /* reçu le */
    #time-sync[b-97kexv2u6v] {
        top:10px;
        font-size: 0.55rem;
    }

    #license[b-97kexv2u6v] {
        font-size: 0.6rem;
    }

    #flag-issent[b-97kexv2u6v] {
        width: 25px;
        height: unset;
    }
}
@media (max-width: 1400px) {

    #main[b-97kexv2u6v] {
        height: 75px;
    }
    /* MERCREDI 23 OCTOBRE 2024 07:39:35 */
    #time[b-97kexv2u6v] {
        font-size: 0.6rem;
    }
    /* shield de gauche   */
    #shield[b-97kexv2u6v] {
        width: 10px;
    }
    /* ensemble pays + drapeau */
    #iss-ent[b-97kexv2u6v] {
        font-size: 0.6rem;
    }

    /* reçu le */
    #time-sync[b-97kexv2u6v] {
        top: 11px;
        font-size: 0.50rem;
    }

    #license[b-97kexv2u6v] {
        font-size: 0.7rem;
    }

    #flag-issent[b-97kexv2u6v] {
        width: 30px;
        height: unset;
    }
}

@media (max-width: 1300px) {

    #main[b-97kexv2u6v] {
        height: 55px;
    }
    /* MERCREDI 23 OCTOBRE 2024 07:39:35 */
    #time[b-97kexv2u6v] {
        font-size: 0.5rem;
    }
    /* shield de gauche   */
    #shield[b-97kexv2u6v] {
        width: 27px;
    }
    /* ensemble pays + drapeau */
    #iss-ent[b-97kexv2u6v] {
        font-size: 0.5rem;
    }

    /* reçu le */
    #time-sync[b-97kexv2u6v] {
        top: 7px;
        font-size: 0.4rem;
    }

    #license[b-97kexv2u6v] {
        font-size: 0.6rem;
    }

    #flag-issent[b-97kexv2u6v] {
        width: 30px;
        height: unset;
    }
}
/* /Components/Shield/ShieldCheckbox.razor.rz.scp.css */
#main[b-0sz8bcn7yq] {
    display: flex;
    padding: 0;
    height: 120px;
}

.chkbox[b-0sz8bcn7yq] {
    margin: auto;
    transform: scale(1.5);
}

.shield[b-0sz8bcn7yq] {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-right: .5rem;
    cursor: pointer;
}

.chklabel[b-0sz8bcn7yq] {
    font-size: 12px;
    margin: auto;
    text-align: center;
}
/* /Components/Shield/ShieldCounter.razor.rz.scp.css */
.main[b-l82b640he5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--onx-gray);
    border-radius: 1rem;
    width: 100%;
    padding: 10px;
}

.shield[b-l82b640he5] {
    width: 50px;
    height: 50px;
}

.count[b-l82b640he5] {
    font-size: 25px;
    margin: 5px;
}
@media (max-width: 1750px) {
    .shield[b-l82b640he5] {
        width:35px;
    }
    .count[b-l82b640he5]{
        font-size:1.35rem;
    }
}
@media (max-width: 1550) {
    .shield[b-l82b640he5] {
        width: 20px;
    }

    .count[b-l82b640he5] {
        font-size: 1.25rem;
    }
}
@media (max-width: 1400px) {
    .shield[b-l82b640he5] {
        width: 30px;
    }

    .count[b-l82b640he5] {
        font-size: 1.10rem;
    }
}
/* /Components/Shield/ShieldDashboard.razor.rz.scp.css */
#main[b-9mr1wubw4u] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

#total[b-9mr1wubw4u] {
    margin-top: 1rem;
}

#stats[b-9mr1wubw4u] {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.counter[b-9mr1wubw4u] {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {

    #main[b-9mr1wubw4u] {
        flex-direction: row;
    }

    #stats[b-9mr1wubw4u] {
        flex-direction: row;
        margin-top: .5rem;
    }

    #total[b-9mr1wubw4u] {
        margin-top: .5rem;
    }

}
/* /Components/Shield/ShieldLogo.razor.rz.scp.css */
#main[b-qiwyxov8u2] {
    position: relative;
    height: inherit;
    width: inherit;
}

img[b-qiwyxov8u2] {
    position: absolute;
    width: 100%;
    height: 100%;
}

#fingerprint[b-qiwyxov8u2] {
    transform: scale(.5);
}

.img-white[b-qiwyxov8u2] {
    filter: brightness(0) invert(1);
}
/* /Pages/AccessEvents/AccessEventsDashBoard.razor.rz.scp.css */
h2[b-7rwx103kq0] {
    text-align: center;
}

#content-div[b-7rwx103kq0] {
    width: 950px;
    height: 950px;
    margin-left: auto;
    margin-right: auto
}

#scheduler[b-7rwx103kq0] {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}


/*.calendar {
    display: flex;
    flex-flow: column;
    height: 800px;
    background-color: aliceblue;
    width: auto;
    padding:10px;

}


#events-fill {
    display: flex;
    flex-direction: column;
}

#action-events {
    height: 100px;
}

#scheduler {
    background-color: aliceblue;
    height: auto;
    width: auto;
    margin-left: 100px;
    margin-right: 100px;
}

#info-events {
    height: auto;
}*/
/* /Pages/AccessEvents/AddAccessEventPage.razor.rz.scp.css */
.div_guests_bordure[b-6lkd9j80w7] {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-left: -15px;
    margin-right: -15px;
}


.user-desc[b-6lkd9j80w7] {
    margin: auto;
    color: var(--bs-secondary);
    text-align: justify;
    width: 70%;
    margin-top: 1vh;
}


.label[b-6lkd9j80w7] {
    width: 15rem;
    height: 2.5rem;
    border: 2px dashed;
    border-radius: 5px;
    display: block;
    padding: 0.5em;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
}

i[b-6lkd9j80w7] {
    display: block;
    font-size: 42px;
    padding-bottom: 16px;
}

.title[b-6lkd9j80w7] {
    transition: 200ms color;
}

.label:hover[b-6lkd9j80w7] {
    border: 2px solid;
}



.guests_table[b-6lkd9j80w7] {
 
    border-collapse: collapse;
    width: 100%;
}

.guests_table td[b-6lkd9j80w7], .guests_table th[b-6lkd9j80w7] {
    border: 1px solid #ddd;
    padding: 4px;
}

.guests_table td[b-6lkd9j80w7] {
    color: gray;
}

.guests_table tr:nth-child(even)[b-6lkd9j80w7] {
    background-color: #f2f2f2;
}

.guests_table tr:hover[b-6lkd9j80w7] {
    background-color: #ddd;
}

    .guests_table th[b-6lkd9j80w7] {
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center;
        background-color: #20466d;
        color: white;
    }
/* /Pages/AccessEvents/EditAccessEventPage.razor.rz.scp.css */
.guests_table[b-45nc1v7qmh] {
    border-collapse: collapse;
    width: 100%;
}

    .guests_table td[b-45nc1v7qmh], .guests_table th[b-45nc1v7qmh] {
        border: 1px solid #ddd;
        padding: 4px;
    }

    .guests_table td[b-45nc1v7qmh] {
        color: gray;
    }

    .guests_table tr:nth-child(even)[b-45nc1v7qmh] {
        background-color: #f2f2f2;
    }

    .guests_table tr:hover[b-45nc1v7qmh] {
        background-color: #ddd;
    }

    .guests_table th[b-45nc1v7qmh] {
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center;
        background-color: #20466d;
        color: white;
    }

.div_guests_bordure[b-45nc1v7qmh] {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-left: -15px;
    margin-right: -15px;
}
/* /Pages/Company/CompanyLanding.razor.rz.scp.css */
#company-info[b-ubx1owx9oc] {
    margin: auto;
    text-align: center;
    border: 1px solid var(--bs-secondary);
    border-radius: 1rem;
    padding: 1rem;
    width: 50%;
    margin-bottom: 10vh;
}

#company-info h2[b-ubx1owx9oc] {
    font-weight: bold;
}

#company-nav[b-ubx1owx9oc] {
    width: 50%;
    margin: auto;
}

.nav-link[b-ubx1owx9oc] {
    user-select: none;
    cursor: pointer;
}

#company-select[b-ubx1owx9oc] {
    width: 40%;
    margin: auto;
    margin: 1rem;
}

@media (max-width: 768px) {
    #company-info[b-ubx1owx9oc] {
        width: 95%;
    }

    #company-nav[b-ubx1owx9oc] {
        width: 95%;
    }

    #company-select[b-ubx1owx9oc] {
        width: 70%;
    }


}

#onx-header[b-ubx1owx9oc] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#company-add[b-ubx1owx9oc] {
    display: flex;
    gap: .5rem;
    padding: 1rem;
}

.modal[b-ubx1owx9oc] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    display: block;
    background-color: rgba(0, 0, 0, 0.5); /* Fond noir semi-transparent */

    border-radius: 0.3rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
}

.modal-backdrop[b-ubx1owx9oc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Fond noir semi-transparent */
    z-index: 1040;
}
.modal-content[b-ubx1owx9oc] {
    display: inline-block; /* S'ajuste au contenu */
    text-align: center; /* Centre le texte horizontalement */
}
.modal-body[b-ubx1owx9oc] {
    white-space: nowrap; /* Empêche le texte de passer à la ligne */
    margin: auto; /* Centre le texte */
}
/* /Pages/Company/Crypto/CompanyCrypto.razor.rz.scp.css */
#main[b-o0rtl1vhg9] {
    text-align: justify;
    padding: 1rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1[b-o0rtl1vhg9] {
    text-align: center;
    margin: 1rem;
}

#desc-zke[b-o0rtl1vhg9] {

}

#desc-zke span[b-o0rtl1vhg9] {
    font-size: 18px;
    font-weight: bold;
    color: var(--onx-cyan);
}

li span[b-o0rtl1vhg9] {
    font-size: 18px;
    font-weight: bold;
    color: var(--onx-cyan);
}

.private-stuff[b-o0rtl1vhg9] {
    color: var(--onx-red)!important;
    text-decoration: underline;
}

#btn-ck-gen[b-o0rtl1vhg9] {
    margin: auto;
}

#ck-copy-txt[b-o0rtl1vhg9] {
    text-align: justify;
    margin: auto;
    margin-top: 1rem;
}

#ck-ok-txt[b-o0rtl1vhg9] {
    color: var(--onx-green);
}

#btn-ck-del[b-o0rtl1vhg9] {
    margin: auto;
    margin-top: 4vh;
    margin-bottom: 4vh;
}
/* /Pages/Company/EventsManagers/EventsManagers.razor.rz.scp.css */
#user-table[b-vsn6fyxlgi] {
    color: var(--onx-white);
    width: 80%;
    margin: auto;
    margin-top: 5vh;
    margin-bottom: 10vh;
    text-align: center;
}

#user-desc[b-vsn6fyxlgi] {
    margin: auto;
    color: var(--bs-secondary);
    text-align: justify;
    width: 50%;
    margin-top: 5vh;
}

#user-table tr[b-vsn6fyxlgi] {
    cursor: pointer;
}

    #user-table tr:hover[b-vsn6fyxlgi] {
        background-color: var(--onx-blue-black);
        font-weight: bold;
    }

        #user-table tr:hover .user-code[b-vsn6fyxlgi] {
            opacity: 1;
            transition: all .3s;
        }

.user-code[b-vsn6fyxlgi] {
    opacity: 0;
    transition: all .3s;
    color: var(--onx-orange);
    font-weight: bold;
    font-family: monospace;
    font-size: 20px;
}

    .user-code:hover[b-vsn6fyxlgi] {
    }

#addUserModal[b-vsn6fyxlgi] {
    color: var(--onx-blue-dark);
}

table[b-vsn6fyxlgi] {
    border-color: var(--onx-gray);
}

#user-add-btn[b-vsn6fyxlgi] {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
}

@media (max-width: 768px) {
    #user-desc[b-vsn6fyxlgi] {
        width: 90%;
    }
}
/* /Pages/Company/Licenses/CompanyLicenses.razor.rz.scp.css */
#main[b-m223l1ywu1] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#license-add[b-m223l1ywu1] {
    display: flex;
    gap: .5rem;
    padding: 1rem;
}

#lics[b-m223l1ywu1] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lic-card[b-m223l1ywu1] {
    border-radius: 10px;
    border: 1px solid var(--onx-gray);
    text-align: left;
    justify-items: center;
    background-color: var(--onx-blue-black);
    padding: 1rem;
}

.lic-card:hover[b-m223l1ywu1] {
    background-color: var(--onx-blue-dark);
}

#data-retention[b-m223l1ywu1] {
    border: 1px solid var(--onx-gray);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    padding: 2rem;
}

#data-ret-server input[b-m223l1ywu1] {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.online-status-circle[b-m223l1ywu1] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--onx-gray);
    background-color: var(--onx-gray);
}

.online-status-circle-red[b-m223l1ywu1] {
    background-color: var(--onx-red) !important;
}

.online-status-circle-green[b-m223l1ywu1] {
    background-color: var(--onx-green) !important;
}
/* /Pages/Company/Licenses/LicenseDetails.razor.rz.scp.css */
#main[b-nr16ik84vx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.section[b-nr16ik84vx] {
    border: 1px solid gray;
    border-radius: 10px;
    padding: 10px;
    margin-top: 2rem;
}

.license-label-input[b-nr16ik84vx] {
    margin-top: 50px;
    width: 50vw;
}

.info-div[b-nr16ik84vx] {

}

.assoc-div[b-nr16ik84vx] {

}

.assoc-code[b-nr16ik84vx] {
    color: var(--onx-orange);
    font-weight: bold;
    font-family: monospace;
    font-size: 25px;
}

.period-div[b-nr16ik84vx] {
}

.period[b-nr16ik84vx] {
    padding: 1rem;
    border-bottom: 1px solid gray;
}

.period span[b-nr16ik84vx] {
    font-weight: bold;
    color: var(--onx-cyan);
}

.period-add[b-nr16ik84vx] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.back-btn[b-nr16ik84vx] {
    position: fixed;
    top: 10vh;
    left: 1rem;
}

#delete-btn[b-nr16ik84vx] {
    margin: auto;
    margin-top: 4vh;
    margin-bottom: 4vh;
}
/* /Pages/Company/Operators/CompanyOperators.razor.rz.scp.css */
#user-table[b-2rg6n0w8hu] {
    color: var(--onx-white);
    width: 80%;
    margin: auto;
    margin-top: 5vh;
    margin-bottom: 10vh;
    text-align: center;
}

#user-desc[b-2rg6n0w8hu] {
    margin: auto;
    color: var(--bs-secondary);
    text-align: justify;
    width: 50%;
    margin-top: 5vh;
}

#user-table tr[b-2rg6n0w8hu] {
    cursor: pointer;
}

#user-table tr:hover[b-2rg6n0w8hu] {
    background-color: var(--onx-blue-black);
    font-weight: bold;
}

#user-table tr:hover .user-code[b-2rg6n0w8hu] {
    opacity: 1;
    transition: all .3s;
}

.user-code[b-2rg6n0w8hu] {
    opacity: 0;
    transition: all .3s;
    color: var(--onx-orange);
    font-weight: bold;
    font-family: monospace;
    font-size: 20px;
}

.user-code:hover[b-2rg6n0w8hu] {
}

#addUserModal[b-2rg6n0w8hu] {
    color: var(--onx-blue-dark);
}

table[b-2rg6n0w8hu] {
    border-color: var(--onx-gray);
}

#user-add-btn[b-2rg6n0w8hu] {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
}

@media (max-width: 768px) {
    #user-desc[b-2rg6n0w8hu] {
        width: 90%;
    }

}
/* /Pages/Company/Users/CompanyUsers.razor.rz.scp.css */
#user-table[b-07bpq7ifpw] {
    color: var(--onx-white);
    width: 80%;
    margin: auto;
    margin-top: 5vh;
    margin-bottom: 10vh;
    text-align: center;
}

#user-desc[b-07bpq7ifpw] {
    margin: auto;
    color: var(--bs-secondary);
    text-align: justify;
    width: 50%;
    margin-top: 5vh;
}

#user-table tr[b-07bpq7ifpw] {
    cursor: pointer;
}

#user-table tr:hover[b-07bpq7ifpw] {
    background-color: var(--onx-blue-black);
    font-weight: bold;
}

#user-table tr:hover .user-code[b-07bpq7ifpw] {
    opacity: 1;
    transition: all .3s;
}

.user-code[b-07bpq7ifpw] {
    opacity: 0;
    transition: all .3s;
    color: var(--onx-orange);
    font-weight: bold;
    font-family: monospace;
    font-size: 20px;
}

.user-code:hover[b-07bpq7ifpw] {

}

#addUserModal[b-07bpq7ifpw] {
    color: var(--onx-blue-dark);
}

table[b-07bpq7ifpw] {
    border-color: var(--onx-gray);
}

#user-add-btn[b-07bpq7ifpw] {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
}

@media (max-width: 768px) {
    #user-desc[b-07bpq7ifpw] {
        width: 90%;
    }
}

/* /Pages/DocumentScan/Details/AiAnnotatorImage.razor.rz.scp.css */
.ai-annot[b-hu8s3i861q] {
    border: 1px solid var(--onx-gray);
    border-radius: 5px;
    padding: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.ai-annot-groups[b-hu8s3i861q] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    border-radius: 5px;
    margin: auto;
}

.ai-annot-radio[b-hu8s3i861q] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    user-select: none;
    transform: scale(1.2);
}

.ai-annot-btns[b-hu8s3i861q] {
    display: flex;
    gap: 1rem;
    margin: auto;
}
/* /Pages/DocumentScan/Details/DocumentLayersGalery.razor.rz.scp.css */
#main[b-mqyua0mm2t] {
    text-align: center;
}

#portraits[b-mqyua0mm2t] {
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    height: 200px;
    width: 80%;
}

.view-galery[b-mqyua0mm2t] {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 95%;
}

.load-ref-btn[b-mqyua0mm2t] {
    margin: auto;
    width: 200px;
    margin-top: 2rem;
}

#fullscreen-zoom[b-mqyua0mm2t] {
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 1vh;
    left: .5vw;
    width: 98vw;
    height: 98vh;
    padding: 10px;
    background: var(--onx-blue-black);
    border: 2px solid var(--onx-orange);
    border-radius: 20px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    text-align: center;
}

.zoom-enabled[b-mqyua0mm2t] {
    z-index: 99 !important;
    opacity: 1!important;
    transition: all .3s;
}

#zoom-img[b-mqyua0mm2t] {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

#zoom-close-btn[b-mqyua0mm2t] {
    height: 50px;
}

#zoom-loader[b-mqyua0mm2t] {
    margin: auto;
}

.annotator[b-mqyua0mm2t] {
    width: 50%;
    margin: auto;
    margin-bottom: 1rem;
}

details[b-mqyua0mm2t] {
    padding: 2px;
    color: #ff5c33;
    font-weight: bold;
    background-color: #280000;
    color: #FFC107;
    border: 2px solid #FFC107;
    border-radius: .5rem;
    margin-left: 5px;
    margin-right: 5px;
}

details summary[b-mqyua0mm2t] {
    cursor: pointer;
    font-size: 20px;
    transition: all 1s ease-out;
    height: 25px;
    margin: auto;
}

details[open] summary[b-mqyua0mm2t] {
    margin-bottom: 10px;
}
/* /Pages/DocumentScan/Details/DocumentScanDetailPage.razor.rz.scp.css */
#main[b-ge5xq80gon] {
}

h2[b-ge5xq80gon] {
    text-align: center;
    padding: 10px;
}

.report-btn[b-ge5xq80gon] {
    position: fixed;
    top: 1rem;
    right: 1rem;
}

#summary-routines[b-ge5xq80gon] {
    width: 400px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#holder-info[b-ge5xq80gon] {
    width: 70%;
    margin: auto;
    margin-top: 2rem;
}

#mrz-all[b-ge5xq80gon] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 450px));
    justify-content: center;
    margin: auto;
    text-align: center;
}

#test-canvas[b-ge5xq80gon] {
    position: relative;
    width: 500px;
    height: 400px;
}

#vi0-2[b-ge5xq80gon] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#rect[b-ge5xq80gon] {
/*    position: absolute;
    top: 50px;
    left: 20px;
    width: 50%;
    height: 50%;
    border: 2px solid red;*/
}

#gdpr-time[b-ge5xq80gon] {
    position: fixed;
    top: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    padding: 0.5rem;
    font-weight: bold;
    border: 1px solid var(--bs-success);
    border-radius: 1rem;
    text-align: center;
    color: var(--bs-success);
    background-color: var(--onx-blue-dark);
    font-size: 11px;
}

#progress-bar[b-ge5xq80gon] {
    position: fixed;
    top: 2px;
    width: 90vw;
    margin-left: 5vw;
    height: 5px;
    transition: all 1.5s;
}

.hidden-pb[b-ge5xq80gon] {
    opacity: 0;
    transition: all 1.5s;
}

.expertise-section[b-ge5xq80gon] {
    width: 50%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--onx-red);
    border-radius: 2rem;
}

.expertise-msg[b-ge5xq80gon] {
}

.expertise-btns[b-ge5xq80gon] {
    display: flex;
    justify-content: space-between;
}

.delete-section[b-ge5xq80gon] {
    width: 75%;
    border: 1px solid var(--onx-gray);
    padding: 1rem;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 2rem;
}

.delete-choice[b-ge5xq80gon] {
    margin: auto;
}

.delete-choice strong[b-ge5xq80gon] {
    font-size: 18px;
}

.delete-choice p[b-ge5xq80gon] {
    text-align: justify;
    padding: .3rem;
    color: var(--onx-gray);
}

.delete-choice p:hover[b-ge5xq80gon] {
    color: var(--bs-danger);
}

@media (max-width: 768px) {
    .delete-section[b-ge5xq80gon] {
        width: 98%;
    }

    .expertise-section[b-ge5xq80gon] {
        width: 98%;
    }

    #mrz-all[b-ge5xq80gon] {
        flex-direction: column;
    }

    .view-galery[b-ge5xq80gon] {
        flex-direction: column;
    }
}

.back-btn[b-ge5xq80gon] {
    position: fixed;
    top: 10vh;
    left: 1rem;
}

.doctoblur-btn[b-ge5xq80gon] {
    margin: auto;
    margin-bottom: 5vh;
    width: 200px;
}

.doctofake-btn[b-ge5xq80gon] {
    margin: auto;
    margin-bottom: 5vh;
    width: 200px;
}
/* /Pages/DocumentScan/List/CompanyKeyLoadModal.razor.rz.scp.css */
@font-face {
    font-family: Password;
    src: url(/css/fonts/Password.ttf);
}


.page-modal[b-quxghl35dg] {
    color: var(--onx-blue-dark);
}

.spam-hint[b-quxghl35dg] {
    font-size: 12px;
}

.shown[b-quxghl35dg] {
    display: block;
}

#chkbox-copy[b-quxghl35dg] {
    display: flex;
}

#chkbox-copy-elt[b-quxghl35dg] {
    transform: scale(2);
    margin-right: .5rem;
}

.chkbox-label[b-quxghl35dg] {
    user-select: none;
}

.chkbox-label strong[b-quxghl35dg] {
    color: var(--bs-success);
    font-size: 12px;
}

#fake-pwd[b-quxghl35dg] {
    font-family: Password!important;
}
/* /Pages/DocumentScan/List/DocumentScanListPage.razor.rz.scp.css */
/* =========================
   1) Base Desktop
========================= */
html[b-dnq5b3rf9f] {
    font-size: 16px;
}

/* Card, h4, etc. en rem ou em 
   => la mise en page row / fixed / absolute reste telle quelle. */

/* =========================
   2) Palier max-width:1200
========================= */
@media (max-width: 1200px) {
    html[b-dnq5b3rf9f] {
        font-size: 15px;
    }

    .card[b-dnq5b3rf9f] {
        padding: 0.9rem;
    }

    h4[b-dnq5b3rf9f] {
        font-size: 1.1rem;
    }
    /* NO layout changes! */
}

/* =========================
   3) Palier max-width:900
========================= */
@media (max-width: 900px) {
    html[b-dnq5b3rf9f] {
        font-size: 14px;
    }

    .card[b-dnq5b3rf9f] {
        padding: 0.8rem;
    }

    h4[b-dnq5b3rf9f] {
        font-size: 1rem;
    }
    /* NO layout changes! */
}

/* =========================
   4) Palier max-width:600
========================= */
@media (max-width: 600px) {
    html[b-dnq5b3rf9f] {
        font-size: 13px;
    }

    .card[b-dnq5b3rf9f] {
        padding: 0.7rem;
    }

    h4[b-dnq5b3rf9f] {
        font-size: 0.95rem;
    }
    /* NO layout changes! */
}

/* Styles Globaux */
#main[b-dnq5b3rf9f] {
    display: flex;
    flex-direction: column; /* Disposition par défaut en colonne */
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
    position: relative;
    overflow: auto;
    top: -50px;
}
    .scan-item:hover[b-dnq5b3rf9f] {
        border-color: #007bff;
    }

    .scan-item.selected[b-dnq5b3rf9f] {
        border-color: #007bff;
    }

#main-content[b-dnq5b3rf9f] {
    display: flex;
    flex-direction: row; /* Disposition en ligne pour les grands écrans */
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

h4[b-dnq5b3rf9f] {
    display: flex;
    color: white;
    height: 20px;
    font-size: 1.2rem;
    font-weight: bold; /* Rend le titre plus épais */
}

.card[b-dnq5b3rf9f] {
    position: relative;
    padding: 1rem;
    background-color: #414141;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
}

.card-header[b-dnq5b3rf9f] {
    display: flex;
    padding:px 10px 0 0 ;
    align-items:center;
    border-bottom: 2px solid;
    border-color: grey;
}

.btn-toggle-all[b-dnq5b3rf9f] {
    margin: 0;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    background-color: #6c757d;
    border: none;
    color: white;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

    .btn-toggle-all:hover[b-dnq5b3rf9f] {
        background-color: #5a6268;
    }
#apply-btn[b-dnq5b3rf9f] {
    padding: 10px 20px;
    background-color: #198754;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    #apply-btn:hover[b-dnq5b3rf9f] {
        background-color: #157347;
        transform: scale(1.05);
    }
.licenses-all[b-dnq5b3rf9f] {
    position: relative;
    top: 0;
    right: 0;
}
.4form[b-dnq5b3rf9f]{
    width:90%;
}
.col-6[b-dnq5b3rf9f] {
    padding: 0;
}

    

    #scan-list .card[b-dnq5b3rf9f] { 
        scroll-snap-align: start; 
        margin-bottom: 10px; 
    }

    
.hidden[b-dnq5b3rf9f] {
    opacity: 0;
    clear: both;
    height: 0;
    padding: 0 8px;
    overflow: hidden;
    transition: .3s;
}

.shown[b-dnq5b3rf9f] {
    opacity: 1;
    height: 150px;
    padding: 8px;
    transition: .3s;
}

#filters[b-dnq5b3rf9f] {
    position: fixed;
    left: 15vw;
    top: 5vh;
    z-index: 5;
}

#filtersModal[b-dnq5b3rf9f] {
}

#btn-ai[b-dnq5b3rf9f] {
    display: none;
}

#filters-show-btn[b-dnq5b3rf9f] {
    position: fixed;
    left: 45vw;
    top: 2vh;
}



.paginator-switch[b-dnq5b3rf9f] {
    cursor: pointer;
    height: 35px;
    width: 35px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 1rem;
    background-color: #414141;
    border: 1px solid var(--onx-gray);
    margin: auto;
    text-align: center;
    line-height: 20px;
}

.paginator-pages[b-dnq5b3rf9f] {
    margin: auto;
}



#no-doc[b-dnq5b3rf9f] {
    margin: auto;
    text-align: center;
    color: pink;
    font-size: 20px;
}

#scan-loader[b-dnq5b3rf9f] {
    width:100%;
    top: 10px;
    text-align: center;
    font-size: 20px;
}
#flexSwitchCheckDefault[b-dnq5b3rf9f]{
    width:auto;
    margin: 13px 0 0 24px;
    
}
#ck-file-select-text[b-dnq5b3rf9f] {
    padding: .6rem;
    border: 1px solid var(--onx-gray);
    border-radius: .5rem;
    cursor: pointer;
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/* Section Sizes */
#sizes-section[b-dnq5b3rf9f] {
    display: flex;
    flex-direction: row; /* Aligne les options horizontalement */
    gap: 10px; /* Espacement entre les options */
    flex-wrap: wrap; /* Permet aux options de passer à la ligne suivante si nécessaire */
   
    justify-content: space-between; /* Distribue l'espace uniformément */
}

    #sizes-section .size-option[b-dnq5b3rf9f] {
        display: flex;
        align-items: center;
        gap: 10px;
        background-color: #414141;
        padding: 8px 12px;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.2s ease;
        flex: 1 1 30%; /* Chaque option prend environ 30% de la largeur, ajustable */
        max-width: 150px; /* Limite la largeur maximale pour éviter l'étirement excessif */
    }

        #sizes-section .size-option:hover[b-dnq5b3rf9f] {
            background-color: #535353;
            transform: scale(1.02);
        }

    #sizes-section input[type="checkbox"][b-dnq5b3rf9f] {
        margin-right: 10px;
        transform: scale(1.2);
        pointer-events: none;
    }

    #sizes-section .size-label[b-dnq5b3rf9f] {
        font-weight: bold;
        color: white;
    }
.toaster[b-dnq5b3rf9f] {
    position: fixed;
    top: 20px; /* Positionnement en haut */
    right: 20px; /* Positionnement à droite */
    background-color: #007bff; /* Fond bleu */
    color: #fff; /* Texte blanc */
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 10px; /* Espacement entre spinner et texte */
    animation: fadeInPauseOut-b-dnq5b3rf9f 5s forwards; /* Durée totale de l'animation */
}

/* Animation pour apparition, pause, puis disparition */
@keyframes fadeInPauseOut-b-dnq5b3rf9f {
    0% {
        opacity: 0;
        transform: translateX(100%); /* Hors de l'écran */
    }

    10% {
        opacity: 1;
        transform: translateX(0); /* Complètement visible */
    }

    80% {
        opacity: 1;
        transform: translateX(0); /* Reste visible */
    }

    100% {
        opacity: 0;
        transform: translateX(100%); /* Disparaît hors de l'écran */
    }
}


.page-modal[b-dnq5b3rf9f] {
    color: #414141;
}


/* Media Query pour les écrans plus larges (tablettes et ordinateurs) */
@media (min-width: 769px) {
    #main[b-dnq5b3rf9f] {
        flex-direction: row; /* Disposition en ligne */
    }

    #main-content[b-dnq5b3rf9f] {
        flex-direction: row; /* Assure que les éléments restent en ligne */
    }
}
#charts[b-dnq5b3rf9f] {
    position: fixed;
    left: 1rem;
    top: 20vh;
    width: 20vw;
    height: 40vh;
    transition: .3s all;
    text-align: center;
    padding: 1rem;
}

    #charts h2[b-dnq5b3rf9f] {
        opacity: 0;
        margin-bottom: 2rem;
    }

    #charts:hover[b-dnq5b3rf9f] {
        width: 80vw;
        height: 80vh;
        z-index: 999999999 !important;
        background-color: #414141;
        transition: .3s all;
        border-radius: 2rem;
    }

        #charts:hover h2[b-dnq5b3rf9f] {
            opacity: 1;
        }

        #charts:hover #charts-grid[b-dnq5b3rf9f] {
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        }

        #charts:hover .chart-pie[b-dnq5b3rf9f] {
            width: 300px;
            height: 400px;
        }

#charts-grid[b-dnq5b3rf9f] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    text-align: center;
    gap: 1rem;
}

.chart-area[b-dnq5b3rf9f] {
    display: flex;
    flex-direction: column;
    margin: auto;
    border-top: 1px solid var(--onx-gray);
    padding-top: .5rem;
}

.chart-title[b-dnq5b3rf9f] {
    font-size: 11px;
}

.chart-pie[b-dnq5b3rf9f] {
    width: 100px;
    height: 100px;
    margin: auto;
}

.input-group-text[b-dnq5b3rf9f] {
    width: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    word-wrap: break-word;
    padding: 0.5rem;
    min-height: 50px;

}



.main-input[b-dnq5b3rf9f] {
    display: inline-flex;
    flex-wrap: nowrap;
    width: auto;
    margin-bottom: 1rem;
}

.form-inline[b-dnq5b3rf9f] {
    position: fixed;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    background-color: #414141;
    padding: 10px;
    border-radius: 5px;
    z-index: 1;
    height: auto;
}

.main-input[b-dnq5b3rf9f] {
    width: auto;
    margin-bottom: 1rem;
}

.input-group[b-dnq5b3rf9f] {
    display: flex;
    width: 89%;
    height: 50px;
    margin-left: 25px;
    margin-right:-14px;
}


.input-group .form-control[b-dnq5b3rf9f] {
    flex: 1;
}

.input-with-hint[b-dnq5b3rf9f] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    width: auto;
    margin-bottom: 0.5rem;
}

.hint-input[b-dnq5b3rf9f] {
    font-size: 0.85rem;
    color: white;
    margin: 0;
    line-height: 1.2;
    white-space: normal;
    word-break: break-word;
    text-align: left;
}
/*#paginator {
    position: fixed; 
    right:280px;
    bottom: 20px; 
    margin: auto;
    width: 300px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    user-select: none;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    border-radius: 1rem;
    padding: 8px;
}*/
.form-check-label[b-dnq5b3rf9f]{
    font-size:0.9rem;
}
#paginator[b-dnq5b3rf9f] {
    position: relative;
    bottom: 20px; /* Position horizontale inchangée */
    width: 300px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    user-select: none;
    background-color: #414141;
    border-radius: 1rem;
    padding: 8px;
}
#paginator2[b-dnq5b3rf9f]{
    display:flex;
    text-align:center;
    align-items:center;
    height:auto;
}
#scan-list[b-dnq5b3rf9f] {
    width: 90%;
    padding: 0 40px 50px 50px;
    scroll-snap-type: y mandatory;
}
#dashboard[b-dnq5b3rf9f] {
    position:sticky;
    top:100px;
    width: 90%;
    scroll-snap-type: y mandatory;
}
.scan-and-pagination-container[b-dnq5b3rf9f] {
    align-items: center;
    gap: 2rem;
    margin-bottom: 10px;
}
/*#dashboard {
    position: relative;
    top: 0;
    left: 23%;
    width: 75%;*/ /* Assure que le dashboard prend toute la largeur */
    /*background-color: rgba(0,0,0,0);
    z-index: 1000;*/ /* Place le dashboard au-dessus des autres éléments */
    /*padding: 20px;*/ /* Ajoutez du padding si nécessaire */
/*}*/

#floating-container[b-dnq5b3rf9f] {
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    
    width: 100%;
    height: auto;
}
.LicenceAndScan[b-dnq5b3rf9f], .blankAndDashboard[b-dnq5b3rf9f] {
    display: flex;
    flex-direction: row;
    width: 100%;
}
#ScanAndPagination[b-dnq5b3rf9f] {
    position:relative;
    display: flex;
    flex-direction: column;
    align-items:center;
    width:100%;
    height:fit-content;
}
.LicenceScanPaginator[b-dnq5b3rf9f] {
    display: flex; 
    flex-direction: row; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 20px; 
    width: 100%; 
}
, .blank[b-dnq5b3rf9f] {
    flex: 1 1 30%; 
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: fit-content;
    max-width: 380px;
    overflow-y: auto;
    background-color: #414141;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
    margin-left: 20px;

}
#license-filter-container[b-dnq5b3rf9f], .blank[b-dnq5b3rf9f]{
    flex: 1 1 30%; /* Occupe 30% de la largeur disponible */
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: fit-content;
    max-width: 380px;
    overflow-y: auto;
    background-color: #414141;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
    margin-left: 20px;
}
.form-switch .form-check-input[b-dnq5b3rf9f] {
    height: 15px;
    width: 35px;
}

    .blank[b-dnq5b3rf9f] {
    background-color: unset;
    box-shadow: unset;
}

#secondPart[b-dnq5b3rf9f]{
    width:100%;
    margin:auto;
    margin-bottom:0;
}
#button-reset[b-dnq5b3rf9f] {
    width:89%;
    margin-left: 24px;
    margin-right:10px;
}

#doc-code-country[b-dnq5b3rf9f] {
    margin-top: unset;
    
}
.expertise-grid[b-dnq5b3rf9f] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 10px 0 0 0;
        margin-bottom: 10px;
        flex-wrap: wrap; /* Permet de passer à la ligne si l’espace est insuffisant */
    }

    .expertise-label[b-dnq5b3rf9f] {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    #expertise-section[b-dnq5b3rf9f] {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Deux colonnes */
        gap: 15px; /* Espacement entre les éléments */
    }

        #expertise-section .expertise-option[b-dnq5b3rf9f] {
            display: flex;
            flex: 1 1 auto; /* Autorise la largeur à se réduire autant que possible */
            min-width: 0;
            box-sizing: border-box;
            align-items: center;
            gap: 10px; /* Espacement entre la case à cocher et le badge */
            padding: 10px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            cursor: pointer; /* Le champ complet est cliquable */
            transition: background-color 0.2s ease, transform 0.2s ease;
        }

            #expertise-section .expertise-option:first-child[b-dnq5b3rf9f] {
                border: 2px solid rgba(255,193,7,1);
            }

            #expertise-section .expertise-option:nth-child(2)[b-dnq5b3rf9f] {
                border: 2px solid rgba(108,117,125,1);
            }

            #expertise-section .expertise-option:nth-child(3)[b-dnq5b3rf9f] {
                border: 2px solid rgba(25,135,84,1);
            }

            #expertise-section .expertise-option:last-child[b-dnq5b3rf9f] {
                border: 2px solid rgba(220,53,69,1);
            }

            #expertise-section .expertise-option:hover[b-dnq5b3rf9f] {
                background-color: #535353;
                transform: scale(1.02);
            }

        #expertise-section input[type="checkbox"][b-dnq5b3rf9f] {
            transform: scale(1.3);
            pointer-events: none; 
        }



        /*    Pour les zoom inférieur à 1750                                 */
@media (max-width: 1750px) {
    #no-doc[b-dnq5b3rf9f], #scan-loader[b-dnq5b3rf9f]{
        font-size:0.9rem;
    }
    .scan-item[b-dnq5b3rf9f] {
        font-size: 0.9rem;
    }
    #stats[b-dnq5b3rf9f]{
        gap:40px;
    }
    .counter[b-dnq5b3rf9f] {
        width: 60px;
    }
    .date-début[b-dnq5b3rf9f], .form-control[b-dnq5b3rf9f], .date-fin[b-dnq5b3rf9f] {
        font-size: 0.9rem;
        height: 30px;
    }  
    .mt-4[b-dnq5b3rf9f]{
        margin-top:0.4rem !important;
    }
    
    .input-group[b-dnq5b3rf9f]{

        height:unset;
        margin-top:unset;
    }
    .card-header[b-dnq5b3rf9f]{
        padding:unset;
    }



    .input-group-text[b-dnq5b3rf9f] {
        min-height: unset;
        font-size: 0.8rem;
        height: 30px;
    }
    #expertise-section[b-dnq5b3rf9f], secondPart[b-dnq5b3rf9f] {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #btn-choices[b-dnq5b3rf9f] {
        margin-top: 0;
    }
    #button-reset[b-dnq5b3rf9f] {
        width: 89%;
        height:auto;
        font-size:0.9rem;
    }

     .accordion-header[b-dnq5b3rf9f],
    #sizes-section[b-dnq5b3rf9f], #expertise-section[b-dnq5b3rf9f], #btn-choices[b-dnq5b3rf9f]{
        width: auto;
        transform: scale(0.9);
        transition: transform 0.3s ease;
    }
    #paginator[b-dnq5b3rf9f] {
        transform: scale(0.9);
        transition: transform 0.3s ease;
    }
    
    #dashboard[b-dnq5b3rf9f] {
        transform: scale(0.9);
        transform-origin:  bottom;
        transition: transform 0.3s ease;
    }
    #dropdown[b-dnq5b3rf9f] {
        transform: scale(0.2);
        transition: transform 0.3s ease;
    }

}
@media (max-width: 1550px) {
    #license-filter-container[b-dnq5b3rf9f] {
    }
    #no-doc[b-dnq5b3rf9f], #scan-loader[b-dnq5b3rf9f] {
        font-size: 0.8rem;
    }
    .form-check-label[b-dnq5b3rf9f] {
        font-size: 0.8rem;
    }
    .scan-item[b-dnq5b3rf9f] {
        font-size: 0.8rem;
    }
    #doc-code-country[b-dnq5b3rf9f]{
        margin-top:unset;
    }
    #stats[b-dnq5b3rf9f] {
        gap: 40px;
    }

    .counter[b-dnq5b3rf9f] {
        width: 60px;
    }
    .date-début[b-dnq5b3rf9f], .form-control[b-dnq5b3rf9f], .date-fin[b-dnq5b3rf9f] {
        padding: 0.8rem; 
        font-size: 0.8rem;
        height: 25px;
    }

    .mt-4[b-dnq5b3rf9f] {
        margin-top: 0.4rem !important;
    }

    .input-group[b-dnq5b3rf9f] {
        height: unset;
        margin-top: unset;
    }

    #button-reset[b-dnq5b3rf9f] {
        padding: unset;
    }

    .card-header[b-dnq5b3rf9f] {
        padding: unset;
    }

    #expertise-section[b-dnq5b3rf9f] {
        font-size:0.7rem;
    }

    .input-group-text[b-dnq5b3rf9f] {
        min-height: unset;
        font-size: 0.7rem;
        height: 25px;
    }
     .accordion-header[b-dnq5b3rf9f],
    #sizes-section[b-dnq5b3rf9f]{
        width: auto;
        transform: scale(0.9);
        transition: transform 0.3s ease;
    }
    .expertise-option[b-dnq5b3rf9f]{
        height:50px;

    }

    
    #dashboard[b-dnq5b3rf9f] {
        transform: scale(0.8);
        transition: transform 0.3s ease;
    }
    
    #paginator[b-dnq5b3rf9f] {
        transform: scale(0.7);
        transform-origin:  top;
        transition: transform 0.3s ease;
    }
    #dropdown[b-dnq5b3rf9f] {
        transform: scale(0.2);
        transform-origin: left;
        transition: transform 0.3s ease;
    }
    h4[b-dnq5b3rf9f] {
        font-size: 1rem;
    }
}

@media (max-width: 1400px) {
        #license-filter-container[b-dnq5b3rf9f] {
        }
        #no-doc[b-dnq5b3rf9f], #scan-loader[b-dnq5b3rf9f] {
            font-size: 0.8rem;
        }
        .scan-item[b-dnq5b3rf9f] {
            font-size: 0.8rem;
        }

        #doc-code-country[b-dnq5b3rf9f] {
            margin-top: unset;
        }

        #stats[b-dnq5b3rf9f] {
            gap: 40px;
        }

        .counter[b-dnq5b3rf9f] {
            width: 60px;
        }

        .date-début[b-dnq5b3rf9f], .form-control[b-dnq5b3rf9f], .date-fin[b-dnq5b3rf9f] {
            padding: 0.8rem;
            font-size: 0.8rem;
            height: 25px;
        }

        .mt-4[b-dnq5b3rf9f] {
            margin-top: 0.4rem !important;
        }

        .input-group[b-dnq5b3rf9f] {
            height: unset;
            margin-top: unset;
        }

        #button-reset[b-dnq5b3rf9f] {
            padding: unset;
            
        }

        .card-header[b-dnq5b3rf9f] {
            padding: unset;
        }

        #expertise-section[b-dnq5b3rf9f] {
            font-size: 0.7rem;
        }

        .input-group-text[b-dnq5b3rf9f] {
            min-height: unset;
            font-size: 0.7rem;
            height: 25px;
        }

        .accordion-header[b-dnq5b3rf9f],
        #sizes-section[b-dnq5b3rf9f] {
            width: auto;
            transform: scale(0.9);
            transition: transform 0.3s ease;
        }

        .expertise-option[b-dnq5b3rf9f] {
            height: 50px;
        }


        #dashboard[b-dnq5b3rf9f] {
            transform: scale(0.8);
            transition: transform 0.3s ease;
        }

        #paginator[b-dnq5b3rf9f] {
            transform: scale(0.7);
            transform-origin: top;
            transition: transform 0.3s ease;
        }

        #dropdown[b-dnq5b3rf9f] {
            transform: scale(0.2);
            transform-origin: left;
            transition: transform 0.3s ease;
        }

        h4[b-dnq5b3rf9f] {
            font-size: 1rem;
        }
    
}

@media (max-width: 1300px) {
    #flexSwitchCheckDefault[b-dnq5b3rf9f]{

    }
    #no-doc[b-dnq5b3rf9f], #scan-loader[b-dnq5b3rf9f] {
        font-size: 0.7rem;
    }
    #license-filter-container[b-dnq5b3rf9f] {
    }
    .blank[b-dnq5b3rf9f] {
        flex: 1 1 40%;
    }
    .scan-item[b-dnq5b3rf9f] {
        font-size: 0.7rem;
    }

    #doc-code-country[b-dnq5b3rf9f] {
        margin-top: unset;
    }

    #stats[b-dnq5b3rf9f] {
        gap: 40px;
    }
    .form-check-input[b-dnq5b3rf9f] {
    }
    #sizes-section .size-option[b-dnq5b3rf9f] {
        font-size: 0.6rem;
    }
    .counter[b-dnq5b3rf9f] {
        width: 60px;
    }

    .date-début[b-dnq5b3rf9f], .form-control[b-dnq5b3rf9f], .date-fin[b-dnq5b3rf9f] {
        padding: 0.8rem;
        font-size: 0.6rem;
        height: 20px;
    }

    .mt-4[b-dnq5b3rf9f] {
        margin-top: 0.3rem !important;
    }

    .input-group[b-dnq5b3rf9f] {
        height: unset;
        margin-top: unset;
    }

    

    .card-header[b-dnq5b3rf9f] {
        padding: unset;
    }

    

    .input-group-text[b-dnq5b3rf9f] {
        min-height: unset;
        font-size: 0.6rem;
        height: 20px;
    }

     .accordion-header[b-dnq5b3rf9f],
    #sizes-section[b-dnq5b3rf9f] {
        width: 100%;
        transform: scale(0.9);
        transition: transform 0.3s ease;
    }

    .expertise-option[b-dnq5b3rf9f] {
        gap:1px;
        height: 40px;
    }
    .expertise-badge[b-dnq5b3rf9f]{
        font-size:0.7rem;
    }
    #expertise-section[b-dnq5b3rf9f]{
        gap:7px;
    }
    #button-reset[b-dnq5b3rf9f]{
        font-size:0.7rem;
    }
    #dashboard[b-dnq5b3rf9f] {
        transform: scale(0.7);
        transition: transform 0.3s ease;
    }

    #paginator[b-dnq5b3rf9f] {
        transform: scale(0.7);
        transform-origin: top;
        transition: transform 0.3s ease;
    }

    #dropdown[b-dnq5b3rf9f] {
        transform: scale(0.2);
        transform-origin: left;
        transition: transform 0.3s ease;
    }

    h4[b-dnq5b3rf9f] {
        font-size: 0.9rem;
        height:unset;
    }
    #apply-btn[b-dnq5b3rf9f]{
        font-size:0.7rem;
    }

}


/*    Pour les zoom supérieur à 1750                                 */

@media (min-width: 1800px) {

     .scan-item[b-dnq5b3rf9f] {
        font-size: 0.9rem;
    }
    #stats[b-dnq5b3rf9f]{
        gap:40px;
    }
    .counter[b-dnq5b3rf9f] {
        width: 60px;
    }
    .date-début[b-dnq5b3rf9f], .form-control[b-dnq5b3rf9f], .date-fin[b-dnq5b3rf9f] {
        font-size: 0.9rem;
        height: 30px;
    }  
    .mt-4[b-dnq5b3rf9f]{
        margin-top:0.4rem !important;
    }
    
    .input-group[b-dnq5b3rf9f]{

        height:unset;
        margin-top:unset;
    }
    .card-header[b-dnq5b3rf9f]{
        padding:unset;
    }



    .input-group-text[b-dnq5b3rf9f] {
        min-height: unset;
        font-size: 0.8rem;
        height: 30px;
    }
    #expertise-section[b-dnq5b3rf9f], secondPart[b-dnq5b3rf9f] {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #btn-choices[b-dnq5b3rf9f] {
        margin-top: 0;
    }
    #button-reset[b-dnq5b3rf9f] {
        width: 89%;
        height:auto;
        font-size:0.9rem;
    }

     .accordion-header[b-dnq5b3rf9f],
    #sizes-section[b-dnq5b3rf9f], #expertise-section[b-dnq5b3rf9f], #btn-choices[b-dnq5b3rf9f]{
        width: auto;
        transform: scale(0.9);
        transition: transform 0.3s ease;
    }
    #paginator[b-dnq5b3rf9f] {
        transform: scale(0.9);
        transition: transform 0.3s ease;
    }
    
    #dashboard[b-dnq5b3rf9f] {
        transform: scale(0.9);
        transform-origin:  bottom;
        transition: transform 0.3s ease;
    }
    #dropdown[b-dnq5b3rf9f] {
        transform: scale(0.2);
        transition: transform 0.3s ease;
    }
    #scan-list[b-dnq5b3rf9f] {
        padding: 0px 60px 40px 60px;
    }
}
@media (min-width: 2000px) {
    #scan-list[b-dnq5b3rf9f] {
        padding: 0px 80px 40px 80px;
    }
}

@media (min-width: 2200px) {
    #scan-list[b-dnq5b3rf9f] {
        padding: 0px 100px 40px 100px;
    }
}

@media (min-width: 2400px) {
    #scan-list[b-dnq5b3rf9f] {
        padding: 0px 120px 40px 120px;
    }
}

@media (min-width: 2600px) {
    #scan-list[b-dnq5b3rf9f] {
        padding: 0px 140px 40px 140px;
    }
}

@media (min-width: 3000px) {
    #scan-list[b-dnq5b3rf9f] {
        padding: 0px 200px 40px 200px;
    }
}




#btn-choices[b-dnq5b3rf9f] {
    margin-top: auto;
    align-items: center; /* Aligne le bouton à la fin du conteneur */
    display: flex;
    justify-content: center; /* Aligne le bouton à droite */
    padding-top: 10px; /* Espacement au-dessus du bouton */
}

.accordion-item:last-of-type .accordion-button.collapsed[b-dnq5b3rf9f], .accordion-item:first-of-type .accordion-button[b-dnq5b3rf9f] {
    padding: 0 0 5px 0;
}

    

/* Optionnel : Style pour les scrollbars pour correspondre au thème */
#license-filter-container[b-dnq5b3rf9f]::-webkit-scrollbar {
    width: 8px;
}

#license-filter-container[b-dnq5b3rf9f]::-webkit-scrollbar-thumb {
    background: #6c757d;
    border-radius: 4px;
}

    #license-filter-container[b-dnq5b3rf9f]::-webkit-scrollbar-thumb:hover {
        background: #5a6268;
    }



/* Optionnel : Style pour les scrollbars pour correspondre au thème */
#license-filter-container[b-dnq5b3rf9f]::-webkit-scrollbar {
    width: 8px;
}

#license-filter-container[b-dnq5b3rf9f]::-webkit-scrollbar-thumb {
    background: #6c757d;
    border-radius: 4px;
}

    #license-filter-container[b-dnq5b3rf9f]::-webkit-scrollbar-thumb:hover {
        background: #5a6268;
    }





    @media (max-width: 768px) {
        #license-filter-container[b-dnq5b3rf9f] {
            position: static;
            width: 100%;
            margin-bottom: 1rem;
        }

        #scan-list[b-dnq5b3rf9f] {
            margin: auto;
            width: 90%;
        }
    }


    .accordion-header[b-dnq5b3rf9f] {
        display: flex;
        width: 100%;
        align-items: center; /* Aligne les éléments verticalement */
        justify-content: space-between; /* Place les éléments au bord opposé */
        position: relative; /* Nécessaire pour positionner les enfants */
        /*padding:10px 0 20px;*/
        height: auto;
    }

    .company-name[b-dnq5b3rf9f] {
        flex-grow: 1; /* Le titre prend tout l'espace disponible à gauche */
    }

    .accordion-button[b-dnq5b3rf9f] {
        width: 100%; /* Prend toute la largeur */
        display: block; /* Étire le bouton horizontalement */
        text-align: left; /* Texte aligné à gauche */
        padding-left: 1rem; /* Ajuste les espacements */
        position: relative; /* Permet de positionner la flèche avec ::after */
        box-sizing: border-box; /* Padding inclus dans la largeur */
    }

        .accordion-button[b-dnq5b3rf9f]::after {
            content: ""; /* Ajoute l'icône flèche */
            position: absolute; /* Position absolue par rapport au bouton */
            right: 1rem; /* Place la flèche à droite */
            top: 50%; /* Centre verticalement */
            transform: translateY(-50%); /* Ajuste le centrage */
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: 16px 16px; /* Taille de la flèche */
            width: 16px;
            height: 16px;
            transition: transform 0.3s ease; /* Animation pour la rotation */
        }

        /* Rotation de la flèche lorsque l'accordéon est ouvert */
        .accordion-button:not(.collapsed)[b-dnq5b3rf9f]::after {
            transform: translateY(-50%) rotate(180deg); /* Flèche tournée vers le haut */
        }


    .accordion-item[b-dnq5b3rf9f] {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .accordion-header[b-dnq5b3rf9f] {
        margin: 0;
        padding: 0;
    }

    .modifiedon-checkbox[b-dnq5b3rf9f] {
        margin-left: -50px; /* Décale le bouton switch à droite également */
        margin-top: 15px;
        padding: 0;
        position: relative;
        z-index: 10;
    }

    /* Retirer les bordures autour de l'accordéon */
    .accordion[b-dnq5b3rf9f] {
        border: none; /* Supprime la bordure globale */
        background-color: transparent; /* Évite toute couleur non désirée */
        box-shadow: none; /* Retire les ombres si présentes */
        margin: 0; /* Réinitialise les marges */
        padding: 0; /* Réinitialise les paddings */
    }

    .accordion-item[b-dnq5b3rf9f] {
        border: none; /* Supprime les bordures entre les items */
        background-color: transparent; /* Fond transparent */
    }

    .accordion-button[b-dnq5b3rf9f] {
        border: none; /* Retire la bordure du bouton */
        box-shadow: none; /* Supprime les ombres */
        outline: none; /* Supprime le focus par défaut */
        background-color: transparent; /* Arrière-plan transparent */
    }

        .accordion-button[b-dnq5b3rf9f]::after {
            margin-left: 100px;
        }

        .accordion-button:not(.collapsed)[b-dnq5b3rf9f] {
            color: white; /* Couleur du texte */
            background-color: #414141; /* Couleur de fond au clic */
            border: none;
        }
    /* Cible le titre spécifique dans l'accordéon */
    .accordion-header .card-header[b-dnq5b3rf9f] {
        background-color: transparent !important; /* Supprime le fond */
    }

    .accordion-button[b-dnq5b3rf9f] {
        background-color: transparent !important; /* Supprime le fond du bouton */
        box-shadow: none; /* Supprime les ombres */
        border: none; /* Supprime les bordures */
        outline: none; /* Retire le focus par défaut */
    }

        .accordion-button:focus[b-dnq5b3rf9f] {
            box-shadow: none !important; /* Retire la lueur bleue au focus */
        }

    .accordion-body[b-dnq5b3rf9f] {
        font-size: 0.9rem;
        color: white;
        background-color: #414141;
        padding: 0;
    }

    .company-lics-item[b-dnq5b3rf9f] {
        margin-left: 1rem;
        padding: 2px 0;
        font-size: 0.9rem;
        color: white;
    }

    .accordion[b-dnq5b3rf9f] {
        margin: 10px;
        background-color: #414141;
    }

    .company-name[b-dnq5b3rf9f] {
        color: white;
    }



    .form-check[b-dnq5b3rf9f] {
        background-color: #414141;
    }

#button-all[b-dnq5b3rf9f] {
    margin-left: 13px;
}

    #main2[b-dnq5b3rf9f] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    #total[b-dnq5b3rf9f] {
        margin-top: 1rem;
    }


    #stats[b-dnq5b3rf9f] {
        display: flex; /* Aligne les boucliers en ligne */
        justify-content: center; /* Centre les boucliers horizontalement */
        gap: 50px; /* Espacement entre les boucliers (ajustable) */
        margin: 10px auto; /* Centre le conteneur avec un espacement vertical */
        padding: 0; /* Enlève le padding interne */
    }

    .counter[b-dnq5b3rf9f] {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.1); /* Fond semi-transparent */
        border-radius: 10px; /* Coins légèrement arrondis */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .counter:hover[b-dnq5b3rf9f] {
            transform: scale(1.05); /* Zoom léger au survol */
            box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); /* Ombre douce */
        }

    



    .counter-active[b-dnq5b3rf9f] {
        background-color: rgba(0, 0, 0, 0.3);
        transition: background-color 0.3s ease, transform 0.2s ease;
        transform: scale(1.05);
        border-radius: 1rem;
    }

    .counter-inactive[b-dnq5b3rf9f] {
        background-color: rgba(255, 255, 255, 0.1);
        transition: background-color 0.3s ease, transform 0.2s ease;
        transform: scale(1);
        border-radius: 1rem;
    }

    .counter-active:nth-child(1)[b-dnq5b3rf9f] {
        background: none;
        border-radius: 15px;
        /*    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(128, 0, 128, 0.2);
*/ background-color: rgba(255, 255, 255, 0.2);
    }



    .counter-active:nth-child(2)[b-dnq5b3rf9f] {
        /*background-color: rgba(152,251,152, 0.3);*/
        /*box-shadow: 0 0 3px 3px rgba(152,251,152, 0.5);*/
        background-color: rgba(255, 255, 255, 0.3);
    }

    .counter-active:nth-child(3)[b-dnq5b3rf9f] {
        /*    box-shadow: 0 0 3px 3px rgba(255,105,97, 0.5);
*/ /*    background-color: rgba(255,105,97, 0.3);

*/

        background-color: rgba(255, 255, 255, 0.3);
    }

    .counter-active:nth-child(4)[b-dnq5b3rf9f] {
        /*box-shadow: 0 0 3px 3px rgba(238,232,170, 0.5);*/ /*
    background-color: rgba(238,232,170, 0.3);*/
        background-color: rgba(255, 255, 255, 0.3);
    }

    .counter-active:nth-child(5)[b-dnq5b3rf9f] {
        /*box-shadow: 0 0 3px 3px rgba(255,255,255,0.5);*/ /*
    background-color: rgba(211,211,211, 0.3);*/
        background-color: rgba(255, 255, 255, 0.3);
    }

    

        

    /* ce qui est modifier  */
    .licenses-grid[b-dnq5b3rf9f] {
        display: grid;/*
        grid-template-columns: repeat(2, 1fr);*/
        gap: 10px;
    }

    .license-item[b-dnq5b3rf9f] {
        white-space: nowrap;
    }

    .company-item[b-dnq5b3rf9f] {
        margin-bottom: 20px;
        border-bottom: 2px solid;
        border-color: grey;
    }

    .accordion-item:last-child[b-dnq5b3rf9f] {
        margin-bottom: 0;
    }

    .accordion-item:first-child[b-dnq5b3rf9f] {
        margin-top: 5px;
    }
    




    /* Conteneur principal */
#doc-code-country[b-dnq5b3rf9f] {
    display: flex;
    margin-top: 0.8rem;
    width: 94%;
    margin-left: 0px;
}

    /* Champ d'entrée */
    .doc-input[b-dnq5b3rf9f] {
        background-color: #333; /* Fond gris pour correspondre au design global */
        color: white; /* Texte blanc */
        border: 1px solid #555; /* Bordure légèrement plus claire */
        border-radius: 4px; /* Coins arrondis */
        padding: 0.5rem; /* Espacement interne */
        width: 100%; /* Prend toute la largeur disponible */
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

        /* Focus sur le champ */
        .doc-input:focus[b-dnq5b3rf9f] {
            border-color: #00aaff; /* Couleur bleue au focus */
            box-shadow: 0 0 5px #00aaff; /* Lueur légère au focus */
            outline: none; /* Supprime le contour par défaut */
        }

   

    /* Espacement entre les colonnes */
    .col-6[b-dnq5b3rf9f] {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    /* Adaptation pour mobile */
    /*@media (max-width: 768px) {
    #doc-code-country {
        flex-direction: column; 
        gap: 1rem; 
    }

    .col-6 {
        padding: 0; 
    }
}
*/ /* Conteneur principal pour les filtres de date */
    #date-filter-container[b-dnq5b3rf9f] {
        display: flex;
        justify-content: space-between;
        margin-top: 1rem;
    }

    /* Champ d'entrée */
    .date-input[b-dnq5b3rf9f] {
        background-color: #333;
        color: white;
        border: 1px solid #555;
        border-radius: 4px;
        padding: 0.5rem;
        width: 100%;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

        /* Focus sur le champ */
        .date-input:focus[b-dnq5b3rf9f] {
            border-color: #00aaff;
            box-shadow: 0 0 5px #00aaff;
            outline: none;
        }

    /* Texte du label */
    .input-group-text[b-dnq5b3rf9f] {
        background-color: #555;
        color: white;
        border: none;
        padding: 0.5rem;
        border-radius: 4px 0 0 4px;
        text-align: center;
    }

    .col-6[b-dnq5b3rf9f] {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    /* Adaptation pour mobile */
    /*@media (max-width: 768px) {
    #date-filter-container {
        flex-direction: column; 
        gap: 1rem; 
    }

    .col-6 {
        padding: 0; 
    }
}*/
    input[type="date"][b-dnq5b3rf9f]::-webkit-calendar-picker-indicator {
        filter: invert(100%);
        opacity: 1;
        cursor: pointer;
    }

        input[type="date"][b-dnq5b3rf9f]::-webkit-calendar-picker-indicator:hover {
            filter: invert(100%) brightness(85%);
        }


    /* Container principal spécifique pour le switch "Tout cocher" */
    .toggle-all-switch[b-dnq5b3rf9f] {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px; /* Espace entre le texte et le switch */
    }

        /* Style pour l'input checkbox spécifique */
        .toggle-all-switch .form-check-input[b-dnq5b3rf9f] {
            width: 40px; /* Largeur du switch */
            height: 20px; /* Hauteur du switch */
            background-color: #6c757d; /* Couleur par défaut du switch */
            border-radius: 20px; /* Rond pour le switch */
            border: 2px solid #6c757d; /* Bordure */
            cursor: pointer; /* Curseur pointeur */
            transition: background-color 0.3s ease, transform 0.3s ease; /* Transition fluide */
            position: relative;
        }

            /* Mode activé (checked) */
            .toggle-all-switch .form-check-input:checked[b-dnq5b3rf9f] {
                background-color: #198754; /* Couleur activée */
                border-color: #198754;
                box-shadow: 0 0 5px #198754; /* Effet de lueur optionnel */
            }

            /* Bouton rond à l'intérieur */
            .toggle-all-switch .form-check-input[b-dnq5b3rf9f]::before {
                content: '';
                position: absolute;
                top: 2px; /* Ajustement pour centrer verticalement */
                left: 2px;
                width: 16px;
                height: 16px;
                background-color: #fff; /* Bouton rond blanc */
                border-radius: 50%;
                transition: transform 0.3s ease; /* Transition du mouvement */
            }

            /* Bouton rond en position activée */
            .toggle-all-switch .form-check-input:checked[b-dnq5b3rf9f]::before {
                transform: translateX(20px); /* Déplacement à droite */
            }

        /* Texte du label spécifique */
        .toggle-all-switch .form-check-label[b-dnq5b3rf9f] {
            font-size: 0.9rem;
            color: white; /* Couleur du texte */
            margin-left: 5px;
            cursor: pointer; /* Rend le texte cliquable */
        }

        /* Ajout d'un effet au survol (optionnel) */
        .toggle-all-switch .form-check-input:hover[b-dnq5b3rf9f] {
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); /* Légère lueur au survol */
        }

    #scan-list[b-dnq5b3rf9f]::-webkit-scrollbar {
        width: 8px; /* Largeur de la scrollbar */
    }

    #scan-list[b-dnq5b3rf9f]::-webkit-scrollbar-thumb {
        background: #6c757d; /* Couleur de la barre */
        border-radius: 4px; /* Coins arrondis */
        transition: background 0.3s ease; /* Animation douce */
    }

        #scan-list[b-dnq5b3rf9f]::-webkit-scrollbar-thumb:hover {
            background: #5a6268; /* Couleur de la barre au survol */
        }

    #scan-list[b-dnq5b3rf9f]::-webkit-scrollbar-track {
        background: #333; /* Couleur de fond */
        border-radius: 4px;
    }

   
/* /Pages/Login/LoginPage.razor.rz.scp.css */
#main[b-64n7ohsajq] {
    background: linear-gradient(40deg, rgba(47,74,153,1) 0%, rgba(43,39,54,1) 44%, rgba(163,26,44,1) 100%);
    width: 100vw;
    height: 100vh;
}

#logo[b-64n7ohsajq] {
    width: auto;
    height: 100px;
    padding-top: 20vh;
    padding-bottom: 20vh;
}

#form[b-64n7ohsajq] {

}

#pwdreset[b-64n7ohsajq] {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.connection-btn[b-64n7ohsajq] {
    width: 30%;
}

.form-input[b-64n7ohsajq] {
    width: 50%;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .connection-btn[b-64n7ohsajq] {
        width: 70%;
    }

    .form-input[b-64n7ohsajq] {
        width: 70%;
    }

}
/* /Pages/Login/PasswordResetModal.razor.rz.scp.css */
.page-modal[b-ct4q4tvv0e] {
    color: var(--onx-blue-dark);
}

.spam-hint[b-ct4q4tvv0e] {
    font-size: 12px;
    color: var(--bs-orange);
}

.confirm-btn[b-ct4q4tvv0e] {
    width: 50%;
    margin: auto;
}
/* /Pages/Referential/Compare/RefViewer.razor.rz.scp.css */
.main-ref[b-yuux63jth1] {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /*border: 4px solid var(--onx-orange);*/
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 99%;
    border-radius: 20px;
    padding: .2rem;
    position: relative;
    /*background-color: #280000;*/
    /*color: #ff5c33;*/
    font-weight: bold;
}

.main-ref h2[b-yuux63jth1] {
    text-align: center;
}

.main-ref-loader-block[b-yuux63jth1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: var(--onx-blue-black);
    opacity: .5;
    border-radius: 20px;
}

.main-ref-spinner[b-yuux63jth1] {
    position: absolute;
    top: 45%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    z-index: 9999;
    width: 100px;
    height: 100px;
}

.layer-btns[b-yuux63jth1] {
    display: flex;
    justify-content: space-evenly;
}

.central-ref[b-yuux63jth1] {
    display: grid;
    width: 100%;
    grid-template-areas: "header swap docs";
    grid-template-columns: .1fr .2fr .8fr;
    gap: 1rem;
    align-items: center;
}

.central-ref-title[b-yuux63jth1] {
    grid-area: header;
}

.central-ref-btn[b-yuux63jth1] {
    grid-area: swap;
}

.ref-docs[b-yuux63jth1] {
    grid-area: docs;
    display: flex;
    gap: 2rem;
    height: 80px;
    margin: auto;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
}

.ref-doc[b-yuux63jth1] {
}

.ref-doc img[b-yuux63jth1] {
    height: 50px;
}

.ref-doc-header[b-yuux63jth1] {
    display: flex;
    gap: 1rem;
}

.all-views-layers[b-yuux63jth1] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    width: 100%;
}

.view-layers[b-yuux63jth1] {
    display: grid;
    grid-template-areas: "1fr 1fr 1fr";
    width: 96%;
    justify-content: center;
    align-self: center;
}

.view-layers img[b-yuux63jth1] {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 500px;
}

#fullscreen-zoom[b-yuux63jth1] {
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 1vh;
    left: .5vw;
    width: 98vw;
    height: 98vh;
    padding: 10px;
    background: var(--onx-blue-black);
    border: 2px solid var(--onx-orange);
    border-radius: 20px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    text-align: center;
}

.zoom-enabled[b-yuux63jth1] {
    z-index: 99 !important;
    opacity: 1 !important;
    transition: all .3s;
}

#zoom-img[b-yuux63jth1] {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

#zoom-loader[b-yuux63jth1] {
    margin: auto;
}

#zoom-close-btn[b-yuux63jth1] {
    height: 50px;
}
/* /Pages/Referential/RefDocDetail.razor.rz.scp.css */
#main[b-4kz0t2alhs] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
}

#refdoc-info[b-4kz0t2alhs] {
    border: 1px solid var(--onx-gray);
    border-radius: 5px;
    padding: 1rem;
    width: 50%;
    margin: auto;
}

.refdoc-info-form[b-4kz0t2alhs] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reset-btn[b-4kz0t2alhs] {
    width: 40%;
    margin: auto;
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.red-border[b-4kz0t2alhs] {
    border: 3px solid orange!important;
}

.refdoc-info-group[b-4kz0t2alhs] {
    display: flex;
    gap: .5rem;
    padding-top: 1rem;
    margin: auto;
}

.epass-label[b-4kz0t2alhs] {
    width: 200px;
    vertical-align: middle;
}

#view-details[b-4kz0t2alhs] {
}

.views-section[b-4kz0t2alhs] {
    margin: auto;
    width: 90%;
}

.refdoc-views[b-4kz0t2alhs] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.view-add[b-4kz0t2alhs] {
    width: 300px;
    display: flex;
    margin: 20px;
}

.view-add-btn[b-4kz0t2alhs] {
    margin-left: 1rem;
}

.view-details[b-4kz0t2alhs] {
    border: 1px solid var(--onx-gray);
    border-radius: 5px;
    padding: 1rem;
}

.view-title[b-4kz0t2alhs] {
    font-size: 20px;
    font-weight: bold;
}

.view-title span[b-4kz0t2alhs] {
    font-size: 12px;
    color: var(--onx-gray);
}

.view-header[b-4kz0t2alhs] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    width: 100%;
}

.view-addlayer[b-4kz0t2alhs] {
    display: grid;
    grid-template-areas: "vi uv ir";
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 20px;
}

.layer-vi-btn[b-4kz0t2alhs] {
    grid-area: vi;
    width: 50%;
    margin: auto;
}

.layer-uv-btn[b-4kz0t2alhs] {
    grid-area: uv;
    width: 50%;
    margin: auto;
}

.layer-ir-btn[b-4kz0t2alhs] {
    grid-area: ir;
    width: 50%;
    margin: auto;
}

.view-layers[b-4kz0t2alhs] {
    display: grid;
    grid-template-areas: "vi uv ir";
    grid-template-columns: 1fr 1fr 1fr;
}

.layer-vi[b-4kz0t2alhs] {
    grid-area: vi;
    margin: auto;
    border-right: 1px solid var(--onx-gray);
}

.layer-uv[b-4kz0t2alhs] {
    grid-area: uv;
    margin: auto;
    border-right: 1px solid var(--onx-gray);
}

.layer-ir[b-4kz0t2alhs] {
    grid-area: ir;
    margin: auto;
}

.layer-light[b-4kz0t2alhs] {
    font-size: 20px;
    font-weight: bold;
    color: var(--onx-orange);
}

.layer-light span[b-4kz0t2alhs] {
    font-size: 12px;
    color: var(--onx-gray);
}

.layer-details[b-4kz0t2alhs] {
    padding: 1rem;
    margin: auto;
    width: 100%;
}

.layer-details img[b-4kz0t2alhs] {
    height: 200px;
    max-width: 300px;
}

.layer-hdr[b-4kz0t2alhs] {
    display: flex;
    justify-content: center;
    margin: auto;
}

.layer-btns[b-4kz0t2alhs] {
    display: grid;
    grid-template-areas: "s d";
    margin: auto;
    margin-top: 1rem;
    gap: 5rem;
}

.layer-file-select[b-4kz0t2alhs] {
    cursor: pointer;
}

.img-placeholder[b-4kz0t2alhs] {
    width: 70px !important;
    height: 70px !important;
}


.layer-btns img[b-4kz0t2alhs] {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.layer-btn-save[b-4kz0t2alhs] {
    grid-area: s;
}


.refdoc-delete[b-4kz0t2alhs] {
    margin: auto;
    margin-top: 2rem;
    width: 20%;
    height: 80px;
    font-size: 20px;
}

#back-btn[b-4kz0t2alhs] {
    position: fixed;
    top: 200px;
    left: 2rem;
}

#progress-bar[b-4kz0t2alhs] {
    position: fixed;
    top: 2px;
    width: 90vw;
    margin-left: 5vw;
    height: 5px;
    transition: all 1.5s;
}

.hidden-pb[b-4kz0t2alhs] {
    opacity: 0;
    transition: all 1.5s;
}

#fullscreen-zoom[b-4kz0t2alhs] {
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 5vh;
    left: 5vw;
    width: 90vw;
    height: 90vh;
    padding: 10px;
    background: var(--onx-blue-black);
    border: 2px solid var(--onx-orange);
    border-radius: 20px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    text-align: center;
}

.zoom-enabled[b-4kz0t2alhs] {
    z-index: 99 !important;
    opacity: 1 !important;
    transition: all .3s;
}

#zoom-img[b-4kz0t2alhs] {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

#zoom-loader[b-4kz0t2alhs] {
    margin: auto;
}

@media (max-width: 768px) {

    #refdoc-info[b-4kz0t2alhs] {
        width: 90vw;
    }

}
/*.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}*/

.modal-content[b-4kz0t2alhs] {
    width: 90vw; /* La modale occupe 90% de la largeur de l'écran */
    height: 90vh; /* La modale occupe 90% de la hauteur de l'écran */
    max-width: none; /* Aucune limite pour la largeur */
    max-height: none; /* Aucune limite pour la hauteur */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; /* Supprime les marges internes */
    background: #fff; /* Fond blanc ou ajusté selon vos besoins */
    border-radius: 8px;
    overflow: hidden;
}

.modal-content img[b-4kz0t2alhs] {
    width: 90%; /* L'image occupe toute la largeur de la modale */
    height: 90%; /* L'image occupe toute la hauteur de la modale */
    object-fit: contain; /* Maintient les proportions sans déformation */
}
/* Style pour la modale de confirmation */
.delete-confirm-modal-content[b-4kz0t2alhs] {
    background-color: var(--onx-blue-dark) !important;
    border: 2px solid #dc3545;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    width: auto;
}

.delete-confirm-modal-content h5[b-4kz0t2alhs] {
    color: #dc3545;
    margin-bottom: 1rem;
}

.delete-confirm-modal-content p[b-4kz0t2alhs] {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.delete-confirm-modal-content .btn-danger[b-4kz0t2alhs] {
    margin-right: 0.5rem;
}

/* Conteneur des boutons */
.button-group[b-4kz0t2alhs] {
    display: flex; /* Active Flexbox */
    justify-content: center; /* Centre les boutons horizontalement */
    gap: 1rem; /* Espacement entre les boutons */
    margin-top: 1rem; /* Espacement en haut */
    align-items:center;
}

    /* Boutons de taille uniforme */
    .button-group .btn[b-4kz0t2alhs] {
        width: 120px; /* Largeur fixe pour tous les boutons */
        height: 40px; /* Hauteur fixe */
        display: flex;
        align-items: center; /* Centre le contenu verticalement */
        justify-content: center; /* Centre le contenu horizontalement */
        text-align: center;
        font-size: 1rem; /* Taille du texte */
        padding: 0.5rem 1rem; /* Ajuste l'espacement intérieur */
        border-radius: 6px; /* Coins arrondis */
    }
/* Conteneur des boutons */
.button-group2[b-4kz0t2alhs] {
    display: flex; /* Active Flexbox */
    align-items:center;
    justify-content: center; /* Centre les boutons horizontalement */
    gap: 1rem; /* Espacement entre les boutons */
    margin-top: 1rem; /* Espacement en haut */
}

    /* Boutons de taille uniforme */
    .button-group2 .btn[b-4kz0t2alhs] {
        width: auto; /* Largeur fixe pour tous les boutons */
        height: 40px; /* Hauteur fixe */
        display: flex;
        align-items: center; /* Centre le contenu verticalement */
        justify-content: center; /* Centre le contenu horizontalement */
        text-align: center;
        font-size: 1rem; /* Taille du texte */
        padding: 0.5rem 1rem; /* Ajuste l'espacement intérieur */
        border-radius: 6px; /* Coins arrondis */
    }


.modal-backdrop[b-4kz0t2alhs] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7); /* Fond semi-transparent */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}



.image-container img[b-4kz0t2alhs] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
}

.modal-content img.zoom-enabled[b-4kz0t2alhs] {
    transform: scale(2); /* Agrandit l'image */
    transform-origin: center; /* Définit le point central comme origine */
    max-width: none; /* Désactive les limites de largeur */
    max-height: none; /* Désactive les limites de hauteur */
}

/* /Pages/Referential/RefDocNew.razor.rz.scp.css */
#main[b-uskr1vto3e] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
}

#refdoc-info[b-uskr1vto3e] {
    border: 1px solid var(--onx-gray);
    border-radius: 5px;
    padding: 1rem;
    width: 50%;
    margin: auto;
}

.refdoc-info-form[b-uskr1vto3e] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reset-btn[b-uskr1vto3e] {
    width: 40%;
    margin: auto;
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.red-border[b-uskr1vto3e] {
    border: 3px solid orange!important;
}

.refdoc-info-group[b-uskr1vto3e] {
    display: flex;
    gap: .5rem;
    padding-top: 1rem;
    margin: auto;
}

.epass-label[b-uskr1vto3e] {
    width: 200px;
    vertical-align: middle;
}

#back-btn[b-uskr1vto3e] {
    position: fixed;
    top: 200px;
    left: 2rem;
}

.start-date[b-uskr1vto3e] {
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/* /Pages/Referential/RefDocShortInfoCard.razor.rz.scp.css */
.ref-doc-short-info[b-dsjvdipnzq] {
    position: relative;
    width: 200px;
    padding: .5rem;
    transition: all .2s;
    border: 1px solid var(--onx-gray);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: grid;
    grid-template-areas: "one-l one-cr one-cr"
        "two two two"
        "three three three"
        "four-cr four-cr four-cr"
        "img img img";
    grid-template-columns: .2fr .6fr .2fr;
    gap: .3rem;
    overflow: hidden;
}

.date[b-dsjvdipnzq] {
    grid-area: one-cr;
    font-size: 11px;
}

.refdoc-dci[b-dsjvdipnzq] {
    grid-area: two;
    display: flex;
    gap: .5rem;
    justify-content: center;
    font-size: 12px;
}

.refdoc-sm[b-dsjvdipnzq] {
    grid-area: three;
    display: flex;
    gap: .5rem;
    justify-content: center;
}

.flag[b-dsjvdipnzq] {
    width: 25px;
    height: 25px;
}

.ref-doc-short-info:hover[b-dsjvdipnzq] {
    transition: all .2s;
    background-color: var(--onx-blue-black);
    font-weight: bold;
}

.ref-doc-short-hdr[b-dsjvdipnzq] {
    display: flex;
    justify-content: space-between;
}

.ref-doc-short-content[b-dsjvdipnzq] {

}

.views-layers[b-dsjvdipnzq] {
    grid-area: four-cr;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    text-align: center;
}

.missing-view[b-dsjvdipnzq] {
    grid-area: four-l;
    font-size: 10px;
}


.circle[b-dsjvdipnzq] {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--onx-gray);
    background-color: var(--onx-gray);
}

.circle-orange[b-dsjvdipnzq] {
    background-color: var(--onx-orange) !important;
}

.circle-green[b-dsjvdipnzq] {
    background-color: var(--onx-green) !important;
}

.selected-doc[b-dsjvdipnzq] {
    border: 3px solid var(--onx-cyan) !important;
}

.previewer[b-dsjvdipnzq] {
    grid-area: four-l;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    /*background-color: red;*/
    background-image: url('imgs/img_preview.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.previewer-spinner[b-dsjvdipnzq] {
    grid-area: four-l;
    width: 1rem;
    height: 1rem;
    align-self: center;
}

.preview-img[b-dsjvdipnzq] {
    grid-area: img;
    min-height: 10px;
    max-height: 100px;
    margin: auto;
}
/* /Pages/Referential/RefListPage.razor.rz.scp.css */
#main[b-8c0igv18t8] {
    display: flex;
    margin-bottom: 330px;
}

#ref-doc-hdr[b-8c0igv18t8] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30vw;
    height: 500px;
}

#ref-doc-filters[b-8c0igv18t8] {
    margin: auto;
    border: 1px solid var(--onx-gray);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
}

#result-count[b-8c0igv18t8] {
    margin: auto;
    text-align: center;
    font-weight: bold;
}

#ref-docs[b-8c0igv18t8] {
    padding: 1rem;
    margin-top: 2vh;
    max-width: 80vw;
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
}

#refdoc-add[b-8c0igv18t8] {
    margin: auto;
    margin-top: 2rem;
    width: 50%;
}

#preview-img[b-8c0igv18t8] {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 250px;
    padding: 5px;
    border-radius: 10px;
    background-color: white;
}

@media (max-width: 768px) {
    #main[b-8c0igv18t8] {
        flex-direction: column;
    }

    #ref-doc-hdr[b-8c0igv18t8] {
        width: 80vw;
        margin: auto;
    }

    #ref-docs[b-8c0igv18t8] {
        width: 90vw;
        margin: auto;
        justify-content: center;
    }
}
/* /Pages/Statistics/DocsStatistics.razor.rz.scp.css */

h2[b-kxwcntw4qu] {
    text-align: center;
}

#stats-details[b-kxwcntw4qu] {
    margin-bottom: 3vh;
}

#choosen-dates[b-kxwcntw4qu] {
    text-align: center;
    color: var(--onx-cyan);
}

.chart-area[b-kxwcntw4qu] {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--onx-gray);
    padding-top: .5rem;
}

.chart-title[b-kxwcntw4qu] {
    font-size: 16px;
    text-align: center;
}
.chart-hml[b-kxwcntw4qu] {
    display:flex;
    width: 100%;
    height: 500px;

}

.chart-pie[b-kxwcntw4qu] {
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    margin: auto;
}

#chart-results[b-kxwcntw4qu] {
    width: 100%!important;
}

.chart-histo[b-kxwcntw4qu] {
    width: 45vw;
    height: 400px;
}

#year-spinner[b-kxwcntw4qu] {
    position: absolute;
    top: 0;
    left: 25%;
}

#year-heatmaps[b-kxwcntw4qu] {
    height: 35vh;
    display: grid;
    grid-template-rows: .1fr .9fr;
    grid-auto-flow: row;
    margin: auto;
    margin-top: 3vh;
    position: relative;
}

#hm-selector[b-kxwcntw4qu] {
    display: flex;
    flex-direction: column;
    margin: auto;
    font-weight: bold;
    font-size: 14px;
    justify-content: space-between;
    padding: .5rem;
    text-align: center;
}

#year-charts[b-kxwcntw4qu] {
    margin: auto;
    display: grid;
}

#year-charts .chart-hm[b-kxwcntw4qu] {
    height: 26vh;
    width: 88vw;
}

.hidden[b-kxwcntw4qu] {
    display: none!important;
    transition: all .3s;
}

#hr-sep[b-kxwcntw4qu] {
    width: 50vw;
    margin: auto;
    border-top: 3px solid var(--onx-gray);
}

#filters[b-kxwcntw4qu] {
    margin: auto;
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
}

.date-input[b-kxwcntw4qu] {
    width: 30vw;
    margin: auto;
}

.filter-btn[b-kxwcntw4qu] {
    width: 30vw;
    margin: auto;
}

#licences[b-kxwcntw4qu] {
    margin: auto;
    width: 100%;
    text-align: center;
    user-select: none;
}

.table-area[b-kxwcntw4qu] {
    border: 1px solid var(--onx-gray);
    border-radius: 10px;
    margin: auto;
    padding: 2rem;
    width: 80%;
    min-height: 380px;
}

.table-area p[b-kxwcntw4qu] {
    color: var(--onx-cyan);
    text-align: center;
}

table[b-kxwcntw4qu] {
    color: var(--onx-white);
    margin: auto;
    text-align: center;
}

table th[b-kxwcntw4qu] {
    padding-left: 5px;
    padding-right: 5px;
}

table tr[b-kxwcntw4qu] {
}

table tr:hover[b-kxwcntw4qu] {
    background-color: var(--onx-blue-black);
    font-weight: bold;
}

#generic-section[b-kxwcntw4qu] {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    min-height: 400px;
}

#generic-section .chart-area[b-kxwcntw4qu] {
    margin: auto;
    min-width: 40vw;
}


#dual-section[b-kxwcntw4qu] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#volume-section[b-kxwcntw4qu] {
    color: dodgerblue;
}

#volume-section table th[b-kxwcntw4qu] {
    color: white;
}

#volume-section table tr[b-kxwcntw4qu] {
    color: dodgerblue;
}

#nc-section[b-kxwcntw4qu] {
    color: orangered;
}

#nc-section table th[b-kxwcntw4qu] {
    color: white;
}

#nc-section table tr[b-kxwcntw4qu] {
    color: orangered;
}

#nc-section .table-area p[b-kxwcntw4qu] {
    color: red;
    text-align: center;
}

@media (max-width: 768px) {
    .chart-area[b-kxwcntw4qu] {
        display: none !important;
    }

    #year-heatmaps[b-kxwcntw4qu] {
        display: none !important;
    }

    #chart-histo-nc[b-kxwcntw4qu] {
        display: none !important;
    }

    #chart-histo-volume[b-kxwcntw4qu] {
        display: none !important;
    }
}
/* /Pages/User/Details/UserDetail.razor.rz.scp.css */
.main[b-dp0mfs1ne0] {
    display: flex;
    flex-direction: column;
}

.user-section[b-dp0mfs1ne0] {
    width: 70%;
    padding: 1rem;
    border: 1px solid var(--onx-gray);
    border-radius: 1rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

h2[b-dp0mfs1ne0] {
    text-align: center;
    margin: auto;
}

h3[b-dp0mfs1ne0] {
    color: var(--bs-secondary);
    padding: .5rem;
}

.code-input[b-dp0mfs1ne0] {
    font-family: monospace;
    font-size: 16px;
    font-weight: bold;
}

.perm[b-dp0mfs1ne0] {
    padding: 1rem;
    border-bottom: 1px solid var(--onx-gray);
}

.perm-label[b-dp0mfs1ne0] {
    font-weight: bold;
    user-select: none;
}

.perm-chk[b-dp0mfs1ne0] {
    transform: scale(1.3);
    margin-right: .5rem;
}

.perm-desc[b-dp0mfs1ne0] {
    color: var(--onx-gray);
    padding-left: 2rem;
}

.perm-desc:hover[b-dp0mfs1ne0] {
    color: var(--onx-gray);
}

.perm-hr[b-dp0mfs1ne0] {
    margin: auto;
    width: 50%;
    height: 2px;
}

#save-btn[b-dp0mfs1ne0] {
    margin-top: 1rem;
}

#del-btn[b-dp0mfs1ne0] {
    position: absolute;
    top: 1vh;
    right: 50px;
    transform: scale(1.2);
}

#user-code-help[b-dp0mfs1ne0] {
    place-self: center;
    padding: .5rem;
}

.back-btn[b-dp0mfs1ne0] {
    position: fixed;
    top: 10vh;
    left: 1rem;

}

#perm-save-alert[b-dp0mfs1ne0] {
    margin: auto;
    padding: .5rem;
}

.notif-section[b-dp0mfs1ne0] {
    width: 70%;
    padding: 1rem;
    border: 1px solid var(--onx-gray);
    border-radius: 1rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.lic-notif[b-dp0mfs1ne0] {
    padding: .5rem;
    margin-left: .5rem;
}

.notif-chk[b-dp0mfs1ne0] {
    transform: scale(1.3);
    margin-right: .5rem;
}

@media (max-width: 768px) {
    .user-section[b-dp0mfs1ne0] {
        width: 95%;
    }

    .notif-section[b-dp0mfs1ne0] {
        width: 95%;
    }

    #user-code-help[b-dp0mfs1ne0] {
        display: none;
    }

    #del-btn[b-dp0mfs1ne0] {
        position: relative;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.modal[b-dp0mfs1ne0] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    display: block;
    background-color: rgba(0, 0, 0, 0.5); /* Fond noir semi-transparent */

    border-radius: 0.3rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
}

.modal-backdrop[b-dp0mfs1ne0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Fond noir semi-transparent */
    z-index: 1040;
}

.modal-content[b-dp0mfs1ne0] {
    display: inline-block; /* S'ajuste au contenu */
    text-align: center; /* Centre le texte horizontalement */
}

.modal-body[b-dp0mfs1ne0] {
    white-space: nowrap; /* Empêche le texte de passer à la ligne */
    margin: auto; /* Centre le texte */
}
/* /Pages/User/PasswordReset/PasswordResetPage.razor.rz.scp.css */
#main[b-kbpbvigfsh] {
    text-align: center;
    padding: 20px;
}


#form-btn[b-kbpbvigfsh] {
    margin-top: .8rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}*/

#version[b-s05j7wjb7e] {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#navbar[b-s05j7wjb7e] {
    position: sticky;
    top: 1rem;
    left: 2.5rem;
    width: 50px;
    height: 50px;
    z-index: 2;
}
/* /Shared/NoAuthLayout.razor.rz.scp.css */
.page[b-dfur11i371] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dfur11i371] {
    flex: 1;
}

#version[b-dfur11i371] {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
