@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Components/V2Components/ConfiguratorComponents/ConfiguratorGroupUIComponent.razor.rz.scp.css */
/* /Components/V2Components/ConfiguratorComponents/ConfiguratorMainComponent.razor.rz.scp.css */
[b-9alxqir2u1] .sd-config-wrap {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

[b-9alxqir2u1] .sd-config-heading {
    color: #113D4F;
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
    margin: 0;
}

[b-9alxqir2u1] .sd-config-layout {
    border-radius: 10px !important;
    background: #FFF !important;
    border:1px solid #ccc;
    margin:0px;
}

[b-9alxqir2u1] .sd-config-wrap .sd-config-toolbar {
    padding: 10px;
}
.border-right[b-9alxqir2u1] {
    border-right:1px solid #D9D9D9;
}

[b-9alxqir2u1] .sd-tree-card {
    padding: 20px;

}

[b-9alxqir2u1] .sd-tree-count {
    background: #D9D9D9;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
}

    [b-9alxqir2u1] .sd-tree-count p {
        color: #000;
        text-align: center;
        font-size: 10px;
        font-weight: 700;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

[b-9alxqir2u1] .rz-treenode-label span {
    font-weight: 700;
}

[b-9alxqir2u1] .rz-treenode-content:not(.rz-treenode-content-selected):hover .rz-treenode-label {
    background: transparent;
    color: #113D4F;
    font-weight: 700;
}

    [b-9alxqir2u1] .rz-treenode-content:not(.rz-treenode-content-selected):hover .rz-treenode-label .sd-tree-count {
        background: #113D4F;
        color: #fff;
    }

        [b-9alxqir2u1] .rz-treenode-content:not(.rz-treenode-content-selected):hover .rz-treenode-label .sd-tree-count p {
            color: #fff;
        }

[b-9alxqir2u1] .rz-treenode-content-selected .rz-treenode-label {
    background: transparent;
    color: #113D4F;
    font-weight: 700;
}

    [b-9alxqir2u1] .rz-treenode-content-selected .rz-treenode-label .sd-tree-count {
        background: #113D4F;
        color: #fff;
    }

        [b-9alxqir2u1] .rz-treenode-content-selected .rz-treenode-label .sd-tree-count p {
            color: #fff;
        }

[b-9alxqir2u1] .rz-tree-toggler.rzi-caret-right:before {
    content: '';
    background: url(/common/tree-arrow.png) no-repeat center;
    display: block;
    width: 24px;
    height: 24px;
}

[b-9alxqir2u1] .rz-tree-toggler.rzi-caret-down:before {
    content: '';
    background: url(/common/tree-down.png) no-repeat center;
    display: block;
    width: 24px;
    height: 24px;
}

.sd-result-btn[b-9alxqir2u1] {
    border-radius: 6px;
    background: #113D4F;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border: none;
    padding: 10px;
    display: flex;
    justify-content: center;
}

/*::deep .rz-treenode-content {
    margin-top: 1rem;
}
::deep .sd-child-tree-1 .rz-treenode-content {
    margin-top: inherit;
    margin-left:25px;
}
::deep .sd-child-tree-1 li .rz-treenode-content {
    margin-left: inherit;
}

::deep .rz-treenode-content .rz-treenode-label {
    text-align: left;
}
*/
[b-9alxqir2u1] .sd-child-tree-1 {
    margin-left: 24px; /* Root tree level */
    font-weight: bold;
    color: #333;
}

[b-9alxqir2u1] .sd-child-tree-2 {
    margin-left: 20px; /* First child level */
    /*  font-style: italic;*/
    font-weight: bold;
    color: #333;
}

[b-9alxqir2u1] .sd-child-tree-3 {
    margin-left: 50px; /* Second child level */
    /*text-decoration: underline;*/
    color: #333;
    font-weight: bold;
}

.radzen-tree-item[b-9alxqir2u1] {
    padding: 5px;
    border-left: 2px solid #ccc; /* Adds a vertical line for tree structure */
}


[b-9alxqir2u1] .rz-tree {
    height: 100% !important;
}



[b-9alxqir2u1] .sd-config-body {
    padding: 20px 0 20px 0;
    height: 83vh;
    min-height: 100%;
    overflow: auto;
    overflow-x: hidden;
    /*padding-bottom: 100px;*/
}

[b-9alxqir2u1] .sd-config-relative {
    position: relative;
    padding: 0;
}

[b-9alxqir2u1] .sd-config-input-text {
    position: relative;
    padding-top: 10px;
}

[b-9alxqir2u1] .sd-input-unit {
    position: absolute;
    top: 30%;
    right: 5%;
    color: #113D4F;
    font-size: 12px;
    font-weight: 500;
}

[b-9alxqir2u1] .sd-unit-range {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding-top: 6px;
}

[b-9alxqir2u1] .sd-config-body .rz-textbox {
    border: 1px solid #113D4F;
}
[b-9alxqir2u1] .sd-config-body .rz-numeric {
    border: 1px solid #113D4F;
}

[b-9alxqir2u1] .sd-config-body .rz-textbox:not(:disabled):not(.rz-state-disabled):focus {
    border: 1px solid #113D4F;
}

[b-9alxqir2u1] .rz-button.rz-primary.rz-shade-dark {
    background-color: #F0F0F0 !important;
    border: 1px solid #113D4F;
    border-radius: 5px;
    color: #113D4F;
    box-shadow: none;
}

[b-9alxqir2u1] .rz-button.rz-primary.rz-shade-light {
    background-color: #AFFFB5 !important;
    color: #113D4F;
    border: 1px solid #113D4F;
    border-radius: 5px;
    box-shadow: none;
}

[b-9alxqir2u1] .rz-dropdown {
    border: 1px solid #113D4F;
    border-radius: 4px !important;
}



.info-btn-prev[b-9alxqir2u1] {
    border-radius: 30px;
    border: 1px solid #113D4F;
    background: #FFF;
    padding: 5px 20px;
    color: #113D4F;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    display: flex;
    align-items: center;
}

.config-btn-next[b-9alxqir2u1] {
    border-radius: 30px;
    background: #113D4F;
    padding: 5px 20px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    display: flex;
    align-items: center;
    border: none;
}
[b-9alxqir2u1] .sd-config-body .rz-panel{
    background:transparent;
}
[b-9alxqir2u1] .sd-config-card {
    border-top-left-radius: inherit !important;
    border-top-right-radius: inherit !important;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 15px;
    height: auto;
    max-width: 99%;
}

[b-9alxqir2u1] .config-img {
    height: auto !important;
}

[b-9alxqir2u1] .img-wrap img {
    max-width: 100% !important;
    max-height: 200px !important;
    object-fit: contain !important;
    margin-top: 15px;
}

[b-9alxqir2u1] .rz-accordion-header {
    background-color: #E7ECEDBF !important;
    padding: 5px;
    margin-top: 16px;
}

[b-9alxqir2u1] .rz-accordion-content {
    padding: 10px;
    background: #fff;
    border: 1px solid #E7ECEDBF;
    border-top: inherit;
}

[b-9alxqir2u1] .rz-accordion {
    max-width: 99%;
    padding: 10px;
}

[b-9alxqir2u1] .total-btn, [b-9alxqir2u1] .commit-btn {
    background: transparent;
    color: #000;
}
[b-9alxqir2u1] .sd-textbox-relative{
    position:relative;
}
[b-9alxqir2u1] .sd-unit-type {
    font-weight: 600;
    position: absolute;
    top: 7px;
    right: 30px;
}

[b-9alxqir2u1] .sd-config-toolbar .rz-navigation-item-link {
    color: #113D4F!important;
    font-weight:500;
    margin-right:20px;
}
[b-9alxqir2u1] .rz-button.rz-secondary.rz-shade-lighter{
    background:transparent!important;
    color:#000!important;
}
[b-9alxqir2u1] .rz-button.rz-success.rz-shade-lighter {
    background: transparent !important;
    color: #000 !important;
}
[b-9alxqir2u1] .rz-badge-secondary.rz-shade-default {
    background-color: #C00205;
}
[b-9alxqir2u1] .rz-badge-success.rz-shade-default {
    background-color: #5C8C19;
}
[b-9alxqir2u1] .sd-accordin-count {
    width: 24px;
    height: 24px;
    background: #113D4F;
    border-radius:50%;
    text-align:center;
    color:#fff;
    margin-right:10px;
    display:block;
}
[b-9alxqir2u1] .rz-menuitem:hover, [b-9alxqir2u1] .rz-autocomplete-list-item:hover, [b-9alxqir2u1] .rz-multiselect-item:hover, [b-9alxqir2u1] .rz-autocomplete-items li:hover, [b-9alxqir2u1] .rz-dropdown-items li:hover, [b-9alxqir2u1] .rz-multiselect-items li:hover, [b-9alxqir2u1] .rz-dropdown-item:hover {
    background-color: #113D4F;
}
[b-9alxqir2u1] .rz-card{
    margin-bottom:10px;
}
.collapse-btn[b-9alxqir2u1]{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    margin-bottom:10px;
}
[b-9alxqir2u1] .rz-button.rz-primary.rz-shade-default {
    background-color: #113D4F;
    border-radius: 30px;
}
[b-9alxqir2u1] .rz-button.rz-secondary.rz-shade-default{
    background-color:#fff;
    border:1px solid #113D4F;
    color:#113D4F;
    border-radius:30px;
}
[b-9alxqir2u1] .rz-state-disabled{
    width:100%;
}
[b-9alxqir2u1] .rz-dropdown-items li.rz-state-highlight:hover, [b-9alxqir2u1] .rz-multiselect-items li.rz-state-highlight:hover, [b-9alxqir2u1] .rz-dropdown-item.rz-state-highlight:hover {
    background-color: #113D4F!important;
    color: #113D4F!important;
}

[b-9alxqir2u1] .rz-dropdown-items li.rz-state-highlight, [b-9alxqir2u1] .rz-multiselect-items li.rz-state-highlight, [b-9alxqir2u1] .rz-dropdown-item.rz-state-highlight {
    background-color: #113D4F !important;
}
.rz-chkbox-box.rz-state-active.rz-state-disabled[b-9alxqir2u1] {
    background-color: var(--rz-checkbox-checked-disabled-background-color);
    border: var(--rz-checkbox-checked-disabled-border);
    opacity: 1;
}
.rz-chkbox-box .rzi[b-9alxqir2u1] {
    background: #113D4F !important;
    outline: none;
}
[b-9alxqir2u1] .sd-result-grid .rz-state-disabled {
    width:auto!important;
}
[b-9alxqir2u1] .sd-result-grid .rz-grid-table td .rz-cell-data:first-child {
    text-align: center;
}
[b-9alxqir2u1] .sd-result-grid .rz-chkbox-box.rz-state-active.rz-state-disabled {
    background-color: #113D4F;
    border: 1px solid #113D4F;
    opacity: 1;
}
[b-9alxqir2u1] .form-control {
    width: 300px;
}

[b-9alxqir2u1] .rz-text-subtitle2 {
    margin: 0;
}
/* /Components/V2Components/ConfiguratorComponents/ConfiguratorParameterUIComponent.razor.rz.scp.css */
/* /Components/V2Components/ConfiguratorComponents/ConfiguratorSideTreeViewComponent.razor.rz.scp.css */
/* /Components/V2Components/ConfiguratorComponents/InputTypesComponents/BooleanParameterUI.razor.rz.scp.css */
/* /Components/V2Components/ConfiguratorComponents/InputTypesComponents/DropDownParameterUI.razor.rz.scp.css */
/* /Components/V2Components/ConfiguratorComponents/InputTypesComponents/FloatParameterUI.razor.rz.scp.css */
/* /Components/V2Components/ConfiguratorComponents/InputTypesComponents/FunctionParameterUI.razor.rz.scp.css */
/* /Components/V2Components/ConfiguratorComponents/InputTypesComponents/IntParameterUI.razor.rz.scp.css */
/* /Components/V2Components/ConfiguratorComponents/InputTypesComponents/ParameterUI.razor.rz.scp.css */
/* /Components/V2Components/ConfiguratorComponents/InputTypesComponents/TextParameterUI.razor.rz.scp.css */
/* /Components/V2Components/CustomerGridComponent/CustomersGrid.razor.rz.scp.css */

[b-o3h7a5hpnd] .sd-product-info {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
    cursor: pointer;
}

    [b-o3h7a5hpnd] .sd-product-info span {
        color: #113D4F;
        font-size: 16px;
        font-weight: 500;
    }

[b-o3h7a5hpnd] .sd-emp-details {
    border-radius: 15px;
}

[b-o3h7a5hpnd] .sd-data-grid {
    height: calc(100vh - 250px);
}

[b-o3h7a5hpnd] .sd-bg-color {
    padding: 10px;
    height: calc(100vh - 190px);
}

[b-o3h7a5hpnd] .sd-product {
    border-radius: 10px;
    border: 1px solid #ccc;
}

.sd-product-content h6[b-o3h7a5hpnd] {
    color: #113D4F;
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
}

[b-o3h7a5hpnd] .sd-product-content p {
    color: rgba(0, 0, 0, 0.55);
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
}

[b-o3h7a5hpnd] .sd-version-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

    [b-o3h7a5hpnd] .sd-version-details h5 {
        color: #113D4F;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
    }

[b-o3h7a5hpnd] .sd-version-count {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    position: relative;
}

[b-o3h7a5hpnd] .sd-version-details span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #090000;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

[b-o3h7a5hpnd] .sd-job-status {
    background: #E9EAED;
    border-radius: 30px;
    width: fit-content;
    padding: 5px 15px;
    color: #000;
    font-size: 10px;
    font-weight: 600;
}

[b-o3h7a5hpnd] .sd-version {
    background: rgba(15, 184, 231, 0.25);
    color: #232323;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px;
    width: fit-content;
    padding: 5px 15px;
}

[b-o3h7a5hpnd] .sd-action {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sd-product-info img[b-o3h7a5hpnd] {
    width: 20px;
    height: 20px;
}

[b-o3h7a5hpnd] .sd-product-info-list {
    padding: inherit;
}

    [b-o3h7a5hpnd] .sd-product-info-list h6 {
        color: #113D4F;
        font-size: 20px;
        font-weight: 600;
    }

    [b-o3h7a5hpnd] .sd-product-info-list h5 {
        color: #113D4F;
        font-size: 14px;
        font-weight: 600;
    }

    [b-o3h7a5hpnd] .sd-product-info-list p {
        color: #000;
        font-size: 10px;
        font-weight: 400;
        list-style: circle;
    }

    [b-o3h7a5hpnd] .sd-product-info-list li {
        padding-top: 10px;
        list-style: none;
    }

.sd-config-btn[b-o3h7a5hpnd] {
    border-radius: 6px;
    background: #113D4F;
    padding: 12px 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    border: none;
    width: 100%;
    margin-top: 3rem;
}

[b-o3h7a5hpnd] .dropdown-menu.show {
    width: 100%;
}

[b-o3h7a5hpnd] .card-img img {
    max-width: 100% !important;
    max-height: 300px !important;
    object-fit: contain !important;
    border-radius: 10px;
}

[b-o3h7a5hpnd] .rz-cell-toggle-level0 {
    display: none;
}
/*::deep .sd-data-grid{
    height:75vh;
    overflow:auto;
}*/
[b-o3h7a5hpnd] .sd-data-grid.rz-data-grid {
    border-radius: inherit !important;
}

[b-o3h7a5hpnd] .sd-emp-details .rz-form-field {
    width: 25%;
}

[b-o3h7a5hpnd] .sd-details-action.rz-button-lg {
    min-height: inherit;
    max-width: inherit;
}

[b-o3h7a5hpnd] .sd-details-action.rz-button.rz-primary.rz-shade-default {
    background: transparent;
}

[b-o3h7a5hpnd] .sd-details-action img {
    max-width: 18px;
}

[b-o3h7a5hpnd] .rz-button:not(.rz-state-disabled):not(:active):hover {
    box-shadow: none;
}

[b-o3h7a5hpnd] .rz-button-lg {
    padding: inherit;
}

[b-o3h7a5hpnd] .rz-badge-light {
    border-radius: 150px;
    padding: 5px 15px;
}

[b-o3h7a5hpnd] .rz-badge-success.rz-shade-default {
    border-radius: 150px;
    padding: 5px 15px;
}

[b-o3h7a5hpnd] .rz-badge-danger.rz-shade-default {
    border-radius: 150px;
    padding: 5px 15px;
}

[b-o3h7a5hpnd] .sd-release-btn {
    background: rgba(15, 184, 231, 0.25);
    text-align: center;
    border-radius: 150px;
    padding: 5px 10px;
}

[b-o3h7a5hpnd] .rz-data-grid-data, [b-o3h7a5hpnd] .rz-datatable {
    box-shadow: inherit;
}

@media (max-width: 2560px) and (min-width: 1921px) {
    /*    ::deep .card-img img {
        max-height: 40vh !important;
    }*/

    /*    ::deep .rz-datatable-data td, ::deep .rz-grid-table td {
        height: 8vh;
    }*/
}

@media(max-width:1880px) {
    [b-o3h7a5hpnd] .sd-common-card {
        height: auto;
    }

    [b-o3h7a5hpnd] .sd-emp-details {
        height: auto;
    }
}

@media(max-width:1440px) {
    [b-o3h7a5hpnd] .sd-details-res .col-lg-3 {
        width: 100%;
    }

    [b-o3h7a5hpnd] .sd-details-res .col-lg-9 {
        width: 100%;
        margin-top: 16px;
    }

    [b-o3h7a5hpnd] .sd-bg-color {
        background-image: inherit;
    }
}
/* /Components/V2Components/FullDetailsComponents/CycleComponent.razor.rz.scp.css */
.sd-main-card[b-5vb91z1t4u] {
    border-radius: 24px;
    background: rgba(231, 236, 237, 0.75);
    padding: 20px;
    height: 396px;
}

[b-5vb91z1t4u] .sd-internal-card {
    border-radius: 15px;
    background: #FFF;
    padding: 10px;
    height:356px;
}

[b-5vb91z1t4u] .sd-main-title {
    color: #113D4F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

[b-5vb91z1t4u] .rz-badge-primary.rz-shade-default{
    background:transparent;
    color:#000;
}
[b-5vb91z1t4u] .rz-timeline-point img{
    max-width:15px;
}
/* /Components/V2Components/FullDetailsComponents/DrawingsGridComponent.razor.rz.scp.css */
body[b-pzi427bqtb] {
}
/* /Components/V2Components/FullDetailsComponents/FilesGridComponent.razor.rz.scp.css */
body[b-585i66ycup] {
}
/* /Components/V2Components/FullDetailsComponents/HistoryCycleComponent.razor.rz.scp.css */
body[b-x6u6amchok] {
}
/* /Components/V2Components/FullDetailsComponents/InformationComponent.razor.rz.scp.css */
.sd-main-card[b-8rtmyuja29] {
    border-radius: 24px;
    background: rgba(231, 236, 237, 0.75);
    padding: 20px;
    height: auto;
    margin-bottom:16px;
}

[b-8rtmyuja29] .sd-internal-card {
    border-radius: 15px;
    background: #FFF;
    padding:10px;
}

[b-8rtmyuja29] .sd-main-title {
    color: #113D4F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
}
[b-8rtmyuja29] .sd-info-wrap{
    padding:0;
}
[b-8rtmyuja29] .sd-info-wrap h2 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin:0;
}
[b-8rtmyuja29] .sd-info-wrap p {
    color: #113D4F;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
[b-8rtmyuja29] .sd-project-details {
    border-radius: 30px;
    background: #4F9254;
    padding: 8px 11px;
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    line-height: 21px;
    max-width: 200px;
    text-align: center;
}
[b-8rtmyuja29] .sd-project-sub-details {
    border-radius: 30px;
    background: #E7ECED;
    padding: 0px 11px;
    color: #113D4F;
    font-size: 10px;
    font-weight: 500;
    line-height: 21px;
    max-width: 150px;
    text-align: center;
    margin-top:15px;
    margin-left:30px;
}

[b-8rtmyuja29] .sd-info-wrap td {
    padding: 0 16px 25px 0;
}
[b-8rtmyuja29] .sd-info-details{
    margin-top:16px;
}
[b-8rtmyuja29] .sd-product-info-wrap{
    position:relative;
}
[b-8rtmyuja29] .sd-bottom-curve {
    position: absolute;
    top: 35px;
    left: 25px;
}

[b-8rtmyuja29] .sd-details-info {
    color: #113D4F;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1px;
    display:flex;
    align-items:center;
}
[b-8rtmyuja29] .sd-details-info img{
    max-width:20px;
}
[b-8rtmyuja29] .border-right {
    border-right: 1px solid #F4F5F7;
}
/* /Components/V2Components/FullDetailsComponents/LifeCycleComponent.razor.rz.scp.css */
body[b-5y7cjms7v6] {
}
/* /Components/V2Components/FullDetailsComponents/ModalComponent.razor.rz.scp.css */
.sd-main-card[b-9tkt3i8kq0] {
    border-radius: 24px;
    background: rgba(231, 236, 237, 0.75);
    padding: 20px;
    height: auto;
    margin-bottom: 16px;
}

[b-9tkt3i8kq0] .sd-internal-card {
    border-radius: 15px;
    background: #FFF;
    padding: 10px;
}

[b-9tkt3i8kq0] .sd-main-title {
    color: #113D4F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
}
[b-9tkt3i8kq0] .sd-view-3d {
    border-radius: 30px;
    border: 1px solid #113D4F;
    background: #FFF;
    color: #113D4F;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1px;
    padding:5px 10px;
}
[b-9tkt3i8kq0] .sd-product-modal{
    margin-top:16px;
}
/* /Components/V2Components/FullDetailsComponents/OutputComponent.razor.rz.scp.css */
.sd-main-card[b-tgiocxss0k] {
    border-radius: 24px;
    background: rgba(231, 236, 237, 0.75);
    padding: 20px;
    height: auto;
}

[b-tgiocxss0k] .sd-internal-card {
    border-radius: 15px;
    background: #FFF;
    padding: 10px;
    position:relative;
}

[b-tgiocxss0k] .sd-main-title {
    color: #113D4F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

[b-tgiocxss0k] .sd-view-3d {
    border-radius: 30px;
    border: 1px solid #113D4F;
    background: #FFF;
    color: #113D4F;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1px;
    padding: 5px 10px;
}

[b-tgiocxss0k] .sd-product-modal {
    margin-top: 16px;
}

[b-tgiocxss0k] .sd-tabs.rz-tabview .rz-tabview-nav {
    position: absolute;
    top: 10px;
    left: 40%;
}
/* /Components/V2Components/MasterData/ProductsComponents/ProductDocumentTemplateDataGrid.razor.rz.scp.css */
.rz-dialog[b-se8awknswv]
{
    width:auto!important;
}
/* /Components/V2Components/MasterData/ProductsComponents/ProductsArtifactsDataGrid.razor.rz.scp.css */
body[b-56844ct7fm] {
}
/* /Components/V2Components/MasterData/ProductsComponents/ProductsDataGrid.razor.rz.scp.css */
[b-w3q6wfqf6j] .sd-data-grid {
    height: calc(100vh - 250px);
}
/*::deep .description-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;*/ /* Limit to 2 lines */
    /*-webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 0;
    cursor:pointer;
}*/




/*.zoom {
   
    transition: transform .10s;*/ /* Animation */

/*}

    .zoom:hover {
        transform: scale(1.8);*/ /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    /*}*/
/* /Components/V2Components/MasterData/ProductsComponents/ProductsRevisionDataGrid.razor.rz.scp.css */
.rz-dialog[b-sxk0g0nvni]
{
    width:auto!important;
}
/* /Components/V2Dialogs/FullDetailsDialog/GenerateReportFromTemplates.razor.rz.scp.css */
.rz-dialog[b-eb4cyjgq1h]
{
    width:auto!important;
}
/* /Layouts/MainLayout.razor.rz.scp.css */
/**MainLayout CSS**/
[b-q0hb6p27lh] .sd-main-layout .rz-panel-menu .rz-navigation-menu .rz-navigation-item-wrapper {
    background-color: transparent !important;
    color: #000 !important;
}

[b-q0hb6p27lh] .sd-main-layout .sd-custom-panel {
    position: absolute;
    bottom: 0;
    background-color: transparent !important;
}

[b-q0hb6p27lh] .sd-main-layout .custom-panel-menu-item {
    background-color: #fff !important;
    color: #000 !important;
    border-bottom: inherit !important;
}

[b-q0hb6p27lh] .sd-main-layout .rz-panel-menu .rz-navigation-item-active, [b-q0hb6p27lh] .sd-main-layout .rz-panel-menu .rz-navigation-item-wrapper-active {
    background-color: transparent !important;
    color: #000 !important;
}

    [b-q0hb6p27lh] .sd-main-layout .rz-panel-menu .rz-navigation-item-active .rz-navigation-item-icon, [b-q0hb6p27lh] .sd-main-layout .rz-panel-menu .rz-navigation-item-wrapper-active .rz-navigation-item-icon {
        color: #000 !important;
    }

[b-q0hb6p27lh] .sd-main-layout .rz-panel-menu .rz-navigation-menu .rz-navigation-item-active, [b-q0hb6p27lh] .sd-main-layout .rz-panel-menu .rz-navigation-menu .rz-navigation-item-wrapper-active {
    background-color: #E7ECED !important;
}

[b-q0hb6p27lh] .sd-main-layout .rz-panel-menu .rz-navigation-item-active, [b-q0hb6p27lh] .sd-main-layout .rz-panel-menu .rz-navigation-item-wrapper-active {
    background-color: #E7ECED !important;
}

    [b-q0hb6p27lh] .sd-main-layout .rz-panel-menu .rz-navigation-item-active:before,
    [b-q0hb6p27lh] .sd-main-layout .rz-panel-menu .rz-navigation-item-wrapper-active:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        width: 20px !important;
        height: 40px;
        background: url(../common/active.png);
        background-repeat: no-repeat;
    }

    [b-q0hb6p27lh] .sd-main-layout .rz-panel-menu .rz-navigation-item-active:before, [b-q0hb6p27lh] .sd-main-layout .rz-panel-menu .rz-navigation-item-wrapper-active:before {
        background-color: inherit !important;
    }

[b-q0hb6p27lh] .img-reverse {
    transform: rotate(180deg); /* Adjust the degree as needed */
}

[b-q0hb6p27lh] .notification-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

[b-q0hb6p27lh] .notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 0px 5px;
    font-size: 10px;
}

.sd-canva-btn[b-q0hb6p27lh] {
    display: none;
}
.sd-mobile-sidebar .offcanvas-body .rz-sidebar[b-q0hb6p27lh] {
    border: 0 !important;
}
.sd-mobile-sidebar .offcanvas[b-q0hb6p27lh]{
    width:250px !important;
}
@media(max-width:992px) {
    .sd-canva-btn[b-q0hb6p27lh] {
        display: block;
        margin-left:20px;
    }
}
/* /Layouts/SideNavOffcanvas.razor.rz.scp.css */



/* /Pages/HelpAndSupport/Questions/ChatComponent.razor.rz.scp.css */

:root[b-xwwvlhtdxe] {
    --body-bg-color: #e5ecef;
    --theme-bg-color: #fff;
    --settings-icon-hover: #9fa7ac;
    --developer-color: #f9fafb;
    --input-bg: #f8f8fa;
    --input-chat-color: #a2a2a2;
    --border-color: #eef2f4;
    --body-font: "Manrope", sans-serif;
    --body-color: #273346;
    --settings-icon-color: #c1c7cd;
    --msg-message: #969eaa;
    --chat-text-bg: #f1f2f6;
    --theme-color: #0086ff;
    --msg-date: #c0c7d2;
    --button-bg-color: #f0f7ff;
    --button-color: var(--theme-color);
    --detail-font-color: #919ca2;
    --msg-hover-bg: rgba(238, 242, 244, 0.4);
    --active-conversation-bg: linear-gradient(to right, rgba(238, 242, 244, 0.4) 0%, rgba(238, 242, 244, 0) 100%);
    --overlay-bg: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 1) 100%);
    --chat-header-bg: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 78%, rgba(255, 255, 255, 0) 100%);
}

[data-theme="purple"][b-xwwvlhtdxe] {
    --theme-color: #9f7aea;
    --button-color: #9f7aea;
    --button-bg-color: rgba(159, 122, 234, 0.12);
}

[data-theme="green"][b-xwwvlhtdxe] {
    --theme-color: #38b2ac;
    --button-color: #38b2ac;
    --button-bg-color: rgba(56, 178, 171, 0.15);
}

[data-theme="orange"][b-xwwvlhtdxe] {
    --theme-color: #ed8936;
    --button-color: #ed8936;
    --button-bg-color: rgba(237, 137, 54, 0.12);
}

.dark-mode[b-xwwvlhtdxe] {
    --body-bg-color: #1d1d1d;
    --theme-bg-color: #27292d;
    --border-color: #323336;
    --body-color: #d1d1d2;
    --active-conversation-bg: linear-gradient(to right, rgba(47, 50, 56, 0.54), rgba(238, 242, 244, 0) 100%);
    --msg-hover-bg: rgba(47, 50, 56, 0.54);
    --chat-text-bg: #383b40;
    --chat-text-color: #b5b7ba;
    --msg-date: #626466;
    --msg-message: var(--msg-date);
    --overlay-bg: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #27292d 65%, #27292d 100%);
    --input-bg: #2f3236;
    --chat-header-bg: linear-gradient(to bottom, #27292d 0%, #27292d 78%, rgba(255, 255, 255, 0) 100%);
    --settings-icon-color: #7c7e80;
    --developer-color: var(--border-color);
    --button-bg-color: #393b40;
    --button-color: var(--body-color);
    --input-chat-color: #6f7073;
    --detail-font-color: var(--input-chat-color);
}

.blue[b-xwwvlhtdxe] {
    background-color: #0086ff;
}

.purple[b-xwwvlhtdxe] {
    background-color: #9f7aea;
}

.green[b-xwwvlhtdxe] {
    background-color: #38b2ac;
}

.orange[b-xwwvlhtdxe] {
    background-color: #ed8936;
}

*[b-xwwvlhtdxe] {
    outline: none;
    box-sizing: border-box;
}

img[b-xwwvlhtdxe] {
    max-width: 100%;
}

body[b-xwwvlhtdxe] {
    background-color: var(--body-bg-color);
    font-family: var(--body-font);
    color: var(--body-color);
}

html[b-xwwvlhtdxe] {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.app[b-xwwvlhtdxe] {
    display: flex;
    flex-direction: column;
    background-color: var(--theme-bg-color);
    max-width: 1600px;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
}

.header[b-xwwvlhtdxe] {
    height: 80px;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.wrapper[b-xwwvlhtdxe] {
    width: 100%;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}

.conversation-area[b-xwwvlhtdxe], .detail-area[b-xwwvlhtdxe] {
    width: 340px;
    flex-shrink: 0;
}

.detail-area[b-xwwvlhtdxe] {
    border-left: 1px solid var(--border-color);
    margin-left: auto;
    padding: 30px 30px 0 30px;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.chat-area[b-xwwvlhtdxe] {
    flex-grow: 1;
}

.search-bar[b-xwwvlhtdxe] {
    height: 80px;
    z-index: 3;
    position: relative;
    margin-left: 280px;
}

    .search-bar input[b-xwwvlhtdxe] {
        height: 100%;
        width: 100%;
        display: block;
        background-color: transparent;
        border: none;
        color: var(--body-color);
        padding: 0 54px;
        background-image: url("data:image/svg+xml; charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%23c1c7cd'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 25px 48%;
        font-family: var(--body-font);
        font-weight: 600;
        font-size: 15px;
    }

        .search-bar input[b-xwwvlhtdxe]::placeholder {
            color: var(--input-chat-color);
        }

.logo[b-xwwvlhtdxe] {
    color: var(--theme-color);
    width: 38px;
    flex-shrink: 0;
}

    .logo svg[b-xwwvlhtdxe] {
        width: 100%;
    }

.user-settings[b-xwwvlhtdxe] {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
    flex-shrink: 0;
}

    .user-settings > * + *[b-xwwvlhtdxe] {
        margin-left: 14px;
    }

.dark-light[b-xwwvlhtdxe] {
    width: 22px;
    height: 22px;
    color: var(--settings-icon-color);
    flex-shrink: 0;
}

    .dark-light svg[b-xwwvlhtdxe] {
        width: 100%;
        fill: transparent;
        transition: 0.5s;
    }

.user-profile[b-xwwvlhtdxe] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.settings[b-xwwvlhtdxe] {
    color: var(--settings-icon-color);
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.conversation-area[b-xwwvlhtdxe] {
    border-right: 1px solid var(--border-color);
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.msg-profile[b-xwwvlhtdxe] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

    .msg-profile.group[b-xwwvlhtdxe] {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--border-color);
    }

        .msg-profile.group svg[b-xwwvlhtdxe] {
            width: 60%;
        }

.msg[b-xwwvlhtdxe] {
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
}

    .msg:hover[b-xwwvlhtdxe] {
        background-color: var(--msg-hover-bg);
    }

    .msg.active[b-xwwvlhtdxe] {
        background: var(--active-conversation-bg);
        border-left: 4px solid var(--theme-color);
    }

    .msg.online[b-xwwvlhtdxe]:before {
        content: "";
        position: absolute;
        background-color: #23be7e;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        border: 2px solid var(--theme-bg-color);
        left: 50px;
        bottom: 19px;
    }

.msg-username[b-xwwvlhtdxe] {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 15px;
}

.msg-detail[b-xwwvlhtdxe] {
    overflow: hidden;
}

.msg-content[b-xwwvlhtdxe] {
    font-weight: 500;
    font-size: 13px;
    display: flex;
}

.msg-message[b-xwwvlhtdxe] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--msg-message);
}

.msg-date[b-xwwvlhtdxe] {
    font-size: 14px;
    color: var(--msg-date);
    margin-left: 3px;
}

    .msg-date[b-xwwvlhtdxe]:before {
        content: "•";
        margin-right: 2px;
    }

.add[b-xwwvlhtdxe] {
    position: sticky;
    bottom: 25px;
    background-color: var(--theme-color);
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 50%;
    background-image: url("data:image/svg+xml; charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3e%3cpath d='M12 5v14M5 12h14'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 28px;
    box-shadow: 0 0 16px var(--theme-color);
    margin: auto auto -55px;
    flex-shrink: 0;
    z-index: 1;
    cursor: pointer;
}

.overlay[b-xwwvlhtdxe] {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 340px;
    flex-shrink: 0;
    background: var(--overlay-bg);
    height: 80px;
}

.chat-area[b-xwwvlhtdxe] {
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.chat-area-header[b-xwwvlhtdxe] {
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: var(--chat-header-bg);
}

.chat-area-profile[b-xwwvlhtdxe] {
    width: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-area-title[b-xwwvlhtdxe] {
    font-size: 18px;
    font-weight: 600;
}

.chat-area-main[b-xwwvlhtdxe] {
    flex-grow: 1;
}

.chat-msg-img[b-xwwvlhtdxe] {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-msg-profile[b-xwwvlhtdxe] {
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: -20px;
    position: relative;
}

.chat-msg-date[b-xwwvlhtdxe] {
    position: absolute;
    left: calc(100% + 12px);
    bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--msg-date);
    white-space: nowrap;
}

.chat-msg[b-xwwvlhtdxe] {
    display: flex;
    padding: 0 20px 45px;
}

.chat-msg-content[b-xwwvlhtdxe] {
    margin-left: 12px;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.chat-msg-text[b-xwwvlhtdxe] {
    background-color: #839db3a8;
    padding: 15px;
    border-radius: 20px 20px 20px 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
    word-break: break-word;
}

    .chat-msg-text + .chat-msg-text[b-xwwvlhtdxe] {
        margin-top: 10px;
    }

.chat-msg-text[b-xwwvlhtdxe] {
    color: var(--chat-text-color);
}

.owner[b-xwwvlhtdxe] {
    flex-direction: row-reverse;
}

    .owner .chat-msg-content[b-xwwvlhtdxe] {
        margin-left: 0;
        margin-right: 12px;
        align-items: flex-end;
    }

    .owner .chat-msg-text[b-xwwvlhtdxe][b-xwwvlhtdxe] {
        background-color: #E9EBFA;
        color: #00000;
        border-radius: 20px 20px 0 20px;
    }

    .owner .chat-msg-date[b-xwwvlhtdxe] {
        left: auto;
        right: calc(100% + 12px);
    }

.chat-msg-text img[b-xwwvlhtdxe] {
    max-width: 300px;
    width: 100%;
}

.chat-area-footer[b-xwwvlhtdxe] {
    display: flex;
    border-top: 1px solid var(--border-color);
    width: 100%;
    padding: 10px 20px;
    align-items: center;
    background-color: var(--theme-bg-color);
    position: sticky;
    bottom: 0;
    left: 0;
}

    .chat-area-footer svg[b-xwwvlhtdxe] {
        color: var(--settings-icon-color);
        width: 20px;
        flex-shrink: 0;
        cursor: pointer;
    }

        .chat-area-footer svg:hover[b-xwwvlhtdxe] {
            color: var(--settings-icon-hover);
        }

        .chat-area-footer svg + svg[b-xwwvlhtdxe] {
            margin-left: 12px;
        }

    .chat-area-footer input[b-xwwvlhtdxe] {
        border: none;
        color: var(--body-color);
        background-color: var(--input-bg);
        padding: 12px;
        border-radius: 6px;
        font-size: 15px;
        margin: 0 12px;
        width: 100%;
    }

        .chat-area-footer input[b-xwwvlhtdxe]::placeholder {
            color: var(--input-chat-color);
        }

.detail-area-header[b-xwwvlhtdxe] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .detail-area-header .msg-profile[b-xwwvlhtdxe] {
        margin-right: 0;
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

.detail-title[b-xwwvlhtdxe] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.detail-subtitle[b-xwwvlhtdxe] {
    font-size: 12px;
    font-weight: 600;
    color: var(--msg-date);
}

.detail-button[b-xwwvlhtdxe] {
    border: 0;
    background-color: var(--button-bg-color);
    padding: 10px 14px;
    border-radius: 5px;
    color: var(--button-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-grow: 1;
    font-weight: 500;
}

    .detail-button svg[b-xwwvlhtdxe] {
        width: 18px;
        margin-right: 10px;
    }

    .detail-button:last-child[b-xwwvlhtdxe] {
        margin-left: 8px;
    }

.detail-buttons[b-xwwvlhtdxe] {
    margin-top: 20px;
    display: flex;
    width: 100%;
}

.detail-area input[b-xwwvlhtdxe] {
    background-color: transparent;
    border: none;
    width: 100%;
    color: var(--body-color);
    background-image: url("data:image/svg+xml; charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%23c1c7cd'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 100%;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid var(--border-color);
    padding: 14px 0;
}

    .detail-area input[b-xwwvlhtdxe]::placeholder {
        color: var(--detail-font-color);
    }

.detail-changes[b-xwwvlhtdxe] {
    margin-top: 40px;
}

.detail-change[b-xwwvlhtdxe] {
    color: var(--detail-font-color);
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid var(--border-color);
    padding: 14px 0;
    display: flex;
}

    .detail-change svg[b-xwwvlhtdxe] {
        width: 16px;
        margin-left: auto;
    }

.colors[b-xwwvlhtdxe] {
    display: flex;
    margin-left: auto;
}

.color[b-xwwvlhtdxe] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
}

    .color.selected[b-xwwvlhtdxe] {
        background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23fff' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
        background-size: 10px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .color:not(:last-child)[b-xwwvlhtdxe] {
        margin-right: 4px;
    }

.detail-photo-title[b-xwwvlhtdxe] {
    display: flex;
    align-items: center;
}

    .detail-photo-title svg[b-xwwvlhtdxe] {
        width: 16px;
    }

.detail-photos[b-xwwvlhtdxe] {
    margin-top: 30px;
    text-align: center;
}

.detail-photo-title[b-xwwvlhtdxe] {
    color: var(--detail-font-color);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

    .detail-photo-title svg[b-xwwvlhtdxe] {
        margin-right: 8px;
    }

.detail-photo-grid[b-xwwvlhtdxe] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: repeat(3, 60px);
}

    .detail-photo-grid img[b-xwwvlhtdxe] {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
        object-position: center;
    }

.view-more[b-xwwvlhtdxe] {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 15px;
    margin: 25px 0;
}

.follow-me[b-xwwvlhtdxe] {
    text-decoration: none;
    font-size: 14px;
    width: calc(100% + 60px);
    margin-left: -30px;
    display: flex;
    align-items: center;
    margin-top: auto;
    overflow: hidden;
    color: #9c9cab;
    padding: 0 20px;
    height: 52px;
    flex-shrink: 0;
    position: relative;
    justify-content: center;
}

    .follow-me svg[b-xwwvlhtdxe] {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

.follow-text[b-xwwvlhtdxe] {
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.follow-me:hover .follow-text[b-xwwvlhtdxe] {
    transform: translateY(100%);
}

.follow-me:hover .developer[b-xwwvlhtdxe] {
    top: 0;
}

.developer[b-xwwvlhtdxe] {
    position: absolute;
    color: var(--detail-font-color);
    font-weight: 600;
    left: 0;
    top: -100%;
    display: flex;
    transition: 0.3s;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    background-color: var(--developer-color);
    width: 100%;
    height: 100%;
}

    .developer img[b-xwwvlhtdxe] {
        border-radius: 50%;
        width: 26px;
        height: 26px;
        object-fit: cover;
        margin-right: 10px;
    }

.dark-mode .search-bar input[b-xwwvlhtdxe], .dark-mode .detail-area input[b-xwwvlhtdxe] {
    background-image: url("data:image/svg+xml; charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%236f7073'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
}

.dark-mode .dark-light svg[b-xwwvlhtdxe] {
    fill: #ffce45;
    stroke: #ffce45;
}

.dark-mode .chat-area-group span[b-xwwvlhtdxe] {
    color: #d1d1d2;
}

.chat-area-group[b-xwwvlhtdxe] {
    flex-shrink: 0;
    display: flex;
}

    .chat-area-group *[b-xwwvlhtdxe] {
        border: 2px solid var(--theme-bg-color);
    }

        .chat-area-group * + *[b-xwwvlhtdxe] {
            margin-left: -5px;
        }

    .chat-area-group span[b-xwwvlhtdxe] {
        width: 32px;
        height: 32px;
        background-color: var(--button-bg-color);
        color: var(--theme-color);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
    }

@media (max-width: 1120px) {
    .detail-area[b-xwwvlhtdxe] {
        display: none;
    }
}

@media (max-width: 780px) {
    .conversation-area[b-xwwvlhtdxe] {
        display: none;
    }

    .search-bar[b-xwwvlhtdxe] {
        margin-left: 0;
        flex-grow: 1;
    }

        .search-bar input[b-xwwvlhtdxe] {
            padding-right: 10px;
        }
}
/* /Pages/Modals/DetailsReleaseNotes.razor.rz.scp.css */
/*.release-note {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.version {
    font-size: 1.5em;
    margin-bottom: 5px;
}

.release-date {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 10px;
}

.section-title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.section-content {
    margin-left: 20px;
    margin-bottom: 10px;
}


.changelog li {
    margin-block: 0.25rem;
}

.release-notes {
  
}

.release-note-version {
    background-color: #ffffff;
    margin: 10px 0;
    border-radius: 5px;
}

    .release-note-version h3 {
        margin: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #b3e5fc;
    }

.release-note-entry h4 {
    margin: 10px 0;
}

.release-note-entry ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.release-note-entry li {
    margin: 5px 0;
}
*/


.releasenote-header[b-o0ytnzrm88] {
    color: #3974b7;
    border-radius: 5px;
}

/* /Pages/OldFiles/Home.razor.rz.scp.css */
.icon-container[b-1f6rq6qh64] {
    position: relative;
    display: inline-block;
}

.icon[b-1f6rq6qh64] {
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.3s ease-out;
}
.nonfavorite-icon[b-1f6rq6qh64] {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-size: 36px; /* Optional: Customize the size */
    cursor: pointer; /* Optional: Add pointer cursor */
    color: gold; /* Optional: Add color */
}
.favorite-icon[b-1f6rq6qh64] {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-size: 36px; /* Optional: Customize the size */
    cursor: pointer; /* Optional: Add pointer cursor */
    color: gold; /* Optional: Add color */
}
.icon-container .icon:hover[b-1f6rq6qh64] {
    transform: scale(1.2);
}

.popup-box[b-1f6rq6qh64] {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease-out;
    pointer-events: none;
    white-space: nowrap;
    z-index: 100;
}

.icon-container:hover .popup-box[b-1f6rq6qh64] {
    opacity: 1;
    pointer-events: auto;
}

/* CSS for the yellow star when active */
.icon.yellow-star[b-1f6rq6qh64] {
    color: gold;
}
.yellow-star[b-1f6rq6qh64] {
    color: gold;
    box-shadow: 0 0 10px 2px gold;
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
/* /Pages/TestSuite/TestSuite.razor.rz.scp.css */

[b-6z93k9hvka] .sd-product-info {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
    cursor: pointer;
}

    [b-6z93k9hvka] .sd-product-info span {
        color: #113D4F;
        font-size: 16px;
        font-weight: 500;
    }

[b-6z93k9hvka] .sd-emp-details {
    border-radius: 15px;
}

[b-6z93k9hvka] .sd-data-grid {
    height: calc(100vh - 250px);
}

[b-6z93k9hvka] .sd-bg-color {
    padding: 10px;
    height: calc(100vh - 190px);
}

[b-6z93k9hvka] .sd-product {
    border-radius: 10px;
    border: 1px solid #ccc;
}

.sd-product-content h6[b-6z93k9hvka] {
    color: #113D4F;
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
}

[b-6z93k9hvka] .sd-product-content p {
    color: rgba(0, 0, 0, 0.55);
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
}

[b-6z93k9hvka] .sd-version-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

    [b-6z93k9hvka] .sd-version-details h5 {
        color: #113D4F;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
    }

[b-6z93k9hvka] .sd-version-count {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    position: relative;
}

[b-6z93k9hvka] .sd-version-details span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #090000;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

[b-6z93k9hvka] .sd-job-status {
    background: #E9EAED;
    border-radius: 30px;
    width: fit-content;
    padding: 5px 15px;
    color: #000;
    font-size: 10px;
    font-weight: 600;
}

[b-6z93k9hvka] .sd-version {
    background: rgba(15, 184, 231, 0.25);
    color: #232323;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px;
    width: fit-content;
    padding: 5px 15px;
}

[b-6z93k9hvka] .sd-action {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sd-product-info img[b-6z93k9hvka] {
    width: 20px;
    height: 20px;
}

[b-6z93k9hvka] .sd-product-info-list {
    padding: inherit;
}

    [b-6z93k9hvka] .sd-product-info-list h6 {
        color: #113D4F;
        font-size: 20px;
        font-weight: 600;
    }

    [b-6z93k9hvka] .sd-product-info-list h5 {
        color: #113D4F;
        font-size: 14px;
        font-weight: 600;
    }

    [b-6z93k9hvka] .sd-product-info-list p {
        color: #000;
        font-size: 10px;
        font-weight: 400;
        list-style: circle;
    }

    [b-6z93k9hvka] .sd-product-info-list li {
        padding-top: 10px;
        list-style: none;
    }

.sd-config-btn[b-6z93k9hvka] {
    border-radius: 6px;
    background: #113D4F;
    padding: 12px 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    border: none;
    width: 100%;
    margin-top: 3rem;
}

[b-6z93k9hvka] .dropdown-menu.show {
    width: 100%;
}

[b-6z93k9hvka] .card-img img {
    max-width: 100% !important;
    max-height: 300px !important;
    object-fit: contain !important;
    border-radius: 10px;
}

[b-6z93k9hvka] .rz-cell-toggle-level0 {
    display: none;
}
/*::deep .sd-data-grid{
    height:75vh;
    overflow:auto;
}*/
[b-6z93k9hvka] .sd-data-grid.rz-data-grid {
    border-radius: inherit !important;
}

[b-6z93k9hvka] .sd-emp-details .rz-form-field {
    width: 25%;
}

[b-6z93k9hvka] .sd-details-action.rz-button-lg {
    min-height: inherit;
    max-width: inherit;
}

[b-6z93k9hvka] .sd-details-action.rz-button.rz-primary.rz-shade-default {
    background: transparent;
}

[b-6z93k9hvka] .sd-details-action img {
    max-width: 18px;
}

[b-6z93k9hvka] .rz-button:not(.rz-state-disabled):not(:active):hover {
    box-shadow: none;
}

[b-6z93k9hvka] .rz-button-lg {
    padding: inherit;
}

[b-6z93k9hvka] .rz-badge-light {
    border-radius: 150px;
    padding: 5px 15px;
}

[b-6z93k9hvka] .rz-badge-success.rz-shade-default {
    border-radius: 150px;
    padding: 5px 15px;
}

[b-6z93k9hvka] .rz-badge-danger.rz-shade-default {
    border-radius: 150px;
    padding: 5px 15px;
}

[b-6z93k9hvka] .sd-release-btn {
    background: rgba(15, 184, 231, 0.25);
    text-align: center;
    border-radius: 150px;
    padding: 5px 10px;
}

[b-6z93k9hvka] .rz-data-grid-data, [b-6z93k9hvka] .rz-datatable {
    box-shadow: inherit;
}

@media (max-width: 2560px) and (min-width: 1921px) {
    /*    ::deep .card-img img {
        max-height: 40vh !important;
    }*/

    /*    ::deep .rz-datatable-data td, ::deep .rz-grid-table td {
        height: 8vh;
    }*/
}

@media(max-width:1880px) {
    [b-6z93k9hvka] .sd-common-card {
        height: auto;
    }

    [b-6z93k9hvka] .sd-emp-details {
        height: auto;
    }
}

@media(max-width:1440px) {
    [b-6z93k9hvka] .sd-details-res .col-lg-3 {
        width: 100%;
    }

    [b-6z93k9hvka] .sd-details-res .col-lg-9 {
        width: 100%;
        margin-top: 16px;
    }

    [b-6z93k9hvka] .sd-bg-color {
        background-image: inherit;
    }
}
/* /Pages/V2Pages/AISystemBuilder/AISystemBuilderEditor.razor.rz.scp.css */
.system-builder-container[b-zgikik5fo5] {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    overflow: hidden;
}

.system-builder-header[b-zgikik5fo5] {
    background: white;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.header-content[b-zgikik5fo5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-zgikik5fo5] {
    margin: 0;
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 600;
}

    .page-title i[b-zgikik5fo5] {
        margin-right: 0.5rem;
        color: #3498db;
    }

.header-actions[b-zgikik5fo5] {
    display: flex;
    gap: 0.5rem;
}

.system-builder-content[b-zgikik5fo5] {
    flex: 1;
    display: flex;
    overflow: hidden;
}

.diagram-canvas > div.grid[b-zgikik5fo5] {
    background-image: linear-gradient(rgba(211, 211, 211, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(211, 211, 211, 0.5) 1px, transparent 1px) !important;
}

.left-panel[b-zgikik5fo5] {
    width: 100%;
    height: 100%;
    background: white;
    border-right: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.center-panel[b-zgikik5fo5] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
}

.right-panel[b-zgikik5fo5] {
    width: 100%;
    height: 100%;
    background: white;
    border-left: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.panel-header[b-zgikik5fo5] {
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

    .panel-header h3[b-zgikik5fo5] {
        margin: 0;
        color: #2c3e50;
        font-size: 1.2rem;
    }

.element-types-section[b-zgikik5fo5],
.elements-list-section[b-zgikik5fo5] {
    padding: 1rem;
}

    .element-types-section h4[b-zgikik5fo5],
    .elements-list-section h4[b-zgikik5fo5] {
        margin: 0 0 1rem 0;
        color: #34495e;
        font-size: 1rem;
    }

.element-type-list[b-zgikik5fo5] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.element-type-button[b-zgikik5fo5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border: 1px solid #e0e0e0;
    border-left: 4px solid var(--element-color, #3498db);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s ease;
    background: #ffffff;
}

    .element-type-button:hover[b-zgikik5fo5] {
        border-color: #d0d0d0;
        border-left-color: var(--element-color, #3498db);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .element-type-button.selected[b-zgikik5fo5] {
        border-color: var(--element-color, #3498db);
        border-left-color: var(--element-color, #3498db);
        background: #f8f9fa;
    }

.element-content[b-zgikik5fo5] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    z-index: 1;
    position: relative;
}

.element-name[b-zgikik5fo5] {
    font-weight: 500;
    color: #2c3e50;
    font-size: 0.95rem;
}

.element-description[b-zgikik5fo5] {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 400;
    margin-top: 2px;
}

.element-actions[b-zgikik5fo5] {
    display: flex;
    align-items: center;
}

.element-actions .rz-button[b-zgikik5fo5] {
    opacity: 0;
    transition: opacity 0.15s ease;
    background: #ffffff !important;
    border: 1px solid #dee2e6 !important;
    color: #6c757d !important;
    font-weight: 400;
    font-size: 0.8rem;
}

.element-type-button:hover .element-actions .rz-button[b-zgikik5fo5] {
    opacity: 1;
}

.elements-table[b-zgikik5fo5] {
    margin-top: 1rem;
}

.diagram-toolbar[b-zgikik5fo5] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    background: white;
    border-bottom: 1px solid #e0e0e0;
}

.diagram-container[b-zgikik5fo5]::backdrop {
    background-color: white;
}

.diagram-container[b-zgikik5fo5]::-webkit-backdrop {
    background-color: white;
}

.diagram-container[b-zgikik5fo5]::-moz-backdrop {
    background-color: white;
}

.diagram-container[b-zgikik5fo5]::-ms-backdrop {
    background-color: white;
}

.properties-table-container[b-zgikik5fo5] {
    height: 100%;
    overflow-y: auto;
}

.properties-table[b-zgikik5fo5] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.properties-table thead[b-zgikik5fo5] {
    background: #f8f9fa;
    border-bottom: 2px solid #e0e0e0;
}

.properties-table th[b-zgikik5fo5] {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.properties-table td[b-zgikik5fo5] {
    padding: 8px 16px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.properties-table tbody tr:hover[b-zgikik5fo5] {
    background: #f8f9fa;
}

.property-name[b-zgikik5fo5] {
    font-weight: 600;
    color: #2c3e50;
    width: 40%;
    min-width: 120px;
}

.property-value[b-zgikik5fo5] {
    color: #555;
    width: 60%;
    position: relative;
}

.property-value-display[b-zgikik5fo5] {
    min-height: 24px;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.property-value-display:hover[b-zgikik5fo5] {
    background: #f0f8ff;
    border-color: #e3f2fd;
}

.property-value-display.editing[b-zgikik5fo5] {
    background: #fff;
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.property-value-input[b-zgikik5fo5] {
    width: 100%;
    border: 1px solid #3498db;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 0.9rem;
    font-family: inherit;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
    outline: none;
}

.property-value-textarea[b-zgikik5fo5] {
    width: 100%;
    border: 1px solid #3498db;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 0.9rem;
    font-family: inherit;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
    outline: none;
    resize: vertical;
    min-height: 60px;
}

.add-property-row[b-zgikik5fo5] {
    background: #f0f8ff;
    border: 2px dashed #3498db;
}

.add-property-row td[b-zgikik5fo5] {
    padding: 8px 16px;
}

.add-property-input[b-zgikik5fo5] {
    width: 100%;
    border: 1px solid #3498db;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 0.9rem;
    background: #fff;
}

.add-property-input:focus[b-zgikik5fo5] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.property-delete-btn[b-zgikik5fo5] {
    position: absolute;
    right: 4px;
    top: 4px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.property-value:hover .property-delete-btn[b-zgikik5fo5] {
    opacity: 1;
}

.built-in-property[b-zgikik5fo5] {
    font-style: italic;
    color: #666;
}

.custom-property[b-zgikik5fo5] {
    color: #2c3e50;
}

.unsaved-changes-indicator[b-zgikik5fo5] {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 8px;
    font-size: 0.85rem;
    color: #856404;
}



.property-value-display.empty-value[b-zgikik5fo5] {
    color: #999;
    font-style: italic;
}

.property-value-display.empty-value:hover[b-zgikik5fo5] {
    color: #3498db;
}

.no-selection[b-zgikik5fo5] {
    padding: 2rem;
    text-align: center;
    color: #7f8c8d;
}

    .no-selection p[b-zgikik5fo5] {
        margin: 0;
        font-style: italic;
    }

@media (max-width: 1200px) {
    .left-panel[b-zgikik5fo5] {
        width: 250px;
    }

    .right-panel[b-zgikik5fo5] {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .system-builder-content[b-zgikik5fo5] {
        flex-direction: column;
    }

    .left-panel[b-zgikik5fo5],
    .right-panel[b-zgikik5fo5] {
        width: 100%;
        max-height: 200px;
    }
}

@keyframes fadeIn-b-zgikik5fo5 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn-b-zgikik5fo5 {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes pulse-b-zgikik5fo5 {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.system-builder-container[b-zgikik5fo5] {
    animation: fadeIn-b-zgikik5fo5 0.3s ease-in-out;
}
.header-actions .rz-button:hover[b-zgikik5fo5] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.left-panel[b-zgikik5fo5],
.right-panel[b-zgikik5fo5] {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.center-panel[b-zgikik5fo5] {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.05);
}

.left-panel[b-zgikik5fo5]::-webkit-scrollbar,
.right-panel[b-zgikik5fo5]::-webkit-scrollbar {
    width: 8px;
}

.left-panel[b-zgikik5fo5]::-webkit-scrollbar-track,
.right-panel[b-zgikik5fo5]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.left-panel[b-zgikik5fo5]::-webkit-scrollbar-thumb,
.right-panel[b-zgikik5fo5]::-webkit-scrollbar-thumb {
    background: #bdc3c7;
    border-radius: 4px;
}

    .left-panel[b-zgikik5fo5]::-webkit-scrollbar-thumb:hover,
    .right-panel[b-zgikik5fo5]::-webkit-scrollbar-thumb:hover {
        background: #95a5a6;
    }

.diagram-toolbar[b-zgikik5fo5] {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .diagram-toolbar .rz-button:hover[b-zgikik5fo5] {
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        }

.loading-overlay[b-zgikik5fo5] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.loading-spinner[b-zgikik5fo5] {
    width: 40px;
    height: 40px;
    border: 4px solid #ecf0f1;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin-b-zgikik5fo5 1s linear infinite;
}

@keyframes spin-b-zgikik5fo5 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .header-content[b-zgikik5fo5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .header-actions[b-zgikik5fo5] {
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
    }

    .page-title[b-zgikik5fo5] {
        font-size: 1.3rem;
    }

    .element-type-item[b-zgikik5fo5] {
        padding: 0.5rem;
    }

    .element-icon[b-zgikik5fo5] {
        font-size: 1.2rem;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .system-builder-container[b-zgikik5fo5] {
        background-color: #2c3e50;
        color: #ecf0f1;
    }

    .left-panel[b-zgikik5fo5],
    .right-panel[b-zgikik5fo5],
    .diagram-toolbar[b-zgikik5fo5] {
        background: #34495e;
        border-color: #2c3e50;
    }

    .panel-header[b-zgikik5fo5] {
        background: #2c3e50;
    }

    .element-type-item[b-zgikik5fo5] {
        background: #34495e;
        border-color: #2c3e50;
    }

        .element-type-item:hover[b-zgikik5fo5] {
            background: #3498db;
            color: white;
        }

    .property-group[b-zgikik5fo5] {
        background: #34495e;
        border-left-color: #3498db;
    }

    .custom-property-item[b-zgikik5fo5] {
        background: #2c3e50;
        border-color: #34495e;
    }
}

@media print {
    .system-builder-header[b-zgikik5fo5],
    .left-panel[b-zgikik5fo5],
    .right-panel[b-zgikik5fo5],
    .diagram-toolbar[b-zgikik5fo5] {
        display: none !important;
    }

    .center-panel[b-zgikik5fo5] {
        width: 100% !important;
        box-shadow: none !important;
    }

    .diagram-container[b-zgikik5fo5] {
        background: white !important;
        background-image: none !important;
    }
}

[b-zgikik5fo5] .rz-splitter {
    height: 100% !important;
}

[b-zgikik5fo5] .rz-splitter-pane {
    height: 100% !important;
}

[b-zgikik5fo5] .rz-splitter-bar {
    background: #e0e0e0;
    transition: background 0.2s ease;
}

[b-zgikik5fo5] .rz-splitter-bar:hover {
    background: #3498db;
}

[b-zgikik5fo5] .rz-splitter-bar-horizontal {
    cursor: col-resize;
}

[b-zgikik5fo5] .rz-splitter-bar-vertical {
    cursor: row-resize;
}

.element-type-button:focus[b-zgikik5fo5] {
    outline: 2px solid #3498db;
    outline-offset: 2px;
}

.visually-hidden[b-zgikik5fo5] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (prefers-contrast: high) {
    .element-type-item[b-zgikik5fo5] {
        border: 2px solid;
    }

        .element-type-item:hover[b-zgikik5fo5] {
            background: black;
            color: white;
        }

    .diagram-container[b-zgikik5fo5] {
        background: white;
        background-image: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *[b-zgikik5fo5] {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
/* /Pages/V2Pages/AISystemBuilder/Components/CustomNodeComponent.razor.rz.scp.css */
.custom-node[b-sjidsqisxv] {
    min-width: 120px;
    min-height: 80px;
    border: 2px solid #bdc3c7;
    border-radius: 8px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-node:hover[b-sjidsqisxv] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.custom-node.selected[b-sjidsqisxv] {
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.3);
}

.custom-node.system[b-sjidsqisxv] {
    border-color: #e74c3c;
    background: linear-gradient(135deg, #ffeaea 0%, #ffffff 100%);
}

.custom-node.subsystem[b-sjidsqisxv] {
    border-color: #f39c12;
    background: linear-gradient(135deg, #fff9e6 0%, #ffffff 100%);
}

.custom-node.assembly[b-sjidsqisxv] {
    border-color: #9b59b6;
    background: linear-gradient(135deg, #f4ecf7 0%, #ffffff 100%);
}

.custom-node.component[b-sjidsqisxv] {
    border-color: #3498db;
    background: linear-gradient(135deg, #ebf3fd 0%, #ffffff 100%);
}

.custom-node.interface[b-sjidsqisxv] {
    border-color: #2ecc71;
    background: linear-gradient(135deg, #eafaf1 0%, #ffffff 100%);
}

.node-header[b-sjidsqisxv] {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ecf0f1;
}

.node-title[b-sjidsqisxv] {
    flex: 1;
    font-weight: 600;
    color: #2c3e50;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
}

.node-type[b-sjidsqisxv] {
    font-size: 10px;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 4px;
}

.node-content[b-sjidsqisxv] {
    font-size: 10px;
    color: #34495e;
}

.node-description[b-sjidsqisxv] {
    margin-bottom: 4px;
    font-style: italic;
    color: #7f8c8d;
    line-height: 1.2;
    max-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.node-properties[b-sjidsqisxv] {
    max-height: 40px;
    overflow: hidden;
}

.node-property[b-sjidsqisxv] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
    line-height: 1.2;
    animation: fadeIn-b-sjidsqisxv 0.2s ease-in-out;
}

.property-key[b-sjidsqisxv] {
    font-weight: 500;
    color: #2c3e50;
    margin-right: 4px;
}

.property-value[b-sjidsqisxv] {
    color: #34495e;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60px;
}

.more-properties[b-sjidsqisxv] {
    color: #7f8c8d;
    font-style: italic;
    justify-content: center;
    font-size: 9px;
}

@keyframes fadeIn-b-sjidsqisxv {
    from { 
        opacity: 0; 
        transform: translateY(-2px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

@media (max-width: 768px) {
    .custom-node[b-sjidsqisxv] {
        min-width: 100px;
        min-height: 70px;
        font-size: 11px;
    }
    
    .node-icon[b-sjidsqisxv] {
        font-size: 14px;
    }
    
    .node-title[b-sjidsqisxv] {
        max-width: 60px;
    }
}
/* /Pages/V2Pages/Configuration.razor.rz.scp.css */
/* /Pages/V2Pages/Details.razor.rz.scp.css */

[b-9u2azud8iw] .sd-product-info {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
    cursor:pointer;
}

    [b-9u2azud8iw] .sd-product-info span {
        color: #113D4F;
        font-size: 16px;
        font-weight: 500;
    }

[b-9u2azud8iw] .sd-emp-details {
    border-radius: 15px;

}

[b-9u2azud8iw] .sd-data-grid {
    height: calc(100vh - 250px);
}
[b-9u2azud8iw] .sd-bg-color {
    padding: 10px;
    height: calc(100vh - 190px);
}
[b-9u2azud8iw] .sd-product {
    border-radius: 10px;
    border: 1px solid #ccc;
}

.sd-product-content h6[b-9u2azud8iw] {
    color: #113D4F;
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
}

[b-9u2azud8iw] .sd-product-content p {
    color: rgba(0, 0, 0, 0.55);
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
}

[b-9u2azud8iw] .sd-version-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

    [b-9u2azud8iw] .sd-version-details h5 {
        color: #113D4F;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
    }

[b-9u2azud8iw] .sd-version-count {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    position: relative;
}

[b-9u2azud8iw] .sd-version-details span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #090000;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

[b-9u2azud8iw] .sd-job-status {
    background: #E9EAED;
    border-radius: 30px;
    width: fit-content;
    padding: 5px 15px;
    color: #000;
    font-size: 10px;
    font-weight: 600;
}

[b-9u2azud8iw] .sd-version {
    background: rgba(15, 184, 231, 0.25);
    color: #232323;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px;
    width: fit-content;
    padding: 5px 15px;
}

[b-9u2azud8iw] .sd-action {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sd-product-info img[b-9u2azud8iw] {
    width: 20px;
    height: 20px;
}

[b-9u2azud8iw] .sd-product-info-list {
    padding: inherit;
}

    [b-9u2azud8iw] .sd-product-info-list h6 {
        color: #113D4F;
        font-size: 20px;
        font-weight: 600;
    }

    [b-9u2azud8iw] .sd-product-info-list h5 {
        color: #113D4F;
        font-size: 14px;
        font-weight: 600;
    }

    [b-9u2azud8iw] .sd-product-info-list p {
        color: #000;
        font-size: 10px;
        font-weight: 400;
        list-style: circle;
    }

    [b-9u2azud8iw] .sd-product-info-list li {
        padding-top: 10px;
        list-style:none;
    }

.sd-config-btn[b-9u2azud8iw] {
    border-radius: 6px;
    background: #113D4F;
    padding: 12px 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    border:none;
    width:100%;
    margin-top:3rem;
}
[b-9u2azud8iw] .dropdown-menu.show{
    width:100%;
}
[b-9u2azud8iw] .card-img img{
    max-width: 100% !important;
    max-height: 300px !important;
    object-fit: contain !important;
    border-radius:10px;
}
[b-9u2azud8iw] .rz-cell-toggle-level0{
    display:none;
}
/*::deep .sd-data-grid{
    height:75vh;
    overflow:auto;
}*/
[b-9u2azud8iw] .sd-data-grid.rz-data-grid{
    border-radius:inherit!important;
}
[b-9u2azud8iw] .sd-emp-details .rz-form-field {
    width: 25%;
}
[b-9u2azud8iw] .sd-details-action.rz-button-lg {
    min-height: inherit;
    max-width: inherit;
}
[b-9u2azud8iw] .sd-details-action.rz-button.rz-primary.rz-shade-default {
    background: transparent;
}
[b-9u2azud8iw] .sd-details-action img{
    max-width:18px;
}
[b-9u2azud8iw] .rz-button:not(.rz-state-disabled):not(:active):hover {
    box-shadow: none;
}
[b-9u2azud8iw] .rz-button-lg {
    padding:inherit;
}
[b-9u2azud8iw] .rz-badge-light {
    border-radius: 150px;
    padding: 5px 15px;
}
[b-9u2azud8iw] .rz-badge-success.rz-shade-default {
    border-radius: 150px;
    padding: 5px 15px;
}
[b-9u2azud8iw] .rz-badge-danger.rz-shade-default {
    border-radius: 150px;
    padding: 5px 15px;
}
[b-9u2azud8iw] .sd-release-btn {
    background: rgba(15, 184, 231, 0.25);
    text-align: center;
    border-radius: 150px;
    padding: 5px 10px;
}
[b-9u2azud8iw] .rz-data-grid-data, [b-9u2azud8iw] .rz-datatable {
    box-shadow: inherit;
}
@media (max-width: 2560px) and (min-width: 1921px) {
/*    ::deep .card-img img {
        max-height: 40vh !important;
    }*/

/*    ::deep .rz-datatable-data td, ::deep .rz-grid-table td {
        height: 8vh;
    }*/
}
@media(max-width:1880px){
    [b-9u2azud8iw] .sd-common-card {
        height: auto;
    }
    [b-9u2azud8iw] .sd-emp-details {
        height: auto;
    }
}
@media(max-width:1440px){
    [b-9u2azud8iw] .sd-details-res .col-lg-3{
        width:100%;
    }
    [b-9u2azud8iw] .sd-details-res .col-lg-9 {
        width: 100%;
        margin-top:16px;
    }
    [b-9u2azud8iw] .sd-bg-color {
        background-image:inherit;
    }
}

/* /Pages/V2Pages/Dialog/ColumnSideDialog.razor.rz.scp.css */
.column-options-drawer[b-1b8ftbxr31] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: white;
    border-radius: 0;
    overflow: hidden;
}

.drawer-header[b-1b8ftbxr31] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    border-bottom: 1px solid var(--rz-border-color);
}

.drawer-description[b-1b8ftbxr31] {
    padding: 1rem;
    margin-bottom: 0.5rem;
    color: var(--rz-text-secondary-color);
    font-size: 14px;
    background-color: var(--rz-base-100);
}

.drawer-content[b-1b8ftbxr31] {
    flex: 1;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
    position: relative;
}

.tabs-container[b-1b8ftbxr31] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tabs-container[b-1b8ftbxr31]  .rz-tabview {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tabs-container[b-1b8ftbxr31]  .rz-tabview-content {
    flex: 1;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.column-list[b-1b8ftbxr31] {
    padding: 0;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.column-item[b-1b8ftbxr31] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    border-bottom: 1px solid var(--rz-border-color);
    margin-bottom: 0;
    background: white;
}

.column-item:focus[b-1b8ftbxr31] {
    outline: 2px solid var(--rz-primary);
    outline-offset: -2px;
}

.column-name[b-1b8ftbxr31] {
    flex: 1;
}

.add-column-button[b-1b8ftbxr31] {
    margin-top: 1rem;
    padding: 0.5rem;
    display: flex;
    justify-content: flex-start;
    margin-left: 0.5rem;
}

.action-buttons[b-1b8ftbxr31] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem;
    border-top: 1px solid var(--rz-border-color);
    background-color: white;
    position: sticky;
    bottom: 0;
    z-index: 100;
}

[b-1b8ftbxr31] .close-button {
    padding: 0.5rem;
    border-radius: 50%;
}

.column-property-dropdown[b-1b8ftbxr31] {
    min-width: 200px;
}

.gap-2[b-1b8ftbxr31] {
    gap: 0.5rem;
}

.column-item.drop-target[b-1b8ftbxr31] {
    position: relative;
}

.column-item.drop-target[b-1b8ftbxr31]::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--rz-primary);
    z-index: 10;
}
/* /Pages/V2Pages/Dialog/ParameterDetailsDialog.razor.rz.scp.css */
.parameter-details-container[b-lscarl9ngs] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

.parameter-details-content[b-lscarl9ngs] {
    flex: 1;
    padding: 0;
    overflow: auto;
    max-height: 100%;
}

.parameter-table[b-lscarl9ngs] {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.parameter-table[b-lscarl9ngs]  .rz-datatable-scrollable-header {
    background-color: #f8f9fa;
}

.parameter-table[b-lscarl9ngs]  .rz-datatable-scrollable-header th {
    font-weight: 500;
}

.parameter-grid[b-lscarl9ngs]  .rz-data-grid {
    border: none;
    border-radius: 0;
    height: 100%;
    overflow: auto;
}

.parameter-grid[b-lscarl9ngs]  .rz-datatable-scrollable-body {
    overflow-y: auto;
}

.parameter-grid[b-lscarl9ngs]  .rz-grid-table .rz-grid-cell {
    padding: 0.85rem 1.2rem;
    font-size: 1.05rem;
}

.parameter-grid[b-lscarl9ngs]  .rz-grid-table .rz-grid-table-header {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1rem 1.2rem;
}

.parameter-grid[b-lscarl9ngs]  .rz-grid-table .rz-grid-table-header:hover {
    background-color: #e9ecef;
}

.parameter-grid[b-lscarl9ngs]  .rz-grid-table .rz-grid-row:hover {
    background-color: #f5f5f5;
}
/* /Pages/V2Pages/Dialog/ScheduleDialog.razor.rz.scp.css */
.schedule-dialog[b-zw5h73pfdp] {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 80vh;
}

.dialog-content[b-zw5h73pfdp] {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

.dialog-actions[b-zw5h73pfdp] {
    padding: 10px;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    background: white;
    position: sticky;
    bottom: 0;
}

.schedule-form[b-zw5h73pfdp] {
    max-width: 100%;
}

.form-group[b-zw5h73pfdp] {
    margin-bottom: 0.5rem;
}

.form-group label[b-zw5h73pfdp] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #495057;
}

.card[b-zw5h73pfdp] {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card-body h6[b-zw5h73pfdp] {
    color: #495057;
    font-weight: 600;
}

.text-danger[b-zw5h73pfdp] {
    color: #dc3545 !important;
}

.bg-light[b-zw5h73pfdp] {
    background-color: #f8f9fa !important;
}

[b-zw5h73pfdp] .rz-selectbar {
    border-radius: 6px;
}

[b-zw5h73pfdp] .rz-selectbar-item {
    border-radius: 4px;
}

[b-zw5h73pfdp] .rz-textbox,
[b-zw5h73pfdp] .rz-dropdown,
[b-zw5h73pfdp] .rz-numeric,
[b-zw5h73pfdp] .rz-datepicker {
    border-radius: 6px;
    border: 1px solid #ced4da;
}

[b-zw5h73pfdp] .rz-textbox:focus,
[b-zw5h73pfdp] .rz-dropdown:focus,
[b-zw5h73pfdp] .rz-numeric:focus,
[b-zw5h73pfdp] .rz-datepicker:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

@media (max-width: 768px) {
    .dialog-content[b-zw5h73pfdp] {
        padding: 15px;
    }
    
    .dialog-actions[b-zw5h73pfdp] {
        padding: 15px;
    }
    
    .card[b-zw5h73pfdp] {
        margin-bottom: 1rem;
    }
}
/* /Pages/V2Pages/FullDetails.razor.rz.scp.css */

[b-s0jc5omd38] .sd-fulldetails-tools {
    display: flex;
    align-items: center;
    gap: 50px;
    background: #FFF;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.10));
    padding: 10px;
    border-radius: 10px;
}
[b-s0jc5omd38] .sd-fulldetails-tools li{
    list-style:none;
}
    [b-s0jc5omd38] .sd-fulldetails-tools li img{
        padding-right:10px;
        max-width:24px;
    }


.sd-main-card[b-s0jc5omd38] {
    border-radius: 24px;
    background: rgba(231, 236, 237, 0.30);
    padding: 10px;
    height: auto;
    margin-bottom: 16px;
}

[b-s0jc5omd38] .sd-internal-card {
    border-radius: 15px;
    background: #FFF;
    padding: 10px;
}

[b-s0jc5omd38] .sd-main-title {
    color: #113D4F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

[b-s0jc5omd38] .sd-view-3d {
    border-radius: 30px;
    border: 1px solid #113D4F;
    background: #FFF;
    color: #113D4F;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1px;
    padding: 5px 10px;
}

[b-s0jc5omd38] .sd-product-modal {
    margin-top: 16px;
}

[b-s0jc5omd38] .sd-internal-card {
    border-radius: 15px;
    background: #FFF;
    padding: 10px;
}

[b-s0jc5omd38] .sd-main-title {
    color: #113D4F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

[b-s0jc5omd38] .sd-info-wrap {
    padding: 0;
}

    [b-s0jc5omd38] .sd-info-wrap h2 {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        margin: 0;
    }

    [b-s0jc5omd38] .sd-info-wrap p {
        color: #113D4F;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
    }

[b-s0jc5omd38] .sd-project-details {
    border-radius: 30px;
    background: #4F9254;
    padding: 8px 11px;
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    line-height: 21px;
    width: 300px;
    text-align: center;
}

[b-s0jc5omd38] .sd-project-sub-details {
    border-radius: 30px;
    background: #E7ECED;
    padding: 0px 11px;
    color: #113D4F;
    font-size: 10px;
    font-weight: 500;
    line-height: 21px;
    max-width: 150px;
    text-align: center;
    margin-top: 15px;
    margin-left: 30px;
}

[b-s0jc5omd38] .sd-info-wrap td {
    padding: 0 16px 25px 0;
}

[b-s0jc5omd38] .sd-info-details {
    margin-top: 16px;
}

[b-s0jc5omd38] .sd-product-info-wrap {
    position: relative;
}

[b-s0jc5omd38] .sd-bottom-curve {
    position: absolute;
    top: 35px;
    left: 25px;
}

[b-s0jc5omd38] .sd-details-info {
    color: #113D4F;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1px;
    display: flex;
    align-items: center;
}

    [b-s0jc5omd38] .sd-details-info img {
        max-width: 20px;
    }

[b-s0jc5omd38] .border-right {
    border-right: 1px solid #F4F5F7;
}

[b-s0jc5omd38] .sd-internal-card {
    border-radius: 15px;
    background: #FFF;
    padding: 10px;
  /*  height: 32vh;*/
}

[b-s0jc5omd38] .sd-main-title {
    color: #113D4F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

[b-s0jc5omd38] .rz-badge-primary.rz-shade-default {
    background: transparent;
    color: #000;
}

[b-s0jc5omd38] .rz-timeline-point img {
    max-width: 15px;
}

/**New Css**/
[b-s0jc5omd38] .rz-selectable tbody tr.rz-data-row.rz-state-highlight > td {
    background-color: rgb(231, 236, 237) !important;
    height: 53px !important;
}
[b-s0jc5omd38] .custom-image-fit {
    width: 100%!important;
    max-width: 100% !important;
    max-height: 230px !important;
    object-fit: contain !important;
}
[b-s0jc5omd38] .sd-output-tabs.rz-tabview .rz-tabview-nav {
    position: absolute;
    top: 4%;
    
}
[b-s0jc5omd38] .sd-detail-download.rz-button.rz-primary.rz-shade-default {
    background-color: transparent;
    color: #000;
}
[b-s0jc5omd38] .sd-cycle-card{
    height:57vh;
}
[b-s0jc5omd38] .sd-cycle-internal{
    height:55vh;
    overflow:auto;
}
[b-s0jc5omd38] .rz-fieldset {
    border: 1px solid #113D4F !important;
}

[b-s0jc5omd38] .sd-dropdown-wrap{
    display:flex;
    gap:15px;
    margin-bottom:15px;
}
[b-s0jc5omd38] .sd-dropdown-btn {
    background: #fff;
    border: 1px solid #113D4F !important;
    padding: 5px 15px;
    border-radius: 10px !important;
    color: #113D4F;
}
.sd-3dview-btn[b-s0jc5omd38] {
    background: #fff;
    border: 1px solid #113D4F !important;
    padding: 1px 10px;
    border-radius: 10px !important;
    color: #113D4F;
}

    /* disabled styling */
    .sd-3dview-btn:disabled[b-s0jc5omd38] {
        background: #e5e5e5 !important;
        border: 1px solid #cccccc !important;
        color: #8a8a8a !important;
        cursor: not-allowed;
        opacity: 0.7;
    }

    [b-s0jc5omd38] .btn-check:checked + .sd-dropdown-btn, [b-s0jc5omd38] .sd-dropdown-btn.active, .sd-dropdown-btn.show[b-s0jc5omd38], [b-s0jc5omd38]  .sd-dropdown-btn:first-child:active, :not(.btn-check) + .sd-dropdown-btn:active[b-s0jc5omd38] {
        background: #fff;
        border: 1px solid #113D4F !important;
        padding: 5px 15px;
   /*     border-radius: 30px !important;*/
        color: #113D4F!important;
    }
[b-s0jc5omd38] .dropdown-item img{
    margin-right:10px;
    max-width:15px;
}
[b-s0jc5omd38] .dropdown-item.active, [b-s0jc5omd38] .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: rgb(231, 236, 237);
}
[b-s0jc5omd38] .btn:focus, [b-s0jc5omd38] .btn:active:focus, [b-s0jc5omd38] .btn-link.nav-link:focus, [b-s0jc5omd38] .form-control:focus, [b-s0jc5omd38] .form-check-input:focus {
    box-shadow: none;
}
[b-s0jc5omd38] .sd-product-tab .rz-tabview-panel {
    padding: 10px !important;
}

@media(max-width:992px){
    [b-s0jc5omd38] .sd-output-tabs.rz-tabview .rz-tabview-nav{
        position:inherit;
    }
    [b-s0jc5omd38] .sd-internal-card {
        height:auto;
    }
    [b-s0jc5omd38] .sd-main-card{
        height:auto;
    }
}
/*::deep .my-timeline .rz-timeline-content-start {
    display: block;
    flex: none;
    width: 100px;*/ /* Your desired width for the Date slot */
/*}

::deep .my-timeline .rz-timeline-item:before {
    transform: translateX(100px);*/ /* 100px is your Date slot width */
/*}
::deep .rz-timeline-column .rz-timeline-item:before {
    width: var(--rz-timeline-line-width);
    top: 0;
    bottom: 0;
    left: calc(50% - var(--rz-timeline-line-width) / 2 + 12px);*/ /* move right */
    /*right: auto;
}
::deep .rz-timeline.rz-timeline-column .rz-timeline-content-start {
    text-align: start;
}*/
[b-s0jc5omd38].rz-timeline.rz-timeline-column .rz-timeline-content-start {
    /*text-align: start;*/
}
[b-s0jc5omd38].my-timeline .rz-timeline-item:before {
    
}
[b-s0jc5omd38].my-timeline .rz-timeline-content-start {
    display: block;
    flex: none;
    width: 100px; /* Your desired width for the Date slot */
}

[b-s0jc5omd38].my-timeline .rz-timeline-item:before {
    transform: translateX(100px); /* 100px is your Date slot width */
}
[b-s0jc5omd38] .rz-timeline-column .rz-timeline-content-start {
    /* flex: 1 1 auto; */
    max-width: calc(50% - var(--rz-timeline-axis-size) / 2);
}
[b-s0jc5omd38].rz-timeline.rz-timeline-column.rz-timeline-left:not(.rz-timeline-reverse) .rz-timeline-content-start {
    display: contents;
}
[b-s0jc5omd38].rz-timeline.rz-timeline-column .rz-timeline-content-start {
    text-align: left;
}
[b-s0jc5omd38].my-timeline .rz-timeline-content-start {
    display: block;
    flex: none;
    width: 100px; /* Your desired width for the Date slot */
}

[b-s0jc5omd38] my-timeline .rz-timeline-item:before {
    transform: translateX(100px); /* 100px is your Date slot width */
}
/* /Pages/V2Pages/Home.razor.rz.scp.css */
/* /Pages/V2Pages/MasterData/ProductDetails.razor.rz.scp.css */
[b-71ehfrc5qg] .sd-breadcrumb .rz-breadcrumb-item .rz-label {
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    color: #113D4F !important;
}

/* /Pages/V2Pages/Queries/QueryBuilderEditor.razor.rz.scp.css */
.query-builder[b-h5pxox69hn] {
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

[b-h5pxox69hn] .query-result-table tbody tr {
    cursor: pointer !important;
    transition: background-color 0.2s ease;
}

[b-h5pxox69hn] .query-result-table tbody tr:hover {
    background-color: rgba(0, 123, 255, 0.05) !important;
}

[b-h5pxox69hn] .rz-datatable-scrollable-body tr {
    cursor: pointer !important;
}

[b-h5pxox69hn] .rz-grid-table tbody tr {
    cursor: pointer !important;
}

[b-h5pxox69hn] .rz-grid-table {
    border-collapse: separate;
    border-spacing: 0;
}

[b-h5pxox69hn] .rz-data-grid {
    border-radius: 8px !important;
    border: none !important;
}

[b-h5pxox69hn] .rz-grid-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    padding: 0.75rem 1rem;
    border-bottom: 2px solid #dee2e6;
}

[b-h5pxox69hn] .rz-grid-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e9ecef;
    vertical-align: middle;
}

.filters-section[b-h5pxox69hn] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    margin-bottom: 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

.parameter-value-row[b-h5pxox69hn] {
    background-color: rgba(0, 0, 0, 0.02);
    border-left: 3px solid #e0e0e0;
}

.disabled-column[b-h5pxox69hn] {
    opacity: 0.6;
    pointer-events: none;
}

.results-section[b-h5pxox69hn] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    width: 100%;
    box-sizing: border-box;
}

.results-content[b-h5pxox69hn] {
    border-radius: 8px;
}

.results-content[b-h5pxox69hn], .editor-content[b-h5pxox69hn], .charts-content[b-h5pxox69hn], .schedule-content[b-h5pxox69hn], .saved-files-content[b-h5pxox69hn] {
    width: 100%;
    box-sizing: border-box;
}

[b-h5pxox69hn] .rz-dropdown {
    width: 100% !important;
    border-radius: 4px;
}

[b-h5pxox69hn] .rz-textbox {
    width: 100% !important;
    border-radius: 4px;
}

[b-h5pxox69hn] .rz-button {
    border-radius: 4px;
    transition: all 0.2s ease;
}

[b-h5pxox69hn] .rz-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.form-group label[b-h5pxox69hn] {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #495057;
}

[b-h5pxox69hn] .rz-cell-data {
    width: 100%;
}

/* Tab styling */
[b-h5pxox69hn] .rz-tabview {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    width: 100%;
    box-sizing: border-box;
}

[b-h5pxox69hn] .rz-tabview-panels {
    padding: 0;
    background-color: #f8f9fa;
    width: 100%;
}

[b-h5pxox69hn] .rz-tabview-nav {
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

[b-h5pxox69hn] .rz-tabview-selected {
    font-weight: 600;
    color: #007bff;
}

[b-h5pxox69hn] .rz-tabview-nav li:hover {
    background-color: #f8f9fa;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .query-builder[b-h5pxox69hn] {
        padding: 0;
    }

    [b-h5pxox69hn] .rz-tabview-nav {
        flex-wrap: wrap;
        padding: 0;
    }

    [b-h5pxox69hn] .rz-tabview-nav li {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    [b-h5pxox69hn] .rz-data-grid {
        overflow-x: auto;
        width: 100%;
    }

    [b-h5pxox69hn] .rz-data-grid .rz-data-grid-table {
        min-width: 800px;
    }

    .filters-section[b-h5pxox69hn] {
        padding: 0.5rem;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .results-section[b-h5pxox69hn] {
        padding: 0.5rem;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .filters-section .d-flex[b-h5pxox69hn] {
        flex-direction: column;
    }

    .filters-section .d-flex .gap-2[b-h5pxox69hn] {
        gap: 0.5rem !important;
    }

    [b-h5pxox69hn] .rz-button {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .results-content[b-h5pxox69hn], .editor-content[b-h5pxox69hn], .charts-content[b-h5pxox69hn], .schedule-content[b-h5pxox69hn], .saved-files-content[b-h5pxox69hn] {
        padding: 0;
    }

    [b-h5pxox69hn] .rz-tabview {
        border-radius: 0;
        box-shadow: none;
    }

    [b-h5pxox69hn] .rz-tabview-panels {
        padding: 0;
    }

    [b-h5pxox69hn] .rz-tabview-panel {
        padding: 0 !important;
    }

    .export-button-container[b-h5pxox69hn]  .rz-button-text {
        display: none !important;
    }
}

@media (max-width: 576px) {
    [b-h5pxox69hn] .rz-data-grid-table td {
        white-space: normal;
        word-break: break-word;
    }

    .results-content[b-h5pxox69hn], .editor-content[b-h5pxox69hn], .charts-content[b-h5pxox69hn], .schedule-content[b-h5pxox69hn], .saved-files-content[b-h5pxox69hn] {
        padding: 0;
        width: 100%;
    }

    [b-h5pxox69hn] .rz-data-grid .rz-column-title {
        font-size: 14px;
    }

    [b-h5pxox69hn] .rz-data-grid .rz-cell-data {
        font-size: 13px;
    }

    .mt-2.d-flex[b-h5pxox69hn] {
        flex-direction: column;
        width: 100%;
    }

    .mt-2.d-flex .gap-2[b-h5pxox69hn] {
        gap: 0.5rem !important;
    }

    .schedule-container[b-h5pxox69hn] {
        flex-direction: column;
        width: 100%;
        gap: 0.5rem;
        margin-top: 0.5rem;
    }

    .saved-schedules[b-h5pxox69hn], .schedule-section[b-h5pxox69hn] {
        padding: 0.5rem;
        border-radius: 0;
        box-shadow: none;
    }

    [b-h5pxox69hn] .rz-data-grid {
        border-radius: 0 !important;
    }

    [b-h5pxox69hn] .rz-tabview-panel {
        padding: 0 !important;
    }
}

@media (max-width: 480px) {
    [b-h5pxox69hn] .rz-data-grid-table {
        font-size: 12px;
    }

    [b-h5pxox69hn] .rz-button {
        font-size: 14px;
        padding: 0.5rem;
    }

    .column-options-btn[b-h5pxox69hn] {
        padding: 0.25rem !important;
    }

    .column-options-btn[b-h5pxox69hn]  .rz-button-text {
        display: none;
    }

    .query-builder[b-h5pxox69hn],
    [b-h5pxox69hn] .rz-data-grid {
        padding: 0;
        width: 100%;
    }

    .filters-section[b-h5pxox69hn],
    .results-section[b-h5pxox69hn],
    .saved-schedules[b-h5pxox69hn],
    .schedule-section[b-h5pxox69hn] {
        padding: 0.25rem;
        width: 100%;
        margin-bottom: 0.5rem;
    }

    [b-h5pxox69hn] .rz-tabview-nav li a,
    [b-h5pxox69hn] .rz-grid-table td,
    [b-h5pxox69hn] .rz-grid-table th {
        padding: 0.5rem;
    }

    .d-flex.justify-content-between.align-items-center.mb-4[b-h5pxox69hn] {
        padding: 0.5rem;
        margin-bottom: 0.5rem !important;
    }

    .saved-files-content[b-h5pxox69hn],
    [b-h5pxox69hn] .rz-tabview-panel {
        padding: 0 !important;
    }

    h4.mb-1[b-h5pxox69hn] {
        font-size: 1.25rem;
        margin-bottom: 0 !important;
    }

    p.text-muted.mb-0[b-h5pxox69hn] {
        font-size: 0.8rem;
    }
}

@media (min-width: 1200px) {
    .query-builder[b-h5pxox69hn],
    [b-h5pxox69hn] .rz-tabview,
    [b-h5pxox69hn] .rz-tabview-panels,
    [b-h5pxox69hn] .rz-tabview-panel,
    [b-h5pxox69hn] .rz-data-grid,
    .filters-section[b-h5pxox69hn],
    .results-section[b-h5pxox69hn],
    .saved-schedules[b-h5pxox69hn],
    .schedule-section[b-h5pxox69hn],
    .schedule-container[b-h5pxox69hn],
    .schedule-form[b-h5pxox69hn],
    .schedule-form .card[b-h5pxox69hn] {
        width: 100%;
        max-width: 100%;
    }
}

[b-h5pxox69hn] .rz-tabview-panel {
    padding: 0 !important;
}

.export-button-container[b-h5pxox69hn] {
    display: inline-block;
}

.save-query-btn[b-h5pxox69hn] {
    margin-left: 0.5rem;
}

@media (max-width: 992px) {
    .export-button-container[b-h5pxox69hn]  .rz-button-text,
    .save-query-btn[b-h5pxox69hn]  .rz-button-text {
        display: none !important;
    }

    .export-button-container[b-h5pxox69hn]  .rz-button,
    .save-query-btn[b-h5pxox69hn] {
        width: 40px !important;
        padding: 0.5rem !important;
    }
}

@media (max-width: 768px) {
    [b-h5pxox69hn] .rz-tabview-panel,
    .schedule-content[b-h5pxox69hn] {
        padding: 0 !important;
    }
}

.column-options-container[b-h5pxox69hn] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.column-options-header[b-h5pxox69hn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

.column-options-description[b-h5pxox69hn] {
    padding: 1rem;
    color: #666;
    font-size: 14px;
}

.column-options-tabs[b-h5pxox69hn] {
    flex: 1;
    overflow: auto;
}

.column-list[b-h5pxox69hn] {
    padding: 0.5rem;
}

.column-item[b-h5pxox69hn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    border: 1px solid #eee;
    margin-bottom: 0.5rem;
    border-radius: 4px;
    cursor: move;
}

.column-item.selected[b-h5pxox69hn] {
    background-color: #f5f9ff;
    border-color: #c0d6ff;
}

.drag-handle[b-h5pxox69hn] {
    cursor: grab;
    margin-right: 10px;
    color: #999;
}

.column-name[b-h5pxox69hn] {
    flex: 1;
}

.add-column-button[b-h5pxox69hn] {
    margin-top: 1rem;
    padding: 0.5rem;
}

.column-options-footer[b-h5pxox69hn] {
    padding: 1rem;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.add-column-container[b-h5pxox69hn] {
    padding: 1rem;
}

.column-item.dragging[b-h5pxox69hn] {
    opacity: 0.5;
    background-color: #f0f0f0;
}

.column-item.drag-over[b-h5pxox69hn] {
    border: 2px dashed #007bff;
}

.schedule-content[b-h5pxox69hn], .saved-files-content[b-h5pxox69hn] {
    width: 100%;
    box-sizing: border-box;
}

.schedule-section[b-h5pxox69hn] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.schedule-form[b-h5pxox69hn] {
    width: 100%;
}

.schedule-form .card[b-h5pxox69hn] {
    border-radius: 8px;
    transition: all 0.2s ease;
    background-color: #f8f9fa;
    border: 1px solid rgba(0,0,0,0.05);
    width: 100%;
}

.schedule-form .card:hover[b-h5pxox69hn] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    background-color: #f1f3f5;
}

.schedule-form h6[b-h5pxox69hn], .saved-queries h6[b-h5pxox69hn] {
    color: #495057;
    font-weight: 600;
}

.export-schedules[b-h5pxox69hn], .saved-queries[b-h5pxox69hn] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

[b-h5pxox69hn] .export-schedules .rz-datatable-emptymessage,
[b-h5pxox69hn] .saved-queries .rz-datatable-emptymessage {
    padding: 0 !important;
    background: transparent !important;
}

[b-h5pxox69hn] .export-schedules .material-icons,
[b-h5pxox69hn] .saved-queries .material-icons {
    opacity: 0.7;
}

[b-h5pxox69hn] .export-schedules .rz-button.rz-button-danger,
[b-h5pxox69hn] .saved-queries .rz-button.rz-button-danger {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-h5pxox69hn] .schedule-table tbody tr,
[b-h5pxox69hn] .saved-queries-table tbody tr {
    cursor: default !important;
}

.schedule-container[b-h5pxox69hn], .saved-queries-container[b-h5pxox69hn] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 1rem;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .schedule-container[b-h5pxox69hn] {
        flex-direction: column;
    }

    .export-schedules[b-h5pxox69hn], .schedule-section[b-h5pxox69hn] {
        margin-bottom: 1.5rem;
    }

    .export-schedules[b-h5pxox69hn] {
        margin-right: 0 !important;
    }

    .schedule-content[b-h5pxox69hn] {
        padding: 0.5rem;
    }
}

.folder-icon[b-h5pxox69hn] {
    color: #ffc107;
}

/* Hierarchy styling */
.hierarchy-level-1[b-h5pxox69hn] {
    margin-left: 20px;
    position: relative;
}

.hierarchy-level-2[b-h5pxox69hn] {
    margin-left: 40px;
    position: relative;
}

.hierarchy-row-product[b-h5pxox69hn] {
    background-color: #f8f9fa;
    border-left: 3px solid #007bff;
}

.hierarchy-row-parameter[b-h5pxox69hn] {
    background-color: #f1f8ff;
    border-left: 3px solid #28a745;
}

.hierarchy-row-value[b-h5pxox69hn] {
    background-color: #f8f1ff;
    border-left: 3px solid #6f42c1;
}

.hierarchy-arrow[b-h5pxox69hn] {
    color: #6c757d;
    margin-right: 5px;
    font-size: 18px;
}

[b-h5pxox69hn] .rz-datatable-even.hierarchy-row-product,
[b-h5pxox69hn] .rz-datatable-odd.hierarchy-row-product,
[b-h5pxox69hn] tr.hierarchy-row-product {
    background-color: #f8f9fa !important;
    border-left: 3px solid #007bff !important;
}

[b-h5pxox69hn] .rz-datatable-even.hierarchy-row-parameter,
[b-h5pxox69hn] .rz-datatable-odd.hierarchy-row-parameter,
[b-h5pxox69hn] tr.hierarchy-row-parameter {
    background-color: #f1f8ff !important;
    border-left: 3px solid #28a745 !important;
}

[b-h5pxox69hn] .rz-datatable-even.hierarchy-row-value,
[b-h5pxox69hn] .rz-datatable-odd.hierarchy-row-value,
[b-h5pxox69hn] tr.hierarchy-row-value {
    background-color: #f8f1ff !important;
    border-left: 3px solid #6f42c1 !important;
}

.parameter-group[b-h5pxox69hn] {
    border-left: 2px solid #28a745;
    margin: 5px 0;
}

.value-group[b-h5pxox69hn] {
    border-left: 2px solid #6f42c1;
    margin: 5px 0;
}

.mt-2.d-flex[b-h5pxox69hn] {
    flex-wrap: wrap;
    gap: 0.5rem !important;
}

/* Saved Files tab styling */
.saved-files-content[b-h5pxox69hn] {
    background: white;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

[b-h5pxox69hn] .blob-files-table {
    border-radius: 8px !important;
    overflow: hidden;
}

[b-h5pxox69hn] .blob-files-table tbody tr {
    cursor: default !important;
}

[b-h5pxox69hn] .blob-files-table .rz-datatable-emptymessage {
    padding: 0 !important;
    background: transparent !important;
}

[b-h5pxox69hn] .blob-files-table .rz-button {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-h5pxox69hn] .sd-details-action.rz-button-lg {
    min-height: inherit;
    max-width: inherit;
}

[b-h5pxox69hn] .sd-details-action.rz-button.rz-primary.rz-shade-default {
    background: transparent;
}

[b-h5pxox69hn] .sd-details-action img {
    max-width: 18px;
}

@media (max-width: 768px) {
    .mt-2.d-flex[b-h5pxox69hn] {
        flex-direction: column;
    }

    .mt-2.d-flex .rz-button[b-h5pxox69hn] {
        width: 100%;
    }

    .saved-files-content .d-flex[b-h5pxox69hn] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .saved-files-content .d-flex .rz-button[b-h5pxox69hn] {
        width: 100%;
    }

    .saved-files-content .d-flex.justify-content-between.align-items-center.mb-3[b-h5pxox69hn] {
        padding: 0.5rem;
        margin-bottom: 0.5rem !important;
    }

    .text-center.p-5.bg-light.rounded[b-h5pxox69hn] {
        padding: 1rem !important;
    }

    .schedule-content[b-h5pxox69hn] {
        padding: 0 !important;
    }

    .schedule-container[b-h5pxox69hn] {
        padding: 0;
        margin: 0;
    }
}
/* /Pages/V2Pages/Queries/QueryBuilderHome.razor.rz.scp.css */
:root[b-unonu0yif1] {
    --primary-color: #113D4F;
    --primary-light: rgba(17, 61, 79, 0.1);
    --primary-hover: rgba(17, 61, 79, 0.2);
    --secondary-color: #4A90E2;
    --text-color: #333333;
    --text-muted: #6c757d;
    --border-color: #e9ecef;
    --background-light: #f8f9fa;
    --background-hover: #e9ecef;
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.1);
    --border-radius: 8px;
    --transition-speed: 0.3s;
}

.queries-home[b-unonu0yif1] {
    padding: 0 16px;
    transition: all var(--transition-speed) ease;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.content-layout[b-unonu0yif1] {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
    margin-bottom: 24px;
    width: 100%;
}

.content-layout:has(.details-panel)[b-unonu0yif1] {
    grid-template-columns: minmax(0, 5fr) minmax(0, 2fr);
    gap: 24px;
}

.content-layout:has(.details-panel) .main-content[b-unonu0yif1] {
    grid-column: 1;
}

.content-layout:has(.details-panel) .details-panel[b-unonu0yif1] {
    grid-column: 2;
}

.content-layout:not(:has(.details-panel)) .main-content[b-unonu0yif1] {
    grid-column: 1;
    width: 100%;
}

.page-header[b-unonu0yif1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 16px 0;
}

.page-actions[b-unonu0yif1] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.main-content[b-unonu0yif1] {
    background-color: #fff;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
    padding: 0;
    overflow: hidden;
    transition: all var(--transition-speed) ease;
    width: 100%;
}

.queries-tabs[b-unonu0yif1]  .rz-tabview-nav {
    border-bottom: 1px solid var(--border-color);
    background-color: #fff;
    padding: 0 16px;
}

.queries-tabs[b-unonu0yif1]  .rz-tabview-selected {
    border-bottom-color: var(--primary-color);
}

.queries-tabs[b-unonu0yif1]  .rz-tabview-nav li a {
    color: var(--primary-color);
    font-weight: 500;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.queries-tabs[b-unonu0yif1]  .rz-tabview-nav li a .rzi {
    font-size: 18px;
}

.queries-tabs[b-unonu0yif1]  .rz-tabview-panels {
    padding: 0;
}

.tab-content[b-unonu0yif1] {
    padding: 0;
}

.queries-section[b-unonu0yif1] {
    background-color: #fff;
    border-radius: var(--border-radius);
    margin-bottom: 24px;
    overflow: hidden;
    transition: all var(--transition-speed) ease;
    border: 1px solid var(--border-color);
}

.section-header[b-unonu0yif1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: var(--background-light);
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.section-header:hover[b-unonu0yif1] {
    background-color: var(--background-hover);
}

.section-icon[b-unonu0yif1] {
    margin-right: 8px;
    color: var(--primary-color);
    transition: transform 0.2s ease;
}

.section-actions[b-unonu0yif1] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.query-count[b-unonu0yif1] {
    font-size: 0.875rem;
    color: var(--text-muted);
    background-color: rgba(0, 0, 0, 0.05);
    padding: 4px 8px;
    border-radius: 12px;
}

.section-content[b-unonu0yif1] {
    padding: 16px 0;
}

/* Loading State */
.loading-container[b-unonu0yif1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
    color: var(--text-muted);
}

.loading-spinner[b-unonu0yif1] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--primary-light);
    border-radius: 50%;
    border-top-color: var(--primary-color);
    animation: spin-b-unonu0yif1 1s linear infinite;
    margin-bottom: 16px;
}

@keyframes spin-b-unonu0yif1 {
    to { transform: rotate(360deg); }
}

.empty-state[b-unonu0yif1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
    text-align: center;
}

.empty-icon-container[b-unonu0yif1] {
    background-color: var(--primary-light);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.empty-icon[b-unonu0yif1] {
    font-size: 32px;
    color: var(--primary-color);
}

.empty-state h5[b-unonu0yif1] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-color);
}

.empty-state p[b-unonu0yif1] {
    margin-bottom: 16px;
    color: var(--text-muted);
}

/* Search Box */
.search-box[b-unonu0yif1] {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: var(--border-radius);
    padding: 0 8px;
    min-width: 280px;
    transition: all var(--transition-speed) ease;
    border: 1px solid transparent;
}

.search-box:focus-within[b-unonu0yif1] {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px var(--primary-light);
}

.search-box[b-unonu0yif1]  .rz-textbox {
    border: none;
    background-color: transparent;
    padding: 10px 10px 10px 36px;
    width: 100%;
    font-size: 14px;
}

.search-box[b-unonu0yif1]  .rz-textbox:focus {
    outline: none;
    box-shadow: none;
}

.filter-icon[b-unonu0yif1] {
    position: absolute;
    left: 12px;
    color: var(--text-muted);
    font-size: 18px;
}

.clear-button[b-unonu0yif1] {
    background: transparent !important;
    color: var(--text-muted) !important;
    border: none !important;
    padding: 0 !important;
    min-width: 28px !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
}

.clear-button:hover[b-unonu0yif1] {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.create-button[b-unonu0yif1] {
    padding: 10px 16px !important;
    border-radius: var(--border-radius) !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.2s ease !important;
    box-shadow: var(--shadow-sm) !important;
}

.create-button:hover[b-unonu0yif1] {
    box-shadow: var(--shadow-md) !important;
    transform: translateY(-1px) !important;
}

.queries-table[b-unonu0yif1] {
    border-radius: var(--border-radius);
    overflow: hidden;
}

.queries-table[b-unonu0yif1]  .rz-datatable-table {
    border-radius: var(--border-radius);
}

.queries-table[b-unonu0yif1]  .rz-datatable-thead th {
    background-color: var(--background-light);
    font-weight: 600;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-color);
}

.queries-table[b-unonu0yif1]  .rz-datatable-data td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-color);
}

.queries-table[b-unonu0yif1]  .rz-datatable-data tr:last-child td {
    border-bottom: none;
}

.queries-table[b-unonu0yif1]  .rz-selectable tbody tr.rz-data-row:hover:not(.rz-state-highlight) > td {
    background-color: rgba(17, 61, 79, 0.03);
}

.queries-table[b-unonu0yif1]  .rz-selectable tbody tr.rz-data-row.rz-state-highlight > td {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
}

.query-icon-wrapper[b-unonu0yif1] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.query-icon[b-unonu0yif1] {
    color: var(--primary-color);
    background-color: var(--primary-light);
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    width: 36px;
    height: 36px;
    transition: all 0.2s ease;
}

.query-name-container[b-unonu0yif1] {
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 8px 12px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    gap: 12px;
}

.query-name-container:hover[b-unonu0yif1] {
    background-color: var(--primary-light);
}

.query-name-container:hover .query-icon[b-unonu0yif1] {
    background-color: var(--primary-hover);
}

.rz-state-highlight .query-name-container[b-unonu0yif1] {
    background-color: transparent;
}

.rz-state-highlight .query-name-container:hover[b-unonu0yif1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.query-name[b-unonu0yif1] {
    font-weight: 500;
    transition: color 0.2s ease;
}

.query-name-container:hover .query-name[b-unonu0yif1] {
    color: var(--primary-color);
}

[b-unonu0yif1] .search-highlight {
    background-color: #ffeb3b;
    border-radius: 2px;
    padding: 0 2px;
    font-weight: bold;
    color: #333;
}

[b-unonu0yif1] .favorite-icon, [b-unonu0yif1] .share-icon {
    color: #d1d1d1;
    margin-left: 8px;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
    font-size: 1.2rem;
}

[b-unonu0yif1] .favorite-icon:hover, [b-unonu0yif1] .share-icon:hover {
    transform: scale(1.2);
}

[b-unonu0yif1] .favorite-icon.filled {
    color: #ffc107;
}

[b-unonu0yif1] .share-icon.filled {
    color: #4A90E2;
}

[b-unonu0yif1] .action-buttons-container .favorite-icon,
[b-unonu0yif1] .action-buttons-container .share-icon {
    margin-left: 0;
    font-size: 1.2rem;
}

.rz-state-highlight .query-name-container .query-name[b-unonu0yif1],
.rz-state-highlight .query-name-container:hover .query-name[b-unonu0yif1] {
    color: #ffffff;
}

.action-button[b-unonu0yif1] {
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: transparent !important;
    color: var(--text-muted) !important;
    border: none !important;
}

.action-button:hover[b-unonu0yif1] {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.action-buttons-container[b-unonu0yif1] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

[b-unonu0yif1] .rz-state-highlight .action-button {
    color: #ffffff !important;
}

[b-unonu0yif1] .rz-state-highlight .action-button:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

[b-unonu0yif1] .rz-state-highlight .favorite-icon:not(.filled),
[b-unonu0yif1] .rz-state-highlight .share-icon:not(.filled) {
    color: #ffffff !important;
}

.details-panel[b-unonu0yif1] {
    background-color: #fff;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
    padding: 0;
    overflow: hidden;
    height: fit-content;
}

.details-header[b-unonu0yif1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: var(--background-light);
    border-bottom: 1px solid var(--border-color);
}

.details-header h5[b-unonu0yif1] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    color: var(--primary-color);
}

.close-details[b-unonu0yif1] {
    background-color: transparent !important;
    color: var(--text-muted) !important;
    border: none !important;
    padding: 0 !important;
    min-width: 32px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
}

.close-details:hover[b-unonu0yif1] {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.details-content[b-unonu0yif1] {
    padding: 16px;
}

.detail-item[b-unonu0yif1] {
    margin-bottom: 16px;
}

.detail-label[b-unonu0yif1] {
    display: block;
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.detail-value[b-unonu0yif1] {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-color);
}

.detail-value span[b-unonu0yif1] {
    margin-left: 4px;
}

.detail-value[b-unonu0yif1]  .favorite-icon,
.detail-value[b-unonu0yif1]  .share-icon {
    margin-left: 0;
}

.details-actions[b-unonu0yif1] {
    display: flex;
    gap: 8px;
    margin-top: 24px;
}

/* Breadcrumb */
[b-unonu0yif1] .sd-breadcrumb {
    margin-bottom: 16px;
}

[b-unonu0yif1] .sd-breadcrumb .rz-breadcrumb {
    background-color: transparent;
    padding: 0;
}

[b-unonu0yif1] .sd-breadcrumb .rz-breadcrumb-item .rz-label {
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    color: var(--primary-color) !important;
}

[b-unonu0yif1] .rz-card {
    padding: 0;
    border: none;
}

@media (max-width: 1200px) {
    .content-layout:has(.details-panel)[b-unonu0yif1] {
        grid-template-columns: minmax(0, 4fr) minmax(0, 2fr);
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .content-layout:has(.details-panel)[b-unonu0yif1] {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .details-panel[b-unonu0yif1] {
        grid-column: 1;
    }
}

@media (max-width: 768px) {
    .queries-home[b-unonu0yif1] {
        padding: 0;
    }

    .page-header[b-unonu0yif1] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 16px;
    }

    .page-actions[b-unonu0yif1] {
        width: 100%;
        flex-direction: column;
        gap: 12px;
    }

    .search-box[b-unonu0yif1] {
        width: 100%;
    }

    .create-button[b-unonu0yif1] {
        width: 100%;
        justify-content: center;
    }

    .section-header[b-unonu0yif1] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .queries-tabs[b-unonu0yif1]  .rz-tabview-nav li a {
        padding: 12px 16px;
    }

    .main-content[b-unonu0yif1] {
        border-radius: 0;
        box-shadow: var(--shadow-sm);
    }

    .queries-section[b-unonu0yif1] {
        margin-bottom: 16px;
        border-radius: 0;
    }

    .details-panel[b-unonu0yif1] {
        border-radius: 0;
    }

    .details-actions[b-unonu0yif1] {
        flex-direction: column;
    }

    .details-actions .rz-button[b-unonu0yif1] {
        width: 100%;
        justify-content: center;
    }

    .content-layout:has(.details-panel)[b-unonu0yif1] {
        gap: 0;
    }

    .content-layout:has(.details-panel) .main-content[b-unonu0yif1],
    .content-layout:has(.details-panel) .details-panel[b-unonu0yif1] {
        grid-column: 1;
    }

    .content-layout[b-unonu0yif1] {
        margin-bottom: 0;
    }
}
/* /Pages/V2Pages/UserManagement/Subscriptions.razor.rz.scp.css */

[b-6e3drjk89i] .sd-fulldetails-tools {
    display: flex;
    align-items: center;
    gap: 50px;
    background: #FFF;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.10));
    padding: 10px;
    border-radius: 10px;
}

    [b-6e3drjk89i] .sd-fulldetails-tools li {
        list-style: none;
    }

        [b-6e3drjk89i] .sd-fulldetails-tools li img {
            padding-right: 10px;
            max-width: 24px;
        }


.sd-main-card[b-6e3drjk89i] {
    border-radius: 24px;
    background: rgba(231, 236, 237, 0.30);
    padding: 10px;
    height: auto;
    margin-bottom: 16px;
}

[b-6e3drjk89i] .sd-internal-card {
    border-radius: 15px;
    background: #FFF;
    padding: 10px;
}

[b-6e3drjk89i] .sd-main-title {
    color: #113D4F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

[b-6e3drjk89i] .sd-view-3d {
    border-radius: 30px;
    border: 1px solid #113D4F;
    background: #FFF;
    color: #113D4F;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1px;
    padding: 5px 10px;
}

[b-6e3drjk89i] .sd-product-modal {
    margin-top: 16px;
}

[b-6e3drjk89i] .sd-internal-card {
    border-radius: 15px;
    background: #FFF;
    padding: 10px;
}

[b-6e3drjk89i] .sd-main-title {
    color: #113D4F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

[b-6e3drjk89i] .sd-info-wrap {
    padding: 0;
}

    [b-6e3drjk89i] .sd-info-wrap h2 {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        margin: 0;
    }

    [b-6e3drjk89i] .sd-info-wrap p {
        color: #113D4F;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
    }

[b-6e3drjk89i] .sd-project-details {
    border-radius: 30px;
    background: #4F9254;
    padding: 8px 11px;
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    line-height: 21px;
    width: 300px;
    text-align: center;
}

[b-6e3drjk89i] .sd-project-sub-details {
    border-radius: 30px;
    background: #E7ECED;
    padding: 0px 11px;
    color: #113D4F;
    font-size: 10px;
    font-weight: 500;
    line-height: 21px;
    max-width: 150px;
    text-align: center;
    margin-top: 15px;
    margin-left: 30px;
}

[b-6e3drjk89i] .sd-info-wrap td {
    padding: 0 16px 25px 0;
}

[b-6e3drjk89i] .sd-info-details {
    margin-top: 16px;
}

[b-6e3drjk89i] .sd-product-info-wrap {
    position: relative;
}

[b-6e3drjk89i] .sd-bottom-curve {
    position: absolute;
    top: 35px;
    left: 25px;
}

[b-6e3drjk89i] .sd-details-info {
    color: #113D4F;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1px;
    display: flex;
    align-items: center;
}

    [b-6e3drjk89i] .sd-details-info img {
        max-width: 20px;
    }

[b-6e3drjk89i] .border-right {
    border-right: 1px solid #F4F5F7;
}

[b-6e3drjk89i] .sd-internal-card {
    border-radius: 15px;
    background: #FFF;
    padding: 10px;
    /*  height: 32vh;*/
}

[b-6e3drjk89i] .sd-main-title {
    color: #113D4F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

[b-6e3drjk89i] .rz-badge-primary.rz-shade-default {
    background: transparent;
    color: #000;
}

[b-6e3drjk89i] .rz-timeline-point img {
    max-width: 15px;
}

/**New Css**/
[b-6e3drjk89i] .rz-selectable tbody tr.rz-data-row.rz-state-highlight > td {
    background-color: rgb(231, 236, 237) !important;
    height: 53px !important;
}

[b-6e3drjk89i] .custom-image-fit {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 230px !important;
    object-fit: contain !important;
}

[b-6e3drjk89i] .sd-output-tabs.rz-tabview .rz-tabview-nav {
    position: absolute;
    top: 4%;
}

[b-6e3drjk89i] .sd-detail-download.rz-button.rz-primary.rz-shade-default {
    background-color: transparent;
    color: #000;
}

[b-6e3drjk89i] .sd-cycle-card {
    height: 57vh;
}

[b-6e3drjk89i] .sd-cycle-internal {
    height: 55vh;
    overflow: auto;
}

[b-6e3drjk89i] .rz-fieldset {
    border: 1px solid #113D4F !important;
}

[b-6e3drjk89i] .sd-dropdown-wrap {
    display: flex;
    justify-content: space-between; /* spreads left/right content */
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

[b-6e3drjk89i] .sd-dropdown-btn {
    background: #fff;
    border: 1px solid #113D4F !important;
    padding: 5px 15px;
    border-radius: 10px !important;
    color: #113D4F;
}

    [b-6e3drjk89i] .btn-check:checked + .sd-dropdown-btn, [b-6e3drjk89i] .sd-dropdown-btn.active, .sd-dropdown-btn.show[b-6e3drjk89i], [b-6e3drjk89i] .sd-dropdown-btn:first-child:active, :not(.btn-check) + .sd-dropdown-btn:active[b-6e3drjk89i] {
        background: #fff;
        border: 1px solid #113D4F !important;
        padding: 5px 15px;
        border-radius: 30px !important;
        color: #113D4F !important;
    }

[b-6e3drjk89i] .dropdown-item img {
    margin-right: 10px;
    max-width: 15px;
}

[b-6e3drjk89i] .dropdown-item.active, [b-6e3drjk89i] .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: rgb(231, 236, 237);
}

[b-6e3drjk89i] .btn:focus, [b-6e3drjk89i] .btn:active:focus, [b-6e3drjk89i] .btn-link.nav-link:focus, [b-6e3drjk89i] .form-control:focus, [b-6e3drjk89i] .form-check-input:focus {
    box-shadow: none;
}

[b-6e3drjk89i] .sd-product-tab .rz-tabview-panel {
    padding: 10px !important;
}

@media(max-width:992px) {
    [b-6e3drjk89i] .sd-output-tabs.rz-tabview .rz-tabview-nav {
        position: inherit;
    }

    [b-6e3drjk89i] .sd-internal-card {
        height: auto;
    }

    [b-6e3drjk89i] .sd-main-card {
        height: auto;
    }
}
/* /Pages/V2Pages/UserManagement/Users.razor.rz.scp.css */

[b-qr40bv7fyl] .sd-fulldetails-tools {
    display: flex;
    align-items: center;
    gap: 50px;
    background: #FFF;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.10));
    padding: 10px;
    border-radius: 10px;
}

    [b-qr40bv7fyl] .sd-fulldetails-tools li {
        list-style: none;
    }

        [b-qr40bv7fyl] .sd-fulldetails-tools li img {
            padding-right: 10px;
            max-width: 24px;
        }


.sd-main-card[b-qr40bv7fyl] {
    border-radius: 24px;
    background: rgba(231, 236, 237, 0.30);
    padding: 10px;
    height: auto;
    margin-bottom: 16px;
}

[b-qr40bv7fyl] .sd-internal-card {
    border-radius: 15px;
    background: #FFF;
    padding: 10px;
}

[b-qr40bv7fyl] .sd-main-title {
    color: #113D4F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

[b-qr40bv7fyl] .sd-view-3d {
    border-radius: 30px;
    border: 1px solid #113D4F;
    background: #FFF;
    color: #113D4F;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1px;
    padding: 5px 10px;
}

[b-qr40bv7fyl] .sd-product-modal {
    margin-top: 16px;
}

[b-qr40bv7fyl] .sd-internal-card {
    border-radius: 15px;
    background: #FFF;
    padding: 10px;
}

[b-qr40bv7fyl] .sd-main-title {
    color: #113D4F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

[b-qr40bv7fyl] .sd-info-wrap {
    padding: 0;
}

    [b-qr40bv7fyl] .sd-info-wrap h2 {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        margin: 0;
    }

    [b-qr40bv7fyl] .sd-info-wrap p {
        color: #113D4F;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
    }

[b-qr40bv7fyl] .sd-project-details {
    border-radius: 30px;
    background: #4F9254;
    padding: 8px 11px;
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    line-height: 21px;
    width: 300px;
    text-align: center;
}

[b-qr40bv7fyl] .sd-project-sub-details {
    border-radius: 30px;
    background: #E7ECED;
    padding: 0px 11px;
    color: #113D4F;
    font-size: 10px;
    font-weight: 500;
    line-height: 21px;
    max-width: 150px;
    text-align: center;
    margin-top: 15px;
    margin-left: 30px;
}

[b-qr40bv7fyl] .sd-info-wrap td {
    padding: 0 16px 25px 0;
}

[b-qr40bv7fyl] .sd-info-details {
    margin-top: 16px;
}

[b-qr40bv7fyl] .sd-product-info-wrap {
    position: relative;
}

[b-qr40bv7fyl] .sd-bottom-curve {
    position: absolute;
    top: 35px;
    left: 25px;
}

[b-qr40bv7fyl] .sd-details-info {
    color: #113D4F;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1px;
    display: flex;
    align-items: center;
}

    [b-qr40bv7fyl] .sd-details-info img {
        max-width: 20px;
    }

[b-qr40bv7fyl] .border-right {
    border-right: 1px solid #F4F5F7;
}

[b-qr40bv7fyl] .sd-internal-card {
    border-radius: 15px;
    background: #FFF;
    padding: 10px;
    /*  height: 32vh;*/
}

[b-qr40bv7fyl] .sd-main-title {
    color: #113D4F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

[b-qr40bv7fyl] .rz-badge-primary.rz-shade-default {
    background: transparent;
    color: #000;
}

[b-qr40bv7fyl] .rz-timeline-point img {
    max-width: 15px;
}

/**New Css**/
[b-qr40bv7fyl] .rz-selectable tbody tr.rz-data-row.rz-state-highlight > td {
    background-color: rgb(231, 236, 237) !important;
    height: 53px !important;
}

[b-qr40bv7fyl] .custom-image-fit {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 230px !important;
    object-fit: contain !important;
}

[b-qr40bv7fyl] .sd-output-tabs.rz-tabview .rz-tabview-nav {
    position: absolute;
    top: 4%;
}

[b-qr40bv7fyl] .sd-detail-download.rz-button.rz-primary.rz-shade-default {
    background-color: transparent;
    color: #000;
}

[b-qr40bv7fyl] .sd-cycle-card {
    height: 57vh;
}

[b-qr40bv7fyl] .sd-cycle-internal {
    height: 55vh;
    overflow: auto;
}

[b-qr40bv7fyl] .rz-fieldset {
    border: 1px solid #113D4F !important;
}

[b-qr40bv7fyl] .sd-dropdown-wrap {
    display: flex;
    justify-content: space-between; /* spreads left/right content */
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

[b-qr40bv7fyl] .sd-dropdown-btn {
    background: #fff;
    border: 1px solid #113D4F !important;
    padding: 5px 15px;
    border-radius: 10px !important;
    color: #113D4F;
}

    [b-qr40bv7fyl] .btn-check:checked + .sd-dropdown-btn, [b-qr40bv7fyl] .sd-dropdown-btn.active, .sd-dropdown-btn.show[b-qr40bv7fyl], [b-qr40bv7fyl] .sd-dropdown-btn:first-child:active, :not(.btn-check) + .sd-dropdown-btn:active[b-qr40bv7fyl] {
        background: #fff;
        border: 1px solid #113D4F !important;
        padding: 5px 15px;
        border-radius: 30px !important;
        color: #113D4F !important;
    }

[b-qr40bv7fyl] .dropdown-item img {
    margin-right: 10px;
    max-width: 15px;
}

[b-qr40bv7fyl] .dropdown-item.active, [b-qr40bv7fyl] .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: rgb(231, 236, 237);
}

[b-qr40bv7fyl] .btn:focus, [b-qr40bv7fyl] .btn:active:focus, [b-qr40bv7fyl] .btn-link.nav-link:focus, [b-qr40bv7fyl] .form-control:focus, [b-qr40bv7fyl] .form-check-input:focus {
    box-shadow: none;
}

[b-qr40bv7fyl] .sd-product-tab .rz-tabview-panel {
    padding: 10px !important;
}

@media(max-width:992px) {
    [b-qr40bv7fyl] .sd-output-tabs.rz-tabview .rz-tabview-nav {
        position: inherit;
    }

    [b-qr40bv7fyl] .sd-internal-card {
        height: auto;
    }

    [b-qr40bv7fyl] .sd-main-card {
        height: auto;
    }
}
/* /Shared/ConfigV2UI.razor.rz.scp.css */
.page[b-mm2y4wqyr6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mm2y4wqyr6] {
    flex: 1;
}

.sidebar[b-mm2y4wqyr6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mm2y4wqyr6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mm2y4wqyr6]  a, .top-row[b-mm2y4wqyr6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mm2y4wqyr6]  a:hover, .top-row[b-mm2y4wqyr6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mm2y4wqyr6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-mm2y4wqyr6] {
        display: none;
    }

    .top-row.auth[b-mm2y4wqyr6] {
        justify-content: space-between;
    }

    .top-row[b-mm2y4wqyr6]  a, .top-row[b-mm2y4wqyr6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mm2y4wqyr6] {
        flex-direction: row;
    }

    .sidebar[b-mm2y4wqyr6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mm2y4wqyr6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mm2y4wqyr6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mm2y4wqyr6], article[b-mm2y4wqyr6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Emptylayout.razor.rz.scp.css */
.page[b-pnrn8are9i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pnrn8are9i] {
    flex: 1;
}

.sidebar[b-pnrn8are9i] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pnrn8are9i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pnrn8are9i]  a, .top-row[b-pnrn8are9i]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pnrn8are9i]  a:hover, .top-row[b-pnrn8are9i]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pnrn8are9i]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pnrn8are9i] {
        display: none;
    }

    .top-row.auth[b-pnrn8are9i] {
        justify-content: space-between;
    }

    .top-row[b-pnrn8are9i]  a, .top-row[b-pnrn8are9i]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pnrn8are9i] {
        flex-direction: row;
    }

    .sidebar[b-pnrn8are9i] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pnrn8are9i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pnrn8are9i]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pnrn8are9i], article[b-pnrn8are9i] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-dmlgslmoe4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dmlgslmoe4] {
    flex: 1;
}

.sidebar[b-dmlgslmoe4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dmlgslmoe4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dmlgslmoe4]  a, .top-row[b-dmlgslmoe4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dmlgslmoe4]  a:hover, .top-row[b-dmlgslmoe4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dmlgslmoe4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dmlgslmoe4] {
        display: none;
    }

    .top-row.auth[b-dmlgslmoe4] {
        justify-content: space-between;
    }

    .top-row[b-dmlgslmoe4]  a, .top-row[b-dmlgslmoe4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dmlgslmoe4] {
        flex-direction: row;
    }

    .sidebar[b-dmlgslmoe4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dmlgslmoe4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dmlgslmoe4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dmlgslmoe4], article[b-dmlgslmoe4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2k5llal0i5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-2k5llal0i5] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2k5llal0i5] {
    font-size: 1.1rem;
}

.oi[b-2k5llal0i5] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-2k5llal0i5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2k5llal0i5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2k5llal0i5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2k5llal0i5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-2k5llal0i5]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-2k5llal0i5]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2k5llal0i5] {
        display: none;
    }

    .collapse[b-2k5llal0i5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-2k5llal0i5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-6j0igsihje] .sortable-ghost {
  visibility: hidden;
}

[b-6j0igsihje] .sortable-fallback {
  opacity: 1 !important
}
