
/* _content/MainModule/Component1.razor.rz.scp.css */
.my-component[b-gvc6ggpt8u] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* _content/MainModule/Pages/UserManagement/ManageUserForm.razor.rz.scp.css */

.user-mgmt-username[b-xpqvgd19q7] {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 18px;
    user-select: none;
}

.user-mgmt-input-wrapper-content[b-xpqvgd19q7] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

[b-xpqvgd19q7] .reset-pass-alert {
    width: 80%;
    margin: -2px auto 24px 20px;
}

[b-xpqvgd19q7] .user-mgmt-button-change-pass {
    border-radius: 3px;
    margin-right: 30px;
    height: 30px;
    padding-top: 2.5px;
    border: 1px solid #1890ff;
    color: #1890ff;
}

    [b-xpqvgd19q7] .user-mgmt-button-change-pass:hover {
        border: 1px solid #40a9ff;
        color: #40a9ff;
    }

[b-xpqvgd19q7] .user-mgmt-button-generate-reset-pass {
    border-radius: 3px;
    height: 30px;
    padding-top: 2.5px;
}

.user-mgmt-action-btns[b-xpqvgd19q7] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 35px;
}

[b-xpqvgd19q7] .user-mgmt-button-delete {
    border-radius: 3px;
    margin-left: 20px;
}

[b-xpqvgd19q7] .user-mgmt-button-primary {
    border-radius: 3px;
}

