@import '../_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* ../Components/SJ/SJBadge.razor.rz.scp.css */
.sj-badge[b-ncg7ez48ys] {
    padding: 2px 4px;
    border-radius: 8px;
    font-size: 14px;
    font-family: Nunito, Arial;
    font-weight: 400;
}

    .sj-badge.green[b-ncg7ez48ys] {
        border: 2px solid #28A176;
        background-color: #D7F4E4;
    }

    .sj-badge.orange[b-ncg7ez48ys] {
        border: 2px solid #D88F1A;
        background-color: #F9EEC8;
    }

    .sj-badge.purple[b-ncg7ez48ys] {
        border: 2px solid #552D8B;
        background-color: #CCCCFF;
    } 

    .sj-badge.pink[b-ncg7ez48ys] {
        border: 2px solid red;
        background-color: pink;
    }
/* ../Components/SJ/SJButton.razor.rz.scp.css */
.sj-btn[b-ianbg3essl] {
    display: flex;
    padding: 4px 12px;
    flex-direction: row;
    gap: 4px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 1000px;
    opacity: 1;
    border-width: 2px;
    border-style: solid;
    position: relative;
}

.primary[b-ianbg3essl] {
    background-color: #552D8B;
    border-color: #552D8B;
    color: #F9F9F9;
}

    .primary:disabled[b-ianbg3essl] {
        opacity: 0.5;
    }

    .primary:hover[b-ianbg3essl] {
        border-color: #2D1844;
        background-color: #2D1844;
    }

    .primary:enabled:active[b-ianbg3essl] {
        border-color: #EAAE3A;
        border-style: solid;
    }

.secondary[b-ianbg3essl] {
    background-color: #F4F3F6;
    color: #552D8B;
    border-style: solid;
    border-color: #552D8B;
}

    .secondary:disabled[b-ianbg3essl] {
        opacity: 0.5;
    }

    .secondary:hover[b-ianbg3essl] {
        background-color: #EDEDEDDD;
    }

    .secondary:enabled:active[b-ianbg3essl] {
        background-color: #96969626;
        color: #EAAE3A;
        border-color: #EAAE3A;
    }

.third[b-ianbg3essl] {
    background-color: unset;
    color: #552D8B;
    font-weight: 600;
    border-style: none;
    border-color: none;
    text-decoration: underline;
}

    .third:disabled[b-ianbg3essl] {
        opacity: 0.5;
    }

    .third:hover[b-ianbg3essl] {
        background-color: none;
    }

    .third:enabled:active[b-ianbg3essl] {
        background-color: none;
        color: #EAAE3A;
    }

.large[b-ianbg3essl] {
    padding: 8px 16px;
    font-size: 16px;
    border-width: 3px;
}

.small[b-ianbg3essl] {
    padding: 4px 12px;
    font-size: 12px;
    border-width: 2px;
}
/* ../Components/SJ/SJDropdown.razor.rz.scp.css */
.menu-open-area[b-dnmvztjdtf] {
    position: absolute;
    left: 0px;
    top: 96%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px;
    background-color: #F9F9F9;
    border-radius: 16px;
    border: 1px solid lightgray;
    z-index: 2;
}

.menu-exit-area[b-dnmvztjdtf] {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    cursor: default;
}
/* ../Components/SJ/SJDropdownButton.razor.rz.scp.css */
.menu-open-area[b-7i4texybdk] {
    position: absolute;
    left: 0px;
    top: 96%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px;
    background-color: #F9F9F9;
    border-radius: 16px;
    border: 1px solid lightgray;
    z-index: 2;
}

.menu-exit-area[b-7i4texybdk] {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    cursor: default;
}
/* ../Components/SJ/SJDropdownOption.razor.rz.scp.css */
a[b-aa0mmmgcrt] {
    border: unset;
    border-radius: 8px;
    white-space: nowrap;
    background-color: unset;
    padding: 4px 8px;
    color: black !important;
    opacity: 1;
    text-decoration: none;
}

    a:hover[b-aa0mmmgcrt]  {
        background-color: lightgray;
    }

    a .disabled[b-aa0mmmgcrt] {
        pointer-events: none;
        cursor: unset;
        opacity: 0.5;
    }

.align-left[b-aa0mmmgcrt] {
    text-align: left;
}

.align-right[b-aa0mmmgcrt] {
    text-align: right;
}

.align-center[b-aa0mmmgcrt] {
    text-align: center;
}
/* ../Layout/CleanLayout.razor.rz.scp.css */
.page[b-ckueaiuj45] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ckueaiuj45] {
    flex: 1;
}

.sidebar[b-ckueaiuj45] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ckueaiuj45] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ckueaiuj45]  a, .top-row[b-ckueaiuj45]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ckueaiuj45]  a:hover, .top-row[b-ckueaiuj45]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ckueaiuj45]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ckueaiuj45] {
        justify-content: space-between;
    }

    .top-row[b-ckueaiuj45]  a, .top-row[b-ckueaiuj45]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ckueaiuj45] {
        flex-direction: row;
    }

    .sidebar[b-ckueaiuj45] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ckueaiuj45] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ckueaiuj45]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ckueaiuj45], article[b-ckueaiuj45] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ckueaiuj45] {
    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-ckueaiuj45] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* ../Layout/MainLayout.razor.rz.scp.css */
.page[b-otosektxl3] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0px;
}

.page-top-bar[b-otosektxl3] {
    width: 100%;
    height: 62px;
    z-index: 10;
}

.page-body[b-otosektxl3] {
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex: 1;
    height: 100%;
    gap: 0px;
    /*not allowed to set Z index here. It messes with Blazor Bootstrap Modal static backdrop. Parents of MAIN must remain z-index undefined. Or maybe 0, not sure.*/
}

.page-side-bar[b-otosektxl3] {
    width: 100%;
    height: auto;
    overflow: auto;
}

    .page-side-bar .collapse[b-otosektxl3] {
        height: 100%;
    }

main[b-otosektxl3] {
    flex: 1;
    position: relative;
    height: 100%;
}

.top-row[b-otosektxl3] {
    background-color: #B99797;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-otosektxl3]  a, .top-row[b-otosektxl3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-otosektxl3]  a:hover, .top-row[b-otosektxl3]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-otosektxl3]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 741px) {
    .top-row[b-otosektxl3] {
        justify-content: space-between;
    }

        .top-row[b-otosektxl3]  a, .top-row[b-otosektxl3]  .btn-link {
            margin-left: 0;
        }

    .collapse[b-otosektxl3] {
        display: none;
    }
}

@media (min-width: 741px) {
    .page[b-otosektxl3] {
        flex-direction: column;
    }

    .page-body[b-otosektxl3] {
        display: flex;
        flex-direction: row;
    }

    .page-side-bar[b-otosektxl3] {
        width: 290px;
        height: 100%;
        padding: 20px;
    }

        .page-side-bar .collapse[b-otosektxl3] {
            height: 100%;
        }

    .top-row[b-otosektxl3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-otosektxl3]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-otosektxl3], article[b-otosektxl3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


#blazor-error-ui[b-otosektxl3] {
    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-otosektxl3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* ../Layout/NavMenu.razor.rz.scp.css */
.nav-main-body[b-azbpxs4tl2] {
    display: flex;
    flex-direction: column;
    background-color: #EDEDED80;
    width: 100%;
    border-radius: 20px;
    scrollbar-width: thin;
    padding: 6px 6px;
}

.nav-scrollable[b-azbpxs4tl2] {
    width: 100%;
    height: 100%;
    scrollbar-width: thin;
}

.navbar-toggler[b-azbpxs4tl2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-azbpxs4tl2] {
    height: 3.5rem;
    background-color: #B99797;
}

.navbar-brand[b-azbpxs4tl2] {
    font-size: 1.1rem;
}

.bi[b-azbpxs4tl2] {
    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-azbpxs4tl2] {
    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-azbpxs4tl2] {
    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-azbpxs4tl2] {
    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-azbpxs4tl2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-azbpxs4tl2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-azbpxs4tl2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-azbpxs4tl2]  a {
        color: #552D8B;
        background-color: #FFDD3C;
        border-radius: 24px;
        height: 48px;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding: 20px;
    }

        .nav-item[b-azbpxs4tl2]  a.active {
            color: #F9F9F9;
            background-color: #552D8B;
        }

        .nav-item[b-azbpxs4tl2]  a:hover {
            color: #552D8B;
            background-color: #EBC925;
        }

        .nav-item[b-azbpxs4tl2]  a.active:hover {
            color: #F9F9F9;
            background-color: #45296B;
        }

@media (min-width: 741px) {
    .navbar-toggler[b-azbpxs4tl2] {
        display: none;
    }

    .collapse-menu[b-azbpxs4tl2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    .nav-container[b-azbpxs4tl2] {
        max-height: unset;
        overflow-y: unset;
    }
}

@media (max-width: 741px) {
    .collapse-menu[b-azbpxs4tl2] {
        /* Never collapse the sidebar for wide screens */
        display: none;
    }

    .nav-container[b-azbpxs4tl2] {
        max-height: 400px;
        overflow-y: auto;
        transition: max-height 0.5s ease;
    }

    .nav-container-collapse[b-azbpxs4tl2] {
        max-height: 0px;
        overflow-y: hidden;
    }
}
/* ../Layout/TopNavMenu.razor.rz.scp.css */
.top-bar-main[b-u7i0cm2wl5] {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    align-items: center;
    height: 100%;
    background-color: #6051A1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B08D8D;
    padding: 8px;
}

.logo-area[b-u7i0cm2wl5] {
    display: flex;
    max-width: 120px;
    flex-basis: 96px;
    min-width: 40px;
    height: 100%;
}

    .logo-area img[b-u7i0cm2wl5] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: right;
    }

.center-gap[b-u7i0cm2wl5] {
    width: 100%;
    flex: 1;
}

.menu-area[b-u7i0cm2wl5] {
    position: relative;
    display: flex;
    min-width: 100px;
    flex-direction: row;
    height: 100%;
    align-items: center;
    margin-right: 26px;
    color: #F9F9F9;
    padding: 4px 8px;
    border-radius: 8px;
    background-color: unset;
    text-decoration: none;
    cursor: pointer;
}

    .menu-area > img[b-u7i0cm2wl5] {
        height: 36px;
        width: 36px;
        aspect-ratio: 1/1;
        border-radius: 20px;
        object-fit: cover;
        margin-right: 12px;
    }

    .menu-area:hover[b-u7i0cm2wl5] {
        background-color: #45296B;
    }

.user-token-area[b-u7i0cm2wl5] {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    min-width: 60px;
    max-width: 160px;
    font-size: 12px;
    margin-right: 24px;
    z-index: 100;
}

.menu-open-area[b-u7i0cm2wl5] {
    position: absolute;
    right: -20px;
    top: 96%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px;
    background-color: #F9F9F9;
    border-radius: 16px;
    border: 1px solid lightgray;
    z-index: 2;
}

    .menu-open-area > hr[b-u7i0cm2wl5] {
        margin: 2px;
        width: 100%;
        color: black;
    }

    .menu-open-area > button[b-u7i0cm2wl5] {
        border: unset;
        border-radius: 8px;
        white-space: nowrap;
        background-color: unset;
        padding: 4px 8px;
    }

        .menu-open-area > button:hover[b-u7i0cm2wl5] {
            background-color: lightgray;
        }

.menu-exit-area[b-u7i0cm2wl5] {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    cursor: default;
}

.menu-area-notif[b-u7i0cm2wl5] {
    display: flex;
    flex-direction:column;
    width: 120px;
    height: 100%;
    align-items: center;
    justify-content: center;
}



@media (max-width: 640px) {
    .lg-screen[b-u7i0cm2wl5] {
        display: none !important;
    }

    .sml-screen[b-u7i0cm2wl5] {
    }
}
@media (min-width: 641px) {
    .lg-screen[b-u7i0cm2wl5] {
    }

    .sml-screen[b-u7i0cm2wl5] {
        display: none !important;
    }
}
/* ../Pages/Learning/EditorGeneratorQuiz.razor.rz.scp.css */
/* ../Pages/Learning/LearningVisualSetup.razor.rz.scp.css */
.container-scorm-color[b-qn7287zbsa] {
    background-color: lightgray;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: clip;
    width: 100%;
    gap: 4px;
}

.color-setup[b-qn7287zbsa] {
    padding: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    min-width: 1px;
    gap: 16px;
}

.color-setup-selector[b-qn7287zbsa] {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 120px;
    gap: 8px;
}

.color-label[b-qn7287zbsa] {
    font-size: 12px;
    font-weight: 600;
}

.logo-setup[b-qn7287zbsa] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

[b-qn7287zbsa] .logo-preview {
    object-fit: contain;
    width: 120px;
    height: 120px;
}

.experience-preview-root[b-qn7287zbsa] {
    width: 100%;
    aspect-ratio: 16/9;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: clip;
}

.experience-preview-header[b-qn7287zbsa] {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    background-color: gray;
}

.experience-top-left-button[b-qn7287zbsa] {
    display: flex;
    flex-direction: row;
    min-width: 40px;
    width: 20%;
    padding-left: 8px;
    align-items: center;
}

.experience-top-center-header[b-qn7287zbsa] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

[b-qn7287zbsa] .experience-top-right-logo {
    display: flex;
    flex-direction: row;
    min-width: 40px;
    width: 20%;
    align-items: center;
    justify-content: flex-end;
    padding: 4px 8px 4px 0px;
}

    [b-qn7287zbsa] .experience-top-right-logo img {
        height: 100%;
        width:100%;
        object-fit: contain;
        object-position: right;
    }

.etl-mock-button[b-qn7287zbsa] {
    display: flex;
    height: 22px;
    width: 22px;
    align-items: center;
    justify-content: center;
    background-color: lightgray;
    border-radius: 6px;
    box-shadow: #000000CC 1px 1px;
}

.etc-quiz-title[b-qn7287zbsa] {
    padding-top: 4px;
    text-align:center;
    font-size: 12px;
    font-weight: 600;
}

.etc-activity-count[b-qn7287zbsa] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
    flex: 1;
}

.etc-activity-bullet[b-qn7287zbsa] {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #ffd800;
}

.notdone[b-qn7287zbsa] {
    background-color: #ffffff;
}

.experience-preview-body[b-qn7287zbsa] {
    background-color: #ffffff;
    flex: 1;
    display:flex;
    flex-direction:column;
    align-items:center;
    font-size: 12px;
}

.epb-learning-content[b-qn7287zbsa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    max-width: 360px;
    min-width: 100px;
    height: 80%;
    padding: 20px;
    text-align:center;
}

.epb-button-next[b-qn7287zbsa] {
    width: 80px;
    height: 26px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: gray;
}

/* ../Pages/Learning/Share.razor.rz.scp.css */

.share-main[b-qkzk3jhltx] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100vw;
    height: 100vh;
    align-items: center;
    padding: 20px;
}

.share-centered-all[b-qkzk3jhltx] {
    justify-content: center;
    align-items: center;
}

.share-header[b-qkzk3jhltx] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 8px;
    max-width: var(--share-max-width);
}

.share-toggle-public[b-qkzk3jhltx] {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.share-iframe[b-qkzk3jhltx] {
    width: 100%;
    max-width: var(--share-max-width);
    flex: 1;
    border: 1px solid lightgray;
    border-radius: 16px;
}

.share-error-message[b-qkzk3jhltx] {
    display: flex;
    width: 100%;
    max-width: var(--share-max-width);
    justify-content: center;
    align-items: center;
}

@media(max-width: 576px) {
    .share-main[b-qkzk3jhltx] {
        padding: 20px 0px 0px 0px;
    }

    .share-header[b-qkzk3jhltx] {
        margin-top: 0px;
        flex-direction: column;
        gap: unset;
    }

    .share-iframe[b-qkzk3jhltx] {
        aspect-ratio: unset;
        flex: 1;
        height: 100%;
        border: unset;
        border-radius: unset;
    }
}
/* ../Pages/Render/Components/AccordionSlideSetup.razor.rz.scp.css */
.sequence-detail-container[b-j14gx5tmg3] {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 8px;
    padding: 8px;
}

.sequence-detail-container-bg[b-j14gx5tmg3] {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index: 2;
    background: linear-gradient(to right, #ffffff 20%,#ffffffaa 80%, #cc99ff88);
}

.sequence-detail[b-j14gx5tmg3] {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    z-index: 3
}

.bgm-sequence[b-j14gx5tmg3] {
    display: flex;
    min-width: 200px;
    align-items: center;
    width: 300px;
    height: 80px;
    border-radius: 8px;
    background-color: #FF9966;
    gap: 8px;
    padding: 4px;
    padding-right: 12px;
    z-index: 3;
}

.add-slide[b-j14gx5tmg3] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 150px;
}


@media (max-width: 768px) {

    .add-slide[b-j14gx5tmg3] {
        height: auto;
        margin-top: 10px;
    }
    
}

/* ../Pages/Render/Components/DialogueAudioSelector.razor.rz.scp.css */
audio[b-qpbgh3bhn9]::-webkit-media-controls-volume-slider {
    display: none;
}

audio[b-qpbgh3bhn9]::-webkit-media-controls-mute-button {
    display: none;
}

.select-audio[b-qpbgh3bhn9] {
    height: 47px;
    padding: 8px;
    background: white;
    border-radius: 12px;
    border: solid;
    border-width: 1px;
    background-color: #F9F9F9;
    border-color: #BDBDBD;
    color: #552D8B;
    font-size: 14px display: flex !important;
    justify-content: space-between !important;
}

    .select-audio:hover[b-qpbgh3bhn9] {
        background-color: #552D8B;
        color: #F9F9F9;
        cursor: pointer;
    }

.select-duration[b-qpbgh3bhn9] {
    height: 47px;
    padding: 16px;
    background: white;
    border-radius: 12px;
    border: solid;
    background-color: #F9F9F9;
    border-color: #BDBDBD;
    color: #552D8B;
    border-width: 1px;
    font-size: 14px;
    width: 100%;
}

.select-audio-modal[b-qpbgh3bhn9] {
    border-radius: 16px;
}

.select-audio-modal[b-qpbgh3bhn9] {
    border-radius: 16px;
}

.modal-dialog > .modal-content[b-qpbgh3bhn9] {
    border-radius: 16px;
    overflow: auto;
}


.sj-tabs[b-qpbgh3bhn9] {
    border: 2px solid #D8D8FF !important;
    border-radius: 9999px !important;
    width: fit-content;
    gap: 8px;
    color: #552D8B;
    padding: 4px;
    margin-bottom: 40px;
}



.ellipsis-text[b-qpbgh3bhn9] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em; /* Adjust this according to your font size */
    max-height: 2.4em; /* 2 lines * line-height */
}

.tab[b-qpbgh3bhn9] {
    border: revert-layer;
    border-radius: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
}

    .tab:hover[b-qpbgh3bhn9] {
        cursor: pointer;
        background-color: #D8D8FF;
    }

    .tab.active[b-qpbgh3bhn9] {
        background-color: #552D8B;
        border-radius: 9999px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 16px;
        color: #FFDD3C !important;
    }

.search-bar[b-qpbgh3bhn9] {
    width: 55%;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-right: 4px !important;
    padding-left: 8px !important;
    border: 2px solid #989898 !important;
    border-radius: 9999px;
    max-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.audio-row[b-qpbgh3bhn9] {
    background: #6051a1;
    height: 84px;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

    .audio-row:hover[b-qpbgh3bhn9] {
        cursor: pointer;
        background-color: #552d8b;
    }

    .audio-row.active[b-qpbgh3bhn9] {

        border: 2px solid #ffdd3c;
        box-sizing:border-box;
        background: #552d8b;
        padding:10px !important;
    }

.selected-audio[b-qpbgh3bhn9] {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

@media (max-width: 768px) {

    .search-bar[b-qpbgh3bhn9]{
        width:100%;
    }
    .modal-body[b-qpbgh3bhn9] {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    .sj-tabs[b-qpbgh3bhn9] {
        border: 2px solid #D8D8FF !important;
        border-radius: 10px !important;

    }
}


/* ../Pages/Render/Components/RenderCharacterCard.razor.rz.scp.css */
.change-avatar-display[b-o5nxjyop0x] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #CCCCCC66;
    z-index: 1;
}

.hoverAppear[b-o5nxjyop0x] {
    opacity: 0;
}

    .hoverAppear:hover[b-o5nxjyop0x] {
        opacity: 1;
    }
/* ../Pages/Render/Components/RenderPreviewModule.razor.rz.scp.css */


/* ../Pages/Render/Components/SlideFrameSetupNew.razor.rz.scp.css */
label[b-cpdgs1wf35] {
    font-size: 14px;
}

select[b-cpdgs1wf35] {
    font-size: 14px;
}

option[b-cpdgs1wf35] {
    font-size: 14px;
}

.container-full-image[b-cpdgs1wf35] {
    justify-content: center;
    display: grid;
    grid-template-columns: 80px 80px 80px 80px;
    grid-gap: 4px;
    width: 100%;
    max-height: 180px;
    overflow-y: auto;
    padding: 12px;
    border-radius: 6px;
    background-color: gray;
}

.full-image-selector[b-cpdgs1wf35] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 80px;
    border-radius: 8px;
    border: 4px solid #C4C4C480;
    background-image: linear-gradient(to bottom, #cdcdcd, #ededed); 
}

.slide-animation-icon[b-cpdgs1wf35] {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    color: black;
}

.slide-animation-selected[b-cpdgs1wf35] {
    border-color: yellow;
}

.full-image-selector:hover > .slide-animation-icon[b-cpdgs1wf35] {
    font-size: 22px;
}
/* ../Pages/Render/RenderHome.razor.rz.scp.css */
.page-parent[b-hs5aw8o5g1] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 20px 20px 72px 20px;
}

.grid-container[b-hs5aw8o5g1] {
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-auto-rows: auto;
    gap: 8px;
    width: 100%;
}

.grid-item[b-hs5aw8o5g1] {
    display: flex;
    width: 100%;
    height: 200px;
}

.loading-area[b-hs5aw8o5g1] {
    display: flex;
    width: 100%;
    height: 400px;
    align-items: center;
    justify-content: center;
}

.pagination-area[b-hs5aw8o5g1] {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}

@media screen and (max-width: 576px) {
    .page-parent[b-hs5aw8o5g1] {
        padding: 20px 8px 72px 8px;
    }

    .grid-container[b-hs5aw8o5g1] {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
}
/* ../Pages/Render/RenderPreview.razor.rz.scp.css */
.landscape[b-b8xv0xcmvz] {
    width: 100%;
    aspect-ratio: 16/9;
}

.portrait[b-b8xv0xcmvz] {
    height: 75vh;
    width: auto;
    aspect-ratio: 9/16;
}
/* ../Pages/Render/RenderSetup.razor.rz.scp.css */
.bgm-sequence[b-1s7i13zv7f] {
    display: flex;
    min-width: 200px;
    align-items: center;
    width: 280px;
    height: 64px;
    border-radius: 8px;
    background-color: #FF9966
}

.character-select-button[b-1s7i13zv7f] {
    position: relative;
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 8px;
    overflow: clip;
    cursor: pointer;
}

.character-select-indicator[b-1s7i13zv7f] {
    position: absolute;
    padding: 0px 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: 2;
    background-color: #FFFFFF00;
}

    .character-select-indicator:hover[b-1s7i13zv7f] {
        background-color: #FFFFFF66;
    }

.character-select-button-overlay[b-1s7i13zv7f] {
    position: absolute;
    padding: 0px 4px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 16px;
    background-color: #FFFFFFAA;
    text-align: center;
    vertical-align: central;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.sequence-selector[b-1s7i13zv7f] {
    position: relative;
    display: block;
    height: 140px;
    width: 220px;
    min-width: 220px;
    border-radius: 16px;
    overflow: clip;
}

.sequence-selector-content[b-1s7i13zv7f] {
    position: absolute;
    display:flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, #ffffff 20%,#ffffffaa 80%, #cc99ff88);
    padding: 20px;
}

/*.sequence-selector-content:hover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, #ffffff 20%,#ffffffaa 80%, #cc99ff88);
    padding: 20px;
}*/

.sequence-overlay-hover[b-1s7i13zv7f] {
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    z-index: 5;
    background-color: #FFFFFF;
    opacity: 0;
}

.sequence-overlay-hover:hover[b-1s7i13zv7f] {
    opacity: 0.4;
}
/* ../Pages/VideoRender/VideoRender_Home.razor.rz.scp.css */
.queue-container[b-rowqgm4hia] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
    width: 100%;
    margin-bottom: 24px;
}

.queue-item-span-all[b-rowqgm4hia] {
    grid-column: 1 / -1;
}

.queue-item[b-rowqgm4hia] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 200px;
    gap: 4px;
    border: 2px solid gray;
    border-radius: 16px;
    overflow: clip;
    padding: 12px;
    background-position: center;
}

.queue-item-heading[b-rowqgm4hia] {
    width: 100%;
    font-weight: 600;
    white-space: nowrap;
    overflow: clip;
    text-overflow: ellipsis;
    color: #552D8B;
}

.queue-item-orderId[b-rowqgm4hia] {
    font-weight: 400;
    font-size: 12px;
}

.queue-item-date[b-rowqgm4hia] {
    font-weight: 400;
    font-size: 12px;
    height: 100%;
    flex: 1;
}
