@import '_content/CodersForge.Controls/CodersForge.Controls.bundle.scp.css';

/* /Dialogs/ExportCodeDialog.razor.rz.scp.css */
.wizzard[b-1e1hzpd2np] {
    display: flex;
    overflow: hidden;
    position: absolute;
    top: 35px;
    bottom:0;
    left: 0;
    right: 0;
}

.header[b-1e1hzpd2np] {
    margin: 10px 25px 0px 25px;
}

.header h1[b-1e1hzpd2np]{
    font-size: 18pt;
}

.content[b-1e1hzpd2np] {
    margin: 0 25px;
    padding: 0;
}

.footer[b-1e1hzpd2np] {
    background-color: #f5f5f5;
    border-top: 1px solid #e7e7e7;
    display: flex;
    justify-content: end;
    padding: 15px;
    gap: 10px;
}

.step[b-1e1hzpd2np] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-self: stretch;
    gap: 10px;
    width: 100%;
}

.step1 > .content[b-1e1hzpd2np] {
    display: grid;
    grid-template-columns: 2fr 3fr;
}

.step1 p[b-1e1hzpd2np] {
    align-self: center;
}

.step2 > .content[b-1e1hzpd2np]{
    margin-top: 25px;
}

[b-1e1hzpd2np] form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.step2[b-1e1hzpd2np]  label {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.step3[b-1e1hzpd2np]  .branch{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
/* /Forms/Controllers/ControllerEditor.razor.rz.scp.css */
.ce[b-btu3ur4jfa] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: white;
    height: 100%;    
}

.ce-header[b-btu3ur4jfa] {
    grid-area: 1 / 1 / 2 / 2;
    border-bottom: 1px solid #D2D2D2;
}

    .ce-header[b-btu3ur4jfa]  form {
        display: flex;
        flex-direction: column;
        padding: 0px 15px 15px 15px;
    }


    .ce-header[b-btu3ur4jfa]  .form-group{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .ce-header[b-btu3ur4jfa]  .ln-1{
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }

.ce-content[b-btu3ur4jfa] {
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
}

[b-btu3ur4jfa] .resizer{
    width: 8px !important;
}

[b-btu3ur4jfa] .general{
    padding: 10px 5px 0px 0px;
}

[b-btu3ur4jfa] .expander[data-isOpen] > .expander-content{
    background-color: transparent !important;
}

[b-btu3ur4jfa] .expander{
    border: none;
}

[b-btu3ur4jfa] .expander-child{
    display: flex;
    flex-direction: column;
    padding: 0 15px 0 15px;
}

.endpoint-settings[b-btu3ur4jfa]{
    display: grid;
    grid-template-rows: auto 1fr;
}

.route[b-btu3ur4jfa] {
    border-bottom: 1px solid #D2D2D2;
}

.route-editor[b-btu3ur4jfa] {
    border: 1px solid #D2D2D2;
    border-bottom: 1px solid #535353;
    border-radius: 6px;
    margin: 15px;
}

.route-editor-wrapper[b-btu3ur4jfa] {
    display: grid;
    grid-template-columns: 100px auto 1fr;    
    border-bottom: 2px solid transparent;
    border-radius: 6px;
    align-items: center;
    gap: 5px;
    padding: 5px;
}

    .route-editor-wrapper:focus-within[b-btu3ur4jfa] {
        border-bottom: 2px solid #2570a5;
    }

    .route-editor-wrapper span[b-btu3ur4jfa] {
        color: #707070;
    }

    .route-editor-wrapper input[b-btu3ur4jfa] {
        border: none;
        outline: none;
    }

.item[b-btu3ur4jfa] {
    font-weight: 600;
}

.get[b-btu3ur4jfa] {
    color: #0b9e0d !important;
}

.post[b-btu3ur4jfa] {
    color: #9e8d0b !important;
}

.put[b-btu3ur4jfa] {
    color: #0067da !important;
}

.patch[b-btu3ur4jfa] {
    color: #3e149c !important;
}

.delete[b-btu3ur4jfa] {
    color: #9f2b2b !important;
}

.head[b-btu3ur4jfa] {
    color: #109615 !important;
}

.options[b-btu3ur4jfa] {
    color: #b50876 !important;
}
/* /Forms/Controllers/Endpoints/GeneralSettingsEditor.razor.rz.scp.css */
.endpoint-general-settings[b-27rao9cle6]{

}

.table-wrapper[b-27rao9cle6]{

}

[b-27rao9cle6] .table {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
}

[b-27rao9cle6] input{
    border-color: transparent;
    border-bottom-color: transparent !important;
    background-color: transparent;
    min-width: 0;
    width: 100%;
}

[b-27rao9cle6] .lastPanel {
    min-width: 350px;
    background-color: white;
    margin-left: -5px;
}

[b-27rao9cle6] .resizer {
    width: 5px !important;
    background-color: transparent !important;
    border-right: none !important;
}

/* /Forms/Controllers/Endpoints/QuerySettingsEditor.razor.rz.scp.css */
.query-settings-editor[b-rggpk85sy3] {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    height: 100%;
}

.query-settings-editor-header[b-rggpk85sy3]{
    padding: 15px;
}

.query-settings-editor-content[b-rggpk85sy3]{
    padding: 15px;
    overflow-y: auto;
}
/* /Forms/DocumentationEditor.razor.rz.scp.css */
.documentation-editor[b-he1ibw2xeg]{
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding: 0 40px 40px 40px;
}

.documentation-editor-item[b-he1ibw2xeg] {
    display: flex;
    flex-direction: column;
}

.field-list[b-he1ibw2xeg] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    height: 100%;
    width: 100%;
    background-color: #ffffffbc;
}

.field-list-items[b-he1ibw2xeg] {
    display: flex;
    flex-direction: column;
}

.field-list-item[b-he1ibw2xeg] {
    display: grid;    
    gap: 5px;
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 2px 0 2px 0;
}

    .field-list-item:hover[b-he1ibw2xeg]{
        background-color: #fafafadd;
    }

    .field-list-item:last-child[b-he1ibw2xeg] {
        border-radius: 0 0 8px 8px;
    }

.field-list-item-field[b-he1ibw2xeg] {
    grid-template-columns: 30px 1fr 100px 2fr 2fr 100px;
}

.field-list-item-field-header[b-he1ibw2xeg] {
    grid-template-columns: 30px 1fr 100px 2fr 2fr 100px;
}

.field-list-item-relationship[b-he1ibw2xeg] {
    grid-template-columns: 30px 1fr 1fr 1fr 1fr 2fr 100px;
}

.field-list-item-relationship-header[b-he1ibw2xeg] {
    grid-template-columns: 30px 1fr 1fr 1fr 1fr 2fr 100px;
}

.field-list-item-index[b-he1ibw2xeg] {
    grid-template-columns: 30px 1fr 1fr 2fr 100px;
}

.field-list-item-index-header[b-he1ibw2xeg] {
    grid-template-columns: 30px 1fr 1fr 2fr 100px;
}


.inline-header[b-he1ibw2xeg] {
    display: grid;
    gap: 5px;
    user-select: none;
    -webkit-user-select: none;
    border: 1px solid #e5e5e5;
    background-color: white;
    border-radius: 8px 8px 0 0;
}

    .inline-header span[b-he1ibw2xeg] {
        font-weight: 500;
        padding: 5px;
        text-align: center;
        border-right: 1px solid #ebebeb;
    }

input[b-he1ibw2xeg] {
    border: 1px solid transparent;
    padding: 1px 3px 1px 3px;
    background-color: transparent;
    margin: 2px;
}

    input:hover[b-he1ibw2xeg] {
        border: 1px solid #c7c7c7;
    }

    input:focus[b-he1ibw2xeg] {
        outline: none;
        background-color: white;
        border: 1px solid #c7c7c7;
    }

h1[b-he1ibw2xeg] {
    font-family: Segoe UI, Segoe UI Emoji, sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 40px;
}

h3[b-he1ibw2xeg] {
    font-family: Segoe UI, Segoe UI Emoji, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 35px 0 10px 0;
}

span[b-he1ibw2xeg] {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding: 8px 0 0 0;
}

textarea[b-he1ibw2xeg]{
    outline: none;
    min-height: 40px;
    border: 1px solid transparent;
    background-color: transparent;
}

.entity-name[b-he1ibw2xeg] {
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid #c7c7c7 !important;
    padding: 25px 0px 25px 0px !important;
    margin: 40px 0px 5px 0px;
}
/* /Forms/EntityEditor.razor.rz.scp.css */
.entity-editor[b-k3rjfyf396] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    height: 100%;
    overflow:hidden;
}

.entity-details[b-k3rjfyf396] {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    flex-direction: column;
    padding: 4px 15px 15px 15px;
}

    .entity-details[b-k3rjfyf396]  form {
        display: flex;
        flex-direction: column;
    }

.entity-properties[b-k3rjfyf396] {
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
}

.naming[b-k3rjfyf396]{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

[b-k3rjfyf396] .tabcontrol {
    border-top: 1px solid #DDDDDD;
}

[b-k3rjfyf396] .lastPanel{
    min-width: 350px;
    background-color: white;
    margin-left: -5px;
}

[b-k3rjfyf396] .resizer{
    width: 5px !important;
    background-color: transparent !important;
    border-right: none !important;
}

[b-k3rjfyf396] .name {
    border: 1px solid #DDDDDD;
    padding: 4px 8px 4px 8px;
}

    [b-k3rjfyf396] .name:focus {        
        outline: none;
    }

[b-k3rjfyf396] .description {
    border: 1px solid #DDDDDD;
}

    [b-k3rjfyf396] .description:focus {
        outline: none;
    }

[b-k3rjfyf396] .listviewitem {
    border-bottom: 1px solid #e5e5e5 !important;
}

.field-list[b-k3rjfyf396] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    height: 100%;
    width: 100%;
}

.field-list-items[b-k3rjfyf396] {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.field-list-footer[b-k3rjfyf396]{
    display: flex;
    flex-direction: row;
    background-color: var(--accent-color);
    height: 30px;
    font-size: 10pt;
    padding: 0px 5px 0pt 5px;
}

.inline-field-header[b-k3rjfyf396] {
    grid-template-columns: 5px 3fr 2fr 1fr repeat(3, 90px) 1fr;
}

.inline-indexes-header[b-k3rjfyf396] {
    grid-template-columns: 5px 1fr 1fr 100px 100px 1.5fr 200px;
}

.inline-relationship-header[b-k3rjfyf396] {
    grid-template-columns: 5px 2fr 1fr 1fr 1fr 100px 1.5fr 1fr;
}

.inline-header[b-k3rjfyf396] {
    display: grid;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    user-select: none;
    -webkit-user-select: none;
    padding-left: 20px;
    border-bottom: 1px solid #e5e5e5;
    animation-name: entrance-b-k3rjfyf396;
    animation-duration: .3s;
    animation-timing-function: ease-in;
}

    .inline-header span[b-k3rjfyf396] {
        font-weight: 500;
        border-right: 1px solid #e5e5e5;
        padding: 5px;
        width: 98%;
        text-align: center;
    }

@keyframes entrance-b-k3rjfyf396 {
    0% {
        transform: translateX(5px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}



.field-list-footer[b-k3rjfyf396]  .fonticon-btn span {
    color: white;
    font-size: 10pt;
}

.field-list-footer[b-k3rjfyf396]  .fonticon-label {
    color: white;
    font-size: 10pt;
}

.field-list-footer[b-k3rjfyf396]  .fonticon-btn:hover span {
    color: #d8d8d8;
}

.field-list-footer[b-k3rjfyf396]  .fonticon-btn:hover .fonticon-label {
    color: #d8d8d8;
}

/* /Forms/FieldEditor.razor.rz.scp.css */
.field-editor[b-scszuzjw38] {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px;
    overflow-y: auto;
    user-select: none;
    -webkit-user-select: none;
}

.field-editor[b-scszuzjw38]  form{
    display: flex;
    flex-direction: column;
}

.field-editor label[b-scszuzjw38]{
    margin-top: 10px;
}

[b-scszuzjw38] select {
    border: 1px solid #DDDDDD;
    padding: 4px 8px 4px 8px;
}


h5[b-scszuzjw38]{
    font-size: 12px;
    font-weight: 200;
}

hr[b-scszuzjw38]{
    margin-top: 40px;
    margin-bottom: 30px;
}

.dt-val[b-scszuzjw38]{
    display: flex;
    justify-content: space-between;
}

.mg15[b-scszuzjw38]{
    margin: 15px;
}

.dt-val-list[b-scszuzjw38] {
    margin: 0 -15px 25px -15px;
}

.validation-fields[b-scszuzjw38]{
    display: flex;
    flex-direction: column;
    background-color: #00000006;
    padding: 0 15px 15px 15px;
}

.rm-validation-btn[b-scszuzjw38]{
    visibility: hidden;
    opacity: 0;
    transition: opacity linear .2s;
}

.validation-header[b-scszuzjw38] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 5px;
    align-items: center;
    font-size: 10.5pt;
}

    .validation-header:hover .rm-validation-btn[b-scszuzjw38]{
        visibility: visible;
        opacity: 1;
    }

    .validation-header img[b-scszuzjw38] {
        height: 16px;
        width: 16px;

    }
/* /Forms/InlineFieldEditor.razor.rz.scp.css */
.inline-field-editor[b-e66zz4jyfg] {
    display: grid;
    grid-template-columns: 5px 3fr 2fr 1fr repeat(3, 90px) 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 3px;
    user-select: none;
    -webkit-user-select: none;
}

    .inline-field-editor:hover .inline-field-editor-opts[b-e66zz4jyfg]{
        visibility: visible;
        opacity: 1;
    }

    .inline-field-editor-handle[b-e66zz4jyfg] {
        grid-area: 1 / 1 / 2 / 2;
        display: flex;
    }

.inline-field-editor-name[b-e66zz4jyfg] {
    grid-area: 1 / 2 / 2 / 3;
    display: flex;
}

.inline-field-editor-type[b-e66zz4jyfg] {
    grid-area: 1 / 3 / 2 / 4;
    display: flex;
}

.inline-field-editor-len[b-e66zz4jyfg] {
    grid-area: 1 / 4 / 2 / 5;
}

.inline-field-editor-pk[b-e66zz4jyfg] {
    grid-area: 1 / 5 / 2 / 6;
    display: flex;
    justify-content: center;
}

.inline-field-editor-un[b-e66zz4jyfg] {
    grid-area: 1 / 6 / 2 / 7;
    display: flex;
    justify-content: center;
}

.inline-field-editor-an[b-e66zz4jyfg] {
    grid-area: 1 / 7 / 2 / 8;    
    display: flex;
    justify-content: center;
}

.inline-field-editor-opts[b-e66zz4jyfg] {
    grid-area: 1 / 8 / 2 / 9;
    display: flex;
    justify-content: end;
    margin-right: 8px;
    font-size: 8pt !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity linear .3s;
}



[b-e66zz4jyfg] input:not([type=checkbox]), [b-e66zz4jyfg] select{
    width: 90%;
}

[b-e66zz4jyfg] input {
    border: 1px solid transparent;
    padding: 1px 3px 1px 3px;
    background-color: transparent;
    margin: 2px;
}

    [b-e66zz4jyfg] input:hover {
        border: 1px solid #c7c7c7;
    }
    [b-e66zz4jyfg] input:focus{
        outline: none;
        background-color: white;
        border: 1px solid #c7c7c7;
    }

[b-e66zz4jyfg] select {
    border: 1px solid white;
    padding: 1px 3px 1px 3px;
    background-color: transparent;
}

    [b-e66zz4jyfg] select:focus {
        outline: none;
        background-color: white;
        border: 1px solid #c7c7c7;
    }

    [b-e66zz4jyfg] select:hover {
        outline: none;
        border: 1px solid #c7c7c7;
    }

[b-e66zz4jyfg] .valid {
    outline: none !important;
}
/* /Forms/InlineIndexEditor.razor.rz.scp.css */
.inline-relationship-editor[b-n4ynrar5ok] {
    display: grid;
    grid-template-columns: 5px 1fr 1fr 100px 100px 1.5fr 200px;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 3px;
    user-select: none;
    -webkit-user-select: none;
}

    .inline-relationship-editor:hover .inline-relationship-editor-opts[b-n4ynrar5ok]{
        visibility: visible;
        opacity: 1;
    }

    .inline-relationship-editor-handle[b-n4ynrar5ok] {
        grid-area: 1 / 1 / 2 / 2;
        display: flex;
    }

.inline-relationship-editor-name[b-n4ynrar5ok] {
    grid-area: 1 / 2 / 2 / 3;
    display: flex;
}

.inline-relationship-editor-col[b-n4ynrar5ok] {
    grid-area: 1 / 3 / 2 / 4;
    display: flex;
}


.inline-relationship-editor-ctd[b-n4ynrar5ok] {
    grid-area: 1 / 4 / 2 / 5;
    display: flex;
    justify-content: center;
}

.inline-relationship-editor-un[b-n4ynrar5ok] {
    grid-area: 1 / 5 / 2 / 6;
    display: flex;
    justify-content: center;
}

.inline-relationship-editor-summ[b-n4ynrar5ok] {
    grid-area: 1 / 6 / 2 / 7;    
    display: flex;
    justify-content: center;
}

.inline-relationship-editor-opts[b-n4ynrar5ok] {
    grid-area: 1 / 7 / 2 / 8;
    display: flex;
    justify-content: end;
    margin-right: 8px;
    font-size: 8pt !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity linear .3s;
}



[b-n4ynrar5ok] input:not([type=checkbox]), [b-n4ynrar5ok] select{
    width: 90%;
}

[b-n4ynrar5ok] input {
    border: 1px solid transparent;
    padding: 1px 3px 1px 3px;
    background-color: transparent;
    margin: 2px;
}

    [b-n4ynrar5ok] input:hover {
        border: 1px solid #c7c7c7;
    }
    [b-n4ynrar5ok] input:focus{
        outline: none;
        background-color: white;
        border: 1px solid #c7c7c7;
    }

[b-n4ynrar5ok] select {
    border: 1px solid white;
    padding: 1px 3px 1px 3px;
    background-color: transparent;
}

    [b-n4ynrar5ok] select:focus {
        outline: none;
        background-color: white;
        border: 1px solid #c7c7c7;
    }

    [b-n4ynrar5ok] select:hover {
        outline: none;
        border: 1px solid #c7c7c7;
    }

[b-n4ynrar5ok] .valid {
    outline: none !important;
}
/* /Forms/InlineRelationshipEditor.razor.rz.scp.css */
.inline-relationship-editor[b-9hcgyhct6u] {
    display: grid;
    grid-template-columns: 5px 2fr 1fr 1fr 1fr 100px 1.5fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 3px;
    user-select: none;
    -webkit-user-select: none;
}

    .inline-relationship-editor:hover .inline-relationship-editor-opts[b-9hcgyhct6u]{
        visibility: visible;
        opacity: 1;
    }

    .inline-relationship-editor-handle[b-9hcgyhct6u] {
        grid-area: 1 / 1 / 2 / 2;
        display: flex;
    }

.inline-relationship-editor-name[b-9hcgyhct6u] {
    grid-area: 1 / 2 / 2 / 3;
    display: flex;
}

.inline-relationship-editor-col[b-9hcgyhct6u] {
    grid-area: 1 / 3 / 2 / 4;
    display: flex;
}

.inline-relationship-editor-ref[b-9hcgyhct6u] {
    grid-area: 1 / 4 / 2 / 5;
}

.inline-relationship-editor-refcol[b-9hcgyhct6u] {
    grid-area: 1 / 5 / 2 / 6;
    display: flex;
    justify-content: center;
}

.inline-relationship-editor-ctd[b-9hcgyhct6u] {
    grid-area: 1 / 6 / 2 / 7;
    display: flex;
    justify-content: center;
}

.inline-relationship-editor-summ[b-9hcgyhct6u] {
    grid-area: 1 / 7 / 2 / 8;    
    display: flex;
    justify-content: center;
}

.inline-relationship-editor-opts[b-9hcgyhct6u] {
    grid-area: 1 / 8 / 2 / 9;
    display: flex;
    justify-content: end;
    margin-right: 8px;
    font-size: 8pt !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity linear .3s;
}



[b-9hcgyhct6u] input:not([type=checkbox]), [b-9hcgyhct6u] select{
    width: 90%;
}

[b-9hcgyhct6u] input {
    border: 1px solid transparent;
    padding: 1px 3px 1px 3px;
    background-color: transparent;
    margin: 2px;
}

    [b-9hcgyhct6u] input:hover {
        border: 1px solid #c7c7c7;
    }
    [b-9hcgyhct6u] input:focus{
        outline: none;
        background-color: white;
        border: 1px solid #c7c7c7;
    }

[b-9hcgyhct6u] select {
    border: 1px solid white;
    padding: 1px 3px 1px 3px;
    background-color: transparent;
}

    [b-9hcgyhct6u] select:focus {
        outline: none;
        background-color: white;
        border: 1px solid #c7c7c7;
    }

    [b-9hcgyhct6u] select:hover {
        outline: none;
        border: 1px solid #c7c7c7;
    }

[b-9hcgyhct6u] .valid {
    outline: none !important;
}
/* /Forms/PageEditor.razor.rz.scp.css */
.page-editor[b-wya54lahd9]{
    display: grid;
    grid-template-columns: 1fr 40px;
    height: 100%;
}

    [b-wya54lahd9] .tab-header[selected] {
        background-color: white;
        border-bottom: 4px solid #1157ae;
        color: inherit;
    }

        [b-wya54lahd9] .tab-header[selected]:hover {
            background-color: #f7f7f7;
        }


[b-wya54lahd9] .lp{
    width: 10%;
    min-width: 350px;
    background-color: white;
    margin-left: -5px;
}

[b-wya54lahd9] .rz {
    width: 5px !important;
    background-color: transparent !important;
    border-right: none !important;
}

.toolbox[b-wya54lahd9] {
    overflow-y: auto;
    height: 100%;
    user-select: none;
    -webkit-user-select: none;
}
/* /Pages/PagePreview.razor.rz.scp.css */
/* /Pages/Workspace/Workspace.razor.rz.scp.css */
.layout[b-zchpltv5b3] {
    display: grid;
    grid-template-rows: 65px 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 100%;
    min-height: 0px;     
    animation-name: entrance-b-zchpltv5b3;
    animation-duration: .3s;
    animation-timing-function: linear;
}

.nav[b-zchpltv5b3] {
    grid-area: 1 / 1 / 2 / 3;
    justify-items: stretch;
    z-index: 2;
    position: relative;

}

.sde[b-zchpltv5b3] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 0px;
    width: 100%;
}

    .sde .menu[b-zchpltv5b3] {
        grid-area: 1 / 1 / 2 / 2;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 5px;
        border-bottom: 1px solid #dedede;
        align-content: center;
        padding: 0 10px 0 10px;
    }

    .sde .menu[b-zchpltv5b3]  input{
        background-color: #ffffff52;        
    }

    .sde .tv[b-zchpltv5b3] {
        grid-area: 2 / 1 / 3 / 2;
        min-height: 0px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 5px;
    }
.nocontent[b-zchpltv5b3] {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.nocontent div[b-zchpltv5b3]{
    display: flex;
    flex-direction: column;
    justify-items: center;
    text-align: center;
}

.nocontent img[b-zchpltv5b3]{
    width: 36px;
    height: 36px;
    margin: 0 auto;
}

[b-zchpltv5b3] .irz{
    border-width: 0 !important;
    width: 5px !important;
    background-color: transparent !important;
}

[b-zchpltv5b3] .ifp{
    margin-right: -5px;
}

[b-zchpltv5b3] .ilp {
    border-left: 1px solid #dedede;
    padding-top: 10px;
}

@keyframes entrance-b-zchpltv5b3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Pages/Workspace/WorkspaceSidebar.razor.rz.scp.css */
.layout[b-ixaxekfo61] {
    display: grid;
    grid-template-rows: 50px 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 100%;
    min-height: 0px;     
    animation-name: entrance-b-ixaxekfo61;
    animation-duration: .3s;
    animation-timing-function: linear;
}
}

.nav[b-ixaxekfo61] {
    grid-area: 1 / 1 / 2 / 3;
    justify-items: stretch;
    z-index: 2;
}

.sde[b-ixaxekfo61] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 0px;
    width: 100%;
}

    .sde .menu[b-ixaxekfo61] {
        grid-area: 1 / 1 / 2 / 2;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 5px;
        border-bottom: 1px solid #dedede;
        align-content: center;
        padding: 0 10px 0 10px;
    }

    .sde .menu[b-ixaxekfo61]  input{
        background-color: #ffffff52;        
    }

    .sde .tv[b-ixaxekfo61] {
        grid-area: 2 / 1 / 3 / 2;
        min-height: 0px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 5px;
    }
.nocontent[b-ixaxekfo61] {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.nocontent div[b-ixaxekfo61]{
    display: flex;
    flex-direction: column;
    justify-items: center;
    text-align: center;
}

.nocontent img[b-ixaxekfo61]{
    width: 36px;
    height: 36px;
    margin: 0 auto;
}

[b-ixaxekfo61] .irz{
    border-width: 0 !important;
    width: 5px !important;
    background-color: transparent !important;
}

[b-ixaxekfo61] .ifp{
    margin-right: -5px;
}

[b-ixaxekfo61] .ilp {
    border-left: 1px solid #dedede;
}

@keyframes entrance-b-ixaxekfo61 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Shared/EmptyLayout.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-8dn4oyea3x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8dn4oyea3x] {
    flex: 1;
}

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

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

    .top-row[b-8dn4oyea3x]  a, .top-row[b-8dn4oyea3x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8dn4oyea3x]  a:hover, .top-row[b-8dn4oyea3x]  .btn-link:hover {
        text-decoration: underline;
    }

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

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

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

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

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

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

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

    .top-row.auth[b-8dn4oyea3x]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8dn4oyea3x], article[b-8dn4oyea3x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
nav[b-2udnf4ucjn] {
    background-color: white;
    color: black;
    border-bottom: 1px solid #D2D2D2;
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px 0 0 12px;
    margin: 10px 0 0px 10px;
}

.logo[b-2udnf4ucjn]{
    display: flex;
    align-items: center;
    font-family: Courier New, Courier, monospace;
    font-size: 20pt;
    height: 100%;
    margin: 0 0 0 20px;
}
