/* _content/digital_human_frontend/Components/AvatarVirtuallyHumanComponent.razor.rz.scp.css */
#progress[b-lj7or9e1eg] {
    position: absolute;
    top: calc(100vh - 250px);
    width: 80%;
    background-color: #333;
    color: black;
    visibility: hidden;
    text-align: center;
}

.swal2-popup[b-lj7or9e1eg] {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    padding: 0px;
    width: 35em !important;
}

.swal2-container .swal2-html-container[b-lj7or9e1eg] {
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.myvideoDiv[b-lj7or9e1eg] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
}

#myvideo[b-lj7or9e1eg] {
    width: 100%;
    height: 100%;
}
/* _content/digital_human_frontend/Pages/InterviewEnded.razor.rz.scp.css */
.product-title[b-ticsfhaxy3] {
    min-height: 72px;
    background-color: var(--rz-secondary-lighter);
}

.price-badge[b-ticsfhaxy3] {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 8px;
}
/* _content/digital_human_frontend/Shared/MainLayout.razor.rz.scp.css */
.page[b-d8r6e6f2dk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-d8r6e6f2dk] {
        display: none;
    }

    .top-row.auth[b-d8r6e6f2dk] {
        justify-content: space-between;
    }

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

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

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

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

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