@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/StoryJourneyServer/Components/Layout/AppLayout.razor.rz.scp.css */
.page[b-3lpytcp26e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3lpytcp26e] {
    flex: 1;
    padding: 20px 20px;
}

article[b-3lpytcp26e] {
    padding: 0px;
    position: relative;
}

.sidebar[b-3lpytcp26e] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #E4E9F3;
    display: flex;
    flex-direction: column;
}

.top-row[b-3lpytcp26e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3lpytcp26e]  a, .top-row[b-3lpytcp26e]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-3lpytcp26e]  a:hover, .top-row[b-3lpytcp26e]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-3lpytcp26e]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-3lpytcp26e] {
        justify-content: space-between;
    }

        .top-row[b-3lpytcp26e]  a, .top-row[b-3lpytcp26e]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-3lpytcp26e] {
        flex-direction: row;
    }

    .sidebar[b-3lpytcp26e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3lpytcp26e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-3lpytcp26e]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-3lpytcp26e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3lpytcp26e] {
    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-3lpytcp26e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/StoryJourneyServer/Components/Layout/AppNavMenu.razor.rz.scp.css */
.navbar-top-brand[b-ypcprteurj] {
    width: 100%;
    height: 70px;
    margin-top: 8px;
}

    .navbar-top-brand img[b-ypcprteurj] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.navbar-scrollable[b-ypcprteurj] {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    margin-top: 54px;
}

.navbar-nav-container[b-ypcprteurj] {
    display: flex;
    padding-left: 20px;
    height: 100%;
    width: 100%;
    flex-direction: column;
    gap: 4px;
}
/* _content/StoryJourneyServer/Components/Layout/CleanLayout.razor.rz.scp.css */
.page[b-kkj6dc2jvn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kkj6dc2jvn] {
    flex: 1;
}

.sidebar[b-kkj6dc2jvn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kkj6dc2jvn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kkj6dc2jvn]  a, .top-row[b-kkj6dc2jvn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-kkj6dc2jvn]  a:hover, .top-row[b-kkj6dc2jvn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-kkj6dc2jvn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-kkj6dc2jvn] {
        justify-content: space-between;
    }

    .top-row[b-kkj6dc2jvn]  a, .top-row[b-kkj6dc2jvn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kkj6dc2jvn] {
        flex-direction: row;
    }

    .sidebar[b-kkj6dc2jvn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kkj6dc2jvn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-kkj6dc2jvn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-kkj6dc2jvn], article[b-kkj6dc2jvn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-kkj6dc2jvn] {
    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-kkj6dc2jvn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/StoryJourneyServer/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6moy03moto] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0px;
}

.page-top-bar[b-6moy03moto] {
    width: 100%;
    height: 62px;
    /*z-index: 20;*/
}

.page-body[b-6moy03moto] {
    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-6moy03moto] {
    width: 100%;
    height: auto;
    overflow: auto;
}

    .page-side-bar .collapse[b-6moy03moto] {
        height: 100%;
    }

main[b-6moy03moto] {
    flex: 1;
    position: relative;
    height: 100%;
}

.top-row[b-6moy03moto] {
    background-color: #B99797;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6moy03moto]  a, .top-row[b-6moy03moto]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-6moy03moto]  a:hover, .top-row[b-6moy03moto]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-6moy03moto]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 741px) {
    .top-row[b-6moy03moto] {
        justify-content: space-between;
    }

        .top-row[b-6moy03moto]  a, .top-row[b-6moy03moto]  .btn-link {
            margin-left: 0;
        }

    .collapse[b-6moy03moto] {
        display: none;
    }
}

@media (min-width: 741px) {
    .page[b-6moy03moto] {
        flex-direction: column;
    }

    .page-body[b-6moy03moto] {
        display: flex;
        flex-direction: row;
    }

    .page-side-bar[b-6moy03moto] {
        width: 290px;
        height: 100%;
        padding: 20px;
    }

        .page-side-bar .collapse[b-6moy03moto] {
            height: 100%;
        }

    .top-row[b-6moy03moto] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-6moy03moto]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-6moy03moto], article[b-6moy03moto] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


#blazor-error-ui[b-6moy03moto] {
    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-6moy03moto] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/StoryJourneyServer/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-main-body[b-oe5yep950s] {
    display: flex;
    flex-direction: column;
    background-color: #EDEDED80;
    width: 100%;
    border-radius: 20px;
    scrollbar-width: thin;
    padding: 6px 6px;
}

.nav-scrollable[b-oe5yep950s] {
    width: 100%;
    height: 100%;
    scrollbar-width: thin;
}

.navbar-toggler[b-oe5yep950s] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-oe5yep950s] {
    height: 3.5rem;
    background-color: #B99797;
}

.navbar-brand[b-oe5yep950s] {
    font-size: 1.1rem;
}

.bi[b-oe5yep950s] {
    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-oe5yep950s] {
    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-oe5yep950s] {
    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-oe5yep950s] {
    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-oe5yep950s] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oe5yep950s] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oe5yep950s] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oe5yep950s]  a {
        color: #552D8B;
        background-color: #FFDD3C;
        border-radius: 24px;
        height: 48px;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-oe5yep950s]  a.active {
            color: #F9F9F9;
            background-color: #552D8B;
        }

        .nav-item[b-oe5yep950s]  a:hover {
            color: #552D8B;
            background-color: #EBC925;
        }

        .nav-item[b-oe5yep950s]  a.active:hover {
            color: #F9F9F9;
            background-color: #45296B;
        }

@media (min-width: 741px) {
    .navbar-toggler[b-oe5yep950s] {
        display: none;
    }

    .collapse-menu[b-oe5yep950s] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    .nav-container[b-oe5yep950s] {
        max-height: unset;
        overflow-y: unset;
    }
}

@media (max-width: 741px) {
    .collapse-menu[b-oe5yep950s] {
        /* Never collapse the sidebar for wide screens */
        display: none;
    }

    .nav-container[b-oe5yep950s] {
        max-height: 400px;
        overflow-y: auto;
        transition: max-height 0.5s ease;
    }

    .nav-container-collapse[b-oe5yep950s] {
        max-height: 0px;
        overflow-y: hidden;
    }
}
/* _content/StoryJourneyServer/Components/Layout/TopNavMenu.razor.rz.scp.css */
.top-bar-main[b-jjd47mccld] {
    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-jjd47mccld] {
    display: flex;
    max-width: 120px;
    flex-basis: 96px;
    min-width: 40px;
    height: 100%;
}

    .logo-area img[b-jjd47mccld] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: right;
    }

.center-gap[b-jjd47mccld] {
    width: 100%;
    flex: 1;
}

.menu-area[b-jjd47mccld] {
    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-jjd47mccld] {
        height: 36px;
        width: 36px;
        aspect-ratio: 1/1;
        border-radius: 20px;
        object-fit: cover;
        margin-right: 12px;
    }

    .menu-area:hover[b-jjd47mccld] {
        background-color: #45296B;
    }

.user-token-area[b-jjd47mccld] {
    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-jjd47mccld] {
    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-jjd47mccld] {
        margin: 2px;
        width: 100%;
        color: black;
    }

    .menu-open-area > button[b-jjd47mccld] {
        border: unset;
        border-radius: 8px;
        white-space: nowrap;
        background-color: unset;
        padding: 4px 8px;
    }

        .menu-open-area > button:hover[b-jjd47mccld] {
            background-color: lightgray;
        }

.menu-exit-area[b-jjd47mccld] {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    cursor: default;
}

.menu-area-notif[b-jjd47mccld] {
    display: flex;
    flex-direction:column;
    width: 120px;
    height: 100%;
    align-items: center;
    justify-content: center;
}



@media (max-width: 640px) {
    .lg-screen[b-jjd47mccld] {
        display: none !important;
    }

    .sml-screen[b-jjd47mccld] {
    }
}
@media (min-width: 641px) {
    .lg-screen[b-jjd47mccld] {
    }

    .sml-screen[b-jjd47mccld] {
        display: none !important;
    }
}
/* _content/StoryJourneyServer/Components/Pages/Admin/AdminBackground.razor.rz.scp.css */
.header-title[b-070eebpfio] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 8px;
}

.spacer[b-070eebpfio] {
    width: 100%;
    min-width: 0px;
    flex: 1;
}

.grid-container[b-070eebpfio] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}

.grid-item[b-070eebpfio] {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #B99797;
    border-radius: 8px;
    padding: 8px;
    overflow: hidden;
}

.image-option[b-070eebpfio] {
    display: flex;
    visibility: hidden;
    flex-direction: row;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 28px;
    background-color: #00000080;
    color: white;
    font-size: 12px;
    text-decoration: underline;
    gap: 8px;
    padding: 2px 8px;
    z-index: 10;
}

.grid-item:hover .image-option[b-070eebpfio] {
    visibility: visible;
}

.image-option > div:hover[b-070eebpfio] {
    text-decoration: none;
    cursor: pointer;
}

.upper-options[b-070eebpfio] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 24px;
    gap: 8px;
}

.image-main-container[b-070eebpfio] {
    width: 100%;
    height: 100%;
    position: relative;
}

.image-title-container[b-070eebpfio] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 28px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    font-weight: 600;
    z-index: 10;
    padding: 4px 8px;
    background-color: #000000DD;
}

.image-show[b-070eebpfio] {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tags-show[b-070eebpfio] {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px;
    z-index: 8;
}

.form-flex-column[b-070eebpfio] {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 4px;
}

.modal-footer-container[b-070eebpfio] {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
}
/* _content/StoryJourneyServer/Components/Pages/Admin/UserManagement/AudioCreditManage.razor.rz.scp.css */
.main-body[b-0jojaiy4fp] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    padding: 20px;
    background-color: white;
    justify-content: flex-start;
    border: 1px solid lightgray;
    border-top: none;
}

.top-options[b-0jojaiy4fp] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 4px;
    justify-content: flex-end;
    align-items: flex-end;
}

    .top-options * label[b-0jojaiy4fp] {
        font-size: 12px;
    }
/* _content/StoryJourneyServer/Components/Pages/Admin/UserManagement/InvitationCodeManage.razor.rz.scp.css */
.icm-main-body[b-088kpcfeu8] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    padding: 20px;
    background-color: white;
    justify-content: flex-start;
    border: 1px solid lightgray;
    border-top: none;
}
/* _content/StoryJourneyServer/Components/Pages/Admin/UserManagement/PageUserManage.razor.rz.scp.css */
.aum-main-body[b-495jqrp07k] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    padding: 20px;
}
/* _content/StoryJourneyServer/Components/Pages/Admin/UserManagement/TransactionManage.razor.rz.scp.css */
.main-body[b-uqptx2pwyo] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    padding: 20px;
    background-color: white;
    justify-content: flex-start;
    border: 1px solid lightgray;
    border-top: none;
}

.top-options[b-uqptx2pwyo] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 4px;
    justify-content: flex-end;
    align-items: flex-end;
}

    .top-options * label[b-uqptx2pwyo] {
        font-size: 12px;
    }
/* _content/StoryJourneyServer/Components/Pages/Admin/UserManagement/UserListManage.razor.rz.scp.css */
.main-body[b-jfpf6vq7v2] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    padding: 20px;
    background-color: white;
    border: 1px solid lightgray;
    border-top: none;
    padding-bottom: 160px;
}

.option-area[b-jfpf6vq7v2] {
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    gap: 8px;
}
/* _content/StoryJourneyServer/Components/Pages/Create.razor.rz.scp.css */
.container-search[b-jp8j9lj587] {
    display: flex;
    width: 100%;
}

.search-root[b-jp8j9lj587] {
    display: flex;
    align-items: center;
    background-color: #252A343C;
    border-radius: 22px;
    padding: 4px 20px;
    gap: 4px;
    min-width: 0px;
}

    .search-root > input[b-jp8j9lj587] {
        background-color: unset;
        border: unset;
        width: 440px;
        max-width: 440px;
    }

.gap[b-jp8j9lj587] {
    flex: 1;
    min-width: 20px;
}

.container-table[b-jp8j9lj587] {
    margin: 20px;
    border: none;
}

    .container-table th[b-jp8j9lj587] {
        border-bottom: solid;
        border-bottom-width: 1px;
    }
/* _content/StoryJourneyServer/Components/Pages/CreateNew.razor.rz.scp.css */
.container-search[b-j9sjgi5611] {
    display: flex;
    width: 100%;
}

.search-root[b-j9sjgi5611] {
    display: flex;
    align-items: center;
    background-color: #252A343C;
    border-radius: 22px;
    padding: 4px 20px;
    gap: 4px;
    min-width: 0px;
    flex-shrink: 1;
}

    .search-root > input[b-j9sjgi5611] {
        background-color: unset;
        border: unset;
        width: 440px;
        min-width: 0px;
    }

.gap[b-j9sjgi5611] {
    min-width: 20px;
    flex: 1;
}

.gap-h-fixed[b-j9sjgi5611] {
    height: 20px;
}

.container-table[b-j9sjgi5611] {
    margin: 20px;
    border: none;
    min-width: 600px;
}

    .container-table th[b-j9sjgi5611] {
        border-bottom: solid;
        border-bottom-width: 1px;
    }

.container-card[b-j9sjgi5611] {
    display: flex;
    flex-direction: column;
    font-family: 'Nunito', sans-serif;
    min-width: 120px;
    min-height: 80px;
    background-color: #C9D4E8;
    border-radius: 26px 0px 0px 0px;
}

.container-header[b-j9sjgi5611] {
    display: flex;
    min-height: 34px;
    font-size: 24px;
    font-weight: 600;
    color: black;
    padding: 12px 12px 0px 12px;
}

.container-content[b-j9sjgi5611] {
    display: flex;
    flex-direction: column;
    background-color: #E4E9F3;
    font-size: 18px;
    font-weight: 400;
    color: black;
    padding: 16px 12px 12px 12px;
    border-radius: 26px 0px 0px 0px;
    min-height: 80px;
}
/* _content/StoryJourneyServer/Components/Pages/Inspiration/InspirationHome.razor.rz.scp.css */
.video-container[b-3wkspkwn9u] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 10px;
    width: 100%;
    margin-bottom: 24px;
}

.video-item-span-all[b-3wkspkwn9u] {
    grid-column: 1 / -1;
}


.video-search[b-3wkspkwn9u] {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 24px;
}

.video-search-message[b-3wkspkwn9u] {
    text-align:center;
    width: 100%;
    flex: 1;
    font-style: italic;
}

.banner-search-container[b-3wkspkwn9u] {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    z-index: 0;
    padding: 8px 20px 16px 20px;
}

.banner-title[b-3wkspkwn9u] {
    font-family: Nunito, Arial;
    color: white;
    text-shadow: 0px 0px 10px #552D8B, -0px -0px 10px #552D8B, -0px -0px 10px #552D8B, -0px -0px 10px #552D8B;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 2px;
}

.banner-sub-title[b-3wkspkwn9u] {
    font-family: Nunito, Arial;
    color: white;
    text-shadow: 0px 0px 5px #552D8B, -0px -0px 5px #552D8B, -0px -0px 5px #552D8B, -0px -0px 5px #552D8B;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
}
/* _content/StoryJourneyServer/Components/Pages/Inspiration/InspirationThumbVideo.razor.rz.scp.css */
.video-item[b-ii3nl664p7] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 4px;
    border: 2px solid gray;
    border-radius: 16px;
    overflow: clip;
    background-color: #FFFFFF;
    cursor: pointer;
}

    .video-item:hover[b-ii3nl664p7] {
        background-color: #F7F3FF;
    }

    .video-thumb[b-ii3nl664p7] {
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
    }

.video-detail[b-ii3nl664p7] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
}

.video-detail-heading[b-ii3nl664p7] {
    font-weight: 600;
    color: #552D8B;
    flex: 1;
}

.video-detail-description[b-ii3nl664p7] {
    height:60px;
    display:flex;
    flex-direction:column;
    width: 100%;
    justify-content: flex-end;
    font-size: 14px;
}
/* _content/StoryJourneyServer/Components/Pages/Inspiration/VideoWatch.razor.rz.scp.css */

.video-watch[b-7xc9bw2zo8] {
    display:flex;
    width: 100%;
    max-height: 600px;
    background-color: #000000;
}

.video-watch-error[b-7xc9bw2zo8] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 4/3;
    color: white;
    font-size: 16px;
    font-weight: 600;
}


.video-container[b-7xc9bw2zo8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 10px;
    width: 100%;
    margin-bottom: 24px;
}

.video-item-span-all[b-7xc9bw2zo8] {
    grid-column: 1 / -1;
}

.video-search[b-7xc9bw2zo8] {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 24px;
}

.video-search-message[b-7xc9bw2zo8] {
    text-align: center;
    width: 100%;
    flex: 1;
    font-style: italic;
}

.video-desc-container[b-7xc9bw2zo8] {
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
    max-width: 600px;
}

.video-desc-title-container[b-7xc9bw2zo8] {
    display:flex;
    flex-direction:row;
    gap: 4px;
    width: 100%;
    align-self:center;
}

.video-desc-title[b-7xc9bw2zo8] {
    width: 100%;
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    color: #552D8B;
}

.video-desc-like-container[b-7xc9bw2zo8] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items:center;
}

.video-by[b-7xc9bw2zo8] {
    font-weight: 800;
}

.video-description[b-7xc9bw2zo8] {
    max-height: 400px;
    overflow-y: auto;
}
/* _content/StoryJourneyServer/Components/Pages/Learning/LearningEditor.razor.rz.scp.css */
/* _content/StoryJourneyServer/Components/Pages/Learning/LearningVisualSetup.razor.rz.scp.css */
.container-scorm-color[b-sex1vqgzbe] {
    background-color: lightgray;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: clip;
    width: 100%;
    gap: 4px;
}

.color-setup[b-sex1vqgzbe] {
    padding: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    min-width: 1px;
    gap: 16px;
}

.color-setup-selector[b-sex1vqgzbe] {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 120px;
    gap: 8px;
}

.color-label[b-sex1vqgzbe] {
    font-size: 12px;
    font-weight: 600;
}

.logo-setup[b-sex1vqgzbe] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

[b-sex1vqgzbe] .logo-preview {
    object-fit: contain;
    width: 120px;
    height: 120px;
}

.experience-preview-root[b-sex1vqgzbe] {
    width: 100%;
    aspect-ratio: 16/9;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: clip;
}

.experience-preview-header[b-sex1vqgzbe] {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    background-color: gray;
}

.experience-top-left-button[b-sex1vqgzbe] {
    display: flex;
    flex-direction: row;
    min-width: 40px;
    width: 20%;
    padding-left: 8px;
    align-items: center;
}

.experience-top-center-header[b-sex1vqgzbe] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

[b-sex1vqgzbe] .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-sex1vqgzbe] .experience-top-right-logo img {
        height: 100%;
        width:100%;
        object-fit: contain;
        object-position: right;
    }

.etl-mock-button[b-sex1vqgzbe] {
    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-sex1vqgzbe] {
    padding-top: 4px;
    text-align:center;
    font-size: 12px;
    font-weight: 600;
}

.etc-activity-count[b-sex1vqgzbe] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
    flex: 1;
}

.etc-activity-bullet[b-sex1vqgzbe] {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #ffd800;
}

.notdone[b-sex1vqgzbe] {
    background-color: #ffffff;
}

.experience-preview-body[b-sex1vqgzbe] {
    background-color: #ffffff;
    flex: 1;
    display:flex;
    flex-direction:column;
    align-items:center;
    font-size: 12px;
}

.epb-learning-content[b-sex1vqgzbe] {
    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-sex1vqgzbe] {
    width: 80px;
    height: 26px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: gray;
}

/* _content/StoryJourneyServer/Components/Pages/Learning/Prefab/EditorGeneratorQuiz.razor.rz.scp.css */
/* _content/StoryJourneyServer/Components/Pages/Learning/Share.razor.rz.scp.css */

.share-main[b-f49bg8j2gn] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100vw;
    height: 100vh;
    align-items: center;
    padding: 20px;
}

.share-centered-all[b-f49bg8j2gn] {
    justify-content: center;
    align-items: center;
}

.share-header[b-f49bg8j2gn] {
    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-f49bg8j2gn] {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.share-iframe[b-f49bg8j2gn] {
    width: 100%;
    max-width: var(--share-max-width);
    flex: 1;
    border: 1px solid lightgray;
    border-radius: 16px;
}

.share-error-message[b-f49bg8j2gn] {
    display: flex;
    width: 100%;
    max-width: var(--share-max-width);
    justify-content: center;
    align-items: center;
}

@media(max-width: 576px) {
    .share-main[b-f49bg8j2gn] {
        padding: 20px 0px 0px 0px;
    }

    .share-header[b-f49bg8j2gn] {
        margin-top: 0px;
        flex-direction: column;
        gap: unset;
    }

    .share-iframe[b-f49bg8j2gn] {
        aspect-ratio: unset;
        flex: 1;
        height: 100%;
        border: unset;
        border-radius: unset;
    }
}
/* _content/StoryJourneyServer/Components/Pages/Material.razor.rz.scp.css */
.container-search[b-vbsbr0f3h9] {
    display: flex;
    width: 100%;
}

.search-root[b-vbsbr0f3h9] {
    display: flex;
    align-items: center;
    background-color: #252A343C;
    border-radius: 22px;
    padding: 4px 20px;
    gap: 4px;
    min-width: 0px;
    flex-shrink: 1;
}

    .search-root > input[b-vbsbr0f3h9] {
        background-color: unset;
        border: unset;
        width: 440px;
        min-width: 0px;
    }

.gap[b-vbsbr0f3h9] {
    flex: 1;
}

.container-table[b-vbsbr0f3h9] {
    margin: 20px;
    border: none;
}

    .container-table th[b-vbsbr0f3h9] {
        border-bottom: solid;
        border-bottom-width: 1px;
    }
/* _content/StoryJourneyServer/Components/Pages/Personal/MyTransactionManagement.razor.rz.scp.css */
.sj-tab-container[b-pjx4k01wk1]
{
    width: 100%;
}

.sj-tab-container > div[b-pjx4k01wk1] {
    width: 100%;
}

.credit-container[b-pjx4k01wk1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
}
/* _content/StoryJourneyServer/Components/Pages/Personal/Payment/Invoice.razor.rz.scp.css */
@media print {
    .no-print[b-jbzueoxtxs], .no-print *[b-jbzueoxtxs] {
        display: none !important;
    }

    .pagebreak[b-jbzueoxtxs] {
        page-break-before: always;
    }

    .invoice-container[b-jbzueoxtxs] {
        min-width: 100%;
        max-width: unset;
    }
}

.invoice-container[b-jbzueoxtxs] {
    width: 100%;
    max-width: 800px;
    margin: auto;
    border: 1px solid #ddd;
    padding: 20px;
    font-size: 14px;
}

.header[b-jbzueoxtxs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header h1[b-jbzueoxtxs] {
        font-size: 36px;
        margin: 0;
        letter-spacing: 2px;
    }

    .header img[b-jbzueoxtxs] {
        max-width: 150px;
        object-fit: contain;
    }

.invoice-details[b-jbzueoxtxs] {
    margin-top: 20px;
}

.bill-to[b-jbzueoxtxs],
.company-details[b-jbzueoxtxs] {
    margin-top: 20px;
    width: 50%;
}

    .invoice-details p[b-jbzueoxtxs],
    .bill-to p[b-jbzueoxtxs],
    .company-details p[b-jbzueoxtxs] {
        margin: 5px 0;
    }

.company-bill[b-jbzueoxtxs] {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 8px;
}


table[b-jbzueoxtxs] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th[b-jbzueoxtxs],
td[b-jbzueoxtxs] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th[b-jbzueoxtxs] {
    background-color: #f4f4f4;
}

.summary[b-jbzueoxtxs] {
    margin-top: 20px;
    text-align: right;
}

    .summary p[b-jbzueoxtxs] {
        margin: 5px 0;
    }

.grand-total[b-jbzueoxtxs] {
    font-weight: bold;
    font-size: 18px;
}
/* _content/StoryJourneyServer/Components/Pages/Preview/RenderPreview.razor.rz.scp.css */
.landscape[b-jmkdcg3dzg] {
    width: 100%;
    aspect-ratio: 16/9;
}

.portrait[b-jmkdcg3dzg] {
    height: 75vh;
    width: auto;
    aspect-ratio: 9/16;
}
/* _content/StoryJourneyServer/Components/Pages/QuickVideoHome.razor.rz.scp.css */
.grid-container[b-vhx4dztrgt] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px;
    width: 100%;
    margin-bottom: 24px;
}

.grid-item-span-all[b-vhx4dztrgt] {
    grid-column: 1 / -1;
}

.grid-item[b-vhx4dztrgt] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 320px;
    gap: 4px;
    border-radius: 16px;
    overflow: clip;
    background-position: center;
    border: none;
    position: relative;
    cursor: pointer;
    background-color: #6051A1;
}

    .grid-item[b-vhx4dztrgt]::after {
        content: "";
        position: absolute;
        z-index: 1000;
        inset: 0;
        background-color: rgba(0, 0, 0, 0); /* Transparent by default */
        transition: background-color 0.3s ease;
        pointer-events: none; /* Allows interaction with underlying elements */
    }

    .grid-item:hover[b-vhx4dztrgt]::after {
        background-color: rgba(0, 0, 0, 0.2); /* Gray overlay on hover */
    }

.grid-item-addNew[b-vhx4dztrgt] {
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #CCCCFF;
}

    .grid-item-addNew > img[b-vhx4dztrgt] {
        width: 44px;
        height: 44px;
        object-fit: contain;
    }

    .grid-item-addNew > div[b-vhx4dztrgt] {
        font-size: 22px;
        text-align: center;
        color: #552D8B;
    }

.grid-badge[b-vhx4dztrgt] {
    position: absolute;
    width: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    z-index: 10;
}


.grid-item-img[b-vhx4dztrgt] {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.grid-item-data[b-vhx4dztrgt] {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 16px;
    gap: 4px;
}

    .grid-item-data > .grid-title[b-vhx4dztrgt] {
        width: 100%;
        color: #FFDD3C;
        font-size: 16px;
        font-weight: 600;
    }

    .grid-item-data > .grid-time[b-vhx4dztrgt] {
        width: 100%;
        color: white;
        font-size: 14px;
        font-weight: 400;
    }

.ellipsis[b-vhx4dztrgt] {
    white-space: nowrap; /* Prevents wrapping to multiple lines */
    overflow: hidden; /* Hides the overflowed text */
    text-overflow: ellipsis; /* Adds the ellipsis (...) */
    width: 200px; /* Set a fixed width to trigger the overflow */
}
/* _content/StoryJourneyServer/Components/Pages/QuickVideoSetup.razor.rz.scp.css */


.template-card[b-3mgknkyutu] {
    background: rgb(96,81,161);
    color: #FFDD3C;
    border-style: none;
    overflow: hidden;
    border-radius: 12px
}

.template-card-content[b-3mgknkyutu] {
    padding: 0px;
    height: 242px;
    text-align: center;
    overflow: hidden;
    border-style: none;
}

.template-card.active[b-3mgknkyutu] {
    outline: 2px solid
}

.additional-prompt-card[b-3mgknkyutu] {
    height: fit-content;
    background: #D8D8FF;
    border-radius: 8px;
    text-align: left;
    padding: 10px;
    color: #552D8B;
    margin-bottom: 10px;
}

.file-index[b-3mgknkyutu] {
    width: 100%;
    height: 62px;
    background-color: #EFEFEF;
    display: flex;
    flex-direction: column;
    padding: 10px;
}


.qv-upload-file[b-3mgknkyutu] {
    display: flex;
    border: 2px solid #d4d4d8;
    border-radius: 12px;
    width: 100%;
    padding: 4px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qv-ratio-selector[b-3mgknkyutu] {
    display: flex;
    border: 2px solid #d4d4d8;
    border-radius: 12px;
    width: 100%;
    padding: 4px;
    gap: 4px
}

.qv-ratio-option[b-3mgknkyutu] {
    width: 100%;
    cursor: pointer;
    color: #6e32c9;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-weight: bold;
    border-radius: 8px;
    border: 2px solid #D8D8FF;
}

.qv-ratio-option-header[b-3mgknkyutu] {
    background-color: #0000000D;
    height: 100%;
    flex: 1;
}

    .qv-ratio-option-header.selected[b-3mgknkyutu] {
        background-color: #fcefcf;
    }

.qv-ratio-option.selected[b-3mgknkyutu] {
    color: #6e32c9;
}

    .qv-ratio-option.selected[b-3mgknkyutu]::after {
        color: #00a57f;
        font-size: 12px;
        margin-left: 10px;
    }

.qv-ratio-option-img[b-3mgknkyutu] {
    width: 100%;
    height: 130px;
    margin-bottom: 6px;
    padding: 20px;
    object-fit: contain;
}

.hoverable[b-3mgknkyutu] {
    cursor: auto;
}

    .hoverable:hover[b-3mgknkyutu] {
        cursor: pointer !important;
    }


h6[b-3mgknkyutu] {
    color: #552D8B;
    margin: 0px;
}

small[b-3mgknkyutu] {
    font-size: 14px;
}

.qv-header-with-description[b-3mgknkyutu] {
    margin: 22px 0px 4px 0px;
}

.qv-page[b-3mgknkyutu] {
    font-family: Nunito, Arial;
    padding: 20px 20px 76px 20px;
}

.qv-card[b-3mgknkyutu] {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    overflow: clip;
}

.qv-header[b-3mgknkyutu] {
    display: block;
    width: 100%;
    padding: 8px 16px;
    color: #552D8B;
    font-size: 18px;
    font-weight: 800;
    background-color: #CCCCFF;
}

.qv-main-container[b-3mgknkyutu] {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*background-color: wheat;*/
    padding: 20px;
}

.qv-wizard-area[b-3mgknkyutu] {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #F9F9F9;
    border-radius: 12px;
    padding: 8px;
}

.qv-wizard-bar-area[b-3mgknkyutu] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 8px;
    justify-content: space-between;
}

.qv-step-container[b-3mgknkyutu] {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.qv-step[b-3mgknkyutu] {
    min-height: 8px;
    width: 100%;
    flex: 1;
    border-radius: 200px;
    background-color: none;
    border: 1px solid #BDBDBD;
}

    .qv-step.active[b-3mgknkyutu] {
        background-color: #6051A1;
        border: none;
    }

.qv-step-name[b-3mgknkyutu] {
    color: #7C7C7C;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

    .qv-step-name.active[b-3mgknkyutu] {
        color: #3D3D3D;
    }

.qv-wizard-action-area[b-3mgknkyutu] {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.qv-body-content[b-3mgknkyutu] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    padding: 20px;
}

.qv-language-selector[b-3mgknkyutu] {
    display: flex;
    border: 2px solid #d4d4d8;
    border-radius: 12px;
    width: 100%;
    padding: 4px;
    gap: 4px
}

.qv-language-option[b-3mgknkyutu] {
    width: 100%;
    padding: 10px 20px;
    cursor: pointer;
    color: #6e32c9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 8px;
    border: 2px solid #D8D8FF;
}

    .qv-language-option.selected[b-3mgknkyutu] {
        background-color: #fcefcf;
        color: #6e32c9;
    }

/*        .qv-language-option.selected::after {
            color: #00a57f;
            font-size: 12px;
            margin-left: 10px;
        }*/

.qv-grid-container[b-3mgknkyutu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    grid-gap: 10px;
    width: 100%;
    margin-bottom: 24px;
}

.qv-grid-item-span-all[b-3mgknkyutu] {
    grid-column: 1 / -1;
}

.qv-grid-item[b-3mgknkyutu] {
    width: 100%;
    cursor: pointer;
    color: #6e32c9;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-weight: bold;
    border-radius: 8px;
    border: 2px solid #D8D8FF;
    overflow:clip;
}


.qv-grid-item-header[b-3mgknkyutu] {
    background-color: #0000000D;
    height: 100%;
    flex: 1;
}

    .qv-grid-item-header.selected[b-3mgknkyutu] {
        background-color: #fcefcf;
    }

.qv-grid-item.selected[b-3mgknkyutu] {
    color: #6e32c9;
}

    .qv-grid-item.selected[b-3mgknkyutu]::after {
        color: #00a57f;
        font-size: 12px;
        margin-left: 10px;
    }

.qv-grid-item-img[b-3mgknkyutu] {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
@media (max-width: 868px) {
    .qv-language-selector[b-3mgknkyutu] {
        flex-wrap: wrap;
    }
}


    @media (max-width: 640px) {
        .qv-page[b-3mgknkyutu] {
            padding: 0px;
        }

        .qv-card[b-3mgknkyutu] {
            border-radius: 0px;
        }

        .qv-header[b-3mgknkyutu] {
            display: none;
        }

        .qv-main-container[b-3mgknkyutu] {
            padding: 0px;
        }

        .qv-wizard-area[b-3mgknkyutu] {
            border-radius: 0px;
        }

    
    }

    .prompt-input[b-3mgknkyutu] {
        padding: 0px;
    }

    .coming-soon-panel[b-3mgknkyutu] {
        display: flex;
    }

    .loader[b-3mgknkyutu] {
        border: 8px solid #D9D9D9;
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

        .loader.active[b-3mgknkyutu] {
            border: 8px solid #D9D9D9;
            border-top: 8px solid #552D8B;
            border-right: 8px solid #552D8B;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            animation: spin-b-3mgknkyutu 1s linear infinite;
        }

        .loader.complete[b-3mgknkyutu] {
            animation: none;
            border: 8px solid #552D8B !important;
        }

    .spinner-div-label[b-3mgknkyutu] {
        position: absolute;
        margin-top: 100px;
        font-size: 12px;
        color: #7C7C7C;
        text-align: center;
    }

    .spinner-div[b-3mgknkyutu] {
        display: flex;
        flex-direction: column
    }

    .spinner-divider-parent[b-3mgknkyutu] {
        display: flex;
        align-content: center;
        align-items: center;
        padding: 7px;
        width: 100%;
    }

    .spinnner-divider[b-3mgknkyutu] {
        width: 100%;
        height: 1vh;
        background-color: #D9D9D9;
        border-radius: 10px;
    }

        .spinnner-divider.complete[b-3mgknkyutu] {
            width: 100%;
            height: 1vh;
            background-color: #552D8B;
            border-radius: 10px;
        }


    @keyframes spin-b-3mgknkyutu {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @media (max-width: 768px) {
        .page-control[b-3mgknkyutu] {
            flex-direction: column;
            height: fit-content !important;
        }

        .prompt-input[b-3mgknkyutu] {
            padding: 20px;
        }


        .coming-soon-panel[b-3mgknkyutu] {
            display: none !important;
        }
    }

/* _content/StoryJourneyServer/Components/Pages/RenderSetup.razor.rz.scp.css */
.bgm-sequence[b-zjrqfgf0tn] {
    display: flex;
    min-width: 200px;
    align-items: center;
    width: 280px;
    height: 64px;
    border-radius: 8px;
    background-color: #FF9966
}

.character-select-button[b-zjrqfgf0tn] {
    position: relative;
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 8px;
    overflow: clip;
    cursor: pointer;
}

.character-select-indicator[b-zjrqfgf0tn] {
    position: absolute;
    padding: 0px 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: 2;
    background-color: #FFFFFF00;
}

    .character-select-indicator:hover[b-zjrqfgf0tn] {
        background-color: #FFFFFF66;
    }

.character-select-button-overlay[b-zjrqfgf0tn] {
    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-zjrqfgf0tn] {
    position: relative;
    display: block;
    height: 140px;
    width: 220px;
    min-width: 220px;
    border-radius: 16px;
    overflow: clip;
}

.sequence-selector-content[b-zjrqfgf0tn] {
    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-zjrqfgf0tn] {
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    z-index: 5;
    background-color: #FFFFFF;
    opacity: 0;
}

.sequence-overlay-hover:hover[b-zjrqfgf0tn] {
    opacity: 0.4;
}
/* _content/StoryJourneyServer/Components/Pages/ScriptCreator/Prefab/EditableInput.razor.rz.scp.css */
.main-input-area[b-o790xzlxfq] {
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
}

.left-side[b-o790xzlxfq] {
    width: 100%;
    flex: 1;
}

a[b-o790xzlxfq] {
    cursor: pointer !important;
    text-decoration: underline !important;
    color: #552D8B !important;
}


/* _content/StoryJourneyServer/Components/Pages/ScriptCreator/Prefab/EditableInputArea.razor.rz.scp.css */
.main-input-area[b-ldwyv9rtla] {
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
}

[b-ldwyv9rtla] .left-side {
    width: 100%;
    flex: 1;
}

[b-ldwyv9rtla] .left-side-input {
    width: 100%;
    flex: 1;
    height: 140px;
}

a[b-ldwyv9rtla] {
    cursor: pointer !important;
    text-decoration: underline !important;
    color: #552D8B !important;
}


/* _content/StoryJourneyServer/Components/Pages/ScriptCreator/Prefab/OptionCard.razor.rz.scp.css */
.option-container[b-tw2tqjn9g1] {
    position:relative;
    display: flex;
    flex-direction: column;
    gap: 0px;
    background-color: #6051A1;
    border-radius: 20px;
    color: white;
    padding: 16px;
    cursor: pointer;
    z-index: 0;
    min-height: 120px;
}

    .option-container:hover[b-tw2tqjn9g1] {
        background-color: #552D8B;
    }

.current-selected[b-tw2tqjn9g1] {
    z-index: 99;
}

.option-header[b-tw2tqjn9g1] {
    font-size: 16px;
    font-weight: 800;
    width: 100%;
}

.option-gap[b-tw2tqjn9g1] {
    width: 100%;
    height: 100%;
    flex: 1;
}

.option-date-header[b-tw2tqjn9g1] {
    width: 80%;
    font-size: 12px;
}

.option-date[b-tw2tqjn9g1] {
    width: 80%;
    font-size: 12px;
    color: #FFDD3C;
}

.button-extra[b-tw2tqjn9g1] {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background-color: unset;
    border-radius: 12px;
    border: none;
    display: flex;
    justify-content:center;
    padding: 4px;
}

.button-extra > img[b-tw2tqjn9g1] {

}

    .button-extra:hover[b-tw2tqjn9g1] {
        background-color: #ffffff20;
    }

/* _content/StoryJourneyServer/Components/Pages/ScriptCreator/ScriptCreator.razor.rz.scp.css */
.main-grid[b-wl3y43ysyq] {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(300px, 3fr));
    grid-auto-rows: auto;
    gap: 12px;
}


.main-empty[b-wl3y43ysyq] {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 200px;
    align-items: center;
    justify-content: center;
    color: #552D8B
}

.form-header[b-wl3y43ysyq] {
    color: #552D8B;
    font-weight: 600;
    margin-top: 12px;
}

.form-edit-container[b-wl3y43ysyq] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    font-size: 14px;
    height: 70vh;
    overflow: auto;
    padding: 4px;
}

.form-chat-area[b-wl3y43ysyq] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    flex: 1;
    overflow-y: auto;
    gap: 4px;
}

.form-chat-input[b-wl3y43ysyq] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    width: 100%;
    align-items: center;
}

.box-chat[b-wl3y43ysyq] {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 12px;
    font-family: "Nunito", sans-serif;
    gap: 4px;
}


.large-text-display[b-wl3y43ysyq] {
    display: block;
    width: 100%;
    height: 230px;
    overflow-y: auto;
    padding: 16px;
    border-radius: 8px;
    background-color: #EDEBF2;
    border: 1px dotted;
}



.chat-name[b-wl3y43ysyq] {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #552D8B;
    margin-bottom: 6px;
}

    .chat-name > img[b-wl3y43ysyq] {
        object-fit: cover;
        border-radius: 10px;
        width: 20px;
        height: 20px;
        margin-right: 14px;
    }

.box-chat-error[b-wl3y43ysyq] {
    display: flex;
    width: 60%;
    align-self: center;
    padding: 12px;
    background-color: pink;
}

.chat-from-me[b-wl3y43ysyq] {
    align-items: flex-end;
}

.chat-body[b-wl3y43ysyq] {
    min-width: 230px;
    max-width: 80%;
    padding: 16px;
    border-radius: 12px;
    border: 1px dotted;
}

.chat-suggestion[b-wl3y43ysyq] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    min-width: 10px;
    max-width: 70%;
}

.chat-script-proceed[b-wl3y43ysyq] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    min-width: 10px;
}

.chat-from-me > .chat-body[b-wl3y43ysyq] {
    background-color: #EDEBF2;
}

.chat-from-ai > .chat-body[b-wl3y43ysyq] {
    background-color: #FFFFFF;
}


.delete-main[b-wl3y43ysyq] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    min-height: 120px;
}

.delete-loading[b-wl3y43ysyq] {
    align-items:center;
    justify-content:center;
}

.delete-footer[b-wl3y43ysyq] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items:center;
    width: 100%;
    justify-content: flex-end;
}

.interactable[b-wl3y43ysyq]{ 
    cursor: pointer !important;
    text-decoration: underline !important;
    color: #552D8B !important;
}
/* _content/StoryJourneyServer/Components/Pages/StoryConversion/StoryConversionPage.razor.rz.scp.css */
.main-container[b-3jiq19ury7] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
    gap: 8px;
}

.header-container[b-3jiq19ury7] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 16px;
    background-color: white;
    overflow: clip;
    position: relative;
    width: 100%;
    height: 200px;
    justify-content: flex-end;
    gap: 4px;
}

.header-image[b-3jiq19ury7] {
    position: absolute;
    object-fit: cover;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.color-overlay[b-3jiq19ury7] {
    position: absolute;
    background-color: #C4C4C4BB;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}

.header-text[b-3jiq19ury7] {
    font-weight: 600;
    font-size: 22px;
    z-index: 2;
}

.header-subtext[b-3jiq19ury7] {
    font-weight: 400;
    font-size: 14px;
    z-index: 2;
}

.option-container[b-3jiq19ury7] {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 4px;
    justify-content: space-between;
    border-radius: 12px;
    background-color: white;
    overflow: clip;
    padding: 8px;
}

.search-container[b-3jiq19ury7] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    flex: 1;
    min-width: 180px;
    width: 60%;
    max-width: 60%;
}

.add-new-container[b-3jiq19ury7] {
    display: flex;
    min-width: 120px;
    max-width: 120px;
}

.body-container[b-3jiq19ury7] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
    border-radius: 16px;
    background-color: white;
    overflow: clip;
    position: relative;
    gap: 4px;
}

.list-container[b-3jiq19ury7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 120px);
    grid-template-rows: repeat(auto-fill, 200px);
    gap: 10px; /* Optional: adds some space between grid items */
    width: 100%;
    overflow-y: auto;
}

.list-item-knowledge[b-3jiq19ury7] {
    display: flex;
    flex-direction: column;
    width: 120px;
    border-radius: 12px;
    overflow: clip;
    border: 1px solid #C4C4C4;
    box-shadow: #00000030 1px 1px;
    max-height: 200px;
}

.list-item-selected[b-3jiq19ury7] {
    border: 1px solid #ff6a00;
    box-shadow: #ff6a0080 1px 1px;
}

.list-item-image[b-3jiq19ury7] {
    padding: 8px;
    width: 100%;
    height: 120px;
    background-color: white;
    object-fit: contain;
    cursor: pointer;
}

.list-item-title[b-3jiq19ury7] {
    padding: 4px;
    font-size: 12px;
    font-weight: 600;
    min-height: 40px;
    max-height: 40px;
    word-wrap: normal;
    width: 100%;
    overflow: clip;
    text-decoration: none;
    background-color: lightgray;
    cursor: pointer;
}

    .list-item-title:hover[b-3jiq19ury7] {
        text-decoration: underline;
    }

.list-item-option-area[b-3jiq19ury7] {
    width: 100%;
    min-height: 40px;
    max-height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px;
    gap: 4px;
    background-color: white;
}

.detail-container[b-3jiq19ury7] {
    display: flex;
    flex-direction: column;
    min-width: 0%;
    max-width: 0%;
    overflow-y: auto;
    gap: 4px;
    transition: width linear 2s;
}

.expand[b-3jiq19ury7] {
    min-width: 70%;
    max-width: 70%;
}

.detail-body-container[b-3jiq19ury7] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    padding: 20px;
    border: 1px solid #C4C4C4;
    box-shadow: #00000030 1px 1px;
    border-radius: 12px;
}

.detail-header-option-container[b-3jiq19ury7] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.detail-editable-text-area[b-3jiq19ury7] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
}

.detail-horizontal-area[b-3jiq19ury7] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 8px;
    align-items: center;
}

.detail-list-item[b-3jiq19ury7] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    gap: 4px;
    width: 100%;
    padding: 8px;
    border: 1px solid #C4C4C4;
    box-shadow: #00000030 1px 1px;
    border-radius: 12px;
}

.flex-align-center[b-3jiq19ury7] {
    align-items: center;
    justify-content: center;
}

.loading-first-container[b-3jiq19ury7] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    min-height: 280px;
    justify-content: center;
    align-items: center;
}

.pdf-container[b-3jiq19ury7] {
    width: 100%;
    min-height: 66vh;
}
/* _content/StoryJourneyServer/Components/Pages/StoryCreation.razor.rz.scp.css */

.container-main[b-cc8jgzxhhd] {
    display:flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    padding: 20px;
}

#ai-avatar[b-cc8jgzxhhd] {
    width: 64px;
    height: 64px;
    flex: 0;
}

.container-ai[b-cc8jgzxhhd] {
    display:flex;
    width: 100%;
    max-width: 600px;
    padding: 16px;
    gap: 8px;
    align-items: center;
    background-color: darkkhaki;
    border-radius: 18px;
    align-self: center;
}

.container-ai > img[b-cc8jgzxhhd] {
    width: 64px;
    height: 64px;
    flex: 0;
}

.container-ai-response[b-cc8jgzxhhd] {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    gap: 14px;
    min-width: 0px;
}

.container-ai-response #id-ai-response[b-cc8jgzxhhd] {
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100%;
    min-height: 42px;
    text-align: center;
}

.container-ai-options[b-cc8jgzxhhd] {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 12px;
}

    .container-ai-options > button[b-cc8jgzxhhd] {
        height: 32px;
        font-family: Poppins, sans-serif;
        font-size: 14px;
    }
/* _content/StoryJourneyServer/Components/Pages/StoryPrintLayout.razor.rz.scp.css */
@media print {
    .no-print[b-8k18bbntf7], .no-print *[b-8k18bbntf7] {
        display: none !important;
    }

    .pagebreak[b-8k18bbntf7] {
        page-break-before: always;
    }
}

.container-print[b-8k18bbntf7] {
    display: flex;
    position: fixed;
    z-index: 2;
    background-color: #FDF2F2;
    width: 100vw;
    min-height: 40px;
    justify-content: center;
    align-items: center;
}

.container-story[b-8k18bbntf7] {
    padding: 0px 40px;
}
/* _content/StoryJourneyServer/Components/Pages/VideoOrders/UserVideoOrders.razor.rz.scp.css */
.queue-container[b-z1gselsjdp] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
    width: 100%;
    margin-bottom: 24px;
}

.queue-item-span-all[b-z1gselsjdp] {
    grid-column: 1 / -1;
}

.queue-item[b-z1gselsjdp] {
    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-z1gselsjdp] {
    width: 100%;
    font-weight: 600;
    white-space: nowrap;
    overflow: clip;
    text-overflow: ellipsis;
    color: #552D8B;
}

.queue-item-orderId[b-z1gselsjdp] {
    font-weight: 400;
    font-size: 12px;
}

.queue-item-date[b-z1gselsjdp] {
    font-weight: 400;
    font-size: 12px;
    height: 100%;
    flex: 1;
}
/* _content/StoryJourneyServer/Components/Prefab/AccordionSlideSetup.razor.rz.scp.css */
.sequence-detail-container[b-j2g64z8ugx] {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 8px;
    padding: 8px;
}

.sequence-detail-container-bg[b-j2g64z8ugx] {
    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-j2g64z8ugx] {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    z-index: 3
}

.bgm-sequence[b-j2g64z8ugx] {
    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-j2g64z8ugx] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 150px;
}


@media (max-width: 768px) {

    .add-slide[b-j2g64z8ugx] {
        height: auto;
        margin-top: 10px;
    }
    
}

/* _content/StoryJourneyServer/Components/Prefab/AutoSaveRenderSetup.razor.rz.scp.css */
.auto-save-indicator[b-3uc94ibou2] {
    position: fixed;
    top: 60px;
    right: 20px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.auto-save-indicator.visible[b-3uc94ibou2] {
        opacity: 1;
}
/* _content/StoryJourneyServer/Components/Prefab/ButtonGeneric.razor.rz.scp.css */
button[b-d2sl6lioez] {
    display: flex;
    position: relative;
    background-color: #B99797;
    border-radius: 38px;
    border: solid;
    border-width: 1.5px;
    border-color: #FFFFFF3C;
}

.container-button-bg[b-d2sl6lioez] {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 4px;
    background-color: #FFFFFF30;
    border-radius: 34px;
    filter: blur(5px);
}

.container-content[b-d2sl6lioez] {
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
/* _content/StoryJourneyServer/Components/Prefab/Cards.razor.rz.scp.css */
.container-card[b-rncjcankyc] {
    display: flex;
    flex-direction: column;
    font-family: 'Nunito', sans-serif;
    min-width: 120px;
    min-height: 80px;
    background-color: #C9D4E8;
    border-radius: 26px 0px 0px 0px;
}

.container-header[b-rncjcankyc] {
    display: flex;
    min-height: 34px;
    font-size: 24px;
    font-weight: 600;
    color: black;
    padding: 12px 12px 0px 12px;
}

.container-content[b-rncjcankyc] {
    display: flex;
    flex-direction: column;
    background-color: #E4E9F3;
    font-size: 18px;
    font-weight: 400;
    color: black;
    padding: 16px 12px 12px 12px;
    border-radius: 26px 0px 0px 0px;
    min-height: 80px;
}
/* _content/StoryJourneyServer/Components/Prefab/DialogueAudioSelector.razor.rz.scp.css */
audio[b-oyugaqt53k]::-webkit-media-controls-volume-slider {
    display: none;
}

audio[b-oyugaqt53k]::-webkit-media-controls-mute-button {
    display: none;
}

.select-audio[b-oyugaqt53k] {
    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-oyugaqt53k] {
        background-color: #552D8B;
        color: #F9F9F9;
        cursor: pointer;
    }

.select-duration[b-oyugaqt53k] {
    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-oyugaqt53k] {
    border-radius: 16px;
}

.select-audio-modal[b-oyugaqt53k] {
    border-radius: 16px;
}

.modal-dialog > .modal-content[b-oyugaqt53k] {
    border-radius: 16px;
    overflow: auto;
}


.sj-tabs[b-oyugaqt53k] {
    border: 2px solid #D8D8FF !important;
    border-radius: 9999px !important;
    width: fit-content;
    gap: 8px;
    color: #552D8B;
    padding: 4px;
    margin-bottom: 40px;
}



.ellipsis-text[b-oyugaqt53k] {
    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-oyugaqt53k] {
    border: revert-layer;
    border-radius: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
}

    .tab:hover[b-oyugaqt53k] {
        cursor: pointer;
        background-color: #D8D8FF;
    }

    .tab.active[b-oyugaqt53k] {
        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-oyugaqt53k] {
    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-oyugaqt53k] {
    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-oyugaqt53k] {
        cursor: pointer;
        background-color: #552d8b;
    }

    .audio-row.active[b-oyugaqt53k] {

        border: 2px solid #ffdd3c;
        box-sizing:border-box;
        background: #552d8b;
        padding:10px !important;
    }

.selected-audio[b-oyugaqt53k] {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

@media (max-width: 768px) {

    .search-bar[b-oyugaqt53k]{
        width:100%;
    }
    .modal-body[b-oyugaqt53k] {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    .sj-tabs[b-oyugaqt53k] {
        border: 2px solid #D8D8FF !important;
        border-radius: 10px !important;

    }
}


/* _content/StoryJourneyServer/Components/Prefab/NavAnchor.razor.rz.scp.css */
.nav-container-link[b-tyyi1y2t16] {
}

.nav-custom-link[b-tyyi1y2t16] {
    display: flex;
    background-color: unset;
    height: 56px;
    width: 100%;
    align-items: center;
    padding-left: 20px;
    text-decoration: none !important;
}

.selected[b-tyyi1y2t16] {
    background-color: #FDF2F2;
    border-radius: 28px 0px 0px 28px;
}

.nav-scrollable[b-tyyi1y2t16] {
    height: 100%;
}
/* _content/StoryJourneyServer/Components/Prefab/RenderCharacterCard.razor.rz.scp.css */
.change-avatar-display[b-edphgdd2lf] {
    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-edphgdd2lf] {
    opacity: 0;
}

    .hoverAppear:hover[b-edphgdd2lf] {
        opacity: 1;
    }
/* _content/StoryJourneyServer/Components/Prefab/RenderPreviewModule.razor.rz.scp.css */


/* _content/StoryJourneyServer/Components/Prefab/SJ/SJBadge.razor.rz.scp.css */
.sj-badge[b-hyg9ixm1i1] {
    padding: 2px 4px;
    border-radius: 8px;
    font-size: 14px;
    font-family: Nunito, Arial;
    font-weight: 400;
}

    .sj-badge.green[b-hyg9ixm1i1] {
        border: 2px solid #28A176;
        background-color: #D7F4E4;
    }

    .sj-badge.orange[b-hyg9ixm1i1] {
        border: 2px solid #D88F1A;
        background-color: #F9EEC8;
    }

    .sj-badge.purple[b-hyg9ixm1i1] {
        border: 2px solid #552D8B;
        background-color: #CCCCFF;
    } 

    .sj-badge.pink[b-hyg9ixm1i1] {
        border: 2px solid red;
        background-color: pink;
    }
/* _content/StoryJourneyServer/Components/Prefab/SJ/SJButton.razor.rz.scp.css */
.sj-btn[b-yi05kr6pft] {
    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-yi05kr6pft] {
    background-color: #552D8B;
    border-color: #552D8B;
    color: #F9F9F9;
}

    .primary:disabled[b-yi05kr6pft] {
        opacity: 0.5;
    }

    .primary:hover[b-yi05kr6pft] {
        border-color: #2D1844;
        background-color: #2D1844;
    }

    .primary:enabled:active[b-yi05kr6pft] {
        border-color: #EAAE3A;
        border-style: solid;
    }

.secondary[b-yi05kr6pft] {
    background-color: #F4F3F6;
    color: #552D8B;
    border-style: solid;
    border-color: #552D8B;
}

    .secondary:disabled[b-yi05kr6pft] {
        opacity: 0.5;
    }

    .secondary:hover[b-yi05kr6pft] {
        background-color: #EDEDEDDD;
    }

    .secondary:enabled:active[b-yi05kr6pft] {
        background-color: #96969626;
        color: #EAAE3A;
        border-color: #EAAE3A;
    }

.third[b-yi05kr6pft] {
    background-color: unset;
    color: #552D8B;
    font-weight: 600;
    border-style: none;
    border-color: none;
    text-decoration: underline;
}

    .third:disabled[b-yi05kr6pft] {
        opacity: 0.5;
    }

    .third:hover[b-yi05kr6pft] {
        background-color: none;
    }

    .third:enabled:active[b-yi05kr6pft] {
        background-color: none;
        color: #EAAE3A;
    }

.warning[b-yi05kr6pft] {
    background-color: #F64019;
    border-color: #F64019;
    color: #F9F9F9;
}

    .warning:disabled[b-yi05kr6pft] {
        opacity: 0.5;
    }

    .warning:hover[b-yi05kr6pft] {
        border-color: #ad270a;
        background-color: #ad270a;
    }

    .warning:enabled:active[b-yi05kr6pft] {
        border-color: #EAAE3A;
        border-style: solid;
    }

.large[b-yi05kr6pft] {
    padding: 8px 16px;
    font-size: 16px;
    border-width: 3px;
}

.small[b-yi05kr6pft] {
    padding: 4px 12px;
    font-size: 12px;
    border-width: 2px;
}
/* _content/StoryJourneyServer/Components/Prefab/SJ/SJDropdown.razor.rz.scp.css */
.menu-open-area[b-dtbpmfm01v] {
    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-dtbpmfm01v] {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    cursor: default;
}
/* _content/StoryJourneyServer/Components/Prefab/SJ/SJDropdownButton.razor.rz.scp.css */
.menu-open-area[b-fyloqfbvvs] {
    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-fyloqfbvvs] {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    cursor: default;
}
/* _content/StoryJourneyServer/Components/Prefab/SJ/SJDropdownOption.razor.rz.scp.css */
a[b-kga6g7y2cs] {
    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-kga6g7y2cs]  {
        background-color: lightgray;
    }

    a .disabled[b-kga6g7y2cs] {
        pointer-events: none;
        cursor: unset;
        opacity: 0.5;
    }

.align-left[b-kga6g7y2cs] {
    text-align: left;
}

.align-right[b-kga6g7y2cs] {
    text-align: right;
}

.align-center[b-kga6g7y2cs] {
    text-align: center;
}
/* _content/StoryJourneyServer/Components/Prefab/SlideFrameSetupNew.razor.rz.scp.css */
label[b-kw48gaa1ks] {
    font-size: 14px;
}

select[b-kw48gaa1ks] {
    font-size: 14px;
}

option[b-kw48gaa1ks] {
    font-size: 14px;
}

.container-full-image[b-kw48gaa1ks] {
    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-kw48gaa1ks] {
    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-kw48gaa1ks] {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    color: black;
}

.slide-animation-selected[b-kw48gaa1ks] {
    border-color: yellow;
}

.full-image-selector:hover > .slide-animation-icon[b-kw48gaa1ks] {
    font-size: 22px;
}
