@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Saphira.Shared/Saphira.Shared.5d51fbero7.bundle.scp.css';

/* _content/Constructronix.Dashboard/Components/CollapsibleSection.razor.rz.scp.css */
.cx-collapsible-toggle[b-riye6t2pas] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0;
    text-align: left;
    color: inherit;
    text-decoration: none;
}

.cx-collapsible-toggle:hover[b-riye6t2pas],
.cx-collapsible-toggle:focus[b-riye6t2pas] {
    color: inherit;
    text-decoration: none;
}

.cx-collapsible-chevron[b-riye6t2pas] {
    content: "";
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: transform 150ms ease;
}

.cx-collapsible-toggle-open .cx-collapsible-chevron[b-riye6t2pas] {
    transform: rotate(45deg);
}
/* _content/Constructronix.Dashboard/Components/FactoryFormFields.razor.rz.scp.css */
.supplier-form-fields[b-cbzzbh2amn] {
    container-type: inline-size;
}

.setting-item[b-cbzzbh2amn] {
    height: 38px;
    margin-bottom: 1em;
}

.collapsible-shown[b-cbzzbh2amn] {
    padding-left: 20px;
}

.numeric-input-group[b-cbzzbh2amn] {
    max-width: 140px;
}

@container (min-width: 600px) {
    .numeric-input-group[b-cbzzbh2amn] {
        max-width: 200px;
    }
}
/* _content/Constructronix.Dashboard/Components/IfcFileDropZone.razor.rz.scp.css */
.ifc-drop-zone[b-0tdldd87nv] {
    position: relative;
    border: 2px dashed var(--bs-border-color, #dee2e6);
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
    transition: border-color 0.2s, background-color 0.2s;
    cursor: pointer;
}

.ifc-drop-zone-active[b-0tdldd87nv] {
    border-color: var(--bs-primary, #0d6efd);
    background-color: rgba(13, 110, 253, 0.04);
}

.ifc-drop-zone:hover[b-0tdldd87nv] {
    border-color: var(--bs-primary, #0d6efd);
}

.ifc-drop-zone-input[b-0tdldd87nv] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.ifc-drop-zone-content[b-0tdldd87nv] {
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ifc-drop-zone-disabled[b-0tdldd87nv] {
    opacity: 0.7;
    pointer-events: none;
    cursor: default;
}
/* _content/Constructronix.Dashboard/Components/InfoTooltipCard.razor.rz.scp.css */
.info-tooltip-card[b-jg6xssnig9] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.info-tooltip-trigger[b-jg6xssnig9] {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.info-tooltip-trigger img[b-jg6xssnig9] {
    width: 14px;
    height: 14px;
    display: block;
}

.info-tooltip-panel[b-jg6xssnig9] {
    --info-tooltip-arrow-left: 50%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(8px);
    width: min(700px, 92vw);
    box-shadow: 0 4px 14px rgba(13, 20, 33, 0.1);
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
    z-index: 2000;
}

.info-tooltip-panel[b-jg6xssnig9]::before {
    content: "";
    position: absolute;
    top: -6px;
    left: var(--info-tooltip-arrow-left);
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #f6f7f8;
    border-left: 1px solid #d8dde3;
    border-top: 1px solid #d8dde3;
}

.info-tooltip-panel.info-tooltip-panel-above[b-jg6xssnig9]::before {
    top: auto;
    bottom: -6px;
    border-left: none;
    border-top: none;
    border-right: 1px solid #d8dde3;
    border-bottom: 1px solid #d8dde3;
}

.info-tooltip-panel.is-open[b-jg6xssnig9] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.info-tooltip-title[b-jg6xssnig9] {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #2f353d;
    margin-bottom: 16px;
}

.info-tooltip-content[b-jg6xssnig9] {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 28px;
    align-items: start;
}

.info-tooltip-media[b-jg6xssnig9] {
    padding: 10px;
}

.info-tooltip-media img[b-jg6xssnig9] {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

.info-tooltip-description[b-jg6xssnig9] {
    color: #636c76;
    font-size: 16px;
    line-height: 1.35;
    white-space: pre-line;
}

.info-tooltip-panel-no-media .info-tooltip-content[b-jg6xssnig9] {
    grid-template-columns: 1fr;
}

@media (max-width: 900px) {
    .info-tooltip-title[b-jg6xssnig9] {
        font-size: 22px;
    }

    .info-tooltip-content[b-jg6xssnig9] {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .info-tooltip-description[b-jg6xssnig9] {
        font-size: 16px;
    }
}
/* _content/Constructronix.Dashboard/Components/Offcanvases/EditMachineOffCanvas.razor.rz.scp.css */
.setting-item[b-8tsjsv0e21] {
    height: 38px;
    margin-bottom: 1em;
}

.numeric-input-group[b-8tsjsv0e21] {
    width: 140px;
}
/* _content/Constructronix.Dashboard/Components/Offcanvases/EditPresetOffCanvas.razor.rz.scp.css */
:deep(.preset-tooltip-offcanvas)[b-epw8bctzim] {
    overflow: visible !important;
}

:deep(.preset-tooltip-offcanvas .offcanvas-body)[b-epw8bctzim] {
    overflow: visible !important;
}

.row[b-epw8bctzim] {
    --bs-gutter-x: 25px;
}
/* _content/Constructronix.Dashboard/Components/RodlyConfiguration.razor.rz.scp.css */
.company-header[b-18yapw60kf] {
    width: 100%;
}
/* _content/Constructronix.Dashboard/Components/SortableHeader.razor.rz.scp.css */
/* Styles specific to SortableHeader or in your global CSS */
.sortable-img[b-yukax4nvgr] {
    display: flex;
    flex-direction: column;
    width: 13px; /* Or adjust as needed */
    margin-left: 10px;
    gap: 5px; /* Adjust gap if needed */
    line-height: 0; /* Prevent extra space if images have line height */
}

    .sortable-img img[b-yukax4nvgr] {
        cursor: pointer;
        transition: filter 0.2s ease-in-out, opacity 0.2s ease-in-out; /* Smooth transition */
        width: 100%; /* Ensure img fills the container width */
        height: auto; /* Maintain aspect ratio */
        display: block; /* Prevent bottom space */
    }

        /* Style for the active sort icon */
        .sortable-img img.sort-active[b-yukax4nvgr] {
            opacity: 1;
            filter: brightness(0.8);
        }

        /* Style for the inactive sort icon (optional, but good for contrast) */
        .sortable-img img.sort-inactive[b-yukax4nvgr] {
            opacity: 0.4;
        }


.sortable-header[b-yukax4nvgr] {
    display: flex;
    align-items: center;
    white-space: nowrap; /* Prevent wrapping */
}
/* _content/Constructronix.Dashboard/Components/Tables/FactoryTable.razor.rz.scp.css */
.factory-filter[b-18pkxqwx8q] {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 10px;
    font-size: var(--small-text-font-size);
    border: 1px solid var(--border-color);
    background: transparent;
    color: var(--text-02);
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}

    .factory-filter:hover[b-18pkxqwx8q] {
        background: var(--grey-lightest-02);
    }

    .factory-filter.factory-filter-active[b-18pkxqwx8q] {
        background-color: var(--blue-light);
        color: #fff;
        border-color: var(--blue-light);
    }
/* _content/Constructronix.Dashboard/Components/Tables/IfcMapperLogTable.razor.rz.scp.css */
.log-filter[b-1dzo5yg6nj] {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 10px;
    font-size: var(--small-text-font-size);
    border: 1px solid var(--border-color);
    background: transparent;
    color: var(--text-02);
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}

.log-filter:hover[b-1dzo5yg6nj] {
    background: var(--grey-lightest-02);
}

.log-filter.log-filter-active[b-1dzo5yg6nj] {
    background-color: var(--blue-light);
    color: #fff;
    border-color: var(--blue-light);
}

.log-filter-separator[b-1dzo5yg6nj] {
    display: inline-block;
    width: 1px;
    height: 24px;
    background: var(--border-color);
    margin: 0 4px;
}

.log-filter-label[b-1dzo5yg6nj] {
    font-size: var(--small-text-font-size);
    color: var(--text-02);
}

.log-date-input[b-1dzo5yg6nj] {
    width: 150px !important;
    font-size: var(--small-text-font-size) !important;
    border-radius: 10px !important;
    border-color: var(--border-color) !important;
}
/* _content/Constructronix.Dashboard/Components/Tables/NotchTable.razor.rz.scp.css */
.notch-filter[b-ejrgavw2sw] {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 10px;
    font-size: var(--small-text-font-size);
    border: 1px solid var(--border-color);
    background: transparent;
    color: var(--text-02);
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}

.notch-filter:hover[b-ejrgavw2sw] {
    background: var(--grey-lightest-02);
}

.notch-filter.notch-filter-active[b-ejrgavw2sw] {
    background-color: var(--blue-light);
    color: #fff;
    border-color: var(--blue-light);
}

.notch-filter-separator[b-ejrgavw2sw] {
    display: inline-block;
    width: 1px;
    height: 24px;
    background: var(--border-color);
    margin: 0 4px;
}

[b-ejrgavw2sw] .duplicate-row td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

[b-ejrgavw2sw] .duplicate-row td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* _content/Constructronix.Dashboard/Components/Tables/RodlyLogTable.razor.rz.scp.css */
.log-filter[b-i548vm87yh] {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 10px;
    font-size: var(--small-text-font-size);
    border: 1px solid var(--border-color);
    background: transparent;
    color: var(--text-02);
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}

.log-filter:hover[b-i548vm87yh] {
    background: var(--grey-lightest-02);
}

.log-filter.log-filter-active[b-i548vm87yh] {
    background-color: var(--blue-light);
    color: #fff;
    border-color: var(--blue-light);
}

.log-filter-separator[b-i548vm87yh] {
    display: inline-block;
    width: 1px;
    height: 24px;
    background: var(--border-color);
    margin: 0 4px;
}

.log-filter-label[b-i548vm87yh] {
    font-size: var(--small-text-font-size);
    color: var(--text-02);
}

.log-date-input[b-i548vm87yh] {
    width: 150px !important;
    font-size: var(--small-text-font-size) !important;
    border-radius: 10px !important;
    border-color: var(--border-color) !important;
}
/* _content/Constructronix.Dashboard/Components/UnderConstruction.razor.rz.scp.css */
.uc-wrapper[b-0nbitmimmk] {
    border-style: dashed !important;
    border-color: var(--grey-light) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.uc-icon-wrap[b-0nbitmimmk] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--grey-dark);
}

.uc-icon[b-0nbitmimmk] {
    width: 52px;
    height: 52px;
}

.uc-desc[b-0nbitmimmk] {
    max-width: 380px;
    margin-inline: auto;
}
/* _content/Constructronix.Dashboard/MainLayout.razor.rz.scp.css */
/* _content/Constructronix.Dashboard/Pages/Companies/Modals/LicenseDurationDialog.razor.rz.scp.css */
[b-p9ruy4n21h] .duration-message {
    font-size: var(--small-text-font-size);
    color: var(--text-02);
    margin-bottom: 16px;
}

[b-p9ruy4n21h] .duration-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

[b-p9ruy4n21h] .duration-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    cursor: pointer;
    font-size: var(--small-text-font-size);
    color: var(--text-02);
    transition: background-color 0.15s, border-color 0.15s;
}

[b-p9ruy4n21h] .duration-option:hover {
    background: var(--grey-lightest-02);
}

[b-p9ruy4n21h] .duration-option.selected {
    background-color: var(--blue-lightest, #e8f0fe);
    border-color: var(--blue-light);
    color: var(--blue-light);
}

[b-p9ruy4n21h] .duration-option input[type="radio"] {
    accent-color: var(--blue-light);
    margin: 0;
}

[b-p9ruy4n21h] .duration-option-detail {
    margin-left: 6px;
    opacity: 0.6;
}

[b-p9ruy4n21h] .duration-custom-date {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
}

[b-p9ruy4n21h] .duration-custom-date label {
    font-size: var(--small-text-font-size);
    color: var(--text-02);
}

[b-p9ruy4n21h] .duration-custom-date input[type="date"] {
    padding: 8px 12px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    font-size: var(--small-text-font-size);
    color: var(--text-02);
}

[b-p9ruy4n21h] .modal-footer {
    gap: 8px;
}
/* _content/Constructronix.Dashboard/Pages/Companies/Offcanvases/CompanyOffCanvas.razor.rz.scp.css */
.header-style[b-6zzzi53eb8] {
    position: initial !important;
    padding: 1rem 1.5rem 1rem 0rem;
}

.offcanvas-body[b-6zzzi53eb8] {
    margin: 1.5rem;
    height: calc(100vh - 177px);
}
/* _content/Constructronix.Dashboard/Pages/Companies/Tables/CompanyTable.razor.rz.scp.css */
.log-filter[b-nrcbdfxkhk] {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 10px;
    font-size: var(--small-text-font-size);
    border: 1px solid var(--border-color);
    background: transparent;
    color: var(--text-02);
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}

.log-filter:hover[b-nrcbdfxkhk] {
    background: var(--grey-lightest-02);
}

.log-filter.log-filter-active[b-nrcbdfxkhk] {
    background-color: var(--blue-light);
    color: #fff;
    border-color: var(--blue-light);
}

.log-filter-separator[b-nrcbdfxkhk] {
    display: inline-block;
    width: 1px;
    height: 24px;
    background: var(--border-color);
    margin: 0 4px;
}

.log-filter-label[b-nrcbdfxkhk] {
    font-size: var(--small-text-font-size);
    color: var(--text-02);
}

.log-date-input[b-nrcbdfxkhk] {
    width: 150px !important;
    font-size: var(--small-text-font-size) !important;
    border-radius: 10px !important;
    border-color: var(--border-color) !important;
}
/* _content/Constructronix.Dashboard/Pages/Companies/Tables/LicenseTable.razor.rz.scp.css */
.tr-inactive[b-1o7vrqao50] {
    opacity: 0.5;
    pointer-events: none;
}

.seat-stepper[b-1o7vrqao50] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 0 0 1px var(--border-color);
}

.seat-stepper-btn[b-1o7vrqao50] {
    background: transparent;
    border: none;
    padding: 6px 14px;
    cursor: pointer;
    font-size: 16px;
    color: var(--text-02);
    line-height: 1;
    height: 33px;
}

.seat-stepper-btn:hover:not(:disabled)[b-1o7vrqao50] {
    background: var(--grey-lightest-02);
}

.seat-stepper-btn:disabled[b-1o7vrqao50] {
    opacity: 0.3;
    cursor: default;
}

.seat-stepper-value[b-1o7vrqao50] {
    padding: 6px 16px;
    min-width: 80px;
    text-align: center;
    font-size: var(--small-text-font-size);
    color: var(--text-02);
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}

.seat-unlimited-btn[b-1o7vrqao50] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    width: 28px;
    height: 28px;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    color: var(--text-02);
    line-height: 1;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}

.seat-unlimited-btn:hover[b-1o7vrqao50] {
    background: var(--grey-lightest-02);
}

.seat-unlimited-btn.active[b-1o7vrqao50] {
    background: var(--blue-light);
    color: #fff;
    border-color: var(--blue-light);
}

.seat-confirm-btn[b-1o7vrqao50] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--blue-light);
    color: #fff;
    border: none;
    border-radius: 999px;
    width: 28px;
    height: 28px;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
}

.seat-confirm-btn:hover[b-1o7vrqao50] {
    opacity: 0.85;
}

.license-filter[b-1o7vrqao50] {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 10px;
    font-size: var(--small-text-font-size);
    border: 1px solid var(--border-color);
    background: transparent;
    color: var(--text-02);
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}

.license-filter:hover[b-1o7vrqao50] {
    background: var(--grey-lightest-02);
}

.license-filter.license-filter-active[b-1o7vrqao50] {
    background-color: #d1ffde;
    color: #1a7f37;
    border-color: #d1ffde;
}

.license-filter.license-filter-inactive[b-1o7vrqao50] {
    background-color: #FAB6C7;
    color: #9E424C;
    border-color: #FAB6C7;
}
/* _content/Constructronix.Dashboard/Pages/CompanyOverview/CompanyOverview.razor.rz.scp.css */
/* _content/Constructronix.Dashboard/Pages/CreateFactory/CreateFactory.razor.rz.scp.css */
