@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Components/Calendar/CalendarHorizontalBar.razor.rz.scp.css */
.calendar-bar[b-vxb0cnej8m] {
    width: 100%;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}
/* /Components/Calendar/CalendarToolBar.razor.rz.scp.css */
.calendar-toolbar[b-vk8hyardip]{
    display:flex;
    justify-content: space-between;
    align-items: end;
}

.prev-button[b-vk8hyardip] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 2px 0px 0px 2px;
}

.next-button[b-vk8hyardip] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0px 2px 2px 0px;
    border-left: none;
}
/* /Components/Calendar/CalendarToolTipItem.razor.rz.scp.css */
.dxbl-sc-tooltip-item-icon[b-l0dbyxxg2a] {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Collapsible.razor.rz.scp.css */
.collapse-header[b-w4b8e1swc8] {
    width: 100%;
    border-bottom: 1px solid #238ee7;
    color: #238ee7;
    cursor: pointer;
}

    .collapse-header:hover[b-w4b8e1swc8] {
        color: black;
        border-color: black;
    }

    .collapse-title[b-w4b8e1swc8] {
        display: inline-block;
        font-weight: bold;
    }

body.dark-theme .collapse-header:hover[b-w4b8e1swc8] {
    color: white;
    border-color: white;
}

.collapse-arrow[b-w4b8e1swc8] {
    float: right;
}
/* /Components/Course/AddEditCourseDetailsModal.razor.rz.scp.css */
.hover-popup[b-b8ls09u3en] {
    display: none;
    padding: 0.75rem;
    border-radius: 10px;
}

    .hover-target:hover + .hover-popup[b-b8ls09u3en],
    .hover-target:focus + .hover-popup[b-b8ls09u3en],
    .hover-popup:hover[b-b8ls09u3en] {
        display: block;
    }
/* /Components/Course/CourseEnrolmentModal.razor.rz.scp.css */
.disabled-trainee[b-f84fpfnfbv] {
    opacity: 0.5;
}

/* Table Styling */
table[b-f84fpfnfbv] {
    border-collapse: collapse;
    width: 100%;
}

th[b-f84fpfnfbv], td[b-f84fpfnfbv] {
    word-break: normal;
    text-align: left;
    padding: 8px 10px;
}

.table > :not(:first-child)[b-f84fpfnfbv] {
    border-top: none;
}

th[b-f84fpfnfbv] {
    vertical-align: bottom;
    position: sticky;
    top: -2em;
    z-index: 1;
    border-bottom: none;
    background-color: white;
}

    th[b-f84fpfnfbv]:after {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        width: 100%;
    }

td[b-f84fpfnfbv] {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

tbody tr[b-f84fpfnfbv]{
    vertical-align: middle;
}

body.dark-theme tr:hover[b-f84fpfnfbv] {
    background-color: rgba(73,73,73,0.5) !important;
    transition: background-color ease-in 0.2s;
}

tr:hover[b-f84fpfnfbv] {
    background-color: rgba(0,0,0,0.1) !important;
    transition: background-color ease-in 0.2s;
}
/* /Components/Course/CourseModuleEdit.razor.rz.scp.css */
.module-card[b-24d8nkltbi] {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1em 0.5em;
    display: flex;
}

    .module-card:hover[b-24d8nkltbi] {
        box-shadow: inset 0px 0px 1px 1px #238ee7;
    }

body.dark-theme .module-card[b-24d8nkltbi] {
    border: 1px solid #363636;
}

.module-details[b-24d8nkltbi] {
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    padding-right: 1rem;
}

body.dark-theme .module-image .image-placeholder[b-24d8nkltbi] {
    color: #666;
}

.module-image[b-24d8nkltbi] {
    display: inline-block;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
}

    .module-image .image-placeholder[b-24d8nkltbi] {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ccc;
    }

    .module-image .image[b-24d8nkltbi] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.badge[b-24d8nkltbi] {
    font-size: 0.85em;
}

.module-sub-details[b-24d8nkltbi] {
    display: inline-block;
    vertical-align: top;
    width: 400px;
}

.module-description[b-24d8nkltbi] {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #ccc;
}

@media (max-width: 1700px) {
    .module-description[b-24d8nkltbi]{
        display: none !important;
    }
    .module-licenses[b-24d8nkltbi] {
        display: none !important;
    }
}

body.dark-theme .module-description[b-24d8nkltbi] {
    border-left: 1px solid #363636;
}

.module-description .module-description-header[b-24d8nkltbi] {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .module-description .module-description-header .far[b-24d8nkltbi] {
        padding-right: 1rem;
        font-size: 1.5rem;
    }

.module-description .description-text[b-24d8nkltbi] {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.module-licenses[b-24d8nkltbi] {
    min-width: 10%;
    width: 10%;
    padding-right: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #ccc;
}

body.dark-theme .module-licenses[b-24d8nkltbi] {
    border-left: 1px solid #363636;
}

.module-licenses .module-licenses-header[b-24d8nkltbi] {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .module-licenses .module-licenses-header .far[b-24d8nkltbi] {
        padding-right: 1rem;
        font-size: 1.5rem;
    }

.module-licenses .license-text[b-24d8nkltbi] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-prereqs[b-24d8nkltbi] {
    min-width: 20%;
    width: 20%;
    padding-right: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #ccc;
}

body.dark-theme .module-prereqs[b-24d8nkltbi] {
    border-left: 1px solid #363636;
}

.module-prereqs .module-prereqs-header[b-24d8nkltbi] {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .module-prereqs .module-prereqs-header .far[b-24d8nkltbi] {
        padding-right: 1rem;
        font-size: 1.5rem;
    }

.module-prereqs .prereq-text[b-24d8nkltbi] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-results[b-24d8nkltbi] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    min-width: 200px;
    padding-right: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #ccc;
}

body.dark-theme .module-results[b-24d8nkltbi] {
    border-left: 1px solid #363636;
}

.module-results .module-result-item[b-24d8nkltbi] {
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.module-results .module-results-edit[b-24d8nkltbi] {
    margin-top: 0.5rem;
}

.module-code[b-24d8nkltbi] {
    font-size: 0.7rem;
}

.module-name[b-24d8nkltbi] {
    font-weight: bold;
    font-size: 1.2rem;
    max-width: 400px;
    line-height: 1em;
}

.module-actions[b-24d8nkltbi] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: fit-content;
    padding-left: 1rem;
    border-left: 1px solid #ccc;
}

    .module-actions > .button[b-24d8nkltbi] {
        min-width: 36px;
    }

body.dark-theme .module-actions[b-24d8nkltbi] {
    border-left: 1px solid #363636;
}

.module-categories[b-24d8nkltbi] {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
}
/* /Components/CreateModule.razor.rz.scp.css */
.create-module-card[b-pf1ozpyivr] {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.create-module-card-subcard[b-pf1ozpyivr] {
    flex-grow: 1;
    width: 50%;
}

.success-container[b-pf1ozpyivr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.success-card[b-pf1ozpyivr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 300px;
}

.success-icon[b-pf1ozpyivr] {
    padding: 30px;
}

.subtitle[b-pf1ozpyivr] {
    font-family: "Open Sans SemiBold", sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    display: flex;
    align-items: center;
}
/* /Components/DownloadButton.razor.rz.scp.css */
.export-container[b-s4u3hjnbpf] {
    position: static;
    padding-right:0.2em;
}

.button[b-s4u3hjnbpf]{
    font-size: 0.9rem !important;
}

.disabled[b-s4u3hjnbpf] {
    opacity: 0.4;
    pointer-events: none !important;
}
/* /Components/Form.razor.rz.scp.css */
.form-content[b-lg275mwwhw] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-height: 100%;
}

.breaker-content[b-lg275mwwhw] {
    display: flex;
    width: 100%;
    gap: 1em;
}

/* Remove the large gap between the field and it's help message */
.field:has(div.field-help)[b-lg275mwwhw]{
    row-gap: 0;
}
/* /Components/FormTabs.razor.rz.scp.css */
.form-tab-container[b-21wts2n8zi] {
    display: flex;
}

.form-tab[b-21wts2n8zi] {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0.5em;
    cursor: pointer;
    margin-bottom: 1em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

body.dark-theme .form-tab[b-21wts2n8zi] {
    border-bottom: 1px solid #363636;
}

.form-tab-container .form-tab.selected[b-21wts2n8zi] {
    background-color: #238ee7;
    color: white;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: none;
}

body.dark-theme .form-tab-container .form-tab.selected[b-21wts2n8zi] {
    border-left: 1px solid #363636;
    border-top: 1px solid #363636;
    border-right: 1px solid #363636;
}

.form-tab-error[b-21wts2n8zi] {
    position: absolute;
    top: 0px;
    right: 0px;
}
/* /Components/ImagePicker.razor.rz.scp.css */
.image-picker[b-vtjdxojv53] {
    width: 100px;
    height: 100px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.image-picker img[b-vtjdxojv53] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.dark-theme .image-picker[b-vtjdxojv53] {
    background-color: black;
    border-color: #494949;
}

.no-images[b-vtjdxojv53] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
    height: 100%;
}

.image-grid[b-vtjdxojv53] {
    display: flex;
    flex-wrap: wrap;
    height: 400px;
    overflow: auto;
}

    .image-grid img[b-vtjdxojv53] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .image-grid .image-item[b-vtjdxojv53] {
        height: 120px;
        width: 120px;
        padding: 10px;
        border-radius: 4px;
        border: 2px solid transparent;
    }

        .image-grid .image-item.selected[b-vtjdxojv53] {
            position: relative;
            border-color: #2080d0;
        }
/* /Components/Login.razor.rz.scp.css */
.login-container[b-n4hxlxbod4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: url("images/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body.dark-theme .login-container[b-n4hxlxbod4] {
    background-color: black;
    background: url("images/bg_dark.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login-filter[b-n4hxlxbod4] {
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.login-card[b-n4hxlxbod4] {
    width: 400px;
    background-color: white;
    border-radius: 4px;
    padding: 2em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}

body.dark-theme .login-card[b-n4hxlxbod4] {
    background-color: black;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.login-buttons[b-n4hxlxbod4] {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1em;
    width: 100%;
}

.login-text[b-n4hxlxbod4] {
    font-size: 1em;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 30px;
}

.login-image-dark[b-n4hxlxbod4] {
    display: none;
}


.login-logo[b-n4hxlxbod4] {
    width: 100%;
    padding: 20px;
}

    .login-logo img[b-n4hxlxbod4] {
        width: 100%;
    }

body.dark-theme .login-image[b-n4hxlxbod4] {
    display: none;
}

body.dark-theme .login-image-dark[b-n4hxlxbod4] {
    display: block;
}

.login-error[b-n4hxlxbod4] {
    display: flex;
    gap: 1em;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.login-language[b-n4hxlxbod4] {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    background-color: white;
    border-radius: 4px;
    padding: 0.5em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

body.dark-theme .login-language[b-n4hxlxbod4] {
    background-color: black;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.login-language-label[b-n4hxlxbod4] {
    display: flex;
    gap: 0.5em;
    justify-content: center;
    align-items: center;
}
/* /Components/Modals/ErrorModal.razor.rz.scp.css */
.error-container[b-tcxplc4s1g] {
    max-height: 200px;
    overflow-y: auto;
    padding: 8px;
}
/* /Components/MyTraining/ModuleCard.razor.rz.scp.css */
.module-image[b-zlelf91s6g] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mymodule-placeholder[b-zlelf91s6g] {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    max-width: 90px;
    max-height: 90px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
}

body.dark-theme .mymodule-placeholder[b-zlelf91s6g] {
    background-color: #363636;
    color: #666;
}

.card[b-zlelf91s6g] {
    display: flex;
}

.card-top .tag[b-zlelf91s6g]{
    min-width: fit-content;
}

.card-top .text[b-zlelf91s6g] {
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-top .text .code[b-zlelf91s6g] {
    opacity: 1;
    color: black;
}

body.dark-theme .card-top .text .code[b-zlelf91s6g] {
    color: white;
}

.card-text-overflow[b-zlelf91s6g] {
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-detail-primary[b-zlelf91s6g] {
    max-width: 40%;
}

.card-detail[b-zlelf91s6g] {
    max-width: 30%;
}

.fade-in[b-zlelf91s6g] {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

    .fade-in.loaded[b-zlelf91s6g] {
        opacity: 1;
    }
/* /Components/MyTraining/MyTrainingInfoPanel.razor.rz.scp.css */
.my-training-info-panel[b-u6qxvdndzm] {
    height: calc(100% - 48px);
    width: 600px;
    position: absolute;
    bottom: 0;
    right: -600px; /* Hide Panel off screen */
    background-color: #f5f5f5;
    border-left: 1px solid #ccc;
    z-index: 3;
}

body.dark-theme .my-training-info-panel[b-u6qxvdndzm] {
    background-color: #171e21;
    border-left: 1px solid #363636;
}

.my-training-info-panel-content[b-u6qxvdndzm] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.my-training-info-panel-header[b-u6qxvdndzm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    border-bottom: 1px solid #ccc;
    height: 80px;
}

body.dark-theme .my-training-info-panel-header[b-u6qxvdndzm] {
    border-bottom: 1px solid #363636;
}

.my-training-info-panel-header-text[b-u6qxvdndzm] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 500px;
}

.my-training-info-panel-small-header[b-u6qxvdndzm] {
    display: flex;
    align-items: center;
    height: 60px;
}

.my-training-info-panel-small-header h3[b-u6qxvdndzm]{
    color: black !important;
}

body.dark-theme .my-training-info-panel-small-header h3[b-u6qxvdndzm] {
    color: white !important;
}

.my-training-info-panel-footer[b-u6qxvdndzm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    border-top: 1px solid #ccc;
    margin-top: 1em;
    height: 80px;
}

body.dark-theme .my-training-info-panel-footer[b-u6qxvdndzm] {
    border-top: 1px solid #363636;
}

.my-training-info-panel-body[b-u6qxvdndzm] {
    overflow-y: scroll;
    height: calc(100% - 2 * 80px);
}

.my-training-info-panel-about[b-u6qxvdndzm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 25%;
    border-bottom: 1px solid #ccc;
    overflow: auto;
    padding-left: 1em;
    padding-right: 1em;
    overflow: hidden;
}

body.dark-theme .my-training-info-panel-about[b-u6qxvdndzm] {
    border-bottom: 1px solid #363636;
}

.my-training-info-panel-summary[b-u6qxvdndzm] {
    overflow: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.my-training-info-panel-prerequisites[b-u6qxvdndzm] {
    overflow: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.my-training-info-panel-outline[b-u6qxvdndzm] {
    overflow: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.my-training-info-panel-image[b-u6qxvdndzm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.my-training-info-panel-image-container[b-u6qxvdndzm] {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
}

.my-training-info-panel-placeholder[b-u6qxvdndzm] {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
}

@media (max-height: 900px) {
    .my-training-info-panel-placeholder-full i[b-u6qxvdndzm] {
        display: none;
    }
}


.my-training-info-panel-placeholder-full p[b-u6qxvdndzm] {
    margin: 0px;
}

@media (max-height: 600px) {
    .my-training-info-panel-placeholder-full p[b-u6qxvdndzm] {
        display: none;
    }
}

.my-training-info-panel-prerequisite .my-training-info-panel-placeholder[b-u6qxvdndzm] {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
}

body.dark-theme .my-training-info-panel-placeholder[b-u6qxvdndzm] {
    background-color: #363636;
    color: #666;
}

.my-training-info-panel-placeholder-full[b-u6qxvdndzm] {
    width: 100%;
    height: 100%;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    gap: 0.5em;
    flex-direction: column;
    overflow: auto;
}

body.dark-theme .my-training-info-panel-placeholder-full[b-u6qxvdndzm] {
    background-color: #363636;
    color: #666;
}

.my-training-detail-text[b-u6qxvdndzm] {
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.my-training-info-panel-prerequisite[b-u6qxvdndzm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.5em;
}

    .my-training-info-panel-prerequisite:hover[b-u6qxvdndzm] {
        cursor: pointer;
        box-shadow: inset 0px 0px 1px 1px #238ee7;
    }

body.dark-theme .my-training-info-panel-prerequisite[b-u6qxvdndzm] {
    border: 1px solid #363636;
}

.my-training-info-panel-subcontent[b-u6qxvdndzm] {
    width: 100%;
    height: calc(100% - 60px);
    overflow: auto;
    position: relative;
}

.collapsable-icon[b-u6qxvdndzm] {
    font-size: 1.25rem;
}

.fa-diagram-project[b-u6qxvdndzm] {
    font-size: 1.25rem;
}

.info-panel-content[b-u6qxvdndzm] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease, visibility 0s 0.3s;
}

    .info-panel-content.visible[b-u6qxvdndzm] {
        max-height: 1000px; /* Set a large enough value for the content */
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease, max-height 0.3s ease;
    }

.card-text-overflow[b-u6qxvdndzm] {
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-detail-primary[b-u6qxvdndzm] {
    max-width: 50%;
}

.card-detail[b-u6qxvdndzm] {
    max-width: 25%;
}

.fade-in[b-u6qxvdndzm] {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

    .fade-in.loaded[b-u6qxvdndzm] {
        opacity: 1;
    }

.loaded-image[b-u6qxvdndzm] {
    background-color: transparent !important;
}
/* /Components/NodeDiagram/Links/ModuleLink.razor.rz.scp.css */
.secondary-link[b-mghmf8m8lk] {
    opacity: 0.6;
    transition: opacity .25s ease-in-out;
}

    .secondary-link:hover[b-mghmf8m8lk] {
        opacity: 1;
        transition: opacity .25s ease-in-out;
    }
/* /Components/NodeDiagram/Nodes/ModuleNode.razor.rz.scp.css */
.modulecard[b-9xfb2p5wx4] {
    height: 270px !important;
}

.secondary-node[b-9xfb2p5wx4] {
    opacity: 0.6;
    transition: opacity .25s ease-in-out;
}

    .secondary-node:hover[b-9xfb2p5wx4] {
        opacity: 1;
        transition: opacity .25s ease-in-out;
    }
/* /Components/NotificationItem.razor.rz.scp.css */
.notification-item[b-cxq6cecktn] {
    width: 100%;
    padding-bottom: 0.3rem;
    padding-top: 0.5rem;
    border-bottom: solid 1px #ccc;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

    .notification-item.read[b-cxq6cecktn] {
        background-color: rgba(73,73,73,0.1);
        opacity: 0.8;
    }

    .notification-item:hover[b-cxq6cecktn] {
        background-color: rgba(73,73,73,0.2);
    }

.dark-theme .notification-item[b-cxq6cecktn] {
    color: white;
}

    .dark-theme .notification-item.read[b-cxq6cecktn] {
        background-color: rgba(73,73,73,0.6);
        opacity: 0.8;
    }

    .dark-theme .notification-item:hover[b-cxq6cecktn] {
        background-color: rgba(73,73,73,0.3);
    }

.notification-title[b-cxq6cecktn] {
    font-weight: bold;
    width: 100%;
    font-size: 1.1em;
}

.notification-desc[b-cxq6cecktn] {
    margin-top: 0.22rem;
    width: 100%;
    font-size: 0.9em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .notification-desc:hover[b-cxq6cecktn]{
        cursor: pointer;
    }

    .notification-desc:focus[b-cxq6cecktn] {
        display: block;
    }

.notification-date[b-cxq6cecktn] {
    margin-top: 0.22rem;
    font-size: 0.8em;
    width: 100%;
    text-align: end;
}
/* /Components/NotificationViewer.razor.rz.scp.css */

header .notifications[b-uge0bnkum8] {
    transition: all 0.3s;
    display: flex;
    align-items: center;
    cursor: pointer !important;
}

    header .notifications.dropdown-open[b-uge0bnkum8] {
        /* expand account container so user can move easily into the dropdown */
        height: 50px;
        color: #238ee7 !important;
    }

body.dark-theme .notifications.dropdown-open[b-uge0bnkum8] {
    color: white !important;
}

.fa-bell[b-uge0bnkum8] {
    font-size: 1.2em;
}

.badge[b-uge0bnkum8] {
    padding: 0.25em 0.55em;
    /* make text in badge unable to be highlighted */
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* /Components/PageHeaderButton.razor.rz.scp.css */
.button-container[b-zaqhrzurtc] {
    position: static;
    padding-right: 0.4em;
}

.button[b-zaqhrzurtc] {
    font-size: 0.9rem !important;
}

.disabled[b-zaqhrzurtc] {
    opacity: 0.4;
    pointer-events: none !important;
}
/* /Components/PreReqPathway.razor.rz.scp.css */
.fa-down[b-qc9768dhka] {
    width: 100%;
    text-align: center;
}
/* /Components/PreReqPathwayItem.razor.rz.scp.css */
.card-title[b-c4jalo50bw] {
    margin-bottom: 0 !important;
}

.card-subtitle[b-c4jalo50bw] {
    margin-top: 0.5rem !important;
}

.box-1[b-c4jalo50bw]{
    padding: 0.75rem;
    border-radius: 0.5rem;
}
/* /Components/Search.razor.rz.scp.css */
.search-input[b-fyxvv1lwmp] {
    width: 180px;
}

.no-results[b-fyxvv1lwmp] {
    padding: 1em;
    text-align: center;
}

.search-container[b-fyxvv1lwmp] {
    position: relative;
}

.search-results-panel[b-fyxvv1lwmp] {
    position: absolute;
    top: 100%;
    left: -90px;
    width: 360px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
    z-index: 1000; 
    max-height: 500px;
    overflow: auto;
}

body.dark-theme .search-results-panel[b-fyxvv1lwmp] {
    background-color: #171e21;
    border: 1px solid #363636;
}

.search-result-item[b-fyxvv1lwmp] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    gap: 1em;
    cursor: pointer;
}

    .search-result-item:hover[b-fyxvv1lwmp], .search-result-item.focused[b-fyxvv1lwmp] {
        box-shadow: inset 0px 0px 1px 1px #238ee7;
    }

body.dark-theme .search-result-item[b-fyxvv1lwmp] {
    border-bottom: 1px solid #363636;
}

    .search-result-item img[b-fyxvv1lwmp] {
        width: 90px;
        height: 90px;
        object-fit: cover;
    }

    .search-result-item p[b-fyxvv1lwmp] {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
    }

.image-placeholder[b-fyxvv1lwmp] {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    max-width: 90px;
    max-height: 90px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
}

body.dark-theme .image-placeholder[b-fyxvv1lwmp] {
    background-color: #363636;
    color: #666;
}

/*
    Small hack to hide search results when clicked outside of the search input,
    by setting input to empty via JS. Avoids Blazor/JS interop nonsense.
*/
.search-results-panel[b-fyxvv1lwmp] {
    display: none; /* Hide by default */
}

.search-input:not(:placeholder-shown) + .search-results-panel[b-fyxvv1lwmp] {
    display: block; /* Show when input is not empty */
}
/* /Components/Tables/ServerTable.razor.rz.scp.css */
nav[b-cxitdrkoem]{
    background-color: transparent;
}

table[b-cxitdrkoem] {
    border-collapse: collapse;
    width: 100%;
}

th[b-cxitdrkoem], td[b-cxitdrkoem] {
    word-break: normal;
    text-align: left;
    padding: 8px 10px;
}

.table > :not(:first-child)[b-cxitdrkoem] {
    border-top: none;
}

th[b-cxitdrkoem] {
    vertical-align: bottom;
    position: sticky;
    top: -2em;
    z-index: 1;
    border-bottom: none;
    background-color: white;
}

    th[b-cxitdrkoem]:after {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        width: 100%;
    }

td[b-cxitdrkoem] {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

body.dark-theme .page-link[b-cxitdrkoem] {
    background-color: transparent;
    border-color: #238ee7;
}

.info-icon[b-cxitdrkoem] {
    z-index: 0;
    position: relative;
}

    .info-icon[b-cxitdrkoem]::before {
        z-index: 0;
        position: relative;
    }

    .info-icon:hover[b-cxitdrkoem] {
        cursor: pointer;
    }

.pagination-container nav[b-cxitdrkoem]{
    background-color: transparent !important;
}

body.dark-theme tr:hover[b-cxitdrkoem] {
    background-color: rgba(73,73,73,0.5) !important;
    transition: background-color ease-in 0.2s;
}

tr:hover[b-cxitdrkoem] {
    background-color: rgba(0,0,0,0.1) !important;
    transition: background-color ease-in 0.2s;
}

.row-action[b-cxitdrkoem]{
    cursor: pointer;
}

.context-menu-button[b-cxitdrkoem] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
/* /Components/Tables/Table.razor.rz.scp.css */
.filter-row[b-ma7oqddqgo]{
    padding-bottom: 0.25rem;
}

.context-menu-button[b-ma7oqddqgo] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
/* /Components/Tables/TablePage.razor.rz.scp.css */
.table-toolbar[b-8igng9db8u] {
    display: flex;
    width: 100%
}
/* /Components/TrainingProfilesCatalog/ProfileCard.razor.rz.scp.css */
.profile-image[b-723dk9pt4m] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-placeholder[b-723dk9pt4m] {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    max-width: 90px;
    max-height: 90px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
}

body.dark-theme .profile-placeholder[b-723dk9pt4m] {
    background-color: #363636;
    color: #666;
}

button.marketing[b-723dk9pt4m] {
    border-color: #0059ff;
    background-color: #0059ff;
    color: #fff;
}

    button.marketing:hover[b-723dk9pt4m], .button.marketing:active[b-723dk9pt4m] {
        border-color: #0059ff;
        background-color: #0059ff;
        color: #fff;
        opacity: 0.9;
    }
/* /Components/TrainingProfilesCatalog/ProfileCardModal.razor.rz.scp.css */
.profile-modal[b-qc84ub9w0n] {
    position: absolute;
    top: 48px;
    left: 0px;
    width: 100%;
    height: calc(100% - 48px);
    background-color: #f5f5f5;
    z-index: 2;
}

.profile-modal-body-container[b-qc84ub9w0n] {
    max-height: calc(100% - 72px);
    min-height: calc(100% - 72px);
    max-width: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
}

.profile-modal-body[b-qc84ub9w0n] {
    width: 1200px;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-top: 4em;
    padding-bottom: 2em;
}

@media (max-width: 1300px) {
    .profile-modal-body[b-qc84ub9w0n] {
        width: calc(100% - 4em);
        padding-left: 2em;
        padding-right: 2em;
    }
}

body.dark-theme .profile-modal[b-qc84ub9w0n] {
    background-color: #171e21;
}

.close-profile-modal[b-qc84ub9w0n] {
    position: absolute;
    top: 2em;
    right: 2em;
}

.profile-image[b-qc84ub9w0n] {
    width: 90px;
    height: 90px;
    object-fit: cover;
    display: block;
}

body.dark-theme .profile-placeholder[b-qc84ub9w0n] {
    background-color: #363636;
    color: #666;
}

.profile-placeholder[b-qc84ub9w0n] {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    max-width: 90px;
    max-height: 90px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
}

.profile-info[b-qc84ub9w0n] {
    display: flex;
    flex: 1;
    gap: 1em;
}

@media (max-width: 900px) {
    .profile-info[b-qc84ub9w0n] {
        flex-direction: column;
    }
}

.profile-modules[b-qc84ub9w0n] {
    flex: 1;
    display: flex;
    gap: 1em;
    margin-top: 1em;
}

.profile-modules-content[b-qc84ub9w0n] {
    display: flex;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    padding-bottom: 1em;
}

@media (max-width: 900px) {
    .profile-modules-content[b-qc84ub9w0n] {
        flex-direction: column;
        align-items: center;
    }
}

.profile-content[b-qc84ub9w0n] {
    display: flex;
    gap: 1em;
    flex-direction: column;
    flex: 1;
}

.richedit-container[b-qc84ub9w0n] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.profile-placeholder-full[b-qc84ub9w0n] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    gap: 0.5em;
    flex-direction: column;
    overflow: auto;
}

body.dark-theme .profile-placeholder-full[b-qc84ub9w0n] {
    color: #666;
}

.button-nobg[b-qc84ub9w0n] {
    color: #0059ff;
}

.button-nobg:hover[b-qc84ub9w0n] {
    color: #000 !important;
}

body.dark-theme .button-nobg:hover[b-qc84ub9w0n]  {
    color: #fff !important;
}
/* /Components/TrainingProfilesCatalog/ProfileModuleCard.razor.rz.scp.css */
.module-image[b-xjju89oaq9] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mymodule-placeholder[b-xjju89oaq9] {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    max-width: 90px;
    max-height: 90px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
}

body.dark-theme .mymodule-placeholder[b-xjju89oaq9] {
    background-color: #363636;
    color: #666;
}

.card[b-xjju89oaq9] {
    display: flex;
    justify-content: space-evenly;
    height: 230px;
}

.profile-module-card[b-xjju89oaq9] {
    display: flex;
}


@media (max-width: 900px) {
    .profile-module-card[b-xjju89oaq9] {
        flex-direction: column;
    }
}

    .profile-module-card:not(:last-child)[b-xjju89oaq9]:after {
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        content: "\f061";
        font-size: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px;
        color: #ccc;
    }

@media (max-width: 900px) {
    .profile-module-card:not(:last-child)[b-xjju89oaq9]:after {
        content: "\f063";
        padding: 32px;
    }
}


body.dark-theme .profile-module-card:not(:last-child)[b-xjju89oaq9]:after {
    color: #666;
}


.card-top .tag[b-xjju89oaq9]{
    min-width: fit-content;
}

.card-top .text[b-xjju89oaq9] {
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-top .text .code[b-xjju89oaq9] {
    opacity: 1;
    color: black;
}

body.dark-theme .card-top .text .code[b-xjju89oaq9] {
    color: #ccc;
}

.card-text-overflow[b-xjju89oaq9] {
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-detail-primary[b-xjju89oaq9] {
    max-width: 40%;
}

.card-detail[b-xjju89oaq9] {
    max-width: 30%;
}
/* /Components/UserProfileIcon.razor.rz.scp.css */
.photo-circle[b-p5d0tmfpx0] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-letter[b-p5d0tmfpx0] {
    text-transform: uppercase;
    color: white;
}
/* /Layout/AnonymousLayout.razor.rz.scp.css */
main[b-b80b6c38xn] {
    overflow: auto;
    padding: 2em;
    height: 100%;
}

.wrapper[b-b80b6c38xn] {
    width: 100%;
    height: calc(100% - 48px); /* variable */
}
/* /Layout/Header.razor.rz.scp.css */
/* Layout */
header[b-grtjhntm1m] {
    position: sticky;
    top: 0;
}

header[b-grtjhntm1m] {
    height: 48px; /* variable */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 0 2em 0 0.5em;
    width: 100%;
    z-index: 10;
}

    header .product[b-grtjhntm1m] {
        display: flex;
        align-items: center;
    }

        header .product h1[b-grtjhntm1m] {
            margin: auto;
        }

    header .product-icon[b-grtjhntm1m] {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        margin-right: 7px;
        border-radius: 20px;
        font-size: 175%;
    }

    header .actions[b-grtjhntm1m] {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 2em;
    }

    header .notifications[b-grtjhntm1m] {
        width: 1.5em;
    }

        header .notifications a[b-grtjhntm1m] {
            transition: all 0.3s;
        }

    header .theme[b-grtjhntm1m] {
        display: inline-flex;
        gap: 0.25rem;
    }

        header .theme a[b-grtjhntm1m] {
            transition: all 0.3s;
            padding: 0.5rem;
        }

body.dark-theme header.marketing[b-grtjhntm1m] {
    background-color: rgb(31, 40, 44, 0.9);
}

.dxbl-flyout-body[b-grtjhntm1m] {
    padding: 0 !important;
}

body.dark-theme .account-dropdown-button[b-grtjhntm1m] {
    color: white;
}

.account-container[b-grtjhntm1m] {
    display: flex;
    align-items: center;
    cursor: pointer !important;
}

    .account-container.dropdown-open[b-grtjhntm1m] {
        /* expand account container so user can move easily into the dropdown */
        height: 50px;
        color: #238ee7 !important;
    }

body.dark-theme .account-container.dropdown-open[b-grtjhntm1m] {
    color: white !important;
}

.account-dropdown-button[b-grtjhntm1m] {
    width: 100%;
    padding: 0.45rem 2rem 0.45rem 0.75rem;
    color: black;
}

    .account-dropdown-button:hover[b-grtjhntm1m] {
        color: #238ee7 !important;
    }

    .account-dropdown-button span[b-grtjhntm1m] {
        text-transform: uppercase;
        font-size: 0.75rem;
        font-weight: bold;
    }

.account-breaker[b-grtjhntm1m] {
    width: 100%;
    margin: 0;
}

.profile-pic-container[b-grtjhntm1m]{
    width: 100%;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-name[b-grtjhntm1m] {
    padding: 0rem 0.75rem 0.45rem 0.75rem;
}

.portal .portal-icon[b-grtjhntm1m]::before {
    color: #0082C4;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    content: "\e022";
}

.portal:hover .portal-icon[b-grtjhntm1m]::before {
    color: #F07716;
    content: "\e023";
}

.account-dropdown-button.active[b-grtjhntm1m] {
    color: #238ee7 !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
main[b-x6rm1s47p6] {
    overflow: auto;
    padding: 2em;
    height: 100%;
}

.wrapper[b-x6rm1s47p6] {
    display: inline-grid;
    grid-template-columns: 250px auto;
    width: 100%;
    height: calc(100% - 48px); /* variable */
}

    .wrapper.collapsed[b-x6rm1s47p6] {
        grid-template-columns: 55px auto;
    }

/* Training Content Layout */
main.training-content[b-x6rm1s47p6] {
    padding: 0;
    display: grid;
    grid-template-columns: auto 30%;
    grid-template-rows: min-content 5px auto min-content;
}

    main.training-content .content-header[b-x6rm1s47p6], main.training-content .content-progress[b-x6rm1s47p6], main.training-content .content-footer[b-x6rm1s47p6] {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    main.training-content .content-header[b-x6rm1s47p6], main.training-content .content-main[b-x6rm1s47p6], main.training-content .content-navigation .top-content[b-x6rm1s47p6], main.training-content .content-footer[b-x6rm1s47p6] {
        padding: 1em;
    }

    main.training-content .content-header[b-x6rm1s47p6], main.training-content .content-footer[b-x6rm1s47p6] {
        font-size: 0.9em;
        display: flex;
        align-items: center;
        gap: 1em;
    }

        main.training-content .content-header div[b-x6rm1s47p6], main.training-content .content-footer div[b-x6rm1s47p6] {
            gap: 2em;
        }

    main.training-content .content-header[b-x6rm1s47p6] {
        position: sticky;
        top: 0;
    }

        main.training-content .content-header .breadcrumbs[b-x6rm1s47p6] {
            flex-shrink: 0;
        }

    main.training-content .content-main[b-x6rm1s47p6], main.training-content .content-navigation[b-x6rm1s47p6] {
        line-height: 1.75em;
    }

    main.training-content .content-navigation[b-x6rm1s47p6] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        main.training-content .content-navigation .menu-expander[b-x6rm1s47p6] {
            position: sticky;
            bottom: 0;
        }

        main.training-content .content-navigation .menu-icon[b-x6rm1s47p6] {
            font-size: 22px;
        }

    main.training-content .progress-bar-count[b-x6rm1s47p6] {
        height: 100%;
    }

    main.training-content ol[b-x6rm1s47p6] {
        list-style-type: none;
        counter-reset: item;
        margin: 0;
        padding: 0;
    }

        main.training-content ol > li[b-x6rm1s47p6] {
            display: table;
            counter-increment: item;
            margin-bottom: 0.6em;
        }

            main.training-content ol > li[b-x6rm1s47p6]:before {
                content: counters(item, ".") ". ";
                display: table-cell;
                padding-right: 0.6em;
            }

    main.training-content li ol > li[b-x6rm1s47p6] {
        margin: 0;
    }

        main.training-content li ol > li[b-x6rm1s47p6]:before {
            content: counters(item, ".") " ";
        }

    main.training-content.collapsed[b-x6rm1s47p6] {
        grid-template-columns: auto 55px; /* 55px variable */
    }

        main.training-content.collapsed .top-content h4[b-x6rm1s47p6], main.training-content.collapsed .top-content ol[b-x6rm1s47p6] {
            display: none;
        }
/* /Pages/Account.razor.rz.scp.css */
.table-toolbar[b-nimcscfesp] {
    display: flex;
    justify-content: space-between;
    width: 100%
}

    .table-toolbar dxbl-input-editor[b-nimcscfesp] {
        height: fit-content !important;
    }

    .table-toolbar .filters[b-nimcscfesp] {
        display: flex;
        margin-left: auto;
    }

    .table-toolbar button[b-nimcscfesp] {
        margin-top: 1.8rem;
        margin-left: 1.5rem;
    }
/* /Pages/Course/CourseDetails.razor.rz.scp.css */
.loader-container[b-lijvg3owmt]{
    height: 150px !important;
    position: relative;
}
/* /Pages/Course/EditCourse.razor.rz.scp.css */
.field[b-oxpyq61dfn] {
    display: inline-block;
    vertical-align: top;
    padding-right: 2.5rem;
    padding-bottom: 0.75rem;
}

    .field .field-title[b-oxpyq61dfn]{
        padding-bottom: 1rem;
    }

.fa-forward[b-oxpyq61dfn] {
    cursor: pointer;
}

.card-container[b-oxpyq61dfn] {
    display: flex;
    gap: 1rem;
}

.card[b-oxpyq61dfn] {
    border-width: 1px;
    padding: 1rem;
    text-align: center;
    flex: 1;
    transition: transform 0.2s;
    display: flex;
    justify-content: center;
    align-content: center;
    transition: ease-in border-color .3s;
    cursor: pointer;
}

.card:hover[b-oxpyq61dfn] {
    border-color: #238ee7 !important;
}


.card-icon[b-oxpyq61dfn] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #238ee7;
}

.card-text[b-oxpyq61dfn] {
    font-size: 1.25rem;
}
/* /Pages/NodeDiagrams/ModuleSectorDependencies.razor.rz.scp.css */

.sector-filter[b-o2qtujmuha] {
    align-items: center;
}

.sector-title[b-o2qtujmuha]{
    font-size: 0.5em;
    text-transform: capitalize;
}
/* /Pages/OnlineModule.razor.rz.scp.css */
.self-paced-content[b-t8yozpi7m5] {
    display: block;
    width: 100%;
    height: calc(100vh - 51px);
}

.wrapper[b-t8yozpi7m5] {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 51px);
}
/* /Pages/PreviewOnlineModule.razor.rz.scp.css */
.self-paced-content[b-2gg7ia7hp8] {
    display: block;
    width: 100%;
    height: calc(100vh - 51px);
}

.wrapper[b-2gg7ia7hp8] {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 51px);
}
/* /Pages/TrainingProfilesCatalog.razor.rz.scp.css */
.notification.contact-training .icon[b-8bycyeuq38] {
    color: #0059ff;
}

button.marketing[b-8bycyeuq38] {
    border-color: #0059ff;
    background-color: #0059ff;
    color: #fff;
}

a.button.marketing[b-8bycyeuq38] {
    border-color: #0059ff !important;
    background-color: #0059ff !important;
}


button.marketing:hover[b-8bycyeuq38], button.marketing:active[b-8bycyeuq38] {
    border-color: #0059ff;
    background-color: #0059ff;
    color: #fff;
    opacity: 0.9;
}

.button-nobg:hover[b-8bycyeuq38] {
    color: #000 !important; 
}

body.dark-theme .button-nobg:hover[b-8bycyeuq38]  {
    color: #fff !important;
}

a.button.marketing:hover[b-8bycyeuq38], a.button.marketing:active[b-8bycyeuq38] {
    border-color: #0059ff !important;
    background-color: #0059ff !important;
    opacity: 0.9;
} 

button.secondary.marketing[b-8bycyeuq38] {
    background-color: transparent;
    border-color: #0059ff;
    color: #0059ff;
}

    button.secondary.marketing:hover[b-8bycyeuq38], .button.secondary.marketing:active[b-8bycyeuq38] {
        background-color: transparent;
        border-color: #0059ff;
        background-color: #0059ff;
        color: #fff;
        opacity: 0.9;
    }

body.dark-theme button.secondary.marketing[b-8bycyeuq38] {
    color: #fff;
}

.marketing.button-nobg[b-8bycyeuq38] {
    color: #0059ff;
}

body.dark-theme .marketing.button-nobg[b-8bycyeuq38] {
    color: #5889E0;
}

.notification.contact-training[b-8bycyeuq38] {
    z-index: 3;
    border-color: #0059ff;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: solid 2px #0059ff;
    margin: 2em -2em 0;
    background-color: rgba(255, 255, 255, 0.9);
}

body.dark-theme .notification.contact-training[b-8bycyeuq38] {
    background-color: rgb(31, 40, 44, 0.9);
}

.filters[b-8bycyeuq38] {
    display: flex;
    gap: 0.5em;
}

.carousel-container[b-8bycyeuq38] {
    margin: 1em 0;
}

.carousel-nav[b-8bycyeuq38] {
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
}

    .carousel-nav:disabled[b-8bycyeuq38] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.profiles-viewport[b-8bycyeuq38] {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.profiles-slider[b-8bycyeuq38] {
    display: flex;
    transition: transform 0.5s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}

.profile-card[b-8bycyeuq38] {
    min-width: 320px;
    max-width: 340px;
    flex: 1 0 320px;
    margin-right: 40px;
}

.profiles-catalog[b-8bycyeuq38] {
    margin-left: 5em;
    margin-right: 5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.collapsible[b-8bycyeuq38] {
    overflow: hidden;
    opacity: 1;
}

    .collapsible.collapsed[b-8bycyeuq38] {
        max-height: 0;
        opacity: 0.7;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

.page-badge[b-8bycyeuq38] {
    user-select: none;
    opacity: 0.3;
    width: 1em;
    opacity: 0.3;
    display: inline-block;
    height: 0;
    border: #0059ff 2px solid;
    border-radius: 2px;
    transition: 0.3s ease-in-out all;
    cursor: pointer;
}

    .page-badge.selected[b-8bycyeuq38] {
        width: 3em;
        opacity: 1;
    }

.sector-title[b-8bycyeuq38] {
    display: flex;
    align-items: center;
    margin-right: 1em;
}

.scroll-mouse-indicator[b-8bycyeuq38] {
    position: absolute;
    left: 50%;
    bottom: 85px;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
    animation: fadeIn-b-8bycyeuq38 1s;
}

    .scroll-mouse-indicator .mouse[b-8bycyeuq38] {
        width: 32px;
        height: 48px;
        border: 2px solid #ccc;
        border-radius: 16px;
        position: relative;
        background: #fff;
        box-shadow: 0px 0px 8px 0px #888;
    }

    .scroll-mouse-indicator .wheel[b-8bycyeuq38] {
        width: 4px;
        height: 10px;
        background: #ccc;
        border-radius: 2px;
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
        animation: wheelMove-b-8bycyeuq38 1.2s infinite;
    }

    .scroll-mouse-indicator .arrow[b-8bycyeuq38] {
        color: rgb(0, 89, 255);
        margin-top: 8px;
        transform: rotate(180deg);
        text-shadow: -1px 0 #ccc, 0 1px #ccc, 1px 0 #ccc, 0 -1px #ccc, 0 -0px 8px #888;
    }

body.dark-theme .scroll-mouse-indicator .mouse[b-8bycyeuq38] {
    background: #1f282c;
}


@keyframes wheelMove-b-8bycyeuq38 {
    0% {
        top: 10px;
        opacity: 1;
    }

    80% {
        top: 24px;
        opacity: 0.5;
    }

    100% {
        top: 10px;
        opacity: 1;
    }
}

@keyframes fadeIn-b-8bycyeuq38 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

.marketing-table[b-8bycyeuq38] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    margin-bottom: 2em;
    overflow: hidden;
}

    .marketing-table th[b-8bycyeuq38],
    .marketing-table td[b-8bycyeuq38] {
        padding: 1em 1.5em;
        text-align: left;
        vertical-align: top;
    }

    .marketing-table th[b-8bycyeuq38] {
        color: #0059ff;
        font-weight: 600;
        border-bottom: 2px solid #0059ff;
        letter-spacing: 0.03em;
    }

    .marketing-table tr:not(:last-child) td[b-8bycyeuq38] {
        border-bottom: 1px solid #e2e2e2;
    }

body.dark-theme .marketing-table[b-8bycyeuq38] {
    background: #2E3543;
}

    body.dark-theme .marketing-table th[b-8bycyeuq38] {
        background: #2E3543;
        color: #5889E0;
        border-bottom: 2px solid #5889E0;
    }

    body.dark-theme .marketing-table tr:not(:last-child) td[b-8bycyeuq38] {
        border-bottom: 1px solid #526B7D;
    }

.marketing-grid[b-8bycyeuq38] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 1.5em;
    width: 100%;
    height: 300px;
}
    .marketing-grid > div[b-8bycyeuq38] {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #eee;
        background-color: #fff;
        border-radius: 8px;
        min-height: 56px;
        font-size: clamp(0.75rem, 1vw, 1.05em);
        text-align: center;
    }

        .marketing-grid > div.title[b-8bycyeuq38] {
            font-weight: 900;
            background-color: #f5f5f5;
        }

body.dark-theme .marketing-grid > div[b-8bycyeuq38] {
    background-color: #2E3543;
    color: #fff;
}

    body.dark-theme .marketing-grid > div.title[b-8bycyeuq38] {
        background: #171e21;
    }

.marketing-icon[b-8bycyeuq38] {
    margin-left: 0.25em;
    color: #0059ff;
}

body.dark-theme .marketing-icon[b-8bycyeuq38] {
    color: #5889E0;
}

.progress-card[b-8bycyeuq38] {
    min-height: 180px;
}

    .progress-card > .box-1[b-8bycyeuq38] {
        background-color: #fff;
        min-width: 540px;
        max-width: 540px;
        min-height: 180px;
    border-radius: 8px;
    }

    .progress-card > .box-1 >  h5[b-8bycyeuq38] {
        text-align: center;
        margin-bottom: 1em;
    }

body.dark-theme .progress-card > .box-1[b-8bycyeuq38] {
    background-color: #2E3543;
}

.progress-card:not(:last-child)[b-8bycyeuq38]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto auto;
    margin-bottom: 2em;
    border-left: 64px solid transparent;
    border-right: 64px solid transparent;
    border-top: 64px solid #fff;
}

body.dark-theme .progress-card:not(:last-child)[b-8bycyeuq38]:after {
    border-top-color: #2E3543;
}

.progress-card-container[b-8bycyeuq38] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.progress-icon[b-8bycyeuq38] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 1em;
}

    .progress-icon .marketing-icon[b-8bycyeuq38] {
        font-size: 2.2em;
        color: #0059ff;
    }
