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

/* /Components/SJ/SJAnchor.razor.rz.scp.css */
.sj-anchor[b-31goan137w] {
    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;
    text-decoration: unset;
}

.primary[b-31goan137w] {
    background-color: #552D8B;
    border-color: #552D8B;
    color: #F9F9F9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small[b-31goan137w] {
    padding: 4px 12px;
    font-size: 12px;
    border-width: 2px;
}
/* /Components/SJ/SJBadge.razor.rz.scp.css */
.sj-badge[b-gw4mjv8zou] {
    padding: 2px 4px;
    border-radius: 8px;
    font-size: 14px;
    font-family: Nunito, Arial;
    font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small[b-jp7zuklmfb] {
    padding: 4px 12px;
    font-size: 12px;
    border-width: 2px;
}


.yellow[b-jp7zuklmfb] {
    background-color: #FFDD3C;
    color: #552D8B;
    font-weight: 600;
    border-style: none;
    border-color: none;
}

    .yellow:disabled[b-jp7zuklmfb] {
        opacity: 0.5;
    }

    .yellow:hover[b-jp7zuklmfb] {
        background-color: #eccc35;
    }

    .yellow:enabled:active[b-jp7zuklmfb] {
        background-color: #FFDD3C;
        color: #552D8B;
    }
/* /Components/SJ/SJCard.razor.rz.scp.css */
.card[b-se14hwzroc] {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    border-radius: 20px;
    overflow: clip;
    box-shadow: 2px 2px 4px gray;
}
.card-header[b-se14hwzroc] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    padding: 10px 16px;
    background-color: #CCCCFF;
    color: #552D8B;
    font-size: 20px;
    font-weight: 800;
}

.card-body[b-se14hwzroc] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    background-color: white;
}

@media (max-width: 768px) {
    .card-body[b-se14hwzroc]{
        padding:20px;
    }
}
/* /Components/SJ/SJDropdown.razor.rz.scp.css */
.menu-open-area[b-44qe8mvbfz] {
    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-44qe8mvbfz] {
    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-jzulubjxnq] {
    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-jzulubjxnq] {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    cursor: default;
}
/* /Components/SJ/SJDropdownOption.razor.rz.scp.css */
a[b-6n6p8ux7o1] {
    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-6n6p8ux7o1]  {
        background-color: lightgray;
    }

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

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

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

.align-center[b-6n6p8ux7o1] {
    text-align: center;
}
/* /Components/SJ/SJ_PillTabs.razor.rz.scp.css */

.selection-tabs[b-4jku67j9w3] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    border: 2px solid gray;
    border-radius: 100px;
    height: 34px;
    padding: 4px;
    width: max-content;
}

.tab-option[b-4jku67j9w3] {
    color: var(--color-purple-main);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2px 8px;
    border-radius: 100px;
    font-size: 16px;
}

    .tab-option.selected[b-4jku67j9w3] {
        color: var(--color-orange-main);
        background-color: var(--color-purple-main);
        padding: 2px 12px;
    }
/* /Layout/CleanLayout.razor.rz.scp.css */
.page[b-k11y8ww7us] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-top-bar[b-rm41bvesae] {
    width: 100%;
    height: 62px;
    z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


.close-button[b-xkeu2d5x4n] {
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: center;
}

.close-button.show[b-xkeu2d5x4n] {
    display: flex;
}

.close-button.hide[b-xkeu2d5x4n] {
    display: none;
}

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

    .collapse-menu[b-xkeu2d5x4n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-container[b-xkeu2d5x4n] {
        max-height: unset;
        overflow-y: unset;
    }

    .close-button[b-xkeu2d5x4n] {
        display: none !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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



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

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

    .sml-screen[b-uo020gp3op] {
        display: none !important;
    }
}
/* /Pages/Auth/Page_LoginPartner.razor.rz.scp.css */
/* /Pages/Inspiration/InspirationHome.razor.rz.scp.css */
.video-container[b-wngtja3eyc] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 10px;
    width: 100%;
    margin-bottom: 24px;
}

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


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

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

.banner-search-container[b-wngtja3eyc] {
    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-wngtja3eyc] {
    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-wngtja3eyc] {
    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;
}
/* /Pages/Inspiration/InspirationThumbVideo.razor.rz.scp.css */
.video-item[b-vz82a87kg1] {
    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-vz82a87kg1] {
        background-color: #F7F3FF;
    }

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

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

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

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

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

.video-watch-error[b-n6io711ob0] {
    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-n6io711ob0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 10px;
    width: 100%;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

.video-description[b-n6io711ob0] {
    max-height: 400px;
    overflow-y: auto;
}
/* /Pages/Learning/EditorGeneratorQuiz.razor.rz.scp.css */
/* /Pages/Learning/EditorImageSelector.razor.rz.scp.css */


/* /Pages/Learning/LearningVisualSetup.razor.rz.scp.css */
.container-scorm-color[b-lkwzz77h58] {
    background-color: lightgray;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: clip;
    width: 100%;
    gap: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* /Pages/Learning/Learning_Editor.razor.rz.scp.css */
.category-icon[b-3hu2za50th]
{
    font-size:30px;
}

.download-category[b-3hu2za50th] {
    border-radius: 10px;
    padding: 20px;
    border: 1px #6051A1 solid;
    display: flex;
    flex-direction: row;
    gap: 10px;
    color: #6051A1;
}

.download-category:hover[b-3hu2za50th] {
    cursor:pointer;
}


.download-title[b-3hu2za50th]{
    font-size:14px;
    display:flex;
    flex-direction:column;
}
    .download-title strong[b-3hu2za50th] {
        font-size: 16px;
    }
.category[b-3hu2za50th] {
    display: flex;
    gap: 40px;
    margin-bottom:20px;
}
.highlight[b-3hu2za50th] {
    color: white !important;
    background-color: #552D8B!important;
}

.scorm-table[b-3hu2za50th] {
    width: 100%;
    height: 30vh;
    overflow-y: auto;
}
.nav-action[b-3hu2za50th] {
    position: fixed;
    overflow: hidden;
    background-color: #F9F9F9;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 12px 40px 12px 40px;
    justify-content: space-between;
    display: flex;
    z-index: 500;
    box-shadow: 0px 11px 20px 4px gray;
}

.mobile-div[b-3hu2za50th]{
    display:none;
}
.desktop-div[b-3hu2za50th] {
}

.hoverable[b-3hu2za50th]{

}

.hoverable:hover[b-3hu2za50th]{
    cursor:pointer;
}

@media (max-width: 768px) {
    .category[b-3hu2za50th] {
        gap: 10px;
    }
    .scorm-table[b-3hu2za50th] {
        height: 10vh;
    }
    .mobile-div[b-3hu2za50th]{
        display:inherit !important;
    }
    .desktop-div[b-3hu2za50th]{
        display:none !important;
    }
    .nav-action[b-3hu2za50th] {
        padding: 12px 10px 12px 10px;
    }
}
/* /Pages/Learning/Page_LJPrintable.razor.rz.scp.css */
/* /Pages/Learning/Printable Components/PrintablePaper.razor.rz.scp.css */
/* /Pages/Learning/Printable Components/PrintableQuiz.razor.rz.scp.css */
/* /Pages/Learning/Share.razor.rz.scp.css */

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

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

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

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

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

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

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

    .share-iframe[b-bhhrzip6ex] {
        aspect-ratio: unset;
        flex: 1;
        height: 100%;
        border: unset;
        border-radius: unset;
    }
}
/* /Pages/OpenAPI/Page_Documentation.razor.rz.scp.css */
.documentation-container[b-m8yghhc0ai] {
    display: flex;
    gap: 2rem;
    position: relative;
    max-width: 1200px !important;
    margin: 0 auto;
}

.table-of-contents[b-m8yghhc0ai] {
    position: sticky;
    top: 2rem;
    height: fit-content;
    min-width: 250px;
    max-width: 300px;
    padding: 1rem;
    border-right: 1px solid #e0e0e0;
}

.toc-header[b-m8yghhc0ai] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #6c2bd9;
}

.toc-content[b-m8yghhc0ai] {
    font-size: 0.9rem;
}

.toc-content ul[b-m8yghhc0ai] {
    list-style: none;
    padding-left: 1rem;
}

.toc-content a[b-m8yghhc0ai] {
    color: #4a4a4a;
    text-decoration: none;
    display: block;
    padding: 0.25rem 0;
    transition: color 0.2s;
}

.toc-content a:hover[b-m8yghhc0ai] {
    color: #6c2bd9;
}

.documentation-content[b-m8yghhc0ai] {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin: 0px 42px 72px 42px;
}

.documentation-content h1[b-m8yghhc0ai],
.documentation-content h2[b-m8yghhc0ai],
.documentation-content h3[b-m8yghhc0ai],
.documentation-content h4[b-m8yghhc0ai],
.documentation-content h5[b-m8yghhc0ai],
.documentation-content h6[b-m8yghhc0ai] {
    color: #6c2bd9 !important;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.documentation-content h1[b-m8yghhc0ai] {
    font-size: 2.5rem;
    padding-bottom: 0.5rem;
}

.documentation-content h2[b-m8yghhc0ai] {
    font-size: 1.75rem;
}

.documentation-content h3[b-m8yghhc0ai] {
    font-size: 1.25rem;
}

.documentation-content p[b-m8yghhc0ai] {
    margin-bottom: 1rem;
}

.documentation-content strong[b-m8yghhc0ai] {
    font-weight: 600;
    color: #333;
}

.documentation-content code[b-m8yghhc0ai] {
    background-color: #f8f9fa;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
    color: #333;
}

.documentation-content pre[b-m8yghhc0ai] {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1rem 0;
}

.documentation-content pre code[b-m8yghhc0ai] {
    background-color: transparent;
    padding: 0;
    color: #333;
    font-size: 0.9em;
}

.documentation-content ul[b-m8yghhc0ai] {
    list-style-type: disc;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.documentation-content li[b-m8yghhc0ai] {
    margin-bottom: 0.5rem;
}

.documentation-content hr[b-m8yghhc0ai] {
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 2rem 0;
}

.documentation-content a[b-m8yghhc0ai] {
    color: #0d6efd;
    text-decoration: none;
}

.documentation-content a:hover[b-m8yghhc0ai] {
    text-decoration: underline;
}

/* Copy Button */
.copy-button[b-m8yghhc0ai] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background-color: #6c2bd9;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s;
}

.documentation-content pre:hover .copy-button[b-m8yghhc0ai] {
    opacity: 1;
}

/* Back to Top Button */
.back-to-top[b-m8yghhc0ai] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #6c2bd9;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s;
    opacity: 0;
}

.back-to-top.visible[b-m8yghhc0ai] {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .table-of-contents[b-m8yghhc0ai] {
        display: none;
    }

    .documentation-content[b-m8yghhc0ai] {
        padding: 1rem;
    }

    .documentation-content h1[b-m8yghhc0ai] {
        font-size: 2rem;
    }

    .documentation-content h2[b-m8yghhc0ai] {
        font-size: 1.5rem;
    }

    .documentation-content h3[b-m8yghhc0ai] {
        font-size: 1.25rem;
    }
}
/* /Pages/OpenAPI/Page_DocumentationQuickCreate.razor.rz.scp.css */
/* /Pages/OpenAPI/Page_Documentation_V2.razor.rz.scp.css */
.documentation-container[b-taam8kz6d4] {
    padding: 24px;
    width: 100%;
}

@media (max-width: 600px) {
    .documentation-container[b-taam8kz6d4] {
        padding: 0px;
        width: 100%;
        box-sizing: border-box;
    }
}
/* /Pages/OpenAPI/Page_Integration.razor.rz.scp.css */
.studio-content[b-7h3vypa61d] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

[b-7h3vypa61d] .placeholder-container {
    margin: 16px 0;
}

[b-7h3vypa61d] .sJ-card {
    width: 100%;
}
/* /Pages/OpenAPI/Page_StoryTemplateEditor.razor.rz.scp.css */

/* Page header styling */
.studio-header[b-y6oofqeq29] {
    background-color: rgb(233, 233, 248);
    padding: 1rem;
    margin: -20px -20px 20px -20px;
    font-size: 1.2rem;
    font-weight: 500;
}

/* Form sections */
.form-section[b-y6oofqeq29] {
    margin-bottom: 1.5rem;
}

.form-section label[b-y6oofqeq29] {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 500;
}

.form-section input[type="text"][b-y6oofqeq29],
.form-section textarea[b-y6oofqeq29] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
    background-color: white;
}

.form-section textarea[b-y6oofqeq29] {
    min-height: 120px;
    resize: vertical;
}

/* Character setup section */
.characters-section[b-y6oofqeq29] {
    margin-top: 2rem;
}

.characters-section h3[b-y6oofqeq29] {
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.character-limit-note[b-y6oofqeq29] {
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.5rem;
    font-style: italic;
}

/* Add character button */
.add-character-button[b-y6oofqeq29] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgb(89, 44, 155);
    cursor: pointer;
    padding: 0.75rem;
    border-radius: 4px;
    margin-top: 1rem;
    transition: background-color 0.2s;
}

.add-character-button:hover[b-y6oofqeq29] {
    background-color: rgba(89, 44, 155, 0.1);
}

.add-character-button i[b-y6oofqeq29] {
    font-size: 1.2rem;
}

.add-character-count[b-y6oofqeq29] {
    color: #666;
    font-size: 0.85rem;
    margin-left: 0.5rem;
}

/* Footer actions */
.footer-actions[b-y6oofqeq29] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: white;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    z-index: 100;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

/* Validation styling */
[b-y6oofqeq29] .validation-message {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

[b-y6oofqeq29] .invalid {
    border-color: #dc3545;
}

/* Toast positioning */
[b-y6oofqeq29] .toast-container {
    z-index: 1050;
}

/* Form control focus states */
.form-section input[type="text"]:focus[b-y6oofqeq29],
.form-section textarea:focus[b-y6oofqeq29] {
    outline: none;
    border-color: rgb(89, 44, 155);
    box-shadow: 0 0 0 2px rgba(89, 44, 155, 0.2);
}
/* /Pages/OpenAPI/Page_Studio.razor.rz.scp.css */
.studio-content[b-bpua2k6y8r] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

[b-bpua2k6y8r] .placeholder-container {
    margin: 16px 0;
}

[b-bpua2k6y8r] .sJ-card {
    width: 100%;
}

[b-bpua2k6y8r] .form-control:focus {
    border-color: #552D8B;
    box-shadow: 0 0 0 0.2rem rgba(85, 45, 139, 0.25);
}

[b-bpua2k6y8r] .validation-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

[b-bpua2k6y8r] .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

[b-bpua2k6y8r] .toast-container {
    z-index: 1050;
}

/* Tab Styles */
[b-bpua2k6y8r] .studio-tabs {
    background-color: #F8F5FF;
    border-radius: 24px;
    padding: 4px;
}

[b-bpua2k6y8r] .nav-tabs {
    border: none;
    gap: 4px;
    padding: 0 8px;
}

[b-bpua2k6y8r] .nav-tabs .nav-link {
    border: none;
    border-radius: 20px;
    color: #552D8B;
    padding: 8px 24px;
    font-weight: 500;
    transition: all 0.3s ease;
}

[b-bpua2k6y8r] .nav-tabs .nav-link:hover {
    background-color: rgba(85, 45, 139, 0.1);
}

[b-bpua2k6y8r] .nav-tabs .nav-link.active {
    background-color: #552D8B;
    color: white;
}

.tab-content-container[b-bpua2k6y8r] {
    padding: 24px;
}

.content-placeholder[b-bpua2k6y8r] {
    color: #666;
    text-align: center;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-top: 16px;
}
/* /Pages/OpenAPI/StoryTemplateEditor/Component_CharacterConfig.razor.rz.scp.css */
.main-container[b-cdd2kofjxh] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: flex-start;
    overflow-y: auto;
}

.character-no-display[b-cdd2kofjxh] {
    width: 100%;
    height: 200px;
}

.character-container[b-cdd2kofjxh] {
    display: flex;
    flex-direction: row;
    max-height: 400px;
    min-width: 400px;
    flex: 0;
    gap: 12px;
    color: #6e32c9;
    border-radius: 8px;
    border: 2px solid #D8D8FF;
    padding: 12px;
}

    .character-container label[b-cdd2kofjxh] {
        font-size: 12px;
    }

.character-avatar[b-cdd2kofjxh] {
    min-width: 120px;
    height: 100%;
    flex: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .character-avatar .avatar-title[b-cdd2kofjxh] {
        color: purple;
        font-size: 16px;
        width: 100%;
    }

.character-avatar-container[b-cdd2kofjxh] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 2px 2px 10px gray;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    align-items: center;
    max-height: 360px;
}

    .character-avatar-container > img[b-cdd2kofjxh] {
        width: 100%;
        aspect-ratio: 3/4;
        flex: 1;
        border-radius: 4px;
        object-fit: cover;
        border: 1px solid purple;
    }


.character-config[b-cdd2kofjxh] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    flex: 1;
}

.character-config-input-area[b-cdd2kofjxh] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

    .character-config-input-area > *[b-cdd2kofjxh] {
        width: 100%;
    }

    .character-config-input-area .audio-container[b-cdd2kofjxh] {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }

.preview-audio-button[b-cdd2kofjxh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.character-delete-container[b-cdd2kofjxh] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.delete-button[b-cdd2kofjxh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.theme-character-add[b-cdd2kofjxh] {
    display: flex;
    width: 120px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 12px;
    padding: 18px;
    border-radius: 8px;
    border: 2px solid #D8D8FF;
    text-align: center;
    color: purple;
    font-size: 14px;
}

    .theme-character-add .circle-container[b-cdd2kofjxh] {
        display: flex;
        height: 40px;
        width: 40px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: purple;
        color: white;
        border-radius: 100px;
        padding: 0px;
    }

        .theme-character-add .circle-container > i[b-cdd2kofjxh] {
            font-size: 24px;
            padding: 0px;
        }
/* /Pages/OpenAPI/Studio/Component_AudioList_Table.razor.rz.scp.css */
.audio-list-container[b-vii2kqhtt7] {
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-section[b-vii2kqhtt7] {
    margin-bottom: 20px;
}

.search-container[b-vii2kqhtt7] {
    position: relative;
    max-width: 400px;
}

.search-input[b-vii2kqhtt7] {
    width: 100%;
    padding: 8px 35px 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.search-icon[b-vii2kqhtt7] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.total-items[b-vii2kqhtt7] {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.table-container[b-vii2kqhtt7] {
    overflow-x: auto;
}

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

th[b-vii2kqhtt7] {
    background-color: #f8f9fa;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
}

td[b-vii2kqhtt7] {
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
}

.audio-column[b-vii2kqhtt7] {
    width: 250px;
}

.audio-player-cell[b-vii2kqhtt7] {
    padding: 8px;
}

.audio-player-cell audio[b-vii2kqhtt7] {
    width: 100%;
    max-width: 250px;
    height: 35px;
}

tr:hover[b-vii2kqhtt7] {
    background-color: #f8f9fa;
}

.text-center[b-vii2kqhtt7] {
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .audio-column[b-vii2kqhtt7] {
        width: auto;
    }

    .audio-player-cell audio[b-vii2kqhtt7] {
        max-width: 200px;
    }
}
/* /Pages/OpenAPI/Studio/Component_CharacterList_Table.razor.rz.scp.css */
.character-list-container[b-wlld5btqdx] {
    padding: 20px;
}

.header-section[b-wlld5btqdx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.search-container[b-wlld5btqdx] {
    position: relative;
    width: 300px;
}

.search-input[b-wlld5btqdx] {
    width: 100%;
    padding: 8px 32px 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.search-icon[b-wlld5btqdx] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.total-items[b-wlld5btqdx] {
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
}

.table-container[b-wlld5btqdx] {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.character-thumbnail-container[b-wlld5btqdx] {
    position: relative;
    display: inline-block;
}

.character-thumbnail[b-wlld5btqdx] {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.character-tooltip[b-wlld5btqdx] {
    position: fixed;
    z-index: 9999;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

.character-full-body[b-wlld5btqdx] {
    max-height: 400px;
    max-width: 300px;
    object-fit: contain;
    border-radius: 4px;
}

table[b-wlld5btqdx] {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
    /* Ensures table won't shrink below this width */
}

th[b-wlld5btqdx] {
    background-color: #f8f9fa;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #dee2e6;
}

td[b-wlld5btqdx] {
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
}

tr:hover[b-wlld5btqdx] {
    background-color: #f8f9fa;
}

.thumbnail-column[b-wlld5btqdx] {
    width: 80px;
}

.actions-column[b-wlld5btqdx] {
    width: 100px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .character-list-container[b-wlld5btqdx] {
        padding: 10px;
    }

    .search-container[b-wlld5btqdx] {
        width: 100%;
        max-width: 300px;
    }

    .character-thumbnail[b-wlld5btqdx] {
        width: 40px;
        height: 40px;
    }

    .thumbnail-column[b-wlld5btqdx] {
        width: 60px;
    }

    .actions-column[b-wlld5btqdx] {
        width: 60px;
    }

    td[b-wlld5btqdx],
    th[b-wlld5btqdx] {
        padding: 8px;
        white-space: nowrap;
        /* Prevents text wrapping in cells */
    }

    .character-tooltip[b-wlld5btqdx] {
        display: none;
        /* Hide tooltip on mobile to prevent layout issues */
    }
}

/* Custom scrollbar styling for better visual feedback */
.table-container[b-wlld5btqdx]::-webkit-scrollbar {
    height: 6px;
}

.table-container[b-wlld5btqdx]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.table-container[b-wlld5btqdx]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.table-container[b-wlld5btqdx]::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* /Pages/OpenAPI/Studio/Component_StoryTemplate_Table.razor.rz.scp.css */
.story-template-container[b-wq8t7ljd1i] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.header-section[b-wq8t7ljd1i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.search-container[b-wq8t7ljd1i] {
    position: relative;
    flex: 1;
}

.search-input[b-wq8t7ljd1i] {
    width: 100%;
    padding: 8px 35px 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.search-icon[b-wq8t7ljd1i] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.total-items[b-wq8t7ljd1i] {
    color: #666;
    font-size: 14px;
}

.table-container[b-wq8t7ljd1i] {
    overflow-x: auto;
}

table[b-wq8t7ljd1i] {
    width: 100%;
    border-collapse: collapse;
}

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

th[b-wq8t7ljd1i] {
    background-color: #f5f5f5;
    font-weight: 500;
}

.description-cell[b-wq8t7ljd1i] {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.character-count[b-wq8t7ljd1i] {
    text-align: center;
}

.actions[b-wq8t7ljd1i] {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
}

.text-center[b-wq8t7ljd1i] {
    text-align: center;
}

.dropdown-menu[b-wq8t7ljd1i] {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    min-width: 160px;
    padding: 8px 0;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

.dropdown-item[b-wq8t7ljd1i] {
    display: block;
    width: 100%;
    padding: 8px 16px;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.dropdown-item:hover[b-wq8t7ljd1i] {
    background-color: #f8f9fa;
    text-decoration: none;
}
/* /Pages/QuickCreate/Modules/Mod_QuickCreate_CharacterWindow.razor.rz.scp.css */
.main-container[b-sbwcg459ne] {
    display: flex;
    flex-direction: row;
    height: 640px;
    overflow: clip;
    width: 100%;
    gap: 8px;
}

.character-area[b-sbwcg459ne] {
    width: 240px;
    height: 100%;
    padding: 12px;
    border-radius: 20px;
    background-color: mediumpurple;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .character-area > img[b-sbwcg459ne] {
        width: 100%;
        height: 100%;
        overflow: clip;
        object-fit: cover;
    }

.selection-area[b-sbwcg459ne] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    gap: 4px;
}

.selection-tabs[b-sbwcg459ne] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    border: 2px solid gray;
    border-radius: 100px;
    height: 34px;
    padding: 4px;
}

.tab-option[b-sbwcg459ne] {
    color: purple;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2px 8px;
    border-radius: 100px;
    font-size: 16px;
}

    .tab-option.selected[b-sbwcg459ne] {
        color: orange;
        background-color: purple;
        padding: 2px 12px;
    }

.selection-characters[b-sbwcg459ne] {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    padding: 10px;
    overflow-y: auto;
}

.character-option[b-sbwcg459ne] {
    border-radius: 12px;
    background-color: purple;
    color: white;
    overflow: clip;
    height: 120px;
    padding: 0px;
    cursor: pointer;
}

    .character-option.selected[b-sbwcg459ne] {
        border: 4px solid orange;
    }

.character-option-inner[b-sbwcg459ne] {
    display: flex;
    width: 100%;
    height: 100%;
    flex-grow: 0;
    background-color: unset;
    flex-direction: column;
    border-radius: 8px;
    overflow:clip;
}

.character-option .selected > .character-option-inner[b-sbwcg459ne] {
    background-color: orange;
}

[b-sbwcg459ne] .character-thumbnail {
    width: 100%;
    height: 70%;
    flex: 1;
    object-fit: cover;
}


[b-sbwcg459ne] .character-fullbody {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: clip;
}

.character-name[b-sbwcg459ne] {
    padding: 4px 8px;
}

.footer-character[b-sbwcg459ne]{
    display: flex;
    flex-direction:row;
    gap: 12px;
    align-items:center;
    justify-content:center;
    width: 100%;
}
/* /Pages/QuickCreate/Modules/Mod_QuickCreate_Config.razor.rz.scp.css */
.qv-body-content[b-rtrvw670nt] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    padding: 20px;
}


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


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

.qv-language-option[b-rtrvw670nt] {
    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-rtrvw670nt] {
        background-color: #fcefcf;
        color: #6e32c9;
    }

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

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

.qv-ratio-option[b-rtrvw670nt] {
    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-rtrvw670nt] {
    background-color: #0000000D;
    height: 100%;
    flex: 1;
}

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

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

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

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

.qv-grid-container[b-rtrvw670nt] {
    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-rtrvw670nt] {
    grid-column: 1 / -1;
}

.qv-grid-item[b-rtrvw670nt] {
    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-rtrvw670nt] {
    background-color: #0000000D;
    height: 100%;
    flex: 1;
}

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

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

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

.qv-grid-item-img[b-rtrvw670nt] {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

@media (max-width: 868px) {
    .qv-language-selector[b-rtrvw670nt] {
        flex-wrap: wrap;
    }
}
/* /Pages/QuickCreate/Modules/Mod_QuickCreate_Config_Character.razor.rz.scp.css */
.character-container[b-yj2mylgeb5] {
    display: flex;
    flex-direction: row;
    max-height: 400px;
    min-width: 400px;
    flex: 0;
    gap: 12px;
    color: #6e32c9;
    border-radius: 8px;
    border: 2px solid #D8D8FF;
    padding: 12px;
}

    .character-container label[b-yj2mylgeb5] {
        font-size: 12px;
    }

.character-avatar[b-yj2mylgeb5] {
    min-width: 120px;
    height: 100%;
    flex: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .character-avatar .avatar-title[b-yj2mylgeb5] {
        color: purple;
        font-size: 16px;
        width: 100%;
    }

.character-avatar-container[b-yj2mylgeb5] {
    background-color:white;
    border-radius: 8px;
    box-shadow: 2px 2px 10px gray;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    align-items: center;
    max-height: 360px;
}

    .character-avatar-container > img[b-yj2mylgeb5] {
        width: 100%;
        aspect-ratio: 3/4;
        flex: 1;
        border-radius: 4px;
        object-fit: cover;
        border: 1px solid purple;
    }


    .character-config[b-yj2mylgeb5] {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        flex: 1;
    }

.character-config-input-area[b-yj2mylgeb5] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

    .character-config-input-area > *[b-yj2mylgeb5] {
        width: 100%;
    }

    .character-config-input-area .audio-container[b-yj2mylgeb5] {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }

.preview-audio-button[b-yj2mylgeb5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.character-delete-container[b-yj2mylgeb5] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.delete-button[b-yj2mylgeb5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
/* /Pages/QuickCreate/Modules/Mod_QuickCreate_Config_Theme.razor.rz.scp.css */
.theme-container[b-ciur8kht9c] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    padding: 8px;
    border: 2px solid #d4d4d8;
    border-radius: 12px;
}

.theme-selection-container[b-ciur8kht9c] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 12px;
}

.theme-selection-container-items[b-ciur8kht9c] {
    display: flex;
    cursor: pointer;
    color: #6e32c9;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 240px;
    min-width: 240px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #D8D8FF;
    padding: 4px 20px;
    font-weight: bold;
    background-color: #0000000D;
}

    .theme-selection-container-items > div[b-ciur8kht9c] {
        white-space: nowrap; /* Prevent text wrapping */
        overflow: hidden;
        width: 100%; /* Ensure width adapts to content */
        flex: 1;
        text-overflow: ellipsis;
    }

    .theme-selection-container-items > i[b-ciur8kht9c] {
        visibility: hidden;
    }

    .theme-selection-container-items.selected[b-ciur8kht9c] {
        background-color: #fcefcf;
    }

        .theme-selection-container-items.selected > i[b-ciur8kht9c] {
            visibility: visible;
        }

.theme-selection-title[b-ciur8kht9c] {
    margin-left: 12px;
    color: #6e32c9;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.theme-selection-description[b-ciur8kht9c] {
    margin-left: 12px;
    padding-bottom: 16px;
    color: #6e32c9;
    font-size: 14px;
    width: 100%;
}

.theme-character-container[b-ciur8kht9c] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 4px;
    align-items: stretch;
    overflow-x: auto;
    padding-bottom: 12px;
}

.theme-character-add[b-ciur8kht9c] {
    display: flex;
    width: 120px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 12px;
    padding: 18px;
    border-radius: 8px;
    border: 2px solid #D8D8FF;
    text-align: center;
    color: purple;
    font-size: 14px;
}

    .theme-character-add .circle-container[b-ciur8kht9c] {
        display: flex;
        height: 40px;
        width: 40px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: purple;
        color: white;
        border-radius: 100px;
        padding: 0px;
    }

        .theme-character-add .circle-container > i[b-ciur8kht9c] {
            font-size: 24px;
            padding: 0px;
        }
/* /Pages/QuickCreate/Page_QuickCreateSetup.razor.rz.scp.css */


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

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

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

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

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


[b-k3o24ycquw] .qv-upload-file {
    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;
}



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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

/* /Pages/QuickCreate/QuickCreateHome.razor.rz.scp.css */
.grid-container[b-3gmt2m47ty] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px;
    width: 100%;
    margin-bottom: 24px;
}

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

.grid-item[b-3gmt2m47ty] {
    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-3gmt2m47ty]::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-3gmt2m47ty]::after {
        background-color: rgba(0, 0, 0, 0.2); /* Gray overlay on hover */
    }

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

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

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

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


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

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

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

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

.ellipsis[b-3gmt2m47ty] {
    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 */
}
/* /Pages/QuickCreate/RenderPreviewModule.razor.rz.scp.css */


/* /Pages/Render/Components/AccordionSlideSetup.razor.rz.scp.css */
.sequence-detail-container[b-1or3qex824] {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 8px;
    padding: 8px;
}

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

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


@media (max-width: 768px) {

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

/* /Pages/Render/Components/AutoSaveRenderSetup.razor.rz.scp.css */
.auto-save-indicator[b-yf4g4w9un4] {
    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-yf4g4w9un4] {
        opacity: 1;
}
/* /Pages/Render/Components/DialogueAudioSelector.razor.rz.scp.css */
audio[b-qj66t1qrdv]::-webkit-media-controls-volume-slider {
    display: none;
}

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

.speed-controller[b-qj66t1qrdv] {
    display: flex;
    flex-direction: column;
}

.speed-slider[b-qj66t1qrdv] {
    width: 100%;
}

.purple-slider[b-qj66t1qrdv] {
    width: 100%;
    height: 6px;
    background: transparent;
    outline: none;
    border-radius: 4px;
    margin: 0;
    accent-color: #552d8b; /* fallback for browsers that support accent-color */
}

.speed-label[b-qj66t1qrdv] {
    display: flex;
    justify-content: space-between
}

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

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

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

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


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



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

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

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

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

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

 

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

@media (max-width: 768px) {

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

    }
}


/* /Pages/Render/Components/RenderAudioSelect.razor.rz.scp.css */
.audio-select-container[b-acq9tdgvf8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;

}

.tab-container[b-acq9tdgvf8] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    width: 100%;
    max-width: 100%;
    min-width: 1px;
    height: max-content;
    overflow-x: auto;
    padding-bottom: 4px;
    align-items:center;
    justify-content:center;
}

.filter-area[b-acq9tdgvf8] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-end;
    height: max-content;
    gap: 12px;
    margin-top: 24px;
    padding: 0px 24px;
    overflow:hidden;
    flex-wrap:wrap;
}

.filter-section[b-acq9tdgvf8] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    flex: 1;
    gap: 2px;
    justify-content: flex-end;
}

.filter-lable[b-acq9tdgvf8] {
    font-size: 0.875rem;
    font-weight: 500;
    color: gray;
}

[b-acq9tdgvf8] .filter-select {
    border: 1px solid gray;
    border-radius: 4px;
    height: 32px;
    padding-left: 8px;
    padding-right: 8px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.audio-grid[b-acq9tdgvf8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 8px;
    width: 100%;
    max-height: 420px;
    overflow-y: auto;
    padding: 8px 12px;
    margin-top: 24px;
    border-radius: 8px;
}

.play-button[b-acq9tdgvf8] {
    width: 42px;
    height: 42px;
    border: 0px solid;
    background-color: var(--color-purple-main);
    color: var(--color-orange-main);
    border-radius: 50%;
    text-align: center;
    padding: 2px 0px 0px 2px;
}

    .play-button:hover[b-acq9tdgvf8] {
        opacity: 0.8;
    }

    .play-button:active[b-acq9tdgvf8] {
        background-color: var(--color-purple-dark);
        color: var(--color-black-main);
        border: 2px solid var(--color-orange-main);
    }

    .play-button:focus[b-acq9tdgvf8] {
        background-color: var(--color-purple-light);
        color: var(--color-black-main);
    }

.audio-display[b-acq9tdgvf8] {
    display: flex;
    flex-direction: row;
    padding: 8px 18px;
    gap: 2px;
    width: 100%;
    border: 2px #cccccc80 solid;
    border-radius: 12px;
    align-items: center;
    cursor: pointer;
}

    .audio-display.selected[b-acq9tdgvf8] {
        border: 2px solid var(--color-orange-main);
    }

    .audio-display:hover[b-acq9tdgvf8] {
        opacity: 0.8;
    }

    .audio-display:active:not(:has(button:hover))[b-acq9tdgvf8] {
        border-color: var(--color-orange-main);
    }



.audio-details-area[b-acq9tdgvf8] {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

    .audio-details-area > .audio-name[b-acq9tdgvf8] {
        font-weight: 600;
        width: 100%;
        text-wrap: auto;
        white-space: nowrap; /* Keep text on a single line */
        overflow: hidden; /* Hide overflow content */
        text-overflow: ellipsis;
    }

    .audio-details-area > .audio-meta[b-acq9tdgvf8] {
        width: 100%;
        text-wrap: auto;
        font-size: 14px;
    }

.audio-icon-area[b-acq9tdgvf8] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;   
    margin-top: 12px;
}

.audio-payback-area[b-acq9tdgvf8] {
    min-width: 42px;
    width: 42px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.search-area[b-acq9tdgvf8]{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content:center;
    margin-top: 24px;
}

@media (max-width: 600px) {
    .audio-grid[b-acq9tdgvf8] {
        padding: 4px 8px 8px 2px;
    }

    .filter-area[b-acq9tdgvf8] {
        padding: 0px;
    }
}
/* /Pages/Render/Components/RenderCharacterCard.razor.rz.scp.css */
.change-avatar-display[b-dsdlrjgi60] {
    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-dsdlrjgi60] {
    opacity: 0;
}

    .hoverAppear:hover[b-dsdlrjgi60] {
        opacity: 1;
    }

.character-container[b-dsdlrjgi60] {
    display: flex;
    flex-direction: column;
    padding: 0px;
    border-radius: 26px;
    width: 280px;
    min-width: 280px;
    overflow: clip;
    border: 1px solid gray;
    position: relative;
}



.voice-select-display[b-dsdlrjgi60] {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.voice-icon-area[b-dsdlrjgi60] {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.voice-description[b-dsdlrjgi60] {
    display:flex;
    width: 100%;
    align-items:center;
    padding-right: 8px;
}

.action-button-area[b-dsdlrjgi60] {
    margin-top: 24px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.speed-controller[b-dsdlrjgi60]{

    display:flex;
    flex-direction:column;
}
.speed-slider[b-dsdlrjgi60]{
    width:100%;
}
.purple-slider[b-dsdlrjgi60] {
    width: 100%;
    height: 6px;
    background: transparent;
    outline: none;
    border-radius: 4px;
    margin: 0;
    accent-color: #552d8b; /* fallback for browsers that support accent-color */
}

/* Chrome, Safari, Opera */
.purple-slider[b-dsdlrjgi60]::-webkit-slider-runnable-track {
    height: 6px;
    background: linear-gradient(to right, #552d8b 0%, #552d8b var(--percent, 50%), #e0e0e0 var(--percent, 50%), #e0e0e0 100%);
    border-radius: 4px;
}
.purple-slider[b-dsdlrjgi60]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #552d8b;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #aaa;
    cursor: pointer;
    margin-top: -6px;
}

/* Firefox */
    .purple-slider[b-dsdlrjgi60]::-moz-range-track {
        height: 6px;
        background: #552d8b;
        border-radius: 4px;
    }
.purple-slider[b-dsdlrjgi60]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #552d8b;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #aaa;
    cursor: pointer;
}

.purple-slider[b-dsdlrjgi60]::-ms-fill-lower {
    background: #552d8b;
    border-radius: 4px;
}
.purple-slider[b-dsdlrjgi60]::-ms-fill-upper {
    background: #e0e0e0;
    border-radius: 4px;
}

.purple-slider:focus[b-dsdlrjgi60] {
    outline: none;
    box-shadow: 0 0 0 2px #552d8b33;
}

/* Custom fill for the slider track using inline style in Blazor */

.speed-label[b-dsdlrjgi60] {
    display: flex;
    justify-content: space-between
}
/* /Pages/Render/Components/RenderImageSelect.razor.rz.scp.css */
.image-select-root[b-k6kxggfxzw] {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 12px;
}

.image-area[b-k6kxggfxzw] {
    width: 30%;
    min-width: 20%;
}

.options-area[b-k6kxggfxzw] {
    display: flex;
    flex-direction: column;
    min-width: 50%;
    flex: 1;
    gap: 8px;
    text-wrap: nowrap;
}

.tabs-area[b-k6kxggfxzw] {
    width: 100%;
    overflow-x: auto;
}

.upload-area[b-k6kxggfxzw] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 4px 8px;
    align-items: flex-start;
    text-wrap: auto;
    text-align: left;
}

.upload-label[b-k6kxggfxzw] {
    cursor: pointer;
    text-align: center;
    padding: 8px 20px;
    background-color: #552D8B;
    color: #F9F9F9;
    width: max-content;
    border-radius: 100px;
}

.image-grid[b-k6kxggfxzw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    overflow-y: auto;
    min-height: 250px;
    max-height: 400px;
    padding: 4px;
}

.image-grid-display[b-k6kxggfxzw] {
    width: 100%;
    height: 120px;
    border-width: 0px;
    border-radius: 8px;
    cursor: pointer;
    overflow: clip;
    padding: 0px;
}

    .image-grid-display:hover[b-k6kxggfxzw] {
        opacity: 0.8;
    }

    .image-grid-display:active[b-k6kxggfxzw] {
        border: 2px solid orange;
    }

.display-flex-centered[b-k6kxggfxzw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dotted gray;
}

.search-area[b-k6kxggfxzw] {
    padding-top: 12px;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
    justify-content: center;
}

.ai-gen-button-area[b-k6kxggfxzw] {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    min-width: 80px;
    height: 36px;
    gap: 6px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.pagination-area[b-k6kxggfxzw] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: max-content;
}

    .pagination-area.desktop[b-k6kxggfxzw] {
        display: flex;
    }

    .pagination-area.mobile[b-k6kxggfxzw] {
        display: none;
    }

@media (max-width: 600px) {
    .image-select-root[b-k6kxggfxzw] {
        flex-direction: column;
    }

    .image-area[b-k6kxggfxzw] {
        width: 100%;
    }

    .upload-area[b-k6kxggfxzw] {
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding: 4px 8px;
        align-items: center;
        text-align: center;
    }

    .image-grid[b-k6kxggfxzw] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 4px;
    }

    .image-grid-display[b-k6kxggfxzw] {
        height: 120px;
    }

    .ai-gen-button-area[b-k6kxggfxzw] {
        flex-direction: column;
        gap: 4px;
        align-items: center;
        justify-content: center;
        height: max-content;
    }

    .pagination-area.desktop[b-k6kxggfxzw] {
        display: none;
    }

    .pagination-area.mobile[b-k6kxggfxzw] {
        display: flex;
    }
}
/* /Pages/Render/Components/RenderPreviewModule.razor.rz.scp.css */


/* /Pages/Render/Components/SlideFrameSetupGuidedMode.razor.rz.scp.css */
label[b-tiuoo42jhv] {
    font-size: 14px;
}

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

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

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

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

.full-image-selector:hover > .slide-animation-icon[b-tiuoo42jhv] {
    font-size: 22px;
}
/* /Pages/Render/Components/SlideFrameSetupNew.razor.rz.scp.css */
label[b-p1zfk8ar5z] {
    font-size: 14px;
}

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

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

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

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

.full-image-selector:hover > .slide-animation-icon[b-p1zfk8ar5z] {
    font-size: 22px;
}
/* /Pages/Render/Module_RenderSetup_GuidedMode.razor.rz.scp.css */
.bgm-sequence[b-tjol4id4y8] {
    display: flex;
    min-width: 200px;
    align-items: center;
    width: 280px;
    height: 64px;
    border-radius: 8px;
    background-color: #FF9966
}

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

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

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

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

.sequence-selector-content[b-tjol4id4y8] {
    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;
}

.stepper-container[b-tjol4id4y8] {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    width:100%;
}

.stepper[b-tjol4id4y8] {
    display: flex;
    align-items: center;
    gap: 40px;
}

.step[b-tjol4id4y8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.circle[b-tjol4id4y8] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 4px;
    border: 2px solid #ccc;
    background: #f5f5f5;
    color: #aaa;
    transition: all 0.3s;
}

.label[b-tjol4id4y8] {
    font-size: 0.95rem;
    color: #444;
    margin-top: 2px;
    text-align: center;
}

.step.current .circle[b-tjol4id4y8] {
    background: #e0e3ff;
    color: #4328a9;
    border-color: #a3a7e7;
}

.step.current .label[b-tjol4id4y8] {
    font-weight: 600;
    color: #222;
}

.step.done .circle[b-tjol4id4y8] {
    background: #d4f6d4;
    color: #2e7d32;
    border-color: #81c784;
}

.step.done .label[b-tjol4id4y8] {
    color: #2e7d32;
}

.step.empty .circle[b-tjol4id4y8] {
    background: #eaeaea;
    color: #bbb;
    border-color: #ccc;
}

.step.empty .label[b-tjol4id4y8] {
    color: #bbb;
}

/* Stepper connecting lines */
.step:not(:last-child)[b-tjol4id4y8]::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 100%;
    width: 40px;
    height: 4px;
    background: #e0e0e0;
    z-index: 0;
}

.step.done:not(:last-child)[b-tjol4id4y8]::after {
    background: #81c784;
}

/*.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-tjol4id4y8] {
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    z-index: 5;
    background-color: #FFFFFF;
    opacity: 0;
}

.sequence-overlay-hover:hover[b-tjol4id4y8] {
    opacity: 0.4;
}
/* /Pages/Render/RenderHome.razor.rz.scp.css */
.page-parent[b-hozxv1vcsc] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 20px 20px 72px 20px;
}

.grid-container[b-hozxv1vcsc] {
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-auto-rows: auto;
    gap: 8px;
    width: 100%;
}

.grid-item[b-hozxv1vcsc] {
    display: flex;
    width: 100%;
    height: 200px;
}

.loading-area[b-hozxv1vcsc] {
    display: flex;
    width: 100%;
    height: 400px;
    align-items: center;
    justify-content: center;
}

.pagination-area[b-hozxv1vcsc] {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}

@media screen and (max-width: 576px) {
    .page-parent[b-hozxv1vcsc] {
        padding: 20px 8px 72px 8px;
    }

    .grid-container[b-hozxv1vcsc] {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
}
/* /Pages/Render/RenderPreview.razor.rz.scp.css */
.landscape[b-qsejuabyal] {
    width: 100%;
    aspect-ratio: 16/9;
}

.portrait[b-qsejuabyal] {
    height: 75vh;
    width: auto;
    aspect-ratio: 9/16;
}
/* /Pages/Render/RenderSetup.razor.rz.scp.css */
.bgm-sequence[b-bwhtoud6xh] {
    display: flex;
    min-width: 200px;
    align-items: center;
    width: 280px;
    height: 64px;
    border-radius: 8px;
    background-color: #FF9966
}

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

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

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

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

.sequence-selector-content[b-bwhtoud6xh] {
    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;
}

.stepper-container[b-bwhtoud6xh] {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.stepper[b-bwhtoud6xh] {
    display: flex;
    align-items: center;
    gap: 40px;
}

.step[b-bwhtoud6xh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.circle[b-bwhtoud6xh] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 4px;
    border: 2px solid #ccc;
    background: #f5f5f5;
    color: #aaa;
    transition: all 0.3s;
}

.label[b-bwhtoud6xh] {
    font-size: 0.95rem;
    color: #444;
    margin-top: 2px;
    text-align: center;
}

.step.current .circle[b-bwhtoud6xh] {
    background: #e0e3ff;
    color: #4328a9;
    border-color: #a3a7e7;
}

.step.current .label[b-bwhtoud6xh] {
    font-weight: 600;
    color: #222;
}

.step.done .circle[b-bwhtoud6xh] {
    background: #d4f6d4;
    color: #2e7d32;
    border-color: #81c784;
}

.step.done .label[b-bwhtoud6xh] {
    color: #2e7d32;
}

.step.empty .circle[b-bwhtoud6xh] {
    background: #eaeaea;
    color: #bbb;
    border-color: #ccc;
}

.step.empty .label[b-bwhtoud6xh] {
    color: #bbb;
}

/* Stepper connecting lines */
.step:not(:last-child)[b-bwhtoud6xh]::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 100%;
    width: 40px;
    height: 4px;
    background: #e0e0e0;
    z-index: 0;
}

.step.done:not(:last-child)[b-bwhtoud6xh]::after {
    background: #81c784;
}

/*.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-bwhtoud6xh] {
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    z-index: 5;
    background-color: #FFFFFF;
    opacity: 0;
}

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

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

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


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

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

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

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


/* /Pages/ScriptMaker/Prefab/OptionCard.razor.rz.scp.css */
.option-container[b-3q4pahwbbj] {
    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-3q4pahwbbj] {
        background-color: #552D8B;
    }

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

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

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

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

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

.button-extra[b-3q4pahwbbj] {
    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-3q4pahwbbj] {

}

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

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


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

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

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

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

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

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


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



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

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

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

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

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

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

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

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

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


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

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

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

.interactable[b-et3xtl9atx]{ 
    cursor: pointer !important;
    text-decoration: underline !important;
    color: #552D8B !important;
}
/* /Pages/Shop/Invoice.razor.rz.scp.css */
@media print {
    .no-print[b-qwsl5pzdng], .no-print *[b-qwsl5pzdng] {
        display: none !important;
    }

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

.grand-total[b-qwsl5pzdng] {
    font-weight: bold;
    font-size: 18px;
}
/* /Pages/Shop/Subscription/Modules/Module_SubShop_Card_V2.razor.rz.scp.css */
.subcard-main[b-rbqzcdijys] {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 12px;
    border: 2px solid var(--color-purple-light);
    overflow: clip;
    background-color: var(--color-gray-light);
}

.subcard-header[b-rbqzcdijys] {
    display: flex;
    width: 100%;
    min-height: 80px;
    align-items: center;
    justify-content: center;
    background-color: var(--color-purple-main);
    color: var(--color-orange-main);
    font-size: 34px;
}

.subcard-price[b-rbqzcdijys] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    padding: 20px 20px 12px 20px;
    gap: 8px;
}

    .subcard-price > .currency[b-rbqzcdijys] {
        font-size: 16px;
        color: var(--color-black-main);
    }

    .subcard-price > .price[b-rbqzcdijys] {
        font-size: 48px;
        font-weight: 800;
        color: var(--color-purple-main);
    }

    .subcard-price > .period[b-rbqzcdijys] {
        font-size: 16px;
        color: var(--color-black-main);
    }

.subcard-body[b-rbqzcdijys] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    padding: 20px;
    flex: 1;
}

.subcard-footer[b-rbqzcdijys] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    border-top: 2px solid var(--color-purple-light);
}
/* /Pages/Shop/Subscription/Page_SubscriptionShop.razor.rz.scp.css */
.grid-container[b-g8he2qey10] {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 400px), 1fr));
    gap: 16px; /* Optional: space between grid items */
}

.grid-container i[b-g8he2qey10]{
    font-size:30px;
}

.info-button[b-g8he2qey10] {
    color: #6051A1 !important;
    font-size: larger !important;
}

.active-po-area[b-g8he2qey10] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 12px;
    border: 2px solid var(--color-purple-light);
    background-color: var(--color-gray-light);
    padding: 20px;
}


/* Tooltip container */
.info-tooltip[b-g8he2qey10] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .info-tooltip .tooltiptext[b-g8he2qey10] {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

        /* Tooltip arrow */
        .info-tooltip .tooltiptext[b-g8he2qey10]::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
.info-tooltip:hover .tooltiptext[b-g8he2qey10] {
    visibility: visible;
    opacity: 1;
}

/* /Pages/User/Modules/Module_MyAccount_SubUsage.razor.rz.scp.css */
.responsive-flex[b-h7hm5qi906] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: fit-content;
}
.tooltip-inner[b-h7hm5qi906] {
    background: #6051A1 !important;
    max-width: fit-content !important;
}

    .tooltip-inner p[b-h7hm5qi906] {
        text-align: left;
    }

.info-button[b-h7hm5qi906] {
    color: #6051A1 !important;
    font-size: larger !important;
}
.tooltip[b-h7hm5qi906] {
    opacity: 1 !important;
    --bs-tooltip-bg: #6051A1;
}
@media (max-width: 600px) {
    .responsive-flex[b-h7hm5qi906] {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
} 
/* /Pages/User/MyTransactionManagement.razor.rz.scp.css */
.sj-tab-container[b-l87w3dj19e]
{
    width: 100%;
}

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

.credit-container[b-l87w3dj19e] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
}
/* /Pages/VideoRender/VideoRender_Home.razor.rz.scp.css */
.queue-container[b-8mdw6mbblc] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
    width: 100%;
    margin-bottom: 24px;
}

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

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

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

.queue-item-date[b-8mdw6mbblc] {
    font-weight: 400;
    font-size: 12px;
    height: 100%;
    flex: 1;
    flex-direction:column;
    gap:8px;
    display:flex;
}
