/* _content/Wmg.Nusano.Ui/Components/Controls/LocationTree.razor.rz.scp.css */
.tree-node[b-nq5vmll9jv] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tree-text[b-nq5vmll9jv] {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow: hidden;
    justify-content: center;
}

.tree-title[b-nq5vmll9jv] {
    font-weight: 500;
}

.tree-description[b-nq5vmll9jv] {
    font-size: 0.75rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tree-buttons[b-nq5vmll9jv] {
    display: flex;
    flex-direction: row;
}

[b-nq5vmll9jv] .e-btn:hover .e-edit {
    color: rgb(var(--color-sf-primary));
}

[b-nq5vmll9jv] .e-btn:hover .e-trash {
    color: rgb(var(--color-sf-error));
}


[b-nq5vmll9jv] .e-treeview .e-list-text {
    min-height: 46px;
    max-height: 46px;
    width: 100%;
    padding: 0 4px 0 8px;
    align-content: center;
}

[b-nq5vmll9jv] .e-treeview .e-fullrow {
    height: 46px;
}
/* _content/Wmg.Nusano.Ui/Components/Controls/NavMenu.razor.rz.scp.css */
.nav-title[b-vghhpvpjjd] {
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-family: "Segoe UI";
    color: rgb(var(--wmg-blue));
}

.nav-logo[b-vghhpvpjjd] {
    cursor: pointer;
}
/* _content/Wmg.Nusano.Ui/Components/Controls/OutputTimesAccordion.razor.rz.scp.css */
.button-container[b-g9nepvj128] {
    margin-right: 22px;
}
/* _content/Wmg.Nusano.Ui/Components/Controls/Persona.razor.rz.scp.css */
.persona[b-2hheif4243] {
    color: white;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    overflow: hidden;
}

.pointer[b-2hheif4243] {
}

    .pointer:hover[b-2hheif4243],
    .pointer:hover .persona-text[b-2hheif4243] {
        cursor: pointer;
    }

.persona img[b-2hheif4243] {
    object-fit: cover;
    background-color: transparent;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}

.persona-text[b-2hheif4243] {
    cursor: default;
}

[b-2hheif4243] .e-control.e-tooltip {
    height: fit-content;
}
/* _content/Wmg.Nusano.Ui/Components/Controls/RaisedHeader.razor.rz.scp.css */
.header-content[b-oabf2spl3b] {
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    align-self: center;
}

.header-icon[b-oabf2spl3b] {
    display: flex;
    align-items: center;
    margin-right: 1rem !important;
    font-size: 42px !important;
}
/* _content/Wmg.Nusano.Ui/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-dd0slzjd1i] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-dd0slzjd1i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Wmg.Nusano.Ui/Components/Pages/Login.razor.rz.scp.css */
.sso-buttons-container[b-ja0lgffal4] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sso-button[b-ja0lgffal4] {
    border: 1px solid #8c8c8c;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    padding: 0 12px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    background: #ffffff;
}

    .sso-button:hover[b-ja0lgffal4] {
        background: #f5f5f5;
    }

    .sso-button img[b-ja0lgffal4] {
        height: 21px;
        width: auto;
        object-fit: contain;
        margin-right: 12px;
    }

    .sso-button span[b-ja0lgffal4] {
        font-family: "Segoe UI Regular";
        font-size: 15px;
        font-weight: 600;
        color: #5e5e5e;
    }

.panel-container[b-ja0lgffal4] {
    margin: 0 2em;
    width: 50em;
    min-height: 20em;
}

@media (max-width: 767px) {
    .panel-container[b-ja0lgffal4] {
        max-width: 25em;
    }
}

.info-panel[b-ja0lgffal4] {
    background-color: #56A2FF;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 2em;
}


.input-panel[b-ja0lgffal4] {
    border: 1px solid rgb(143,143,143);
    display: flex;
    flex-direction: column;
    background: white;
    justify-content: center;
}

.legal-info[b-ja0lgffal4] {
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
