/* _content/Blazor.JsonEditor/Component/Editor/JsonItemDefaultEditor.razor.rz.scp.css */
.json-content[b-qnteq3w1t6] {
    padding: 5px;
    border: 1px solid #ccc;
}

.json-object-body[b-qnteq3w1t6] {
    margin-left:20px;
    min-width:500px
}

.json-object-body-empty[b-qnteq3w1t6] {
    margin-left:20px;
}

.json-property-name[b-qnteq3w1t6] {
    padding: 3px;
    color: brown;
}

.json-value-content[b-qnteq3w1t6] {
    padding: 3px;
    font-style: italic;
}

.json-button[b-qnteq3w1t6] {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    line-height: 1px;
    font-family: 'Wingdings 2';
    font-size: 10px;
}

.json-button-submit[b-qnteq3w1t6] {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    line-height: 1px;
    font-family: 'Wingdings 2';
    font-size: 14px;
}

.json-button-danger[b-qnteq3w1t6] {
    color: red;
}

.json-input-text[b-qnteq3w1t6] {
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    line-height: 1.2em;
}

.json-validation-error[b-qnteq3w1t6] {
    color: red;
}

.json-value-string[b-qnteq3w1t6] {
    color: darkgoldenrod;
}

.json-value-number[b-qnteq3w1t6] {
    color: blueviolet;
}

.json-value-array[b-qnteq3w1t6] {
    color: darkgreen;
}

.json-new-item-form-container[b-qnteq3w1t6] {
    background: #fff;
    border: 1px solid #808080;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #1d1d1d;
    width: 400px;
}
/* _content/Blazor.JsonEditor/Component/Editor/JsonItemEditor.razor.rz.scp.css */
.json-content[b-1uvv55bq3r] {
    padding: 5px;
    border: 1px solid #ccc;
}

.json-object-body[b-1uvv55bq3r] {
    margin-left:20px;
    min-width:500px
}

.json-object-body-empty[b-1uvv55bq3r] {
    margin-left:20px;
}

.json-property-name[b-1uvv55bq3r] {
    padding: 3px;
    color: brown;
}

.json-value-content[b-1uvv55bq3r] {
    padding: 3px;
    font-style: italic;
}

.json-button[b-1uvv55bq3r] {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    line-height: 1px;
    font-family: 'Wingdings 2';
    font-size: 10px;
}

.json-button-submit[b-1uvv55bq3r] {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    line-height: 1px;
    font-family: 'Wingdings 2';
    font-size: 14px;
}

.json-button-danger[b-1uvv55bq3r] {
    color: red;
}

.json-input-text[b-1uvv55bq3r] {
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    line-height: 1.2em;
}

.json-validation-error[b-1uvv55bq3r] {
    color: red;
}

.json-value-string[b-1uvv55bq3r] {
    color: darkgoldenrod;
}

.json-value-number[b-1uvv55bq3r] {
    color: blueviolet;
}

.json-value-array[b-1uvv55bq3r] {
    color: darkgreen;
}

.json-new-item-form-container[b-1uvv55bq3r] {
    background: #fff;
    border: 1px solid #808080;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #1d1d1d;
    width: 400px;
}
/* _content/Blazor.JsonEditor/Component/InternalJsonEditor.razor.rz.scp.css */
.json-content[inherit-scope] {
    padding: 5px;
    border: 1px solid #ccc;
}

.json-object-body[inherit-scope] {
    margin-left:20px;
    min-width:500px
}

.json-object-body-empty[inherit-scope] {
    margin-left:20px;
}

.json-property-name[inherit-scope] {
    padding: 3px;
    color: brown;
}

.json-value-content[inherit-scope] {
    padding: 3px;
    font-style: italic;
}

.json-button[inherit-scope] {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    line-height: 1px;
    font-family: 'Wingdings 2';
    font-size: 10px;
}

.json-button-submit[inherit-scope] {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    line-height: 1px;
    font-family: 'Wingdings 2';
    font-size: 14px;
}

.json-button-danger[inherit-scope] {
    color: red;
}

.json-input-text[inherit-scope] {
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    line-height: 1.2em;
}

.json-validation-error[inherit-scope] {
    color: red;
}

.json-value-string[inherit-scope] {
    color: darkgoldenrod;
}

.json-value-number[inherit-scope] {
    color: blueviolet;
}

.json-value-array[inherit-scope] {
    color: darkgreen;
}

.json-new-item-form-container[inherit-scope] {
    background: #fff;
    border: 1px solid #808080;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #1d1d1d;
    width: 400px;
}
/* _content/Blazor.JsonEditor/Component/JsonEditor.razor.rz.scp.css */
.json-content[inherit-scope] {
    padding: 5px;
    border: 1px solid #ccc;
}

.json-object-body[inherit-scope] {
    margin-left:20px; 
    min-width:500px
}

.json-object-body-empty[inherit-scope] {
    margin-left:20px;
}

.json-property-name[inherit-scope] {
    padding: 3px;
    color: brown;
}

.json-value-content[inherit-scope] {
    padding: 3px;
    font-style: italic;
}

.json-button[inherit-scope] {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    line-height: 1px;
    font-family: 'Wingdings 2';
    font-size: 10px;
}

.json-button-submit[inherit-scope] {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    line-height: 1px;
    font-family: 'Wingdings 2';
    font-size: 14px;
}

.json-button-danger[inherit-scope] {
    color: red;
}

.json-input-text[inherit-scope] {
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    line-height: 1.2em;
}

.json-validation-error[inherit-scope] {
    color: red;
}

.json-value-string[inherit-scope] {
    color: darkgoldenrod;
}

.json-value-number[inherit-scope] {
    color: blueviolet;
}

.json-value-array[inherit-scope] {
    color: darkgreen;
}

.json-new-item-form-container[inherit-scope] {
    background: #fff;
    border: 1px solid #808080;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #1d1d1d;
    width: 400px;
}
/* _content/Blazor.JsonEditor/Component/Viewer/Item/JsonItemDefaultView.razor.rz.scp.css */
.json-property-name[b-fd0rag444j] {
    padding: 3px;
    color: brown;
}

.json-content[b-fd0rag444j] {
    padding: 5px;
    border: 1px solid #ccc;
}

.json-value-content[b-fd0rag444j] {
    padding: 3px;
    font-style: italic;
}

.json-value-string[b-fd0rag444j] {
    color: darkgoldenrod;
}

.json-value-number[b-fd0rag444j] {
    color: blueviolet;
}

.json-value-array[b-fd0rag444j] {
    color: darkgreen;
}
/* _content/Blazor.JsonEditor/Component/Viewer/Object/JsonObjectDefaultView.razor.rz.scp.css */
.json-property-name[b-xf7uas8yj6] {
    padding: 3px;
    color: brown;
}
