@import '_content/com.specidev.lib.BlazorComponents/com.specidev.lib.BlazorComponents.bundle.scp.css';
@import '_content/com.specidev.lib.modals/com.specidev.lib.modals.bundle.scp.css';
@import '_content/Toolbelt.Blazor.PWA.Updater/Toolbelt.Blazor.PWA.Updater.bundle.scp.css';

/* /Components/AppButton.razor.rz.scp.css */
.portail-app[b-hcosc8rpgv]{
    display: flex;
    flex-direction: row;
    background-color: #efefef;
    gap: 2rem;
    align-items: center;
    border: 2px solid #49454e;
    border-radius: 1rem;
    font-weight: 800;
    font-size: 1.3rem;
    padding: 1rem;
    box-shadow: black 1px 1px 15px;
    cursor: pointer;
}

.app-img-container[b-hcosc8rpgv]{
    height: 4.5rem;
    width: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding: 1rem;
    border-radius: 50rem;
    box-shadow: #000000AA 1px 1px 5px;
}

.app-img[b-hcosc8rpgv]{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/* /Components/Fichier.razor.rz.scp.css */
.fichier[b-ztqtps3m1v] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    align-items: center;
    cursor: pointer;
}
/* /Components/FloatingButton.razor.rz.scp.css */
.icon[b-7d7wsby259]{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.button[b-7d7wsby259]{
    cursor: pointer;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: #000000AA 1px 1px 5px;
    pointer-events: auto;
    text-decoration: auto;
    color: unset;
}
/* /Components/Inputs/ModalDropDown.razor.rz.scp.css */
.container[b-c31kxzl9pv]{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: rgba(255, 255, 255, .6);
    overflow: auto;
    height: 100%;
    padding: 2rem;
}

.data[b-c31kxzl9pv]{
    background-color: grey;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    cursor: pointer;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
/* /Components/Jour/PlanningPeriode.razor.rz.scp.css */
.container[b-33qpzk3gu4]{
    display: flex;
    flex-direction: row;
    border-radius: 0.3rem;
    box-shadow: 0 0 5px #000000BB;
    cursor: pointer;
    gap: 0.3rem;
}

.task[b-33qpzk3gu4]{
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.lieu[b-33qpzk3gu4]{
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.project[b-33qpzk3gu4]{
    font-weight: bold;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.period[b-33qpzk3gu4]{
    color: white;
    width: 8rem;
    min-width: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.3rem 0 0 0.3rem;
    font-size: 1.2rem;
    font-weight: bold;

}

.detail[b-33qpzk3gu4]{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .3rem;
    min-height: 8rem;
    width: 100%;
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
}

.intervenant-container[b-33qpzk3gu4]{
    padding: 0 0 0 0.5rem;
    overflow-wrap: anywhere;
    display: flex;
    flex-direction: column;
    gap: .2rem;
}
/* /Components/TopBarTitle.razor.rz.scp.css */
.container[b-3v2z6b1c51]{
    display: flex;
    flex-direction: column;
    background-color: black;
    border-radius: 0.3rem;
    color: white;
    align-items: center;
    justify-content: center;
    height: 4rem;
}

.title[b-3v2z6b1c51]{
    font-size: 1.5rem;
    font-weight: 600;
}

.sub-title[b-3v2z6b1c51]{
    color: #939393;
}
/* /Components/UserDetail.razor.rz.scp.css */
.container[b-wgi27tnl9y]{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    max-height: 20rem;
    overflow: auto;
    gap: .3rem;
    border: 1px solid grey;
    padding: .3rem;
    background-color: #cdcdcd;
    border-radius: .3rem;
}

.row[b-wgi27tnl9y]{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: .3rem;
}

.header[b-wgi27tnl9y]{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.user-name[b-wgi27tnl9y]{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.title[b-wgi27tnl9y]{
    min-width: 6rem;
    text-align: end;
}

.value[b-wgi27tnl9y]{
    
}
/* /Components/Week/PlanningPeriodeWeek.razor.rz.scp.css */
.container[b-w1gji2r6a3]{
    display: flex;
    flex-direction: row;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: .5rem;
    cursor: pointer;
    z-index: 1;
}


.project[b-w1gji2r6a3]{
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    font-weight: bold;
    width: 100%;
}
.task[b-w1gji2r6a3]{
    width: 100%;
}

.detail[b-w1gji2r6a3]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding: .5rem;
    overflow: hidden;
    border-radius: .3rem;
    width: 100%;
    overflow-wrap: anywhere;
    box-shadow: 0 0 5px #000000BB;

}
/* /Components/Week/PlanningPeriodeWeekAll.razor.rz.scp.css */
.container[b-6lhv8fax90]{
    display: flex;
    flex-direction: row;
    overflow: auto;
    border-radius: .3rem;
    width: 100%;
    height: 4.8rem;
    min-height: 4.8rem;
    max-height: 4.8rem;
    box-shadow: 0 0 .2rem #000000BB;

    padding: 0;
    cursor: pointer;
    z-index: 1;
}

.period-text[b-6lhv8fax90]{
    height: 100%;
}


.project[b-6lhv8fax90]{
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    font-weight: bold;
    width: 100%;
}
.task[b-6lhv8fax90]{
    width: 100%;
}

.detail[b-6lhv8fax90]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    padding: .5rem;
    overflow: hidden;
    border-radius: .3rem;
    width: 100%;
    overflow-wrap: anywhere;
}
/* /Components/Week/PlanningPeriodeWeekConflit.razor.rz.scp.css */
.container[b-mj5ic0twtt] {
    grid-row: 1 / max;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    overflow: auto;
    padding: .5rem;
    cursor: pointer;
}

.detail[b-mj5ic0twtt]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: .5rem;
    min-height: 8rem;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-weight: bold;
    overflow-wrap: anywhere;
    border-radius: .3rem;
    box-shadow: 0 0 5px #000000BB;
    background-color: white;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.top-bar-container[b-5gd33urigp]{
    padding: 0.3rem 0.3rem 0 0.3rem;
}

.top-bar[b-5gd33urigp]{
    display: flex;
    flex-direction: column;
    background-color: black;
    border-radius: 0.3rem;
    color: white;
    height: 4rem;
    align-items: center;
    justify-content: center;
}

.container[b-5gd33urigp]{
    height: 100%;
    width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottom-bar[b-5gd33urigp]{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    bottom: 9vh;
    right: 0;
    left: 0;
    z-index: 100;
    padding: 0 5vw;
    pointer-events: none;
}
/* /Pages/Day.razor.rz.scp.css */
.period-container[b-jw5g94ag1a]{
    display: flex;
    flex-direction: column;
    overflow: auto;
    gap: 0.5rem;
    padding: 0.5rem 0.3rem var(--bottom-bar-padding) 0.3rem;
}

.shaddow[b-jw5g94ag1a]{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: .5rem;
    background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(0, 212, 255, 0) 100%);
}

.empty-tache[b-jw5g94ag1a]{
    background-color: white;
    width: 100%;
    height: 20rem;
    display: flex;
    justify-content: center;
    font-size: 2rem;
    border-radius: 0.3rem;
    padding: 5rem;
    align-items: center;
    text-align: center;
}
/* /Pages/Detail.razor.rz.scp.css */
.container[b-v0r1qhrrv2]{
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    height: 100%;
    width: 100%;
    padding: .5rem .3rem var(--bottom-bar-padding) 1rem;
    overflow: auto;
}

.card-list[b-v0r1qhrrv2]{
    flex-direction: column;
}

.inline-input[b-v0r1qhrrv2]{
    flex-direction: row;
}

.row[b-v0r1qhrrv2]{
    display: flex;
    gap: 0.3rem;
    width: 100%;
}

.title[b-v0r1qhrrv2]{
    width: 33%;
    display: flex;
    align-items: center;
    line-break: auto;
}

.value[b-v0r1qhrrv2]{
    background-color: #efefef;
    border-radius: .3rem;
    padding: .3rem .5rem;
    display: flex;
    width: 100%;
    align-items: center;
    min-height: 3rem;
    overflow: auto;
}

.value-list[b-v0r1qhrrv2]{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .3rem;
    width: 100%;
    background-color: #efefef;
    border-radius: .3rem;
    padding: .3rem .5rem;
    min-height: 3rem;
    overflow: auto;
}
/* /Pages/Login.razor.rz.scp.css */
.login-page[b-rjnfk5c7o1]{
    padding: 5rem 2rem 1rem 2rem;
    display: grid;
    align-content: stretch;
    grid-template-rows: 25% 74% 1rem;
    height: 100%;
    width: 100%;
}

.login-container[b-rjnfk5c7o1]{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-header[b-rjnfk5c7o1]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-logos[b-rjnfk5c7o1]{
    height: 50%;
    object-fit: contain;
    width: 100%;
}

.login-trame[b-rjnfk5c7o1]{
    position: fixed;
    bottom: 0;
    right: 0;
    height: 30vh;
    z-index: -1;
}

.version[b-rjnfk5c7o1]{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    color: #acacac;
    font-size: 1.2rem;
    padding-bottom: 1rem;
}
/* /Pages/Week.razor.rz.scp.css */
.container[b-qvgwcw0j9m]{
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
    overflow: auto;
}

.row-heure[b-qvgwcw0j9m]{
    width: 100%;
    height: 100%;
    background-color: #00000022;
}
.row-heure:nth-child(4n)[b-qvgwcw0j9m]{
    background-color: transparent;
}

.grid-common[b-qvgwcw0j9m]{
    display: grid;
    grid-template-columns: [heures] minmax(2rem, .3fr) [jour-1] minmax(8rem, 1fr) [jour-2] minmax(8rem, 1fr) [jour-3] minmax(8rem, 1fr) [jour-4] minmax(8rem, 1fr) [jour-5] minmax(8rem, 1fr) [jour-6] minmax(8rem, 1fr) [jour-7] minmax(8rem, 1fr);
    justify-items: center;
    align-items: center;
    min-width: 105rem;
    width: 100%;
}

.grid-container-header[b-qvgwcw0j9m]{
    grid-template-rows: [jours] 3rem;
    width: 100%;
    padding: 0; 
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #ffffffBB;
    backdrop-filter: blur(.3rem);
}

.grid-container[b-qvgwcw0j9m]{
    grid-template-rows: repeat(10, 5rem);
    padding: 0 0 var(--bottom-bar-padding) 0;
}

.grid-jour[b-qvgwcw0j9m]{
    font-weight: bold;
}

.grid-heure:nth-child(4n+1)[b-qvgwcw0j9m]{
    background-color: #ffffffBB;
}

.grid-heure[b-qvgwcw0j9m]{
    font-weight: bold;
    position: sticky;
    left: 0;
    width: 100%;
    height: 100%;
    align-content: center;
    text-align: center;
    z-index: 2;
    background-color: #ddddddBB; /* transparency of #00000022 over white check .row-hour color + BB transparency  */
    backdrop-filter: blur(.3rem);
}

.grid-header[b-qvgwcw0j9m]{
    grid-area: 1 / 1 / max /  max;
    width: 100%;
    height: 100%;
}

.grid-separator[b-qvgwcw0j9m]{
    height: 100%;
    grid-row: 1 / max;
    width: 100%;
}

.grid-weekend[b-qvgwcw0j9m]{
    background-color: #cdcdcd;
    grid-area: 1 / jour-6 / max /  max;
    width: 100%;
    height: 100%;
}
/* /Pages/WeekAll.razor.rz.scp.css */
.top-bar-line[b-y45594zzaw]{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: end;
    align-items: center;
    align-content: center;
}

.menu-icon[b-y45594zzaw]{
    font-size: 3rem;
    grid-column: 1; 
    width: 100%;
    padding-left: 0.5rem;
}

.filter-topbar > div[b-y45594zzaw] {
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    font-size: 0.8rem;
}
.filter-topbar[b-y45594zzaw]{
    height: 100%;
    align-items: center;
    justify-items: center;
    flex-direction: row-reverse;
    display: flex;
    font-weight: lighter;
    max-width: 8rem;
    gap: 0.3rem;
    grid-column: 3; 
    width: 100%;
    padding-right: 0.5rem;
}

.filter-topbar-icon[b-y45594zzaw]{
    font-size: 1.5rem;
}

.top-bar-btn[b-y45594zzaw] {
    width: 6rem;
    height: 6rem;
    border-radius: 50rem;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    text-decoration: auto;
    color: unset;
}

.container[b-y45594zzaw] {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
    overflow: auto;
}

.grid-common[b-y45594zzaw] {
    display: grid;
    grid-template-columns: [user] minmax(8rem, .5fr) [jour-1] minmax(8rem, 1fr) [jour-2] minmax(8rem, 1fr) [jour-3] minmax(8rem, 1fr) [jour-4] minmax(8rem, 1fr) [jour-5] minmax(8rem, 1fr) [jour-6] minmax(8rem, 1fr) [jour-7] minmax(8rem, 1fr);
    justify-items: center;
    align-items: center;
    min-width: 105rem;
    width: 100%;
}

.grid-container-header[b-y45594zzaw] {
    grid-template-rows: [jours] 3rem;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #ffffffBB;
    backdrop-filter: blur(.3rem);
}

.row-user[b-y45594zzaw]{
    width: 100%;
    height: 100%;
    background-color: #00000022;
    
}
.row-user:nth-child(2n)[b-y45594zzaw]{
    background-color: transparent;
}

.grid-container[b-y45594zzaw] {
    padding: 0 .3rem var(--bottom-bar-padding) .3rem;
}

.grid-jour[b-y45594zzaw] {
    font-weight: bold;
}

.grid-user[b-y45594zzaw] {
    font-weight: bold;
    flex-direction: row;
    display: flex;
    text-align: center;
    align-content: center;
    align-items: center;
    backdrop-filter: blur(.4rem);
    position: sticky;
    left: 0;
    min-height: 5.4rem;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.multi-1[b-y45594zzaw]
{
    background-color: #ddddddBB;
}
.multi-0[b-y45594zzaw] {
    background-color: #ffffffBB;
}
.grid-header[b-y45594zzaw] {
    grid-area: 1 / 1 / max /  max;
    width: 100%;
    height: 100%;
}



.grid-weekend[b-y45594zzaw] {
    background-color: #cdcdcd;
    grid-area: 1 / jour-6 / 999 /  max;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.period-container[b-y45594zzaw] {
    display: flex;
    flex-direction: column;
    overflow: auto;
    gap: .3rem;
    width: 100%;
    padding: .3rem;
    height: 100%;
    max-height: 10.4rem;
    min-height: 5.4rem;
}




/*Hide scrollbar*/
.period-container[b-y45594zzaw] {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
}
.period-container[b-y45594zzaw]::-webkit-scrollbar {
    display: none;  /* Older Safari and Chromium */
}
