/* /Components/Notifications/PendingJobOrderNotificationList.razor.rz.scp.css */
.pending-job-orders[b-fnpvdum8rb] {
    width: max-content;
}
/* /Components/Pages/Agents/Campaigns/JobOrders/JobOrderDetails.razor.rz.scp.css */
.small-size .joborder-form[b-zc1cll4l9e] {
    --joborders-caption-font-size: var(--DS-font-size-body-1-strong);
    --joborders-caption-font-weight: var(--DS-font-weight-body-1-strong);
    --joborders-caption-line-height: var(--DS-line-height-body-1-strong);
}

.medium-size .joborder-form[b-zc1cll4l9e] {
    --joborders-caption-font-size: var(--DS-font-size-subtitle-2);
    --joborders-caption-font-weight: var(--DS-font-weight-subtitle-2);
    --joborders-caption-line-height: var(--DS-line-height-subtitle-2);
}

.large-size .joborder-form[b-zc1cll4l9e] {
    --joborders-caption-font-size: var(--DS-font-size-subtitle-1);
    --joborders-caption-font-weight: var(--DS-font-weight-subtitle-1);
    --joborders-caption-line-height: var(--DS-line-height-subtitle-1);
}

.alert[b-zc1cll4l9e] {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-left: 5px solid;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    animation: slideIn-b-zc1cll4l9e 0.3s ease-out;
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffc107;
}

@keyframes slideIn-b-zc1cll4l9e {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Agents/Campaigns/SetUps/SetUpDetails.razor.rz.scp.css */
.small-size .setup-form[b-04e69t3p4k] {
    --setups-caption-font-size: var(--DS-font-size-body-1-strong);
    --setups-caption-font-weight: var(--DS-font-weight-body-1-strong);
    --setups-caption-line-height: var(--DS-line-height-body-1-strong);
}

.medium-size .setup-form[b-04e69t3p4k] {
    --setups-caption-font-size: var(--DS-font-size-subtitle-2);
    --setups-caption-font-weight: var(--DS-font-weight-subtitle-2);
    --setups-caption-line-height: var(--DS-line-height-subtitle-2);
}

.large-size .setup-form[b-04e69t3p4k] {
    --setups-caption-font-size: var(--DS-font-size-subtitle-1);
    --setups-caption-font-weight: var(--DS-font-weight-subtitle-1);
    --setups-caption-line-height: var(--DS-line-height-subtitle-1);
}

.alert[b-04e69t3p4k] {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-left: 5px solid;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    animation: slideIn-b-04e69t3p4k 0.3s ease-out;
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffc107;
}

@keyframes slideIn-b-04e69t3p4k {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Agents/Shared/Schedulers/SetUpsSchedulerLocationWeekPlan.razor.rz.scp.css */
.setups-scheduler-location-plan[b-8ap4pyeoww] {
    background-color: #F6F8FA !important;
}

/*.custom-scheduler .dxbl-sc-resources-scroll-area {
    width: 300px;
    border-right: solid 1px #ff0000;*/ /* #F2F2F2;*/
    /* background-color: #F6F8FA; */
/*}
    .custom-scheduler .dxbl-sc-resources-scroll-area .dxbl-resource-header-content {
        width: unset;
        padding-left: 5px;
        padding-right: 5px;
    }
    .custom-scheduler .dxbl-sc-resources-scroll-area .dxbl-resource-header-content > span {
        transform: initial;
        -ms-transform: initial;
        -webkit-transform: initial;
        writing-mode: initial;
        -ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        white-space: initial;
        text-align: left;
    }

.custom-scheduler .dxbl-sc-resources-scroll-area,
.custom-scheduler .dxbl-sc-empty-cell {
    width: 300px;
}

.custom-scheduler .dxbl-sc-timeline .dxbl-sc-horizontal-view > tbody > tr:not(:first-child) > td,
.custom-scheduler .dxbl-sc-timeline .dxbl-sc-resource-headers > tbody > tr > td {
    height: 65px;
}

.location-info {
    line-height: 1;
}

.joborder-info {
    display: flex;
    align-items: center;
    line-height: normal;
    gap: 0.3rem;
    font-size: 0.85rem;
    color: #555;
}*/
/* /Components/Pages/Agents/TailorMade/ImageRequests/ImageRequestDetails.razor.rz.scp.css */
.stepper-container[b-mc8u22vrm7] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 5px;
}

.content-wrapper[b-mc8u22vrm7] {
    max-height: 100%;
    height: calc(100vh - 355px) !important;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 15px;
}

.stepper-navigation[b-mc8u22vrm7] {
    display: flex;
    margin: 5px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.stepper-step[b-mc8u22vrm7] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.stepper-icon[b-mc8u22vrm7] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background-color 0.3s ease, border-color 0.5s ease;
}

.stepper-label[b-mc8u22vrm7] {
    margin-top: 1px;
    font-size: 14px;
    color: #888;
    font-weight: 600;
    transition: color 0.5s ease;
}

@media (max-width: 768px) {
    .stepper-label[b-mc8u22vrm7] {
        display: none;
    }
}

.stepper-step[b-mc8u22vrm7]::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-step[b-mc8u22vrm7]::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-step .stepper-icon[b-mc8u22vrm7] {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 2px;
}

.stepper-step.active .stepper-icon[b-mc8u22vrm7] {
    background-color: #367EBC;
    border-color: #367EBC;
    color: white;
}

.stepper-step.completed .stepper-icon[b-mc8u22vrm7] {
    background-color: #28A745;
    border-color: #28A745;
    color: white;
}

.stepper-step.completed[b-mc8u22vrm7]::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4bb543;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-step:first-child[b-mc8u22vrm7]::before {
    content: none;
}

.stepper-step:last-child[b-mc8u22vrm7]::after {
    content: none;
}

.stepper-button[b-mc8u22vrm7] {
    background-color: #4caf50;
    color: white;
    border: none;
    margin-top: 3px;
    padding: 7px 48px;
    border-radius: 0.25rem;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.5s;
}

    .stepper-button:hover[b-mc8u22vrm7] {
        background-color: #45a049;
    }

    .stepper-button:disabled[b-mc8u22vrm7] {
        background-color: #ccc;
        cursor: not-allowed;
    }

.stepper-previous-button[b-mc8u22vrm7] {
    color: #4caf50;
    border: none;
    margin-top: 1px;
    padding: 0px 16px;
    border-radius: 0.25rem;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.5s;
}

    .stepper-previous-button:hover[b-mc8u22vrm7] {
        color: #45a049;
    }

    .stepper-previous-button:disabled[b-mc8u22vrm7] {
        color: #888;
        cursor: not-allowed;
    }
/* /Components/Pages/Agents/TailorMade/ImageRequests/Partials/ImageRequestBrandSelector.razor.rz.scp.css */
.brand-container[b-3p0byas9ie] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    /*max-height: calc(100vh - 340px) !important;*/
    /*overflow-y: auto;*/
   /* padding: 10px;*/
    box-sizing: border-box;
}

.brand-item[b-3p0byas9ie] {
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
    min-width: 200px;
    transition: border 0.3s ease;
}

    .brand-item.selected[b-3p0byas9ie] {
        border: 2px solid #367EBC;
    }

    .brand-item:hover[b-3p0byas9ie] {
        /* transform: scale(1.05);*/
        cursor: pointer;
        /* border: 1px solid #ccc; */
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        transition: box-shadow .15s linear, transform .15s linear;
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01);
    }

.brand-image[b-3p0byas9ie] {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.brand-budget[b-3p0byas9ie] {
    color: #EB522B;
    font-weight: bold;
}

.small-line-spacing[b-3p0byas9ie] {
    line-height: 0.5;
}
/* /Components/Pages/Agents/TailorMade/ImageRequests/Partials/ImageRequestCheckout.razor.rz.scp.css */
/* /Components/Pages/Agents/TailorMade/ImageRequests/Partials/ImageRequestDelivery.razor.rz.scp.css */


/* /Components/Pages/Agents/TailorMade/ImageRequests/Partials/ImageRequestImageSelector.razor.rz.scp.css */
.image-container[b-fw7ksfrvjc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    /*max-height: calc(100vh - 340px) !important;*/
    /*overflow-y: auto;*/
    /*padding: 10px;*/
    box-sizing: border-box;
}

.image-item[b-fw7ksfrvjc] {
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
    min-width: 240px;
}

    .image-item.selected[b-fw7ksfrvjc] {
        border: 2px solid #367EBC;
    }

    .image-item:hover[b-fw7ksfrvjc] {
        /* transform: scale(1.05);*/
        cursor: pointer;
        /* border: 1px solid #ccc; */
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        transition: box-shadow .15s linear, transform .15s linear;
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01);
    }

.image-image[b-fw7ksfrvjc] {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.image-info[b-fw7ksfrvjc] {
    margin-top: 5px;
}

.images-small-line-spacing[b-fw7ksfrvjc] {
    line-height: 0.5;
}
/* /Components/Pages/Agents/TailorMade/ImageRequests/Partials/ImageRequestLocationSelector.razor.rz.scp.css */
/*.content-location-list {
    max-height: 100%;
    border-radius: 0.25rem;
    height: calc(100vh - 605px) !important;
}*/
/* /Components/Pages/Agents/TailorMade/ImageRequests/Partials/ImageRequestProductionInfo.razor.rz.scp.css */
.dxblgrid-height[b-8dgo1vq40r] {
    height: 200px;
}
/* /Components/Pages/Business/JobOrders/JobOrderDetails.razor.rz.scp.css */
/*.small-size .joborder-form {
    --joborders-caption-font-size: var(--DS-font-size-body-1-strong);
    --joborders-caption-font-weight: var(--DS-font-weight-body-1-strong);
    --joborders-caption-line-height: var(--DS-line-height-body-1-strong);
}

.medium-size .joborder-form {
    --joborders-caption-font-size: var(--DS-font-size-subtitle-2);
    --joborders-caption-font-weight: var(--DS-font-weight-subtitle-2);
    --joborders-caption-line-height: var(--DS-line-height-subtitle-2);
}

.large-size .joborder-form {
    --joborders-caption-font-size: var(--DS-font-size-subtitle-1);
    --joborders-caption-font-weight: var(--DS-font-weight-subtitle-1);
    --joborders-caption-line-height: var(--DS-line-height-subtitle-1);
}*/
/* /Components/Pages/Business/JobOrders/JobOrderList.razor.rz.scp.css */
.priorityhigh-icon[b-lhgymjtlaj] {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    color: #D16D6A;
    -webkit-mask-image: url("/images/icons/priorityhigh.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/priorityhigh.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/Business/JobOrders/Partials/JobOrderNotes.razor.rz.scp.css */
.content-note[b-b61akyy2ts] {
    flex: 1 1 auto;
    max-height: 100%;
    min-height: 0;
    height: calc(100vh - 295px) !important;
}

.content-listbox-notes[b-b61akyy2ts] {
    flex: 1 1 auto;
    max-height: 100%;
    min-height: 0;
    overflow: auto;
    height: calc(100vh - 400px) !important;
}
/* /Components/Pages/Business/JobOrders/Partials/JobOrderQuotations.razor.rz.scp.css */
.doublearrow-icon[b-b2bfmtvd9l] {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    color: #48752C;
    -webkit-mask-image: url("/images/icons/doublearrow.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/doublearrow.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/Business/ManagementControls/Partials/ManagementControlCosts.razor.rz.scp.css */
.costs-details[b-st13oml44p] {
    flex-grow: 1;
}

[b-st13oml44p] .costs-content-list {
    max-height: 100%;
    border-radius: 0.25rem;
    height: calc(100vh - 430px) !important;
}

[b-st13oml44p] .costs-content-chart {
    max-height: 100%;
    height: calc(100vh - 440px) !important;
}
/* /Components/Pages/Business/ManagementControls/Partials/ManagementControlRevenues.razor.rz.scp.css */
.revenues-details[b-7ikxjjqyo8] {
    flex-grow: 1;
}

[b-7ikxjjqyo8] .revenues-content-list {
    max-height: 100%;
    border-radius: 0.25rem;
    height: calc(100vh - 430px) !important;
}
/* /Components/Pages/Business/Quotations/Partials/QuotationNotes.razor.rz.scp.css */
.content-note[b-cy39wng53s] {
    flex: 1 1 auto;
    max-height: 100%;
    min-height: 0;
    height: calc(100vh - 295px) !important;
}

.content-listbox-notes[b-cy39wng53s] {
    flex: 1 1 auto;
    max-height: 100%;
    min-height: 0;
    overflow: auto;
    height: calc(100vh - 400px) !important;
}
/* /Components/Pages/Business/Quotations/Partials/QuotationViewer.razor.rz.scp.css */
.content-report-viewer[b-d9fke9xbhx] {
    flex: 1 1 auto;
    max-height: 100%;
    min-height: 0;
    height: calc(100vh - 295px) !important;
}

[b-d9fke9xbhx] .report-viewer {
    height: calc(100vh - 285px) !important;
}
/* /Components/Pages/Business/Quotations/QuotationDetails.razor.rz.scp.css */
.fixed-height[b-s1f6265c8y] {
    height: 660px;
    overflow-y: auto;
}
/* /Components/Pages/Business/SetUps/Partials/SetUpNotes.razor.rz.scp.css */
.content-note[b-9ou0qb2onk] {
    flex: 1 1 auto;
    max-height: 100%;
    min-height: 0;
    height: calc(100vh - 295px) !important;
}

.content-listbox-notes[b-9ou0qb2onk] {
    flex: 1 1 auto;
    max-height: 100%;
    min-height: 0;
    overflow: auto;
    height: calc(100vh - 400px) !important;
}
/* /Components/Pages/Business/SetUps/SetUpDetails.razor.rz.scp.css */
/*.small-size .setup-form {
    --joborders-caption-font-size: var(--DS-font-size-body-1-strong);
    --joborders-caption-font-weight: var(--DS-font-weight-body-1-strong);
    --joborders-caption-line-height: var(--DS-line-height-body-1-strong);
}

.medium-size .setup-form {
    --joborders-caption-font-size: var(--DS-font-size-subtitle-2);
    --joborders-caption-font-weight: var(--DS-font-weight-subtitle-2);
    --joborders-caption-line-height: var(--DS-line-height-subtitle-2);
}

.large-size .setup-form {
    --joborders-caption-font-size: var(--DS-font-size-subtitle-1);
    --joborders-caption-font-weight: var(--DS-font-weight-subtitle-1);
    --joborders-caption-line-height: var(--DS-line-height-subtitle-1);
}
*/
/* /Components/Pages/Dashboards/BaseDashboard.razor.rz.scp.css */
.content-root[b-jhub1t9cqv] {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.dashboard[b-jhub1t9cqv] {
    flex-grow: 1;
}
[b-jhub1t9cqv] .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.45rem;
}
    [b-jhub1t9cqv] .card:not(.toolbar) {
        padding: 1rem;
    }
.greeting[b-jhub1t9cqv] {
    font-family: var(--DS-font-family-sans-serif);
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1rem;
}
.small-size .greeting[b-jhub1t9cqv] {
    font-size: var(--DS-font-size-body-1-strong);
    font-weight: var(--DS-font-weight-body-1-strong);
    line-height: var(--DS-line-height-body-1-strong);
}
.medium-size .greeting[b-jhub1t9cqv] {
    font-size: var(--DS-font-size-subtitle-2);
    font-weight: var(--DS-font-weight-subtitle-2);
    line-height: var(--DS-line-height-subtitle-2);
}
.large-size .greeting[b-jhub1t9cqv] {
    font-size: var(--DS-font-size-subtitle-1);
    font-weight: var(--DS-font-weight-subtitle-1);
    line-height: var(--DS-line-height-subtitle-1);
}

/* /Components/Pages/Fitters/Guide.razor.rz.scp.css */
/* /Components/Pages/Fitters/PickUps/PickUpDetails.razor.rz.scp.css */
.schedule-icon[b-t92qm9syu6] {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    -webkit-mask-image: url("/images/icons/schedule.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/schedule.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/Fitters/SetUps/SetUpDetails.razor.rz.scp.css */
.schedule-icon[b-y2bj6n5lht] {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    -webkit-mask-image: url("/images/icons/schedule.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/schedule.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/Fitters/Shared/SetUpsStatistics.razor.rz.scp.css */
.ticker[b-m1ojthlp9n] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem;
    height: auto;
    position: relative;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.45rem;
}

    .ticker .middle[b-m1ojthlp9n] {
        flex: 1 1;
    }

    .ticker .title[b-m1ojthlp9n] {
        font-size: 0.8rem;
        line-height: 1rem;
        margin-bottom: 0.5rem;
    }

    .ticker .total[b-m1ojthlp9n] {
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-weight: 600;
    }

.ticker-background-blue[b-m1ojthlp9n] {
    background-color: #367EBC;
    color: white;
}

.ticker-background-white[b-m1ojthlp9n] {
    background-color: white;
    color: #404040;
}

.dxbl-progress-bar[b-m1ojthlp9n] {
    --dxbl-progress-bar-indicator-color: #367EBC;
    --dxbl-progress-bar-track-color: #81AED5;
    --dxbl-progress-bar-track-opacity: 0.3;
}
/* /Components/Pages/Fitters/Surveys/SurveyDetails.razor.rz.scp.css */
.schedule-icon[b-ucqn2fjlb0] {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    -webkit-mask-image: url("/images/icons/schedule.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/schedule.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/Identity/Roles/Partials/RolePermissions.razor.rz.scp.css */
.content-permissions-detail[b-e4wosyamof] {
    height: calc(100vh - 240px) !important;
    box-sizing: border-box;
    max-height: calc(100vh - 220px); /* change offset as needed */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.5rem;
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

    .content-permissions-detail .perm-card[b-e4wosyamof] {
        margin-bottom: 0.5rem;
    }

    .content-permissions-detail[b-e4wosyamof]::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .content-permissions-detail[b-e4wosyamof]::-webkit-scrollbar-track {
        background: transparent;
    }

    .content-permissions-detail[b-e4wosyamof]::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.18);
        border-radius: 8px;
        border: 2px solid transparent;
        background-clip: padding-box;
    }

.permissions-toolbar .search-input .dx-textbox-content[b-e4wosyamof] {
    min-width: 240px;
}

.permissions-toolbar .role-combobox[b-e4wosyamof] {
    min-width: 180px;
}

.perm-card[b-e4wosyamof] {
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid rgba(16, 24, 40, 0.04);
    margin-bottom: 0.75rem;
}

    .perm-card .card-header[b-e4wosyamof] {
        background: linear-gradient(90deg, rgba(2, 132, 199, 0.08), rgba(99, 102, 241, 0.03));
        border-bottom: 1px solid rgba(16, 24, 40, 0.04);
        padding: 0.4rem 0.75rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.group-title[b-e4wosyamof] {
    font-size: 0.95rem;
    margin-right: 0.25rem;
}

.perm-card .badge[b-e4wosyamof] {
    font-size: 0.7rem;
    padding: 0.25em 0.4em;
    border-radius: 0.4rem;
}

.assign-all-btn .dx-button-content[b-e4wosyamof] {
    font-weight: 600;
    font-size: 0.92rem;
}

.collapse-content[b-e4wosyamof] {
    transition: max-height 0.28s ease, opacity 0.18s ease, padding 0.18s;
    overflow: hidden;
}

    .collapse-content.expanded[b-e4wosyamof] {
        opacity: 1;
        max-height: 1200px;
        padding: 0.75rem;
    }

    .collapse-content.collapsed[b-e4wosyamof] {
        opacity: 0;
        max-height: 0;
        padding: 0 0.75rem;
    }

.permission-grid[b-e4wosyamof] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.25rem;
}

.permission-item[b-e4wosyamof] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem;
    border-radius: 0.3125rem;
    transition: background-color 0.12s ease;
    font-size: 0.92rem;
}

    .permission-item:hover[b-e4wosyamof] {
        background-color: rgba(99, 102, 241, 0.04);
    }

.permission-desc[b-e4wosyamof] {
    margin-left: 0;
    margin-top: 0;
    font-size: 0.88rem;
    color: rgba(0, 0, 0, 0.75);
}

.btn-toggle[b-e4wosyamof] {
    background: transparent;
    border: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary, #0d6efd);
}

.btn-icon[b-e4wosyamof] {
    width: 24px;
    height: 24px;
    border-radius: 6px;
}

@media (max-width: 575.98px) {
    .permissions-toolbar[b-e4wosyamof] {
        gap: 0.5rem;
    }

    .permission-grid[b-e4wosyamof] {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }
}
/* /Components/Pages/Identity/Users/Partials/ProfileInformation.razor.rz.scp.css */
.profile-picture-container[b-p9xnlq7oq9] {
    display: flex;
    border: 0.0625rem solid var(--DS-color-border-neutral-default-rest);
    border-radius: 50%;
    overflow: visible;
    align-items: center;
    justify-content: center;
    position: relative;
    --profile-picture-size: 120px;
    width: var(--profile-picture-size);
    aspect-ratio: 1 / 1;
}
    .profile-picture-container:hover[b-p9xnlq7oq9] {
        cursor: pointer;
        border-color: var(--DS-color-border-primary-subdued-rest);
    }
    .profile-picture-container img[b-p9xnlq7oq9] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 50%;
    }
.user-initials[b-p9xnlq7oq9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: calc(var(--profile-picture-size) * 0.4);
    color: var(--DS-color-text-default, #222);
    background: transparent;
}
.upload-button[b-p9xnlq7oq9] {
    position: relative;
    right: 6px;
    bottom: 6px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #367EBC;
    border: 1px solid #367EBC;
    cursor: pointer;
    transition: transform .12s, box-shadow .12s, opacity .12s;
}
    .upload-button:hover[b-p9xnlq7oq9],
    .upload-button:focus[b-p9xnlq7oq9] {
        transform: scale(1.1);
    }
    .upload-button .photo-camera-icon[b-p9xnlq7oq9] {
        width: 20px;
        height: 20px;
        display: inline-block;
        -webkit-mask-image: url('/images/icons/photocamera.svg');
        mask-image: url('/images/icons/photocamera.svg');
        mask-size: contain;
        background: #fff;
    }
.sr-only[b-p9xnlq7oq9] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
/* /Components/Pages/Identity/Users/Partials/UserAvatar.razor.rz.scp.css */
.avatar-container[b-hrmsj6ykup] {
    --avatar-size: 40px;
    --online-dot-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: var(--avatar-size);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid transparent; /* Ensures hover border-color is visible without layout shift */
    overflow: visible; /* Keep so online dot can sit outside; see note below */
    box-sizing: border-box;
}

    .avatar-container:hover[b-hrmsj6ykup] {
        cursor: pointer;
        border-color: var(--DS-color-border-primary-subdued-rest);
    }

    .avatar-container img[b-hrmsj6ykup],
    .avatar-initials[b-hrmsj6ykup] {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 50%;
    }

.avatar-initials[b-hrmsj6ykup] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: calc(var(--avatar-size) * 0.4);
    color: var(--DS-color-text-default, #222);
    background-color: #EEEEEE;
}

.no-hover[b-hrmsj6ykup] {
    pointer-events: none;
}

.online-dot[b-hrmsj6ykup] {
    position: absolute;
    top: calc(-1 * (var(--online-dot-size) / 4));
    right: calc(-1 * (var(--online-dot-size) / 4));
    width: var(--online-dot-size);
    height: var(--online-dot-size);
    background-color: #28a745;
    border: 2px solid white;
    border-radius: 50%;
    z-index: 20;
}

.small-size .avatar[b-hrmsj6ykup] {
    width: 2rem;
    height: 2rem;
}

.medium-size .avatar[b-hrmsj6ykup] {
    width: 2.5rem;
    height: 2.5rem;
}

.large-size .avatar[b-hrmsj6ykup] {
    width: 3rem;
    height: 3rem;
}

.small-size .header-menu-avatar[b-hrmsj6ykup] {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.5rem;
}

.medium-size .header-menu-avatar[b-hrmsj6ykup] {
    width: 2rem;
    height: 2rem;
    margin-left: 0.75rem;
}

.large-size .header-menu-avatar[b-hrmsj6ykup] {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 1rem;
}

.small-size .account-manager-avatar[b-hrmsj6ykup] {
    width: 3.5rem;
    height: 3.5rem;
}

.medium-size .account-manager-avatar[b-hrmsj6ykup] {
    width: 4rem;
    height: 4rem;
}

.large-size .account-manager-avatar[b-hrmsj6ykup] {
    width: 4.5rem;
    height: 4.5rem;
}
/* /Components/Pages/Identity/Users/Partials/UserPermissions.razor.rz.scp.css */
.content-permissions-detail[b-x5j6vaugpx] {
    height: calc(100vh - 240px) !important;
    box-sizing: border-box;
    max-height: calc(100vh - 220px); /* change offset as needed */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.5rem;
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

    .content-permissions-detail .perm-card[b-x5j6vaugpx] {
        margin-bottom: 0.5rem;
    }

    .content-permissions-detail[b-x5j6vaugpx]::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .content-permissions-detail[b-x5j6vaugpx]::-webkit-scrollbar-track {
        background: transparent;
    }

    .content-permissions-detail[b-x5j6vaugpx]::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.18);
        border-radius: 8px;
        border: 2px solid transparent;
        background-clip: padding-box;
    }

.permissions-toolbar .search-input .dx-textbox-content[b-x5j6vaugpx] {
    min-width: 240px;
}

.permissions-toolbar .role-combobox[b-x5j6vaugpx] {
    min-width: 180px;
}

.perm-card[b-x5j6vaugpx] {
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid rgba(16, 24, 40, 0.04);
    margin-bottom: 0.75rem;
}
    .perm-card .card-header[b-x5j6vaugpx] {
        background: linear-gradient(90deg, rgba(2, 132, 199, 0.08), rgba(99, 102, 241, 0.03));
        border-bottom: 1px solid rgba(16, 24, 40, 0.04);
        padding: 0.4rem 0.75rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
.group-title[b-x5j6vaugpx] {
    font-size: 0.95rem;
    margin-right: 0.25rem;
}
.perm-card .badge[b-x5j6vaugpx] {
    font-size: 0.7rem;
    padding: 0.25em 0.4em;
    border-radius: 0.4rem;
}
.assign-all-btn .dx-button-content[b-x5j6vaugpx] {
    font-weight: 600;
    font-size: 0.92rem;
}

.collapse-content[b-x5j6vaugpx] {
    transition: max-height 0.28s ease, opacity 0.18s ease, padding 0.18s;
    overflow: hidden;
}
    .collapse-content.expanded[b-x5j6vaugpx] {
        opacity: 1;
        max-height: 1200px;
        padding: 0.75rem;
    }
    .collapse-content.collapsed[b-x5j6vaugpx] {
        opacity: 0;
        max-height: 0;
        padding: 0 0.75rem;
    }

.permission-grid[b-x5j6vaugpx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.25rem;
}

.permission-item[b-x5j6vaugpx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem;
    border-radius: 0.3125rem;
    transition: background-color 0.12s ease;
    font-size: 0.92rem;
}
    .permission-item:hover[b-x5j6vaugpx] {
        background-color: rgba(99, 102, 241, 0.04);
    }
.permission-desc[b-x5j6vaugpx] {
    margin-left: 0;
    margin-top: 0;
    font-size: 0.88rem;
    color: rgba(0, 0, 0, 0.75);
}

.btn-toggle[b-x5j6vaugpx] {
    background: transparent;
    border: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary, #0d6efd);
}
.btn-icon[b-x5j6vaugpx] {
    width: 24px;
    height: 24px;
    border-radius: 6px;
}

@media (max-width: 575.98px) {
    .permissions-toolbar[b-x5j6vaugpx] {
        gap: 0.5rem;
    }
    .permission-grid[b-x5j6vaugpx] {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }
}
/* /Components/Pages/Identity/Users/Profile.razor.rz.scp.css */

/* /Components/Pages/Identity/Users/UserDetails.razor.rz.scp.css */
.profile-picture-container[b-liel5b6wbx] {
    display: flex;
    border: 0.0625rem solid var(--DS-color-border-neutral-default-rest);
    border-radius: 50%;
    overflow: visible;
    align-items: center;
    justify-content: center;
    position: relative;
    --profile-picture-size: 120px;
    width: var(--profile-picture-size);
    aspect-ratio: 1 / 1;
}
    .profile-picture-container:hover[b-liel5b6wbx] {
        cursor: pointer;
        border-color: var(--DS-color-border-primary-subdued-rest);
    }
    .profile-picture-container img[b-liel5b6wbx] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 50%;
    }
.user-initials[b-liel5b6wbx] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: calc(var(--profile-picture-size) * 0.4);
    color: var(--DS-color-text-default, #222);
    background: transparent;
}
.upload-button[b-liel5b6wbx] {
    position: relative;
    right: 6px;
    bottom: 6px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #367EBC;
    border: 1px solid #367EBC;
    cursor: pointer;
    transition: transform .12s, box-shadow .12s, opacity .12s;
}
    .upload-button:hover[b-liel5b6wbx],
    .upload-button:focus[b-liel5b6wbx] {
        transform: scale(1.1);
    }
    .upload-button .photo-camera-icon[b-liel5b6wbx] {
        width: 20px;
        height: 20px;
        display: inline-block;
        -webkit-mask-image: url('/images/icons/photocamera.svg');
        mask-image: url('/images/icons/photocamera.svg');
        mask-size: contain;
        background: #fff;
    }

.sr-only[b-liel5b6wbx] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.content-user-detail[b-liel5b6wbx] {
    height: max(calc(100vh - 232px), 720px) !important;
    min-height: 720px;
}

.alert[b-liel5b6wbx] {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-left: 5px solid;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    animation: slideIn-b-liel5b6wbx 0.3s ease-out;
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffc107;
}

@keyframes slideIn-b-liel5b6wbx {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Merchandising/Images/ImageList.razor.rz.scp.css */
.uploadfile-icon[b-4kt764ox47] {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    -webkit-mask-image: url("/images/icons/uploadfile.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/uploadfile.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/Registries/Agents/AgentDetails.razor.rz.scp.css */

/* /Components/Pages/Registries/Contacts/ContactDetails.razor.rz.scp.css */
.small-size .customer-form[b-yv0i23vx4i] {
    --customer-caption-font-size: var(--DS-font-size-body-1-strong);
    --customer-caption-font-weight: var(--DS-font-weight-body-1-strong);
    --customer-caption-line-height: var(--DS-line-height-body-1-strong);
}

.medium-size .customer-form[b-yv0i23vx4i] {
    --customer-caption-font-size: var(--DS-font-size-subtitle-2);
    --customer-caption-font-weight: var(--DS-font-weight-subtitle-2);
    --customer-caption-line-height: var(--DS-line-height-subtitle-2);
}

.large-size .customer-form[b-yv0i23vx4i] {
    --customer-caption-font-size: var(--DS-font-size-subtitle-1);
    --customer-caption-font-weight: var(--DS-font-weight-subtitle-1);
    --customer-caption-line-height: var(--DS-line-height-subtitle-1);
}
/* /Components/Pages/Registries/CustomerDivisions/CustomerDivisionDetails.razor.rz.scp.css */
/*.small-size .joborder-form {
    --joborders-caption-font-size: var(--DS-font-size-body-1-strong);
    --joborders-caption-font-weight: var(--DS-font-weight-body-1-strong);
    --joborders-caption-line-height: var(--DS-line-height-body-1-strong);
}

.medium-size .joborder-form {
    --joborders-caption-font-size: var(--DS-font-size-subtitle-2);
    --joborders-caption-font-weight: var(--DS-font-weight-subtitle-2);
    --joborders-caption-line-height: var(--DS-line-height-subtitle-2);
}

.large-size .joborder-form {
    --joborders-caption-font-size: var(--DS-font-size-subtitle-1);
    --joborders-caption-font-weight: var(--DS-font-weight-subtitle-1);
    --joborders-caption-line-height: var(--DS-line-height-subtitle-1);
}*/
/* /Components/Pages/Registries/CustomerDivisions/Partials/CustomerDivisionBrands.razor.rz.scp.css */
.brand-drop-zone[b-hubzfg2mup] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 130px;
    padding: 6px;
    border: 2px dashed var(--bs-gray-300, #d1d5db);
    border-radius: 8px;
    background: rgba(0,0,0,0.02);
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
    .brand-drop-zone:hover[b-hubzfg2mup],
    .brand-drop-zone:focus-within[b-hubzfg2mup] {
        border-color: #3b82f6;
        background: rgba(59,130,246,0.03);
        box-shadow: 0 4px 18px rgba(59,130,246,0.06);
    }
    .brand-drop-zone.dragover[b-hubzfg2mup] {
        border-color: #10b981;
        background: rgba(16,185,129,0.04);
        box-shadow: 0 0 0 6px rgba(16,185,129,0.06);
    }
.brand-image[b-hubzfg2mup] {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}
.upload-button[b-hubzfg2mup] {
    position: relative;
    right: 0px;
    bottom: 0px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #367EBC;
    border: 1px solid #367EBC;
    cursor: pointer;
    transition: transform .12s, box-shadow .12s, opacity .12s;
}
    .upload-button:hover[b-hubzfg2mup],
    .upload-button:focus[b-hubzfg2mup] {
        transform: scale(1.1);
    }
    .upload-button .photo-camera-icon[b-hubzfg2mup] {
        width: 20px;
        height: 20px;
        display: inline-block;
        -webkit-mask-image: url('/images/icons/photocamera.svg');
        mask-image: url('/images/icons/photocamera.svg');
        mask-size: contain;
        background: #fff;
    }
.sr-only[b-hubzfg2mup] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
                 
/* /Components/Pages/Registries/Customers/CustomerDetails.razor.rz.scp.css */
.small-size .customer-form[b-qg0eoq6ujk] {
    --customer-caption-font-size: var(--DS-font-size-body-1-strong);
    --customer-caption-font-weight: var(--DS-font-weight-body-1-strong);
    --customer-caption-line-height: var(--DS-line-height-body-1-strong);
}

.medium-size .customer-form[b-qg0eoq6ujk] {
    --customer-caption-font-size: var(--DS-font-size-subtitle-2);
    --customer-caption-font-weight: var(--DS-font-weight-subtitle-2);
    --customer-caption-line-height: var(--DS-line-height-subtitle-2);
}

.large-size .customer-form[b-qg0eoq6ujk] {
    --customer-caption-font-size: var(--DS-font-size-subtitle-1);
    --customer-caption-font-weight: var(--DS-font-weight-subtitle-1);
    --customer-caption-line-height: var(--DS-line-height-subtitle-1);
}
/* /Components/Pages/Shared/Cards/JobOrderCard.razor.rz.scp.css */
.calendar-icon[b-i6uunik9wc] {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: currentColor;
    -webkit-mask-image: url("/images/icons/calendar.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/calendar.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/Shared/ContactAvatar.razor.rz.scp.css */
.avatar-container[b-g1mlt5w8ht] {
    display: flex;
    border-radius: 50%;
    overflow: visible;
    align-items: center;
    justify-content: center;
    position: relative;
    --avatar-size: 40px;
    width: var(--avatar-size);
    aspect-ratio: 1 / 1;
    --online-dot-size: 16px;
}
    .avatar-container:hover[b-g1mlt5w8ht] {
        cursor: pointer;
        border-color: var(--DS-color-border-primary-subdued-rest);
    }
.avatar-initials[b-g1mlt5w8ht] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: calc(var(--avatar-size) * 0.4);
}
.avatar-initials-default[b-g1mlt5w8ht] {
    color: var(--DS-color-text-default, #222);
    background-color: #EEEEEE;
}
.no-hover[b-g1mlt5w8ht] {
    pointer-events: none;
}
.small-size .avatar-initials[b-g1mlt5w8ht] {
    width: 2rem;
    height: 2rem;
}
.medium-size .avatar-initials[b-g1mlt5w8ht] {
    width: 2.5rem;
    height: 2.5rem;
}
.large-size .avatar-initials[b-g1mlt5w8ht] {
    width: 3rem;
    height: 3rem;
}
/* /Components/Pages/Shared/Forms/SetUpForm.razor.rz.scp.css */
.fixed-height[b-j9vpwvmd1v] {
    height: 550px !important;
    overflow-y: auto !important;
}
/* /Components/Pages/Shared/Photos/LocationPhotoSurveys.razor.rz.scp.css */
.uploadfile-icon[b-wp0nelcy79] {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    -webkit-mask-image: url("/images/icons/uploadfile.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/uploadfile.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/Shared/Photos/SetUpPhotos.razor.rz.scp.css */
.uploadfile-icon[b-4b2n7n90bw] {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    -webkit-mask-image: url("/images/icons/uploadfile.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/uploadfile.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/Shared/Projects/JobOrderProjects.razor.rz.scp.css */
.uploadfile-icon[b-vsqoxq701n] {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    -webkit-mask-image: url("/images/icons/uploadfile.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/uploadfile.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/Shared/Projects/LocationTechnicalProjects.razor.rz.scp.css */
.uploadfile-icon[b-8h3fr0el7t] {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    -webkit-mask-image: url("/images/icons/uploadfile.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/uploadfile.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/Shared/Projects/SetUpProjects.razor.rz.scp.css */
.uploadfile-icon[b-ace0g8u0uq] {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    -webkit-mask-image: url("/images/icons/uploadfile.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/uploadfile.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/Shared/Schedulers/SetUpsSchedulerTimeScale.razor.rz.scp.css */
.scheduler-card[b-pd9oww1alw] {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-clip: border-box;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 0.45rem;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    transition: background-color 0.3s ease;
    cursor: pointer;
}

    .scheduler-card[b-pd9oww1alw]::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        background-color: #C5C7C8;
        transform: scaleX(0);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .scheduler-card:hover[b-pd9oww1alw]::after {
        transform: scaleX(1);
    }

.scheduler-setup-badge[b-pd9oww1alw] {
    color: #fff;
    font-style: normal;
    font-size: 0.9rem;
    padding-top: 0.4rem;
    padding-right: 0.45rem;
    padding-bottom: 0.4rem;
    padding-left: 0.45rem;
    border: none;
    margin: 0px 0px 4px 0px;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    line-height: 1.1;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.1s ease;
}

    .scheduler-setup-badge:hover[b-pd9oww1alw] {
        background-color: #85C629;
        color: white;
    }

.scheduler-pickup-badge[b-pd9oww1alw] {
    color: #fff;
    font-style: normal;
    font-size: 0.9rem;
    padding: 0.4rem 0.75rem;
    border: none;
    margin: 0px 0px 4px 0px;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    line-height: 1.1;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.1s ease;
}

    .scheduler-pickup-badge:hover[b-pd9oww1alw] {
        background-color: #85C629;
        color: white;
    }

.customer-info[b-pd9oww1alw] {
    line-height: normal;
    font-weight: bold;
    font-size: 0.8rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    color: #333;
}

.location-name-info[b-pd9oww1alw] {
    line-height: normal;
    font-weight: bold;
    font-size: 0.75rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    color: #333;
}

.division-info[b-pd9oww1alw],
.location-info[b-pd9oww1alw],
.time-info[b-pd9oww1alw] {
    display: flex;
    align-items: center;
    line-height: normal;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    gap: 0.3rem;
    font-size: 0.75rem;
    color: #555;
}

.progectmanager-info[b-pd9oww1alw] {
    line-height: normal;
    font-weight: normal;
    font-size: 0.75rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    color: #333;
}

.fitter-info[b-pd9oww1alw] {
    line-height: normal;
    font-weight: normal;
    font-size: 0.75rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    color: #333;
}

.expected-date-confirmed[b-pd9oww1alw] {
    line-height: normal;
    font-weight: normal;
    font-size: 0.7rem;
    padding-top: 0.4rem;
    padding-right: 0.45rem;
    padding-bottom: 0.4rem;
    padding-left: 0.45rem;
    color: #555;
    border: none;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    line-height: 1.1;
    background-color: lightyellow;
}

.schedule-icon[b-pd9oww1alw] {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    -webkit-mask-image: url("/images/icons/schedule.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/schedule.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/Shared/Statistics/JobOrdersStatistics.razor.rz.scp.css */
.ticker[b-6dockl3bxp] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    height: auto;
    position: relative;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.45rem;
}
    .ticker .icon-wrapper[b-6dockl3bxp] {
        border-radius: 50%;
        display: flex;
        flex: 0 0 3rem;
        height: 3rem;
        justify-content: center;
        align-items: center;
    }
    .ticker .tone-bg[b-6dockl3bxp] {
        background-color: color-mix(in sRGB, currentColor 12%, transparent);
    }
    .ticker .middle[b-6dockl3bxp] {
        flex: 1 1;
    }
    .ticker .title[b-6dockl3bxp] {
        font-size: 0.9rem;
        line-height: 1.2rem;
        margin-bottom: 0.5rem;
    }
    .ticker .total[b-6dockl3bxp] {
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-weight: 600;
    }
[b-6dockl3bxp] .open-round-icon {
    -webkit-mask-image: url("/images/icons/folderopen.svg");
    mask-image: url("/images/icons/folderopen.svg");
    background-color: currentColor;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
}
[b-6dockl3bxp] .ongoing-round-icon {
    -webkit-mask-image: url("/images/icons/settingstimelapse.svg");
    mask-image: url("/images/icons/settingstimelapse.svg");
    background-color: currentColor;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
}
[b-6dockl3bxp] .pending-round-icon {
    -webkit-mask-image: url("images/icons/hourglass.svg");
    mask-image: url("images/icons/hourglass.svg");
    background-color: currentColor;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
}
[b-6dockl3bxp] .suspended-round-icon {
    -webkit-mask-image: url("/images/icons/pause.svg");
    mask-image: url("/images/icons/pause.svg");
    background-color: currentColor;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
}
/* /Components/Pages/Shared/TaskManagements/TaskManagementList.razor.rz.scp.css */
.priorityhigh-icon[b-f6xmzyykk8] {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    color: #D16D6A;
    -webkit-mask-image: url("/images/icons/priorityhigh.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/priorityhigh.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/SystemManagement/Logs.razor.rz.scp.css */
.status[b-277efz0mxt] {
    font-size: 0.9em;
}
    .status[b-277efz0mxt]::before {
        content: " ";
        display: inline-block;
        width: 0.7em;
        height: 0.7em;
        margin-right: 0.3rem;
        border-radius: 50%;
        background-color: currentColor;
    }
    .status.status-Information[b-277efz0mxt] {
        color: #0dcaf0;
    }
    .status.status-warning[b-277efz0mxt] {
        color: #ffc107;
    }
    .status.status-error[b-277efz0mxt] {
        color: #dc3545;
    }
    .status.status-critical[b-277efz0mxt] {
        color: #ffc107;
    }
    .status.status-trace[b-277efz0mxt] {
        color: #0dcaf0;
    }
    .status.status-debug[b-277efz0mxt] {
        color: #0dcaf0;
    }
/* /Components/Pages/Tables/Documents.razor.rz.scp.css */
.uploadfile-icon[b-nftrt4v8n1] {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    -webkit-mask-image: url("/images/icons/uploadfile.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/uploadfile.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Pages/Warehouses/Furnitures/FurnitureDetails.razor.rz.scp.css */
/*.small-size .furniturewarehouse-form {
    --furniturewarehouse-caption-font-size: var(--DS-font-size-body-1-strong);
    --furniturewarehouse-caption-font-weight: var(--DS-font-weight-body-1-strong);
    --furniturewarehouse-caption-line-height: var(--DS-line-height-body-1-strong);
}

.medium-size .furniturewarehouse-form {
    --furniturewarehouse-caption-font-size: var(--DS-font-size-subtitle-2);
    --furniturewarehouse-caption-font-weight: var(--DS-font-weight-subtitle-2);
    --furniturewarehouse-caption-line-height: var(--DS-line-height-subtitle-2);
}

.large-size .furniturewarehouse-form {
    --furniturewarehouse-caption-font-size: var(--DS-font-size-subtitle-1);
    --furniturewarehouse-caption-font-weight: var(--DS-font-weight-subtitle-1);
    --furniturewarehouse-caption-line-height: var(--DS-line-height-subtitle-1);
}*/
/* /Components/Pages/Warehouses/Furnitures/Partials/FurniturePhotos.razor.rz.scp.css */
.uploadfile-icon[b-pkva8neaj6] {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-color: currentColor;
    background-size: contain;
    -webkit-mask-image: url("/images/icons/uploadfile.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("/images/icons/uploadfile.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* /Components/Sessions/ActiveUserSession.razor.rz.scp.css */
.alert[b-jqurwz1c91] {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-left: 5px solid;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    animation: slideIn-b-jqurwz1c91 0.3s ease-out;
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffc107;
}

@keyframes slideIn-b-jqurwz1c91 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Shared/Layout/AccountManager.razor.rz.scp.css */
.user-info[b-6ou4rjtk7o] {
    width: max-content;
}
.display-name[b-6ou4rjtk7o] {
    font-size: 1.3em;
    font-weight: 500;
}
.email[b-6ou4rjtk7o] {
    color: var(--DS-color-content-neutral-subdued-rest);
}
.container[b-6ou4rjtk7o] {
    width: 100%;
    height: 100%;
}
.separator[b-6ou4rjtk7o] {
    margin: 0;
    color: inherit;
    border: 0;
    border-top: var(--DS-sizing-10) solid;
    opacity: var(--DS-opacity-25);
}
[b-6ou4rjtk7o].button {
    padding-left: 0;
    padding-right: 0;
}
/* /Components/Shared/Layout/AppLayout.razor.rz.scp.css */
.page[b-ycufqc4ahb] {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.header[b-ycufqc4ahb] {
    padding: var(--header-padding);
    box-shadow: 0 0.125rem 0.25rem 0 #00000024, 0 0 0.125rem 0 #0000001F;
    z-index: 103;
    background-color: var(--DS-color-surface-neutral-default-rest);
}

    .header .header-content[b-ycufqc4ahb] {
        display: flex;
    }
    
.main[b-ycufqc4ahb] {
    flex-grow: 1;
    overflow: auto;
}

    .main .main-content[b-ycufqc4ahb] {
        height: 100%;
    }

.small-size .toolbar .title[b-ycufqc4ahb] {
    font-size: var(--DS-font-size-subtitle-2);
    line-height: var(--DS-line-height-subtitle-2);
}

.medium-size .toolbar .title[b-ycufqc4ahb] {
    font-size: var(--DS-font-size-subtitle-1);
    line-height: var(--DS-line-height-subtitle-1);
}

.large-size .toolbar .title[b-ycufqc4ahb] {
    font-size: var(--DS-font-size-title-3);
    line-height: var(--DS-line-height-title-3);
}

.content[b-ycufqc4ahb] {
    margin: 0 auto;
}

.main-content .module-content[b-ycufqc4ahb] {
    padding: 1.5rem;
}

.module-content[b-ycufqc4ahb] {
    height: 100%;
    overflow: auto;
}

[b-ycufqc4ahb] .main-menu {
    width: 14rem;
}

    [b-ycufqc4ahb] .main-menu [role="treeitem"][aria-level="1"] {
        font-weight: 500;
    }

[b-ycufqc4ahb] .main-menu-drawer {
    --dxbl-drawer-panel-body-padding-x: 1rem;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-ycufqc4ahb] .search-textbox {
    margin: auto 0;
}
/* /Components/Shared/Layout/AuthLayout.razor.rz.scp.css */
.authentication-layout-section[b-gp8iy6f2g4] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: url('/images/background/auth-bg.png') center/cover no-repeat;
    overflow: hidden;
}

/* Animated gradient overlay */
.authentication-layout-section[b-gp8iy6f2g4]::before {
    content: "";
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    background: linear-gradient(-45deg, #367EBC, #1F4F81, #4A90D3, #2A6B97, #5A9BD1, #2C8CBA, #1C3B6B, #6C9BD9, #3F7DA3, #74A9D8);
    background-size: 400% 400%;
    -webkit-animation: gradient 60s ease infinite;
    animation: gradient-b-gp8iy6f2g4 60s ease infinite;
    opacity: 0.55; /* Adjust overlay strength (0 = transparent, 1 = opaque) */
    pointer-events: none;
    z-index: 0;
}

/* Ensure content is above the overlay */
.authentication-layout-section > *[b-gp8iy6f2g4] {
    position: relative;
    z-index: 1;
}

/* Gradient keyframes */
@-webkit-keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes gradient-b-gp8iy6f2g4 {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.auth-container[b-gp8iy6f2g4] {
    width: 95%;
    max-width: 400px;
}

.auth-card[b-gp8iy6f2g4] {
    background: rgba(255,255,255,0.95);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border-radius: 0.45rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth-logo img[b-gp8iy6f2g4] {
    width: 100%;
    max-width: 380px;
    height: auto;
    margin-bottom: 1.25rem;
    display: block;
}

.auth-body[b-gp8iy6f2g4] {
    width: 100%;
}

.auth-welcome[b-gp8iy6f2g4] {
    text-align: center;
    color: var(--text-secondary, #666);
    margin: 1rem 0;
}
/* /Components/Shared/Layout/HeaderMenu.razor.rz.scp.css */
.header-menu-toolbar .title[b-j4qmg59owf] {
    color: var(--dxds-color-content-neutral-default-rest);
    font-family: var(--dxds-font-family-sans-serif);
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0 0.5rem;
    height: 100%;
}

.small-size .header-menu-toolbar .title[b-j4qmg59owf] {
    font-size: var(--dxds-font-size-base-lg);
    line-height: var(--dxds-line-height-base-lg);
}

.medium-size .header-menu-toolbar .title[b-j4qmg59owf] {
    font-size: var(--dxds-font-size-title-md);
    line-height: var(--dxds-line-height-title-md);
}

.large-size .header-menu-toolbar .title[b-j4qmg59owf] {
    font-size: var(--dxds-font-size-title-lg);
    line-height: var(--dxds-line-height-title-lg);
}

.header-menu-toolbar .logo[b-j4qmg59owf] {
    margin: 0 0.5rem;
}

.small-size .header-menu-toolbar .logo[b-j4qmg59owf] {
    width: auto;
    height: 1.3rem;
    margin-left: 0.25rem;
}

.medium-size .header-menu-toolbar .logo[b-j4qmg59owf] {
    width: auto;
    height: 1.8rem;
    margin-left: 0.5rem;
}

.large-size .header-menu-toolbar .logo[b-j4qmg59owf] {
    width: auto;
    height: 2.0rem;
    margin-left: 0.75rem;
}

.avatar-item[b-j4qmg59owf] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .avatar-item .avatar-label[b-j4qmg59owf] {
        padding: 0.5rem;
    }
/* /Components/Shared/Layout/UserMenu.razor.rz.scp.css */
body[b-326lhwooim] {
}
