/* /Components/BulkAddUsers.razor.rz.scp.css */
.download-button-content[b-yw66h3yv5i] {
    display: flex;
    text-align: center;
    gap: 3px;
    align-items: center;
    flex-wrap: wrap;
}

p[b-yw66h3yv5i] {
    margin: 0;
}

.info-text[b-yw66h3yv5i] {
    color: darkgray;
    font-size: small;
}

.offcanvas-body[b-yw66h3yv5i] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.side-panel-section[b-yw66h3yv5i] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.side-panel-content[b-yw66h3yv5i] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.error[b-yw66h3yv5i] {
    color: red;
    
    i {
        margin-right: 5px;
    }
}
/* /Components/BulkManageUserCourses.razor.rz.scp.css */
.disenroll-button[b-beg975u6r7] {
    border: 1px solid red;
    color: red;
    background-color: white;
}

.buttons-column[b-beg975u6r7] {
    display: flex;
    gap:10px;
}
/* /Components/CreateCourse.razor.rz.scp.css */
/* /Components/CustomToast.razor.rz.scp.css */
.toast-message-container[b-pxste6j4wf] {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    z-index: 1000;
    animation: slide-in-b-pxste6j4wf 1s ease-out;
}

.toast-message-box[b-pxste6j4wf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.toast-message-success[b-pxste6j4wf] {
    background-color: #28a745;
}

.toast-message-failure[b-pxste6j4wf] {
    background-color: #dc3545;
}

.toast-message-alert[b-pxste6j4wf] {
    background-color: #ffc107;
    color: #212529;
}

.toast-message-warning[b-pxste6j4wf] {
    background-color: #ff8800;
}

.toast-message-default[b-pxste6j4wf] {
    background-color: #17a2b8;
}

.toast-close-button[b-pxste6j4wf] {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.toast-close-button:hover[b-pxste6j4wf] {
    color: #000;
}

@keyframes slide-in-b-pxste6j4wf {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-out-b-pxste6j4wf {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
/* /Components/EditCourse.razor.rz.scp.css */
/* /Components/ManageOrganisation.razor.rz.scp.css */
.error[b-h4zmzt2oxd] {
    color: red;
    padding-left: 1px;
}
/* /Components/ManageUser.razor.rz.scp.css */
.error[b-8mazmuh161] {
    color: red;
    padding-left: 1px;
}
/* /Components/ManageUserCourses.razor.rz.scp.css */
.enrolled-column[b-z5q6ayu89w] {
    width: 30px;
}
/* /Components/Shared/Confirmation.razor.rz.scp.css */
/* /Components/Shared/SidePanel.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-dbsavumw1i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dbsavumw1i] {
    flex: 1;
    padding: 4rem;
    background-color: oklch(98.4% 0.003 247.858);
}

.sidebar[b-dbsavumw1i] {
    background-color: white;
    visibility: visible;
    transition: all 0.5s ease;
    transform-origin: left;
    z-index: 9;

    width: 256px;
    height: 100vh;
    position: sticky;
    top: 0;

    @media (max-width: 600px) {
        position: fixed;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: end;[b-dbsavumw1i]
    }
}

.sidebar.mobile[b-dbsavumw1i] {
    width: 0 !important;
    transform: translateX(-260px);
    visibility: hidden !important;
}

.top-row[b-dbsavumw1i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-dbsavumw1i]  a, .top-row[b-dbsavumw1i]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-dbsavumw1i]  a:hover, .top-row[b-dbsavumw1i]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-dbsavumw1i]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.page[b-dbsavumw1i] {
    flex-direction: row;
}

.top-row[b-dbsavumw1i] {
    position: sticky;
    top: 0;
    z-index: 1;
}

.top-row.auth[b-dbsavumw1i]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
}

.top-row[b-dbsavumw1i], article[b-dbsavumw1i] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
}

.horizontal-nav[b-dbsavumw1i] {
    gap: 5px;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-scrollable[b-wt2c9e333g] {
    height: calc(100vh - 280px);
    border-top: 1px solid;
    border-color: hsl(214.3 31.8% 91.4%);
    padding-top: 10px;
}

.navbar-toggler[b-wt2c9e333g] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-wt2c9e333g] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-wt2c9e333g] {
    font-size: 1.1rem;
}

.bi[b-wt2c9e333g] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-wt2c9e333g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-wt2c9e333g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-wt2c9e333g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-wt2c9e333g]  a {
    color: black;
    border-radius: 4px;
    height: 2rem;
    display: flex;
    align-items: center;
}

.nav-item[b-wt2c9e333g]  a.active {
    background-color: #375893;
    color: white !important;
}

.nav-item[b-wt2c9e333g]  a:hover {
    background-color: oklch(96.8% 0.007 247.896);
}

@media (min-width: 641px) {
    .navbar-toggler[b-wt2c9e333g] {
        display: none;
    }

    .collapse[b-wt2c9e333g] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.navbar[b-wt2c9e333g] {
    display: flex;
    justify-content: center;
}

.nav-logo[b-wt2c9e333g] {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.logo-header[b-wt2c9e333g] {
    gap: 10px;
    cursor: pointer;
}

.logo-image[b-wt2c9e333g] {
    height: 6rem;
}

.navbar-custom[b-wt2c9e333g] {
    padding: 20px 20px 0 20px;
    background-color: white !important;
}

.sub-logo-header[b-wt2c9e333g] {
    padding: 10px 20px 20px 20px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .1em;
    color: #01ACCF;
}

.nav-item[b-wt2c9e333g] {
    padding: 5px 10px;

    a.active {
        background-color: #375893 !important;
        border-color: #375893 !important;
        color: white !important;

        .bi-plus-square-fill-nav-menu {
            background-color: white !important;
        }
    }
}

.nav-item[b-wt2c9e333g] {
    .nav-link {
        display: flex;
        gap: 5px;
    }

    .bi-plus-square-fill-nav-menu[b-wt2c9e333g] {
        background-color: black;
    }
}

nav.flex-column[b-wt2c9e333g] {
    margin-top: 20px;
}

.nav-header[b-wt2c9e333g] {
    padding-left: 0.6rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0.1rem;
}

.nav-footer[b-wt2c9e333g] {
    border-top: 1px solid;
    border-color: hsl(214.3 31.8% 91.4%);
    padding: 10px;
}

.nav-logo[b-wt2c9e333g] {
    width: 256px;
}

.nav-main[b-wt2c9e333g] {
    width: 256px;
}

.nav-footer[b-wt2c9e333g] {
    width: 256px;
}
/* /Pages/CoursePlayer.razor.rz.scp.css */
.saving[b-vl9x4oghh1] {
    position: absolute;
    z-index: 9999;
    font-size: 24px;
    background-color: black;
    color: white;
    padding: 20px;
    margin: 0;
    top: 0;
    left: 0;
}
/* /Pages/Courses.razor.rz.scp.css */
/* /Pages/Home.razor.rz.scp.css */
/* /Pages/MyCourses.razor.rz.scp.css */
.course-image[b-zxyuwz9p2d] {
}

.courses-tile-section[b-zxyuwz9p2d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, 300px); /* Fixed width for tiles */
    grid-gap: 10px;
}

.course-tile[b-zxyuwz9p2d] {
    background-color: white;
    display: flex;
    color: black;
    font-size: 1.2rem;
    border-radius: 15px;
    flex-direction: column;
    width: 300px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.image-section[b-zxyuwz9p2d] {
    flex: 2;
    background-size: cover;
    position: relative;
}

.non-enrolled-image[b-zxyuwz9p2d] {
    flex: 1 !important;
}

.info-section[b-zxyuwz9p2d] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 15px 15px 15px;
    font-size: 0.9rem;
    gap: 10px;
}

.progress-section[b-zxyuwz9p2d] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.user-courses-section[b-zxyuwz9p2d] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}

.user-course-info[b-zxyuwz9p2d] {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
    font-size: smaller;
    color: #6c757d;
}

.progress[b-zxyuwz9p2d] {
    width: 100%;
}

.non-enrolled-image[b-zxyuwz9p2d] {
    img {
        opacity: 0.5;
    }
}

.image-container[b-zxyuwz9p2d] {
    position: relative;
    display: inline-block;
}

.image-container img[b-zxyuwz9p2d] {
    display: block; /* Ensures no extra space below the image */
    width: 100%; /* Adjust as needed */
    height: auto; /* Maintain aspect ratio */
    opacity: 0.5;
}

.course-title[b-zxyuwz9p2d] {
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 0 0 15px;
    border-radius: 10px 10px 0 0;
}
/* /Pages/OrganisationManagement.razor.rz.scp.css */
.dropdown-item-custom:hover[b-r921iqnx4b]{
    background-color: rgba(240, 240, 240, 0.3);
}
/* /Pages/Organisations.razor.rz.scp.css */
