/* /Components/Question/QuestionListBuilder.razor.rz.scp.css */
[b-gh8d471eqv](.default-table) {
    overflow: auto;
    max-height: 400px;
}

[b-gh8d471eqv](.draggable-card) {
    min-width: 130px;
    background-color: #ECF0F5;
}

[b-gh8d471eqv](.question-card) {
    margin-right: 3px;
    padding: 4px;
    height: 130px;
}


[b-gh8d471eqv](.node-hover) {
    margin-left: 43%;
}

[b-gh8d471eqv](.node-hover-add) {
    margin-left: 43%;
    margin-top: 5px;
}

[b-gh8d471eqv](.node-hover-left) {
    float: right;
}

[b-gh8d471eqv](.node-hover-right) {
    float: right;
    margin-top: 5px;
}

.table-scroll[b-gh8d471eqv] {
    overflow: scroll;
    overflow-x: hidden;
    max-height: 400px;
}
/* /Components/Teams/TemplateDetail.razor.rz.scp.css */
[b-gc9gmzz2bn](.template-tables-size) {
    height: auto;
    min-height: 400px;
    max-height: 700px;
    overflow-x: scroll;
}

[b-gc9gmzz2bn](.actions-column) {
    display: flex;
    justify-content: center;
    gap: 8px;
}

[b-gc9gmzz2bn](.status-chip) {
    font-weight: bold;
    padding: 4px 8px;
}
/* /Components/Teams/TemplateList.razor.rz.scp.css */
[b-oamco3m9xv](.template-tables-size) {
    height: auto;
    min-height: 400px;
    max-height: 700px;
    overflow-x: scroll;
}

[b-oamco3m9xv](.truncateInfoColumn) {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-oamco3m9xv](.truncateOptions) {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-oamco3m9xv](.grid-container) {
    height: 790px;
    overflow: hidden;
}
/* /Shared/AuthenticationWrapper.razor.rz.scp.css */
[b-z062wxphky] .authentication-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    margin: 0;
    padding: 0;
}

    [b-z062wxphky] .authentication-overlay .mud-paper {
        margin: 0 !important;
    }

[b-z062wxphky] .logo-image {
    animation: pulse-b-z062wxphky 2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes pulse-b-z062wxphky {
    0% {
        transform: scale(0.95);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(0.95);
        opacity: 1;
    }
}
/* /Shared/UploadFile.razor.rz.scp.css */

[b-jozpty5ou0] .textTruncate {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

