@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.g22u5lm4z9.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/Custom/FrontierTyres/Jobs/Jobs.razor.rz.scp.css */
@media (max-width: 640.98px) {
    .jobs-buttons-div[b-657bx301ey] {
        display: flex;
        align-items: center;
        gap: 8px; /* Adds space between buttons */
        justify-content: space-between;
    }

    .buttons-container[b-657bx301ey] {
        display: flex;
        gap: 5px; /* Space between buttons */
    }

    .jobs-check[b-657bx301ey] {
        margin-left: auto; /* Push checkbox to the right */
    }
}
/* /Pages/Jobs/Jobs.razor.rz.scp.css */
@media (max-width: 640.98px) {
    .jobs-buttons-div[b-eozfcjwkj5] {
        display: flex;
        align-items: center;
        gap: 8px; /* Adds space between buttons */
        justify-content: space-between;
    }

    .buttons-container[b-eozfcjwkj5] {
        display: flex;
        gap: 5px; /* Space between buttons */
    }

    .jobs-check[b-eozfcjwkj5] {
        margin-left: auto; /* Push checkbox to the right */
    }
}
/* /Pages/Tasks/MyApprovalAttachments.razor.rz.scp.css */


@media (max-width: 640.98px) {
    .modal-dialog[b-3tyojupc1b] {
        margin: 0px;
    }
}

@media (min-width: 641px) {
    .modal-dialog[b-3tyojupc1b] {
        max-width: 700px;
    }

    .modal-dialog[b-3tyojupc1b] {
        z-index: 9999;
    }
}
/* /Pages/UI/Components/STBoolIconToggle.razor.rz.scp.css */
/* -------------------------------------------------- */
/* ST BOOL ICON TOGGLE */
/* -------------------------------------------------- */

.st-bool-icon-toggle[b-6pn58f6fgi] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 180px;
    height: 40px;
}

.bi-toggle-label[b-6pn58f6fgi] {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    user-select: none;
}

.bi-toggle-switch[b-6pn58f6fgi] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 40px;
}

.bi-toggle-input[b-6pn58f6fgi] {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.bi-toggle-track[b-6pn58f6fgi] {
    display: flex;
    background-color: #f3f4f6;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.2s ease;
    width: 100%;
    height: 40px;
}

.bi-toggle-option[b-6pn58f6fgi] {
    padding: 5px;
    font-size: 1.6rem;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
    user-select: none;
    letter-spacing: 0.5px;
    gap: 5px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bi-toggle-off[b-6pn58f6fgi] {
    background-color: var(--app-primary-hover);
    color: white;
    border-radius: 0 7px 7px 0;
}

.bi-toggle-on[b-6pn58f6fgi] {
    background-color: white;
    color: #6b7280;
    border-radius: 7px 0 0 7px;
}

.bi-toggle-input:checked ~ .bi-toggle-track .bi-toggle-off[b-6pn58f6fgi] {
    background-color: white;
    color: #6b7280;
}

.bi-toggle-input:checked ~ .bi-toggle-track .bi-toggle-on[b-6pn58f6fgi] {
    background-color: var(--app-primary-hover);
    color: white;
}

.bi-toggle-switch:hover .bi-toggle-track[b-6pn58f6fgi] {
    border-color: #d1d5db;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.bi-toggle-input:disabled ~ .bi-toggle-track[b-6pn58f6fgi] {
    opacity: 0.5;
    cursor: not-allowed;
}

    .bi-toggle-input:disabled ~ .bi-toggle-track .bi-toggle-option[b-6pn58f6fgi] {
        cursor: not-allowed;
    }
/* /Pages/UI/Components/STBoolToggle.razor.rz.scp.css */
/* -------------------------------------------------- */
/* ST BOOL TOGGLE */
/* -------------------------------------------------- */

.st-bool-toggle[b-79287smtwu] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 40px;
}

.toggle-label[b-79287smtwu] {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    user-select: none;
}

.toggle-switch[b-79287smtwu] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 40px;
}

.toggle-input[b-79287smtwu] {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.toggle-track[b-79287smtwu] {
    display: flex;
    background-color: #f3f4f6;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.2s ease;
    width: 100%;
    height: 40px;
}

.toggle-option[b-79287smtwu] {
    padding: 8px 16px;
    font-size: 1.4rem;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
    user-select: none;
    letter-spacing: 0.5px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.toggle-off[b-79287smtwu] {
    background-color: var(--app-secondary);
    color: white;
    border-radius: 0 7px 7px 0;
}

.toggle-on[b-79287smtwu] {
    background-color: white;
    color: var(--app-primary-hover);
    border-radius: 7px 0 0 7px;
}

.toggle-input:checked ~ .toggle-track .toggle-off[b-79287smtwu] {
    background-color: white;
    color: var(--app-primary-hover);
}

.toggle-input:checked ~ .toggle-track .toggle-on[b-79287smtwu] {
    background-color: var(--app-secondary);
    color: white;
}

.toggle-switch:hover .toggle-track[b-79287smtwu] {
    border-color: #d1d5db;
}

.toggle-input:disabled ~ .toggle-track[b-79287smtwu] {
    opacity: 0.5;
    cursor: not-allowed;
}

    .toggle-input:disabled ~ .toggle-track .toggle-option[b-79287smtwu] {
        cursor: not-allowed;
    }
/* /Pages/UI/Components/STCheckbox.razor.rz.scp.css */
/* -------------------------------------------------- */
/* ST Checkbox - A2                                    */
/* -------------------------------------------------- */

/* Defaults — overridden per-instance via inline style on the label */
.custom-checkbox[b-b4nr08h3r7] {
    --cb-active-bg:    #28a745;
    --cb-inactive-bg:  #f3f3f3;
    --cb-icon-color:   #ffffff;
}

/* ---- Layout ---- */

.checkbox-wrapper[b-b4nr08h3r7] {
    display: inline-block;
    height: 32px;
}

.custom-checkbox[b-b4nr08h3r7] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 32px;
    cursor: pointer;
}

    .custom-checkbox input[b-b4nr08h3r7] {
        opacity: 0;
        width: 0;
        height: 0;
        position: absolute;
    }

/* ---- Checkmark box ---- */

    .custom-checkbox .checkmark[b-b4nr08h3r7] {
        position: absolute;
        top: 0;
        left: 0;
        height: 32px;
        width: 40px;
        background-color: var(--cb-inactive-bg);
        border-radius: 8px;
        transition: background-color 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* ---- Icon span ---- */

    .custom-checkbox .checkmark-icon[b-b4nr08h3r7] {
        font-size: 16px;
        line-height: 1;
        color: rgba(0, 0, 0, 0.25);   
        transition: color 0.2s ease;
        user-select: none;
    }

/* ---- Checked state (interactive) ---- */

    .custom-checkbox input:checked ~ .checkmark[b-b4nr08h3r7] {
        background-color: var(--cb-active-bg);
    }

        .custom-checkbox input:checked ~ .checkmark .checkmark-icon[b-b4nr08h3r7] {
            color: var(--cb-icon-color);
        }

/* ---- Checked state (read-only / pre-set via class) ---- */

    .custom-checkbox.completed .checkmark[b-b4nr08h3r7] {
        background-color: var(--cb-active-bg);
    }

        .custom-checkbox.completed .checkmark .checkmark-icon[b-b4nr08h3r7] {
            color: var(--cb-icon-color);
        }

/* ---- Disabled ---- */

.checkbox-readonly[b-b4nr08h3r7] {
    cursor: default;
    opacity: 0.6;
    user-select: none;
    pointer-events: none;
    background: #f1f1f140;
}
/* /Pages/UI/Components/STCollapsibleDiv.razor.rz.scp.css */
/* Collapsible.razor.css */

.collapsible[b-7o2gijshix] {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 12px;
}

.collapsible-header[b-7o2gijshix] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    cursor: pointer;
    user-select: none;
    background: #ffffff;
    transition: background 0.15s ease;
}

    .collapsible-header:hover[b-7o2gijshix] {
        background: #f5f5f5;
    }

.collapsible-title[b-7o2gijshix] {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
}

.collapsible-icon[b-7o2gijshix] {
    font-size: 25px;
    color: #888;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1;
}

.collapsible.open .collapsible-icon[b-7o2gijshix] {
    transform: rotate(180deg);
}

.collapsible-body[b-7o2gijshix] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.collapsible.open .collapsible-body[b-7o2gijshix] {
    grid-template-rows: 1fr;
}

/* The inner div is required for grid-template-rows trick */
.collapsible-content[b-7o2gijshix] {
    overflow: hidden;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    /*border-top: 1px solid #f0f0f0;*/
    padding: 0 18px;
    transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.collapsible.open .collapsible-content[b-7o2gijshix] {
    padding: 14px 18px;
    border-top: 1px solid #f0f0f0;
}
/* /Pages/UI/Components/STFilterPanel.razor.rz.scp.css */
/* Filter Panel Overlay */
.filter-panel-overlay[b-ytf1ap6tjf] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

    .filter-panel-overlay.open[b-ytf1ap6tjf] {
        opacity: 1;
        pointer-events: all;
    }

/* Filter Panel */
.filter-panel[b-ytf1ap6tjf] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 20px 20px 0 0;
    z-index: 101;
    max-height: 85vh;
    height: 62vh;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
}

    .filter-panel.open[b-ytf1ap6tjf] {
        transform: translateY(0);
    }

/* Header */
.filter-panel-header[b-ytf1ap6tjf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 12px;
    flex-shrink: 0;
    border-bottom: 1px solid #f0f0f0;
}

    .filter-panel-header h2[b-ytf1ap6tjf] {
        font-size: 1rem;
        font-weight: 600;
        margin: 0;
    }

    .filter-panel-header .clear-btn[b-ytf1ap6tjf] {
        background: none;
        border: none;
        color: #007aff;
        font-size: 1rem;
        cursor: pointer;
        padding: 0;
    }

.filter-panel-heading[b-ytf1ap6tjf] {
    font-size: 16px;
}

/* Scrollable Content */
.filter-panel-content[b-ytf1ap6tjf] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Footer */
.filter-panel-footer[b-ytf1ap6tjf] {
    display: flex;
    padding: 12px;
    border-top: 1px solid #f0f0f0;
    background: #fff;
    justify-content: space-between;
    align-items: baseline;
}

@media (min-width: 600px) {

    .filter-panel[b-ytf1ap6tjf] {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        transform: translate(-40%, 80%) scale(0.95);
        opacity: 0;
        width: 400px;
        border-radius: 7px;
        pointer-events: none;
    }

        .filter-panel.open[b-ytf1ap6tjf] {
            transform: translate(-40%, -18%) scale(1);
            opacity: 1;
            pointer-events: auto;
        }
}
/* /Pages/UI/Components/STGrid.razor.rz.scp.css */
/* ================================================== */
/* ST GRID                                            */
/* ================================================== */

.st-data-layout[b-uy45gus4j5] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 1400px) {
    .st-data-layout.has-sidebar[b-uy45gus4j5] {
        display: grid;
        grid-template-columns: 270px minmax(0, 1fr);
        align-items: start; 
        gap: 0 16px;
        transition: grid-template-columns 0.25s ease;
    }

        .st-data-layout.has-sidebar.sidebar-collapsed[b-uy45gus4j5] {
            grid-template-columns: 44px minmax(0, 1fr);
        }

}

@media (min-width: 1400px) {
/*    .st-data-layout.has-sidebar {
        display: grid;
        grid-template-columns: 270px minmax(0, 1fr);
        align-items: start;
        gap: 0 16px;
        transition: grid-template-columns 0.25s ease;
    }*/


}

.st-sidebar[b-uy45gus4j5] {
    display: none;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 16px;
}

@media (min-width: 1400px) {
    .st-sidebar[b-uy45gus4j5] {
        display: flex;
    }
}

.st-sidebar-section[b-uy45gus4j5] {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

.sidebar-section-header[b-uy45gus4j5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 0 10px;
    flex-shrink: 0;
    gap: 4px;
}

.is-collapsed .sidebar-section-header[b-uy45gus4j5] {
    flex-direction: column;
    height: auto;
    padding: 8px 0;
    justify-content: flex-start;
    gap: 6px;
    align-items: center;
    width: 100%;
}

.sidebar-section-title[b-uy45gus4j5] {
    font-size: 18px;
    font-weight: 600;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
}

.sidebar-header-actions[b-uy45gus4j5] {
    display: flex;
    gap: 2px;
    align-items: center;
    flex-shrink: 0;
}

.sidebar-icon-btn[b-uy45gus4j5] {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    flex-shrink: 0;
}
.sidebar-icon-btn:hover[b-uy45gus4j5] {
    background: rgba(255, 255, 255, 0.18);
}

.sidebar-section-body[b-uy45gus4j5] {
    border-left: 4px solid;
    border-right: 4px solid;
    border-bottom: 4px solid;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}

/* -- Filters section -- */

.filters-header[b-uy45gus4j5] {
    background: var(--app-primary-hover);
    border-radius: 10px 10px 0 0;
}

.filters-body[b-uy45gus4j5] {
    border-color: var(--app-primary-hover);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-fields-inner[b-uy45gus4j5] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.filter-panel-footer[b-uy45gus4j5] {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding-top: 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* -- Actions section -- */

.actions-header[b-uy45gus4j5] {
    background: var(--app-secondary, var(--app-primary-hover));
    border-radius: 10px 10px 0 0;
}

.actions-body[b-uy45gus4j5] {
    border-left: 4px solid var(--app-secondary, var(--app-primary-hover));
    border-right: 4px solid var(--app-secondary, var(--app-primary-hover));
    border-bottom: 4px solid var(--app-secondary, var(--app-primary-hover));
    border-radius: 0 0 10px 10px;
    padding: 10px;
}

.actions-body-expanded[b-uy45gus4j5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.actions-body-collapsed[b-uy45gus4j5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 8px 0;
}

.action-full-btn[b-uy45gus4j5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 4px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--color-background-secondary, #f5f5f4);
    color: var(--color-text-primary);
    cursor: pointer;
    font-size: 0.75rem;
    text-align: center;
    transition: background 0.15s, border-color 0.15s;
    min-height: 56px;
    width: 100%;
}
.action-full-btn i[b-uy45gus4j5] {
    font-size: 1.1rem;
}
.action-full-btn:hover[b-uy45gus4j5] {
    background: var(--color-background-tertiary, #ebebeb);
    border-color: rgba(0, 0, 0, 0.2);
}

.action-icon-btn[b-uy45gus4j5] {
    background: transparent;
    border: none;
    color: var(--app-secondary, var(--app-primary-hover));
    cursor: pointer;
    font-size: 1.1rem;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}
.action-icon-btn:hover[b-uy45gus4j5] {
    background: rgba(0, 0, 0, 0.07);
}

.st-content-panel[b-uy45gus4j5] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.st-card-grid[b-uy45gus4j5] {
    display: grid;
    gap: var(--grid-gap, 16px);
    grid-template-columns: repeat(auto-fill, minmax(var(--grid-min-width, 300px), 1fr));
}

.st-grid-footer-div[b-uy45gus4j5] {
    width: 100%;
    display: flex;
    justify-content: center;
    position: sticky;
    bottom: 0;
}

.st-grid-floating-pagination[b-uy45gus4j5] {
    display: flex;
    position: fixed;
    bottom: 20px;
    width: fit-content;
    background: white;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid var(--app-primary);
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.hide-on-desktop[b-uy45gus4j5] {
    display: flex;
}

/* -------------------------------------------------- */
/* ST Loading Screen */

/*.splash-screen-stg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    height: 100vh;
    font-family: "Segoe UI",Roboto,"Helvetica Neue","-apple-system",BlinkMacSystemFont,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: .88rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

    .splash-screen-stg .spinner-border-stg {
        border: .2em solid;
        border-color: #ef8321 #bfbfbf #bfbfbf;
        border-radius: 60px;
        width: 120px;
        height: 120px;
    }

.splash-screen-text-stg {
    color: #a1a1a1;
    margin-top: .5rem;
}*/

    @media (min-width: 1400px) {

        .st-filter-panel[b-uy45gus4j5], .st-mobile-filters[b-uy45gus4j5] {
        display: none !important;
        }

        .hide-on-desktop[b-uy45gus4j5] {
            display: none !important;
        }

    }





/* -- Floating footer -- */

/*.st-footer-div {
    position: sticky;
    bottom: 0;
}*/

@media (min-width: 1400px) {

    .st-data-layout.has-sidebar .no-results-div[b-uy45gus4j5] {
        margin-left: -270px;
        transition: margin-left 0.25s ease;
    }

    .st-data-layout.has-sidebar.sidebar-collapsed .no-results-div[b-uy45gus4j5] {
        margin-left: -44px;
    }

    .st-data-layout.has-sidebar .st-grid-floating-pagination[b-uy45gus4j5] {
        margin-left: -270px;
        transition: margin-left 0.25s ease;
    }

    .st-data-layout.has-sidebar.sidebar-collapsed .st-grid-floating-pagination[b-uy45gus4j5] {
        margin-left: -44px;
    }


    .st-data-layout.has-sidebar .splash-screen[b-uy45gus4j5] {
        margin-left: -270px;
        transition: margin-left 0.25s ease;
    }

    .st-data-layout.has-sidebar.sidebar-collapsed .splash-screen[b-uy45gus4j5] {
        margin-left: -44px;
    }
}
/* /Pages/UI/Components/STGridSecondary.razor.rz.scp.css */
.st-secondary-card-grid[b-jqzup87mnn] {
    display: grid;
    gap: var(--grid-gap, 16px);
    grid-template-columns: repeat(auto-fill, minmax(var(--grid-min-width, 250px), 1fr));
}

.st-listview-grid[b-jqzup87mnn] {
    display: grid;
    gap: var(--grid-gap, 16px);
    grid-template-columns: 1fr;
}
/* /Pages/UI/Components/STInput.razor.rz.scp.css */
/* -------------------------------------------------- */
/* ST INPUT */
/* -------------------------------------------------- */

.st-input[b-kw8e2lyb00] {
    position: relative;
    display: inline-block;
    /*width: 200px;*/
    width: 100%;
    font-family: inherit;
    height: 40px;
}

    .st-input input[b-kw8e2lyb00] {
        width: 100%;
        padding: 9px 8px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 6px;
        outline: none;
        background: white;
        transition: border-color 0.2s ease;
        padding-left: 15px;
        color: #333;
    }

        .st-input input:focus[b-kw8e2lyb00] {
            border-color: var(--app-primary-hover);
        }

    .st-input label[b-kw8e2lyb00] {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        background: transparent;
        padding: 0 4px;
        color: #666;
        font-size: 14px;
        pointer-events: none;
        transition: all 0.2s ease;
        border-radius: 4px;
    }

    /* Float label when input has focus or value */
    .st-input input:focus + label[b-kw8e2lyb00],
    .st-input input:not(:placeholder-shown) + label[b-kw8e2lyb00] {
        top: 0px;
        left: 15px;
        font-size: 12px;
        color: var(--app-primary-hover);
        background: white;
    }

    .st-input input.validation-error:focus + label[b-kw8e2lyb00],
    .st-input input.validation-error:not(:placeholder-shown) + label[b-kw8e2lyb00] {
        color: #dc3545;
    }

    .st-input.validation-error .st-input label[b-kw8e2lyb00] {
        color: #dc3545;
    }

    .st-input input:-webkit-autofill + label[b-kw8e2lyb00] {
        top: 0px;
        left: 15px;
        font-size: 12px;
        color: var(--app-primary-hover);
        background: white;
    }

.validation-error[b-kw8e2lyb00] {
    border-color: #dc3545 !important;
    background-color: #fff3f3 !important;
}

.validation-message[b-kw8e2lyb00] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    margin-left: 15px;
    display: flex;
    gap: 10px;
    position: absolute;
    top: -32px;
    right: 8px;
    align-items: baseline;
    padding: 5px;
}

.input-readonly > input[b-kw8e2lyb00] {
    opacity: 0.8;
    user-select: none;
    pointer-events: none;
    background: #f1f1f140;
}
/* /Pages/UI/Components/STListToggle.razor.rz.scp.css */
/* -------------------------------------------------- */
/* ST LIST TOGGLE */
/* -------------------------------------------------- */

.st-list-toggle[b-mh4h6kd3qi] {
    display: flex;
    justify-content: flex-end;
}

.toggle-group[b-mh4h6kd3qi] {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    gap: 5px;
}

.toggle-button[b-mh4h6kd3qi] {
    cursor: pointer;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: var(--app-primary);
    background: var(--bs-gray-200);
    padding: 0 10px;
    transition: all 0.2s ease;
    font-weight: 600;
}

    .toggle-button.selected[b-mh4h6kd3qi] {
        background: darkgray;
    }

    .toggle-button i[b-mh4h6kd3qi] {
        font-size: 24px;
    }
/* /Pages/UI/Components/STNumberPicker.razor.rz.scp.css */
/* -------------------------------------------------- */
/* ST INPUT */
/* -------------------------------------------------- */

.st-input[b-pjhgs1utdz] {
    position: relative;
    display: inline-block;
    /*width: 200px;*/
    width: 100%;
    font-family: inherit;
    height: 40px;
}

    .st-input input[b-pjhgs1utdz] {
        width: 100%;
        padding: 9px 8px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 6px;
        outline: none;
        background: white;
        transition: border-color 0.2s ease;
        padding-left: 15px;
        color: #333;
    }

        .st-input input:focus[b-pjhgs1utdz] {
            border-color: var(--app-primary-hover);
        }

    .st-input label[b-pjhgs1utdz] {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        background: transparent;
        padding: 0 4px;
        color: #666;
        font-size: 14px;
        pointer-events: none;
        transition: all 0.2s ease;
        border-radius: 4px;
    }

    /* Float label when input has focus or value */
    .st-input input:focus + label[b-pjhgs1utdz],
    .st-input input:not(:placeholder-shown) + label[b-pjhgs1utdz] {
        top: 0px;
        left: 15px;
        font-size: 12px;
        color: var(--app-primary-hover);
        background: white;
    }

    .st-input input.validation-error:focus + label[b-pjhgs1utdz],
    .st-input input.validation-error:not(:placeholder-shown) + label[b-pjhgs1utdz] {
        color: #dc3545;
    }

    .st-input.validation-error .st-input label[b-pjhgs1utdz] {
        color: #dc3545;
    }

    .st-input input:-webkit-autofill + label[b-pjhgs1utdz] {
        top: 0px;
        left: 15px;
        font-size: 12px;
        color: var(--app-primary-hover);
        background: white;
    }

.validation-error[b-pjhgs1utdz] {
    border-color: #dc3545 !important;
    background-color: #fff3f3 !important;
}

.validation-message[b-pjhgs1utdz] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    margin-left: 15px;
    display: flex;
    gap: 10px;
    position: absolute;
    top: -32px;
    right: 8px;
    align-items: baseline;
    padding: 5px;
}

.input-readonly > input[b-pjhgs1utdz] {
    opacity: 0.8;
    user-select: none;
    pointer-events: none;
    background: #f1f1f140;
}
/* /Pages/UI/Components/STOptionsButton.razor.rz.scp.css */
/* /Pages/UI/Components/STSearchDropdown.razor.rz.scp.css */
/* /Pages/UI/Components/STStatusBadge.razor.rz.scp.css */
.st-status-badge[b-kx559qvdz1] {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 3px 6px;
    border-radius: 100px;
    text-transform: uppercase;
    gap: 5px;
    display: flex;
}
/* /Pages/UI/Components/STStatusToggle.razor.rz.scp.css */
/* -------------------------------------------------- */
/* ST Button Toggle - A1 */
/* -------------------------------------------------- */

.complete-toggle[b-2q2f8br5dc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    gap: 10px;
    height: 40px;
    width: 130px;
}

    .complete-toggle.incomplete[b-2q2f8br5dc] {
        background: var(--app-primary);
        color: white;
    }

    .complete-toggle.completed[b-2q2f8br5dc] {
        background: #16a34a;
        color: white;
    }

    .complete-toggle.disabled[b-2q2f8br5dc] {
        background: lightgray;
        color: white;
        user-select: none;
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.8;
    }

    .complete-toggle.dec-incomplete[b-2q2f8br5dc] {
        background: var(--app-primary);
        color: white;
    }

    .complete-toggle.dec-completed[b-2q2f8br5dc] {
        background: #db2323;
        color: white;
    }
/* /Pages/UI/Components/STSwitch.razor.rz.scp.css */
.toggle-switch[b-owo70ug80w] {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}

    .toggle-switch input[b-owo70ug80w] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .toggle-switch .slider[b-owo70ug80w] {
        position: absolute;
        cursor: pointer;
        inset: 0;
        background-color: #d1d5db;
        transition: .25s;
        border-radius: 24px;
    }

        .toggle-switch .slider[b-owo70ug80w]:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 3px;
            top: 3px;
            background-color: white;
            transition: .25s;
            border-radius: 50%;
            box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        }

    .toggle-switch input:checked + .slider[b-owo70ug80w] {
        background-color: var(--app-secondary);
    }

        .toggle-switch input:checked + .slider[b-owo70ug80w]:before {
            transform: translateX(22px);
        }

    .toggle-switch .slider:hover[b-owo70ug80w] {
        filter: brightness(0.95);
    }
/* /Pages/UI/Components/STTextArea.razor.rz.scp.css */
/* -------------------------------------------------- */
/* ST TEXT AREA */
/* -------------------------------------------------- */

.st-text-area[b-sd12ocomba] {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: inherit;
    height: 50px;
}

    .st-text-area input[b-sd12ocomba] {
        width: 100%;
        padding: 12px 8px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 6px;
        outline: none;
        background: white;
        transition: border-color 0.2s ease;
        padding-left: 15px;
    }

        .st-text-area input:focus[b-sd12ocomba] {
            border-color: var(--app-primary-hover); /* Accent color */
        }

    /* TextArea styles - matching input styles */
    .st-text-area textarea[b-sd12ocomba] {
        width: 100%;
        padding: 12px 8px;
        font-size: 14px;
        color: #333;
        border: 1px solid #ccc;
        border-radius: 6px;
        outline: none;
        background: white;
        transition: border-color 0.2s ease;
        padding-left: 15px;
        padding-top: 15px;
        font-family: inherit;
        resize: vertical; /* Allows vertical resize only */
        min-height: 100px;
    }

        .st-text-area textarea:focus[b-sd12ocomba] {
            border-color: var(--app-primary-hover);
        }

    .st-text-area label[b-sd12ocomba] {
        position: absolute;
        top: 20%;
        left: 15px;
        transform: translateY(-50%);
        background: transparent;
        padding: 0 4px;
        color: #888;
        font-size: 14px;
        pointer-events: none;
        transition: all 0.2s ease;
        border-radius: 4px;
    }

    /* Float label when input has focus or value */
    .st-text-area input:focus + label[b-sd12ocomba],
    .st-text-area input:not(:placeholder-shown) + label[b-sd12ocomba] {
        top: 0px;
        left: 15px;
        font-size: 12px;
        color: var(--app-primary-hover);
        background: white;
    }

    /* Float label when textarea has focus or value */
    .st-text-area textarea:focus + label[b-sd12ocomba],
    .st-text-area textarea:not(:placeholder-shown) + label[b-sd12ocomba] {
        top: 0px;
        left: 15px;
        font-size: 12px;
        color: var(--app-primary-hover);
        background: white;
    }

    /* Validation error states for input */
    .st-text-area input.validation-error:focus + label[b-sd12ocomba],
    .st-text-area input.validation-error:not(:placeholder-shown) + label[b-sd12ocomba] {
        color: #dc3545;
    }

    /* Validation error states for textarea */
    .st-text-area textarea.validation-error:focus + label[b-sd12ocomba],
    .st-text-area textarea.validation-error:not(:placeholder-shown) + label[b-sd12ocomba] {
        color: #dc3545;
    }

    .st-text-area.validation-error .st-text-area label[b-sd12ocomba] {
        color: #dc3545;
    }

.validation-error[b-sd12ocomba] {
    border-color: #dc3545 !important;
    background-color: #fff3f3 !important;
}

.validation-message[b-sd12ocomba] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    margin-left: 15px;
    display: flex;
    gap: 10px;
    position: absolute;
    top: -32px;
    right: 8px;
    align-items: baseline;
    padding: 5px;
}

.st-text-area:has(textarea)[b-sd12ocomba] {
    height: auto;
    min-height: 100px;
}
/* /Shared/AttachmentTemplate.razor.rz.scp.css */

/* -------------------------------------------------- */
/* Attachments Template */
/* -------------------------------------------------- */

.attachment-template-div[b-p89ehcoo7t] {
    margin-top: 10px;
    opacity: 1;
    width: 100%;
}

    .attachment-template-div.removing[b-p89ehcoo7t] {
        opacity: 0;
        transition: opacity 0.2s ease;
    }

.attachment-card[b-p89ehcoo7t] {
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.at-card-preview[b-p89ehcoo7t] {
    height: 140px;
    background: #f7f8fa;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .at-card-preview img[b-p89ehcoo7t] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.at-grid-file[b-p89ehcoo7t] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
}


.at-card-footer[b-p89ehcoo7t] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 12px 14px;
    gap: 10px;
    height: 80px;
}

.at-card-info[b-p89ehcoo7t] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.at-card-title[b-p89ehcoo7t] {
    font-family: 'Segoe UI', system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.at-card-meta[b-p89ehcoo7t] {
    font-family: 'Segoe UI', system-ui, sans-serif;
    font-size: 0.72rem;
    color: #9a9aaa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }

}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/

.page[b-1gsd14h1ov] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-1gsd14h1ov] {
    flex: 1;
}

/*.sidebar {
    background-color: var(--app-primary);
}*/

.top-row[b-1gsd14h1ov]  a, .top-row .btn-link[b-1gsd14h1ov] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-1gsd14h1ov] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1gsd14h1ov] {
        display: none;
    }

    .top-row.auth[b-1gsd14h1ov] {
        justify-content: space-between;
    }

    .top-row a[b-1gsd14h1ov], .top-row .btn-link[b-1gsd14h1ov] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
/*    .page {
        flex-direction: row;
    }*/

/*    .sidebar {
        width: 250px;
        min-height: 100vh;
        position: sticky;
        top: 0;
    }*/

    .top-row[b-1gsd14h1ov] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-1gsd14h1ov] {
        padding-left: 2rem !important;
        padding-right: 1rem !important;
    }
}
/* /Shared/NavigationMenu.razor.rz.scp.css */
 
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */
@keyframes fadein-b-p6md8jmm7i {
    from {
        right: -100%;
    }

    to {
        right: 1.5rem;
    }
}
