/* /Components/Conversations/Articles/ArticlesEditGrid.razor.rz.scp.css */
#serial-numbers-back-button[b-ozm2g6ks1r] {
    width: 100%;
    height: 30px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #serial-numbers-back-button[b-ozm2g6ks1r] {
        width: 140px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #serial-numbers-back-button[b-ozm2g6ks1r] {
        width: 140px;
    }
}
/* /Components/Conversations/Conversation.razor.rz.scp.css */
.chat-header[b-xy1415z97s] {
}

.chat-header-info[b-xy1415z97s] {

}
.chat-header-info h6[b-xy1415z97s] {
    font-size: 12px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #info-panel[b-xy1415z97s] {
        flex-direction: column!important;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #info-panel[b-xy1415z97s] {
        flex-direction: column !important;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #info-panel[b-xy1415z97s] {
        flex-direction: row !important;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #info-panel[b-xy1415z97s] {
        flex-direction: row !important;
    }
}
/* /Components/Conversations/Messages/EditMessageNote.razor.rz.scp.css */

.message-note[b-r57kd7c2rh] {
    color: #fff;
    line-height: 25px;
    display: inline-block;
    text-align: left;
    border-radius: 5px;
    color: black;
    background-color: #F5F5F5;
}
/* /Components/Conversations/Messages/Message.razor.rz.scp.css */

.entete[b-nredskq8hz] {
    margin-bottom: 5px;
}

.message[b-nredskq8hz] {
    background-color: #58b666;
    padding: 20px;
    color: #fff;
    line-height: 25px;
    max-width: 70%;
    display: inline-block;
    text-align: left;
    border-radius: 5px;
}

.note-icon[b-nredskq8hz] {
    top: 0;
    right: 0;
    margin-top: 6px;
    margin-right: 6px;
    scale: 0.6;
    position: absolute;
}

.note-icon-container :hover[b-nredskq8hz] {
    cursor: pointer;
}
/* /Components/Conversations/Messages/MessageBody.razor.rz.scp.css */
hr.solid[b-8lih8n6vhf] {
    border-top: 3px solid #bbb;
}


a[b-8lih8n6vhf] {
    text-decoration: none;
    font-size: 10px;
    color: #FFFFFF;
}
/* /Components/Conversations/Messages/MessageNote.razor.rz.scp.css */

.message-note[b-dyqrpzreas] {
    color: #fff;
    line-height: 25px;
    display: inline-block;
    text-align: left;
    border-radius: 5px;
    color: black;
    background-color: #F5F5F5;
}
/* /Components/Conversations/Messages/MessageReceiver.razor.rz.scp.css */
.entete[b-bi2j2oec6v] {
    margin-bottom: 5px;
}

.message[b-bi2j2oec6v] {
    background-color: #6fbced;
    padding: 20px;
    color: #fff;
    line-height: 25px;
    max-width: 70%;
    display: inline-block;
    text-align: left;
    border-radius: 5px;
}

.note-icon[b-bi2j2oec6v] {
    top: 0;
    right: 0;
    margin-top: 6px;
    margin-right: 6px;
    scale: 0.6;
    position: absolute;
}

.note-icon-container :hover[b-bi2j2oec6v] {
    cursor: pointer;
}
/* /Components/Conversations/Messages/MessageSender.razor.rz.scp.css */

.entete[b-c0qso8cyh7] {
    margin-bottom: 5px;
}

.message[b-c0qso8cyh7] {
    background-color: #58b666;
    padding: 20px;
    color: #fff;
    line-height: 25px;
    max-width: 70%;
    display: inline-block;
    text-align: left;
    border-radius: 5px;
}

.note-icon[b-c0qso8cyh7] {
    top: 0;
    left: 0;
    margin-top: 6px;
    margin-right: 6px;
    scale: 0.6;
    position: absolute;
}

.note-icon-container :hover[b-c0qso8cyh7] {
    cursor: pointer;
}
/* /Components/Conversations/Messages/MessageSenderInfo.razor.rz.scp.css */

h2[b-h76h07msbo], h3[b-h76h07msbo] {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}

h3[b-h76h07msbo] {
    color: #bbb;
}
.status[b-h76h07msbo] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.green[b-h76h07msbo] {
    background-color: #58b666;
}

.orange[b-h76h07msbo] {
    background-color: #ff725d;
}

.blue[b-h76h07msbo] {
    background-color: #6fbced;
    margin-right: 0;
    margin-left: 7px;
}
/* /Components/Conversations/SupportRequestChat.razor.rz.scp.css */
*[b-zkmrfp967t] {
    box-sizing: border-box;
}

body[b-zkmrfp967t] {
    background-color: #F7F7F7;
}

#container[b-zkmrfp967t] {
    width: 100%;
    height: 100%;
    background: #eff3f7;
    margin: 0 auto;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
}

main[b-zkmrfp967t] {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

h2[b-zkmrfp967t], h3[b-zkmrfp967t] {
    margin: 0;
}

/* Solid border */
hr.solid[b-zkmrfp967t] {
    border-top: 3px solid #bbb;
}

.status[b-zkmrfp967t] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.green[b-zkmrfp967t] {
    background-color: #58b666;
}

.orange[b-zkmrfp967t] {
    background-color: #ff725d;
}

.blue[b-zkmrfp967t] {
    background-color: #6fbced;
    margin-right: 0;
    margin-left: 7px;
}

.note-icon[b-zkmrfp967t] {
    scale: 0.6;
    position: absolute;
}
.note-icon-container :hover[b-zkmrfp967t] {
    cursor: pointer;
}
main header[b-zkmrfp967t] {
    height: 110px;
    padding: 30px 20px 30px 40px;
}

    main header > *[b-zkmrfp967t] {
        display: inline-block;
        vertical-align: top;
    }

    main header img:first-child[b-zkmrfp967t] {
        border-radius: 50%;
    }

    main header img:last-child[b-zkmrfp967t] {
        width: 24px;
        margin-top: 8px;
    }

    main header div[b-zkmrfp967t] {
        margin-left: 10px;
        margin-right: 145px;
    }

    main header h2[b-zkmrfp967t] {
        font-size: 16px;
        margin-bottom: 5px;
    }

    main header h3[b-zkmrfp967t] {
        font-size: 14px;
        font-weight: normal;
        color: #7e818a;
    }
    #chat[b-zkmrfp967t] {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

    #chat li[b-zkmrfp967t] {
        padding: 10px 30px;
    }

    #chat h2[b-zkmrfp967t], #chat h3[b-zkmrfp967t] {
        display: inline-block;
        font-size: 13px;
        font-weight: normal;
    }

    #chat h3[b-zkmrfp967t] {
        color: #bbb;
    }

    #chat .entete[b-zkmrfp967t] {
        margin-bottom: 5px;
    }

    #chat .message[b-zkmrfp967t] {
        padding: 20px;
        color: #fff;
        line-height: 25px;
        max-width: 70%;
        display: inline-block;
        text-align: left;
        border-radius: 5px;
    }
    #chat .message-note[b-zkmrfp967t] {
        color: #fff;
        line-height: 25px;
        max-width: 20%;
        display: inline-block;
        text-align: left;
        border-radius: 5px;
        color: black;
        background-color: #F5F5F5;
    }
    #chat .you .message[b-zkmrfp967t] {
        background-color: #58b666;
    }
    #chat .you .triangle[b-zkmrfp967t] {
        border-color: transparent transparent #58b666 transparent;
        margin-left: 15px;
    }
    #chat .you .note-icon[b-zkmrfp967t] {
        top: 0;
        right:0;
        margin-top: 6px;
        margin-right: 6px;
    }
    
    #chat .me .note-icon[b-zkmrfp967t] {
        top: 0;
        left:0;
        margin-top: 6px;
        margin-left: 6px;
    }


    #chat .me[b-zkmrfp967t] {
        text-align: right;
    }

    #chat .me .message[b-zkmrfp967t] {
        background-color: #6fbced;
    }
    #chat .me .message-note[b-zkmrfp967t] {
        background-color: padding: 20px;
    }

    #chat .triangle[b-zkmrfp967t] {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
    }

    #chat .me .triangle[b-zkmrfp967t] {
        border-color: transparent transparent #6fbced transparent;
        margin-left: 375px;
    }
    #chat a[b-zkmrfp967t] {
        text-decoration: none;
        font-size: 10px;
        color: #FFFFFF;
    }

main footer[b-zkmrfp967t] {
    height: 155px;
    padding: 20px 30px 10px 20px;
}

    main footer textarea[b-zkmrfp967t] {
        resize: none;
        border: none;
        display: block;
        width: 100%;
        height: 80px;
        border-radius: 3px;
        padding: 20px;
        font-size: 13px;
        margin-bottom: 13px;
    }

        main footer textarea[b-zkmrfp967t]::placeholder {
            color: #ddd;
        }

    main footer img[b-zkmrfp967t] {
        height: 30px;
        cursor: pointer;
    }

    main footer a[b-zkmrfp967t] {
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        color: #6fbced;
        vertical-align: top;
        margin-left: 333px;
        margin-top: 5px;
        display: inline-block;
    }
/* /Components/Conversations/SupportRequestsPage.razor.rz.scp.css */
*[b-xkj6pop426] {
    box-sizing: border-box;
}

body[b-xkj6pop426] {
    background-color: #abd9e9;
    font-family: Arial;
}

#container[b-xkj6pop426] {
    width: 100%;
    height: 100%;
    background: #eff3f7;
    margin: 0 auto;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
}

aside[b-xkj6pop426] {
    width: 100%;
    height: 100%;
    background-color: #E8EAF6;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

aside header[b-xkj6pop426] {
    padding: 30px 20px;
}

aside input[b-xkj6pop426] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 20px;
    background-color: #5e616a;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1940306/ico_search.png);
    background-repeat: no-repeat;
    background-position: 170px;
    background-size: 40px;
}

    aside input[b-xkj6pop426]::placeholder {
        color: #fff;
    }

aside ul[b-xkj6pop426] {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: scroll;
    height: 100%;
}

aside li[b-xkj6pop426] {
    padding: 10px 0;
}

    aside li:hover[b-xkj6pop426] {
        background-color: #5e616a;
    }

h2[b-xkj6pop426], h3[b-xkj6pop426] {
    margin: 0;
}

aside li img[b-xkj6pop426] {
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 8px;
}

request-list-card[b-xkj6pop426] {
    width:100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}
request-list-card-content[b-xkj6pop426] {
    width:100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}

aside li h2[b-xkj6pop426] {
    font-size: 14px;
    color: #1A237E;
    font-weight: normal;
    margin-bottom: 5px;
}

aside li h3[b-xkj6pop426] {
    font-size: 12px;
    color: #7e818a;
    font-weight: normal;
}

.status[b-xkj6pop426] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.green[b-xkj6pop426] {
    background-color: #58b666;
}

.orange[b-xkj6pop426] {
    background-color: #ff725d;
}

.blue[b-xkj6pop426] {
    background-color: #6fbced;
    margin-right: 0;
    margin-left: 7px;
}
#search_by_article[b-xkj6pop426] {
    width: 250px;
}
.welcome-info-avatar[b-xkj6pop426] {
    background-color: var(--color-orange) !important;
}

.unread-bubble[b-xkj6pop426] {
    background-color: var(--color-blue);
    border-radius: 50%;
}
/* /Components/Operators/Operators.razor.rz.scp.css */
body[b-ifyj7ag8g0] {
    background-color: #abd9e9;
}
/* /Components/Registration/RegistrationRequestsList.razor.rz.scp.css */
body[b-9sgd6w86hs] {
    background-color: #abd9e9;
}
/* /Pages/ApproveRegistrationRequests.razor.rz.scp.css */
*[b-ab7rry2sxd] {
    box-sizing: border-box;
}

body[b-ab7rry2sxd] {
    background-color: #abd9e9;
    font-family: Arial;
}

#container[b-ab7rry2sxd] {
    width: 100%;
    height: 800px;
    background: #eff3f7;
    margin: 0 auto;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
}

aside[b-ab7rry2sxd] {
    width: 260px;
    height: 800px;
    background-color: #3b3e49;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

main[b-ab7rry2sxd] {
    width: 490px;
    height: 800px;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

aside header[b-ab7rry2sxd] {
    padding: 30px 20px;
}

aside input[b-ab7rry2sxd] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 20px;
    background-color: #5e616a;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1940306/ico_search.png);
    background-repeat: no-repeat;
    background-position: 170px;
    background-size: 40px;
}

    aside input[b-ab7rry2sxd]::placeholder {
        color: #fff;
    }

aside ul[b-ab7rry2sxd] {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: scroll;
    height: 100%;
}

aside li[b-ab7rry2sxd] {
    padding: 10px 0;
}

    aside li:hover[b-ab7rry2sxd] {
        background-color: #5e616a;
    }

h2[b-ab7rry2sxd], h3[b-ab7rry2sxd] {
    margin: 0;
}

aside li img[b-ab7rry2sxd] {
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 8px;
}

aside li div[b-ab7rry2sxd] {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}

aside li h2[b-ab7rry2sxd] {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
}

aside li h3[b-ab7rry2sxd] {
    font-size: 12px;
    color: #7e818a;
    font-weight: normal;
}

.status[b-ab7rry2sxd] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.green[b-ab7rry2sxd] {
    background-color: #58b666;
}

.orange[b-ab7rry2sxd] {
    background-color: #ff725d;
}

.blue[b-ab7rry2sxd] {
    background-color: #6fbced;
    margin-right: 0;
    margin-left: 7px;
}

main header[b-ab7rry2sxd] {
    height: 110px;
    padding: 30px 20px 30px 40px;
}

    main header > *[b-ab7rry2sxd] {
        display: inline-block;
        vertical-align: top;
    }

    main header img:first-child[b-ab7rry2sxd] {
        border-radius: 50%;
    }

    main header img:last-child[b-ab7rry2sxd] {
        width: 24px;
        margin-top: 8px;
    }

    main header div[b-ab7rry2sxd] {
        margin-left: 10px;
        margin-right: 145px;
    }

    main header h2[b-ab7rry2sxd] {
        font-size: 16px;
        margin-bottom: 5px;
    }

    main header h3[b-ab7rry2sxd] {
        font-size: 14px;
        font-weight: normal;
        color: #7e818a;
    }

#chat[b-ab7rry2sxd] {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: scroll;
    height: 535px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

    #chat li[b-ab7rry2sxd] {
        padding: 10px 30px;
    }

    #chat h2[b-ab7rry2sxd], #chat h3[b-ab7rry2sxd] {
        display: inline-block;
        font-size: 13px;
        font-weight: normal;
    }

    #chat h3[b-ab7rry2sxd] {
        color: #bbb;
    }

    #chat .entete[b-ab7rry2sxd] {
        margin-bottom: 5px;
    }

    #chat .message[b-ab7rry2sxd] {
        padding: 20px;
        color: #fff;
        line-height: 25px;
        max-width: 90%;
        display: inline-block;
        text-align: left;
        border-radius: 5px;
    }

    #chat .me[b-ab7rry2sxd] {
        text-align: right;
    }

    #chat .you .message[b-ab7rry2sxd] {
        background-color: #58b666;
    }

    #chat .me .message[b-ab7rry2sxd] {
        background-color: #6fbced;
    }

    #chat .triangle[b-ab7rry2sxd] {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
    }

    #chat .you .triangle[b-ab7rry2sxd] {
        border-color: transparent transparent #58b666 transparent;
        margin-left: 15px;
    }

    #chat .me .triangle[b-ab7rry2sxd] {
        border-color: transparent transparent #6fbced transparent;
        margin-left: 375px;
    }

main footer[b-ab7rry2sxd] {
    height: 155px;
    padding: 20px 30px 10px 20px;
}

    main footer textarea[b-ab7rry2sxd] {
        resize: none;
        border: none;
        display: block;
        width: 100%;
        height: 80px;
        border-radius: 3px;
        padding: 20px;
        font-size: 13px;
        margin-bottom: 13px;
    }

        main footer textarea[b-ab7rry2sxd]::placeholder {
            color: #ddd;
        }

    main footer img[b-ab7rry2sxd] {
        height: 30px;
        cursor: pointer;
    }

    main footer a[b-ab7rry2sxd] {
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        color: #6fbced;
        vertical-align: top;
        margin-left: 333px;
        margin-top: 5px;
        display: inline-block;
    }
/* /Pages/Login.razor.rz.scp.css */
.login-card[b-a5zoqgex8f] {

}

.login-button[b-a5zoqgex8f] {
    padding-top: 100px;
}
/* /Pages/NotFound.razor.rz.scp.css */
#notfound[b-zoi8cm7bc5] {
    position: relative;
    height: 100vh;
}
    .notfound h2[b-zoi8cm7bc5] {
        font-family: maven pro,sans-serif;
        font-size: 46px;
        color: #000;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0;
    }
    #notfound .notfound[b-zoi8cm7bc5] {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .notfound p[b-zoi8cm7bc5] {
        font-family: maven pro,sans-serif;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 15px;
    }
    .notfound a[b-zoi8cm7bc5] {
        font-family: maven pro,sans-serif;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        background: #189cf0;
        display: inline-block;
        padding: 16px 38px;
        border: 2px solid transparent;
        border-radius: 40px;
        color: #fff;
        font-weight: 400;
        -webkit-transition: .2s all;
        transition: .2s all;
    }
    .notfound .notfound-404[b-zoi8cm7bc5] {
        position: absolute;
        height: 100px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
    }
        .notfound .notfound-404 h1[b-zoi8cm7bc5] {
            font-family: maven pro,sans-serif;
            color: #ececec;
            font-weight: 900;
            font-size: 276px;
            margin: 0;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }
/* /Pages/OperatorsManagement.razor.rz.scp.css */
:root[b-2pmrahvcks] {
    --toprowheight: 38px;
}

@media (min-width: 576px) {
    S[b-2pmrahvcks]
}

@media (min-width: 768px) {
    MD[b-2pmrahvcks]
}

@media (min-width: 992px) {
    L[b-2pmrahvcks]
}

@media (min-width: 1200px) {
    XL[b-2pmrahvcks]
}

@media (min-width: 1400px) {
    XXL[b-2pmrahvcks]
}



.top-row[b-2pmrahvcks] {
    height: var(--toprowheight);
}
.content[b-2pmrahvcks] {
    height: calc(100vh - 38px);
}

#leftSide[b-2pmrahvcks] {
    margin-top: 16px;
    margin-bottom: 16px;
}
    #controlPanel[b-2pmrahvcks] {
        height: 30px;
        width: 95%;
    }
    @media (min-width: 1200px) {
        #leftSide[b-2pmrahvcks] {
            height: 100% !important;
            margin-bottom: 0;
        }
        #controlPanel[b-2pmrahvcks] {
            height:50%;
            width: 50%;
        }
    }

#rightSide[b-2pmrahvcks] {
    height: 100%;
}
    @media (min-width: 1200px) {

        #operatorsGrid[b-2pmrahvcks] {
            height: 50%;
        }
    }
/* /Pages/ResetAccount.razor.rz.scp.css */
.login-card[b-iajkzwv30r] {

}

.login-button[b-iajkzwv30r] {
    padding-top: 100px;
}
/* /Pages/ResetPassword.razor.rz.scp.css */
.login-card[b-q3bh26em1i] {

}

.login-button[b-q3bh26em1i] {
    padding-top: 100px;
}
/* /Pages/SupportRequests.razor.rz.scp.css */
*[b-jgcx5m0hcl] {
    box-sizing: border-box;
}

body[b-jgcx5m0hcl] {
    background-color: #abd9e9;
}

#container[b-jgcx5m0hcl] {
    width: 100%;
    height: 800px;
    background: #eff3f7;
    margin: 0 auto;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
}

aside[b-jgcx5m0hcl] {
    width: 260px;
    height: 800px;
    background-color: #3b3e49;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

main[b-jgcx5m0hcl] {
    width: 490px;
    height: 800px;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

aside header[b-jgcx5m0hcl] {
    padding: 30px 20px;
}

aside input[b-jgcx5m0hcl] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 20px;
    background-color: #5e616a;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1940306/ico_search.png);
    background-repeat: no-repeat;
    background-position: 170px;
    background-size: 40px;
}

    aside input[b-jgcx5m0hcl]::placeholder {
        color: #fff;
    }

aside ul[b-jgcx5m0hcl] {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: scroll;
    height: 100%;
}

aside li[b-jgcx5m0hcl] {
    padding: 10px 0;
}

    aside li:hover[b-jgcx5m0hcl] {
        background-color: #5e616a;
    }

h2[b-jgcx5m0hcl], h3[b-jgcx5m0hcl] {
    margin: 0;
}

aside li img[b-jgcx5m0hcl] {
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 8px;
}

aside li div[b-jgcx5m0hcl] {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}

aside li h2[b-jgcx5m0hcl] {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
}

aside li h3[b-jgcx5m0hcl] {
    font-size: 12px;
    color: #7e818a;
    font-weight: normal;
}

.status[b-jgcx5m0hcl] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.green[b-jgcx5m0hcl] {
    background-color: #58b666;
}

.orange[b-jgcx5m0hcl] {
    background-color: #ff725d;
}

.blue[b-jgcx5m0hcl] {
    background-color: #6fbced;
    margin-right: 0;
    margin-left: 7px;
}

main header[b-jgcx5m0hcl] {
    height: 110px;
    padding: 30px 20px 30px 40px;
}

    main header > *[b-jgcx5m0hcl] {
        display: inline-block;
        vertical-align: top;
    }

    main header img:first-child[b-jgcx5m0hcl] {
        border-radius: 50%;
    }

    main header img:last-child[b-jgcx5m0hcl] {
        width: 24px;
        margin-top: 8px;
    }

    main header div[b-jgcx5m0hcl] {
        margin-left: 10px;
        margin-right: 145px;
    }

    main header h2[b-jgcx5m0hcl] {
        font-size: 16px;
        margin-bottom: 5px;
    }

    main header h3[b-jgcx5m0hcl] {
        font-size: 14px;
        font-weight: normal;
        color: #7e818a;
    }

#chat[b-jgcx5m0hcl] {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: scroll;
    height: 535px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

    #chat li[b-jgcx5m0hcl] {
        padding: 10px 30px;
    }

    #chat h2[b-jgcx5m0hcl], #chat h3[b-jgcx5m0hcl] {
        display: inline-block;
        font-size: 13px;
        font-weight: normal;
    }

    #chat h3[b-jgcx5m0hcl] {
        color: #bbb;
    }

    #chat .entete[b-jgcx5m0hcl] {
        margin-bottom: 5px;
    }

    #chat .message[b-jgcx5m0hcl] {
        padding: 20px;
        color: #fff;
        line-height: 25px;
        max-width: 90%;
        display: inline-block;
        text-align: left;
        border-radius: 5px;
    }

    #chat .me[b-jgcx5m0hcl] {
        text-align: right;
    }

    #chat .you .message[b-jgcx5m0hcl] {
        background-color: #58b666;
    }

    #chat .me .message[b-jgcx5m0hcl] {
        background-color: #6fbced;
    }

    #chat .triangle[b-jgcx5m0hcl] {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
    }

    #chat .you .triangle[b-jgcx5m0hcl] {
        border-color: transparent transparent #58b666 transparent;
        margin-left: 15px;
    }

    #chat .me .triangle[b-jgcx5m0hcl] {
        border-color: transparent transparent #6fbced transparent;
        margin-left: 375px;
    }

main footer[b-jgcx5m0hcl] {
    height: 155px;
    padding: 20px 30px 10px 20px;
}

    main footer textarea[b-jgcx5m0hcl] {
        resize: none;
        border: none;
        display: block;
        width: 100%;
        height: 80px;
        border-radius: 3px;
        padding: 20px;
        font-size: 13px;
        margin-bottom: 13px;
    }

        main footer textarea[b-jgcx5m0hcl]::placeholder {
            color: #ddd;
        }

    main footer img[b-jgcx5m0hcl] {
        height: 30px;
        cursor: pointer;
    }

    main footer a[b-jgcx5m0hcl] {
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        color: #6fbced;
        vertical-align: top;
        margin-left: 333px;
        margin-top: 5px;
        display: inline-block;
    }
.top-bar[b-jgcx5m0hcl] {
    height: 46px;
    color: white;
    background-color: var(--color-blue-dark);
}

.top-bar-item[b-jgcx5m0hcl]{
    color: white;
}

.content[b-jgcx5m0hcl] {
    height: calc(100vh - 46px);
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-999jwo42ac] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-999jwo42ac] {
    flex: 1;
}

.sidebar[b-999jwo42ac] {
    background-color: rgb(22, 183, 252);
}

.top-row[b-999jwo42ac] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-999jwo42ac]  a, .top-row[b-999jwo42ac]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-999jwo42ac]  a:hover, .top-row[b-999jwo42ac]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-999jwo42ac]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-999jwo42ac] {
        display: none;
    }

    .top-row.auth[b-999jwo42ac] {
        justify-content: space-between;
    }

    .top-row[b-999jwo42ac]  a, .top-row[b-999jwo42ac]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-999jwo42ac] {
        flex-direction: row;
    }

    .sidebar[b-999jwo42ac] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-999jwo42ac] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-999jwo42ac]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-999jwo42ac], article[b-999jwo42ac] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w1uqosreg7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-w1uqosreg7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-w1uqosreg7] {
    font-size: 1.1rem;
}

.oi[b-w1uqosreg7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-w1uqosreg7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-w1uqosreg7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-w1uqosreg7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-w1uqosreg7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-w1uqosreg7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-w1uqosreg7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w1uqosreg7] {
        display: none;
    }

    .collapse[b-w1uqosreg7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-w1uqosreg7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
