/* _content/CB-StudentPortal/Components/Layout/FeedbackBar.razor.rz.scp.css */
/* _content/CB-StudentPortal/Components/Layout/HeaderBar.razor.rz.scp.css */
/* _content/CB-StudentPortal/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-twx5f7qtue] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-twx5f7qtue] {
    flex: 1;
}

.rz-layout[b-twx5f7qtue] {
    height: 100dvh;
}

.sidebar[b-twx5f7qtue] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-twx5f7qtue] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-twx5f7qtue]  a, .top-row[b-twx5f7qtue]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-twx5f7qtue]  a:hover, .top-row[b-twx5f7qtue]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-twx5f7qtue]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-twx5f7qtue] {
        justify-content: space-between;
    }

    .top-row[b-twx5f7qtue]  a, .top-row[b-twx5f7qtue]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-twx5f7qtue] {
        flex-direction: row;
    }

    .sidebar[b-twx5f7qtue] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-twx5f7qtue] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-twx5f7qtue]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-twx5f7qtue], article[b-twx5f7qtue] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-twx5f7qtue] {
    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-twx5f7qtue] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#lblCartCount[b-twx5f7qtue] {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
    margin-top: -15px;
}
.badge[b-twx5f7qtue] {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href][b-twx5f7qtue],
.badge-warning[href][b-twx5f7qtue] {
    background-color: #c67605;
}

.news-sidebar[b-twx5f7qtue] {
    position: fixed;
    top: 0;
    right: 0;
    width: -webkit-fill-available;
    padding: 0;
    background-color: #353547;
    z-index: 99999;
    transform: translateX(-100%);
    transition: transform .5s ease-in-out;
    overflow-y: scroll;
    height: 100%;


}

.news-sidebar.visible[b-twx5f7qtue] {
    transform: translateX(0);
}

.filter-sidebar[b-twx5f7qtue] {
    position: fixed;         /* Stay fixed on the screen */
    top: 50px;                  /* Align with the top */
    right: -400px;           /* Initially hidden off-screen */
    width: 400px;            /* Width of the sidebar */
    height: 100%;            /* Full height of the screen */
    transition: transform 0.4s ease-in-out;  /* Smooth transition */
    transform: translateX(100%);  /* Initially off-screen */
}

.filter-sidebar.visible[b-twx5f7qtue] {
    transform: translateX(0);
    right: 0;
}


.close-button[b-twx5f7qtue] {
    position: sticky;
    top: 0;
    width: 50px;
}
/* _content/CB-StudentPortal/Components/Layout/MainLayoutFullSidebar.razor.rz.scp.css */
.page[b-6376obrmuf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6376obrmuf] {
    flex: 1;
}

.sidebar[b-6376obrmuf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6376obrmuf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-6376obrmuf]  a, .top-row[b-6376obrmuf]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-6376obrmuf]  a:hover, .top-row[b-6376obrmuf]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-6376obrmuf]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-6376obrmuf] {
        justify-content: space-between;
    }

    .top-row[b-6376obrmuf]  a, .top-row[b-6376obrmuf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6376obrmuf] {
        flex-direction: row;
    }

    .sidebar[b-6376obrmuf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6376obrmuf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6376obrmuf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6376obrmuf], article[b-6376obrmuf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6376obrmuf] {
    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-6376obrmuf] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/CB-StudentPortal/Components/Pages/Administration/Pages/Localization/LabelConfiguration.razor.rz.scp.css */
/* _content/CB-StudentPortal/Components/Pages/Administration/TestPage.razor.rz.scp.css */


/* Optional styles for demos */
.btn-primary[b-9aili9j2ys] {
    color: #fff;
    background-color: #007bff;
}

.btn[b-9aili9j2ys] {
    display: inline-block;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
}

a[b-9aili9j2ys] {
    text-decoration: none;
}

h1[b-9aili9j2ys] {
    font-size: 2.5rem;
    margin-bottom: .5rem;
}

.sidebar[b-9aili9j2ys] {
    background: rgb(215, 243, 215);
    padding: 25px 0;
    height: 100px;
    text-align: center;
}
.sidebar > .grid-stack-item[b-9aili9j2ys],
.sidebar-item[b-9aili9j2ys] {
    width: 100px;
    height: 50px;
    border: 2px dashed green;
    text-align: center;
    line-height: 35px;
    background: rgb(192, 231, 192);
    cursor: default;
    display: inline-block;
}

.grid-stack[b-9aili9j2ys] {
    background: #FAFAD2;
}

.sidebar > .grid-stack-item[b-9aili9j2ys],
.grid-stack-item-content[b-9aili9j2ys] {
    text-align: center;
    background-color: #18bc9c;
}

.grid-stack-item-removing[b-9aili9j2ys] {
    opacity: 0.5;
}
.trash[b-9aili9j2ys] {
    height: 100px;
    background: rgba(255, 0, 0, 0.1) center center url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQzOC41MjkgNDM4LjUyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUyOSA0MzguNTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQxNy42ODksNzUuNjU0Yy0xLjcxMS0xLjcwOS0zLjkwMS0yLjU2OC02LjU2My0yLjU2OGgtODguMjI0TDMwMi45MTcsMjUuNDFjLTIuODU0LTcuMDQ0LTcuOTk0LTEzLjA0LTE1LjQxMy0xNy45ODkgICAgQzI4MC4wNzgsMi40NzMsMjcyLjU1NiwwLDI2NC45NDUsMGgtOTEuMzYzYy03LjYxMSwwLTE1LjEzMSwyLjQ3My0yMi41NTQsNy40MjFjLTcuNDI0LDQuOTQ5LTEyLjU2MywxMC45NDQtMTUuNDE5LDE3Ljk4OSAgICBsLTE5Ljk4NSw0Ny42NzZoLTg4LjIyYy0yLjY2NywwLTQuODUzLDAuODU5LTYuNTY3LDIuNTY4Yy0xLjcwOSwxLjcxMy0yLjU2OCwzLjkwMy0yLjU2OCw2LjU2N3YxOC4yNzQgICAgYzAsMi42NjQsMC44NTUsNC44NTQsMi41NjgsNi41NjRjMS43MTQsMS43MTIsMy45MDQsMi41NjgsNi41NjcsMi41NjhoMjcuNDA2djI3MS44YzAsMTUuODAzLDQuNDczLDI5LjI2NiwxMy40MTgsNDAuMzk4ICAgIGM4Ljk0NywxMS4xMzksMTkuNzAxLDE2LjcwMywzMi4yNjQsMTYuNzAzaDIzNy41NDJjMTIuNTY2LDAsMjMuMzE5LTUuNzU2LDMyLjI2NS0xNy4yNjhjOC45NDUtMTEuNTIsMTMuNDE1LTI1LjE3NCwxMy40MTUtNDAuOTcxICAgIFYxMDkuNjI3aDI3LjQxMWMyLjY2MiwwLDQuODUzLTAuODU2LDYuNTYzLTIuNTY4YzEuNzA4LTEuNzA5LDIuNTctMy45LDIuNTctNi41NjRWODIuMjIxICAgIEM0MjAuMjYsNzkuNTU3LDQxOS4zOTcsNzcuMzY3LDQxNy42ODksNzUuNjU0eiBNMTY5LjMwMSwzOS42NzhjMS4zMzEtMS43MTIsMi45NS0yLjc2Miw0Ljg1My0zLjE0aDkwLjUwNCAgICBjMS45MDMsMC4zODEsMy41MjUsMS40Myw0Ljg1NCwzLjE0bDEzLjcwOSwzMy40MDRIMTU1LjMxMUwxNjkuMzAxLDM5LjY3OHogTTM0Ny4xNzMsMzgwLjI5MWMwLDQuMTg2LTAuNjY0LDguMDQyLTEuOTk5LDExLjU2MSAgICBjLTEuMzM0LDMuNTE4LTIuNzE3LDYuMDg4LTQuMTQxLDcuNzA2Yy0xLjQzMSwxLjYyMi0yLjQyMywyLjQyNy0yLjk5OCwyLjQyN0gxMDAuNDkzYy0wLjU3MSwwLTEuNTY1LTAuODA1LTIuOTk2LTIuNDI3ICAgIGMtMS40MjktMS42MTgtMi44MS00LjE4OC00LjE0My03LjcwNmMtMS4zMzEtMy41MTktMS45OTctNy4zNzktMS45OTctMTEuNTYxVjEwOS42MjdoMjU1LjgxNVYzODAuMjkxeiIgZmlsbD0iI2ZmOWNhZSIvPgoJCTxwYXRoIGQ9Ik0xMzcuMDQsMzQ3LjE3MmgxOC4yNzFjMi42NjcsMCw0Ljg1OC0wLjg1NSw2LjU2Ny0yLjU2N2MxLjcwOS0xLjcxOCwyLjU2OC0zLjkwMSwyLjU2OC02LjU3VjE3My41ODEgICAgYzAtMi42NjMtMC44NTktNC44NTMtMi41NjgtNi41NjdjLTEuNzE0LTEuNzA5LTMuODk5LTIuNTY1LTYuNTY3LTIuNTY1SDEzNy4wNGMtMi42NjcsMC00Ljg1NCwwLjg1NS02LjU2NywyLjU2NSAgICBjLTEuNzExLDEuNzE0LTIuNTY4LDMuOTA0LTIuNTY4LDYuNTY3djE2NC40NTRjMCwyLjY2OSwwLjg1NCw0Ljg1MywyLjU2OCw2LjU3QzEzMi4xODYsMzQ2LjMxNiwxMzQuMzczLDM0Ny4xNzIsMTM3LjA0LDM0Ny4xNzJ6IiBmaWxsPSIjZmY5Y2FlIi8+CgkJPHBhdGggZD0iTTIxMC4xMjksMzQ3LjE3MmgxOC4yNzFjMi42NjYsMCw0Ljg1Ni0wLjg1NSw2LjU2NC0yLjU2N2MxLjcxOC0xLjcxOCwyLjU2OS0zLjkwMSwyLjU2OS02LjU3VjE3My41ODEgICAgYzAtMi42NjMtMC44NTItNC44NTMtMi41NjktNi41NjdjLTEuNzA4LTEuNzA5LTMuODk4LTIuNTY1LTYuNTY0LTIuNTY1aC0xOC4yNzFjLTIuNjY0LDAtNC44NTQsMC44NTUtNi41NjcsMi41NjUgICAgYy0xLjcxNCwxLjcxNC0yLjU2OCwzLjkwNC0yLjU2OCw2LjU2N3YxNjQuNDU0YzAsMi42NjksMC44NTQsNC44NTMsMi41NjgsNi41N0MyMDUuMjc0LDM0Ni4zMTYsMjA3LjQ2NSwzNDcuMTcyLDIxMC4xMjksMzQ3LjE3MnogICAgIiBmaWxsPSIjZmY5Y2FlIi8+CgkJPHBhdGggZD0iTTI4My4yMiwzNDcuMTcyaDE4LjI2OGMyLjY2OSwwLDQuODU5LTAuODU1LDYuNTctMi41NjdjMS43MTEtMS43MTgsMi41NjItMy45MDEsMi41NjItNi41N1YxNzMuNTgxICAgIGMwLTIuNjYzLTAuODUyLTQuODUzLTIuNTYyLTYuNTY3Yy0xLjcxMS0xLjcwOS0zLjkwMS0yLjU2NS02LjU3LTIuNTY1SDI4My4yMmMtMi42NywwLTQuODUzLDAuODU1LTYuNTcxLDIuNTY1ICAgIGMtMS43MTEsMS43MTQtMi41NjYsMy45MDQtMi41NjYsNi41Njd2MTY0LjQ1NGMwLDIuNjY5LDAuODU1LDQuODUzLDIuNTY2LDYuNTdDMjc4LjM2NywzNDYuMzE2LDI4MC41NSwzNDcuMTcyLDI4My4yMiwzNDcuMTcyeiIgZmlsbD0iI2ZmOWNhZSIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat;
}

/* make nested grid have slightly darker bg take almost all space (need some to tell them apart) so items inside can have similar to external size+margin */
.grid-stack > .grid-stack-item.grid-stack-sub-grid > .grid-stack-item-content[b-9aili9j2ys] {
    background: rgba(0,0,0,0.1);
    inset: 0 2px;
}
.grid-stack.grid-stack-nested[b-9aili9j2ys] {
    background: none;
    /* background-color: red; */
    /* take entire space */
    position: absolute;
    inset: 0; /* TODO change top: if you have content in nested grid */
}
/* _content/CB-StudentPortal/Components/Pages/Communication/CommunicationTagsDialog.razor.rz.scp.css */
/* _content/CB-StudentPortal/Components/Pages/FormationContinue/CourseCard.razor.rz.scp.css */

/*body {
    font-family: "Oswald", sans-serif;
    background-color: #212121;
}
body section {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
body section .row {
    align-items: center;
    height: 100vh;
}
.course-card {
    
}*/

.card[b-h3ngcmr2u5] {
    position: relative;
    height: 300px;
    width: 250px;
    margin: 10px 0;
    background-color:#d9d9d930;
    /*transition: ease all 2.3s;*/
    /*perspective: 1200px;*/
}
/*.card:hover .cover {
    transform: rotateX(0deg) rotateY(-180deg);
}
.card:hover .cover:before {
    transform: translateZ(30px);
}
.card:hover .cover:after {
    background-color: black;
}
.card:hover .cover h6 {
    transform: translateZ(100px);
}
.card:hover .cover .price {
    transform: translateZ(60px);
}
.card:hover .cover a {
    transform: translateZ(-60px) rotatey(-180deg);
}*/
/*.card:hover {*/
/*    border: 3px solid black;*/
/*}*/
/*.card .cover {*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    transform-style: preserve-3d;*/
/*    transition: ease all 2.3s;*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*.card .cover:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    border: 5px solid rgba(255, 255, 255, 0.5);*/
/*    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);*/
/*    top: 20px;*/
/*    left: 20px;*/
/*    right: 20px;*/
/*    bottom: 20px;*/
/*    z-index: 2;*/
/*    transition: ease all 2.3s;*/
/*    transform-style: preserve-3d;*/
/*    transform: translateZ(0px);*/
/*}*/
/*.card .cover:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    right: 0px;*/
/*    bottom: 0px;*/
/*    z-index: 2;*/
/*    transition: ease all 1.3s;*/
/*    background: rgba(0, 0, 0, 0.4);*/
/*}*/

/*.card .cover.item-a {*/
/*    background-image: url("https://collegeboreal.ca/wp-content/uploads/2023/06/19juin-header-720x387.jpg");*/
/*}*/
/*.card .cover.item-b {*/
/*    background-image: url("https://images.unsplash.com/photo-1497250681960-ef046c08a56e?auto=format&fit=crop&w=600&q=80");*/
/*}*/
/*.card .cover.item-c {*/
/*    background-image: url("https://images.unsplash.com/photo-1525945518069-b924046d1385?auto=format&fit=crop&w=600&q=80");*/
/*}*/
/*.card .cover h6 {*/
/*    font-weight: 600;*/
/*    position: absolute;*/
/*    bottom: 55px;*/
/*    left: 50px;*/
/*    color: white;*/
/*    transform-style: preserve-3d;*/
/*    transition: ease all 2.3s;*/
/*    z-index: 3;*/
/*    font-size: 1.25em;*/
/*    transform: translateZ(0px);*/
/*}*/
/*.card .cover .price {*/
/*    font-weight: 200;*/
/*    position: absolute;*/
/*    top: 55px;*/
/*    right: 50px;*/
/*    color: white;*/
/*    transform-style: preserve-3d;*/
/*    transition: ease all 2.3s;*/
/*    z-index: 4;*/
/*    font-size: 2em;*/
/*    transform: translateZ(0px);*/
/*}*/
/*.card .card-back {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    z-index: 50;*/
/*    !*background: #0b0f08;*!*/
/*    !*transform-style: preserve-3d;*/
/*    transition: ease all 2.3s;*!*/
/*   !* transform: translateZ(-1px);*!*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.card .card-back a {*/
/*    transform-style: preserve-3d;*/
/*    transition: ease transform 2.3s, ease background 0.5s;*/
/*    transform: translateZ(-1px) rotatey(-180deg);*/
/*    background: transparent;*/
/*    border: 1px solid white;*/
/*    font-weight: 200;*/
/*    font-size: 1.3em;*/
/*    color: white;*/
/*    padding: 14px 32px;*/
/*    outline: none;*/
/*    text-decoration: none;*/
/*}*/
/*.card .card-back a:hover {*/
/*    background-color: white;*/
/*    color: #0b0f08;*/
/*}*/
/*.action-button:hover{*/
/*    background-color: white;*/
/*    color: #0b0f08;*/
/*}*/
/* _content/CB-StudentPortal/Components/Pages/FormationContinue/CourseDetails.razor.rz.scp.css */
/* _content/CB-StudentPortal/Components/Pages/FormationContinue/FilterSidebar.razor.rz.scp.css */
.filter-sidebar[b-hn35egv8kn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 500px;
    padding: 0;
    background-color: var(--rz-base);
    z-index: 10;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
    overflow-y: scroll;
    height: 100%;


}

.filter-sidebar.visible[b-hn35egv8kn] {
    transform: translateX(0);
}
/* _content/CB-StudentPortal/Components/Pages/FormationContinue/ManageLicences.razor.rz.scp.css */
/* _content/CB-StudentPortal/Components/Pages/FormationContinue/StorePage.razor.rz.scp.css */

[b-idf89vgigp] .slick-slide {
    padding: 0 1rem;
}
[b-idf89vgigp] .slick-slide > div{
    background-color: #f5f5f5;
    color: #333;
    display: flex;
}

[b-idf89vgigp] .slick-list, .slick-track[b-idf89vgigp] { touch-action:pan-y; }

.filter-tabs[b-idf89vgigp]{
    border: 1px solid #afafaf;
    margin-right: 5px;
}
.course-card[b-idf89vgigp] {
    width: 300px
}

[b-idf89vgigp] .chip{
/*    display: inline-flex;
    flex-direction: row;*/
    background-color: var(--rz-base);
    border: none;
    cursor: default;
    height: 36px;
    outline: none;
    padding: 5px;
    font-size: 14px;
    font-color: #333333;
    font-family:"Open Sans", sans-serif;
    white-space: nowrap;
    align-items: center;
    border-radius: 16px;
    vertical-align: middle;
    text-decoration: none;
    justify-content: center;
}
.chip-head[b-idf89vgigp]{
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #32C5D2;
    font-size: 1.25rem;
    flex-shrink: 0;
    align-items: center;
    user-select: none;
    border-radius: 50%;
    justify-content: center;
    width: 36px;
    color: #fff;
    height: 36px;
    font-size: 20px;
    margin-right: -4px;
}
.chip-content[b-idf89vgigp]{
    cursor: inherit;
    display: flex;
    align-items: center;
    user-select: none;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
}
.chip-svg[b-idf89vgigp]{
    color: #999999;
    cursor: pointer;
    height: auto;
    margin: 4px 4px 0 -8px;
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
}
.chip-svg:hover[b-idf89vgigp]{
    color: #666666;
}
/* _content/CB-StudentPortal/Components/Pages/Guardians/GuardianHome.razor.rz.scp.css */
*[b-70n9mnj5k0] {
    padding: 0;
    margin: 0
}

.wrapper[b-70n9mnj5k0] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee
}

.checkmark__circle[b-70n9mnj5k0] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke-b-70n9mnj5k0 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark[b-70n9mnj5k0] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill-b-70n9mnj5k0 .4s ease-in-out .4s forwards, scale-b-70n9mnj5k0 .3s ease-in-out .9s both
}

.checkmark__check[b-70n9mnj5k0] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke-b-70n9mnj5k0 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke-b-70n9mnj5k0 {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale-b-70n9mnj5k0 {
    0%, 100% {
        transform: none
    }
    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill-b-70n9mnj5k0 {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}
/* _content/CB-StudentPortal/Components/Pages/Home/News.razor.rz.scp.css */
.news-sidebar[b-bvh8bey4e3] {
    position: fixed;
    top: 0;
    right: 0;
    width: -webkit-fill-available;
    padding: 0;
    background-color: #353547;
    z-index: 99999;
    transform: translateX(-100%);
    transition: transform .5s ease-in-out;
    overflow-y: scroll;
    height: 100%;

}

.news-sidebar.visible[b-bvh8bey4e3] {
    transform: translateX(0); 
}
/* _content/CB-StudentPortal/Components/Pages/Home/NewsDialog.razor.rz.scp.css */
.mainContent img[b-0lgrkbknnr]{
    max-width: 100% !important;
    height: auto !important;
}
/* _content/CB-StudentPortal/Components/Pages/Home/NewsList.razor.rz.scp.css */
/* _content/CB-StudentPortal/Components/Pages/Home/NewsSidebar.razor.rz.scp.css */
.news-sidebar[b-zdeaf4ujzu] {
    position: fixed;
    top: 0;
    right: 0;
    width: -webkit-fill-available;
    padding: 0;
    background-color: #353547;
    z-index: 99999;
    transform: translateX(-100%);
    transition: transform .5s ease-in-out;
    overflow-y: scroll;
    height: 100%;


}

.news-sidebar.visible[b-zdeaf4ujzu] {
    transform: translateX(0);
}
/* _content/CB-StudentPortal/Components/Pages/Personal/Emails.razor.rz.scp.css */
/* _content/CB-StudentPortal/Components/Pages/Personal/PersonalInformation.razor.rz.scp.css */
.formField[b-klmfbd0a6a] {
    
}
/* _content/CB-StudentPortal/Components/Pages/Personal/ProfileComponent.razor.rz.scp.css */
/* _content/CB-StudentPortal/Components/Pages/Students/Courses/MyCourses.razor.rz.scp.css */
.program-details[b-s7os31d0dg] {
    width: fit-content;
    font-family: 'FutureNowHeadlineLight';
}
/* _content/CB-StudentPortal/Components/Pages/Students/Grades/Grades.razor.rz.scp.css */
[b-s2vquzkaaj] .e-headercell{
    background-color: #afafaf !important;
    font-weight: bold;
}
/* _content/CB-StudentPortal/Components/Pages/Students/Grades/StudentTranscript.razor.rz.scp.css */
.transcript_content[b-t5j9bd0wnh]{
    padding: 10px;
}
/* _content/CB-StudentPortal/Components/Pages/Students/MonAdmission/ApplicationInformation.razor.rz.scp.css */
/* _content/CB-StudentPortal/Components/Pages/Students/MonAdmission/Index.razor.rz.scp.css */
[KaizenIndex] .documentTableHeader[kaizenindex] {
    font-size: 20px;
}

[KaizenIndex] .documentContainer[kaizenindex] {
    font-size: 11px;
    flex: auto;
    display: flex;
}


[KaizenIndex] .document[kaizenindex] {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid black;
    margin: 1px;
    border-radius: 5px;
}
    [KaizenIndex] .document[kaizenindex]:hover {
        cursor: pointer;
        background-color: #efefef;
    }

    [KaizenIndex] .document[kaizenindex] img[kaizenindex] {
        width: 50px; /* Adjust size as needed */
        height: 50px; /* Adjust size as needed */
        margin-right: 10px;
    }

[KaizenIndex] .document-name[kaizenindex] {
    font-size: 16px;
    /* Other styles as needed */
}

[KaizenIndex] .table[kaizenindex] {
    /*  border-radius: 5px;*/
    font-size: 12px;
    font-weight: normal;
    /*border: none;*/
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    /*background-color: white;*/
}

[KaizenIndex] .table[kaizenindex] td[kaizenindex], .table[kaizenindex] th[kaizenindex][KaizenIndex] {
        text-align: left;
        padding: 8px;
    }

[KaizenIndex] .table[kaizenindex] td[kaizenindex] {
        /*border-right: 1px solid #f8f8f8;*/
        font-size: 11px;
    }

[KaizenIndex] .table[kaizenindex] thead[kaizenindex] th[kaizenindex] {
        color: #ffffff;
        background: #50a936;
    }



        /*.table thead th:nth-child(odd) {
            color: #ffffff;
            background: #50a936;
        }*/

/*    .table tr:nth-child(even) {
        background: #F8F8F8;
    }*/

/* Responsive */

@media (max-width: 767px) {
    /*.table {
        display: block;
        width: 100%;
    }*/
    /*.table-wrapper:before {
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }*/
    /* .table thead, .table tbody, .table thead th {
        display: block;
    }*/
    /* .table thead th:last-child {
            border-bottom: none;
        }*/
    /*.table thead {
        float: left;
    }*/
    /*.table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }*/
    /*    .table td, .table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }*/

    [KaizenIndex] table [kaizenindex] thead[kaizenindex] th[kaizenindex] {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }

   /* .table tbody tr {
        display: table-cell;
    }*/

    [KaizenIndex] .table[kaizenindex] tbody[kaizenindex] tr[kaizenindex]:nth-child(odd) {
        background: none;
    }

    [KaizenIndex] .table[kaizenindex] tr[kaizenindex]:nth-child(even) {
        background: transparent;
    }

  /*  .table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }*/

    /*.table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }

    .table tbody td {
        display: block;
        text-align: left;
    }*/
}

[KaizenIndex] .document-card[kaizenindex] {
    width: 200px;
}
[KaizenIndex] .document-card[kaizenindex]:hover {
        opacity: 0.8;
        cursor: pointer;
    }
/* _content/CB-StudentPortal/Components/Pages/Students/MonAdmission/StudentApplicationDetails.razor.rz.scp.css */
/* _content/CB-StudentPortal/Components/Pages/Students/MyDocuments/MyDocuments.razor.rz.scp.css */
/* _content/CB-StudentPortal/Components/Pages/Students/Schedule/MySchedule.razor.rz.scp.css */
.widget_content[b-inuimoz510] {
    padding: 10px;
    font-family: 'FutureNowHeadlineLight';
}
/* _content/CB-StudentPortal/Components/Pages/Students/TravailBoreal/JobList.razor.rz.scp.css */
[b-qms3w7il8d] .chip {
    /*    display: inline-flex;
    flex-direction: row;*/
    background-color: var(--rz-base);
    border: none;
    cursor: default;
    height: 36px;
    outline: none;
    padding: 5px;
    font-size: 14px;
    font-color: #333333;
    font-family: "Open Sans", sans-serif;
    white-space: nowrap;
    align-items: center;
    border-radius: 16px;
    vertical-align: middle;
    text-decoration: none;
    justify-content: center;
}

.chip-head[b-qms3w7il8d] {
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #32C5D2;
    font-size: 1.25rem;
    flex-shrink: 0;
    align-items: center;
    user-select: none;
    border-radius: 50%;
    justify-content: center;
    width: 36px;
    color: #fff;
    height: 36px;
    font-size: 20px;
    margin-right: -4px;
}

.chip-content[b-qms3w7il8d] {
    cursor: inherit;
    display: flex;
    align-items: center;
    user-select: none;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
}

.chip-svg[b-qms3w7il8d] {
    color: #999999;
    cursor: pointer;
    height: auto;
    margin: 4px 4px 0 -8px;
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
}

    .chip-svg:hover[b-qms3w7il8d] {
        color: #666666;
    }

/* _content/CB-StudentPortal/Components/Pages/Students/TravailBoreal/TravailBorealFilterSidebar.razor.rz.scp.css */
.filter-sidebar[b-bn647ldm7u] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 500px;
    padding: 0;
    background-color: var(--rz-base);
    z-index: 10;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
    overflow-y: scroll;
    height: 100%;
}

    .filter-sidebar.visible[b-bn647ldm7u] {
        transform: translateX(0);
    }
