@import '_content/Share.OneCode.ComponentLibrary/Share.OneCode.ComponentLibrary.bundle.scp.css';
@import '_content/Share.OneCode.EditorLibrary/Share.OneCode.EditorLibrary.bundle.scp.css';

/* _content/Share.OneCode/Components/App.razor.rz.scp.css */
@keyframes clignoter-b-siframvkmd {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#component-failed-message[b-siframvkmd] {
    visibility:hidden;
}
#component-reconnect-message[b-siframvkmd] {
    visibility: hidden;
}
.components-reconnect-modal[b-siframvkmd] {
    position: fixed;
    inset: 0px;
    z-index: 1050;
    display: block;
    overflow: hidden;
    text-align: left;
    transition: visibility linear 500ms;
    visibility: hidden;
    background: rgb(0 0 0 / 40%);
}

.components-reconnect-show[b-siframvkmd] {

    visibility: visible;
}
    .components-reconnect-show #component-reconnect-message[b-siframvkmd] {
        font-size: 1rem;
        text-align: center;
        display: flex;
        justify-content: center; /* Centrer horizontalement */
        align-items: center;
        color: white;
        position: absolute;
        top: 0px;
        margin-left: 230px;
        margin-top: 3px;
        width: 300px;
        height: 40px;
        border-radius: 15px;
        background-color: #3D6396;
        animation: clignoter-b-siframvkmd 2s infinite;
        visibility: visible;
    }

.components-reconnect-failed[b-siframvkmd] {
    visibility: visible;
}
    .components-reconnect-failed #component-failed-message[b-siframvkmd] {
        font-size: 1rem;
        text-align: center;
        display: flex;
        justify-content: center; /* Centrer horizontalement */
        align-items: center;
        color: white;
        position: absolute;
        top:0px;
        margin-left: 230px;
        margin-top: 3px;
        width: 280px;
        height: 40px;
        border-radius: 15px;
        background-color: #FF7F7F;
        visibility: visible;
    }




/*.components-reconnect-content {
    position: absolute;
    margin-left: 230px;
    margin-top: 3px;
    width: 300px;
    height: 30px;
    border-radius: 15px;
    background-color: #3D6396;
    animation: clignoter 2s infinite;
}*/


/*.components-reconnect-failed {
    visibility: visible;
}

.components-reconnect-content {
    content: "Could not reconnect to the server .";
    color: red;
    font-size: 1rem;
}*/
/* _content/Share.OneCode/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4ec1dgy7gy] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px;
}

main[b-4ec1dgy7gy] {
    flex: 1;
    padding: 0px;
}

.sidebar[b-4ec1dgy7gy] {
    background-color: black;
}

.top-row[b-4ec1dgy7gy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4ec1dgy7gy]  a, .top-row[b-4ec1dgy7gy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-4ec1dgy7gy]  a:hover, .top-row[b-4ec1dgy7gy]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-4ec1dgy7gy]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-4ec1dgy7gy] {
        justify-content: space-between;
    }

        .top-row[b-4ec1dgy7gy]  a, .top-row[b-4ec1dgy7gy]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-4ec1dgy7gy] {
        flex-direction: row;
    }

    .sidebar[b-4ec1dgy7gy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4ec1dgy7gy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-4ec1dgy7gy]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-4ec1dgy7gy], article[b-4ec1dgy7gy] {
        padding: 0px;
        margin: 0px;
    }
}

.powerBy[b-4ec1dgy7gy] {
    left: 0;
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
}

#blazor-error-ui[b-4ec1dgy7gy] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4ec1dgy7gy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Share.OneCode/Components/Layout/NavTop.razor.rz.scp.css */
.nav-top[b-ij9j4h64ow] {
    height: 50px;
    background-color: #32353E;
    color: white;
    /*border-bottom: 1px solid #828382;*/
    background-image: url(/images/Icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: flex-end;
}
    .nav-top span[b-ij9j4h64ow] {
        margin-left: 10px;
    }
.nav-top-title[b-ij9j4h64ow] {
    align-items: center;
    line-height: 50px;
    color: deepskyblue;
    font-size: 1.5rem;
}
.nav-top-arrow-left[b-ij9j4h64ow] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' class='bi bi-chevron-bar-left' viewBox='0 0 16 16'%3e %3Cpath fill-rule='evenodd' d='M11.854 3.646a.5.5 0 0 1 0 .708L8.207 8l3.647 3.646a.5.5 0 0 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0M4.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5'/%3e %3C/svg%3e");
    background-repeat: no-repeat;
    background-position-y: center;
    width: 20px;
}
.nav-top-arrow-right[b-ij9j4h64ow] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' class='bi bi-chevron-bar-left' viewBox='0 0 16 16'%3e %3Cpath fill-rule='evenodd' d='M11.854 3.646a.5.5 0 0 1 0 .708L8.207 8l3.647 3.646a.5.5 0 0 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0M4.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5'/%3e %3C/svg%3e");
    background-repeat: no-repeat;
    background-position-y: center;
    width: 10px;
}

/* _content/Share.OneCode/Components/Pages/FileManager/FileListComponent.razor.rz.scp.css */
h3[b-0xy9b2j0bs] {
    color: white;
    background-color: #394D6B;
    padding: 5px;
    font-size: 1.2rem;
}

.file-group[b-0xy9b2j0bs] {
    display: flex;
    gap: 2px;
}

.file-group-item[b-0xy9b2j0bs] {
    background-color: #3D6396;
    color: white;
    border: none;
    border-radius: unset;
    display: block;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
}

    .file-group-item:hover[b-0xy9b2j0bs] {
        background-color: #47BDFD;
        border: none;
    }

.file-group span:last-child[b-0xy9b2j0bs] {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    background-color: #D8201A;
}

    .file-group span:last-child:hover[b-0xy9b2j0bs] {
        background-color: #FF7F7F;
        border: none;
    }

.file-group span:first-child[b-0xy9b2j0bs] {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    background-color: #F8F9FA;
    color: black;
}

.file-list-group[b-0xy9b2j0bs] {
    margin: 10px;
}

.file-list[b-0xy9b2j0bs] {
}

/*.file-name {
    background-color: #F8F9FA;
    color: black;
    border: none;

}
*/
/* _content/Share.OneCode/Components/Pages/FileManager/FileManager.razor.rz.scp.css */
h3[b-ktxaddtr4f] {
    color: white;
    background-color: #394D6B;
    padding: 5px;
    font-size: 1.2rem;
}
/* _content/Share.OneCode/Components/Pages/FileManager/FileUploaderComponent.razor.rz.scp.css */
label[b-fzlassgjn8] {
    padding: 10px;
    content:unset;
}

.text-white[b-fzlassgjn8] {

}

/* _content/Share.OneCode/Components/Pages/Home/Home.razor.rz.scp.css */


/* _content/Share.OneCode/Components/Pages/Login/LoginComponent.razor.rz.scp.css */
.home-content[b-honi2jl3co] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}

/*HomePage*/
.login-box[b-honi2jl3co] {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 400px;
    text-align: center;
    color: #336496;
}
    .login-box h2[b-honi2jl3co] {
    padding-bottom: 20px;
}

    .input-group-text[b-honi2jl3co] {
    width: 100px;
    background-color: #336497;
    color: white;
}
.btn-primary[b-honi2jl3co] {
    background-color: #336497;
}
    .btn-primary:hover[b-honi2jl3co] {
        background-color: #47BDFD;
        border:none;
    }
.form-check-input[b-honi2jl3co] {
    margin-left: 100px;
}
.form-check-label[b-honi2jl3co] {
    padding-left: 10px;
}

form-control[b-honi2jl3co] {

}
/* _content/Share.OneCode/Components/Pages/Menu/ContactComponent.razor.rz.scp.css */
footer[b-w54wkhastn] {
    color: white;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size:0.7rem;
}
    footer a[b-w54wkhastn] {
        text-decoration: none;
        color: white;
    }
/*
height: 40px;
text-align: right;
padding: 10px;*/
/* _content/Share.OneCode/Components/Pages/Menu/RightMenuComponent.Razor.rz.scp.css */
.nav-top-menu[b-frbe0moe7k] {
    width: 43px;
    margin: 5px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' class='bi bi-list' viewBox='0 0 16 16'%3e %3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3e %3C/svg%3e");
}

    .nav-top-menu:hover[b-frbe0moe7k] {
        background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='deepskyblue' class='bi bi-list' viewBox='0 0 16 16'%3e %3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3e %3C/svg%3e");
    }

.offcanvas-menu[b-frbe0moe7k] {
    background-color: #33353E;
    color: white;
    width: 300px;
}

.offcanvas-menu-header[b-frbe0moe7k] {
    border-bottom: 1px solid #828382;
    padding: 0px;
}

.btn-close[b-frbe0moe7k] {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}



.btn-right-menu[b-frbe0moe7k] {
    height: 35px;
    width: 240px;
    padding: 20px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: left;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border: 0px;
    color: white;
}

    .btn-right-menu:hover[b-frbe0moe7k] {
        color: deepskyblue;
    }

.btn-logout[b-frbe0moe7k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' %3e %3Cpath style='fill-rule:evenodd;fill:white' transform='matrix(.95176 0 0 .95176 1.448 1.5234)' d='m37.875 10.719v8.219c6.368 3.37 9.988 10.454 8.719 17.75-1.419 8.156-8.472 14.011-16.75 13.937-8.279-0.074-15.228-6.101-16.5-14.281-1.124-7.228 2.496-14.194 8.781-17.5v-8.094c-8.321 2.854-14.296 9.88-16 18.125-0.5746 2.781-0.6446 5.686-0.1875 8.625 1.8285 11.757 11.946 20.549 23.844 20.656 11.897 0.107 22.179-8.496 24.218-20.218 2.039-11.723-4.765-23.27-16-27.188-0.042-0.015-0.082-0.018-0.125-0.031z'/%3e %3Cpath style='stroke-linejoin:round;stroke:white;stroke-linecap:round;stroke-width:7.9794;fill:none' transform='matrix(.93992 0 0 .93992 1.776 3.8193)' d='m30.029 3.2505v26.078'/%3e %3C/svg%3e");
}
    .btn-logout:hover[b-frbe0moe7k] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70' %3e %3Cpath style='fill-rule:evenodd;fill:deepskyblue' transform='matrix(.95176 0 0 .95176 1.448 1.5234)' d='m37.875 10.719v8.219c6.368 3.37 9.988 10.454 8.719 17.75-1.419 8.156-8.472 14.011-16.75 13.937-8.279-0.074-15.228-6.101-16.5-14.281-1.124-7.228 2.496-14.194 8.781-17.5v-8.094c-8.321 2.854-14.296 9.88-16 18.125-0.5746 2.781-0.6446 5.686-0.1875 8.625 1.8285 11.757 11.946 20.549 23.844 20.656 11.897 0.107 22.179-8.496 24.218-20.218 2.039-11.723-4.765-23.27-16-27.188-0.042-0.015-0.082-0.018-0.125-0.031z'/%3e %3Cpath style='stroke-linejoin:round;stroke:deepskyblue;stroke-linecap:round;stroke-width:7.9794;fill:none' transform='matrix(.93992 0 0 .93992 1.776 3.8193)' d='m30.029 3.2505v26.078'/%3e %3C/svg%3e");
    }
.btn-delete-workspace[b-frbe0moe7k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white'  viewBox='0 0 380 380' xml:space='preserve'%3e%3Cpath d='M241.348,85.53c-2.184-4.45-5.971-7.782-10.662-9.384L94.056,29.498c-9.686-3.303-20.251,1.884-23.558,11.567l-5.573,16.324l171.753,58.638l5.574-16.323C243.854,95.014,243.533,89.979,241.348,85.53z'/%3e%3Cpath d='M148.5,14.472l49.205,16.799l-6.157,18.036l12.069,4.12l8.218-24.07c1.138-3.333-0.642-6.957-3.974-8.095l-61.274-20.92c-1.599-0.547-3.353-0.434-4.871,0.31c-1.518,0.745-2.679,2.064-3.225,3.663l-8.218,24.071l12.07,4.122L148.5,14.472z'/%3e%3Cpath d='M183.237,275.016c0,5.099-4.133,9.232-9.232,9.232s-9.232-4.133-9.232-9.232V104.954l-42.338-14.455H60.256c-0.926,0-1.857,0.152-2.701,0.531c-2.53,1.137-3.953,3.644-3.799,6.226l11.562,193.749c0.201,3.367,2.991,5.996,6.365,5.996h138.741c3.374,0,6.164-2.629,6.365-5.996l9.843-164.931l-43.395-14.816V275.016z M117.333,275.016c0,5.099-4.133,9.232-9.232,9.232s-9.232-4.133-9.232-9.232V103.252h18.464V275.016z'/%3e %3C/svg%3e");
}
    .btn-delete-workspace:hover[b-frbe0moe7k] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='lightcoral'  viewBox='0 0 370 370' xml:space='preserve'%3e%3Cpath d='M241.348,85.53c-2.184-4.45-5.971-7.782-10.662-9.384L94.056,29.498c-9.686-3.303-20.251,1.884-23.558,11.567l-5.573,16.324l171.753,58.638l5.574-16.323C243.854,95.014,243.533,89.979,241.348,85.53z'/%3e%3Cpath d='M148.5,14.472l49.205,16.799l-6.157,18.036l12.069,4.12l8.218-24.07c1.138-3.333-0.642-6.957-3.974-8.095l-61.274-20.92c-1.599-0.547-3.353-0.434-4.871,0.31c-1.518,0.745-2.679,2.064-3.225,3.663l-8.218,24.071l12.07,4.122L148.5,14.472z'/%3e%3Cpath d='M183.237,275.016c0,5.099-4.133,9.232-9.232,9.232s-9.232-4.133-9.232-9.232V104.954l-42.338-14.455H60.256c-0.926,0-1.857,0.152-2.701,0.531c-2.53,1.137-3.953,3.644-3.799,6.226l11.562,193.749c0.201,3.367,2.991,5.996,6.365,5.996h138.741c3.374,0,6.164-2.629,6.365-5.996l9.843-164.931l-43.395-14.816V275.016z M117.333,275.016c0,5.099-4.133,9.232-9.232,9.232s-9.232-4.133-9.232-9.232V103.252h18.464V275.016z'/%3e %3C/svg%3e");
        color: lightcoral;
    }
.btn-filemanager[b-frbe0moe7k] {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' %3e %3Cpath style='fill-rule:evenodd;fill:white' d='M13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2l.04.87a2 2 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14h10.348a2 2 0 0 0 1.991-1.819l.637-7A2 2 0 0 0 13.81 3M2.19 3q-.362.002-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672a1 1 0 0 1 .707.293L7.586 3zm9.608 5.271-3.182 1.97c-.27.166-.616-.036-.616-.372V9.1s-2.571-.3-4 2.4c.571-4.8 3.143-4.8 4-4.8v-.769c0-.336.346-.538.616-.371l3.182 1.969c.27.166.27.576 0 .742'/%3e %3C/svg%3e");
}
    .btn-filemanager:hover[b-frbe0moe7k] {
        background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21' %3e %3Cpath style='fill-rule:evenodd;fill:deepskyblue' d='M13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2l.04.87a2 2 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14h10.348a2 2 0 0 0 1.991-1.819l.637-7A2 2 0 0 0 13.81 3M2.19 3q-.362.002-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672a1 1 0 0 1 .707.293L7.586 3zm9.608 5.271-3.182 1.97c-.27.166-.616-.036-.616-.372V9.1s-2.571-.3-4 2.4c.571-4.8 3.143-4.8 4-4.8v-.769c0-.336.346-.538.616-.371l3.182 1.969c.27.166.27.576 0 .742'/%3e %3C/svg%3e");
    }

.btn-linkManager[b-frbe0moe7k] {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' %3e %3Cpath style='fill-rule:evenodd;fill:white' d='M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1 1 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4 4 0 0 1-.128-1.287z'/%3e %3Cpath style='fill-rule:evenodd;fill:white' d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243z'/%3e %3C/svg%3e");
}
    .btn-linkManager:hover[b-frbe0moe7k] {
        background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' %3e %3Cpath style='fill-rule:evenodd;fill:deepskyblue' d='M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1 1 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4 4 0 0 1-.128-1.287z'/%3e %3Cpath style='fill-rule:evenodd;fill:deepskyblue' d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243z'/%3e %3C/svg%3e");
    }
.btn-codeEditor[b-frbe0moe7k] {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -2 23 23' %3e %3Cpath style='fill-rule:evenodd;fill:white' d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3e %3Cpath style='fill-rule:evenodd;fill:white' d='M6.854 4.646a.5.5 0 0 1 0 .708L4.207 8l2.647 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0m2.292 0a.5.5 0 0 0 0 .708L11.793 8l-2.647 2.646a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708 0'/%3e %3C/svg%3e");
}
    .btn-codeEditor:hover[b-frbe0moe7k] {
        background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -2 22 22' %3e %3Cpath style='fill-rule:evenodd;fill:deepskyblue' d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3e %3Cpath style='fill-rule:evenodd;fill:deepskyblue' d='M6.854 4.646a.5.5 0 0 1 0 .708L4.207 8l2.647 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0m2.292 0a.5.5 0 0 0 0 .708L11.793 8l-2.647 2.646a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708 0'/%3e %3C/svg%3e");
    }

.perso[b-frbe0moe7k] {
    color: #fff;
    font-size: 1.5rem;
    text-align: left;
    padding-left: 50px;
    margin: 0px;
    height: 48px;
    display: inline-flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' fill='whitesmoke' class='bi bi-person-fill' viewBox='0 0 16 16'%3e %3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3e %3C/svg%3e");
}
/* _content/Share.OneCode/Components/Pages/Workspace/WorkspaceEditTabComponent.razor.rz.scp.css */
/*Bouton edit d'un Tab header*/
.header-input-edit[b-1z23z7bmyh] {
    height: 20px;
    width: 130px;
    color: black;
    padding: 3px;
    margin: 0px;
    border: 1px solid #394D6B;
    box-sizing: content-box;
}
    .header-input-edit:focus[b-1z23z7bmyh], .header-input-edit:active:focus[b-1z23z7bmyh] {
        box-shadow: none;
        border: none;
        outline: none;
    }

.edit-container[b-1z23z7bmyh] {
    display: flex; /* Activates flexbox for horizontal alignment */
    background-color: #394D6B;
    align-items: center;
}

.edit-item[b-1z23z7bmyh] {

}

.btn-language[b-1z23z7bmyh] {
    color: #fff;
    background-color: #394D6B;
    border:0px;
    --bs-btn-border-radius: 0;
}
    .btn-language:focus[b-1z23z7bmyh], .btn-language:active:focus[b-1z23z7bmyh] {
        /* box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb; */
    }
.dropdown-menu[b-1z23z7bmyh] {
    background-color: #394D6B;
}
.dropdown-item[b-1z23z7bmyh] {
    color: #fff;
}
    .dropdown-item:hover[b-1z23z7bmyh] {
        color: #394D6B;
    }
/* _content/Share.OneCode/Components/Pages/Workspace/WorkspaceTabComponent.razor.rz.scp.css */

.tab-container[b-9b7rdul4sf] {
    display: flex; /* Activates flexbox for horizontal alignment */
}

.tab-container-language[b-9b7rdul4sf] {
    background-color: #344E6C;
    padding-left: 2px;
    padding-right: 2px;
    font-size:0.6rem;
    height:14px;
}
.tab-container-title[b-9b7rdul4sf] {
    padding-left:5px;
}
