@import 'ChatLibreApp.Client.8qqg9azh7m.bundle.scp.css';

/* _content/ChatLibreApp/Components/Account/Pages/Login.razor.rz.scp.css */
.total[b-hnciqdktao] {
    display: flex;
    margin: auto;
    flex-direction: column;
    border-radius: 10px;
    background-color: #F8F9FA;
    width: 550px;
    padding: 50px;
}

.total > *[b-hnciqdktao] {
    margin: auto;
}

form h2[b-hnciqdktao]{
    margin-top: 15px;
}

form label[b-hnciqdktao] {
    font-weight: 700;
    color: #00405C;
    font-size: 18px;
    line-height: 28px;
}

[b-hnciqdktao] form input {
    width: 360px;
    height: 52px;
    border: 1px #E9ECEF solid;
    border-radius: 5px;
    padding: 10px;
}

[b-hnciqdktao] form .form-check-input {
    width: 1em;
    height: 1em;
}

    [b-hnciqdktao] form input::placeholder {
        color: #E9ECEF;
    }

.login-input[b-hnciqdktao]{
    display:flex;
    flex-direction: column;
}
/* _content/ChatLibreApp/Components/Account/Pages/Register.razor.rz.scp.css */
.total[b-z5asql3dml] {
    display: flex;
    margin: auto;
    flex-direction: column;
    border-radius: 10px;
    background-color: #F8F9FA;
    width: 550px;
    padding: 50px;
}

.total > *[b-z5asql3dml] {
    margin: auto;
}

form h2[b-z5asql3dml] {
    margin-top: 15px;
}

form label[b-z5asql3dml] {
    font-weight: 700;
    color: #00405C;
    font-size: 18px;
    line-height: 28px;
}

[b-z5asql3dml] form input {
    width: 360px;
    height: 52px;
    border: 1px #E9ECEF solid;
    border-radius: 5px;
    padding: 10px;
}

[b-z5asql3dml] form input::placeholder {
    color: #E9ECEF;
}

.login-input[b-z5asql3dml] {
    display: flex;
    flex-direction: column;
}
/* _content/ChatLibreApp/Components/Account/Shared/AccountLayout.razor.rz.scp.css */

.main[b-17tyjrk8wh] {
    margin-left: 400px;
}

.nav-body[b-17tyjrk8wh]{
    display:flex;
    flex-direction:row;
}

@media(max-width:768px) {
    .main[b-17tyjrk8wh]{
        margin-left: 0;
    }

    .nav-body[b-17tyjrk8wh] {
        flex-direction: column;
    }

    .nav-body[b-17tyjrk8wh]{
        overflow: hidden;
    }

   
}
/* _content/ChatLibreApp/Components/Account/Shared/AdminMenu.razor.rz.scp.css */
.navbar-admin[b-co566u3d3r] {
    background-color: #00405C;
    color: white;
    width: 400px;
    min-height: 100vh;
    position: fixed;
}

.navbar-admin h2[b-co566u3d3r] {
    text-align: center;
}

.menu[b-co566u3d3r]  > * {
    min-height: 63px;
    padding: 15px;
    text-align: end;
    display: flex;
    justify-content: right;
    font-weight: bold;
    /*gap: 20px;*/
}

.menu[b-co566u3d3r]  a{
    color:white;
    font-weight: 500;
}
.main[b-co566u3d3r] {
    width: 100%;
}

.menu > *[b-co566u3d3r] >  a {
    margin: auto 0;
}

.menu[b-co566u3d3r]  > *:has(.active), .menu[b-co566u3d3r]  > *.active  {
    background-color: #00608A;
}

.menu[b-co566u3d3r]  > *:has(.active) ::deep .sous-menu {
    height: 155px !important;
    padding-top: 15px;

}
.menu[b-co566u3d3r]  .sous-menu {
    height: 0;
    transition: height 0.75s ease;
    overflow: hidden;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

    .menu[b-co566u3d3r]  .sous-menu.opened {
        padding-top: 15px;
        height: 155px;
    }

    .menu[b-co566u3d3r]  .sous-menu > * {
        font-size: 14px;
        font-weight: normal;
    }

[b-co566u3d3r] .sous-menu ::deep .active {
    text-decoration: underline;
    font-weight: 800;
}

.user[b-co566u3d3r] {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.user img[b-co566u3d3r] {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid white;
    margin: auto;
    margin-bottom: 20px;
}

a:disabled[b-co566u3d3r] {
    cursor: none;
    color: gray;
}

@media(max-width: 768px){
    .navbar-admin[b-co566u3d3r] {
        background-color: #00405C;
        z-index: 9;
        position: fixed;
        overflow: hidden;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 52px;
        padding: 22px 0;
    }

    .navbar-admin> *[b-co566u3d3r]{
        /*height: 100%;*/
    }

        .hide[b-co566u3d3r] {
            width: 0 !important;
            height: 0;
            opacity: 0;
            transition: height 0.5s ease-in-out;
            /*display: none;*/
        }

    .show[b-co566u3d3r] {
        width: 100% !important;
        opacity: 1;
        height: 100%;
        transition: height 0.2s ease-in-out;
    }

    .white-stroke[b-co566u3d3r] {
        stroke: white;
    }

    .black-stroke[b-co566u3d3r] {
        stroke: black;
        /*display: none;*/
    }

    .navbar-toggler[b-co566u3d3r] {
        appearance: none;
        z-index: 10;
        cursor: pointer;
        width: 3.5rem;
        height: 2.5rem;
        border: none;
    }



    .navbar-toggler:checked[b-co566u3d3r] {
        border: none;
        /*background-color: rgba(255, 255, 255, 0.5);*/
    }

    .navbar-toggler:focus[b-co566u3d3r] {
        border: none;
        box-shadow: none;
        /*background-color: rgba(255, 255, 255, 0.5);*/
    }

    .top-bar[b-co566u3d3r] {
        background-color: #00405C;
        height: 70px;
        width:100%;
        display:flex;
        flex-direction:row;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

        .top-bar > div[b-co566u3d3r] {
            width: 100%;
        }

    .top-bar span[b-co566u3d3r] {
            font-size: 35px;
            font-weight: 400;
            color:white;
        }


    dialog[b-co566u3d3r]{
        max-height: 100vh;
        display:block;
    }

    [b-co566u3d3r]::backdrop{
        position:fixed;
        inset:0px;
    }

    .menu[b-co566u3d3r]{
        color: white;
    }
    
        .menu > div[b-co566u3d3r]{
            padding: 0 7%;
        }

    .header[b-co566u3d3r]{
        display:flex;
        flex-direction:row;
        
        justify-content: space-around;
    }

        .header > div[b-co566u3d3r]{
            width: 100%;
            
        }
        .header span[b-co566u3d3r] {
            font-size: 35px;
            font-weight: 400;
        }

    .toggler[b-co566u3d3r] {
        width: 3.5rem;
        height: 2.5rem;
    }
}
/* _content/ChatLibreApp/Components/Admin/Agendas/View.razor.rz.scp.css */
.container[b-zj60gbjngq]{
    padding: 66px 10%;
}

.champs[b-zj60gbjngq] {
    display:flex;
    flex-direction: column;
    gap: 20px;
}

[b-zj60gbjngq] .main{
    min-height: 100vh;
}

.actions[b-zj60gbjngq]{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
/* _content/ChatLibreApp/Components/Admin/Agendas/Views.razor.rz.scp.css */
.container[b-kyafv2h0bu]{
    padding: 66px 10%;
}

section + section[b-kyafv2h0bu] {
    margin-top: 50px;
}

table[b-kyafv2h0bu]{
    width: 100%;
    margin-top: 20px;
}

table thead > *[b-kyafv2h0bu] {
    background-color: #00405C;
    color: white;
    margin-bottom: 5px;
}

tr[b-kyafv2h0bu]{
    height: 50px;
}

.main[b-kyafv2h0bu]{
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.primary[b-kyafv2h0bu]{
    display: flex;
    flex-direction: column;
}

[b-kyafv2h0bu] .btn-primary-cat{
    padding: 5px;
    height: auto;
}
/* _content/ChatLibreApp/Components/Admin/Archives/View.razor.rz.scp.css */
.images[b-i3zoqbbsud]{
    width: 357px;
    height: 357px;
    object-fit: cover;
}

.header[b-i3zoqbbsud]{
    display:flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
}

.infos[b-i3zoqbbsud]{
    display:flex;
    flex-direction: column;
    width: 100%;
    background-color:white;
    border-radius: 10px;
    padding: 20px;
    gap: 20px;
    min-height: 357px;
    justify-content: space-evenly;
}

.infos > div:first-child[b-i3zoqbbsud]{
    display:flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 5px;
}

.infos > div:first-child > *[b-i3zoqbbsud]{
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.infos[b-i3zoqbbsud]  textarea {
    width: 100%;
    background-color: rgba(199, 238, 255, 1);
    resize: none;
    height: 182px;
    border-radius: 20px;
    padding: 10px;
}


.identification[b-i3zoqbbsud] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.identification > *[b-i3zoqbbsud]  {
    display:flex;
    flex-direction: column;
    text-align: left;
    width: 49%;
}

.row-info[b-i3zoqbbsud] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*height: 75px;*/
    margin: 20px 0;
}

.row-info > *[b-i3zoqbbsud] {
    display: flex;
    flex-direction: row;
    width: 45%;
    justify-content: space-between;
}

.row-info > * > *[b-i3zoqbbsud] {
    display: flex;
    flex-direction: column;
    width: 47%;

}
.radio-group[b-i3zoqbbsud]{
    display:flex;
    flex-direction: row;
    justify-content: left;
    gap: 20px;
    white-space:nowrap;
}

.radio-group > *[b-i3zoqbbsud]{
    display:flex;
    flex-direction: row;
    gap: 5px;
    margin: auto;
}

section[b-i3zoqbbsud] {
    background-color: rgba(216, 223, 227, 1);
    border-radius: 10px;
    padding: 15px;
    min-height: 150px;
}

section + section[b-i3zoqbbsud] {
    margin-top: 30px;
}

[b-i3zoqbbsud] textarea {
    resize: none;
    width: 100%;
    border-radius: 10px;
    padding: 5px;
}

[b-i3zoqbbsud] .btn-primary-cat {
    background-color: var(--primary-color);
    border-radius: 100px;
    border: none;
    color: white;
    height: 48px;
    padding: 12px 24px;
}
.radio-group span[b-i3zoqbbsud]{
    margin:auto;
    font-weight: bold;
}

.titre[b-i3zoqbbsud] {
    font-weight: bold;
    margin-right: 10px;
}

.event-date[b-i3zoqbbsud]{
    flex-direction: column;
}

.event-date > *[b-i3zoqbbsud] {
    flex-direction: row;
    gap:20px;
}

.event-date .pick[b-i3zoqbbsud] {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.event-date[b-i3zoqbbsud]  .date{
    width: auto;
}

.actions[b-i3zoqbbsud]{
    display:flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
}

.actions > button[b-i3zoqbbsud]{
    width: 100%;
}

@media(max-width: 768px) {
    .header[b-i3zoqbbsud] {
        flex-direction: column;
    }

    .identification[b-i3zoqbbsud]{
        flex-direction: column;
        gap: 10px;
    }

    .identification > *[b-i3zoqbbsud]{
        width: 100%;
    }

    .row-info[b-i3zoqbbsud]{
        flex-direction: column;
        height:100%;
    }

    .row-info > *[b-i3zoqbbsud] {
        width: 100%;
        flex-direction: column;
    }

    .row-info > * > *[b-i3zoqbbsud] {
        width: 100%;
    }

    .titre[b-i3zoqbbsud] {
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }

    .event-date[b-i3zoqbbsud] {
        flex-direction: row;
    }

    .mobile-column[b-i3zoqbbsud]{
        flex-wrap: wrap;
    }

    .event-date[b-i3zoqbbsud]{
        flex-direction:column;
    }

    .event-date > div[b-i3zoqbbsud]{
        flex-direction: column;
        gap: 0;
    }

    .actions[b-i3zoqbbsud]{
        flex-direction:column;
    }


}

.external[b-i3zoqbbsud] {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin: 0 3px 0 5px;
    height: 26px;
    width: 26px;
    margin:auto;
}
/* _content/ChatLibreApp/Components/Admin/Archives/Views.razor.rz.scp.css */
.liste[b-wx45jypjg3] {
    padding: 66px 10%;
    background-color: #E9ECEF;
    width: 100%;
    min-height: 100vh;
}

table thead > *[b-wx45jypjg3] {
    background-color: #00405C;
    color: white;
}

th + th[b-wx45jypjg3] {
    border-right: 1px solid black;
}

th[b-wx45jypjg3] {
    padding: 5px;
}

td > input[b-wx45jypjg3] {
    margin: auto;
    display: flex;
    height: 20px;
    width: 20px;
}

tbody tr[b-wx45jypjg3] {
    height: 44px;
}

table thead[b-wx45jypjg3] {
    height: 44px;
    font-weight: normal;
}

table th:first-child[b-wx45jypjg3] {
    border-radius: 10px 0 0 0;
    border-right: 1px solid black;
}

table th:last-child[b-wx45jypjg3] {
    border-radius: 0 10px 0 0;
    border-left: 1px solid black;
    border-right: none;
}

table td[b-wx45jypjg3] {
    padding: 10px;
    border: 1px solid #E9ECEF;
}

table tbody tr:nth-child(even)[b-wx45jypjg3] {
    background-color: #F8F9FA;
}

table .date[b-wx45jypjg3] {
    text-align: center;
}



table[b-wx45jypjg3] {
    width: 100%;
}

@media(max-width: 768px){
    .image img[b-wx45jypjg3]{
        width: 75px;
        height: 75px;
        border-radius: 4px;
        object-fit: cover;
    }

    .liste[b-wx45jypjg3]{
        width: 100%;
        padding: 0;
    }

    .content[b-wx45jypjg3] {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .chat-card[b-wx45jypjg3] {
        width: 100%;
        padding: 16px 20px;
        font-size: 14px;
        border: 1px solid #CED4DA;
    }

    .chat-card span[b-wx45jypjg3] {
        font-size: 14px;
    }

    .titre[b-wx45jypjg3]{
        font-weight: 700;
    }

    .infos > *[b-wx45jypjg3]{
        display:flex;
        flex-direction:row;
        gap: 10px;
    }

    .action[b-wx45jypjg3]{
        width: 100%;
        display:flex;
        justify-content: flex-end;
    }

    .action > button[b-wx45jypjg3] {
        display: flex;
        height: 30px;
        padding: 6px 12px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        background-color: #00608A;
        border-radius: 100px;
        color: white;
    }

    .header[b-wx45jypjg3]{
        display:flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 10px;
    }
}
/* _content/ChatLibreApp/Components/Admin/Contacts/Archives.razor.rz.scp.css */
.liste[b-fi8n1xgvh9] {
    padding: 66px 10%;
    background-color: #E9ECEF;
    width: 100%;
    min-height: 100vh;
}

table thead > *[b-fi8n1xgvh9] {
    background-color: #00405C;
    color: white;
}

th + th[b-fi8n1xgvh9] {
    border-right: 1px solid black;
}

th[b-fi8n1xgvh9] {
    padding: 5px;
}

td > input[b-fi8n1xgvh9] {
    margin: auto;
    display: flex;
    height: 20px;
    width: 20px;
}

tbody tr[b-fi8n1xgvh9] {
    height: 44px;
}

table thead[b-fi8n1xgvh9] {
    height: 44px;
    font-weight: normal;
}

table th:first-child[b-fi8n1xgvh9] {
    border-radius: 10px 0 0 0;
    border-right: 1px solid black;
}

table th:last-child[b-fi8n1xgvh9] {
    border-radius: 0 10px 0 0;
    border-left: 1px solid black;
    border-right: none;
}

table td[b-fi8n1xgvh9] {
    padding: 10px;
    border: 1px solid #E9ECEF;
}

table tbody tr:nth-child(even)[b-fi8n1xgvh9] {
    background-color: #F8F9FA;
}

table .date[b-fi8n1xgvh9] {
    text-align: center;
}



table[b-fi8n1xgvh9] {
    width: 100%;
}

@media(max-width: 768px){
    .image img[b-fi8n1xgvh9]{
        width: 75px;
        height: 75px;
        border-radius: 4px;
        object-fit: cover;
    }

    .liste[b-fi8n1xgvh9]{
        width: 100%;
        padding: 0;
    }

    .content[b-fi8n1xgvh9] {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .chat-card[b-fi8n1xgvh9] {
        width: 100%;
        padding: 16px 20px;
        font-size: 14px;
        border: 1px solid #CED4DA;
    }

    .chat-card span[b-fi8n1xgvh9] {
        font-size: 14px;
    }

    .titre[b-fi8n1xgvh9]{
        font-weight: 700;
    }

    .infos > *[b-fi8n1xgvh9]{
        display:flex;
        flex-direction:row;
        gap: 10px;
    }

    .action[b-fi8n1xgvh9]{
        width: 100%;
        display:flex;
        justify-content: flex-end;
    }

    .action > button[b-fi8n1xgvh9] {
        display: flex;
        height: 30px;
        padding: 6px 12px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        background-color: #00608A;
        border-radius: 100px;
        color: white;
    }

    .header[b-fi8n1xgvh9]{
        display:flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 10px;
    }
}
/* _content/ChatLibreApp/Components/Admin/Contacts/View.razor.rz.scp.css */
.header[b-qkinfdifne] {
	display: flex;
	flex-direction: column;
}

.body[b-qkinfdifne] {
	
}

.contact[b-qkinfdifne] {
	background-color: #00608A;
	border-radius: 10px;
	padding: 10px;
	color: white;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 70%;
}

.info[b-qkinfdifne]{
	display:flex;
	flex-direction: column;
	gap: 10px;
}
/* _content/ChatLibreApp/Components/Admin/Contacts/Views.razor.rz.scp.css */
.liste[b-a8xir4fmss] {
    padding: 66px 10%;
    background-color: #E9ECEF;
    width: 100%;
    min-height: 100vh;
}

table thead > *[b-a8xir4fmss] {
    background-color: #00405C;
    color: white;
}

th + th[b-a8xir4fmss] {
    border-right: 1px solid black;
}

th[b-a8xir4fmss] {
    padding: 5px;
}

td > input[b-a8xir4fmss] {
    margin: auto;
    display: flex;
    height: 20px;
    width: 20px;
}

tbody tr[b-a8xir4fmss] {
    height: 44px;
}

table thead[b-a8xir4fmss] {
    height: 44px;
    font-weight: normal;
}

table th:first-child[b-a8xir4fmss] {
    border-radius: 10px 0 0 0;
    border-right: 1px solid black;
}

table th:last-child[b-a8xir4fmss] {
    border-radius: 0 10px 0 0;
    border-left: 1px solid black;
    border-right: none;
}

table td[b-a8xir4fmss] {
    padding: 10px;
    border: 1px solid #E9ECEF;
}

table tbody tr:nth-child(even)[b-a8xir4fmss] {
    background-color: #F8F9FA;
}

table .date[b-a8xir4fmss] {
    text-align: center;
}



table[b-a8xir4fmss] {
    width: 100%;
}

@media(max-width: 768px){
    .image img[b-a8xir4fmss]{
        width: 75px;
        height: 75px;
        border-radius: 4px;
        object-fit: cover;
    }

    .liste[b-a8xir4fmss]{
        width: 100%;
        padding: 0;
    }

    .content[b-a8xir4fmss] {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .chat-card[b-a8xir4fmss] {
        width: 100%;
        padding: 16px 20px;
        font-size: 14px;
        border: 1px solid #CED4DA;
    }

    .chat-card span[b-a8xir4fmss] {
        font-size: 14px;
    }

    .titre[b-a8xir4fmss]{
        font-weight: 700;
    }

    .infos > *[b-a8xir4fmss]{
        display:flex;
        flex-direction:row;
        gap: 10px;
    }

    .action[b-a8xir4fmss]{
        width: 100%;
        display:flex;
        justify-content: flex-end;
    }

    .action > button[b-a8xir4fmss] {
        display: flex;
        height: 30px;
        padding: 6px 12px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        background-color: #00608A;
        border-radius: 100px;
        color: white;
    }

    .header[b-a8xir4fmss]{
        display:flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 10px;
    }
}
/* _content/ChatLibreApp/Components/Admin/Fiches/ChatProtegeViews.razor.rz.scp.css */
.liste[b-v3ebobdm7c] {
    padding: 66px 10%;
    background-color: #E9ECEF;
    width: 100%;
    min-height: 100vh;
}

table thead > *[b-v3ebobdm7c] {
    background-color: #00405C;
    color: white;
}

th + th[b-v3ebobdm7c] {
    border-right: 1px solid black;
}

th[b-v3ebobdm7c] {
    padding: 5px;
}

td > input[b-v3ebobdm7c] {
    margin: auto;
    display: flex;
    height: 20px;
    width: 20px;
}

tbody tr[b-v3ebobdm7c] {
    height: 44px;
}

table thead[b-v3ebobdm7c] {
    height: 44px;
    font-weight: normal;
}

table th:first-child[b-v3ebobdm7c] {
    border-radius: 10px 0 0 0;
    border-right: 1px solid black;
}

table th:last-child[b-v3ebobdm7c] {
    border-radius: 0 10px 0 0;
    border-left: 1px solid black;
    border-right: none;
}

table td[b-v3ebobdm7c] {
    padding: 10px;
    border: 1px solid #E9ECEF;
}

table tbody tr:nth-child(even)[b-v3ebobdm7c] {
    background-color: #F8F9FA;
}

table .date[b-v3ebobdm7c] {
    text-align: center;
}

tr > img[b-v3ebobdm7c] {
    cursor: pointer;
}

table[b-v3ebobdm7c] {
    width: 100%;
}

@media(max-width: 768px) {
    .image img[b-v3ebobdm7c] {
        width: 75px;
        height: 75px;
        border-radius: 4px;
        object-fit: cover;
    }

    .liste[b-v3ebobdm7c] {
        width: 100%;
        padding: 0;
    }

    .content[b-v3ebobdm7c] {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .chat-card[b-v3ebobdm7c] {
        width: 100%;
        padding: 16px 20px;
        font-size: 14px;
        border: 1px solid #CED4DA;
    }

        .chat-card span[b-v3ebobdm7c] {
            font-size: 14px;
        }

    .titre[b-v3ebobdm7c] {
        font-weight: 700;
    }

    .infos > *[b-v3ebobdm7c] {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .action[b-v3ebobdm7c] {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

        .action > button[b-v3ebobdm7c] {
            display: flex;
            height: 30px;
            padding: 6px 12px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            flex-shrink: 0;
            background-color: #00608A;
            border-radius: 100px;
            color: white;
        }

    .header[b-v3ebobdm7c] {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 10px;
    }
}
/* _content/ChatLibreApp/Components/Admin/Fiches/EditionFiche.razor.rz.scp.css */
.images[b-wca2uo5q8d]{
    width: 357px;
    height: 357px;
    object-fit: cover;
}

.header[b-wca2uo5q8d]{
    display:flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
}

.infos[b-wca2uo5q8d]{
    display:flex;
    flex-direction: column;
    width: 100%;
    background-color:white;
    border-radius: 10px;
    padding: 20px;
    gap: 20px;
    min-height: 357px;
    justify-content: space-evenly;
}

.infos > div:first-child[b-wca2uo5q8d]{
    display:flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 5px;
}

.infos > div:first-child > *[b-wca2uo5q8d]{
    display: flex;
    gap: 10px;
    flex-direction: column;
}

    .infos[b-wca2uo5q8d]  textarea {
        width: 100%;
        background-color: rgba(199, 238, 255, 1);
        resize: none;
        height: 182px;
        border-radius: 20px;
        padding: 10px;
    }


.identification[b-wca2uo5q8d] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.identification > *[b-wca2uo5q8d]  {
    display:flex;
    flex-direction: column;
    text-align: left;
    width: 49%;
}

.row-info[b-wca2uo5q8d] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*height: 75px;*/
    margin: 20px 0;
}

    .row-info > *[b-wca2uo5q8d] {
        display: flex;
        flex-direction: row;
        width: 45%;
        justify-content: space-between;
    }

.row-info > * > *[b-wca2uo5q8d] {
    display: flex;
    flex-direction: column;
    width: 47%;
    
}
.radio-group[b-wca2uo5q8d]{
    display:flex;
    flex-direction: row;
    justify-content: left;
    gap: 20px;
    white-space:nowrap;
}

.radio-group > *[b-wca2uo5q8d]{
    display:flex;
    flex-direction: row;
    gap: 5px;
    margin: auto;
}

section[b-wca2uo5q8d] {
    background-color: rgba(216, 223, 227, 1);
    border-radius: 10px;
    padding: 15px;
    min-height: 150px;
}

section + section[b-wca2uo5q8d] {
    margin-top: 30px;
}

[b-wca2uo5q8d] textarea {
    resize: none;
    width: 100%;
    border-radius: 10px;
    padding: 5px;
}

[b-wca2uo5q8d] .btn-primary-cat {
    background-color: var(--primary-color);
    border-radius: 100px;
    border: none;
    color: white;
    height: 48px;
    padding: 12px 24px;
}
.radio-group span[b-wca2uo5q8d]{
    margin:auto;
    font-weight: bold;
}

.titre[b-wca2uo5q8d] {
    font-weight: bold;
    margin-right: 10px;
}

.event-date[b-wca2uo5q8d]{
    flex-direction: column;
}

.event-date > *[b-wca2uo5q8d] {
    flex-direction: row;
    gap:20px;
}

.event-date .pick[b-wca2uo5q8d] {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.event-date[b-wca2uo5q8d]  .date{
    width: auto;
}

.actions[b-wca2uo5q8d]{
    display:flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
}

.actions > button[b-wca2uo5q8d]{
    width: 100%;
}

@media(max-width: 768px) {
    .header[b-wca2uo5q8d] {
        flex-direction: column;
    }

    .identification[b-wca2uo5q8d]{
        flex-direction: column;
        gap: 10px;
    }

    .identification > *[b-wca2uo5q8d]{
        width: 100%;
    }

    .row-info[b-wca2uo5q8d]{
        flex-direction: column;
        height:100%;
    }

        .row-info > *[b-wca2uo5q8d] {
            width: 100%;
            flex-direction: column;
        }

    .row-info > * > *[b-wca2uo5q8d] {
        width: 100%;
    }

    .titre[b-wca2uo5q8d] {
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }

    .event-date[b-wca2uo5q8d] {
        flex-direction: row;
    }

    .mobile-column[b-wca2uo5q8d]{
        flex-wrap: wrap;
    }

    .event-date[b-wca2uo5q8d]{
        flex-direction:column;
    }

    .event-date > div[b-wca2uo5q8d]{
        flex-direction: column;
        gap: 0;
    }

    .actions[b-wca2uo5q8d]{
        flex-direction:column;
    }

    
}

.external[b-wca2uo5q8d] {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin: 0 3px 0 5px;
    height: 26px;
    width: 26px;
    margin:auto;
}
/* _content/ChatLibreApp/Components/Admin/Fiches/IcadSearch.razor.rz.scp.css */
.modal[b-23ao4mjm02] {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    z-index: 1001;
    transform: translate(-30%, -50%);
    background: white;
    backdrop-filter: blur(8px);
    border-radius: 5px;
    box-shadow: -10px 0px 30px rgb(0 0 0 / 25%);
}

.exit-confirm[b-23ao4mjm02] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    height: 40vh;
    width: 50vw;
    z-index: 10000000000000000000000000000000;
    
}

.modal > div[b-23ao4mjm02] {
    width: 100%;
    height: 100%;
    padding: 10px;
}

table[b-23ao4mjm02] {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

td[b-23ao4mjm02]{
    border : none;
    padding: 12px;
}

tbody[b-23ao4mjm02]:before {
    line-height: 1em;
    content: ".";
    display: block;
    color:white;
}
tbody[b-23ao4mjm02] {
    background-color: background: #F0F3F4;
    
}

tr[b-23ao4mjm02] {
    height: 30px;
    font-size: 1em;
    cursor: pointer;
}

.modal-bg[b-23ao4mjm02] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 64, 92, 0.63);
    z-index: 250;
}

.active[b-23ao4mjm02] {
    background-color: #1FBCFF;
}
/* _content/ChatLibreApp/Components/Admin/Fiches/Migration.razor.rz.scp.css */
.modal[b-bsx8gxp9i4] {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    z-index: 1001;
    transform: translate(-30%, -50%);
    background: white;
    backdrop-filter: blur(8px);
    border-radius: 5px;
    box-shadow: -10px 0px 30px rgb(0 0 0 / 25%);
}

.exit-confirm[b-bsx8gxp9i4] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    height: 40vh;
    width: 50vw;
    z-index: 10000000000000000000000000000000;
}

.modal > div[b-bsx8gxp9i4] {
    width: 100%;
    height: 100%;
    padding: 10px;
}

table[b-bsx8gxp9i4] {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

td[b-bsx8gxp9i4] {
    border: none;
    padding: 12px;
}

tbody[b-bsx8gxp9i4]:before {
    line-height: 1em;
    content: ".";
    display: block;
    color: white;
}

tbody[b-bsx8gxp9i4] {
    background-color: background: #F0F3F4;
}

tr[b-bsx8gxp9i4] {
    height: 30px;
    font-size: 1em;
    cursor: pointer;
}

.modal-bg[b-bsx8gxp9i4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 64, 92, 0.63);
    z-index: 250;
}

.active[b-bsx8gxp9i4] {
    background-color: #1FBCFF;
}
/* _content/ChatLibreApp/Components/Admin/Pages/Archives.razor.rz.scp.css */
.liste[b-nl4yis1jep] {
    padding: 66px 10%;
    background-color: #E9ECEF;
    width: 100%;
    min-height: 100vh;
}

table thead > *[b-nl4yis1jep] {
    background-color: #00405C;
    color: white;
}

th + th[b-nl4yis1jep] {
    border-right: 1px solid black;
}

th[b-nl4yis1jep] {
    padding: 5px;
}

td > input[b-nl4yis1jep] {
    margin: auto;
    display: flex;
    height: 20px;
    width: 20px;
}

tbody tr[b-nl4yis1jep] {
    height: 44px;
}

table thead[b-nl4yis1jep] {
    height: 44px;
    font-weight: normal;
}

table th:first-child[b-nl4yis1jep] {
    border-radius: 10px 0 0 0;
    border-right: 1px solid black;
}

table th:last-child[b-nl4yis1jep] {
    border-radius: 0 10px 0 0;
    border-left: 1px solid black;
    border-right: none;
}

table td[b-nl4yis1jep] {
    padding: 10px;
    border: 1px solid #E9ECEF;
}

table tbody tr:nth-child(even)[b-nl4yis1jep] {
    background-color: #F8F9FA;
}

table .date[b-nl4yis1jep] {
    text-align: center;
}



table[b-nl4yis1jep] {
    width: 100%;
}

@media(max-width: 768px){
    .image img[b-nl4yis1jep]{
        width: 75px;
        height: 75px;
        border-radius: 4px;
        object-fit: cover;
    }

    .liste[b-nl4yis1jep]{
        width: 100%;
        padding: 0;
    }

    .content[b-nl4yis1jep] {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .chat-card[b-nl4yis1jep] {
        width: 100%;
        padding: 16px 20px;
        font-size: 14px;
        border: 1px solid #CED4DA;
    }

    .chat-card span[b-nl4yis1jep] {
        font-size: 14px;
    }

    .titre[b-nl4yis1jep]{
        font-weight: 700;
    }

    .infos > *[b-nl4yis1jep]{
        display:flex;
        flex-direction:row;
        gap: 10px;
    }

    .action[b-nl4yis1jep]{
        width: 100%;
        display:flex;
        justify-content: flex-end;
    }

    .action > button[b-nl4yis1jep] {
        display: flex;
        height: 30px;
        padding: 6px 12px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        background-color: #00608A;
        border-radius: 100px;
        color: white;
    }

    .header[b-nl4yis1jep]{
        display:flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 10px;
    }
}
/* _content/ChatLibreApp/Components/Admin/Pages/Dashboard.razor.rz.scp.css */
.dashboard[b-ltzu5bunxq] {
    padding: 130px 10%;
    background-color: #E9ECEF;
    min-height: 100vh;
    width: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column;
}


.infos[b-ltzu5bunxq] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width:100%;
}

.widget[b-ltzu5bunxq] {
    /*width: 1110px;*/
    height: 250px;
}
/*.infos > * {
    background-color: white;
    border-radius: 10px;
}*/
.infos > .activities[b-ltzu5bunxq] {
    width: 40%;
    height: 550px;
}

.infos > .note[b-ltzu5bunxq] {
    width: 60%;
    height: 550px;
}

.panel[b-ltzu5bunxq] {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
}

@media(max-width: 768px) {

    .dashboard[b-ltzu5bunxq]{
        padding-top: 30px;
    }
}
/* _content/ChatLibreApp/Components/Admin/Pages/ListeChats.razor.rz.scp.css */
.liste[b-3bf3eqbizj] {
    padding: 66px 10%;
    background-color: #E9ECEF;
    width: 100%;
    min-height: 100vh;
}

table thead > *[b-3bf3eqbizj] {
    background-color: #00405C;
    color: white;
}

th + th[b-3bf3eqbizj] {
    border-right: 1px solid black; 
}

th[b-3bf3eqbizj] {
    padding: 5px;
}

td > input[b-3bf3eqbizj] {
    margin: auto;
    display: flex;
    height: 20px;
    width: 20px;
}

tbody tr[b-3bf3eqbizj] {
    height: 44px;
}

table thead[b-3bf3eqbizj] {
    height: 44px;
    font-weight: normal;
}

table th:first-child[b-3bf3eqbizj] {
    border-radius: 10px 0 0 0;
    border-right: 1px solid black;
}

table th:last-child[b-3bf3eqbizj] {
    border-radius: 0 10px 0 0;
    border-left: 1px solid black;
    border-right: none;
}

table td[b-3bf3eqbizj] {
    padding: 10px;
    border: 1px solid #E9ECEF;
}

table tbody tr:nth-child(even)[b-3bf3eqbizj] {
    background-color: #F8F9FA;
}

table .date[b-3bf3eqbizj] {
    text-align: center;
}

tr > img[b-3bf3eqbizj]{
    cursor: pointer;    
}

table[b-3bf3eqbizj] {
    width: 100%;
}

@media(max-width: 768px){
    .image img[b-3bf3eqbizj]{
        width: 75px;
        height: 75px;
        border-radius: 4px;
        object-fit: cover;
    }

    .liste[b-3bf3eqbizj]{
        width: 100%;
        padding: 0;
    }

    .content[b-3bf3eqbizj] {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .chat-card[b-3bf3eqbizj] {
        width: 100%;
        padding: 16px 20px;
        font-size: 14px;
        border: 1px solid #CED4DA;
    }

        .chat-card span[b-3bf3eqbizj] {
            font-size: 14px;
        }

    .titre[b-3bf3eqbizj]{
        font-weight: 700;
    }

    .infos > *[b-3bf3eqbizj]{
        display:flex;
        flex-direction:row;
        gap: 10px;
    }

    .action[b-3bf3eqbizj]{
        width: 100%;
        display:flex;
        justify-content: flex-end;
    }

    .action > button[b-3bf3eqbizj] {
        display: flex;
        height: 30px;
        padding: 6px 12px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        background-color: #00608A;
        border-radius: 100px;
        color: white;
    }
    
    .header[b-3bf3eqbizj]{
        display:flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 10px;
    }
}
/* _content/ChatLibreApp/Components/Shared/Chats/ListeChat.razor.rz.scp.css */
table thead > *[b-kuocb5aufc] {
	background-color: #00405C;
	color: white;
}

th + th[b-kuocb5aufc] {
	border-right: 1px solid black;
}

th[b-kuocb5aufc] {
	padding: 5px;
}

td > input[b-kuocb5aufc] {
	margin: auto;
	display: flex;
	height: 20px;
	width: 20px;
}

tbody tr[b-kuocb5aufc] {
	height: 44px;
}

table thead[b-kuocb5aufc] {
	height: 44px;
	font-weight: normal;
}

table th:first-child[b-kuocb5aufc] {
	border-radius: 10px 0 0 0;
	border-right: 1px solid black;
}

table th:last-child[b-kuocb5aufc] {
	border-radius: 0 10px 0 0;
	border-left: 1px solid black;
	border-right: none;
}

table td[b-kuocb5aufc] {
	padding: 10px;
	border: 1px solid #E9ECEF;
}

table tbody tr:nth-child(even)[b-kuocb5aufc] {
	background-color: #F8F9FA;
}

table .date[b-kuocb5aufc] {
	text-align: center;
}

tr > img[b-kuocb5aufc] {
	cursor: pointer;
}

table[b-kuocb5aufc] {
	width: 100%;
}
/* _content/ChatLibreApp/Components/Shared/ModalConfirmation.razor.rz.scp.css */
.modal[b-dhjc8ss5em] {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 15px;
    z-index: 1001;
    transform: translate(-30%, -50%);
    background: white;
    backdrop-filter: blur(8px);
    border-radius: 5px;
    box-shadow: -10px 0px 30px rgb(0 0 0 / 25%);
}

.exit-confirm[b-dhjc8ss5em] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    height: auto;
    width: 23vw;
    z-index: 10000000000000000000000000000000;
}

.buttons[b-dhjc8ss5em]{
    display:flex;
    width: 100%;
    flex-direction:row;
}

.buttons > button[b-dhjc8ss5em]{
    width: 50%;
}

.modal > div[b-dhjc8ss5em] {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.modal-bg[b-dhjc8ss5em] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 64, 92, 0.63);
    z-index: 250;
}
