/* /Components/Layout/FeedbackBar.razor.rz.scp.css */
/* /Components/Layout/HeaderBar.razor.rz.scp.css */
/* /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;
}
/* /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;
}
/* /Components/Pages/Administration/Pages/Localization/LabelConfiguration.razor.rz.scp.css */
/* /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 */
}
/* /Components/Pages/Communication/CommunicationTagsDialog.razor.rz.scp.css */
/* /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;*/
/*}*/
/* /Components/Pages/FormationContinue/CourseDetails.razor.rz.scp.css */
/* /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);
}
/* /Components/Pages/FormationContinue/ManageLicences.razor.rz.scp.css */
/* /Components/Pages/FormationContinue/PortalCourseCard.razor.rz.scp.css */
/* ===== Portal Course Card — Scoped Styles ===== */

.course-card[b-oj6da4lyev] {
    --card-color: #003560;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8ecf0;
    transition: transform .2s, box-shadow .2s;
    cursor: pointer;
    height: 100%;
}

.course-card:hover[b-oj6da4lyev] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
}

/* ---------- Image ---------- */
.card-image[b-oj6da4lyev] {
    position: relative;
    height: 170px;
    overflow: hidden;
    background: #e9ecef;
}

.card-image img[b-oj6da4lyev] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.course-card:hover .card-image img[b-oj6da4lyev] {
    transform: scale(1.06);
}

.card-code-badge[b-oj6da4lyev] {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .3px;
    padding: 3px 10px;
    border-radius: 14px;
}

/* ---------- Content ---------- */
.card-content[b-oj6da4lyev] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 14px 16px 12px;
}

.card-title[b-oj6da4lyev] {
    font-family: 'FutureNowHeadline', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-description[b-oj6da4lyev] {
    font-size: .8rem;
    color: #666;
    line-height: 1.45;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.card-badges[b-oj6da4lyev] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 4px;
}

.card-delivery[b-oj6da4lyev] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .73rem;
    font-weight: 600;
    color: #555;
    background: #f0f4f8;
    border-radius: 14px;
    padding: 3px 10px;
    width: fit-content;
}

/* ---------- Price ---------- */
.card-price[b-oj6da4lyev] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .82rem;
    font-weight: 700;
    color: var(--card-color, #003560);
    margin-top: 6px;
    margin-bottom: 2px;
}

/* ---------- Action Footer ---------- */
.card-action[b-oj6da4lyev] {
    padding: 0 16px 14px;
}

.card-btn[b-oj6da4lyev] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 9px 0;
    font-size: .85rem;
    font-weight: 600;
    font-family: 'FutureNowHeadline', sans-serif;
    color: #fff;
    cursor: pointer;
    transition: opacity .2s, transform .15s;
}

.card-btn:hover[b-oj6da4lyev] {
    opacity: .9;
    transform: translateY(-1px);
}

/* /Components/Pages/FormationContinue/PortalCourseDetails.razor.rz.scp.css */
/* ===== Portal Course Details — Scoped Styles ===== */

/* ---------- Layout ---------- */
.portal-course-details[b-k19v8e5ue3] {
    width: 100%;
    font-family: 'FutureNowHeadlineLight', 'Open Sans', sans-serif;
}

/* ---------- Hero Banner ---------- */
.course-hero[b-k19v8e5ue3] {
    position: relative;
    padding: 80px 24px 48px;
    min-height: 260px;
    color: #fff;
    overflow: hidden;
}

.course-hero[b-k19v8e5ue3]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 80%, rgba(255,255,255,.08) 0%, transparent 50%),
                       radial-gradient(circle at 80% 20%, rgba(255,255,255,.06) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content[b-k19v8e5ue3] {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    z-index: 1;
}

.hero-back-btn[b-k19v8e5ue3] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(4px);
    border: none;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: .85rem;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    cursor: pointer;
    margin-bottom: 12px;
    transition: background .2s;
    width: fit-content;
}

.hero-back-btn:hover[b-k19v8e5ue3] {
    background: rgba(255,255,255,.28);
}

.hero-code-badge[b-k19v8e5ue3] {
    display: inline-block;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero-title[b-k19v8e5ue3] {
    font-family: 'FutureNowHeadline', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.15;
}

.hero-stats[b-k19v8e5ue3] {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.hero-stat[b-k19v8e5ue3] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .9rem;
    opacity: .92;
}

/* ---------- Registration Header + Currency Switcher ---------- */
.registration-header[b-k19v8e5ue3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 4px;
}

.registration-header .section-heading[b-k19v8e5ue3] {
    margin-bottom: 0;
}

.currency-switcher[b-k19v8e5ue3] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .88rem;
    color: var(--rz-text-color, #666);
}

/* ---------- Course Info Section ---------- */
.course-info-section[b-k19v8e5ue3] {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 48px;
}

.info-left[b-k19v8e5ue3] {
    min-width: 0;
}

.section-heading[b-k19v8e5ue3] {
    font-family: 'FutureNowHeadline', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 16px;
    color: var(--rz-text-color, #1a1a2e);
}

.description-content[b-k19v8e5ue3] {
    font-size: .92rem;
    line-height: 1.65;
    color: var(--rz-text-color, #444);
}

.description-content p[b-k19v8e5ue3] {
    margin: 0 0 12px;
}

/* ---------- Info Card ---------- */
.info-right[b-k19v8e5ue3] {
    min-width: 0;
}

.info-card[b-k19v8e5ue3] {
    background: var(--rz-base-background-color, #fff);
    border: 1px solid var(--rz-border-color, #e8ecf0);
    border-radius: 12px;
    padding: 20px;
    position: sticky;
    top: 16px;
}

.info-card-title[b-k19v8e5ue3] {
    font-family: 'FutureNowHeadline', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 16px;
    color: var(--rz-text-color, #1a1a2e);
}

.info-row[b-k19v8e5ue3] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid var(--rz-border-color, #f0f0f0);
    flex-wrap: wrap;
}

.info-row:last-child[b-k19v8e5ue3] {
    border-bottom: none;
}

.info-label[b-k19v8e5ue3] {
    font-weight: 600;
    font-size: .85rem;
    color: var(--rz-text-color, #555);
    white-space: nowrap;
    min-width: 100px;
}

.info-value[b-k19v8e5ue3] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    font-size: .88rem;
}

.info-badge[b-k19v8e5ue3] {
    display: inline-block;
    background: #f0f4f8;
    border-radius: 14px;
    padding: 2px 10px;
    font-size: .78rem;
    color: #444;
}

/* ---------- Interest Card ---------- */
.interest-card[b-k19v8e5ue3] {
    margin-top: 12px;
}

.interest-link[b-k19v8e5ue3] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--portal-color, #003560);
    color: #fff;
    padding: 10px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-size: .88rem;
    font-weight: 600;
    transition: opacity .2s;
}

.interest-link:hover[b-k19v8e5ue3] {
    opacity: .85;
    color: black !important;
}

.portal-dark .interest-link[b-k19v8e5ue3] {
    background: var(--portal-color-dark, #0071cd);
}

/* ---------- Registration Section ---------- */
.registration-section[b-k19v8e5ue3] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 8px 48px 48px;
}

.stepper-container[b-k19v8e5ue3] {
    margin-top: 8px;
}

/* ---------- Block Messages ---------- */
.block-message[b-k19v8e5ue3] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    background: #fff3cd;
    border: 1px solid #ffecb5;
    border-radius: 10px;
    font-size: .92rem;
    color: #664d03;
}

/* ---------- Section Cards ---------- */
.section-card[b-k19v8e5ue3] {
    background: var(--rz-base-background-color, #fff);
    border: 1px solid var(--rz-border-color, #e8ecf0);
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 4px;
    max-width: 480px;
    transition: border-color .2s, box-shadow .2s;
}

.section-card:hover[b-k19v8e5ue3] {
    box-shadow: 0 1px 8px rgba(0,0,0,.06);
}

.section-card-inner[b-k19v8e5ue3] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.section-card-info[b-k19v8e5ue3] {
    min-width: 0;
}

.section-card-title[b-k19v8e5ue3] {
    font-weight: 600;
    font-size: .88rem;
    display: block;
    margin-bottom: 2px;
}

.section-card-meta[b-k19v8e5ue3] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: .8rem;
    color: var(--rz-text-color, #666);
}

.section-meta-item[b-k19v8e5ue3] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    white-space: nowrap;
}

.section-price[b-k19v8e5ue3] {
    font-weight: 700;
    color: var(--portal-color, #003560);
}

.section-select-btn[b-k19v8e5ue3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: none;
    border-radius: 6px;
    padding: 6px 16px;
    max-width: 150px;
    font-size: .82rem;
    font-weight: 600;
    font-family: 'FutureNowHeadline', sans-serif;
    color: #fff;
    background: var(--portal-color, #003560);
    cursor: pointer;
    transition: opacity .2s, transform .15s;
    white-space: nowrap;
    flex-shrink: 0;
}

.section-select-btn:hover[b-k19v8e5ue3] {
    opacity: .88;
    transform: translateY(-1px);
}

/* ---------- Component Cards ---------- */
.component-card[b-k19v8e5ue3] {
    background: var(--rz-base-background-color, #fff);
    border: 1px solid var(--rz-border-color, #e8ecf0);
    border-radius: 10px;
    padding: 16px;
}

.component-card-selectable[b-k19v8e5ue3] {
    background: var(--rz-base-background-color, #fff);
    border: 1px solid var(--rz-border-color, #e8ecf0);
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 4px;
    max-width: 480px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transition: border-color .2s, box-shadow .2s;
}

.component-card-selectable:hover[b-k19v8e5ue3] {
    box-shadow: 0 1px 8px rgba(0,0,0,.06);
}

.component-type-label[b-k19v8e5ue3] {
    font-weight: 700;
    font-size: .92rem;
    color: var(--rz-text-color, #1a1a2e);
}

/* ---------- Confirmation Card ---------- */
.confirmation-card[b-k19v8e5ue3] {
    background: var(--rz-base-background-color, #fff);
    border: 1px solid var(--rz-border-color, #e8ecf0);
    border-radius: 12px;
    padding: 24px;
}

.confirmation-title[b-k19v8e5ue3] {
    font-family: 'FutureNowHeadline', sans-serif;
    font-weight: 700;
    margin: 0 0 4px;
}

.confirmation-row[b-k19v8e5ue3] {
    padding: 6px 0;
    font-size: .92rem;
}

.confirm-btn[b-k19v8e5ue3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 10px;
    padding: 12px 32px;
    font-size: .95rem;
    font-weight: 700;
    font-family: 'FutureNowHeadline', sans-serif;
    color: #fff;
    background: var(--portal-color, #003560);
    cursor: pointer;
    transition: opacity .2s, transform .15s;
    margin-top: 8px;
}

.confirm-btn:hover[b-k19v8e5ue3] {
    opacity: .88;
    transform: translateY(-1px);
}

.confirm-btn:disabled[b-k19v8e5ue3] {
    opacity: .5;
    cursor: not-allowed;
    transform: none;
}

/* ---------- Stepper Overrides (portal-colored) ---------- */
[b-k19v8e5ue3] .e-stepper .e-step-completed .e-step,
[b-k19v8e5ue3] .e-stepper .e-step-inprogress .e-step,
[b-k19v8e5ue3] .e-stepper .e-step-completed .e-indicator,
[b-k19v8e5ue3] .e-stepper .e-step-inprogress .e-indicator,
[b-k19v8e5ue3] .e-stepper .e-step-completed .e-step-indicator,
[b-k19v8e5ue3] .e-stepper .e-step-inprogress .e-step-indicator {
    background: var(--portal-color, #003560) !important;
}

[b-k19v8e5ue3] .e-stepper .e-step-selected .e-indicator {
    background: var(--portal-color, #003560) !important;
}

[b-k19v8e5ue3] .e-stepper .e-step-selected:not(.e-step-error) .e-text,
[b-k19v8e5ue3] .e-stepper .e-step-selected:not(.e-step-error) .e-label,
[b-k19v8e5ue3] .e-stepper .e-step-completed:not(.e-step-error) .e-text,
[b-k19v8e5ue3] .e-stepper .e-step-completed:not(.e-step-error) .e-label {
    color: var(--portal-color, #003560) !important;
}

[b-k19v8e5ue3] .e-stepper .e-stepper-progressbar > .e-progressbar-value {
    background-color: var(--portal-color, #003560) !important;
}

[b-k19v8e5ue3] .e-step {
    box-shadow: 0 0 0 8px transparent !important;
}

[b-k19v8e5ue3] .e-stepper-progressbar {
    max-width: 96%;
}

/* ---------- Not Found ---------- */
.portal-not-found[b-k19v8e5ue3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    color: #999;
    gap: 12px;
}

.portal-not-found h5[b-k19v8e5ue3] {
    font-family: 'FutureNowHeadline', sans-serif;
    margin: 0;
    font-size: 1.2rem;
}

.back-btn-simple[b-k19v8e5ue3] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 2px solid #ddd;
    background: transparent;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: .88rem;
    font-weight: 600;
    font-family: inherit;
    color: #555;
    cursor: pointer;
    transition: background .2s;
}

.back-btn-simple:hover[b-k19v8e5ue3] {
    background: #f5f5f5;
}

/* ---------- Dialog z-index fix ---------- */
[b-k19v8e5ue3] .e-dlg-container {
    z-index: 100 !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
    .course-info-section[b-k19v8e5ue3] {
        grid-template-columns: 1fr;
        padding: 24px 24px;
    }

    .registration-section[b-k19v8e5ue3] {
        padding: 8px 24px 40px;
    }

    .hero-title[b-k19v8e5ue3] {
        font-size: 1.8rem;
    }

    .info-card[b-k19v8e5ue3] {
        position: static;
    }
}

@media (max-width: 640px) {
    .course-hero[b-k19v8e5ue3] {
        padding: 48px 16px 32px;
    }

    .hero-content[b-k19v8e5ue3] {
        padding: 0 8px;
    }

    .hero-title[b-k19v8e5ue3] {
        font-size: 1.4rem;
    }

    .hero-stats[b-k19v8e5ue3] {
        gap: 12px;
    }

    .course-info-section[b-k19v8e5ue3] {
        padding: 16px 16px;
        gap: 20px;
    }

    .registration-section[b-k19v8e5ue3] {
        padding: 8px 16px 32px;
    }

    .info-row[b-k19v8e5ue3] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .info-label[b-k19v8e5ue3] {
        min-width: auto;
    }

    .section-select-btn[b-k19v8e5ue3] {
        width: auto;
    }
}

/* ---------- Dark Mode ---------- */
.portal-dark .info-card[b-k19v8e5ue3] {
    background: #1e1e2f;
    border-color: #2e2e45;
}

.portal-dark .info-badge[b-k19v8e5ue3] {
    background: #2a2a3d;
    color: #ccc;
}

.portal-dark .section-card[b-k19v8e5ue3] {
    background: #1e1e2f;
    border-color: #2e2e45;
}

.portal-dark .section-card:hover[b-k19v8e5ue3] {
    box-shadow: 0 2px 12px rgba(0,0,0,.2);
}

.portal-dark .component-card[b-k19v8e5ue3],
.portal-dark .component-card-selectable[b-k19v8e5ue3] {
    background: #1e1e2f;
    border-color: #2e2e45;
}

.portal-dark .confirmation-card[b-k19v8e5ue3] {
    background: #1e1e2f;
    border-color: #2e2e45;
}

.portal-dark .block-message[b-k19v8e5ue3] {
    background: #3d3520;
    border-color: #544a2a;
    color: #ffc107;
}

.portal-dark .back-btn-simple[b-k19v8e5ue3] {
    border-color: #444;
    color: #ccc;
}

.portal-dark .back-btn-simple:hover[b-k19v8e5ue3] {
    background: rgba(255,255,255,.08);
}

.portal-dark .section-select-btn[b-k19v8e5ue3] {
    background: var(--portal-color-dark, #0071cd);
}

.portal-dark .confirm-btn[b-k19v8e5ue3] {
    background: var(--portal-color-dark, #0071cd);
}

.portal-dark .section-price[b-k19v8e5ue3] {
    color: var(--portal-color-dark, #0071cd);
}
/* /Components/Pages/FormationContinue/PortalDirectory.razor.rz.scp.css */
/* ===== Portal Directory — Scoped Styles ===== */

/* ---------- Layout ---------- */
.portal-directory[b-tr6bnw75l7] {
    width: 100%;
    font-family: 'FutureNowHeadlineLight', 'Open Sans', sans-serif;
}

/* ---------- Hero Section ---------- */
.directory-hero[b-tr6bnw75l7] {
    position: relative;
    padding: 150px 24px 56px;
    min-height: 240px;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(135deg, #003560 0%, #001a30 100%);
}

.directory-hero[b-tr6bnw75l7]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 80%, rgba(255,255,255,.08) 0%, transparent 50%),
                       radial-gradient(circle at 80% 20%, rgba(255,255,255,.06) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content[b-tr6bnw75l7] {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    z-index: 1;
}

.hero-title[b-tr6bnw75l7] {
    font-family: 'FutureNowHeadline', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.15;
}

.hero-subtitle[b-tr6bnw75l7] {
    font-size: 1.05rem;
    opacity: .88;
    margin: 0 0 20px;
    max-width: 600px;
}

.hero-stats[b-tr6bnw75l7] {
    display: flex;
    gap: 24px;
}

.hero-stat[b-tr6bnw75l7] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .9rem;
    opacity: .92;
}

/* ---------- Directory Section ---------- */
.directory-section[b-tr6bnw75l7] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 48px 48px;
}

/* ---------- Card Grid ---------- */
.directory-grid[b-tr6bnw75l7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
}

/* ---------- Portal Card ---------- */
.directory-card[b-tr6bnw75l7] {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8ecf0;
    overflow: hidden;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease;
    display: flex;
    flex-direction: column;
}

.directory-card:hover[b-tr6bnw75l7] {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,.12);
}

/* Card Image Area */
.card-image[b-tr6bnw75l7] {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.card-image-overlay[b-tr6bnw75l7] {
    position: absolute;
    inset: 0;
}

.card-image-fallback[b-tr6bnw75l7] {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Card Body */
.card-body[b-tr6bnw75l7] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}

.card-title[b-tr6bnw75l7] {
    font-family: 'FutureNowHeadline', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.card-tagline[b-tr6bnw75l7] {
    font-size: .9rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Card Footer */
.card-footer[b-tr6bnw75l7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 12px;
    gap: 12px;
}

.card-count[b-tr6bnw75l7] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .82rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

.card-browse-btn[b-tr6bnw75l7] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: .85rem;
    font-weight: 600;
    font-family: 'FutureNowHeadline', sans-serif;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity .2s, transform .15s;
    margin-left: auto;
}

.card-browse-btn:hover[b-tr6bnw75l7] {
    opacity: .88;
    transform: translateX(2px);
}

/* ---------- Empty State ---------- */
.empty-state[b-tr6bnw75l7] {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.empty-state p[b-tr6bnw75l7] {
    font-size: 1rem;
    margin: 12px 0 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
    .directory-grid[b-tr6bnw75l7] {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-title[b-tr6bnw75l7] {
        font-size: 1.9rem;
    }

    .directory-section[b-tr6bnw75l7] {
        padding: 24px 24px 40px;
    }
}

@media (max-width: 640px) {
    .directory-grid[b-tr6bnw75l7] {
        grid-template-columns: 1fr;
    }

    .directory-hero[b-tr6bnw75l7] {
        padding: 32px 16px 40px;
    }

    .hero-title[b-tr6bnw75l7] {
        font-size: 1.5rem;
    }

    .hero-stats[b-tr6bnw75l7] {
        flex-wrap: wrap;
        gap: 12px;
    }

    .directory-section[b-tr6bnw75l7] {
        padding: 20px 16px 32px;
    }

    .card-footer[b-tr6bnw75l7] {
        flex-direction: column;
        align-items: stretch;
    }

    .card-browse-btn[b-tr6bnw75l7] {
        justify-content: center;
        margin-left: 0;
    }
}

/* ---------- Dark Mode ---------- */
.portal-dark.portal-directory[b-tr6bnw75l7] {
    background: #121220;
}

.portal-dark .directory-hero[b-tr6bnw75l7] {
    background: linear-gradient(135deg, #1a1a2e 0%, #0d0d1a 100%);
}

.portal-dark .directory-card[b-tr6bnw75l7] {
    background: #1e1e2f;
    border-color: #2e2e45;
}

.portal-dark .directory-card:hover[b-tr6bnw75l7] {
    box-shadow: 0 12px 32px rgba(0,0,0,.35);
}

.portal-dark .card-tagline[b-tr6bnw75l7] {
    color: #999;
}

.portal-dark .empty-state[b-tr6bnw75l7] {
    color: #777;
}
/* /Components/Pages/FormationContinue/PortalStorePage.razor.rz.scp.css */
/* ===== Portal Store Page — Scoped Styles ===== */

/* ---------- Layout ---------- */
.portal-store[b-e6pyy6z694] {
    width: 100%;
    font-family: 'FutureNowHeadlineLight', 'Open Sans', sans-serif;
}

/* ---------- Hero Section ---------- */
.portal-hero[b-e6pyy6z694] {
    position: relative;
    padding: 150px 24px 56px;
    min-height: 280px;
    color: #fff;
    overflow: hidden;
}

.portal-hero[b-e6pyy6z694]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 80%, rgba(255,255,255,.08) 0%, transparent 50%),
                       radial-gradient(circle at 80% 20%, rgba(255,255,255,.06) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content[b-e6pyy6z694] {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    z-index: 1;
}

.hero-badge[b-e6pyy6z694] {
    display: inline-block;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hero-title[b-e6pyy6z694] {
    font-family: 'FutureNowHeadline', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.15;
}

.hero-tagline[b-e6pyy6z694] {
    font-size: 1.05rem;
    opacity: .88;
    margin: 0 0 20px;
    max-width: 600px;
}

.hero-stats[b-e6pyy6z694] {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
}

.manage-portal-btn[b-e6pyy6z694] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(4px);
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 8px;
    padding: 6px 16px;
    font-size: .85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, border-color .2s;
}

.manage-portal-btn:hover[b-e6pyy6z694] {
    background: rgba(255,255,255,.3);
    border-color: rgba(255,255,255,.55);
}

.hero-stat[b-e6pyy6z694] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .9rem;
    opacity: .92;
}

/* ---------- Search Bar (on hero) ---------- */
.hero-search[b-e6pyy6z694] {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 4px 4px 4px 16px;
    max-width: 580px;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
}

.hero-search input[b-e6pyy6z694] {
    flex: 1;
    border: none;
    outline: none;
    font-size: .95rem;
    font-family: inherit;
    color: #333;
    background: transparent;
    padding: 10px 0;
}

.hero-search input[b-e6pyy6z694]::placeholder {
    color: #999;
}

.hero-show-all[b-e6pyy6z694] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-size: .85rem;
    color: rgba(255,255,255,.9);
    cursor: pointer;
    user-select: none;
}

.hero-show-all input[type="checkbox"][b-e6pyy6z694] {
    accent-color: #fff;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.filter-toggle-btn[b-e6pyy6z694] {
    display: flex;
    align-items: center;
    gap: 4px;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: .85rem;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity .2s;
}

.filter-toggle-btn:hover[b-e6pyy6z694] {
    opacity: .88;
}

/* ---------- Active Filters Bar ---------- */
.active-filters[b-e6pyy6z694] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 48px;
    max-width: 1400px;
    margin: 0 auto;
}

.filter-chip[b-e6pyy6z694] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0f4f8;
    border: 1px solid #dce3ea;
    border-radius: 20px;
    padding: 4px 10px 4px 12px;
    font-size: .82rem;
    color: #444;
    white-space: nowrap;
}

.chip-remove[b-e6pyy6z694] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    color: #888;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: background .15s;
}

.chip-remove:hover[b-e6pyy6z694] {
    background: rgba(0,0,0,.08);
}

/* ---------- Stats / Info Bar ---------- */
.stats-bar[b-e6pyy6z694] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 48px;
    font-size: .88rem;
    color: #666;
}

.stats-bar-left[b-e6pyy6z694] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.stats-bar-right[b-e6pyy6z694] {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ---------- Course Catalog Grid ---------- */
.catalog-section[b-e6pyy6z694] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 8px 48px 40px;
}

.catalog-grid[b-e6pyy6z694] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

.load-more-wrapper[b-e6pyy6z694] {
    text-align: center;
    padding: 32px 0 8px;
}

.load-more-btn[b-e6pyy6z694] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 2px solid #ddd;
    background: transparent;
    border-radius: 10px;
    padding: 10px 28px;
    font-size: .92rem;
    font-weight: 600;
    font-family: 'FutureNowHeadline', sans-serif;
    color: #444;
    cursor: pointer;
    transition: border-color .2s, background .2s, color .2s;
}

.load-more-btn:hover[b-e6pyy6z694] {
    background: #f5f5f5;
}

/* ---------- Empty State ---------- */
.empty-state[b-e6pyy6z694] {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.empty-state p[b-e6pyy6z694] {
    font-size: 1rem;
    margin: 0;
}

/* ---------- Not Found ---------- */
.portal-not-found[b-e6pyy6z694] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    color: #999;
    gap: 12px;
}

.portal-not-found h5[b-e6pyy6z694] {
    font-family: 'FutureNowHeadline', sans-serif;
    margin: 0;
    font-size: 1.2rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
    .catalog-grid[b-e6pyy6z694] {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-title[b-e6pyy6z694] {
        font-size: 1.9rem;
    }
}

@media (max-width: 640px) {
    .catalog-grid[b-e6pyy6z694] {
        grid-template-columns: 1fr;
    }

    .portal-hero[b-e6pyy6z694] {
        padding: 32px 16px 40px;
    }

    .hero-title[b-e6pyy6z694] {
        font-size: 1.5rem;
    }

    .hero-stats[b-e6pyy6z694] {
        flex-wrap: wrap;
        gap: 12px;
    }

    .hero-search[b-e6pyy6z694] {
        flex-direction: column;
        padding: 8px;
    }

    .hero-search input[b-e6pyy6z694] {
        width: 100%;
        padding: 10px 8px;
    }

    .filter-toggle-btn[b-e6pyy6z694] {
        width: 100%;
        justify-content: center;
        padding: 10px;
    }

    .stats-bar[b-e6pyy6z694] {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
}

/* ---------- Dark Mode ---------- */
.portal-dark .filter-chip[b-e6pyy6z694] {
    background: #2a2a3d;
    border-color: #3a3a50;
    color: #ccc;
}

.portal-dark .chip-remove[b-e6pyy6z694] {
    color: #aaa;
}

.portal-dark .chip-remove:hover[b-e6pyy6z694] {
    background: rgba(255,255,255,.1);
}

.portal-dark .hero-search[b-e6pyy6z694] {
    background: #1e1e2f;
    box-shadow: 0 4px 20px rgba(0,0,0,.4);
}

.portal-dark .hero-search input[b-e6pyy6z694] {
    color: #e0e0e0;
}

.portal-dark .hero-search input[b-e6pyy6z694]::placeholder {
    color: #666;
}

.portal-dark .stats-bar[b-e6pyy6z694] {
    color: #aaa;
}

.portal-dark .load-more-btn[b-e6pyy6z694] {
    border-width: 2px;
}

.portal-dark .load-more-btn:hover[b-e6pyy6z694] {
    background: rgba(255,255,255,.08);
}

.portal-dark .empty-state[b-e6pyy6z694] {
    color: #777;
}

.portal-dark .portal-not-found[b-e6pyy6z694] {
    color: #777;
}

/* Dark Mode — child component overrides (PortalCourseCard) */
.portal-dark[b-e6pyy6z694]  .course-card {
    background: #1e1e2f;
    border-color: #2e2e45;
}

.portal-dark[b-e6pyy6z694]  .course-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.3);
}

.portal-dark[b-e6pyy6z694]  .card-image {
    background: #2a2a3d;
}

.portal-dark[b-e6pyy6z694]  .card-title {
    color: #e8e8ef;
}

.portal-dark[b-e6pyy6z694]  .card-description {
    color: #999;
}

.portal-dark[b-e6pyy6z694]  .card-delivery {
    background: #2a2a3d;
    color: #bbb;
}

.portal-dark[b-e6pyy6z694]  .card-price {
    color: #6cb4ee;
}
/* /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;
}
/* /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
    }
}
/* /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); 
}
/* /Components/Pages/Home/NewsDialog.razor.rz.scp.css */
.mainContent img[b-0lgrkbknnr]{
    max-width: 100% !important;
    height: auto !important;
}
/* /Components/Pages/Home/NewsList.razor.rz.scp.css */
/* /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);
}
/* /Components/Pages/Personal/Emails.razor.rz.scp.css */
/* /Components/Pages/Personal/PersonalInformation.razor.rz.scp.css */
.formField[b-klmfbd0a6a] {
    
}
/* /Components/Pages/Personal/ProfileComponent.razor.rz.scp.css */
/* /Components/Pages/Students/Courses/MyCourses.razor.rz.scp.css */
.program-details[b-s7os31d0dg] {
    width: fit-content;
    font-family: 'FutureNowHeadlineLight';
}
/* /Components/Pages/Students/Grades/Grades.razor.rz.scp.css */
[b-s2vquzkaaj] .e-headercell{
    background-color: #afafaf !important;
    font-weight: bold;
}
/* /Components/Pages/Students/Grades/StudentTranscript.razor.rz.scp.css */
.transcript_content[b-t5j9bd0wnh]{
    padding: 10px;
}
/* /Components/Pages/Students/MonAdmission/ApplicationInformation.razor.rz.scp.css */
/* /Components/Pages/Students/MonAdmission/Index.razor.rz.scp.css */
.documentTableHeader[kaizenindex][b-3f5w6h241j] {
    font-size: 20px;
}

.documentContainer[kaizenindex][b-3f5w6h241j] {
    font-size: 11px;
    flex: auto;
    display: flex;
}


.document[kaizenindex][b-3f5w6h241j] {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid black;
    margin: 1px;
    border-radius: 5px;
}
[b-3f5w6h241j] .document[kaizenindex]:hover {
    cursor: pointer;
    background-color: #efefef;
}

[b-3f5w6h241j] .document[kaizenindex] img[kaizenindex] {
    width: 50px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
    margin-right: 10px;
}

.document-name[kaizenindex][b-3f5w6h241j] {
    font-size: 16px;
    /* Other styles as needed */
}

.table[kaizenindex][b-3f5w6h241j] {
    /*  border-radius: 5px;*/
    font-size: 12px;
    font-weight: normal;
    /*border: none;*/
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    /*background-color: white;*/
}

.table[kaizenindex] td[kaizenindex][b-3f5w6h241j], .table[kaizenindex] th[kaizenindex][b-3f5w6h241j] {
    text-align: left;
    padding: 8px;
}

.table[kaizenindex] td[kaizenindex][b-3f5w6h241j] {
    /*border-right: 1px solid #f8f8f8;*/
    font-size: 11px;
}

.table[kaizenindex] thead[kaizenindex] th[kaizenindex][b-3f5w6h241j] {
    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;
    }*/

    table [kaizenindex] thead[kaizenindex] th[kaizenindex][b-3f5w6h241j] {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }

    /* .table tbody tr {
         display: table-cell;
     }*/

    .table[kaizenindex] tbody[kaizenindex] tr[kaizenindex]:nth-child(odd)[b-3f5w6h241j] {
        background: none;
    }

    .table[kaizenindex] tr[kaizenindex]:nth-child(even)[b-3f5w6h241j] {
        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;
    }*/
}

.document-card[kaizenindex][b-3f5w6h241j] {
    width: 200px;
}
.document-card[kaizenindex]:hover[b-3f5w6h241j] {
    opacity: 0.8;
    cursor: pointer;
}
/* /Components/Pages/Students/MonAdmission/StudentApplicationDetails.razor.rz.scp.css */
/* /Components/Pages/Students/MyDocuments/MyDocuments.razor.rz.scp.css */
/* /Components/Pages/Students/Schedule/MySchedule.razor.rz.scp.css */
.widget_content[b-inuimoz510] {
    padding: 10px;
    font-family: 'FutureNowHeadlineLight';
}
/* /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;
    }

/* /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);
    }
