/* /Components/BlazorStarCAD.razor.rz.scp.css */
#sc-header[b-q9941ip7vm] {
    display: block;
    height: 87px;
    width: 100%;
    justify-content: flex-start;
    border-bottom: 1px solid #d6d5d5;
    position: sticky;
    top: 0;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

#sc-container[b-q9941ip7vm] {
    display: flex;
    width: 100%;
}

[b-q9941ip7vm] .sc-bar {
    border-top: 1px solid lightgray;
}
/* /Components/Console/ConsoleComponent.razor.rz.scp.css */
.sc-label-prompt[b-338c620onk] {
    padding-left: 0px; /*to align with input below the prompt*/
    position: relative;
    white-space: nowrap;
/*    overflow: hidden;*/
}

.sc-label-prompt label[b-338c620onk] {
    margin-bottom: 0px;
}

.sc-label-prompt i[b-338c620onk] {
    margin-left: 0.3rem;
    font-size: 0.8rem;
    padding: 0.1rem 0.3rem;
}

#sc-label-measure[b-338c620onk] {
    padding: 0px; 
    margin: 0px;
    position: relative;
    left: -3000px;
}

#sc-console-options[b-338c620onk] {
    position: absolute;
    font-size: 0.8rem;
    overflow-y: auto;
}

.sc-console-option[b-338c620onk] {
    /*padding: 0.3rem 1.25rem;*/
    padding: 0.3rem 0.3rem;
    white-space: nowrap;
}

.sc-console-selector[b-338c620onk]
{
    width: 10px;
    padding-right: 0.3rem;
}

.list-group-item.active[b-338c620onk] {
    color: #000;
    background-color: lightgray;
    border-color: lightgray;
}

#sc-console[b-338c620onk] {
    position: absolute;
    top: 0px;
    width: auto;
    padding: 0px;
}

.sc-console-row-1[b-338c620onk] {
    display: flex;
    margin: 0;
}

.sc-console-row-2[b-338c620onk] {
    display: flex;
    margin: 0;
    float: left;
    width: auto;
}
/* /Components/Console/ConsoleTextBoxAngleImpl.razor.rz.scp.css */
.sc-console-box[b-wz7s7t128z] {
    width: 80px; /* IConsoleTextBox.BoxWidth */
    flex: 0 0 auto;
    position: absolute;
    flex-wrap: nowrap;
}

.sc-console-box:focus-within[b-wz7s7t128z] {
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.sc-console-input[b-wz7s7t128z] {
    font-size: 0.8rem;
    height: 20px; /* IConsoleTextBox.BoxHeight */
}

.sc-console-value[b-wz7s7t128z] {
    padding: 0.3rem;
    border-left: none;
    border-right: none;
}

.sc-console-value:focus[b-wz7s7t128z] {
    box-shadow: 0 0 0 0;
    outline: 0 none;
}

.sc-console-mark[b-wz7s7t128z] {
    width: 15px;
    padding: 0.2rem;
    flex-grow: 0;
}

.sc-console-pre[b-wz7s7t128z] {
    border-right:hidden;
}

.sc-console-post[b-wz7s7t128z] {
    border-left: hidden;
}

.sc-console-lock[b-wz7s7t128z] {
    font-size: 0.8rem;
    padding: 0.1rem 0.3rem;
}
/* /Components/Console/ConsoleTextBoxImpl.razor.rz.scp.css */
.sc-console-box[b-hemx150chc] {
    width: 80px; /* IConsoleTextBox.BoxWidth */
    flex: 0 0 auto;
    position: absolute;
    flex-wrap: nowrap;
}

.sc-console-input[b-hemx150chc] {
    font-size: 0.8rem;
    height: 20px; /* IConsoleTextBox.BoxHeight */
    padding: 0.3rem;
}

.sc-console-lock[b-hemx150chc] {
    font-size: 0.8rem;
    padding: 0.1rem 0.3rem;
}
/* /Components/ContextMenu/ContextMenuComponent.razor.rz.scp.css */
/*
 * Due to dependencies between classes all ContextMenu related styles are located in this file.
 * Styles are scoped (CssScope="sc-contextmenu" in csproj) so the file must remain
 * so all related components will have proper attribute assigned during processing.
 */

.sc-context-menu[sc-contextmenu] {
    position: absolute;
    min-width: 150px;
    cursor: pointer;
    padding: 0px;
    left: 0px;
    top: 0px;
    margin: 0;
    border: 1px solid rgb(10, 10, 10);
    background: rgb(214, 214, 214);
    z-index: 100;
    display: none;
    pointer-events: none;
}

.sc-context-menu-entry[sc-contextmenu] {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.sc-context-menu-entry button[sc-contextmenu] {
    outline: none;
}

.sc-context-menu-button[sc-contextmenu] {
    background: none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    width: 100%;
    color: rgb(0, 0, 0);
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    border: 0px solid transparent;
    white-space: nowrap;
    padding: 6px 8px;
    outline: none;
}

.sc-context-menu-button[sc-contextmenu]::-moz-focus-inner, .sc-context-menu-button[sc-contextmenu]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.sc-context-menu-button>img[sc-contextmenu] {
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
}

.sc-context-menu-button>i[sc-contextmenu] {
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
}

.sc-context-menu-text[sc-contextmenu] {
    margin-left: 10px;
}

.sc-context-menu-entry:hover>.sc-context-menu-button[sc-contextmenu] {
    color: #fff;
    background-color: rgb(150, 150, 150);
}

.sc-context-menu-entry.disabled[sc-contextmenu] {
    opacity: .5;
    pointer-events: none;
}

.sc-context-menu-entry.disabled .sc-context-menu-button[sc-contextmenu] {
    cursor: default;
}

.sc-context-menu-entry.sc-context-menu-submenu[sc-contextmenu]::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #808080;
}

.sc-context-menu-entry.sc-context-menu-submenu:hover[sc-contextmenu]::after {
    border-left-color: #fff;
}

.sc-context-menu .sc-context-menu[sc-contextmenu] {
    top: 0px;
    left: 100%;
}

.show-menu[sc-contextmenu], .sc-context-menu-entry:hover>.sc-context-menu[sc-contextmenu] {
    display: block;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}

.sc-context-menu-entry:hover>.sc-context-menu[sc-contextmenu] {
    -webkit-transition-delay: 100ms;
}

.sc-context-menu-separator[sc-contextmenu] {
    display: block;
    margin: 7px 5px;
    height: 1px;
    border-bottom: 1px solid #fff;
    background-color: #aaa;
}

.sc-context-menu-open-left[sc-contextmenu]{
    left:-100%;
    right:100%;
}

.sc-context-menu-open-top[sc-contextmenu]{
    top:-100%;
}
/* /Components/ContextMenu/ContextMenuItemExecutable.razor.rz.scp.css */
/*
 * Due to dependencies between classes all ContextMenu related styles
 * are located in ContextMenuComponent.razor.css file.
 * Styles are scoped (CssScope="sc-contextmenu" in csproj) so the file must remain
 * so all related components will have proper attribute assigned during processing.
 */
/* /Components/ContextMenu/ContextMenuItemExpandable.razor.rz.scp.css */
/*
 * Due to dependencies between classes all ContextMenu related styles
 * are located in ContextMenuComponent.razor.css file.
 * Styles are scoped (CssScope="sc-contextmenu" in csproj) so the file must remain
 * so all related components will have proper attribute assigned during processing.
 */
/* /Components/ContextMenu/ContextMenuItemSelectable.razor.rz.scp.css */
/*
 * Due to dependencies between classes all ContextMenu related styles
 * are located in ContextMenuComponent.razor.css file.
 * Styles are scoped (CssScope="sc-contextmenu" in csproj) so the file must remain
 * so all related components will have proper attribute assigned during processing.
 */
/* /Components/ContextMenu/ContextMenuItemSeparator.razor.rz.scp.css */
/*
 * Due to dependencies between classes all ContextMenu related styles
 * are located in ContextMenuComponent.razor.css file.
 * Styles are scoped (CssScope="sc-contextmenu" in csproj) so the file must remain
 * so all related components will have proper attribute assigned during processing.
 */
/* /Components/CustomCanvas.razor.rz.scp.css */
#sc-canvas[b-v8jw1me9ia], #sc-canvas > canvas[b-v8jw1me9ia] {
    outline: none;
    position: relative;
    width: inherit;
    height: inherit;
}
/* /Components/Dialogs/Colors/ColorIndexComponent.razor.rz.scp.css */
.sc-color-index-form[b-jk8juyr8cf] {
    margin: 5px;
    margin-left: 15px;
}

p[b-jk8juyr8cf], button[b-jk8juyr8cf]{
    font-size: 12px;
}

button[b-jk8juyr8cf] {
    border-width: 1px;
    border-color: #CCCCCC;
}

.sc-color-index-child[b-jk8juyr8cf] {
    position: relative;
}

textarea[b-jk8juyr8cf] {
    resize: none;
    height: 25px;
    font-size: 12px;
    overflow: hidden;
}

.cs-preview-index-container[b-jk8juyr8cf]{
    position: absolute;
    bottom:90px;
    right:30px;
}
/* /Components/Dialogs/Colors/ColorPalette.razor.rz.scp.css */
.sc-color-box[b-1xtj2uzxiv] {
	margin: 1px;
	cursor: pointer;
}

.sc-list-colors[b-1xtj2uzxiv] {
	display: flex;
	flex-wrap: wrap;
}

/* /Components/Dialogs/Colors/ColorPickerBlazor.razor.rz.scp.css */
.sc-tab-container[b-6d3iiqh8sp] {
    font-size:12px;
    min-width: 300px;
    height: 27px;
    display: flex;
    flex-wrap: wrap;
    margin-left:15px;
}

.sc-tab-header[b-6d3iiqh8sp] {
    background-color: lightgray;
    padding: 4px;
    width: auto;
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-color: #DDDDDD;
    background-color: white;
}

.sc-tab-header-selected[b-6d3iiqh8sp] {
    padding: 4px;
    width: auto;
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-color: #EEEEEE;
    background-color: #EEEEEE;
    text-decoration: underline;
}

.sc-tab-item[b-6d3iiqh8sp] {
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    border: solid;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background-color: #EEEEEE;
}

.sc-tab-header-last[b-6d3iiqh8sp] {
    border-right-width: 1px;
}
/* /Components/Dialogs/Colors/TrueColorComponent.razor.rz.scp.css */
*[b-xpd15545tq] {
    font-size: 12px;
}

.sc-true-color-picker[b-xpd15545tq] {
    background-color: #EEEEEE;
    float: left;
    height: 330px;
    width: 65%;
}

.sc-rgb-color-picker[b-xpd15545tq] {
    height: 200px;
    margin-top: 60px;
    margin-left: 15px;
    width: 35%;
}

.sc-true-color-container[b-xpd15545tq] {
    margin-top: 10px;
    margin-left: 5px;
}
/* /Components/Dialogs/Colors/TrueColorHLSPicker.razor.rz.scp.css */
p[b-4pqf419hin] {
    margin-right: 2px;
}

input[b-4pqf419hin] {
    margin-right:5px;
    width: 50px;
    height: 20px;
    font-size: 12px;
}

.cs-slider-container[b-4pqf419hin] {
    margin-top:1px;
    margin-left: 251px;
}

.cs-hls-names-container[b-4pqf419hin] {
    display: flex;
    margin-left: 15px;
    margin-top: 5px;
}

.cs-hls-input-container[b-4pqf419hin] {
    display: flex;
    margin-left: 15px;
    margin-top: -15px;
    margin-bottom: 15px;
}

.cs-hls-last[b-4pqf419hin]{
    margin-left: auto;
    margin-right: -1px;
}

.cs-hls-image[b-4pqf419hin] {
    overflow: hidden;
    position: absolute;
}

.sc-hls-canvas[b-4pqf419hin] {
    overflow: hidden;
    border: solid black 1px;
    position: absolute;
}
.sc-hls-main-container[b-4pqf419hin]{
    margin-top:7px;
}
/* /Components/Dialogs/Colors/TrueColorRGBPicker.razor.rz.scp.css */
*[b-4m8lzgb8vk] {
    font-size: 12px;
}

textarea[b-4m8lzgb8vk] {
    resize: none;
    height: 25px;
    font-size: 12px;
    overflow: hidden;
}

.sc-rgb-color-picker[b-4m8lzgb8vk] {
    height: 200px;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
}

.sc-rgb-picker-value[b-4m8lzgb8vk] {
    display:flex;
}

p[b-4m8lzgb8vk]{
    width:40px;
}

input[b-4m8lzgb8vk] {
    margin-right: 5px;
    width: 50px;
    height: 20px;
}

.cs-preview-container[b-4m8lzgb8vk]{
    margin-left:40px;
    margin-top:25px;
}
/* /Components/Dialogs/ConfigDialogBlazor.razor.rz.scp.css */
[b-xefheuir97] .sc-config-main-container {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    border-radius: 5px;
    overflow: hidden;
}

[b-xefheuir97] .sc-config-tab-headers {
    display: flex;
    border-bottom: 1px solid black;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #ccc;
    color: white;
    text-align: center;
    font-weight: bold;
}

[b-xefheuir97] .sc-config-tab-header {
    flex-grow: 1;
    border: none;
    background-color: #1b6ec2;
    height: 100%;
    color: white;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    user-select: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

[b-xefheuir97] .sc-config-tab-header.active {
    flex-grow: 1;
    border: none;
    background-color: #e0d7f9;
    height: 100%;
    color: #4b2ca0;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    user-select: none;

}
[b-xefheuir97] .sc-config-tab-header.active:hover {
    flex-grow: 1;
    border: none;
    background-color: #e0d7f9;
    height: 100%;
    color: #4b2ca0;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    user-select: none;
}

[b-xefheuir97] .sc-config-tab-header:hover {
    background-color: #1861ac;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}
/* /Components/Dialogs/DialogBase.razor.rz.scp.css */
.sc-close-btn[b-2jxus4t6l6] {
    border-width: 0px;
    width: 30px;
    height: 30px;
    font-weight: 600;
    font-size: 20px;
}

.sc-auto-size[b-2jxus4t6l6] {
    width: auto;
    height: auto;
}

.sc-dialog-fading-sizing[b-2jxus4t6l6] {
    position: absolute;
    margin: -1px;
    width: calc(2px + 100%);
    height: calc(2px + 100%);
}

.sc-modal[b-2jxus4t6l6] {
    overflow: hidden;
}
/* /Components/Dialogs/DimensionStyles/DimensionStyleDialogBlazor.razor.rz.scp.css */
.sc-editor-window[b-376xgznljn] {
    margin: 10px;
    width: 690px;
    height: 550px;
}

.sc-header[b-376xgznljn] {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.sc-header-item[b-376xgznljn] {
    display: inline-block;
    height: 30px;
    vertical-align: top;
    margin-left: 1px;
}

.sc-header-item:hover[b-376xgznljn] {
    background-color: rgb(161, 253, 86);
    cursor: pointer;
    background-color: #ffffff;
}

.sc-header-item-selected[b-376xgznljn] {
    display: inline-block;
    height: 30px;
    background-color: red;
    vertical-align: top;
    margin-left: 1px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.sc-header-item-selected:hover[b-376xgznljn] {
    background-color: #ffffff;
}

.sc-header-text[b-376xgznljn] {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
    text-decoration: inherit
}

.sc-header-text:hover[b-376xgznljn] {
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

[b-376xgznljn] .sc-editor-tab {
    width: 100%;
    height: 100%;
}

[b-376xgznljn] .sc-preview {
    min-height: 200px;
    background-color: black;
    height: 100%;
}

[b-376xgznljn] .sc-table {
    table-layout: fixed;
    vertical-align: top;
    height: 100%;
    width: 100%
}

[b-376xgznljn] .sc-table td {
    vertical-align: top;
}

[b-376xgznljn] .sc-table th {
    display: none;
}

[b-376xgznljn] fieldset {
    padding: 5px;
    border: gray;
    border-style: solid;
    border-width: 1px;
}

[b-376xgznljn] fieldset legend {
    font-size: 1rem;
    font-style: italic;
}

[b-376xgznljn] .sc-tab-layout {
    table-layout: fixed;
    vertical-align: top;
    height: 100%;
    width: 100%
}
/* /Components/Dialogs/DimensionStyles/DimensionStylesDialogBlazor.razor.rz.scp.css */
.sc-editor-window[b-sbl78u3316] {
    margin: 10px;
    width: 950px;
    height: 550px;
}

.sc-editor-layout[b-sbl78u3316] {
    vertical-align: top;
}

.sc-editor-layout td[b-sbl78u3316] {
    vertical-align: top;
}
/* /Components/Dialogs/DynamicInputDialogBlazor.razor.rz.scp.css */
/* /Components/Dialogs/FCFEditor/FCFCellDatumComponent.razor.rz.scp.css */
.datum-editor[b-zpvij5f30u] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.datum-input[b-zpvij5f30u] {
    width: 5rem;
    padding: 0.25rem 0.4rem;
    font-size: 1rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.datum-select[b-zpvij5f30u] {
    min-width: 2.5rem;
    padding: 0.25rem 0.4rem;
    font-size: 1rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}
/* /Components/Dialogs/FCFEditor/FCFCellSymbolComponent.razor.rz.scp.css */
.symbol-editor[b-caxzmevsuh] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.symbol-select[b-caxzmevsuh] {
    min-width: 2.5rem;
    padding: 0.25rem 0.4rem;
    font-size: 1rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}
/* /Components/Dialogs/FCFEditor/FCFCellTextComponent.razor.rz.scp.css */
.text-editor[b-45uvryi8hh] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.text-input[b-45uvryi8hh] {
    width: 5rem;
    padding: 0.25rem 0.4rem;
    font-size: 1rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* /Components/Dialogs/FCFEditor/FCFCellToleranceComponent.razor.rz.scp.css */
.tolerance-editor[b-dniq1q3dq8] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.tolerance-select[b-dniq1q3dq8] {
    min-width: 2.5rem;
    padding: 0.25rem 0.4rem;
    font-size: 1rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}

.tolerance-input[b-dniq1q3dq8] {
    width: 5.5rem;
    padding: 0.25rem 0.4rem;
    font-size: 1rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* /Components/Dialogs/FCFEditor/FCFEditorDialogBlazor.razor.rz.scp.css */
.sc-fcf-editor-container[b-1j92t6thwk]{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sc-fcf-editor-toolbar[b-1j92t6thwk] {
    margin-bottom: 1rem;
    display:flex;
    flex-direction:row;
}

.sc-fcf-editor-toolbar-button[b-1j92t6thwk] {
    margin-right: 0.5rem;
    padding: 0.4rem 0.8rem;
    border: 1px solid #444;
    background: #eee;
    border-radius: 6px;
    cursor: pointer;
    flex: 1;
}
/* /Components/Dialogs/FCFEditor/FCFFrameComponent.razor.rz.scp.css */
.sc-fcf-frame-container[b-bymlircnv8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.sc-fcf-row[b-bymlircnv8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0 0 0.1rem 0;
    transition: background 0.2s ease;
}

    .sc-fcf-row:hover[b-bymlircnv8] {
        background: #f0f0f0;
    }

.sc-fcf-row-content[b-bymlircnv8] {
    flex: 1;
    overflow: hidden; /* ensures button never overlaps */
}

.sc-fcf-remove-button[b-bymlircnv8] {
    flex-shrink: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.3rem 0.6rem;
    border-left: none;
    border-radius: 6px;
    background: #ff4d4f;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

    .sc-fcf-remove-button:hover[b-bymlircnv8] {
        background: #d9363e;
    }

.frame-datum-editor[b-bymlircnv8] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
}

.frame-datum-row[b-bymlircnv8] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.frame-datum-editor input[b-bymlircnv8] {
    text-align: center;
    padding: 0.2rem 0.4rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 5rem;
}

.frame-datum-editor select[b-bymlircnv8] {
    text-align: center;
    padding: 0.2rem 0.4rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 3rem;
}
/* /Components/Dialogs/FCFEditor/FCFRowComponent.razor.rz.scp.css */
.sc-fcf-row-container[b-i2p5quv8ht] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1; /* ensures it stretches properly inside parent row */
}

.sc-fcf-row-cells[b-i2p5quv8ht] {
    display: flex;
    gap: 0.5rem;
    flex: 1;
    padding: 0.5rem 0 0.5rem 0;
    overflow-x: auto;
}

.sc-fcf-main-symbol[b-i2p5quv8ht] {
    width: 3rem;
    height: 3rem;
    font-size: 0.8rem;
    text-align: center;
    padding: 0.2rem 0.3rem;
    margin-left: 0.5rem;
    border: 1px solid #444;
    border-radius: 4px;
    background: #fff;
    flex-shrink: 0;
}

.sc-fcf-cell-box[b-i2p5quv8ht] {
    position: relative;
    display: flex;
    flex-direction: column; /* stack content vertically */
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    border: 2px solid #444;
    border-radius: 6px;
    background: #fdfdfd;
    min-width: 8.5rem;
    max-width: 13.5rem;
    flex-shrink: 0;
    box-sizing: border-box;
}

.sc-fcf-cell-content[b-i2p5quv8ht] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
.sc-fcf-cell-content-special[b-i2p5quv8ht] {
    display: flex;
    flex-direction: row;
    gap: 0.2rem;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

.sc-fcf-cell-remove[b-i2p5quv8ht] {
    position: absolute;
    top: -8px;
    right: -8px;
    border: none;
    background: #ff4d4f;
    color: white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 0.7rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sc-fcf-cell-remove:hover[b-i2p5quv8ht] {
        background: #d9363e;
    }

.vertical-split-btn[b-i2p5quv8ht] {
    display: flex;
    flex-direction: column;
    border: 1px solid #444;
    border-radius: 6px;
    overflow: hidden;
    width: 80px; /* fixed width so it never squeezes cells */
    flex-shrink: 0; /* prevent shrinking */
}

    .vertical-split-btn button[b-i2p5quv8ht] {
        flex: 1;
        padding: 0.3rem;
        border: none;
        background: #eee;
        cursor: pointer;
        font-size: 0.85rem;
    }

        .vertical-split-btn button:first-child[b-i2p5quv8ht] {
            border-bottom: 1px solid #444;
        }

        .vertical-split-btn button:hover[b-i2p5quv8ht] {
            background: #ddd;
        }


.sc-fcf-cell-wrapper[b-i2p5quv8ht] {
    position: relative;
    display: flex;
    align-items: center;
}
/* /Components/Dialogs/FormattedNumberInput.razor.rz.scp.css */
.numeric-updown[b-q5i3xnt99u] {
    display: inline-flex;
    align-items: stretch;
    width: 100%;
    height: 1.75rem;
    font-family: system-ui, sans-serif;
}

.numeric-updown input[b-q5i3xnt99u] {
    border: 1px solid;
    border-right: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0.2rem 0 0 0.2rem;
    text-align: left;
    flex: 1;
    box-sizing: border-box;
}

.numeric-updown .buttons[b-q5i3xnt99u] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid;
    border-left: none;
    border-radius: 0 0.2rem 0.2rem 0;
    overflow: hidden;
}

.numeric-updown .buttons button[b-q5i3xnt99u] {
    padding: 0;
    width: 1.5rem;
    height: 50%;
    font-size: 0.75rem;
    line-height: 1;
    background: white;
    color: #6b7280;
    border: none;
    cursor: pointer;
}

.numeric-updown .buttons button:hover[b-q5i3xnt99u] {
    background: #f3f4f6;
    color: #111827;
}
/* /Components/Dialogs/GridDialogBlazor.razor.rz.scp.css */
.scgrid-h-85[b-66tmu39bt1] {
    height: 85%!important;
}
/* /Components/Dialogs/HatchPatternSelector/HatchPatternPaletteDialogBlazor.razor.rz.scp.css */
.sc-hatch-predefined-palette-box[b-um9g4u2uyt] {
    display: flex;
    flex-direction: column;
}

.sc-hatch-predefined-palette-category-selection[b-um9g4u2uyt] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.sc-hatch-predefined-palette-category-button[b-um9g4u2uyt] {
    width: 25%;
    height: 40px;
    text-align:center;
    vertical-align:middle;
}

.sc-hatch-predefined-palette-category-button:hover[b-um9g4u2uyt] {
    background-color: aqua;
    width: 25%;
}

.sc-hatch-predefined-palette-grid-box[b-um9g4u2uyt] {
    background: white;
    margin: 5% auto;
    padding: 1rem;
    border-radius: 8px;
    width: 100%;
    height: 500px;
    overflow: auto;
}

.sc-hatch-predefined-palette-grid[b-um9g4u2uyt] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
}

.sc-hatch-predefined-palette-grid-item[b-um9g4u2uyt] {
    background-color: #f0f0f0;
}

.sc-hatch-predefined-palette-grid-item-preview[b-um9g4u2uyt] {
    border: 1px solid #ccc;
    background: white;
}
/* /Components/Dialogs/HatchPatternSelector/HatchPatternSelectorDialogBlazor.razor.rz.scp.css */
.sc-hatch-box[b-cxqgwevyah] {
    margin-bottom: 1rem;
    width: 100%;
}

.sc-hatch-button[b-cxqgwevyah] {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
}

.sc-hatch-island[b-cxqgwevyah] {
    background-color: #f4faff;
    padding: 1rem;
    border-radius: 12px;
    max-width: 450px;
}
/* /Components/Dialogs/LineTypesEditor/LineTypesEditorDialogBlazor.razor.rz.scp.css */
.item-selector-container[b-rqps04kls0] {
    width: 500px;
    height: 400px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px;
    background-color: #fff;
    box-sizing: border-box;
}

.button-row[b-rqps04kls0] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

    .button-row select[b-rqps04kls0] {
        flex: 1;
        padding: 4px 8px;
    }

.table-header[b-rqps04kls0], .table-row[b-rqps04kls0] {
    display: flex;
    padding: 6px 8px;
    box-sizing: border-box;
}

.table-header[b-rqps04kls0] {
    font-weight: bold;
    border-bottom: 1px solid #888;
}

.table-body[b-rqps04kls0] {
    overflow-y: auto;
    flex: 1;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.column[b-rqps04kls0] {
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.name-column[b-rqps04kls0] {
    width: 40%;
}

.desc-column[b-rqps04kls0] {
    width: 60%;
    font-family: monospace;
}

.table-row[b-rqps04kls0] {
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

    .table-row:hover[b-rqps04kls0] {
        background-color: #f5f5f5;
    }

    .table-row.selected[b-rqps04kls0] {
        background-color: #d0e7ff;
    }
/* /Components/Dialogs/LineTypesEditor/LineTypesImportDialogBlazor.razor.rz.scp.css */
.item-selector-container[b-41bvqgr4ao] {
    width: 500px;
    height: 400px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px;
    background-color: #fff;
    box-sizing: border-box;
}

.file-select-row[b-41bvqgr4ao] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

    .file-select-row select[b-41bvqgr4ao] {
        flex: 1;
        padding: 4px 8px;
    }

.table-header[b-41bvqgr4ao], .table-row[b-41bvqgr4ao] {
    display: flex;
    padding: 6px 8px;
    box-sizing: border-box;
}

.table-header[b-41bvqgr4ao] {
    font-weight: bold;
    border-bottom: 1px solid #888;
}

.table-body[b-41bvqgr4ao] {
    overflow-y: auto;
    flex: 1;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.column[b-41bvqgr4ao] {
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.name-column[b-41bvqgr4ao] {
    width: 40%;
}

.desc-column[b-41bvqgr4ao] {
    width: 60%;
    font-family: monospace;
}

.table-row[b-41bvqgr4ao] {
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

    .table-row:hover[b-41bvqgr4ao] {
        background-color: #f5f5f5;
    }

    .table-row.selected[b-41bvqgr4ao] {
        background-color: #d0e7ff;
    }
/* /Components/Dialogs/ShareDialogBlazor.razor.rz.scp.css */
.sc-child[b-u8715zlnx4] {
    display: inline-block;
    height: 39px;
}

.sc-copyButton[b-u8715zlnx4] {
    float: right;
    width: 45px;
    height: 45px;
    cursor: pointer;
    padding:3px;
    margin-left: 10px;
    margin-right: 5px;
}

    .sc-copyButton:hover[b-u8715zlnx4] {
        float: right;
        width: 45px;
        height: 45px;
        padding: 0px;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 5px;
    }

.sc-copyText[b-u8715zlnx4] {
    background: white;
    float: left;
    width: calc(100%);
    margin-left: 10px;
    text-align: left;
    padding: 8px;
    border-radius: 3px;
    border: solid;
    border-width: 1px;
    border-color: gray;
    white-space: nowrap;
    overflow: clip;
    height: 39px;
}

.sc-parern[b-u8715zlnx4] {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cs-textContainer[b-u8715zlnx4] {
    float: left;
    width: calc(100% - 80px);
    margin-left: 1px;
    margin-right: 5px;
}

textarea[b-u8715zlnx4] {
    resize: none;
}
/* /Components/Dialogs/SnapsDialogBlazor.razor.rz.scp.css */
#scsnap label[b-bfcrqxlg41] {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    vertical-align: top;
}

[b-bfcrqxlg41] .sc-svg {
    background-color: ghostwhite;
}

[b-bfcrqxlg41] .sc-svg svg {
        width: 16px;
        height: auto;
    }

[b-bfcrqxlg41] .sc-svg * {
        stroke: black;
        stroke-width: 4;
        fill: none;
    }
/* /Components/Dialogs/UCSEditor/UCSDialogBlazor.razor.rz.scp.css */
.sc-ucs-extended-container[b-4sojs3x7r7] {
    height: 100%;
    display: flex;
    flex-direction: row;
}

.sc-ucs-main-container[b-4sojs3x7r7] {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    border-radius: 5px;
    overflow: hidden;
    max-width: 600px;
}

.sc-ucs-tab-headers[b-4sojs3x7r7] {
    display: flex;
    border-bottom: 1px solid black;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #ccc;
    color: white;
    text-align: center;
    font-weight: bold;
}

.sc-ucs-tab-header[b-4sojs3x7r7] {
    flex-grow: 1;
    border: none;
    background-color: #007bff;
    height: 100%;
    color: white;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.sc-ucs-tab-header:hover[b-4sojs3x7r7] {
    background-color: #a7c2ffbb;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.sc-current-ucs[b-4sojs3x7r7] {
    width: 100%;
    border-bottom: 1px solid black;
}

.sc-ucs-detail-box[b-4sojs3x7r7] {
    margin: 5px;
    padding: 5px;
    font-size: small;
    border: 1px solid #ccc;
    flex-grow: 1;
}

[b-4sojs3x7r7] .sc-ucs-tab-content {
    display: flex;
    flex-direction: row;
    height: 100%;
}

[b-4sojs3x7r7] .sc-ucs-container {
    width: 300px;
    height: auto;
    border-right: 1px solid black;
    overflow-y: auto;
    max-height: 400px;
}

[b-4sojs3x7r7] .sc-ucs-list {
    list-style-type: none;
    padding: 0;
}

[b-4sojs3x7r7] .sc-ucs-button {
    display: flex;
    align-items: center;
    background: none;
    border: 1px solid #ccccff;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    text-align: left;
    width: 100%;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

[b-4sojs3x7r7] .sc-ucs-button:hover {
    display: flex;
    align-items: center;
    background-color: #a7c2ffbb;
    border: 1px solid #ccccff;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    text-align: left;
    width: 100%;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

[b-4sojs3x7r7] .sc-ucs-name {
    margin-right: 10px;
}

[b-4sojs3x7r7] .sc-ucs-button-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    padding: 10px;
    gap: 10px;
}

[b-4sojs3x7r7] .sc-active-ucs-indicator {
    font-weight: bold;
    color: green;
}
/* /Components/Dialogs/VertexEditor/VertexEditorDialogBlazor.razor.rz.scp.css */
.sc-vertex-editor-window[b-g0ofas8mtp] {
    margin: 10px;

    width: 650px;
    height: 400px;
}

.sc-vertex-editor-sub-editor[b-g0ofas8mtp] {
    width: 50%;
    display: inline-block;
}

.sc-vertices-properties[b-g0ofas8mtp] {
    margin-left: 5px;
}

.sc-vertices-list[b-g0ofas8mtp] {
    margin-right: 5px;
}
/* /Components/Dialogs/VertexEditor/VertexList.razor.rz.scp.css */
table[b-tmeidijzsb] {
    border-collapse: collapse;
    width: 100%;
}

th[b-tmeidijzsb], td[b-tmeidijzsb] {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 9px;
}

    th:nth-child(1)[b-tmeidijzsb],
    td:nth-child(1)[b-tmeidijzsb] {
        width: 20px;
    }

    th:nth-child(2)[b-tmeidijzsb],
    td:nth-child(2)[b-tmeidijzsb] {
        width: 100px;
    }

    th:nth-child(3)[b-tmeidijzsb],
    td:nth-child(3)[b-tmeidijzsb] {
        width: 100px;
    }

th[b-tmeidijzsb] {
    background-color: #f2f2f2;
}

button[b-tmeidijzsb] {
    margin: 5px;
    height: 40px;
    min-width: 60px;
    border-radius: 5px;
}

.sc-buttons-div[b-tmeidijzsb] {
    display: flex;
    position: absolute;
    bottom: 10px;
}


.sc-table-container[b-tmeidijzsb] {
    max-height: 410px;
    overflow-y: auto; /* Enable vertical scrolling */
    border: 1px solid #ccc; 
}
/* /Components/Dialogs/ViewEditor/ViewEditorDialogBlazor.razor.rz.scp.css */
[b-hbtll4b7b8] .sc-view-main-container {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    border-radius: 5px;
    overflow: hidden;
    max-width: 600px;
}

[b-hbtll4b7b8] .sc-view-tab-headers {
    display: flex;
    border-bottom: 1px solid black;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #ccc;
    color: white;
    text-align: center;
    font-weight: bold;
}

[b-hbtll4b7b8] .sc-view-tab-header {
    flex-grow: 1;
    border: none;
    background-color: #1b6ec2;
    height: 100%;
    color: white;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    user-select: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

[b-hbtll4b7b8] .sc-view-tab-header:hover {
    background-color: #1861ac;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

[b-hbtll4b7b8] .sc-view-row {
    display: flex;
    flex-direction:row;
    flex-grow:1;
    flex-shrink:1;
    justify-content:space-evenly;
    height: 30px;
    width: 100%
}

[b-hbtll4b7b8] .sc-view-cell-left {
    width: 40%;
    order: 1;
    border-bottom: solid 1px black;
    text-align:justify;
}

[b-hbtll4b7b8] .sc-view-cell-right {
    width: 60%;
    order: 2;
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
}

[b-hbtll4b7b8] .sc-view-row-vertical {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
}

[b-hbtll4b7b8] .sc-view-cell-right-vertical {
    width: 60%;
    height: auto;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

[b-hbtll4b7b8] .sc-view-item {
    min-height: 30px;
    height: 30px;
    user-select: none;
    border-bottom: solid 1px black;
    color: white;
    text-align:center;
}

[b-hbtll4b7b8] .sc-view-properties {
    flex: 2;
    max-height: 480px;
    border-left: solid 1px black;
}
/* /Components/Dialogs/VisualStyleEditor/VisualStyleEditorDialogBlazor.razor.rz.scp.css */
[b-ldcrbkp5wk] .sc-vstyle-tab-headers {
    display: flex;
    border-bottom: 1px solid black;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #ccc;
    color: white;
    text-align: center;
    font-weight: bold;
}

[b-ldcrbkp5wk] .sc-vstyle-tab-header {
    flex-grow: 1;
    border: none;
    background-color: #1b6ec2;
    height: 100%;
    color: white;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    user-select: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

[b-ldcrbkp5wk] .sc-vstyle-tab-header:hover {
    background-color: #1861ac;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

[b-ldcrbkp5wk] .sc-vstyle-row {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: space-evenly;
    height: 30px;
    width: 100%
}

[b-ldcrbkp5wk] .sc-vstyle-cell-left {
    width: 40%;
    order: 1;
    border-bottom: solid 1px black;
    text-align: justify;
}

[b-ldcrbkp5wk] .sc-vstyle-cell-right {
    width: 60%;
    order: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

[b-ldcrbkp5wk] .sc-vstyle-item {
    min-height: 30px;
    height: 30px;
    user-select: none;
    border-bottom: solid 1px black;
    color: white;
    text-align: center;
}

[b-ldcrbkp5wk] .sc-vstyle-property-list {
    overflow-y: auto;
    height: 100%;
}
/* /Components/FloatingOverlays/CanvasFloatingOverlayComponent.razor.rz.scp.css */
#sc-floating-overlay[b-q54wnyyw0q] {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: inherit;
    width: inherit;
    overflow: hidden;
    user-select: none;
}
/* /Components/FloatingOverlays/RotationGizmo/CanvasRotationGizmoOverlay.razor.rz.scp.css */
.sc-floating-overlay-rotation-gizmo-main[b-kvt63qorrs] {
    position:relative;
    width:0px;
    height:0px;
}
.sc-floating-overlay-rotation-gizmo-aux[b-kvt63qorrs] {
    position: absolute;
    border-radius:100%;
    border: solid green 3px;
    z-index:11;
}
/* /Components/FloatingOverlays/TextEditor/CanvasTextEditOverlay.razor.rz.scp.css */
.sc-floating-overlay-text-textbox[b-d45p0ns4nt] {
    position: absolute;
    top: -10px;
    left: -10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px 0px, rgb(117 117 117) 0px 0px 0px 3px;
    pointer-events: inherit;
    border-radius: 15px;
    pointer-events: inherit;
    user-select:none;
}
.sc-floating-overlay-text-caret[b-d45p0ns4nt] {
    position: absolute;
    background-color: black;
    pointer-events: inherit;
    user-select: none;
}
.sc-floating-overlay-text-selection[b-d45p0ns4nt] {
    position: absolute;
    border-style: none;
    background-color: rgb(51, 153, 255, 0.40);
    pointer-events: inherit;
    user-select: none;
}
/* /Components/HeaderRow.razor.rz.scp.css */
header[b-mmvlpln4or] {
    flex-shrink: 0;
    background: var(--bg);
    border-bottom: 1px solid #ccc;
    padding: 0 1rem;
}

.header-row[b-mmvlpln4or] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.header-title[b-mmvlpln4or] {
    font-size: 1.2rem;
    font-weight: bold;
}

.logo[b-mmvlpln4or] {
    display: flex;
    align-items: normal;
    height: 100%;
}

    .logo svg[b-mmvlpln4or] {
        height: 40px;
        margin-right: 1rem
    }

.offline-button[b-mmvlpln4or] {
    margin-right: 12px;
    background-color: #b4b4b4;
    color: black;
    font-weight: bold;
    padding: 6px 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: sans-serif;
    transition: background-color 0.2s ease-in-out;
}

    .offline-button:hover[b-mmvlpln4or] {
        background-color: #9a9a9a;
    }
/* /Components/Logging/CanvasFloatingLogger.razor.rz.scp.css */
.sc-logger[b-pmv43iy4de] {
    z-index: 9;
    width: fit-content;
    height: fit-content;
    position: absolute;
    bottom: 10px;
    left: 15px;
    margin: 0px 0px 0px 0px;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 50%;
        /*border: solid 2px darkgray;*/
    background-color: transparent;
}
/* /Components/Logging/DisappearingLog.razor.rz.scp.css */
.sc-logging-log[b-cabmreovzc] {
    max-width: 500px;
    overflow: visible;
    color: #333333;
    font-size: 12px;
}

.sc-logging-container-for-logs[b-cabmreovzc] {

    margin-bottom: -10px;
}
/* /Components/ProfilerDisplay.razor.rz.scp.css */
#sc-profiler[b-t9v8fw9k0l] {
    background-color: lightgray;
    z-index: 9;
    width: fit-content;
    position: absolute;
    bottom: 120px;
    left: 15px;
    margin: 0px 0px 0px 0px;
    box-sizing: border-box;
    opacity: 80%;
    overflow: hidden;
    height: fit-content;
    max-height: 100%;
    border: solid 2px darkgray;
}
/* /Components/PropertyGrid/CustomPropertyGrid.razor.rz.scp.css */
#sc-property-grid[b-y5sy75q7le] {
    background-color: lightgray;
    z-index: 12;
    width: 300px;
    position: relative;
    margin: 0px 0px 0px -300px;
    box-sizing: border-box;
    opacity: 80%;
    overflow: auto;
    height: fit-content;
    max-height: 100%;
}

#sc-property-grid > table[b-y5sy75q7le] {
    width: 100%;
}

#sc-property-grid[b-y5sy75q7le]  input {
    width: 100%;
}
/* /Components/PropertyGrid/PropertyCategory.razor.rz.scp.css */
.sc-property-grid-category[b-oqau4xpric] {
    height: 26px;
    background-color: darkgray;
    width: 100%;
}
/* /Components/RibbonSeparator.razor.rz.scp.css */
.sc-ribbon-separator[b-7ybxpy4yeu] {
    display: inline-block;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 50px;
}
/* /Components/RibbonSeparatorLine.razor.rz.scp.css */
.sc-ribbon-line-separator[b-dwtnr7j0w9] {
    display: inline-block;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 50px;
    border-left-style: ridge;
    border-left-color: darkgray;
    border-left-width: thin;
}
/* /Components/Ribbon/RibbonTabPage.razor.rz.scp.css */
.sc-ribbon-tab-page[b-cfr5n48km0] {
    display: inline-block;
    height: 55px;
    vertical-align: top;
}
.sc-ribbon-loading[b-cfr5n48km0] {
    display: inline-block;
    height: 55px;
    vertical-align: top;
    font-size:16px;
}
/* /Components/Ribbon/RibbonUITool.razor.rz.scp.css */
.sc-ui-tool-container[b-bjqn0t34bs] {
    max-width: 150px;
    display: inline-block;
    height: 50px;
    max-height: 50px;
    margin-top: 2px;
    margin-bottom: 2px;
    vertical-align: top;
}
/* /Components/Ribbon/TabbedRibbon.razor.rz.scp.css */
.sc-tab-page-container[b-587hun27xl] {
    max-height: 95px;
    font-size: 13px;
    overflow: clip;
    vertical-align: top;
    background-color: #f7f7f7;
}
#sc-ribbon[b-587hun27xl] {
    display: block;
    float: left;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

    #sc-ribbon[b-587hun27xl] >  div {
        max-width: 120px;
        display: inline-block;
        width: auto;
        border: none;
        font-size: small;
        background-color: #f7f7f7;
        height: 100%;
    }

#sc-auth[b-587hun27xl] {
    display: block;
    margin: 0px 12px 0px 12px;
    float: right;
}
/* /Components/Ribbon/TabHeader.razor.rz.scp.css */
.sc-ribbon-header-item[b-ep5262svhm] {
    display: inline-block;
    height: 30px;
    vertical-align: top;
    margin-left: 1px;
}
    .sc-ribbon-header-item:hover[b-ep5262svhm] {
        background-color: rgb(161, 253, 86);
        cursor: pointer;
        background-color: #ffffff;
    }

.sc-ribbon-header-item-selected[b-ep5262svhm] {
    display: inline-block;
    height: 30px;
    vertical-align: top;
    margin-left: 1px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
    .sc-ribbon-header-item-selected:hover[b-ep5262svhm] {
        background-color: #ffffff;
    }

.sc-header-text[b-ep5262svhm] {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
    text-decoration: inherit
}
    .sc-header-text:hover[b-ep5262svhm] {
        font-weight: 600;
        text-decoration: underline;
        text-decoration-thickness: 2px;
    }
/* /Components/Settings/SettingsTab.razor.rz.scp.css */
[b-x5v6xzy2tk] .settings-section {
    padding: 24px;
    font-family: 'Segoe UI', sans-serif;
}

[b-x5v6xzy2tk] h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
    color: #333;
}

[b-x5v6xzy2tk] .quick-button {
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
}

[b-x5v6xzy2tk] .quick-button:hover {
    background: #e0e0e0;
}
/* /Components/Settings/Utils/Setting.razor.rz.scp.css */
.setting-item[b-eng1znw9l3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.setting-label[b-eng1znw9l3] {
    font-weight: 500;
    font-size: 1.1rem;
    color: #222;
    flex: 1;
}

.vertical-container[b-eng1znw9l3] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: flex-start;
    flex: 1;
}

.quick-buttons[b-eng1znw9l3] {
    margin-top: 0.5rem;
    display: flex;
    flex-direction:row;
    justify-content:flex-end;
    gap: 0.5rem;
}
/* /Components/Settings/Utils/SettingsCheckbox.razor.rz.scp.css */
.setting-description[b-pccl4z43t7] {
    margin-top: 6px;
    font-size: 0.95rem;
    color: #666;
}

/* Toggle Switch */
.switch[b-pccl4z43t7] {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}

.switch input[b-pccl4z43t7] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-pccl4z43t7] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider[b-pccl4z43t7]::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.switch input:checked + .slider[b-pccl4z43t7] {
    background-color: #4CAF50;
}

.switch input:checked + .slider[b-pccl4z43t7]::before {
    transform: translateX(22px);
}
/* /Components/Settings/Utils/SettingsSlider.razor.rz.scp.css */
.slider-container[b-n1t2gp7o5u] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex:1;
    width: inherit;
}

.slider-container input[type="range"][b-n1t2gp7o5u] {
    flex: 1;
    -webkit-appearance: none;
    height: 6px;
    border-radius: 5px;
    background: #ddd;
    outline: none;
    cursor: pointer;
    margin: 0rem 1rem;
}

.slider-container input[type="range"][b-n1t2gp7o5u]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0078d7;
    cursor: pointer;
    border: none;
}

.slider-value[b-n1t2gp7o5u] {
    min-width: 40px;
    text-align: right;
    font-weight: 500;
}

.formatted-input[b-n1t2gp7o5u] {
    width: 80px;
    padding: 2px 6px;
    font-size: 0.9rem;
}
/* /Components/StatusBar.razor.rz.scp.css */

/* /Components/TextBoxWithButton.razor.rz.scp.css */
.textbox-button[b-sru1y9jnc6] {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    max-width: 600px;
}

    .textbox-button input[b-sru1y9jnc6] {
        flex: 1;
        padding: 8px 12px;
        font-size: 1rem;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

    .textbox-button button[b-sru1y9jnc6] {
        padding: 7px 16px;
        font-size: 1rem;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

        .textbox-button button:hover[b-sru1y9jnc6] {
            background-color: #45a049;
        }

        .textbox-button button:disabled[b-sru1y9jnc6] {
            background-color: #ccc;
            color: #666;
            cursor: not-allowed;
            opacity: 0.7;
        }
/* /Components/TextBoxWithOptionsComponent.razor.rz.scp.css */
.sc-text-combo-select[b-l32hkfbm5r] {
    width: 20px;
    direction: ltr;
}

.sc-text-combo-item[b-l32hkfbm5r] {
    margin-left: -100px;
    direction: ltr;
}

select[b-l32hkfbm5r] {
    text-align: left;
}
/* /Components/TileList.razor.rz.scp.css */
.tile-list[b-tikslwhmm4] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
/* /Components/TileWithIcon.razor.rz.scp.css */
.tile[b-1pdkcutnag] {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 16px;
    max-width: 600px;
    min-width: 600px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

    .tile:hover[b-1pdkcutnag] {
        border: 2px solid #0D47A1;
        padding: 9px 15px;
    }

.tile-info[b-1pdkcutnag] {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}

.tile-name[b-1pdkcutnag] {
    font-weight: 600;
    font-size: 1rem;
    color: #222;
}

.tile-guid[b-1pdkcutnag] {
    font-size: 0.85rem;
    color: #666;
    word-break: break-all;
}

.tile-picture[b-1pdkcutnag] {
    margin: 0px;
    align-content: center;
}
/* /Components/TileWithPreview.razor.rz.scp.css */
.tile[b-jtiq2t9uaw] {
    min-width: 200px;
    min-height: 180px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

    .tile-tile:hover[b-jtiq2t9uaw] {
        padding: 7px;
        border: 2px solid #0D47A1;
    }

    .tile-tile.selected[b-jtiq2t9uaw] {
        border: 2px solid #6c4dad;
        background-color: #f0e8fb;
    }

.tile-preview[b-jtiq2t9uaw] {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
}

    .tile-preview img[b-jtiq2t9uaw] {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;

        border: 2px solid #ccc;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        background-color: #f9f9f9;
    }

.tile-placeholder[b-jtiq2t9uaw] {
    font-size: 32px;
    color: #aaa;
}

.tile-name[b-jtiq2t9uaw] {
    margin-top: 6px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
/* /Components/UIToolButton.razor.rz.scp.css */
.sc-ribbon-button[b-lmpcetdr6h] {
    border: 0px;
    outline: 0px;
    height: 100%;
}

.btn[b-lmpcetdr6h] {
    padding: 1px 6px;
    font-size: inherit;
}

.sc-ribbon-button:hover[b-lmpcetdr6h] {
    background-color: rgb(161, 253, 86);
    cursor: pointer;
}
/* /Components/UIToolButtonMenu.razor.rz.scp.css */
.sc-state-button-container[b-d0jv60rbo5] {
    display: inline-block;
    padding-left: 4px;
}

.sc-menu-button[b-d0jv60rbo5] {
    padding-bottom: 0px;
    padding-top: 0px;
}
/* /Components/UIToolComboBox.razor.rz.scp.css */
.sc-ribbon-tool-container[b-aboijgrfpu] {
    display: inline-block;
    width: auto;
    height: 100%;
    margin: 2px 2px 2px 2px;
    border: none;
    font-size: small;
    background-color: #f7f7f7
}
/* /Components/UIToolLabel.razor.rz.scp.css */
.sc-status-bar-label[b-sw9op2g9qz] {
    display: flex;
    align-items: center;
}
/* /Components/UIToolStateButton.razor.rz.scp.css */
.btn[b-jt4rfldiy4] {
    padding: 1px 6px;
    font-size: inherit;
}

.btn:focus[b-jt4rfldiy4] {
    outline: none;
    box-shadow: none;
}

.sc-checked[b-jt4rfldiy4] {
    background-color: darkgray;
}

.sc-unchecked[b-jt4rfldiy4] {
    background-color: ghostwhite;
}
/* /Components/UserMenu.razor.rz.scp.css */
.user-menu[b-vn08x88nki] {
    align-content: center;
    height: 100%;
    position: relative;
}

.user-icon[b-vn08x88nki] {
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    background: #ccc;
}

.user-dropdown[b-vn08x88nki] {
    white-space: nowrap;
    position: absolute;
    top: 2px;
    right: -10px;
    background: white;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 10;
}

.user-dropdown button[b-vn08x88nki] {
    background: none;
    border: none;
    padding: 0.5rem 1rem;
    text-align: left;
    cursor: pointer;
}

.user-name[b-vn08x88nki] {
    background: none;
    border: none;
    padding: 0.5rem 1rem;
    text-align: left;
    cursor: pointer;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-8h4sfsgwi6] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

main[b-8h4sfsgwi6] {
    flex: 1;
}

.sidebar[b-8h4sfsgwi6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8h4sfsgwi6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8h4sfsgwi6]  a, .top-row[b-8h4sfsgwi6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8h4sfsgwi6]  a:hover, .top-row[b-8h4sfsgwi6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8h4sfsgwi6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-8h4sfsgwi6] {
        justify-content: space-between;
    }

    .top-row[b-8h4sfsgwi6]  a, .top-row[b-8h4sfsgwi6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8h4sfsgwi6] {
        flex-direction: row;
    }

    .sidebar[b-8h4sfsgwi6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8h4sfsgwi6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8h4sfsgwi6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8h4sfsgwi6], article[b-8h4sfsgwi6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/LoginPage.razor.rz.scp.css */
.login-page[b-2vn3vz2n22] {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
    overflow: hidden;
    background-color: #f5f5f5;
}

.background[b-2vn3vz2n22] {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.square[b-2vn3vz2n22] {
    position: absolute;
    opacity: 0.8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    will-change: transform;
    width: 200px;
    height: 200px;
    background: transparent;
    border: 16px solid #2E7D32;
    border-radius: 16px
}

.container[b-2vn3vz2n22] {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.85);
    padding: 40px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    text-align: center;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.logo[b-2vn3vz2n22] {
    width: 400px;
    height: 200px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo svg[b-2vn3vz2n22] {
        width: 100%;
        height: 100%;
    }

.buttons[b-2vn3vz2n22] {
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .buttons button[b-2vn3vz2n22] {
        background: #00000011;
        color: #2E7D32;
        border: 1px solid #000;
        padding: 10px 20px;
        margin: 20px;
        font-size: 32px;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s;
    }

        .buttons button:hover[b-2vn3vz2n22] {
            background: #00000022;
        }
/* /Pages/Projects/ProjectPage.razor.rz.scp.css */
.page[b-yljib67isp] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-content[b-yljib67isp] {
    flex: 1;
    overflow-y: auto;
}

.explorer-container[b-yljib67isp] {
    display: flex;
    height: 100%;
    overflow: hidden;
}

.explorer-tabs[b-yljib67isp] {
    width: 160px;
    background: #f9f9f9;
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.tab-button[b-yljib67isp] {
    background: none;
    border: none;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 5px;
}

    .tab-button:hover[b-yljib67isp] {
        background-color: #eee;
    }

    .tab-button.active[b-yljib67isp] {
        background-color: #e0d7f9;
        color: #4b2ca0;
        font-weight: bold;
    }

.explorer-content[b-yljib67isp] {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
}
/* /Pages/Projects/ProjectsPage.razor.rz.scp.css */
.page[b-2sdj9u96ty] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-content[b-2sdj9u96ty] {
    flex: 1;
    overflow-y: auto;
}

.projects-section[b-2sdj9u96ty] {
    margin: 20px;
}

    .projects-section h3[b-2sdj9u96ty] {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 600;
        color: #2c3e50;
        border-bottom: 2px solid #3498db;
        padding-bottom: 0.25rem;
        margin-bottom: 1rem;
    }

table.projects-table[b-2sdj9u96ty] {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    table.projects-table thead[b-2sdj9u96ty] {
        background-color: #3498db;
        color: white;
    }

    table.projects-table th[b-2sdj9u96ty], table.projects-table td[b-2sdj9u96ty] {
        padding: 0.75rem 1rem;
        text-align: left;
        border: 1px solid #ddd;
    }

    table.projects-table tbody tr:nth-child(even)[b-2sdj9u96ty] {
        background-color: #f9f9f9;
    }

    table.projects-table tbody tr:hover[b-2sdj9u96ty] {
        background-color: #d6eaff;
        cursor: pointer;
    }
/* /Pages/Projects/SettingsPage.razor.rz.scp.css */
.page[b-ta8e133wgu] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-content[b-ta8e133wgu] {
    flex: 1;
    overflow-y: auto;
}

.explorer-container[b-ta8e133wgu] {
    display: flex;
    height: 100%;
    overflow: hidden;
}

.explorer-tabs[b-ta8e133wgu] {
    width: 160px;
    background: #f9f9f9;
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.tab-button[b-ta8e133wgu] {
    background: none;
    border: none;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 5px;
}

    .tab-button:hover[b-ta8e133wgu] {
        background-color: #eee;
    }

    .tab-button.active[b-ta8e133wgu] {
        background-color: #e0d7f9;
        color: #4b2ca0;
        font-weight: bold;
    }

.explorer-content[b-ta8e133wgu] {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
}

.popup[b-ta8e133wgu] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #4caf50;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    animation: fadeInOut-b-ta8e133wgu 2s ease-in-out;
}

@keyframes fadeInOut-b-ta8e133wgu {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        transform: translateY(0);
    }

    80% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
/* /Pages/Projects/Tabs/TabFiles.razor.rz.scp.css */
.explorer-container[b-emm2nqmy97] {
    display: block;
    font-family: sans-serif;
}

.file-section[b-emm2nqmy97] {
    margin-bottom: 24px;
}

.section-title[b-emm2nqmy97] {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px;
    color: #444;
}
/* /Pages/Projects/Tabs/TabSettings.razor.rz.scp.css */
.settings-section[b-107n3axs7k] {
    padding: 24px;
    font-family: 'Segoe UI', sans-serif;
}

h2[b-107n3axs7k] {
    font-size: 1.5rem;
    margin-bottom: 24px;
    color: #333;
}

.setting-item[b-107n3axs7k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.setting-label[b-107n3axs7k] {
    font-weight: 500;
    font-size: 1.1rem;
    color: #222;
}

.setting-description[b-107n3axs7k] {
    margin-top: 6px;
    font-size: 0.95rem;
    color: #666;
}

/* Toggle Switch */
.switch[b-107n3axs7k] {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}

.switch input[b-107n3axs7k] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-107n3axs7k] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider[b-107n3axs7k]::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.switch input:checked + .slider[b-107n3axs7k] {
    background-color: #4CAF50;
}

.switch input:checked + .slider[b-107n3axs7k]::before {
    transform: translateX(22px);
}
/* /Pages/Projects/Tabs/TabUsers.razor.rz.scp.css */
.user-access-section[b-six8lrtmlx] {
    padding: 24px;
    font-family: 'Segoe UI', sans-serif;
}

h2[b-six8lrtmlx] {
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: #333;
}
