/* _content/vrDesignerWeb/Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
/* _content/vrDesignerWeb/Components/Layout/EmbedLayout.razor.rz.scp.css */
.embed[b-y5zffucf2e] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}
/* _content/vrDesignerWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-w0n71ebavt] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    background-color: var(--color-background);
}

main[b-w0n71ebavt] {
    flex: 1;
    background-color: var(--color-background);
}

.content[b-w0n71ebavt] {
    padding: 1rem !important;
    background-color: var(--color-background);
}

.sidebar[b-w0n71ebavt] {
    background-color: var(--color-background);
    color: var(--color-text);
    width: 250px; /* Set a fixed width */
    min-width: 250px; /* Prevent shrinking */
    max-width: 250px; /* Prevent growing */
    flex-shrink: 0; /* Stop it from shrinking */
    transition: background-color 0.4s, color 0.3s !important;
}


.top-row[b-w0n71ebavt] {
    background-color: #f7f7f7;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-w0n71ebavt]  a, .top-row[b-w0n71ebavt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-w0n71ebavt]  a:hover, .top-row[b-w0n71ebavt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-w0n71ebavt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }




.offline-banner[b-w0n71ebavt] {
    position: fixed;
    bottom: -50px; /* start off-screen */
    left: 0;
    right: 0;
    height: 50px;
    /*background: #ffcc00;*/
    background: var(--color-warning);
    color: var(--color-text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-weight: bold;*/
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
    transition: bottom 0.3s ease-in-out;
    z-index: 9999;
}

    /* When we add .show, it slides up into view */
    .offline-banner.show[b-w0n71ebavt] {
        bottom: 0;
    }





@media (max-width: 740.98px) {
    .top-row[b-w0n71ebavt] {
        justify-content: space-between;
    }

    .top-row[b-w0n71ebavt]  a, .top-row[b-w0n71ebavt]  .btn-link {
        margin-left: 0;
    }

    .sidebar[b-w0n71ebavt] {
        width: 100% !important;
        position: sticky;
        top: 0;
        min-width: none;
        max-width: none;
    }
}




@media (min-width: 741px) {
    .page[b-w0n71ebavt] {
        flex-direction: row;
    }

    .sidebar[b-w0n71ebavt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-w0n71ebavt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-w0n71ebavt]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-w0n71ebavt], article[b-w0n71ebavt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}






#blazor-error-ui[b-w0n71ebavt] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-w0n71ebavt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/vrDesignerWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fg58l0a04c] {
    appearance: none;
    cursor: pointer;
    width: 4.5rem;
    height: 3.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    /*border: 1px solid rgba(255, 255, 255, 0.1);*/
    /*background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);*/
    background: var(--menuIcon);
    opacity: 0.6;
}


.navbar-toggler:checked[b-fg58l0a04c] {
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-brand[b-fg58l0a04c] {
    font-size: 1.1rem;
}

.nav-logo[b-fg58l0a04c] {
    position: relative;
    display: block;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
    background-color: transparent;
    /*opacity: 0.8;*/
}

.vrdesginer[b-fg58l0a04c] {
    font-family: 'OleoScript';
    font-size: 32px;
    color: var(--color-cloud);
    transform: translateX(-4px);
}

.container-fluid[b-fg58l0a04c] {
    flex: 1;
    position: relative;
    display: flex;
    background-color: transparent;
    display: grid;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    user-select: none;
}


.bi[b-fg58l0a04c] {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}




.bi-house-door-fill-nav-menu[b-fg58l0a04c] {
    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-fg58l0a04c] {
    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-fg58l0a04c] {
    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");
}

.bi-lock-nav-menu[b-fg58l0a04c] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-fg58l0a04c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-fg58l0a04c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-fg58l0a04c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-fg58l0a04c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-fg58l0a04c] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fg58l0a04c] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fg58l0a04c] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fg58l0a04c]  .nav-link {
        /*color: #d7d7d7;*/
        color: var(--color-text);
        background: none;
        border: none;
        border-radius: 0.5rem;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-fg58l0a04c]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: black;
}

    .nav-item[b-fg58l0a04c]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: var(--color-text);
    }

.nav-scrollable[b-fg58l0a04c] {
    display: none;
    user-select: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fg58l0a04c] {
    display: block;
}







@media (min-width: 741px) {
    .navbar-toggler[b-fg58l0a04c] {
        display: none;
    }

    .nav-scrollable[b-fg58l0a04c] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }


}



@media (max-width: 741px) {
    .nav-logo[b-fg58l0a04c] {
        height: 4rem;
    }
}
/* _content/vrDesignerWeb/Components/Pages/AddAsset.razor.rz.scp.css */
.content-AddItem[b-q4fal9a358] {
    /*border: 5px solid yellow;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.content-AddItem-main[b-q4fal9a358] {
    border: 3px solid var(--color-ok);
    position: relative;
    display: flex;
    width: clamp( 600px, 90%, 600px);
    aspect-ratio: 2 / 1;
    margin: 0;
    padding: 0;
    border-radius: 1rem;
    /*object-fit: scale-down;*/
    /*flex-wrap: wrap;*/
    box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;
    margin: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.project-addItem-title[b-q4fal9a358] {
    /*border: 5px solid blue;*/
    font-family: 'Montserrat-Medium';
    margin: 1rem;
    color: var(--color-text);
    flex: 1;
}





.form-AddItem[b-q4fal9a358] {
    /*border: 5px solid green;*/
    /*margin: 1rem;*/
    color: var(--color-text);
    flex: 4;
    width: 100%;
    gap: 1rem;
    box-shadow: 2px 2px 4px var(--color-shadow) inset, -2px -2px 6px var(--color-highlight) inset;
    padding: 1rem !important;
}


.form-AddItem-Top[b-q4fal9a358] {
    /*border: 5px solid yellow;*/
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.input-addFile[b-q4fal9a358] {
    /*background-color: var(--color_background-light);*/
    border-radius: 1rem;
    flex: 1;
    width: 100%;
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: start;
    align-content: flex-start;
}

.hidden-input-addFile[b-q4fal9a358] {
    opacity: 0 !important;
    pointer-events: none !important;
    display: none !important;
    position: absolute !important;
}


.form-AddItem-Bottom[b-q4fal9a358] {
    /*border: 5px solid red;*/
    position: relative;
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow: clip;
    overflow-y: auto;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 12px 12px var(--color-shadow) inset;
}

.form-AddItem-Bottom-item[b-q4fal9a358] {
    /*border: 5px solid blue;*/
    position: relative;
    flex: 1;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
}

.form-AddItem-Bottom-item-left[b-q4fal9a358] {
    /*border: 5px solid yellow;*/
    flex: 3;
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: start;
    align-content: flex-start;
    margin-left: 1rem;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(12px, 3vw, 16px);
}
.form-AddItem-Bottom-item-right[b-q4fal9a358] {
    /*border: 5px solid green;*/
    flex: 1;
    position: relative;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: end;
    align-content: flex-end;
    margin-right: 1rem;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(12px, 3vw, 16px);
}


.uploadProgress[b-q4fal9a358] {
    margin-top: 0.5rem;
    flex: 0.5;
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 6px var(--color-shadow) inset, -3px -3px 6px var(--color-highlight) inset;
    background-color: var(--color-ok);
    align-items: center;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
}

.uploadProgress-text[b-q4fal9a358] {
    margin: 1rem;
    text-align: center;
    top: 50%;
    color: var(--color-text-light) !important;
}





    .project-add-enter[b-q4fal9a358] {
        /*border: 5px solid blue;*/
        font-family: 'Montserrat-Medium';
        margin: 1rem;
        color: var(--color-text);
        flex: 1;
    }



.label[b-q4fal9a358] {
    text-align: start;
}


.input-assetname[b-q4fal9a358] {
    background-color: var(--color_background-light);
    border-radius: 0.5rem;
    flex: 1;
    width: 100%;
}

    .input-assetname[b-q4fal9a358]::selection {
        background-color: var(--color-text_selection);
    }

    .input-assetname:focus[b-q4fal9a358] {
        /*border-color: var(--color-vrdLogo);*/
    }






.form-AddYouTube[b-q4fal9a358] {
    color: var(--color-text);
    flex: 4;
    width: 100%;
    gap: 1rem;
    box-shadow: 2px 2px 4px var(--color-shadow) inset, -2px -2px 6px var(--color-highlight) inset;
    padding: 1rem !important;
}


.input-weblinkPath[b-q4fal9a358] {
    background-color: var(--color_background-light);
    color: var(--color-text);
    border-radius: 0.5rem;
    flex: 1;
    width: 100%;
}



.border-cloud[b-q4fal9a358]{
    border: 3px solid var(--color-cloud);
}
/* _content/vrDesignerWeb/Components/Pages/AppSettings.razor.rz.scp.css */
.loading-main[b-rn8pv81s5l] {
    width: 100%;
    height: auto;
    display: flex;
}


.loading-text[b-rn8pv81s5l] {
    margin-top: 30%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    color: var(--color-text);
    padding: 2rem;
}


.settings-title[b-rn8pv81s5l] {
    position: relative;
    overflow: visible;
    height: 200px;
    width: 100%;
}

.title-text[b-rn8pv81s5l] {
    margin-top: 2rem;
    position: relative;
    padding: 1rem 2rem;
    text-align: center;
    color: var(--color-text-2) !important;
    pointer-events: none;
    font-size: 48px;
    text-shadow: 1px 1px 8px var(--color-shadow2);
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}



.settings-container[b-rn8pv81s5l] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: left;
    padding: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.settings-content[b-rn8pv81s5l] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.consent-buttin-container[b-rn8pv81s5l] {
    position: relative;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: right;
    margin-top: 1rem;
}

.settings-button[b-rn8pv81s5l] {
    margin: 0.5rem;
}


.text[b-rn8pv81s5l] {
    text-align: left;
    color: var(--color-text);
    margin: 0.5rem;
}

.dropdown[b-rn8pv81s5l] {
    max-width: 200px;
    background-color: var(--color-background);
}
/* _content/vrDesignerWeb/Components/Pages/AssetDownload.razor.rz.scp.css */


.main[b-mjstkvhq0h] {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    backdrop-filter: blur(10px);
}


.settings-main[b-mjstkvhq0h] {
    position: fixed;
    width: 600px;
    height: auto;
    left: 50%;
    top: 50%;
    left: calc(50% - 300px);
    top: calc(50% - 400px);
    background-color: var(--color-background);
    border-radius: 1rem;
    border: 4px solid var(--color-vrdLogo);
    box-shadow: 4px 4px 8px var(--color-shadow);
    padding: 1rem;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    user-select: none;
}


.panel-title[b-mjstkvhq0h] {
    position: relative;
    width: 100%;
    height: auto;
}

.panel-title-text[b-mjstkvhq0h] {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
}



.button-close[b-mjstkvhq0h] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    top: 1rem;
    right: 1rem;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1;
}


.download-list[b-mjstkvhq0h] {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 100px;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    overflow: scroll;
    border: 2px solid var(--color-vrdLogo);
}

.list-text[b-mjstkvhq0h]{

}



.download-status[b-mjstkvhq0h]{
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

.progress-text[b-mjstkvhq0h]{
    font-size: 14px;
    color: var(--color-text);
}

.progress-bar[b-mjstkvhq0h] {
    position: relative;
    width: 90%;
    border-radius: 0.5rem !important;
    background-color: var(--color-background) !important;
    border: 2px solid var(--color-vrdLogo) !important;
}



.button-body[b-mjstkvhq0h] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 2rem;
}

.button-body-box[b-mjstkvhq0h] {
    position: relative;
    width: 100%;
}


.disabled-button[b-mjstkvhq0h]{
    opacity: 0.6;
    filter: grayscale(1);
}



.option-list[b-mjstkvhq0h]{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
/* _content/vrDesignerWeb/Components/Pages/AssetPicker.razor.rz.scp.css */
.floating-browser-main[b-839nsd52rx] {
    /*border: 2px solid red;*/
    position: absolute;

    left: 250px;
    right: 0;
    margin: auto;
    height: auto;

    /*bottom: 1rem;*/
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.floating-browser[b-839nsd52rx] {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    /*border: 4px solid #ccc;*/
    background-color: var(--color-background);
    box-shadow: 0px 4px 16px var(--color_shadow2);
    z-index: 1000;
    height: auto;
    max-height: 400px;
    min-height: 50px;
    max-width: 1100px;
    width: 100%;
    border: 4px solid var(--color-ok);
    object-fit: contain;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

/*.floating-browser-head {
    height: auto;
    width: 100%;
    max-width: 1100px;
    border: 4px solid var(--color-ok);
    background-color: var(--color-background);
    z-index: 1000;
    flex-direction: row;
}

.floating-browser-text {
    margin: 1rem;
    text-align: center;
}

.floating-browser-close {
    position: relative;
    top: 50%;
    right: 1rem;
    max-width: 1060px;
}*/



.image-strip-img[b-839nsd52rx] {
    /*border: 5px solid red;*/
    position: relative;

    max-width: 100%;
    height: 150px;
    border-radius: 10px;
    margin: 10px;
    object-fit: cover;
    cursor: pointer;

    box-shadow: 0 0 6px rgba(0,0,0,0.75);
    pointer-events: all;
}

.image-strip-img:hover[b-839nsd52rx] {
    transform: scale(1.04);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    transition: ease-in-out 0.4s;
}


.videoPreview[b-839nsd52rx] {
    pointer-events: none;
}


.video-wrapper[b-839nsd52rx] {
    position: relative;
    display: inline-block;
}

.video-overlay[b-839nsd52rx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* Fully transparent */
    cursor: pointer; /* Indicate it's clickable */
}






@media( max-width: 741px ) {

    .floating-browser-main[b-839nsd52rx] {
        left: 0;
    }
}
/* _content/vrDesignerWeb/Components/Pages/ComponentProperties.razor.rz.scp.css */


.properties-main[b-hih4hk7y5x] {
    position: fixed;
    margin: 0 !important;
    padding: 0 !important;
    left: 250px;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 600;
    /*backdrop-filter: blur(10px);*/
}

.properties-container[b-hih4hk7y5x] {
    position: fixed;
    width: 400px;
    height: auto;
    min-height: 160px;
    max-height: 700px;
    left: 50%;
    top: 50%;
    left: calc(50% - 200px);
    top: calc(50% - 300px);
    background-color: var(--color-background);
    border: 3px solid var(--color-vrdLogo-lighter);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    user-select: none;
}

.property-type-text[b-hih4hk7y5x] {
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: var(--color-text);
    text-align: center;
    margin-top: 1rem;
}


.prop-head[b-hih4hk7y5x] {
    position: relative;
    width: 100%;
    flex: 1;
    max-height: 50px;
    display: flex;
    flex-direction: row;
}

.prop-body[b-hih4hk7y5x] {
    position: relative;
    width: 100%;
    flex: 1;
    padding: 1rem;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


.form-label[b-hih4hk7y5x] {
    color: var(--color-text) !important;
}

.button-close[b-hih4hk7y5x] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    top: 1rem;
    right: 1rem;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1;
}






@media( max-width: 741px ) {

    .properties-main[b-hih4hk7y5x] {
        left: 0;
    }
}
/* _content/vrDesignerWeb/Components/Pages/ConsentBanner.razor.rz.scp.css */

.cookie-container[b-b6r6kn82la] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    backdrop-filter: blur(10px);
    user-select: none;
}

.cookie-banner[b-b6r6kn82la] {
    position: relative;
    width: 400px;
    height: 360px;
    background-color: var(--color-background-light);
    color: var(--color-text-light);
    padding: 1rem;
    border-radius: 0.6rem;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}


.cookie-banner-text[b-b6r6kn82la] {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    color: var(--color-text) !important;
}


.cookie-banner-text-head[b-b6r6kn82la] {
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    margin-bottom: 0.5rem;
    color: var(--color-text) !important;
}



.cookie-head[b-b6r6kn82la] {
    position: relative;
    width: 100%;
    height: 30px;
}

.cookie-body[b-b6r6kn82la] {
    position: relative;
    width: 100%;
    margin-top: 2rem;
}

.cookie-foot[b-b6r6kn82la] {
    position: relative;
    height: 30px;
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    gap: 4rem;
}


.cookie-button[b-b6r6kn82la] {
    position: relative;
    padding: 1.2rem;
    margin: 0.1rem;
    color: var(--color-text) !important;
    display: flex;
    align-content: center;
    align-items: center;
    height: 30px;
}

.cookie-button-text[b-b6r6kn82la] {
    position: relative;
    margin: 0;
    padding: 0;
}

.cookie-icon[b-b6r6kn82la] {
    position: absolute;
    color: var(--color-text) !important;
    transform: scale(1.8);
    right: 23px;
    top: 23px;
}
/* _content/vrDesignerWeb/Components/Pages/Display.razor.rz.scp.css */


.page-wrapper[b-yowpjug1l0] {

    display: flex;
    flex-direction: column;
    min-height: 100vh
}



.foot[b-yowpjug1l0] {
    margin-top: auto;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    border-top: 1px solid var(--color-text2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.icon[b-yowpjug1l0]{
    position: relative;
    width: 80px;    
    pointer-events: all;
    user-select: none;
}

    .icon:hover[b-yowpjug1l0] {
        cursor: pointer;
    }

.text[b-yowpjug1l0] {
    position: relative;
    font-size: 14px;
    color: var(--color-text);
    user-select: none;
}

    .text:hover[b-yowpjug1l0] {
        cursor: pointer;
    }





.private-main[b-yowpjug1l0] {
    position: fixed;
    width: 100%;
    height: 100%;
}

.private[b-yowpjug1l0] {
    /*border: 2px solid red;*/
    position: relative;
    width: 400px;
    height: 200px;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-content: center;
}

.private-text[b-yowpjug1l0] {
    /*border: 2px solid green;*/
    color: var(--color-text) !important;
    font-size: 24px;
    position: relative;
    height: auto;
}


.home-button[b-yowpjug1l0] {
    position: relative;
    color: var(--color-text-2) !important;
    transform: translateX(-50%) scale(2);
    background-color: transparent !important;
    border: none !important;
    width: 40px;
    height: 40px;
    left: 50%;
}
/* _content/vrDesignerWeb/Components/Pages/Embed.razor.rz.scp.css */


.embed-container[b-h2nn3btguh] {
    width: 100%;
    height: 100%;
}



.embed-error-msg-main[b-h2nn3btguh] {
    position: fixed;
    width: 100%;
    height: 100%;
}

.embed-error-msg[b-h2nn3btguh] {
    position: relative;
    width: 400px;
    height: 200px;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-content: center;
}

.embed-error-msg-text[b-h2nn3btguh] {
    color: var(--color-text) !important;
    font-size: 24px;
    position: relative;
    height: auto;
}


.home-button[b-h2nn3btguh] {
    position: relative;
    color: var(--color-text-2) !important;
    transform: translateX(-50%) scale(2);
    background-color: transparent !important;
    border: none !important;
    width: 40px;
    height: 40px;
    left: 50%;
}


.dropdown[b-h2nn3btguh] {
    position: absolute;
    max-width: 100%;
    z-index: 101;
    padding: 5px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    background-color: var(--color-background);
}
/* _content/vrDesignerWeb/Components/Pages/FontManager.razor.rz.scp.css */



.font-container[b-6wo1xls33f] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 1rem;
}



.text[b-6wo1xls33f] {
    color: var(--color-text);
}



.font-preview[b-6wo1xls33f] {
    color: var(--color-text);
    /*margin: 0;*/
}

.font-info[b-6wo1xls33f] {
    color: var(--color-text-2);
    font-size: 16px;
}

.font-info-value[b-6wo1xls33f] {
    color: var(--color-text);
    font-size: 16px;
}

.font-name[b-6wo1xls33f] {
    color: var(--color-text);
    font-size: 18px;
}


.font-control-container[b-6wo1xls33f] {
    position: relative;
    /*flex: 1;*/
    width: 100%;
}

.font-preview-container[b-6wo1xls33f] {
    position: relative;
    width: 100%;
    flex: 5;
    display: flex;
    flex-direction: column;
    gap: 4px;
    user-select: none;
    height: 100%; /* or any fixed height, like 600px */
    overflow-y: auto;
}

.page-fonts-container[b-6wo1xls33f] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 1rem;
}

.page-fonts-box[b-6wo1xls33f] {
    position: relative;
    /*width: 200px;*/
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 2rem;
    /*background-color: white;*/
    padding: 1rem;
    cursor: pointer;
}

    .page-fonts-box:hover[b-6wo1xls33f]{
        border: 3px solid var(--color-vrdLogo);
    }





    .font-selected[b-6wo1xls33f] {
        border: 2px solid var(--color-vrdLogo);
        background-color: var(--color-vrdLogo-lighter);
    }



.font-page-control-container[b-6wo1xls33f] {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.button-font-page[b-6wo1xls33f] {
    position: relative;
    flex: 1;
    height: 30px;
    background-color: transparent;
    border: none;
}

.page-font-icon[b-6wo1xls33f]{
    position: relative;
    width: 100%;
    height: 100%;
    transform: scale(1.4);
}

.button-font-center[b-6wo1xls33f] {
    position: relative;
    flex: 4;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
}




.text-numpages[b-6wo1xls33f] {
    font-size: 20px;
    color: var(--color-text-2);
}


.input-page[b-6wo1xls33f] {
    max-width: 60px;
    background-color: transparent;
    text-align: center;
    border: none;
    border-radius: 0.5rem;
    font-size: 24px;
    font-weight: bold;
    color: var(--color-text);
}

    .input-page:hover[b-6wo1xls33f] {
        border: 1px solid var(--color-vrdLogo);
    }



.page-fonts-main[b-6wo1xls33f] {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    border: 1px solid var(--color-vrdLogo);
    border-radius: 1rem;
    background-color: white;
    padding: 0.2rem 0.5rem;
    cursor: pointer;
}

.page-fonts-preview[b-6wo1xls33f] {
    position relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    user-select: none;
}

.page-fonts-preview-font[b-6wo1xls33f] {
    position: relative;
    font-size: clamp( 18px, 1rem, 32px ) !important;
    margin: 0.5rem;
    color: var(--color-text-light);
}




.font-box-main[b-6wo1xls33f] {
    border-top: 1px solid var(--color-vrdLogo);
    /*border-bottom: 1px solid var(--color-vrdLogo);*/
    position: relative;
    flex: 1;
    width: 100%;
    height: auto;
    padding: 0.2rem;
    display: flex;
    cursor: pointer;
}

.font-box-main-selected[b-6wo1xls33f] {
    border: 3px solid var(--color-vrdLogo);
    border-radius: 0.2rem;
    /*background-color: var(--color-vrdLogo-lighter);*/
}


.font-box-preview[b-6wo1xls33f] {
    position: relative;
    flex: 4;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-left: 3rem;
    overflow: hidden;
}

.font-box-info-main[b-6wo1xls33f] {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.font-box-info[b-6wo1xls33f]{
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: row;
/*    justify-content: center;
    align-items: center;
    align-content: center;*/
}

.font-box-info-bit[b-6wo1xls33f] {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: end;
}

.font-box-info-bit-value[b-6wo1xls33f] {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: start;
}

.font-name-main[b-6wo1xls33f] {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 1px solid var(--color-vrdLogo);
    border-left: 1px solid var(--color-vrdLogo);
    border-right: 1px solid var(--color-vrdLogo);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: var(--color-background);
    z-index: 1;
}



.search-bar-main[b-6wo1xls33f] {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background-color: rgb(213, 213, 213);
    border-radius: 0.5rem;
}

.search-bar-box[b-6wo1xls33f] {
    position: relative;
    flex: 1;
}

.search-bar-box-search[b-6wo1xls33f] {
    position: relative;
    flex: 3;
}



.dropdown[b-6wo1xls33f] {
    position: relative;
    height: 30px;
    border-radius: 1rem;
    text-align: center;
    border: none;
    background-color: transparent;
    color: var(--color-text-light);
}


.button-fontbox[b-6wo1xls33f] {
    position: relative;
    width: 100%;
    /*height: 30px;*/
    border-radius: 0.5rem;
    text-align: center;
    border: 1px solid var(--color-vrdLogo);
    background-color: var(--color-vrdLogo-lighter);
    color: var(--color-text-light);
    margin: 0.1rem;
    pointer-events: all !important;
}

/*    .button-fontbox:hover {
        transform: scale(1.04);
    }*/

    .button-fontbox:active[b-6wo1xls33f] {
        transform: scale(0.9);
    }
/* _content/vrDesignerWeb/Components/Pages/GeneralComponents/ButtonLayer.razor.rz.scp.css */



.button-Container[b-chj8yx1i1g] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    gap: 1rem;
    padding: 1rem;
}


.button-main[b-chj8yx1i1g] {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 1rem;
}

.button[b-chj8yx1i1g] {
    position: relative;
    width: auto;
    height: auto;
    background-color: var(--color-background);
}


.button-editmode[b-chj8yx1i1g] {
    border: 2px dashed var(--color-ok);
    padding: 0.2rem;
    border-radius: 0.5rem;
}


.button-properties[b-chj8yx1i1g] {
    position: fixed;
    width: 300px;
    height: auto;
    left: 50%;
    top: 50%;
    left: calc(50% - 200px);
    top: calc(50% - 200px);
    background-color: var(--color-background);
    border-radius: 1rem;
    border: 4px solid var(--color-vrdLogo);
    box-shadow: 4px 4px 8px var(--color-shadow);
    padding: 1rem;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    user-select: none;
    z-index: 600;
}




.panel-title[b-chj8yx1i1g] {
    position: relative;
    width: 100%;
    height: auto;
}

.panel-title-text[b-chj8yx1i1g] {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
}



.button-close[b-chj8yx1i1g] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    top: 1rem;
    right: 1rem;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1;
}
/* _content/vrDesignerWeb/Components/Pages/GeneralComponents/SearchBar.razor.rz.scp.css */


.search-container[b-b220h8zmw3] {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.search-box[b-b220h8zmw3] {
    width: 100%;
    height: 100%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-text-dark);
    border-radius: 2rem;
}


.input-main[b-b220h8zmw3] {
    width: 100%;
    height: 100%;
    /*    display: flex;
    justify-content: center;
    align-items: center;*/
}

.search-input[b-b220h8zmw3] {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-size: 18px;
    border: none;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
}

.search-button[b-b220h8zmw3] {
    width: 50px;
    height: 50px;
    /*border-radius: 1rem;*/
    background-color: transparent;
    color: white;
    border: none;
    box-shadow: none;
    cursor: pointer;
    animation: button-grow 0.6s ease-in-out backwards;
    animation-iteration-count: 1;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: ease-in-out 0.2s
}

    .search-button:hover[b-b220h8zmw3] {
        transform: scale(1.2);
    }

    .search-button:active[b-b220h8zmw3] {
        transform: scale(0.8);
    }





.search-button-icon[b-b220h8zmw3] {
}




.clear-input[b-b220h8zmw3] {
    position: absolute;
    background-color: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    transition: ease-in-out 0.1s;
    transform: translate(-120%, 20%) scale(1.1);
}

    .clear-input:hover[b-b220h8zmw3] {
        transform: translate(-120%, 20%) scale(1.2);
    }

    .clear-input:active[b-b220h8zmw3] {
        transform: translate(-120%, 20%) scale(0.8);
    }
/* _content/vrDesignerWeb/Components/Pages/GeneralComponents/ShareComponent.razor.rz.scp.css */





.component-container[b-bd0w9hmrvz]{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 1rem;
}



.form-label[b-bd0w9hmrvz] {
    color: var(--color-text) !important;
}

.label-text[b-bd0w9hmrvz] {
    color: var(--color-text);
    font-size: 18px;
}


.warning-text[b-bd0w9hmrvz] {
    color: var(--color-warning);
    font-weight: bold;
    font-size: 1rem;
}

.no-component-text[b-bd0w9hmrvz] {
    color: var(--color-warning);
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
}


.dropdown[b-bd0w9hmrvz] {
    position: relative;
    max-width: 240px;
    border: 2px solid var(--color-cloud);
    color: var(--color-text);
    background-color: var(--color-background);
}

.dropdown-dimension-type[b-bd0w9hmrvz] {
    cursor: pointer;
    background-color: var(--color-background);
    color: var(--color-text);
    padding: 0.4rem;
    border: 2px solid var(--color-cloud);
}


.preview-wrap[b-bd0w9hmrvz] {
    position: relative;
    width: 100%;
    height: 400px;
    max-height: 400px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow: scroll;
    background-color: var(--color-background);
    border-radius: 1rem;
}

.component-preview[b-bd0w9hmrvz] {
    position: relative;
    padding: 0;
    width: 80%;
}

.resize-display[b-bd0w9hmrvz]{
    position: absolute;
    left: 1rem;
    top: 1rem;
    color: var(--color-text);
}


.settings-container[b-bd0w9hmrvz] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.settings-checkboxes[b-bd0w9hmrvz] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.settings-inboxes[b-bd0w9hmrvz] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 1rem;
}


.input-main[b-bd0w9hmrvz] {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.input-borderwidth[b-bd0w9hmrvz] {
    color: var(--color-text);
    flex: 2;
    max-width: 100px;
}


.input-width-height[b-bd0w9hmrvz] {
    color: var(--color-text);
    flex: 2;
    max-width: 100px;
    max-height: 40px;
    padding: 0.4rem;
    max-height: 34px;
    background-color: var(--color-background);
    border: 2px solid var(--color-cloud);
}


.dimensions[b-bd0w9hmrvz] {
    position: relative;
    display: flex;
    align-items: end;
}


.code-container[b-bd0w9hmrvz] {
    position: relative;
    border: 1px solid var(--color-ok);
    max-height: 200px;
    background-color: var(--color-background);
    border-radius: 0.2rem;
    overflow: auto;
}


.code-text[b-bd0w9hmrvz] {
    color: var(--color-ok);
    user-select: auto;
}



.copy-code[b-bd0w9hmrvz] {
    color: var(--color-text);
    border: 2px solid var(--color-cloud);
}


.input-button[b-bd0w9hmrvz] {
    color: var(--color-text);
    width: 100%;
    border: 2px solid var(--color-vrdLogo) !important;
}
/* _content/vrDesignerWeb/Components/Pages/GeneralComponents/ShareDirectLink.razor.rz.scp.css */


.directlink-wrap[b-9xx4s7qggi] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}


.form-label[b-9xx4s7qggi] {
    color: var(--color-text) !important;
}

.copy-code[b-9xx4s7qggi] {
    color: var(--color-text);
    border: 2px solid var(--color-cloud);
}

.direct-link-text[b-9xx4s7qggi] {
    color: var(--color-text);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 0.5rem 0;
    padding: 0.5rem;
    border-radius: 0.5rem;
    word-break: break-all;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    max-width: 100%;

}


/* _content/vrDesignerWeb/Components/Pages/GeneralComponents/ShareEmail.razor.rz.scp.css */


.directlink-wrap[b-o4ohsfq37x] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}


.form-label[b-o4ohsfq37x] {
    color: var(--color-text) !important;
}

.copy-code[b-o4ohsfq37x] {
    color: var(--color-text);
    border: 2px solid var(--color-cloud);
}

.direct-link-text[b-o4ohsfq37x] {
    color: var(--color-text);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 0.5rem 0;
    padding: 0.5rem;
    background-color: var(--color-background);
    border-radius: 0.5rem;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    word-break: break-all;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    max-width: 100%;
}



.input-email[b-o4ohsfq37x] {
    background-color: var(--color-background);
    color: var(--color-text);
    flex: 2;
    padding: 0.4rem;
    max-height: 42px;
}
/* _content/vrDesignerWeb/Components/Pages/GeneralComponents/SharePage.razor.rz.scp.css */





.component-container[b-7sn1yxhqrh] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 1rem;
}



.form-label[b-7sn1yxhqrh] {
    color: var(--color-text) !important;
}

.label-text[b-7sn1yxhqrh] {
    color: var(--color-text);
    font-size: 18px;
}


.warning-text[b-7sn1yxhqrh] {
    color: var(--color-warning);
    font-weight: bold;
    font-size: 1rem;
}

.no-component-text[b-7sn1yxhqrh] {
    color: var(--color-warning);
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
}


.dropdown[b-7sn1yxhqrh] {
    position: relative;
    max-width: 240px;
    border: 2px solid var(--color-cloud);
    color: var(--color-text);
}

.dropdown-dimension-type[b-7sn1yxhqrh] {
    cursor: pointer;
    background-color: var(--color-background);
    color: var(--color-text);
    padding: 0.4rem;
}


.preview-wrap[b-7sn1yxhqrh] {
    position: relative;
    width: 100%;
    height: 400px;
    max-height: 400px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow: scroll;
}

.component-preview[b-7sn1yxhqrh] {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.resize-display[b-7sn1yxhqrh] {
    position: absolute;
    left: 1rem;
    top: 1rem;
    color: var(--color-text);
}


.settings-container[b-7sn1yxhqrh] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.settings-checkboxes[b-7sn1yxhqrh] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.settings-inboxes[b-7sn1yxhqrh] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 1rem;
}


.input-main[b-7sn1yxhqrh] {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.input-borderwidth[b-7sn1yxhqrh] {
    color: var(--color-text);
    flex: 2;
    max-width: 100px;
}


.input-width-height[b-7sn1yxhqrh] {
    color: var(--color-text);
    flex: 2;
    max-width: 100px;
    max-height: 40px;
    padding: 0.4rem;
    max-height: 34px;
}


.dimensions[b-7sn1yxhqrh] {
    position: relative;
    display: flex;
    align-items: end;
}


.code-container[b-7sn1yxhqrh] {
    position: relative;
    border: 1px solid var(--color-ok);
    max-height: 200px;
    background-color: var(--color-background);
    border-radius: 0.2rem;
    overflow: auto;
}


.code-text[b-7sn1yxhqrh] {
    color: var(--color-ok);
    user-select: auto;
}


.copy-code[b-7sn1yxhqrh] {
    color: var(--color-text);
    border: 2px solid var(--color-cloud);
}
/* _content/vrDesignerWeb/Components/Pages/GeneralComponents/Title.razor.rz.scp.css */


.title-container[b-fp89fbcx2p]{
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 80px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}


.project-title[b-fp89fbcx2p] {
    position: relative;
    height: auto;
    width: auto;
    pointer-events: none;
}

.title-text[b-fp89fbcx2p] {
    /*margin-top: 2rem;*/
    position: relative;
    /*margin: 0 !important;*/
    padding: 0 !important;
    margin: 0.8rem 1.2rem !important;
    text-align: center;
    color: var(--color-text-2) !important;
    pointer-events: none;
    font-size: 32px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*max-width: 600px;*/
}

.glass-panel[b-fp89fbcx2p] {
    position: absolute;
    box-shadow: 2px 2px 4px var(--color-shadow) 2px 2px 4px var(--color-shadow) inset;
    border-radius: 1rem;
    /*background: rgb(255 255 255, 0.5);*/
    /*backdrop-filter: blur(12px);*/
    overflow: hidden;
    /*var(--color-shadow)*/
    border: 2px solid var(--color-vrdLogo);
}

    .glass-panel[b-fp89fbcx2p]::after {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 400%;
        height: 200%;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 70%);
        transform: rotate(25deg);
        animation: light-streak-b-fp89fbcx2p 6s infinite linear;
    }


@keyframes light-streak-b-fp89fbcx2p {
    from {
        transform: translateX(-100%) rotate(25deg);
    }

    to {
        transform: translateX(100%) rotate(25deg);
    }
}
/* _content/vrDesignerWeb/Components/Pages/Home.razor.rz.scp.css */




.container[b-ree61x7089] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--color-background);
    max-width: none !important;
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    -webkit-user-select: inherit;
    user-select: inherit;
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}






.head[b-ree61x7089] {
    height: 75px;
    transition: none;
    border-radius: 1rem;
    animation: fadein 2s ease-in-out 0.2s backwards;
    animation-iteration-count: 1;
}

.title-overlay[b-ree61x7089] {
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 1rem 2rem;
    width: 90%;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 3rem !important;
}

.title-text[b-ree61x7089] {
    font-family: 'OleoScript';
    position: relative;
    flex: 1;
    padding: 0 !important;
    margin: 0rem !important;
    font-size: clamp(16px, 2.4vw, 32px);
    color: var(--color-cloud) !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}



.box-login[b-ree61x7089] {
    flex: 1;
    max-height: 30px;
    /*max-width: var(--max-width);*/
    border-radius: 0.5em;
    display: flex;
    gap: 1em;
    justify-content: end;
    width: 93%;
}

.main-icon[b-ree61x7089] {
    position: absolute;
    width: 60px;
    height: 60px;
    pointer-events: none;
    /*margin-right: -10px;*/
    /*transform: scale(0.6);*/
    z-index: 5;
    display: flex;
    right: 32px;
}

.main-icon-image[b-ree61x7089] {
    position: relative;
    /*transform: translateX(-30px);*/
/*    width: 80px;
    height: auto;*/
    pointer-events: none;
}



.button-login-top[b-ree61x7089] {
    width: auto;
/*    animation: button-slide-in 0.6s ease-out 0.55s backwards;
    animation-iteration-count: 1;*/
    /*border: none !important;*/
    /*background-color: var(--color-cloud) !important;*/
    color: var(--color-text);
    /*font-weight: 500;*/
}


.button-register-top[b-ree61x7089] {
    width: auto;
/*    animation: button-slide-in 0.6s ease-out 0.35s backwards;
    animation-iteration-count: 1;*/
    /*border: none !important;*/
    /*background-color: var(--color-cloud) !important;*/
    color: var(--color-text);
    /*font-weight: 500;*/
}


.gap[b-ree61x7089]{
    width: 100%;
    height: 30px;
}










/*.search-container {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.search-box {
    width: 100%;
    height: 100%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-text-dark);
    border-radius: 2rem;
}


.input-main {
    width: 100%;
    height: 100%;*/
/*    display: flex;
    justify-content: center;
    align-items: center;*/
/*}

.search-input {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-size: 18px;
    border: none;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
}

.search-button {
    width: 50px;
    height: 50px;*/
    /*border-radius: 1rem;*/
    /*background-color: transparent;
    color: white;
    border: none;
    box-shadow: none;
    cursor: pointer;
    animation: button-grow 0.6s ease-in-out backwards;
    animation-iteration-count: 1;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: ease-in-out 0.2s
}

    .search-button:hover{
        transform: scale(1.2);
    }

    .search-button:active {
        transform: scale(0.8);
    }





    .search-button-icon {
    }




.clear-input {
    position: absolute;
    background-color: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    transition: ease-in-out 0.1s;
    transform: translate(-120%, 20%) scale(1.1);
}

    .clear-input:hover {
        transform: translate(-120%, 20%) scale(1.2);
    }

    .clear-input:active {
        transform: translate(-120%, 20%) scale(0.8);
    }*/






.language-container[b-ree61x7089] {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 50px;
    max-height: 30px;
    z-index: 999;
}

.dropdown[b-ree61x7089] {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0.5rem;
    /*border: none !important;*/
    color: var(--color-text);
    border: none !important;
    background-color: var(--color-background);
}


.dropdown-label[b-ree61x7089] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    user-select: none;
}







@keyframes button-grow-b-ree61x7089 {
    from {
            transform: scale(0);
        }

        to {
            transform: scale(1);
        }
    }








    @keyframes button-slide-in-b-ree61x7089 {
        from {
            opacity: 0;
            transform: translateX(-1000px);
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }







    @media (max-width: 741px) {

        .title-overlay[b-ree61x7089] {
            text-align: center;
        }

        .box-login[b-ree61x7089] {
            justify-content: center;
            width: 100%;
        }

        .main-icon[b-ree61x7089] {
            transform: translate(0, -100%) scale(0.6);
        }

        .title-text[b-ree61x7089] {
            letter-spacing: 0.6rem;
        }
    }
/* _content/vrDesignerWeb/Components/Pages/Image.razor.rz.scp.css */

.main[b-0wcvt84d5z] {
    /*border: 3px dotted green;*/
    position: relative;
    width: auto;
    height: auto;

    display: flex;
    justify-content: center;
}



.image-view[b-0wcvt84d5z] {
    /*border: 3px dashed red;*/
    position: relative;
    width: 100%;
    height: 100%;
}


.show-pointer[b-0wcvt84d5z] {
    pointer-events: auto !important;
}

    .show-pointer:hover[b-0wcvt84d5z] {
        cursor: pointer !important;
    }




.image-view-fullscreen[b-0wcvt84d5z] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: auto !important;
    z-index: 1000 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

    .image-view-fullscreen:hover[b-0wcvt84d5z] {
        cursor: pointer;
    }



.overlay-backButton[b-0wcvt84d5z] {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 18px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    padding: 5px;
    border-radius: 8px;
    z-index: 99 !important;
}

.overlay-itemInfoPanel[b-0wcvt84d5z] {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 8px;
    width: 20%;
    max-width: 250px;
    aspect-ratio: 1 / 1.3;
    z-index: 99 !important;
    border-top-right-radius: 1rem;
}

.overlay-itemInfoPanel_bg[b-0wcvt84d5z] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    z-index: 100 !important;
}

.overlay-itemInfoPanel_image img[b-0wcvt84d5z] {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    border: 2px solid rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    box-sizing: border-box;
    mix-blend-mode: multiply;
    z-index: 99 !important;
}


.clipped[b-0wcvt84d5z] {
    clip-path: circle(45% at center);
}

.noclip[b-0wcvt84d5z] {
    /*filter: brightness(1.2);*/
}


.info-text[b-0wcvt84d5z] {
    font-size: clamp( 6px, 1vw, 18px);
    z-index: 99 !important;
}


.button-fullsreen[b-0wcvt84d5z] {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 0.5rem;
    background-color: var(--color-vrdLogo);
    padding: 0.5rem;
    animation: GrowShow-b-0wcvt84d5z 0.5s ease-in-out 0.3s backwards;
}

.fullscreen-icon[b-0wcvt84d5z]{
    transform: scale(0.8);
}


.button-close-preview[b-0wcvt84d5z] {
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 5rem;
    z-index: 101 !important;
    padding: 0;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: rgba(1,1,1,0.3);
}

.button-closeicon[b-0wcvt84d5z] {
    color: var(--color-text-dark);
}



@keyframes GrowShow-b-0wcvt84d5z {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* _content/vrDesignerWeb/Components/Pages/Image360.razor.rz.scp.css */


.main[b-lsr0fgem2b] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

/*.pano-view {
    position: relative;
    width: 100%;
    height: 100%;

    z-index:1;

    animation: delayShow 1.2s ease-in-out 0.25s backwards;
}*/

.pano-view[b-lsr0fgem2b] {
    position: relative;
    flex: 1;
    min-height: 0;
    z-index: 1;
    animation: delayShow 1.2s ease-in-out 0.25s backwards;
    width: 100%;
    height: 100%;
}
    .pano-view:hover[b-lsr0fgem2b] {
        cursor: pointer;
    }


canvas.pano-canvas[b-lsr0fgem2b] {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

/*canvas.pano-canvas {
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/





.pano-view-fullscreen[b-lsr0fgem2b] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1000 !important;
}

    .pano-view-fullscreen:hover[b-lsr0fgem2b] {
        cursor: pointer;
    }



.overlay-backButton[b-lsr0fgem2b] {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 50px;
    color: white;
    font-size: 18px;
    padding: 5px;
    border-radius: 8px;
    z-index: 100 !important;
}

.switch-button[b-lsr0fgem2b] {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 120px;
    color: white;
    font-size: 18px;
    padding: 5px;
    border-radius: 8px;
    z-index: 100 !important;
}

.overlay-itemInfoPanel[b-lsr0fgem2b] {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 8px;
    min-width: 160px;
    width: 20%;
    max-width: 250px;
    aspect-ratio: 1 / 1.3;
    z-index: 99 !important;
    border-top-right-radius: 1rem;
}

.overlay-itemInfoPanel_bg[b-lsr0fgem2b] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.overlay-itemInfoPanel_image img[b-lsr0fgem2b] {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    border: 2px solid rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    box-sizing: border-box;    
}

.clipped[b-lsr0fgem2b] {
    clip-path: circle(45% at center);
    mix-blend-mode: multiply;
}
.noclip[b-lsr0fgem2b] {
    /*filter: brightness(1.2);*/
}


.info-text[b-lsr0fgem2b] {
    font-size: clamp( 12px, 1vw, 18px);
    text-overflow: ellipsis;
    z-index: 100 !important;
}


.button-fullsreen[b-lsr0fgem2b] {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 0.5rem;
    background-color: var(--color-cloud);
    padding: 0.5rem;
    animation: GrowShow-b-lsr0fgem2b 0.3s ease-in-out 0.3s backwards;
}

.fullscreen-icon[b-lsr0fgem2b] {
    transform: scale(0.8);
}


.loading-image360[b-lsr0fgem2b] {
    position: absolute;
    top: 50%;
    right: 50%;
    padding: 5px;
}

.loading-image360-text[b-lsr0fgem2b]{
    position: absolute;

    text-align: center;
    align-content: center;

    transform: translate(-50%, -50%);

    font-size: clamp( 12px, 1.2rempx, 34px);
    color: gray;
}



.button-capture360preview[b-lsr0fgem2b] {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: white;
    font-size: 18px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    z-index: 100 !important;
}

.iconCapture[b-lsr0fgem2b] {
    transform: translateY(3px) scale(1.2);
}




@keyframes GrowShow-b-lsr0fgem2b {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.button-close-preview[b-lsr0fgem2b] {
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 5rem;
    z-index: 101 !important;
    padding: 0;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: rgba(1,1,1,0.3);
}

.button-closeicon[b-lsr0fgem2b] {
    color: var(--color-text-dark);
}
/* _content/vrDesignerWeb/Components/Pages/ListStrip.razor.rz.scp.css */
.image-strip-container[b-9bqep2waoa] {
    display: flex;
    justify-content: flex-start;
    overflow: clip;
    overflow-x: auto !important;
    width: 100%;
    height: auto;
    white-space: initial;
    padding: 0.5rem;
    align-items: center;
    align-content: center;
    box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;
    gap: 10px;
}


.flex-wrap[b-9bqep2waoa] {
    flex-wrap: wrap;
    justify-content: center !important;
}

.image-strip[b-9bqep2waoa] {
    /*border: 5px solid pink;*/
    position: relative;
    flex: 1;
    width: 100%;
    height: auto;

    max-height: 400px;
}

.image-strip-img[b-9bqep2waoa] {
    /*border: 5px solid red;*/
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    position: relative;
    height: auto;
    display: block;
    height: auto;
    max-height: clamp(50px, 8rem, 150px);
    display: inline-block;
    /*border-radius: 10px;*/
    margin: 10px;
    object-fit: cover;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-shadow: 0 0 6px rgba(0,0,0,0.75);
    pointer-events: all;
}

    .image-strip img:hover[b-9bqep2waoa] {
        transform: scale(1.04);
        box-shadow: 0 0 20px rgba(0,0,0,0.5);
        transition: ease-in-out 0.4s;
    }


.image-strip-img-selected[b-9bqep2waoa]{
    border: 4px solid var(--color-vrdLogo-light);
}

.image-strip-img-selected-hotspot[b-9bqep2waoa] {
    border: 4px dotted var(--color-warning);
}


.videoPreview[b-9bqep2waoa] {
    pointer-events: none;
}


.video-wrapper[b-9bqep2waoa] {
    position: relative;
    display: inline-block;
}

.video-overlay[b-9bqep2waoa] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
}




.list-head[b-9bqep2waoa] {
    height: 30px;
}

.list-head-button-expand[b-9bqep2waoa] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0;
    border: none;
}

    .list-head-button-expand:hover[b-9bqep2waoa] {
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .list-head-button-expand-icon[b-9bqep2waoa] {
        color: var(--color-text-2);
        display: flex;
        transform: scale(1.4);
    }





.asset-block[b-9bqep2waoa] {
    width: 250px;
    height: 200px;
    display: flex;
    flex-direction: column;
    pointer-events: all;
    cursor: pointer;
}

.asset-block-file[b-9bqep2waoa] {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    cursor: pointer;

}

.block-img[b-9bqep2waoa] {
    position: relative;
    flex: 5;
    height: 50%;
    width: auto;
    object-fit: contain;
    pointer-events: none;
}


.block-info[b-9bqep2waoa] {
    position: relative;
    flex: 1;
    height: auto;
    width: auto;
    box-shadow: 4px 4px 6px var(--color-shadow), -4px -4px 6px var(--color-highlight);
    display: flex;
    background-color: var(--color-background);
    border-radius: 0.5rem;
}

.block-info-file[b-9bqep2waoa] {
    position: relative;
    flex: 1;
    height: auto;
    width: auto;
    box-shadow: 4px 4px 6px var(--color-shadow), -4px -4px 6px var(--color-highlight);
    display: flex;
    padding: 1rem;
    background-color: var(--color-background);
    border-radius: 0.5rem;
}

.block-text[b-9bqep2waoa] {
    font-size: clamp( 12px 14px 14px );
    color: var(--color-text);
    margin: 0.3rem;
    text-align: center;
    align-content: center;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}


.edit-button[b-9bqep2waoa] {
    position: absolute;
    border: none;
    background-color: transparent;
    background: no-repeat;
    transform: translateY(-100%);
}

.delete-button[b-9bqep2waoa] {
    position: relative;
    border: none;
    background-color: transparent;
    background: no-repeat;
}

.edit-icon[b-9bqep2waoa] {
    color: var(--color-text-2);
}


.edit[b-9bqep2waoa] {
    pointer-events: all !important;
    border: 2px dashed var(--color-ok);
    padding: 0.5rem;
}



.youtube-iframe[b-9bqep2waoa] {
    width: 100%;
    height: 100%;
    border: none;
}


/* _content/vrDesignerWeb/Components/Pages/Membership.razor.rz.scp.css */
.gap[b-sq535y9ec5]{
    width: 100%;
    height: 60px;
}

.title[b-sq535y9ec5] {
    position: relative;
    overflow: visible;
    height: 200px;
    width: 100%;
}

.title-text[b-sq535y9ec5] {
    margin-top: 2rem;
    position: relative;
    padding: 1rem 2rem;
    text-align: center;
    color: var(--color-text-2) !important;
    pointer-events: none;
    font-size: 48px;
    text-shadow: 1px 1px 8px var(--color-shadow2);
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}



.membership-card-container[b-sq535y9ec5] {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 2rem;
    user-select: none;
}


.membership-card[b-sq535y9ec5] {
    border: 2px solid var(--color-vrdLogo);
    position: relative;
    height: 840px;
    aspect-ratio: 1/4;
    flex: auto;
    min-width: 400px;
    max-width: 500px;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    box-shadow: 6px 6px 4px var(--color-shadow), -4px -4px 8px var(--color-highlight) inset;
}

.card-head[b-sq535y9ec5] {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    position: relative;
    flex: 1;
}

.card-body[b-sq535y9ec5] {
    /*border: 1px solid var(--color-vrdLogo);*/
    position: relative;
    flex: 10;
}

.card-foot[b-sq535y9ec5] {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-content: center;
    align-items: center;
}

.button-select[b-sq535y9ec5] {
    color: var(--color-complement);
    margin-bottom: 0.8rem;
}


.car-head-text[b-sq535y9ec5] {
    position: relative;
    margin: auto;
    text-align: center;
    color: var(--color-text);
    font-size: 24px;
    font-weight: bold;
    padding-top: 0.5rem;
}


.card-body-slot[b-sq535y9ec5] {
    width: 100%;
    height: auto;
    display: flex;
}

.card-body-slot-box[b-sq535y9ec5] {
    position: relative;
    border: 1px solid var(--color-vrdLogo);
    flex: 3;
}

.card-body-slot-box-value[b-sq535y9ec5] {
    position: relative;
    border: 1px solid var(--color-vrdLogo);
    flex: 1;
}

.card-body-slot-box-description[b-sq535y9ec5] {
    height: 80px !important;
    display: flex;
}

.card-body-text[b-sq535y9ec5] {
    font-size: 16px;
    color: var(--color-text);
    height: 16px;
    margin-left: 1rem;
    margin-top: 0.5rem;
}

.subscription-card-body-text[b-sq535y9ec5] {
    font-size: 16px;
    color: var(--color-text);
    height: 32px;
    margin-left: 1rem;
    margin-top: 0.5rem;
}

.card-description-text[b-sq535y9ec5] {
    font-size: 18px;
    color: var(--color-text);
    height: 16px;
    margin-left: 1rem;
    text-align: center;
    position: relative;
    padding: 1rem;
}

.card-body-icon[b-sq535y9ec5] {
    transform: translateY(3px);
    margin-left: 1rem;
}

.card-subscription-body[b-sq535y9ec5] {
    position: relative;
    flex: 10;
    margin-top: 1rem;
}


.membership-subscription-container[b-sq535y9ec5] {
    width: 100%;
    height: 500px;
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 6rem;
    user-select: none;
}

.membership-subscription-card[b-sq535y9ec5] {
    border: 2px solid var(--color-vrdLogo);
    position: relative;
    height: 100%;
    aspect-ratio: 1/4;
    flex: auto;
    min-width: 400px;
    max-width: 700px;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    box-shadow: 6px 6px 4px var(--color-shadow), -4px -4px 8px var(--color-highlight) inset;
}

.card-subscription-head[b-sq535y9ec5] {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    position: relative;
    flex: 1;
    min-height: 50px;
}


.price[b-sq535y9ec5] {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-bottom: 2rem;
    flex-direction: column;
}

.price-text[b-sq535y9ec5]{
    font-size: 32px;
    text-align: center;
    color: var(--color-text);
}

.price-text-small[b-sq535y9ec5] {
    font-size: 18px;
    text-align: center;
    color: var(--color-text);
}




.redirect-bg[b-sq535y9ec5] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(10px);
    z-index: 100;
}

.redirect-panel[b-sq535y9ec5] {
    position: fixed;
    width: 400px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 2px solid var(--color-vrdLogo);
    border-radius: 1rem;
    box-shadow: 6px 6px 4px var(--color-shadow), -4px -4px 8px var(--color-highlight) inset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 1000;
    padding: 1rem;
    backdrop-filter: blur(20px);
}

.redirect-panel-head[b-sq535y9ec5] {
    position: relative;
    flex: 1;
}

.redirect-panel-body[b-sq535y9ec5] {
    position: relative;
    flex: 4;
}

.redirect-panel-head-text[b-sq535y9ec5] {
    color: var(--color-text);
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0.5rem;
    border-bottom: 1px solid var(--color-vrdLogo);
}

.redirect-panel-body-text[b-sq535y9ec5] {
    color: var(--color-text);
    font-size: 16px;
    text-align: center;
    margin-bottom: 1rem;
    padding: 0.5rem;
}
/* _content/vrDesignerWeb/Components/Pages/PageComponents/Component_ABSlider.razor.rz.scp.css */



.title-text[b-dv4o29fj4d] {
    position: absolute;
    color: gray;
    font-size: 64px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}




.ab-slider[b-dv4o29fj4d] {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: auto !important;
    overflow: hidden;
    user-select: none;
}



.image-before[b-dv4o29fj4d], .image-after[b-dv4o29fj4d] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.image-after[b-dv4o29fj4d] {
    clip-path: inset(0 50% 0 0);
}



.slider[b-dv4o29fj4d] {
    -webkit-appearance: none;
    appearance: none;
    background: #00000000;
    border-radius: 4px;
    outline: none;
    position: absolute;
    transform: translateX(-50%);
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100.075%;
    left: 49.75%;
    transform: translateX(-50%);
    z-index: 3;
}


    /* For Chrome, Edge, Safari */
    .slider[b-dv4o29fj4d]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 10px;
        height: 2000px;
        background: var(--color-background);
        border-radius: 5%;
        cursor: col-resize;
        box-shadow: 0 0 4px var(--color-shadow2);
        transition: 0.2s;
    }

    /* For Firefox */
    .slider[b-dv4o29fj4d]::-moz-range-thumb {
        width: 10px;
        height: 2000px;
        background: var(--color-background);
        border: none; /* Remove default border */
        border-radius: 5%;
        cursor: col-resize;
        box-shadow: 0 0 4px var(--color-shadow2);
        transition: 0.2s;
    }


    .slider[b-dv4o29fj4d]::-webkit-slider-thumb:hover {
        cursor: e-resize;
    }

    .slider:hover[b-dv4o29fj4d]{
        border: none !important;
    }

    .slider:active[b-dv4o29fj4d] {
        border: none !important;
    }
/* _content/vrDesignerWeb/Components/Pages/PageComponents/Component_Empty.razor.rz.scp.css */
/* _content/vrDesignerWeb/Components/Pages/PageComponents/Component_Gap.razor.rz.scp.css */
gap[b-uo6mjb9gwn] {
    position: relative;
    width: 100%;
    height: 100%;

    background-color: transparent;
    border: none;
    box-shadow: none;
}
/* _content/vrDesignerWeb/Components/Pages/PageComponents/Component_Head.razor.rz.scp.css */
.project-head-main[b-qisrzdcas9] {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    color: var(--color-text);
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    -webkit-user-select: inherit;
    user-select: inherit;
}


.project-head[b-qisrzdcas9] {
    height: 12rem;
    display: flex;
    flex: content;
    position: relative;
    text-align: center;
    /*box-shadow: 0 0 16px var(--color-shadow2);*/
    animation: fadein-b-qisrzdcas9 1s ease-in-out 0.2s backwards;
    animation-iteration-count: 1;
}





.overlay-text-projectname[b-qisrzdcas9] {
    position: absolute;
    top: 100px;
    left: 50%;
    padding: 1rem 4rem;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white !important;
    pointer-events: none;
    text-shadow: 1px 1px 8px var(--color-shadow2);
}


.text-projectName[b-qisrzdcas9] {
    font-size: clamp( 12px, 2rem, 48px);
}


.text-by-designer[b-qisrzdcas9] {
    display: flex;
    margin: 0;
    font-size: 18px;
    color: var(--color-text2);
    align-content: end;
    justify-content: flex-end;
    pointer-events: none;
    user-select: none;
    transform: translateX(-10px);
}

.gray-text[b-qisrzdcas9] {
    color: gray;
    margin-right: 5px;
}



@keyframes fadein-b-qisrzdcas9 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




.head-image-wrapper[b-qisrzdcas9] {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
}

.head-image[b-qisrzdcas9] {
    position: relative;
    width: 100%;
    object-fit: cover;
    pointer-events: none;
}


.head-video-wrapper[b-qisrzdcas9] {
    position: relative;
    margin: 0;
    display: flex;
    align-content: center;
}

.head-video[b-qisrzdcas9] {
    position: relative;
    width: 100%;
    object-fit: cover;
    pointer-events: none;
}


.head-image360-wrapper[b-qisrzdcas9] {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    z-index: 0 !important;
    user-select: none;
    pointer-events: none;
}

.head-image360[b-qisrzdcas9] {
    position: relative;
    width: 100%;
    object-fit: cover;
    pointer-events: none;
}



.creator-panel[b-qisrzdcas9] {
    position: absolute;
    width: 125px;
    height: 125px;
    top: 75%;
    left: 75%;
    user-select: none;
}

    .creator-panel:hover[b-qisrzdcas9] {
        filter: blur(5);
    }

.creator-image[b-qisrzdcas9] {
    width: 125px;
    height: 125px;
    border-radius: 5rem;
    box-shadow: 6px 6px 16px var(--color-shadow2);
    background-color: var(--color-background);
    padding: 0.3rem;
}




.button-follow[b-qisrzdcas9] {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--color-ok);
    text-shadow: 2px 2px 4px var(--color-shadow2-dark);
    background-color: transparent;
    border: none;
    font-size: clamp(32px, 8rem, 256px);
    opacity: 0;
    transition: ease-in-out 0.15s;
    transform: rotateZ(0deg) scale(1) translate(0, -25%);
}

    .button-follow:hover[b-qisrzdcas9] {
        opacity: 1;
        transform: rotateZ(0deg) scale(1.06) translate(0, -25%);
        text-shadow: 5px 5px 8px var(--color-shadow2-dark);
    }

    .button-follow:active[b-qisrzdcas9] {
        opacity: 0;
        transform: rotateZ(90deg) scale(0.5) translate(0%, -25%);
        text-shadow: 0px 0px 2px var(--color-shadow2-dark);
    }


.text-follow-state-main[b-qisrzdcas9] {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: -3rem;
}
.text-follow-state[b-qisrzdcas9] {
    position: relative;
    color: var(--color-text);
    text-align: center;
    font-size: 20px;
}



.BR[b-qisrzdcas9] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translate(0%,-50%) scale(0.75);
    pointer-events: all !important;
    z-index: 1;
}

.BR-move[b-qisrzdcas9] {
    transform: translate(100%,-50%) scale(0.75);
    z-index: 10;
    pointer-events: all !important;
}


.selected[b-qisrzdcas9] {
    border: 4px solid var(--color-ok);
    padding: -4px;
}

.edit[b-qisrzdcas9] {
    pointer-events: all !important;
    border: 1px dashed var(--color-ok);
}

.font-BB[b-qisrzdcas9] {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    pointer-events: all !important;
    z-index: 11;
    font-size: 13px;
    padding: 2px;
}

.font-BB-size[b-qisrzdcas9] {
    position: absolute;
    left: calc( 50% );
    bottom: 1rem;
    transform: translate(-50%, 120%);
    pointer-events: all !important;
    z-index: 10;
    font-size: 13px;
    padding: 2px;
}


.font-BR[b-qisrzdcas9] {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(400%);
    pointer-events: all !important;
    z-index: 11;
    font-size: 13px;
    padding: 2px;
}

.font-BR-size[b-qisrzdcas9] {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(520%);
    pointer-events: all !important;
    z-index: 10;
    font-size: 13px;
    padding: 2px;
}



.dropdown[b-qisrzdcas9] {
    background: var(--color-background);
    color: var(--color-text);
}







@media( max-width: 1300px ) {
    .creator-panel[b-qisrzdcas9] {
        top: 85%;
        left: 50%;
        transform: translateX(-50%);
    }
}
/* _content/vrDesignerWeb/Components/Pages/PageComponents/Component_Image.razor.rz.scp.css */


.image-main[b-0sa3jb9uol] {
    color: var(--color-text);
    display: flex;
    align-content: center;
}


.image[b-0sa3jb9uol]{
    position: relative;

    width: 100%;

    object-fit: cover;
}


.title-text[b-0sa3jb9uol] {
    position: absolute;
    color: gray;
    font-size: 64px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}
/* _content/vrDesignerWeb/Components/Pages/PageComponents/Component_Image360.razor.rz.scp.css */
.image360-box[b-10jope73de] {
    /*border: 5px solid blue;*/
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: flex;
    flex-direction: column;
}



.image360[b-10jope73de] {
    /*border: 5px solid red;*/
    flex: 1 1 auto;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}


.list[b-10jope73de] {
    /*border: 5px solid yellow;*/
    flex: 0 1 auto;
    position: relative;
    /*max-height: 200px;*/
}

.title-text[b-10jope73de] {
    position: absolute;
    color: gray;
    font-size: 64px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}
/* _content/vrDesignerWeb/Components/Pages/PageComponents/Component_ImageViewer.razor.rz.scp.css */


.image-box[b-sqwnb5kaj6] {
    /*border: 5px solid blue;*/
    width: 100%;
    height: 100%;
    position: relative;


    display: flex;
    flex-direction: column;
}


.image[b-sqwnb5kaj6] {
    /*border: 5px solid red;*/
    flex: 1 1 auto;
    position: relative;
    width: 100%;
    /*height: auto;*/
    object-fit: contain;
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    display: flex;
}


.list[b-sqwnb5kaj6] {
    /*border: 5px solid yellow;*/
    flex: 0 1 auto;
    position: relative;
    /*max-height: 200px;*/
}


.title-text[b-sqwnb5kaj6] {
    position: absolute;
    color: gray;
    font-size: 64px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}
/* _content/vrDesignerWeb/Components/Pages/PageComponents/Component_Text.razor.rz.scp.css */



.text-container[b-2aa432djh8]{
    position: relative;
    width: 100%;
    height: 100%;
}

.text-main[b-2aa432djh8] {
    color: var(--color-text);
    margin: 1rem;
    height: 100%;
}



.text-title[b-2aa432djh8] {
    width: 100%;
    height: auto;
    font-size: clamp(1.25rem, 2.75vw, 2.5rem);
    white-space: pre-wrap;
}

.text-normal[b-2aa432djh8] {
    width: 100%;
    height: auto;
    font-size: clamp(0.75rem, 1.25vw, 1rem);
}




.component-settings[b-2aa432djh8] {
    position: absolute;

    width: 100%;
    height: 100%;

    pointer-events: none;
    z-index: 101;
}



.btn-overlay[b-2aa432djh8] {
    position: absolute;
    color: var(--color-text);
    box-shadow: none !important;
    background-color: var(--color-background);
    box-shadow: 2px 2px 8px var(--color-shadow2) !important;
    border: 3px solid var(--color-ok);
    z-index: 10;
    height: 3%;
    min-height: 32px;
    max-height: 48px;
    width: 3%;
    min-width: 32px;
    max-width: 48px;
}

    .btn-overlay:hover[b-2aa432djh8] {
        background-color: var(--color-cloud);
    }

    .btn-overlay:active[b-2aa432djh8] {
        background-color: var(--color-vrdLogo-lighter);
    }




.BC-left1[b-2aa432djh8] {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-200%) scale(0.75);
    pointer-events: all !important;
    z-index: 101;
    background-color: var(--color-background);
}

.BC-left2[b-2aa432djh8] {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-100%) scale(0.75);
    pointer-events: all !important;
    z-index: 101;
    background-color: var(--color-background);
}

.BC-right1[b-2aa432djh8] {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(0%) scale(0.75);
    pointer-events: all !important;
    z-index: 101;
    background-color: var(--color-background);
}

.BC-right2[b-2aa432djh8] {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(100%) scale(0.75);
    pointer-events: all !important;
    z-index: 101;
    background-color: var(--color-background);
}





.BC-top-top[b-2aa432djh8] {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-150%) scale(0.75);
    pointer-events: all !important;
    z-index: 101;
    background-color: var(--color-background);
}

.BC-top-center[b-2aa432djh8] {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%) scale(0.75);
    pointer-events: all !important;
    z-index: 101;
    background-color: var(--color-background);
}

.BC-top-bottom[b-2aa432djh8] {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(50%) scale(0.75);
    pointer-events: all !important;
    z-index: 101;
    background-color: var(--color-background);
}



.BR[b-2aa432djh8] {
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translate(0%,-50%) scale(0.75);
    pointer-events: all !important;
    z-index: 101;
    background-color: var(--color-background);
}

.BR-move[b-2aa432djh8] {
    transform: translate(100%,-50%) scale(0.75);
    z-index: 10;
    pointer-events: all !important;
}




.BR-dropdown[b-2aa432djh8] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translate(0%, 100%);
    pointer-events: all !important;
    z-index: 101;
    font-size: 13px;
    padding: 0.2rem !important;
    background-color: var(--color-background);
    width: auto !important;
    max-width: 50% !important;
    text-overflow: ellipsis;
}





.text-BR[b-2aa432djh8] {
    position: absolute;
    right: 0.5rem;
    transform: translate(50%,-130%) scale(0.75);
    pointer-events: all !important;
    padding: 3px;
    margin: 0;
    border-radius: 5px;
    z-index: 101;
    background-color: var(--color-background);
}


.text-BC[b-2aa432djh8] {
    position: absolute;
    right: 50%;
    transform: translate(50%,-50%) scale(0.75);
    pointer-events: all !important;
    padding: 3px;
    margin: 0;
    border-radius: 5px;
    z-index: 101;
    background-color: var(--color-background);
}

.text-BL[b-2aa432djh8] {
    position: absolute;
    left: 0;
    transform: translate(-75%,-140%) scale(0.75);
    pointer-events: all !important;
    padding: 3px;
    margin: 0;
    border-radius: 5px;
    z-index: 101;
    background-color: var(--color-background);
    width: auto;
    min-width: 120px;
    text-overflow: ellipsis;
}


.text-icon[b-2aa432djh8] {
    transform: scale(1.4);
}












.selected[b-2aa432djh8] {
    border: 5px solid var(--color-cloud) !important;
}

.edit[b-2aa432djh8]{
    pointer-events:all !important;

    border: 1px dashed var(--color-ok);
}
/* _content/vrDesignerWeb/Components/Pages/PageComponents/Component_Title.razor.rz.scp.css */


.title-main[b-0rqp478c65] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content:center;
    object-fit:contain;
}

.overlay-text-titlename[b-0rqp478c65] {
    position: relative;
    /*top: 50%;*/
    /*left: 50%;*/
    /*padding: 2rem 2rem;*/
    height: 100%;
    width: 100%;
    /*transform: translateY(-50%);*/
    text-align: center;
    align-content: center;
    color: var(--color-text) !important;
    pointer-events: none;
    font-size: 36px;
    text-shadow: 1px 1px 8px var(--color-shadow2);
}


.text-by-designer[b-0rqp478c65] {
    display: flex;
    margin: 0;
    font-size: 18px;
    color: var(--color-text2);
    align-content: end;
    justify-content: flex-end;
    pointer-events: none;

}

p[b-0rqp478c65] {
    margin: 0 !important;
}

.gray-text[b-0rqp478c65] {
    color: gray;
    margin-right: 5px;
}



@keyframes fadein-b-0rqp478c65 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.component-settings[b-0rqp478c65] {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.BR[b-0rqp478c65] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translate(0%,-50%) scale(0.75);
    pointer-events: all !important;
    z-index: 1;
}

.BR-move[b-0rqp478c65] {
    transform: translate(100%,-50%) scale(0.75);
    z-index: 10;
    pointer-events: all !important;
}

.selected[b-0rqp478c65] {
    border: 4px solid var(--color-ok);
    padding: -4px;
}

.text-BL[b-0rqp478c65] {
    position: absolute;
    left: 0;
    /*transform: translate(-75%,-140%) scale(0.75);*/
    pointer-events: all !important;
    padding: 3px;
    margin: 0;
    border-radius: 5px;
    z-index: 1;
}

.edit[b-0rqp478c65] {
    pointer-events: all !important;
    border: 1px dashed var(--color-ok);
}
/* _content/vrDesignerWeb/Components/Pages/PageComponents/Component_Video.razor.rz.scp.css */


.video-main[b-a3nk5u4prw] {
    color: var(--color-text);
    display: flex;
    align-content: center;
}

.video[b-a3nk5u4prw] {
    position: relative;
    width: 100%;
    object-fit: cover;
}

.title-text[b-a3nk5u4prw] {
    position: absolute;
    color: gray;
    font-size: 64px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}
/* _content/vrDesignerWeb/Components/Pages/PageComponents/Component_VideoPlayer.razor.rz.scp.css */


.video-box[b-thkf1ocq02] {
    /*border: 5px solid blue;*/
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}


.video[b-thkf1ocq02] {
    flex: 1 1 auto;
    position: relative;
    width: 100%;
    object-fit: contain;
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;

/*    position: relative;
    width: 100%;
    height: auto;*/
/*    overflow: hidden;
    display: contents;*/
}


.list[b-thkf1ocq02] {
    /*border: 5px solid yellow;*/
    flex: 0 1 auto;
    position: relative;
    max-height: 200px;
}


.title-text[b-thkf1ocq02] {
    position: absolute;
    color: gray;
    font-size: 64px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}
/* _content/vrDesignerWeb/Components/Pages/PageComponents/Component_YouTube.razor.rz.scp.css */


.title-text[b-ylfxc6zrnq] {
    position: absolute;
    color: gray;
    font-size: 64px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}


.youtube-main[b-ylfxc6zrnq] {
    width: 100%;
    aspect-ratio: 16/9;
}
/* _content/vrDesignerWeb/Components/Pages/PageDesign.razor.rz.scp.css */
.main[b-27fsqs5aqz] {
    position: fixed;
    left: 250px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
}


.settings-main[b-27fsqs5aqz] {
    position: fixed;
    width: 800px;
    height: 1100px;
    left: 50%;
    top: 50%;
    left: calc(50% - 400px);
    top: calc(50% - 550px);
    background-color: var(--color-background);
    border-radius: 1rem;
    border: 4px solid var(--color-vrdLogo);
    box-shadow: 4px 4px 8px var(--color-shadow);
    padding: 1rem;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    user-select: none;
}


.main-head[b-27fsqs5aqz] {
    position: relative;
    width: 100%;
    flex: 1;
    max-height: 30px;
    display: flex;
    flex-direction: row;
}

.main-body[b-27fsqs5aqz] {
    position: relative;
    width: 100%;
    flex: 1;
    border-left: 2px solid var(--color-vrdLogo) !important;
    border-right: 2px solid var(--color-vrdLogo) !important;
    border-bottom: 2px solid var(--color-vrdLogo) !important;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 1rem;
    padding-left: 1rem;
}


.Appearance-container[b-27fsqs5aqz] {
    width: 100%;
    height: 100%;
    padding: 1rem;
    gap: 1rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}




.button-close[b-27fsqs5aqz] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    top: 1rem;
    right: 1rem;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1;
}


.button-menu[b-27fsqs5aqz] {
    flex: 1;
    width: auto;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-left: 2px solid var(--color-vrdLogo) !important;
    border-right: 2px solid var(--color-vrdLogo) !important;
    border-top: 2px solid var(--color-vrdLogo) !important;
    background-color: transparent;
    color: var(--color-text);
}

.button-menu-fill[b-27fsqs5aqz] {
    position: relative;
    flex: 1;
    border-bottom: 2px solid var(--color-vrdLogo) !important;
}









.box[b-27fsqs5aqz] {
    /*box-shadow: 0px 1px 0px var(--color-vrdLogo);*/
    padding-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


.text[b-27fsqs5aqz] {
    color: var(--color-text);
}

.form-label[b-27fsqs5aqz] {
    color: var(--color-text) !important;
}


.dropdown[b-27fsqs5aqz] {
    max-width: 200px;
    color: var(--color-text);
    background-color: var(--color-background);
}


.color-button[b-27fsqs5aqz] {
    border: 2px solid var(--color-cloud) !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0.2rem;
    cursor: pointer;
}



.slidecontainer[b-27fsqs5aqz] {
    width: 50%;
}

.slider[b-27fsqs5aqz] {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: var(--color-text-2);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider[b-27fsqs5aqz]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: var(--color-vrdLogo);
        cursor: pointer;
    }

    .slider[b-27fsqs5aqz]::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: var(--color-vrdLogo);
        cursor: pointer;
    }


/* _content/vrDesignerWeb/Components/Pages/PageFonts.razor.rz.scp.css */
.main[b-0j326awkm6] {
    position: fixed;
    left: 250px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 300;
    user-select: none;
}


.settings-main[b-0j326awkm6] {
    position: fixed;
    width: 800px;
    height: 1100px;
    left: calc(50% - 400px);
    top: calc(50% - 550px);
    padding: 1rem;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
}



.main-head[b-0j326awkm6] {
    position: relative;
    width: 100%;
    flex: 1;
    max-height: 30px;
    display: flex;
    flex-direction: row;
}

.main-body[b-0j326awkm6] {
    position: relative;
    width: 100%;
    flex: 1;
    border-left: 2px solid var(--color-vrdLogo) !important;
    border-right: 2px solid var(--color-vrdLogo) !important;
    border-bottom: 2px solid var(--color-vrdLogo) !important;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 1rem;
    padding-left: 1rem;
    height: 90%;
}


.Appearance-container[b-0j326awkm6] {
    width: 100%;
    height: 100%;
}

.fonts-container[b-0j326awkm6] {
    width: 100%;
    height: 100%;
}



.button-close[b-0j326awkm6] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    top: 1rem;
    right: 1rem;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1;
}


.button-menu[b-0j326awkm6] {
    flex: 1;
    width: auto;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-left: 2px solid var(--color-vrdLogo) !important;
    border-right: 2px solid var(--color-vrdLogo) !important;
    border-top: 2px solid var(--color-vrdLogo) !important;
    background-color: transparent;
    color: var(--color-text);
    padding: 0 !important;
    margin: 0 !important;
}

.button-menu-fill[b-0j326awkm6] {
    position: relative;
    flex: 1;
    border-bottom: 2px solid var(--color-vrdLogo) !important;
}



.font-scale-container[b-0j326awkm6] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}


.font-scale-box[b-0j326awkm6] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}


.input-font-name[b-0j326awkm6] {
    color: var(--color-text);
    border: 2px solid var(--color-vrdLogo) !important;
}

.input-font-size[b-0j326awkm6] {
    color: var(--color-text);
    width: 100px;
    border: 2px solid var(--color-vrdLogo) !important;
}
/* _content/vrDesignerWeb/Components/Pages/PageList.razor.rz.scp.css */

.project-container[b-0xyadau28e] {
    /*border: 2px solid green;*/
    width: auto;
    height: auto;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: stretch;
    align-content: flex-start;
    align-items: stretch;
    gap: 1rem;
    user-select: none;
}

.project-main[b-0xyadau28e] {
    border: 1px solid var(--color-vrdLogo);
    position: relative;
    flex: 1;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    min-width: 320px;
    border-radius: 1rem;
    transition: ease-in-out 0.4s;
}

    .project-main:hover[b-0xyadau28e] {
        border: 1px solid var(--color-cloud);
    }


.head[b-0xyadau28e] {
    /*border: 1px solid red;*/
    position: relative;
    flex: 1;
    /*background-color: var(--color-shadow);*/
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;
}

.asset-block[b-0xyadau28e] {
    /*border: 1px solid blue;*/
    position: relative;
    flex: 10;
}

.foot[b-0xyadau28e] {
    /*border: 1px solid pink;*/
    position: relative;
    flex: 2;
    display: flex;
    flex-direction: column;
    /*background-color: var(--color-shadow);*/
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;
}

.sub-foot[b-0xyadau28e] {
    /*border: 1px solid pink;*/
    position: relative;
    flex: 1;
    display: flex;
    /*background-color: var(--color-shadow);*/
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;
}


.block-text[b-0xyadau28e] {
    font-size: 16px;
    color: var(--color-text);
    margin: 0.5rem;
    text-align: center;
    align-content: end;
    flex: 1;
    height: 50px;
}

.description-text[b-0xyadau28e] {
    font-size: 16px;
    color: var(--color-text);
    margin: 0.5rem;
    text-align: left;
    align-content: start;
    flex: 1;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-project-name[b-0xyadau28e] {
    position: relative;
    color: var(--color-text);
    font-size: 18px;
    height: 100%;
    text-align: left;
    margin: 1rem;
    text-overflow: ellipsis;
}


.block-img[b-0xyadau28e] {
    position: relative;
    flex: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: all;
    cursor: pointer;
}



.block-profile-pic[b-0xyadau28e] {
    position: absolute;
    transform: translate(10%, -75%);
    width: 14%;
    aspect-ratio: 1/1;
    border-radius: 10rem;
    box-shadow: 2px 3px 4px var(--color-shadow2);
}





/*.image-strip {*/
/*border: 5px solid blue !important;*/
/*flex-wrap: wrap;
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;*/
/*border-radius: 1rem !important;*/
/*object-fit: cover;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;*/
/*box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;*/
/*margin-bottom: 60px;*/
/*cursor: pointer;*/
/*max-width: 900px;*/
/*border: 0;
    display: flex;
    gap: 1rem !important;
    padding: 1rem;
}

.image-strip-img {
    flex-wrap: wrap;
    width: 70%;
    aspect-ratio: 2 / 1;
    max-height: 400px;
    position: relative;
    display: inline-block;
    border-radius: 1rem;
    top: 2rem;
    margin: 0;
    padding: 0;
    object-fit: cover;
    box-shadow: 2px 2px 4px var(--color-shadow2);
    margin-bottom: 100px;
    cursor: pointer;
    pointer-events: all;
}

    .image-strip-img:hover, image-strip-noimg:hover {
        transform: scale(1.02);
        box-shadow: 4px 4px 12px var(--color-shadow2);
        transition: ease-in-out 0.3s;
    }



.text-project-name-panel {
    position: relative;*/
/*    margin-left: 20px;
    margin-right: 20px;*/
/*height: auto;
    justify-content: center;
    background-color: var(--color-background);
    border-radius: 1rem !important;
    box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;
    pointer-events: none;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.text-project-name {
    position: relative;
    color: var(--color-text);
    font-size: 20px;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: left;
    left: 2rem;
}

.projectstip-thinline-A {
    position: relative;
    width: 30vw;
    height: 30vw;

    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;

    display: flex;
    flex-direction: column;
}




.gap{
    width: 100%;
    height: 20px;
}





.asset-block {*/
/*border: 5px solid red;*/
/*width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: all;
}

.block-img {*/
/*border: 5px solid green;*/
/*position: relative;
    flex: 5;
    height: 50%;
    width: auto;
    object-fit: cover;
    pointer-events: all;
    cursor: pointer;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}


.block-info {*/
/*border: 5px solid yellow;*/
/*position: relative;
    flex: 1;
    height: auto;
    width: auto;
    box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;
    display: flex;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

.block-text {
    font-size: 14px;
    color: var(--color-text);
    margin: 0.3rem;
    text-align: center;
    align-content: center;
    flex: 1;
}*/
/* _content/vrDesignerWeb/Components/Pages/PageMediaLibrary.razor.rz.scp.css */
body[b-9ltokbz3vr], html[b-9ltokbz3vr] {
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    background-color: var(--color-background);
}

.page[b-9ltokbz3vr] {
    position: relative;
    display: flex;
    flex-direction: column;
}


main[b-9ltokbz3vr] {
    flex: 1;
    display: flex;
    object-fit: contain;

}



article[b-9ltokbz3vr] {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex: content;
}

#Projectpage[b-9ltokbz3vr] {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}







.overlay-backButton[b-9ltokbz3vr] {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 8px;
}



.text-chapter p[b-9ltokbz3vr] {
    margin: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 24px;
    color: var(--color-text2);
    pointer-events: none;
    display: flex;
    align-items: center;
    width: 100%;
}

.gap[b-9ltokbz3vr] {
    height: 5vh;
}






.video-view[b-9ltokbz3vr] {
    background-color: white;
}



.asset-list[b-9ltokbz3vr] {
    position: relative;

    width: 90%;
    height: 100%;
    max-width: 1200px;
    margin: auto;
    color: var(--color-text);

    z-index: 200;

    background-color: var(--color-background);
    box-shadow: -4px -4px 16px var(--color-shadow), 10px 10px 8px var(--color-shadow);

    max-height: 70vh;
    overflow-y: auto;
}


.listicon[b-9ltokbz3vr] {
    transform: translateX(23px) scale(1.5);
    padding-right: 2rem;
    color: var(--color-text-2);
}


.left-group[b-9ltokbz3vr] {
    color: var(--color-text);
}


.add-item[b-9ltokbz3vr] {
    margin-left: auto !important;
    margin-right: 20px;
    align-items: center;
    pointer-events: auto !important;
    transition: ease-in-out 0.2s;
    transform: scale(1.6);
    position: relative;
    top: 50%;
    right: 1rem;
    color: var(--color-text-2);
}

    .add-item:hover[b-9ltokbz3vr] {
        cursor: pointer !important;
        transform: scale(2);
    }

    .add-item:active[b-9ltokbz3vr] {
        transition: ease-in 0.1s;
        cursor: none !important;
        transform: scale(1);
    }








.pano-box[b-9ltokbz3vr] {
    flex: 1;
    width: 100%;
    aspect-ratio: 2 / 1;
    position: relative;
    padding: 1rem;
    box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;
    display: flex;
    object-fit: contain;
}



.youtube-box[b-9ltokbz3vr] {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    padding: 1rem;
    box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}






.video-box[b-9ltokbz3vr] {
    flex: 1;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 1rem;
    box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.video-box-view[b-9ltokbz3vr] {
    width: 100%;
    height: auto;
    pointer-events: all;
    box-shadow: 3px 3px 6px var(--color-shadow2) !important,
}


.video-head[b-9ltokbz3vr] {
    position: relative;
    box-shadow: 4px 4px 6px var(--color-shadow), -4px -4px 6px var(--color-highlight);
    padding: 0px;
    height: 40px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.video-head-text[b-9ltokbz3vr] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-text);
}

.video-head-close[b-9ltokbz3vr] {
    position: absolute;
    right: 6px;
    top: 50% !important;
    transform: translateY(-50%);
}

.video-head-init-delete[b-9ltokbz3vr] {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    position: absolute;
    left: 6px;
    top: 50% !important;
    transform: translateY(-50%);
}


.delete-icon[b-9ltokbz3vr] {
    color: var(--color-warning) !important;
    transition: ease-out 0.2s;
}

    .delete-icon:hover[b-9ltokbz3vr] {
        transform: scale(1.08);
        color: var(--color-warning) !important;
    }


.gap-thin[b-9ltokbz3vr] {
    height: 1rem;
}



.asset-delete-head[b-9ltokbz3vr] {
    position: relative;
    box-shadow: 4px 4px 6px var(--color-shadow2) inset, -4px -4px 6px var(--color-highlight) inset;
    padding: 10px;
    height: 50px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: var(--color-warning);
}

.asset-cannot-delete-head[b-9ltokbz3vr] {
    position: relative;
    box-shadow: 4px 4px 6px var(--color-shadow2) inset, -4px -4px 6px var(--color-highlight) inset;
    padding: 10px;
    height: 50px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: var(--color-ok);
}

.asset-delete-text[b-9ltokbz3vr] {
    position: relative;
    color: var(--color-text-light);
    padding-left: 1rem;
}

.asset-delete[b-9ltokbz3vr] {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    color: var(--color-text);
    box-shadow: 2px 2px 4px var(--color-shadow2) inset, -2px -2px 4px var(--color-highlight) inset;
}

.asset-delete-close[b-9ltokbz3vr] {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    color: var(--color-text);
    box-shadow: 2px 2px 4px var(--color-shadow2) inset, -2px -2px 4px var(--color-highlight) inset;
}

.delete-yes[b-9ltokbz3vr] {
    right: 120px;
    background-color: var(--color-warning);
    position: absolute;
    right: 8rem;
    color: var(--color-text-light);
}

.delete-no[b-9ltokbz3vr] {
    right: 10px;
    background-color: var(--color-ok);
    position: absolute;
    right: 1rem;
    color: var(--color-text-light);
}

.delete-close[b-9ltokbz3vr] {
    right: 120px;
    background-color: var(--color-ok);
    position: absolute;
    right: 4rem;
    color: var(--color-text-light);
}


.thinline-border[b-9ltokbz3vr]{
    border: 4px solid var(--color-vrdLogo);
}



.button-icon[b-9ltokbz3vr] {
}

.hotspot-button[b-9ltokbz3vr] {
    position: absolute;
    border: none;
    background-color: transparent;
    background: no-repeat;
    transform: translateY(15%);
    left: 40px;
}


.switchtarget-button[b-9ltokbz3vr] {
    position: absolute;
    border: none;
    background-color: transparent;
    background: no-repeat;
    transform: translateY(15%);
    left: 70px;
}



.logo-div[b-9ltokbz3vr]{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.logo-img[b-9ltokbz3vr]{
    position: relative;
    height: 100px;
    width: auto;
}


.tooltip-container[b-9ltokbz3vr] {
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.tooltip-text[b-9ltokbz3vr] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-ok);
    color: var(--color-text-light);
    border-radius: 0.5rem;
    padding: 10px;
    width: max-content;
}
/* _content/vrDesignerWeb/Components/Pages/Pages.razor.rz.scp.css */
body[b-wuyhg88l48] {

}

.gap[b-wuyhg88l48]{
    height: 4rem !important;
}

li[b-wuyhg88l48] {
    margin-bottom: 20px;
}

.main-page[b-wuyhg88l48] {

}

.user-name[b-wuyhg88l48] {
    margin: 0;
    font-size: 24px;
    pointer-events: none;
}


.button-add-project[b-wuyhg88l48] {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    object-fit: contain;
    transition: ease-in-out 0.2s;
    border: 2px, solid white;
    border-radius: 5rem;
    background-color: var(--color-cloud);
    box-shadow: 3px 3px 6px var(--color-shadow) inset, -3px -3px 6px var(--color-vrdLogo-light) inset, 4px 4px 6px var(--color-shadow), -4px -4px 6px var(--color-highlight);
    cursor: pointer;
    font-size: 16px;
    transform: scale(0.8) translateY(20px);
}

    .button-add-project:hover[b-wuyhg88l48] {
        /*transform: scale(1.08);*/
        background-color: var(--color-vrdLogo-light);
        box-shadow: 1px 1px 2px var(--color-shadow) inset, -1px -1px 2px var(--color-vrdLogo-light) inset, 6px 6px 6px var(--color-shadow), -6px -6px 6px var(--color-highlight);
    }

    .button-add-project:active[b-wuyhg88l48] {
        /*transform: scale(0.6);*/
        cursor: none;
        background-color: var(--color-vrdLogo-light);
        box-shadow: 2px 2px 3px var(--color-shadow2) inset, -2px -2px 3px var(--color-vrdLogo-light) inset, 2px 2px 3px var(--color-shadow), -2px -2px 3px var(--color-highlight);
    }

.add-icon[b-wuyhg88l48] {
    position: relative;
    flex: 1;
    color: var(--color-text);
    margin: 1rem;
    justify-content: center;
    display: flex;
    align-items: center;
}

/*.button-add-projec:hover {
    transform: scale(1.06);
    cursor: pointer;
    transition: ease-out 0.5s;
}*/

.logo-add[b-wuyhg88l48]{
    width: 100%;
    height: auto;
    object-fit:fill;
}



.userpage[b-wuyhg88l48] {
    /*border: 5px solid red;*/
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    -webkit-user-select: inherit;
    user-select: inherit;
}


.userpage-control[b-wuyhg88l48] {  
   position: relative;  
   flex: 1;  
   display: flex;  
   justify-content: center;  
   align-items: center;  
}

.userpage-control-mid[b-wuyhg88l48] {
    position: relative;
    flex: 1;
    display: inline-flex;
    justify-content: end;
    align-items: end;
    max-width: 1000px;
    border-radius: 1rem;
}



.userpage-projects[b-wuyhg88l48] {
    position: relative;
    margin:0;
    padding: 0;
    flex: 1;

}

.pagename[b-wuyhg88l48]{
    color: var(--color-text);
}



.loading-main[b-wuyhg88l48] {
    width: 100%;
    height: auto;
    display: flex;
}


.loading-text[b-wuyhg88l48] {
    margin-top: 30%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    color: var(--color-text);
    padding: 2rem;
}




.projectstip[b-wuyhg88l48] {
    width: 100%;
    height: auto;
}




.content-newproject[b-wuyhg88l48] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.newproject-main[b-wuyhg88l48] {
    position: relative;
    display: flex;
    width: clamp( 600px, 90%, 600px);
    aspect-ratio: 2 / 1;
    margin: 0;
    padding: 0;
    border-radius: 1rem;
    /*object-fit: scale-down;*/
    /*flex-wrap: wrap;*/
    box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;
    margin: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.project-add-title[b-wuyhg88l48] {
    font-family: 'Montserrat-Medium';
    margin: 1rem;
    color: var(--color-text);
    flex: 1;
}




.form-newProject[b-wuyhg88l48] {
    margin: 1rem;
    color: var(--color-text);
    flex: 4;
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.project-add-enter[b-wuyhg88l48] {
    font-family: 'Montserrat-Medium';
    margin: 1rem;
    color: var(--color-text);
    flex: 1;
}


.label-title[b-wuyhg88l48]{
    color: var(--color-text-2);
}


.gap[b-wuyhg88l48]{
    position: relative;
    height: 1rem;
    width: 100%;
}


.label[b-wuyhg88l48] {
    text-align: start;
}



.input-projectname[b-wuyhg88l48] {
    background-color: var(--color_background-light);
    color: var(--color-text);
    border-radius: 0.5rem;
    flex: 1;
    width: 100%;
}
    .input-projectname[b-wuyhg88l48]::selection {
        background-color: var(--color-text_selection);
    }

    .input-projectname:focus[b-wuyhg88l48] {
        /*border-color: var(--color-vrdLogo);*/
    }


.input-pagedescription[b-wuyhg88l48] {
    background-color: var(--color_background-light);
    color: var(--color-text);
    border-radius: 0.5rem;
    flex: 1;
    width: 100%;
    min-height: 140px;
    text-align: start
}
    .input-pagedescription[b-wuyhg88l48]::selection {
        background-color: var(--color-text_selection);
    }

    .input-pagedescription:focus[b-wuyhg88l48] {
        /*border-color: var(--color-vrdLogo);*/
    }


.list[b-wuyhg88l48] {
    padding: 0 !important;
}


.border-cloud[b-wuyhg88l48]{
    border: 2px solid var(--color-cloud) !important;
}


.connect-account-main[b-wuyhg88l48] {
    width: 100%;
    height: auto;
    margin-top: 4rem;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.connect-account-text[b-wuyhg88l48] {
    position: relative;
    margin: auto;
    text-align: center;
    color: var(--color-text);
}

.button-setupID[b-wuyhg88l48] {
    margin: auto;
    margin-top: 2rem;
    max-width: 300px;
}





.project-title[b-wuyhg88l48] {
    position: relative;
    overflow: visible;
    height: 200px;
    width: 100%;
}

.title-text[b-wuyhg88l48] {
    margin-top: 2rem;
    /*font-family: 'Montserrat-Medium';*/
    position: relative;
    /*    top: 100px;
    left: 50%;*/
    padding: 1rem 2rem;
    /*transform: translate(-50%, -50%);*/
    text-align: center;
    color: var(--color-text-2) !important;
    pointer-events: none;
    font-size: 48px;
    text-shadow: 1px 1px 8px var(--color-shadow2);
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}







.storage-container[b-wuyhg88l48] {
    position: relative;
    /*border: 1px solid yellow;*/
    width: 80%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    user-select: none;
}


.storage-main[b-wuyhg88l48] {
    position: relative;
    /*border: 1px solid yellow;*/
    width: 100%;
    height: 20px;
    max-width: 800px;
}

.storage-background[b-wuyhg88l48] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-shadow2);
    opacity: 0.6;
    border-radius: 2rem;
}

.storage-slider[b-wuyhg88l48] {
    position: absolute;
    left: 0%;
    height: 100%;
    background-color: greenyellow;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}


.storage-text[b-wuyhg88l48]{
    color: var(--color-text);
}
/* _content/vrDesignerWeb/Components/Pages/PageSettings.razor.rz.scp.css */



.main[b-tgr8cs288z] {
    position: fixed;
    left: 250px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
}


.settings-main[b-tgr8cs288z] {
    position: fixed;
    width: 800px;
    height: 1100px;
    left: calc(50% - 400px);
    top: calc(50% - 550px);
    background-color: var(--color-background);
    border-radius: 1rem;
    border: 4px solid var(--color-vrdLogo);
    box-shadow: 4px 4px 8px var(--color-shadow);
    padding: 1rem;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    user-select: none;
}




.main-head[b-tgr8cs288z] {
    position: relative;
    width: 100%;
    flex: 1;
    max-height: 30px;
    display: flex;
    flex-direction: row;
}


.main-body[b-tgr8cs288z] {
    position: relative;
    width: 100%;
    flex: 1;
    border-left: 2px solid var(--color-vrdLogo) !important;
    border-right: 2px solid var(--color-vrdLogo) !important;
    border-bottom: 2px solid var(--color-vrdLogo) !important;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 1rem;
    padding-left: 1rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}




.button-menu[b-tgr8cs288z] {
    flex: 1;
    width: auto;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-left: 2px solid var(--color-vrdLogo) !important;
    border-right: 2px solid var(--color-vrdLogo) !important;
    border-top: 2px solid var(--color-vrdLogo) !important;
    background-color: transparent;
    color: var(--color-text);
}

.button-menu-fill[b-tgr8cs288z] {
    position: relative;
    flex: 1;
    border-bottom: 2px solid var(--color-vrdLogo) !important;
}






.url-main[b-tgr8cs288z]{
    width: 100%;
    display: flex;
    gap: 1rem;
}


.button-close[b-tgr8cs288z] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    top: 1rem;
    right: 1rem;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1;
}


.text[b-tgr8cs288z]{
    color: var(--color-text);
}



.form-label[b-tgr8cs288z] {
    color: var(--color-text) !important;
}


.slidecontainer[b-tgr8cs288z] {
    width: 50%;
}

.slider[b-tgr8cs288z] {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: var(--color-text-2);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider[b-tgr8cs288z]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: var(--color-vrdLogo);
        cursor: pointer;
    }

    .slider[b-tgr8cs288z]::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: var(--color-vrdLogo);
        cursor: pointer;
    }


.url-container[b-tgr8cs288z] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: first baseline;
    gap: 1rem;
}

.url-text-base[b-tgr8cs288z] {
    position: relative;
    color: var(--color-text);
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}

.url-text-editable[b-tgr8cs288z] {
    position: relative;
    color: var(--color-text);
    border: 1px solid var(--color-vrdLogo);
    border-radius: 4px;
}



.input-url[b-tgr8cs288z]{
    background-color: var(--color-background);
    color: var(--color-text);
    flex: 2;
}



.box[b-tgr8cs288z] {
    box-shadow: 0px 1px 0px var(--color-vrdLogo);
    padding-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}


.dropdown[b-tgr8cs288z] {
    max-width: 200px;
    color: var(--color-text);
    background-color: var(--color-background);
}

.full-url[b-tgr8cs288z] {
    position: absolute;
    color: var(--color-text);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(4px, 70%, 16px);
    width: 100%;
    text-align: center;
}



.text-ok[b-tgr8cs288z]{
    color: var(--color-ok);
}




.form-newProject[b-tgr8cs288z] {
    margin: 1rem;
    color: var(--color-text);
    flex: 4;
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.input-projectname[b-tgr8cs288z] {
    background-color: var(--color-background);
    color: var(--color-text);
    border-radius: 0.5rem;
    flex: 1;
    width: 100%;
}

    .input-projectname[b-tgr8cs288z]::selection {
        background-color: var(--color-text_selection);
    }

    .input-projectname:focus[b-tgr8cs288z] {
        /*border-color: var(--color-vrdLogo);*/
    }


.input-pagedescription[b-tgr8cs288z] {
    background-color: var(--color-background);
    color: var(--color-text);
    border-radius: 0.5rem;
    flex: 1;
    width: 100%;
    min-height: 140px;
    text-align: start
}

    .input-pagedescription[b-tgr8cs288z]::selection {
        background-color: var(--color-text_selection);
    }

    .input-pagedescription:focus[b-tgr8cs288z] {
        /*border-color: var(--color-vrdLogo);*/
    }


.label[b-tgr8cs288z] {
    text-align: start;
    color: var(--color-text);
}




.asset-block[b-tgr8cs288z] {
    position: relative;
    width: 300px;
    aspect-ratio: 16/9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-img[b-tgr8cs288z] {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    pointer-events: all;
    cursor: pointer;
}
/* _content/vrDesignerWeb/Components/Pages/PageShare.razor.rz.scp.css */
.main[b-zzj4tp7fi5] {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: start;
    z-index: 500;
    backdrop-filter: blur(10px);
}


.settings-main[b-zzj4tp7fi5] {
    position: relative;
    width: 900px;
    height: auto;
    background-color: var(--color-background);
    border-radius: 1rem;
    border: 4px solid var(--color-vrdLogo);
    box-shadow: 4px 4px 8px var(--color-shadow);
    padding: 1rem;
    padding-top: 1.6rem;
    display: flex;
    flex-direction: column;
    user-select: none;
    transform: translateY(6rem);
}


.main-head[b-zzj4tp7fi5] {
    position: relative;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
}

.main-body[b-zzj4tp7fi5] {
    position: relative;
    width: 100%;
    height: 100%;
    border-left: 2px solid var(--color-vrdLogo) !important;
    border-right: 2px solid var(--color-vrdLogo) !important;
    border-bottom: 2px solid var(--color-vrdLogo) !important;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 1rem;
    padding-left: 1rem;
}


.menu-container[b-zzj4tp7fi5] {
    width: 100%;
    height: 100%;
    padding: 2rem;
}




.button-close[b-zzj4tp7fi5] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    top: 1rem;
    right: 1rem;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1;
}


.button-menu[b-zzj4tp7fi5] {
    flex: 1;
    width: auto;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-left: 2px solid var(--color-vrdLogo) !important;
    border-right: 2px solid var(--color-vrdLogo) !important;
    border-top: 2px solid var(--color-vrdLogo) !important;
    background-color: transparent;
    color: var(--color-text);
}

.button-menu-fill[b-zzj4tp7fi5] {
    position: relative;
    flex: 1;
    border-bottom: 2px solid var(--color-vrdLogo) !important;
}









.box[b-zzj4tp7fi5] {
    /*box-shadow: 0px 1px 0px var(--color-vrdLogo);*/
    padding-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


.text[b-zzj4tp7fi5] {
    color: var(--color-text);
}

.form-label[b-zzj4tp7fi5] {
    color: var(--color-text) !important;
}


.dropdown[b-zzj4tp7fi5] {
    max-width: 200px;
}


.invalid-main[b-zzj4tp7fi5] {
    width: 100%;
    height: 100%;
    /*background-color: var(--color-background);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    
}

.text-warning[b-zzj4tp7fi5] {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text) !important;
}
/* _content/vrDesignerWeb/Components/Pages/PageSiderBar.razor.rz.scp.css */


.main-side[b-pceiif4axe]{
    position: fixed;

    width: auto;
    height: 100%;

    left: 0.25rem;

    display: flex;
    flex-direction: column;

    pointer-events: none;

    /*border: 2px solid yellow;*/

}


.panel-side[b-pceiif4axe]{
    position: relative;

    width: auto;
    height: auto;

    margin-top: auto;
    margin-bottom: auto;

    padding-left: 0.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;

    z-index: 200;

    border-radius: 0.5rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;

    display: flex;
    flex-direction: column;

    perspective: 800px;

    gap: 1rem;

    pointer-events: all;

    align-items: start;


}

.btn[b-pceiif4axe] {
    color: var(--color-text-light);}

.btn-menu[b-pceiif4axe] {
    color: var(--color-text);
    width: 100% !important;
    justify-content: left !important;
}

    .btn-menu:hover[b-pceiif4axe] {
        border: 2px solid var(--color-cloud);
    }
    .btn-menu:active[b-pceiif4axe] {
        background-color: var(--color-cloud);
        border: 4px solid var(--color-cloud);
    }






.menu-selected[b-pceiif4axe] {
    transform: translateX( 12px );
    transition: ease-out 0.1s;
    background-color: var(--color-cloud);
    color: var(--color-text-light);
    /*text-shadow: 1px 1px 2px var(--color-shadow);*/
}


.text-icon[b-pceiif4axe] {
    transform: scale(1.2);
    padding-right: 0.75rem;
    color: var(--color-text);
}

.text-icon-cloud[b-pceiif4axe] {
    transform: scale(1.2) translate(-10px, -14px);
    padding-right: 0.5rem;
    color: var(--color-text-light);
}

.text-icon-cloud-base[b-pceiif4axe] {
    transform: scale(1.2) translate(9px, 8px);
    color: var(--color-text-light);
}


.gap[b-pceiif4axe] {
    height: 1rem;
}



.btn-share[b-pceiif4axe] {
    position: fixed;
    left: 3rem;
    bottom: 2rem;
    padding: 0.5rem !important;
    padding-right: 0px !important;

    transition: ease-out 0.2s;
}

.btn-share:hover[b-pceiif4axe]{
    transform: scale(1.06);
}

    .btn-share:active[b-pceiif4axe] {
        transform: scale(0.94);
    }

.btn-publish[b-pceiif4axe] {
    position: fixed;
    left: 3rem;
    bottom: 6rem;
    padding: 0.5rem !important;
    padding-right: 0px !important;
    transition: ease-out 0.2s;
    width: 42px;
    height: 70px;
}

    .btn-publish:hover[b-pceiif4axe] {
        transform: scale(1.06);
    }

    .btn-publish:active[b-pceiif4axe] {
        transform: scale(0.94);
    }


.pageid-text[b-pceiif4axe] {
    color: var(--color-text);
    position: fixed;
    left: 2rem;
    bottom: 2rem;
    padding: 0.5rem !important;
    padding-right: 0px !important;
    z-index: 1001;
    pointer-events: none;
}





.component-container[b-pceiif4axe] {
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    top: 50%;
    transform: translate(80%, -50%);
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    pointer-events: all;
    align-items: end;
}



.btn-component[b-pceiif4axe] {
    width: 60px !important;
    height: 40px !important;
    color: var(--color-text);
    width: 4rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid var(--color-cloud) !important;
    background-color: var(--color-background) !important;
    cursor: grab;
    transform: translateX(-10px) scale(1.2);
}

    .btn-component:hover[b-pceiif4axe] {
        border: 4px solid var(--color-cloud);
        transform: translateX(5px) scale(1.3);
    }

    .btn-component:active[b-pceiif4axe] {
        background-color: var(--color-cloud);
        border: 4px solid var(--color-cloud);
        transform: translateX(0px) scale(0);
    }



.btn-component[b-pceiif4axe] {
    padding-left: 1rem;
    padding: 1rem;
    color: var(--color-text);
}



.component-icon[b-pceiif4axe] {
    right: 0.2rem;
    position: absolute;
}








    @media (max-width: 741px ) {
        .main-side[b-pceiif4axe] {
        visibility: hidden !important;
    }

    panel-side[b-pceiif4axe] {
        visibility: hidden !important;
    }
}

@media (max-height: 768px ) {
    .main-side[b-pceiif4axe] {
        visibility: hidden !important;
    }

    panel-side[b-pceiif4axe] {
        visibility: hidden !important;
    }
}

@media (max-height: 512px ) {
    .btn-share[b-pceiif4axe] {
        visibility: hidden !important;
    }
}
/* _content/vrDesignerWeb/Components/Pages/PageStrip.razor.rz.scp.css */
.image-strip-container[b-bdud6og328] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    width: 100%;
    white-space: initial;
    /*border-radius: 10px;*/
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    overflow: hidden;
    user-select: none;
}




.image-strip[b-bdud6og328] {
    /*border: 5px solid blue !important;*/
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    border-radius: 1rem !important;
    object-fit: cover;
    justify-content: center;
    align-content: center;
    align-items: center;
    /*box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;*/
    /*margin-bottom: 60px;*/
    cursor: pointer;
    /*max-width: 1400px;*/
    border: 0;
    display: flex;
    gap: 2rem !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.image-strip-img[b-bdud6og328] {
    flex-wrap: wrap;
    width: 70%;
    aspect-ratio: 2 / 1;
    max-height: 400px;
    position: relative;
    display: inline-block;
    border-radius: 1rem;
    top: 2rem;
    margin: 0;
    padding: 0;
    object-fit: cover;
    box-shadow: 2px 2px 4px var(--color-shadow2);
    margin-bottom: 100px;
    cursor: pointer;
    pointer-events: all;
}



.image-strip-img:hover[b-bdud6og328], image-strip-noimg:hover[b-bdud6og328] {
    transform: scale(1.02);
    box-shadow: 4px 4px 12px var(--color-shadow2);
    transition: ease-in-out 0.3s;
}


.text-project-name-panel[b-bdud6og328] {
    position: relative;
/*    margin-left: 20px;
    margin-right: 20px;*/
    height: auto;
    justify-content: center;
    background-color: var(--color-background);
    border-radius: 1rem !important;
    box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;
    pointer-events: none;

    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;


}

.text-project-name[b-bdud6og328] {
    position: relative;
    color: var(--color-text);
    font-size: 18px;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: left;
    margin: 1rem;
}

.projectstip-thinline-A[b-bdud6og328]{
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
}






.project-init-delete[b-bdud6og328] {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    position: absolute;
    right: 6px;
    color: var(--color-text-2) !important;
    pointer-events: all;
}



.project-delete-head[b-bdud6og328] {
    position: relative;
    padding: 10px;
    height: 50px;
    background-color: var(--color-warning);
    pointer-events: all;
    height: auto;
    padding-bottom: 4rem;
}

.project-delete-text[b-bdud6og328] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-text-light)
}

.project-delete[b-bdud6og328] {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    color: var(--color-text);
    box-shadow: 2px 2px 4px var(--color-shadow2) inset, -2px -2px 4px var(--color-highlight) inset;
}

.project-delete-yes[b-bdud6og328] {
    color: var(--color-text-light);
    right: 120px;
    background-color: var(--color-warning);
}

.project-delete-no[b-bdud6og328] {
    color: var(--color-text-light);
    right: 10px;
    background-color: var(--color-ok);
}








.asset-block[b-bdud6og328] {
    /*border: 5px solid red;*/
    width: 400px;
    height: 300px;
    display: flex;
    flex-direction: column;
    pointer-events: all;
}

.block-img[b-bdud6og328] {
    /*border: 5px solid green;*/
    position: relative;
    flex: 5;
    height: 50%;
    width: auto;
    object-fit: cover;
    pointer-events: all;
    cursor: pointer;

    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}


.block-info[b-bdud6og328] {
    /*border: 5px solid yellow;*/
    position: relative;
    flex: 1;
    height: auto;
    width: auto;
    box-shadow: 4px 4px 6px var(--color-shadow) inset, -4px -4px 6px var(--color-highlight) inset;
    display: flex;

    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;

    overflow: hidden;
}

.block-text[b-bdud6og328] {
    font-size: 14px;
    color: var(--color-text);
    margin: 0.3rem;
    text-align: center;
    align-content: center;
    flex: 1;
}

.bold[b-bdud6og328]{
    font-weight: 1000;
}







.sharetype[b-bdud6og328] {
    font-size: clamp(11px, 0.7rem, 14px) !important;
}



.color-Public[b-bdud6og328] {
    color: var(--color-warning);
}

.color-AnyoneWithLink[b-bdud6og328] {
    color: var(--color-yellow);
}

.color-Private[b-bdud6og328] {
    color: var(--color-text);
}
/* _content/vrDesignerWeb/Components/Pages/PageView.razor.rz.scp.css */

/*:root{
    --max-width: 1400px;
}*/


.fullscreen-bg[b-92eqbpo2uc] {
    background-image: url('/Images/background/default_background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}


.page-wrapper[b-92eqbpo2uc] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--color-background);
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    -webkit-user-select: inherit;
    user-select: inherit;
}



.foot[b-92eqbpo2uc] {
    margin-top: auto;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    border-top: 1px solid var(--color-text2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.icon[b-92eqbpo2uc] {
    position: relative;
    width: 80px;
    pointer-events: all;
    user-select: none;
}

    .icon:hover[b-92eqbpo2uc] {
        cursor: pointer;
    }

.text[b-92eqbpo2uc] {
    position: relative;
    font-size: 16px !important;
    color: var(--color-text) !important;
    text-shadow: 0px 0px 5px var(--color-shadow2);
    user-select: none;
}

    .text:hover[b-92eqbpo2uc] {
        cursor: pointer;
    }





.pointer-icon[b-92eqbpo2uc] {
    position: fixed;
    pointer-events: none;
    width: 40px;
    height: 40px;
    z-index: 2000;
}

.pointer-icon-icon[b-92eqbpo2uc] {
    color: var(--color-ok);
}




.media-main[b-92eqbpo2uc] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*border: 2px solid red;*/

    display: flex;
    align-content: center;
    justify-content: center;
    /*overflow: scroll;*/
}

.media-panel[b-92eqbpo2uc]{
    position: fixed;
    margin: auto;

    /*margin-top: 5rem;*/

    width: 100%;
    height: 100%;


    /*border: 2px solid yellow;*/

    display: flex;
    align-content: center;
    justify-content: center;

    z-index: 1000;
}

.media-head[b-92eqbpo2uc]{
    position: absolute;
    margin-top: 15.2vh;
    width: 80%;
    max-width: 1100px;
    height: 50px;

    background-color: var(--color-background);

    box-shadow: 0px 4px 8px var(--color-shadow);

    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 20rem;
    border-bottom-right-radius: 20rem;

    display: flex;
    align-items: center;
    justify-content: center;

    /*border: 2px solid red;*/

    z-index: 300;
}

.media-library-title[b-92eqbpo2uc] {
    font-size: 24px;
    color: var(--color-text);
}


.media-library-icon[b-92eqbpo2uc] {
    position: absolute;
    color: var(--color-text-dark);
    right: 2rem;
    transform: scale(1.5);
    transition: ease-in-out 0.2s;
    background-color: var(--color-red);
}

    .media-library-icon:hover[b-92eqbpo2uc] {
        cursor: pointer !important;
        transform: scale(1.7);
    }

    .media-library-icon:active[b-92eqbpo2uc] {
        transition: ease-in 0.1s;
        cursor: none !important;
        transform: scale(1);
    }




.gap[b-92eqbpo2uc]{
    width: 100%;
    height: 50px;
}




.background[b-92eqbpo2uc] {
    position: absolute;
    height: 100%;
    width:auto;
    object-fit: cover;
    align-content: center;
    opacity: 0.05;
}












.slider[b-92eqbpo2uc] {
    -webkit-appearance: none;
    /*outline: none;*/
    appearance: none;
    top: 0.75rem;
    width: 200px !important;
    height: 1px;
    padding: 0.3rem;
    transform: translateX(-50%) !important;
    cursor: pointer;
    z-index: 2000;
}



    /* For Chrome, Edge, Safari */
    .slider[b-92eqbpo2uc]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 30px;
        background: var(--color-background);
        border: 2px solid var(--color-text);
        border-radius: 0.5rem;
        cursor: pointer;
        box-shadow: 0 0 4px var(--color-shadow2);
        transition: 0.2s;
    }

    /* For Firefox */
    .slider[b-92eqbpo2uc]::-moz-range-thumb {
        width: 20px;
        height: 30px;
        background: var(--color-background);
        border: 2px solid var(--color-text);
        border-radius: 0.5rem;
        cursor: pointer;
        box-shadow: 0 0 4px var(--color-shadow2);
        transition: 0.2s;
    }


    .slider[b-92eqbpo2uc]::-webkit-slider-thumb:hover {
        background: var(--color-cloud);
        cursor: pointer;
    }










.scrollTopBtn[b-92eqbpo2uc] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 10px 15px;
    background-color: rgba(206, 177, 144, 0.6);
    color: #000000;
    border: none;
    border-radius: 0.5em;
    cursor: pointer;
    font-size: 24px;
    box-shadow: 0 4px 6px var(--color-shadow);
    transition: opacity 0.3s ease-in-out;
    z-index: 2000;
}

    .scrollTopBtn:hover[b-92eqbpo2uc] {
        background-color: rgba(206, 177, 144, 0.9);
        transform: scale(1.08);
    }








.button-edit[b-92eqbpo2uc] {
    border: 1px solid var(--color-ok);
    padding-right: 2rem;
    color: var(--color-text);
}

.text-icon[b-92eqbpo2uc]{

}


.panel-add-segment[b-92eqbpo2uc] {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    margin-left: auto;
    margin-right: auto;
    height: 0px;
    max-height: 0px;
    z-index: 10;
}

.button-menu[b-92eqbpo2uc] {
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    z-index: 10;
    margin: 12px;
    background-color: var(--color-background) !important;
}





.slider-overlay[b-92eqbpo2uc] {
    position: absolute;
    color: var(--color-text);
    box-shadow: none !important;
    background-color: var(--color-background);
    box-shadow: 2px 2px 8px var(--color-shadow2) !important;
    border: 3px solid var(--color-ok);
    z-index: 10;
}


.dropdown-overlay[b-92eqbpo2uc] {
    position: absolute;
    color: var(--color-text);
    box-shadow: none !important;
    background-color: var(--color-background);
    box-shadow: 2px 2px 8px var(--color-shadow2) !important;
    border: 3px solid var(--color-ok);
    z-index: 10;
    min-height: 28px;
    max-height: 30px;
    width: 4%;
    min-width: 26px;
    max-width: 80px;
    padding: 0;
}


.btn-overlay[b-92eqbpo2uc] {
    position: absolute;
    color: var(--color-text);
    box-shadow: none !important;
    background-color: var(--color-background);
    box-shadow: 2px 2px 8px var(--color-shadow2) !important;
    border: 3px solid var(--color-ok);
    z-index: 10;
    height: 4%;
    min-height: 28px;
    max-height: 40px;
    width: 4%;
    min-width: 26px;
    max-width: 40px;
}

    .btn-overlay:hover[b-92eqbpo2uc] {
        background-color: var(--color-cloud);
    }
    .btn-overlay:active[b-92eqbpo2uc] {
        background-color: var(--color-vrdLogo-lighter);
    }






.B-TR[b-92eqbpo2uc] {
    top: 1rem;
    right: 1rem;
}

.B-TL[b-92eqbpo2uc] {
    top: 1rem;
    left: 1rem;
    z-index: 200;
}

.B-ML[b-92eqbpo2uc] {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.B-ML-top[b-92eqbpo2uc] {
    top: 50%;
    left: 0;
    transform: translate(-50%, -180%);
    padding: 0.25rem !important;
}

.B-ML-bottom[b-92eqbpo2uc] {
    top: 50%;
    left: 0;
    transform: translate(-50%, 80%);
    padding: 0.25rem !important;
}

.B-ML-right[b-92eqbpo2uc] {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    padding: 0.25rem !important;
}

.B-ML-right-2[b-92eqbpo2uc] {
    top: 50%;
    left: 0;
    transform: translate(150%, -50%);
    padding: 0.25rem !important;
}


.B-MR[b-92eqbpo2uc] {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.B-MR-left[b-92eqbpo2uc] {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding: 0.25rem !important;
}

.B-MR-left-2[b-92eqbpo2uc] {
    top: 50%;
    right: 0;
    transform: translate(-150%, -50%);
    padding: 0.25rem !important;
}



.B-BR[b-92eqbpo2uc] {
    bottom: 1rem;
    right: 1rem;
}

.B-BL[b-92eqbpo2uc] {
    bottom: 1rem;
    left: 1rem;
    z-index: 200;
}

.B-BC[b-92eqbpo2uc] {
    bottom: 1rem;
    left: 50%;
    right: 50%;
    transform: translateX(-14px);
}

.B-TC[b-92eqbpo2uc] {
    top: 2rem;
    left: 50%;
    right: 50%;
    width: 80px;
    transform: translateX(-40px);
}

.B-center[b-92eqbpo2uc] {
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -25%);
}


.only-icon[b-92eqbpo2uc] {
    transform: scale(1.2);
}

.B-TC-left[b-92eqbpo2uc] {
    top: 1rem;
    /*right: 25%;*/
    /*right: 50%;*/
    /*width: 80px;*/
    transform: translateX(100%) !important;
}






.segment-main[b-92eqbpo2uc] {
    position: relative;
    margin: auto;
    margin-top: 0;
    width: 100%;
    height: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
}


.segment[b-92eqbpo2uc] {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 128px;
    display: flex;
    flex-direction: row;
}


.box[b-92eqbpo2uc] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}




.selected-box[b-92eqbpo2uc] {
    border: 6px dashed var(--color-ok) !important;
    z-index: 10;
}




.box-highlight[b-92eqbpo2uc] {
    border: 6px dashed var(--color-ok) !important;
    z-index: 10;
}












.edit-mode[b-92eqbpo2uc] {
    border: 2px dashed var(--color-ok);
    box-shadow: 0px 0px 2px var(--color-shadow-dark);
}



.hidden[b-92eqbpo2uc]{
    visibility: hidden;
}





.private-main[b-92eqbpo2uc]{
    position: fixed;
    width: 100%;
    height: 100%;
}

.private[b-92eqbpo2uc] {
    /*border: 2px solid red;*/
    position: relative;
    width: 400px;
    height: 200px;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-content: center;
}

.private-text[b-92eqbpo2uc] {
    /*border: 2px solid green;*/
    color: var(--color-text) !important;
    font-size: 24px;
    position: relative;
    height: auto;
}


.home-button[b-92eqbpo2uc] {
    position: relative;
    color: var(--color-text-2) !important;
    transform: translateX(-50%) scale(2);
    background-color: transparent !important;
    border: none !important;
    width: 40px;
    height: 40px;
    left: 50%;
}


.button-cloudshare[b-92eqbpo2uc] {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    object-fit: contain;
    padding: 0.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: ease-in-out 0.2s;
    border: 2px, solid white;
    border-radius: 0.5rem;
    background-color: var(--color-vrdLogo);
    box-shadow: 3px 3px 6px var(--color-shadow) inset, -3px -3px 6px var(--color-vrdLogo-light) inset, 2px 2px 10px var(--color-shadow), -2px -2px 18px var(--color-highlight);
    cursor: pointer;
    font-size: 16px;
}






.drag-button-main[b-92eqbpo2uc] {
    position: fixed !important;
    width: 70px !important;
    height: 40px !important;
    pointer-events: none;
    transition: none !important;
    background-color: var(--color-background) !important;
    border: 2px solid var(--color-cloud) !important;
    z-index: 1000;
}

.drag-button[b-92eqbpo2uc] {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--color-background) !important;
    color: var(--color-text);
    cursor: grab;
}

.component-icon[b-92eqbpo2uc] {
    position: absolute;
    left: 0.2rem;
}




@media( max-width: 941px ) {
    .segment[b-92eqbpo2uc] {
        flex-direction: column !important;
    }

}


/* _content/vrDesignerWeb/Components/Pages/PanoramaLayout.razor.rz.scp.css */
.offline-banner[b-9uuw4mi8jg] {
    position: fixed;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 50px;
    background: var(--color-warning);
    color: var(--color-text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
    transition: bottom 0.3s ease-in-out;
    z-index: 9999;
}

    .offline-banner.show[b-9uuw4mi8jg] {
        bottom: 0;
    }
/* _content/vrDesignerWeb/Components/Pages/PublishPage.razor.rz.scp.css */
.publish-bg[b-4w7l499ni2] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(5px);
    z-index: 300;
    user-select: none;
}

.publish-panel[b-4w7l499ni2] {
    position: fixed;
    width: 460px;
    height: 400px;
    left: calc(50% - 230px);
    top: calc(50% - 230px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 1rem;
}

.publish-panel-head[b-4w7l499ni2] {
    position: relative;
    flex: 1;
    max-height: 100px;
}

.publish-panel-body[b-4w7l499ni2] {
    position: relative;
    display: grid;
    gap: 2rem;
}

.publish-panel-body-top[b-4w7l499ni2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.publish-panel-body-bottom[b-4w7l499ni2] {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
}


.publish-panel-head-text[b-4w7l499ni2] {
    color: var(--color-text);
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0.5rem;
    border-bottom: 1px solid var(--color-vrdLogo);
}

.publish-panel-body-text[b-4w7l499ni2] {
    color: var(--color-text);
    font-size: 16px;
    text-align: center;
    margin-bottom: 1rem;
    padding: 0.5rem;
    /*text-shadow: 1px 1px 3px var(--color-shadow2);*/
}


.button-cloudshare[b-4w7l499ni2] {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    object-fit: contain;
    padding: 0.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: ease-in-out 0.2s;
    border: 2px, solid white;
    border-radius: 0.5rem;
    background-color: var(--color-vrdLogo);
    box-shadow: 3px 3px 6px var(--color-shadow) inset, -3px -3px 6px var(--color-vrdLogo-light) inset, 2px 2px 10px var(--color-shadow), -2px -2px 18px var(--color-highlight);
    cursor: pointer;
    font-size: 16px;
}
/* _content/vrDesignerWeb/Components/Pages/Video.razor.rz.scp.css */


.video-main[b-m7zqp22z4l] {
    color: var(--color-text);
    display: flex;
    align-content: center;
}


.video[b-m7zqp22z4l] {
    position: relative;
    width: 100%;
    object-fit: cover;
    pointer-events: auto;
}
/* _content/vrDesignerWeb/Components/Pages/vrDesignerHome.razor.rz.scp.css */

html[b-brhgajylfo] {
	scroll-behavior: smooth;
}

body[b-brhgajylfo] {
	background-color: var(--color-background);
	min-height: 50vh;
	color: var(--color-text);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.page[b-brhgajylfo]{

}




.container[b-brhgajylfo] {
	width: 100%;
	height: 5500px;
	padding: 1em;
	display: flex;
	flex-direction: column;
	max-width: var(--max-width);
	gap: 0.6em;

	--bs-gutter-x: 0 !important;
	--bs-gutter-y: 0 !important;
}



.main-icon[b-brhgajylfo] {
	position: absolute;
	width: 140px;
	height: 140px;
	pointer-events: none;
	margin-right: -10px;
	transform: translate(5px, -90px) scale(0.9);
	z-index: 5;
}

.main-icon-image[b-brhgajylfo] {
	position: absolute;
	transform: translateX(-30px);
	width: 80px;
	/*height: 140px;*/
	height:auto;
	pointer-events: none;
}






.box-button-list[b-brhgajylfo] {
	flex: 1;
	max-height: 20px;
	border-radius: 0.5em;
	display: flex;
	gap: 1em;
	display: flex;
	align-content: center;
	align-items: center;
}

	.box-button-list > button[b-brhgajylfo] {
		transition: background-color 0.4s, color 0.3s !important;
	}

.button[b-brhgajylfo] {
	flex: 1;
	border-radius: 0.5em;
	border: none;
	background-color: var(--color-background);
	color: rgb(121, 121, 121);
}

	.button:hover[b-brhgajylfo] {
		transform: scale(1.08);
	}









.box-welcome[b-brhgajylfo] {
	/*flex: 0.15;*/
	border-radius: 0.5em;
	margin: 2.5rem;	
	margin-top: 5rem;
	margin-bottom: 0rem;
	color: var(--color_text);
	background-color: var(--color_background);
	border-top-left-radius: 0.5em !important;
	border-top-right-radius: 0.5em !important;
	border-bottom-left-radius: 0.5em !important;
	border-bottom-right-radius: 0.5em !important;
	animation: none;
	min-height: 250px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: column;
	/*box-shadow: 2px 2px 4px var(--color-shadow) inset, -2px -2px 6px var(--color-highlight) inset;*/
}

.text-welcome[b-brhgajylfo] {
	position: relative;
	margin: 1rem;
	user-select: none;
	color: var(--color-text);
	font-size: 16px;
	text-align: center !important;
}



.text-welcome-larger[b-brhgajylfo] {
	font-size: 24px;
}




.text-box[b-brhgajylfo] {
	margin-top: 1rem !important;
	margin: 1rem !important;
	font-size: 16px;
	white-space: pre-wrap;
	text-align: justify;
	user-select: none;
	animation: fadein-b-brhgajylfo 1s ease-in-out backwards;
	margin-top: 2rem !important;
}


.text-box-button[b-brhgajylfo]{
	margin-bottom: 4rem !important;
}






.button-more[b-brhgajylfo] {
	/*background-color: var(--color-vrdLogo);*/
	/*color: var(--color-text-light);*/
	width: 100px;
	height: 26px;
	/*font-size: 14px;*/
	position: absolute;
	bottom: 1rem;
	left: 50%;
	/*border: none;*/
	/*border-radius: 0.5rem;*/
	/*box-shadow: 4px 4px 8px var(--color-shadow) inset, -4px -4px 8px var(--color-shadow) inset;*/
	transform: translateX(-50%) scale(1);
	/*	animation: button-grow 0.5s ease-out;
	animation-iteration-count: 1;*/
}

@keyframes button-grow-b-brhgajylfo {
	from {
		transform: translateX(-50%) scale(0);
	}

	to {
		transform: translateX(-50%) scale(1);

	}
}

/*.button-more:hover {*/
	/*background-color: var(--color-text);*/
	/*transform: scale(1.06);
	box-shadow: 0px 0px 8px var(--color-vrdLogo);
}*/








.button-A[b-brhgajylfo] {
	/*border: none;*/
	transform: translateX(-50%) !important;
	/*box-shadow: 4px 4px 8px rgba(0,0,0,0.16) inset, -4px -4px 8px rgba(0,0,0,0.16) inset;*/
}

	.button-A:hover[b-brhgajylfo] {
		/*box-shadow: 4px 4px 8px rgba(0,0,0,0.16), -4px -4px 8px var(--color-vrdLogo);*/
	}




.button-B[b-brhgajylfo] {
	/*border: none;*/
	left: 100%;
	margin-left: -12rem;
	/*box-shadow: 4px 4px 8px rgba(0,0,0,0.16) inset, -4px -4px 8px rgba(0,0,0,0.16) inset;*/
}

	.button-B:hover[b-brhgajylfo] {
		/*box-shadow: 4px 4px 8px rgba(0,0,0,0.16), -4px -4px 8px var(--color-vrdLogo);*/
	}


.button-C[b-brhgajylfo] {
	/*border: none;*/
	transform: translateX(-50%) !important;
/*	box-shadow: 4px 4px 8px rgba(0,0,0,0.16) inset, -4px -4px 8px rgba(0,0,0,0.16) inset;*/
}

	.button-C:hover[b-brhgajylfo] {
		/*box-shadow: 4px 4px 8px rgba(0,0,0,0.16), -4px -4px 8px var(--color-vrdLogo);*/
	}

.button-D[b-brhgajylfo] {
/*	border: none;
*/	transform: translateX(100%) !important;
	/*box-shadow: 4px 4px 8px rgba(0,0,0,0.16) inset, -4px -4px 8px rgba(0,0,0,0.16) inset;*/
}
	.button-D:hover[b-brhgajylfo] {
		/*box-shadow: 4px 4px 8px rgba(0,0,0,0.16), -4px -4px 8px var(--color-vrdLogo);*/
	}









.box-login[b-brhgajylfo] {
	flex: 1;
	max-height: 30px;
	max-width: 1325px;
	border-radius: 0.5em;
	display: flex;
	gap: 1em;
	justify-content: end;
}

.button-login-top[b-brhgajylfo] {
/*	border-radius: 0.5em;
	border: 40px;
	background-color: var(--color-vrdLogo);
	width: 80px;
	font-size: 14px;
	position: relative;
	perspective: 500px;
	color: var(--color-text-light);
	transition: ease-in-out 0.6s !important;*/
	animation: slide-in-b-brhgajylfo 0.6s ease-out 0.55s backwards;
	animation-iteration-count: 1;
}

	/*.button-login-top:hover {*/
		/*background-color: var(--color-vrdLogo);*/
		/*transform: scale(1.03);
		box-shadow: 2px 2px 6px var(--color-shadow), -2px -2px 6px var(--color-highlight);
	}*/


.button-register-top[b-brhgajylfo] {
	/*	border-radius: 0.5em;
	border: 0px;
	background-color: var(--color-vrdLogo);
	width: 80px;
	font-size: 14px;
	position: relative;
	perspective: 500px;
	transition: ease-in-out 0.6s !important;
	color: var(--color-text-light);*/
	animation: slide-in-b-brhgajylfo 0.6s ease-out 0.35s backwards;
	animation-iteration-count: 1;
}

	/*.button-register-top:hover {*/
		/*background-color: var(--color-vrdLogo);*/
		/*transform: scale(1.03);
		box-shadow: 2px 2px 6px var(--color-shadow), -2px -2px 6px var(--color-highlight);
	}*/




@keyframes slide-in-b-brhgajylfo {
	from {
		opacity: 0;
		transform: translateX(-1000px);
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}











.con-head[b-brhgajylfo] {
	flex: 0.25;
	border-radius: 0.5em;
	display: flex;
	flex-direction: column;
	max-height: 1rem;
}



.con-A[b-brhgajylfo] {
	flex: 1.2;
	border-radius: 0.5em;
	display: flex;
	gap: 1rem;
	perspective: 400px;
}

.con-Asub[b-brhgajylfo] {
	flex: 1;
	border-radius: 0.5em;
	display: flex;
	gap: 1rem;
	perspective: 400px;
	flex-direction: column;
}





.box-sub1[b-brhgajylfo] {
	flex: 0.3;
	background-color: var(--color-background) !important;
	border-top-left-radius: 0.5em !important;
	border-top-right-radius: 0.5em !important;
	border-bottom-left-radius: 0.5em !important;
	border-bottom-right-radius: 0.5em !important;
	color: var(--color-text);
	box-shadow: 4px 4px 16px var(--color-shadow), -4px -4px 8px var(--color-highlight) !important;
}

.box-sub2[b-brhgajylfo] {
	flex: 2;
	background-color: var(--color-background) !important;
	border-top-left-radius: 0.5em !important;
	border-top-right-radius: 0.5em !important;
	border-bottom-left-radius: 0em !important;
	border-bottom-right-radius: 0em !important;
	color: var(--color-text);
	box-shadow: 4px 4px 8px var(--color-shadow) inset, -4px -4px 8px var(--color-highlight) inset !important;
}

.box-sub3[b-brhgajylfo] {
	flex: 3;
	background-color: var(--color-background) !important;
	border-top-left-radius: 0em !important;
	border-top-right-radius: 0em !important;
	border-bottom-left-radius: 0.5em !important;
	border-bottom-right-radius: 0.5em !important;
	color: var(--color-text);
	box-shadow: 4px 4px 8px var(--color-shadow) inset, -4px -4px 8px var(--color-highlight) inset !important;
}











.con-B[b-brhgajylfo] {
	flex: 0.75;
	border-radius: 0.5em;
	display: flex;
	flex-direction: column;
	gap: 1em;
	perspective: 400px;
}

.con-Bsub[b-brhgajylfo] {
	flex: 1;
	border-radius: 0.5em;
	display: flex;
	gap: 10px;
	perspective: 400px;
}





.con-C[b-brhgajylfo] {
	flex: 0.7;
	border-radius: 0.5em;
	display: flex;
	gap: 1em;
	perspective: 400px;
}

.con-Csub[b-brhgajylfo] {
	flex: 1;
	border-radius: 0.5em;
	display: flex;
	flex-direction: column;
	gap: 10px;
	perspective: 400px;
}




.con-D[b-brhgajylfo] {
	flex: 1.4;
	border-radius: 0.5em;
	display: flex;
	gap: 10px;
	perspective: 400px;
}

.con-Dsub[b-brhgajylfo] {
	flex: 1;
	border-radius: 0.5em;
	display: flex;
	gap: 10px;
	perspective: 400px;
	flex-direction: column;
}





.con-bottom[b-brhgajylfo] {
	flex: 0.4;
	border-radius: 0.5em;
	display: flex;
	flex-direction: column;
	gap: 1em;
	perspective: 400px;
}




.gap-narrow[b-brhgajylfo] {
	border-radius: 0.5em;
	max-height: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gap[b-brhgajylfo] {
	border-radius: 0.5em;
	height: 60px;
	max-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}







.con-pano[b-brhgajylfo] {
	flex: 0.75;
	border-radius: 0.5em;
	display: flex;
	gap: 5px;
	perspective: 400px;
}


.con-pano-sub-left[b-brhgajylfo] {
	flex: 3;
	border-radius: 0.5em;
	display: flex;
	gap: 5px;
	perspective: 400px;
}

.con-pano-sub-right[b-brhgajylfo] {
	flex: 1;
	border-radius: 0.5em;
	display: flex;
	gap: 5px;
	perspective: 400px;
	flex-direction: column;
}

.box_pano[b-brhgajylfo] {
	background-color: var(--color-background) !important;
	box-shadow: 4px 4px 8px var(--color-shadow) !important;
	flex: 1;
	border-top-left-radius: 0em !important;
	border-top-right-radius: 0em !important;
	border-bottom-left-radius: 0em !important;
	border-bottom-right-radius: 0em !important;
	position: relative;
	width: 100%;
	justify-content: center;
	object-fit: fill;
}

.box_pano:hover[b-brhgajylfo] {
	cursor: pointer;
}

.box_pano-info-top[b-brhgajylfo] {
	display: flex;
	flex: 2.5;
	text-align: center;
	align-items: center;
	justify-content: center;
	object-fit: contain;
	border-top-left-radius: 0.5em !important;
	border-top-right-radius: 0em !important;
	border-bottom-left-radius: 0em !important;
	border-bottom-right-radius: 0em !important;
	background-color: var(--color-background) !important;
	box-shadow: 4px 4px 8px var(--color-shadow) !important;
}

.box_pano-info-bottom[b-brhgajylfo] {
	background-color: var(--color-background) !important;
	flex: 1;
	border-top-left-radius: 0em !important;
	border-top-right-radius: 0em !important;
	border-bottom-left-radius: 0.5em !important;
	border-bottom-right-radius: 0em !important;
	box-shadow: 4px 4px 8px var(--color-shadow) !important;
	color: var(--color-text);
	justify-content:center;
	align-content: center;
	align-items: center;
	padding: 1rem;
	max-height: 200px;
	display: flow-root;
}

.item-info-text[b-brhgajylfo]{
	font-size: clamp(8px, 4rem, 24px) !important;
}

.box-item-preview[b-brhgajylfo] {
	position: relative;
	width: 256px;
	aspect-ratio: 1/1;
	margin: 1rem;
	border-radius: 0.5rem;
	/*box-shadow: 4px 4px 2px var(--color-shadow2) !important;*/
	justify-content: center;
	align-items: center;
	object-fit: fill;
}

.preview-wall[b-brhgajylfo] {
	border-radius: 50% !important;
	clip-path: circle(45% at center);
}

.preview-item[b-brhgajylfo]{
	filter: brightness(1.4);
}


.box_pano-title[b-brhgajylfo] {
	border-top-left-radius: 0em !important;
	border-top-right-radius: 2em !important;
	border-bottom-left-radius: 0em !important;
	border-bottom-right-radius: 2em !important;
	min-width: 2rem;
	text-orientation: upright !important;
	text-align: center;
	align-items: center;
	justify-content: center;
	object-fit: contain;
	background-color: var(--color-background) !important;
	box-shadow: 4px 4px 8px var(--color-shadow) !important;
}









.box[b-brhgajylfo] {
	border-radius: 0.5em;
	transition: ease-in-out 1s;
	text-align: center;
	box-shadow: 2px 2px 4px var(--color-shadow);
	transition: background-color 0.4s, color 0.3s !important;
}















.box-subB1[b-brhgajylfo] {
	flex: 1;
	border-radius: 0.5em;
	background-color: var(--color-background) !important;
	box-shadow: 4px 4px 12px var(--color-shadow) inset, -4px -4px 16px var(--color-highlight) inset;
	transition: ease-out 0.25s !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem;
	margin: 2rem;
}




.item-preview[b-brhgajylfo] {
	flex: 1;
	position: relative;
	width: 90%;
	aspect-ratio: 1/1;
	object-fit: contain;
	border-radius: 0.75rem;
	box-shadow: 2px 2px 4px var(--color-shadow2);
	transition: ease-out 0.75s !important;
	/*filter: blur(0) !important;*/
}


.box-subB2top[b-brhgajylfo] {
	flex: 3;
	border-radius: 0.5em;
	/*border-top-left-radius: 6rem;*/
	background-color: var(--color-background);
	box-shadow: 4px 4px 12px var(--color-shadow) inset, -4px -4px 16px var(--color-highlight) inset;
	color: var(--color-text);
}

.box-subB2bottom[b-brhgajylfo] {
	flex: 3;
	border-radius: 0.5em;
	/*border-bottom-right-radius: 6rem;*/
	background-color: var(--color-background);
	box-shadow: 4px 4px 12px var(--color-shadow) inset, -4px -4px 16px var(--color-highlight) inset;
	color: var(--color-text);
}



.box-subC1[b-brhgajylfo] {
	flex: 1;
	border-radius: 0.5em;
	background-color: var(--color-background);
	display: grid;
	animation: fadein-b-brhgajylfo 0.9s ease-in-out 0.3s backwards;
}

.box-subC2[b-brhgajylfo] {
	/*flex: 0.75;*/
	border-radius: 0.5em;
	background-color: var(--color-background);
	color: var(--color-text);
}








.box-subD1[b-brhgajylfo] {
	/*flex: 1;*/
	border-radius: 0.5em;
	background-color: var(--color-background);
	box-shadow: 4px 4px 16px var(--color-shadow), -4px -4px 8px var(--color-highlight) !important;
}


.box-subD2[b-brhgajylfo] {
	flex: 3;
	border-radius: 0.5em;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--color-background);
	box-shadow: 4px 4px 16px var(--color-shadow), -4px -4px 8px var(--color-highlight) !important;
}

.box-subD-thin[b-brhgajylfo] {
	flex: 0.1rem;
	max-height: 100px;
	background-color: var(--color-background);
	box-shadow: 4px 4px 16px var(--color-shadow), -4px -4px 8px var(--color-highlight) !important;
	border-radius: 0.5em;
}



.title-D[b-brhgajylfo] {
	/*font-family: 'Plaster-Regular';*/
	margin: 1rem;
	margin-left: 2rem;
	text-align: left;
	align-self: flex-start;
	font-size: clamp( 24px, 4vw, 36px);
	text-shadow: 2px, 2px, 4px, rgb(0, 0, 0, 1) !important;
	color: var(--color-text-2);
}


.subD-image-1[b-brhgajylfo] {
	background-image: url("Images/HomePage/background_4.webp");
}

.subD-image-2[b-brhgajylfo] {

}

.subD-image-3[b-brhgajylfo] {

}

.subD-image-4[b-brhgajylfo] {
	background-image: url("Images/HomePage/background_2.webp");
	background-position: top;
}

.subD-image-5[b-brhgajylfo] {
	background-image: url("Images/HomePage/background_6.webp");
}

.subD-image-6[b-brhgajylfo] {

}






.square-center[b-brhgajylfo] {
	width: 256px;
	aspect-ratio: 1/1;
	margin: 20px;
	align-items: center;
	justify-content: center;
	object-fit: scale-down;
	border-radius: 0.5em;
	box-shadow: 6px 6px 12px var(--color-shadow) inset, -6px -6px 10px var(--color-highlight) !important inset;
}








.box_bottom-large[b-brhgajylfo] {
	background-color: var(--color-background) !important;
	flex: 0.75;
}


.box-bottom[b-brhgajylfo] {
	flex: 0.05 !important;
	text-align: center;
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	border-bottom-left-radius: 0em;
	border-bottom-right-radius: 0em;
	filter:grayscale(0.35);
}


	.box-bottom-image[b-brhgajylfo] {
	position: relative;
	pointer-events: none;
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	border-bottom-left-radius: 0em;
	border-bottom-right-radius: 0em;
	width: 100%;
}

.box-bottom-text[b-brhgajylfo] {
	position: absolute;
	pointer-events: none;
	margin-left: 90px;
	color: #000000;
	font-size: 32px;
	text-align: center;
	justify-content: center;
	transform: translate(0, -280px);
}







.box-bottom-2[b-brhgajylfo] {
	flex: 0.075;
	border-radius: 0em;
	text-align: center;
	transition: none;
	background-color: var(--color-vrdLogo);
	color: var(--color-text-light) !important;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	font-size: clamp(10px, 2vw, 16px);
	overflow: hidden;
}

	.box-bottom-2[b-brhgajylfo]::after {
		content: "";
		position: absolute;
		top: -50%; /* Start off-screen */
		left: -50%;
		width: 200%;
		height: 200%;
		background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
		transform: rotate(25deg);
		/*opacity: 1;*/
		pointer-events: none; /* So it doesn’t interfere with clicks */
		animation: light-streak 6s infinite linear; /* Optional: animates the streak */
	}




.no-anim[b-brhgajylfo] {
	transition: none !important;
}




.box[b-brhgajylfo] {

	perspective: 400px;
}



.hidden[b-brhgajylfo] {
	opacity: 0;
	transform: scale(0);
	transition: ease-out 1s;
}


.show[b-brhgajylfo] {
	opacity: 1;
	transform: scale(1);
	filter: none;
}






@media(prefers-reduced-motion){
	.show[b-brhgajylfo] {
		transition: none !important;
	}
}















@media (max-width: 741px) {
	.container[b-brhgajylfo] {
		flex-direction: column;
		align-items: center;
		height: 10000px;
		/*gap: 0px;*/
		padding: 0px;
	}

	.con-head[b-brhgajylfo], .box-head[b-brhgajylfo] {
		flex-grow: 0.3;
	}

	.con-head[b-brhgajylfo], .box-head[b-brhgajylfo], .con-D[b-brhgajylfo], .con-Dsub[b-brhgajylfo], .con-C[b-brhgajylfo], .con-Csub[b-brhgajylfo], .con-B[b-brhgajylfo], .con-Bsub[b-brhgajylfo], .con-A[b-brhgajylfo], .con-Asub[b-brhgajylfo], .box-bottom[b-brhgajylfo], .box-bottom-2[b-brhgajylfo], .con-pano[b-brhgajylfo], .con-pano-sub-left[b-brhgajylfo], .square-center[b-brhgajylfo], .con-pano-sub-right[b-brhgajylfo], .box-welcome[b-brhgajylfo], .con-bottom[b-brhgajylfo], .box_bottom-large[b-brhgajylfo] {
		flex-direction: column;
		width: 100%;
	}

	.gap[b-brhgajylfo] {
	}

	.gap-narrow[b-brhgajylfo] {
	}


	.con-pano[b-brhgajylfo] {
		max-height: none;
		flex: 0.5;
	}



	.box_pano[b-brhgajylfo] {
		border-top-left-radius: 0em !important;
		border-top-right-radius: 0em !important;
		border-bottom-left-radius: 0em !important;
		border-bottom-right-radius: 0em !important;
	}

	.box_pano-info-top[b-brhgajylfo] {
		border-top-left-radius: 0.5em !important;
		border-top-right-radius: 0.5em !important;
		border-bottom-left-radius: 0em !important;
		border-bottom-right-radius: 0em !important;
	}

	.box_pano-info-bottom[b-brhgajylfo] {
		border-top-left-radius: 0em !important;
		border-top-right-radius: 0em !important;
		border-bottom-left-radius: 0em !important;
		border-bottom-right-radius: 0em !important;
	}


	.box_pano-title[b-brhgajylfo] {
		border-top-left-radius: 0em !important;
		border-top-right-radius: 0em !important;
		border-bottom-left-radius: 0.5em !important;
		border-bottom-right-radius: 0.5em !important;
	}





	.box-bottom-2[b-brhgajylfo] {
		max-height: 2rem;
		border-radius: 0.5em;
	}



	.con-Bsub[b-brhgajylfo] {
		align-items: center;
		align-content: center;
		justify-content: center;
		left: 50%;
	}

	.box-subB2[b-brhgajylfo] {
		width: 100%;
	}

	.box-head[b-brhgajylfo] {
		max-height: 300px !important;
	}

	.box-welcome[b-brhgajylfo] {
		max-height: 150px !important;
	}


	.main-icon[b-brhgajylfo] {
		position: absolute;
		pointer-events: none;
		left: 50%;
		/*transform: translate(-50px, -105px) scale(0.35);*/
		/*opacity: 0.7;*/
	}
}












.scrollTopBtn[b-brhgajylfo] {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	padding: 10px 15px;
	background-color: rgba(206, 177, 144, 0.6);
	color: #000000;
	border: none;
	border-radius: 0.5em;
	cursor: pointer;
	font-size: 24px;
	box-shadow: 0 4px 6px var(--color-shadow);
	transition: opacity 0.3s ease-in-out;
	z-index: 2000;
}

	.scrollTopBtn:hover[b-brhgajylfo] {
		background-color: rgba(206, 177, 144, 0.9);
		transform: scale(1.08);
	}




















.ab-slider[b-brhgajylfo] {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 0.5em;
}


.image-before[b-brhgajylfo], .image-after[b-brhgajylfo], .image-after2[b-brhgajylfo] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.image-after[b-brhgajylfo] {
	clip-path: inset(0 50% 0 0);
}

.slider[b-brhgajylfo], .slider2[b-brhgajylfo] {
	-webkit-appearance: none;
	appearance: none;
	background: #00000000;
	border-radius: 4px;
	outline: none;
	position: absolute;
	transform: translateX(-50%);
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100.075%;
	left: 49.75%;
	transform: translateX(-50%);
	z-index: 3;
}


	/* For Chrome, Edge, Safari */
	.slider[b-brhgajylfo]::-webkit-slider-thumb,
	.slider2[b-brhgajylfo]::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 10px;
		height: 2000px;
		background: var(--color-background);
		border-radius: 5%;
		cursor: col-resize;
		box-shadow: 0 0 4px var(--color-shadow2);
		transition: 0.2s;
	}

	/* For Firefox */
	.slider[b-brhgajylfo]::-moz-range-thumb,
	.slider2[b-brhgajylfo]::-moz-range-thumb {
		width: 10px;
		height: 2000px;
		background: var(--color-background);
		border: none; /* Remove default border */
		border-radius: 5%;
		cursor: col-resize;
		box-shadow: 0 0 4px var(--color-shadow2);
		transition: 0.2s;
	}


	.slider[b-brhgajylfo]::-webkit-slider-thumb:hover, .slider2[b-brhgajylfo]::-webkit-slider-thumb:hover {
		cursor: e-resize;
	}























.box-head[b-brhgajylfo] {
	flex: 0.75;
	border-radius: 2em;
	text-align: center;
	transition: none;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 16px var(--color-shadow2);

	animation: fadein-b-brhgajylfo 2s ease-in-out 0.2s backwards;
	animation-iteration-count: 1;
}

@keyframes fadein-b-brhgajylfo {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


.video-header[b-brhgajylfo] {
	position: relative;
	width: 100%;
	max-width: var(--max-width);
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	border-radius: 2rem;
}

	.video-header video[b-brhgajylfo] {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		transform: translate(-50%, -50%);
		object-fit: cover;
	}




.video-overlay[b-brhgajylfo] {
	font-family: 'Montserrat-Regular';
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	padding: 1rem 4rem;
	color: var(--color-text-head) !important;
	letter-spacing: 1.2rem;
	font-size: clamp(12px, 4vw, 50px);
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}


















.media-box[b-brhgajylfo] {
	/*border: 4px solid red;*/
	position: relative;
	display: inline-flex;
	flex: 0.25;
	display: grid;
	justify-content: center;
	object-fit: contain;
	width: 100%;
}

.media-scroller[b-brhgajylfo] {
	/*border: 4px solid green;*/
	display: flex;
	/*gap: 1rem;*/
	grid-auto-flow: column;
	grid-auto-columns: 30%;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	width: 100%;
	height: 100%;
}

.media-element[b-brhgajylfo] {
	display: grid;
	grid-template-rows: min-content;
	height: 220px;
	aspect-ratio: 16 / 9;
	padding: 0.5rem;
	width: 100%;
	height: auto;
	pointer-events: none;
}

.media-element-img[b-brhgajylfo] {
	inline-size: 90%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	box-shadow: 3px 3px 2px var(--color-shadow2);
	border-radius: 0.5rem;
	pointer-events:all !important;
	filter: grayscale(0.4);
}

	.media-element-img:hover[b-brhgajylfo] {
		cursor: pointer;
		transform: scale(1.06);
		filter: grayscale(0);
		box-shadow: 5px 5px 8px var(--color-shadow2);
		transition: ease-in-out 0.36s;
	}


.snaps-inline[b-brhgajylfo] {
	scroll-snap-type: inline mandatory;
	scroll-padding-inline: 0;
}

	.snaps-inline > *[b-brhgajylfo] {
		scroll-snap-align: start;
	}


@media (max-width: 741px) {
	.media-box[b-brhgajylfo] {
		flex: 0.1;
	}
}




















.move-in-left[b-brhgajylfo] {
	animation: movein-left-b-brhgajylfo 1s ease-in-out 0.15s backwards;
	/*animation-iteration-count: 1;*/
}

.move-in-right[b-brhgajylfo] {
	animation: movein-right-b-brhgajylfo 1s ease-in-out 0.15s backwards;
	/*animation-iteration-count: 1;*/
}



@keyframes movein-left-b-brhgajylfo {
	from {
		opacity: 0;
		transform: translateX(-200px) scale(1.2) rotateY(12deg);
	}

	to {
		transform: translateX(0) scale(1) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes movein-right-b-brhgajylfo {
	from {
		opacity: 0;
		transform: translateX(200px) scale(1.2) rotateY(-12deg);
	}

	to {
		transform: translateX(0) scale(1) rotateY(0deg);
		opacity: 1;
	}
}




.fade-in[b-brhgajylfo] {
	animation: fadein-b-brhgajylfo 1s ease-in-out 1.2s backwards;
}

@keyframes fadein-b-brhgajylfo {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
/* _content/vrDesignerWeb/Components/Pages/YouTube.razor.rz.scp.css */



.youtube-iframe[b-mdkacsx60y] {
    width: 100%;
    height: 100%;
    border: none;
    animation: fadein-b-mdkacsx60y 0.4s ease-in-out 0.1s backwards;
}


@keyframes fadein-b-mdkacsx60y {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
