/* /Components/DetailsFieldComponent.razor.rz.scp.css */
/*::deep.dropcontentline .k-button-group {
    column-gap: 10px;
}
*/
/*::deep.add-pc button.k-button {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-image: unset;
    border-color: unset;
    min-width: 70px;
    background: #00447b;
}

::deep.add-pc button.k-button span {
    font-size: 30px;
}*/

/*
::deep.dropcontentline .k-button-group button.k-button {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-radius: 50%;
    border-color: black;
    background: white;
    box-shadow: unset;
}
*/
/*::deep.dropcontentline .k-button-group button.k-button:hover .k-icon {
    color: black;
}

::deep.dropcontentline .k-button-group button.k-button.k-state-selected {
   
    background: black;
}

::deep.dropcontentline .k-button-group button.k-button.k-state-selected:hover .k-icon {
    color: white;
}


::deep.scan-qr__container button.k-button {
    background: #00447b;
    color: white;
}

::deep.scan-qr__container button.k-button img {
    filter: brightness(0) invert(1);
}

.btn-goback {
    font-style: italic;
    text-decoration: underline;
    color: #293E78;
    cursor: pointer;
}*/

/* new style */
/*::deep.list__cotainer .k-toolbar {
    background: #293E78;
}

::deep.list__cotainer .k-toolbar button.k-button {
    background: #DA552A;
    position: absolute;
    right: 5px;
    color: white;
}*/

/*::deep.list__cotainer .k-grid-header table thead {
    background: #293E78;
    color: #F6FAFF;
}*/

/*::deep.list__cotainer .k-grid-container .k-grid-content table td button.k-button {
    background: unset;
    float: right;
    color: #DA552A;
}*/


/*label {
    font-size: 13px;
}

::deep.add-pc button.k-button {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-image: unset;
    border-color: unset;
    min-width: 70px;
    background: #00447b;
}*/

/* isCheck group btns */
/*::deep.btn-group__isCheck .k-button-group button.k-button {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-radius: 50%;
    border-color: black;
    background: white;
    box-shadow: unset;
}

::deep.btn-footer__container .k-button {
    color: white;
}

::deep.btn-group__isCheck .k-button-group button.k-button:hover .k-icon {
    color: black;
}

::deep.btn-group__isCheck .k-button-group button.k-button.k-state-selected {
    background: black;
}

    ::deep.btn-group__isCheck .k-button-group button.k-button.k-state-selected:hover .k-icon {
        color: white;
    }


::deep.add-pc button.k-button span {
    font-size: 30px;
}*/


/* ismaintenance group btns */
/*::deep.btn-footer__container .k-button-group button.k-button.k-state-selected {
    background: #FF0000;
}

::deep.btn-footer__container .k-button-group button.k-button {
    border-radius: 5px;
    background: black;
    border: unset;
    box-shadow: unset;
}*/

/* new style */
/*::deep.list__cotainer .k-toolbar {
    background: #293E78;
}

    ::deep.list__cotainer .k-toolbar button.k-button {
        background: #DA552A;
        position: absolute;
        right: 5px;
        color: white;
    }
@media (min-width: 200px) {
    .dropcontent .btn-group__isCheck {
        column-gap: unset;
        flex-direction: row;
        justify-content: space-between;
    }

    ::deep.btn-footer__container .k-button-group {
        flex-direction: column;
        grid-row-gap: 10px;
        width: 100%;
    }

        ::deep.btn-footer__container .k-button-group button.k-button {
            width: 100%;
            height: 40px;
        }

}

@media (min-width: 768px) {
    .dropcontent .btn-group__isCheck {
        column-gap: 10px;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    ::deep.btn-footer__container .k-button-group {
        flex-direction: row;
        grid-row-gap: 10px;
        column-gap: 10px;
    }

        ::deep.btn-footer__container .k-button-group button.k-button {
            width: 150px;
            height: 50px;
        }
}*/
/* /Components/JobTaskComponent.razor.rz.scp.css */
[b-up5yrcan6f] .k-form-layout {
    overflow: auto;
    flex: auto;
}

.cs-attachment[b-up5yrcan6f] {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

[b-up5yrcan6f] .imagecarousel-window {
    width: 100% !important;
    height: 100% !important;
}

[b-up5yrcan6f] .img-carousel-content {
    width: 100% !important;
    height: 100% !important;
}

.image-carousel > img[b-up5yrcan6f] {
    object-fit: contain;
    width: 100%;
}

.custom-row-colors .k-grid-table .k-master-row.k-alt:hover[b-up5yrcan6f] {
    background-color: cyan;
}

/* Job Task Styling */

.job-number[b-up5yrcan6f] {
    font-size: 1.75rem;
    color: #2c3e50;
}

.back-btn[b-up5yrcan6f] {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
}

[b-up5yrcan6f] .service-type-radio .k-radio-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

[b-up5yrcan6f] .service-type-radio .k-radio-item {
    margin-right: 1.5rem;
}

/* Timer Styling */
.timer-display[b-up5yrcan6f] {
    text-align: center;
}

.timer-value[b-up5yrcan6f] {
    font-size: 3rem;
    font-weight: bold;
    color: #e74c3c;
    font-family: 'Courier New', monospace;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.timer-controls[b-up5yrcan6f] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.timer-control-item[b-up5yrcan6f] {
    text-align: center;
}

.timer-btn[b-up5yrcan6f] {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .timer-btn:hover[b-up5yrcan6f] {
        transform: scale(1.1);
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

    .timer-btn img[b-up5yrcan6f] {
        width: 60px;
        height: 60px;
    }

.timer-label[b-up5yrcan6f] {
    margin-top: 10px;
    font-weight: 600;
    color: #555;
}

.start-time-display[b-up5yrcan6f] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    border-left: 4px solid #007bff;
}

.start-time-value[b-up5yrcan6f] {
    font-size: 1.1rem;
    margin-top: 0.25rem;
}

/* Plant Details Styling */
.plant-details[b-up5yrcan6f] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.detail-row[b-up5yrcan6f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f3f4;
}

    .detail-row:last-child[b-up5yrcan6f] {
        border-bottom: none;
    }

.detail-label[b-up5yrcan6f] {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.9rem;
}

.detail-value[b-up5yrcan6f] {
    color: #2c3e50;
    text-align: right;
    max-width: 60%;
    word-break: break-word;
}

/* Stop Reason Section */
.stop-reason-section[b-up5yrcan6f] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1rem;
}

[b-up5yrcan6f] .completion-options .k-radio-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.completion-item[b-up5yrcan6f] {
    padding: 0.5rem;
    background: white;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}

.meter-reading-section[b-up5yrcan6f] {
    background: white;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #e9ecef;
    margin-top: 1rem;
}

/* Attachment Styling */
.attachment-controls[b-up5yrcan6f] {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1rem;
}

.attachment-list[b-up5yrcan6f] {
    max-height: 250px;
    overflow-y: auto;
}

/* Grid Styling */
[b-up5yrcan6f] .history-grid,
[b-up5yrcan6f] .attachment-grid {
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

/* Action Buttons */
.action-buttons[b-up5yrcan6f] {
    border-top: 2px solid #f1f3f4;
    background: #fafbfc;
    margin: 2rem -15px -15px -15px;
    padding: 1rem 15px;
}

.btn-submit[b-up5yrcan6f] {
    min-width: 150px;
}

.btn-cancel[b-up5yrcan6f] {
    min-width: 120px;
}

/* Card Enhancements */
[b-up5yrcan6f] .card {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

[b-up5yrcan6f] .card-header {
    border-bottom: 1px solid #f1f3f4;
}

    [b-up5yrcan6f] .card-header h6 {
        margin: 0;
        font-size: 0.95rem;
    }

/* Form Controls */
[b-up5yrcan6f] .form-label {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

[b-up5yrcan6f] .form-control,
[b-up5yrcan6f] .k-textbox,
[b-up5yrcan6f] .k-dropdown,
[b-up5yrcan6f] .k-datepicker {
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    font-size: 0.9rem;
}

    [b-up5yrcan6f] .form-control:focus,
    [b-up5yrcan6f] .k-textbox:focus,
    [b-up5yrcan6f] .k-dropdown:focus,
    [b-up5yrcan6f] .k-datepicker:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
    }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .timer-value[b-up5yrcan6f] {
        font-size: 2.5rem;
    }

    .timer-btn[b-up5yrcan6f] {
        width: 70px;
        height: 70px;
    }

        .timer-btn img[b-up5yrcan6f] {
            width: 50px;
            height: 50px;
        }

    .job-number[b-up5yrcan6f] {
        font-size: 1.5rem;
    }

    .detail-row[b-up5yrcan6f] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .detail-value[b-up5yrcan6f] {
        max-width: 100%;
        text-align: left;
    }

    .action-buttons .d-flex[b-up5yrcan6f] {
        flex-direction: column;
    }

    .btn-submit[b-up5yrcan6f],
    .btn-cancel[b-up5yrcan6f] {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 576px) {
    [b-up5yrcan6f] .service-type-radio .k-radio-list {
        flex-direction: column;
    }

    .attachment-controls .row > .col-6[b-up5yrcan6f] {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0.5rem;
    }
}

/* Calculator Styles */
.time-display[b-up5yrcan6f] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #dee2e6;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}

.calculator-container[b-up5yrcan6f] {
    max-width: 300px;
    margin: 0 auto;
}

.calculator-grid[b-up5yrcan6f] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.calculator-btn[b-up5yrcan6f] {
    min-height: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.calculator-btn:hover[b-up5yrcan6f] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.calculator-btn:active[b-up5yrcan6f] {
    transform: translateY(0);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}

.calculator-btn-wide[b-up5yrcan6f] {
    grid-column: span 2;
}

/* Number buttons */
.calculator-btn.btn-light[b-up5yrcan6f] {
    background-color: #ffffff;
    color: #495057;
    border-color: #ced4da;
}

.calculator-btn.btn-light:hover[b-up5yrcan6f] {
    background-color: #f8f9fa;
    border-color: #adb5bd;
}

/* Clear and Delete buttons */
.calculator-btn.btn-outline-secondary[b-up5yrcan6f] {
    background-color: #6c757d;
    color: white;
    border-color: #6c757d;
}

.calculator-btn.btn-outline-secondary:hover[b-up5yrcan6f] {
    background-color: #5a6268;
    border-color: #545b62;
}

/* Decimal button */
.calculator-btn.btn-info[b-up5yrcan6f] {
    background-color: #17a2b8;
    color: white;
    border-color: #17a2b8;
}

.calculator-btn.btn-info:hover[b-up5yrcan6f] {
    background-color: #138496;
    border-color: #117a8b;
}

/* Save button */
.btn-success.w-100[b-up5yrcan6f] {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
}

.btn-success.w-100:hover[b-up5yrcan6f] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
/* /Components/JobTaskComponentV2.razor.rz.scp.css */
.jobtask-v2-page[b-90arjcr6bz] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    width: 100%;
    color: #1f2937;
}

.jobtask-v2-header[b-90arjcr6bz] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.1rem 0 0.35rem;
}

.jobtask-v2-back[b-90arjcr6bz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 0;
    border-radius: 999px;
    padding: 0.45rem 0.9rem 0.45rem 0.8rem;
    background: linear-gradient(180deg, #ff7a18 0%, #ff5f00 100%);
    color: #fff;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(255, 95, 0, 0.24);
    font-size: 0.92rem;
}

.jobtask-v2-back:hover[b-90arjcr6bz] {
    filter: brightness(1.03);
}

.jobtask-v2-title-block[b-90arjcr6bz] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.jobtask-v2-job-number[b-90arjcr6bz] {
    font-size: clamp(1.45rem, 1.7vw, 1.85rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #111827;
    line-height: 1;
}

.jobtask-v2-job-subtitle[b-90arjcr6bz] {
    font-size: 0.72rem;
    color: #6b7280;
    line-height: 1.1;
}

.jobtask-v2-service-panel[b-90arjcr6bz] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
}

.jobtask-v2-service-header[b-90arjcr6bz] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 40px;
    padding: 0.45rem 1rem;
    border-bottom: 1px solid #eef2f7;
    color: #111827;
    font-size: 0.94rem;
    font-weight: 700;
}

.jobtask-v2-service-icon[b-90arjcr6bz] {
    color: #4ea6ff;
    font-size: 1rem;
}

.jobtask-v2-service-options[b-90arjcr6bz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1.15rem;
    padding: 0.9rem 1rem 1rem;
}

.jobtask-v2-service-option[b-90arjcr6bz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    color: #1f2937;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.jobtask-v2-service-option input[b-90arjcr6bz] {
    width: 0.9rem;
    height: 0.9rem;
    margin: 0;
    accent-color: #ff7a18;
}

.jobtask-v2-service-option.is-selected[b-90arjcr6bz] {
    color: #111827;
}

.jobtask-v2-timesheet-grid[b-90arjcr6bz]  .k-grid-tbody > tr.jobtask-v2-timesheet-row-editing > td {
    background-color: #ffedd5;
}

.jobtask-v2-main-grid[b-90arjcr6bz] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 1rem;
    align-items: start;
}

.jobtask-v2-task-card[b-90arjcr6bz],
.jobtask-v2-plant-card[b-90arjcr6bz] {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
}

.jobtask-v2-task-card .card-header[b-90arjcr6bz],
.jobtask-v2-plant-card .card-header[b-90arjcr6bz] {
    min-height: 48px;
    display: flex;
    align-items: center;
    background: #f8fafc;
}

.jobtask-v2-task-card .card-body[b-90arjcr6bz],
.jobtask-v2-plant-card .card-body[b-90arjcr6bz] {
    padding-top: 1rem;
}

.jobtask-v2-main-grid .form-label[b-90arjcr6bz] {
    margin-bottom: 0.45rem;
    font-size: 0.9rem;
    color: #374151 !important;
}

.jobtask-v2-main-grid .form-control[b-90arjcr6bz],
.jobtask-v2-main-grid .k-textbox[b-90arjcr6bz],
.jobtask-v2-main-grid .k-dropdown[b-90arjcr6bz],
.jobtask-v2-main-grid .k-picker[b-90arjcr6bz] {
    border-radius: 6px;
    min-height: 42px;
    border-color: #d1d5db;
    background-color: #ffffff;
    color: #111827;
}

.jobtask-v2-date-hint[b-90arjcr6bz] {
    font-size: 0.78rem;
    line-height: 1.25;
}

.jobtask-v2-plant-details[b-90arjcr6bz] {
    display: flex;
    flex-direction: column;
}

.jobtask-v2-plant-row[b-90arjcr6bz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 0;
    border-bottom: 1px solid #eef2f7;
}

.jobtask-v2-plant-row:last-child[b-90arjcr6bz] {
    border-bottom: 0;
    padding-bottom: 0;
}

.jobtask-v2-plant-label[b-90arjcr6bz] {
    color: #6b7280;
    font-weight: 600;
    font-size: 0.95rem;
}

.jobtask-v2-plant-value[b-90arjcr6bz] {
    color: #111827;
    font-weight: 700;
    font-size: 0.95rem;
    text-align: right;
    word-break: break-word;
}

.jobtask-v2-timer-panel[b-90arjcr6bz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    padding: 1.3rem 1rem 1.4rem;
    border: 1px solid #f1e3d1;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff8f2 0%, #ffffff 100%);
    box-shadow: 0 10px 26px rgba(255, 95, 0, 0.08);
}

.jobtask-v2-timer-value[b-90arjcr6bz] {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #ff5f00;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.jobtask-v2-timer-status[b-90arjcr6bz] {
    font-size: 0.92rem;
    font-weight: 700;
    color: #6b7280;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.jobtask-v2-timer-button[b-90arjcr6bz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-width: 80px;
    padding: 0.85rem 1.25rem;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(255, 95, 0, 0.22);
}

.jobtask-v2-timer-button.is-running[b-90arjcr6bz] {
    background: linear-gradient(180deg, #ff7a18 0%, #ff5f00 100%);
}

.time-display[b-90arjcr6bz] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #dee2e6;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}

.manual-entry-controls[b-90arjcr6bz] {
    max-width: 520px;
    margin: 0 auto;
}

.manual-clock-grid[b-90arjcr6bz] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.manual-clock-card[b-90arjcr6bz] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.07);
}

.manual-clock-card-header[b-90arjcr6bz] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.manual-clock-kicker[b-90arjcr6bz] {
    color: #6b7280;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.manual-clock-time[b-90arjcr6bz] {
    color: #111827;
    font-size: clamp(1.85rem, 4vw, 2.6rem);
    font-weight: 900;
    line-height: 1.05;
    font-variant-numeric: tabular-nums;
}

.manual-clock-date-pill[b-90arjcr6bz] {
    flex: 0 0 auto;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    padding: 0.38rem 0.65rem;
    background: #fff7ed;
    color: #9a3412;
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    cursor: pointer;
    touch-action: manipulation;
}

.manual-clock-date-pill:hover[b-90arjcr6bz],
.manual-clock-date-pill[aria-expanded="True"][b-90arjcr6bz] {
    border-color: #ff7a18;
    background: #ffedd5;
    color: #c2410c;
}

.manual-clock-date-controls[b-90arjcr6bz] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
}

.manual-clock-date-picker[b-90arjcr6bz] {
    margin-top: 0.65rem;
    padding: 0.75rem;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    background: #fff7ed;
}

.manual-clock-date-picker label[b-90arjcr6bz] {
    display: block;
    margin-bottom: 0.35rem;
    color: #9a3412;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.manual-clock-chip[b-90arjcr6bz],
.manual-clock-minute-dot[b-90arjcr6bz],
.manual-clock-hour[b-90arjcr6bz],
.manual-clock-meridiem button[b-90arjcr6bz] {
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #ffffff;
    color: #374151;
    font-weight: 800;
    min-height: 42px;
    touch-action: manipulation;
}

.manual-clock-chip-primary[b-90arjcr6bz],
.manual-clock-chip:hover[b-90arjcr6bz],
.manual-clock-minute-dot:hover[b-90arjcr6bz],
.manual-clock-hour:hover[b-90arjcr6bz],
.manual-clock-meridiem button:hover[b-90arjcr6bz] {
    border-color: #ff7a18;
    color: #c2410c;
}

.manual-clock-face[b-90arjcr6bz] {
    position: relative;
    width: min(300px, 78vw);
    aspect-ratio: 1;
    margin: 1rem auto 0.85rem;
    border: 8px solid #ffedd5;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #111827 0 15%, transparent 15.5%),
        radial-gradient(circle at center, #ffffff 0 31%, #fff7ed 31.5% 100%);
    box-shadow: inset 0 0 0 1px #fed7aa, 0 12px 24px rgba(255, 95, 0, 0.12);
}

.manual-clock-hand[b-90arjcr6bz] {
    position: absolute;
    left: calc(50% - 2px);
    top: 17%;
    width: 4px;
    height: 33%;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff7a18 0%, #ff5f00 100%);
    transform-origin: 50% 100%;
    z-index: 1;
}

.manual-clock-center[b-90arjcr6bz] {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #111827;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.24);
}

.manual-clock-hour[b-90arjcr6bz] {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-height: 44px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    font-size: 1rem;
}

.manual-clock-minute-dot[b-90arjcr6bz] {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-height: 36px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffffff;
    font-size: 0.78rem;
}

.manual-clock-hour.is-selected[b-90arjcr6bz],
.manual-clock-minute-dot.is-selected[b-90arjcr6bz],
.manual-clock-meridiem button.is-selected[b-90arjcr6bz] {
    border-color: #ff5f00;
    background: linear-gradient(180deg, #ff7a18 0%, #ff5f00 100%);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(255, 95, 0, 0.22);
}

.manual-clock-meridiem[b-90arjcr6bz] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 0.65rem;
}

/* Save button */
.btn-success.w-100[b-90arjcr6bz] {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
}

.jobtask-v2-timer-button.is-paused[b-90arjcr6bz] {
    background: linear-gradient(180deg, #4b5563 0%, #374151 100%);
    box-shadow: 0 10px 22px rgba(55, 65, 81, 0.2);
}

.jobtask-v2-timer-button:hover[b-90arjcr6bz] {
    filter: brightness(1.03);
}

.jobtask-v2-timer-button i[b-90arjcr6bz] {
    font-size: 0.95rem;
}

@media (max-width: 576px) {
    .jobtask-v2-header[b-90arjcr6bz] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.65rem;
    }

    .jobtask-v2-main-grid[b-90arjcr6bz] {
        grid-template-columns: 1fr;
    }

    .jobtask-v2-service-options[b-90arjcr6bz] {
        gap: 0.65rem 1rem;
    }

    .jobtask-v2-plant-row[b-90arjcr6bz] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .jobtask-v2-plant-value[b-90arjcr6bz] {
        text-align: left;
    }

    .manual-clock-grid[b-90arjcr6bz] {
        grid-template-columns: 1fr;
    }

    .manual-clock-card[b-90arjcr6bz] {
        padding: 0.85rem;
    }

    .manual-clock-card-header[b-90arjcr6bz] {
        flex-direction: column;
        align-items: flex-start;
    }

    .manual-clock-date-controls[b-90arjcr6bz] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/PrestartCheckListPerGroupComponent.razor.rz.scp.css */
/* /Components/SummaryBaseComponent.razor.rz.scp.css */
/*label {
    font-size: 13px;
}*/


/* isCheck group btns */
/*::deep.btn-group__isCheck .k-button-group button.k-button {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-radius: 50%;
    border-color: black;
    background: white;
    box-shadow: unset;
}

::deep.btn-footer__container .k-button {
    color: white;
}

::deep.btn-group__isCheck .k-button-group button.k-button:hover .k-icon {
    color: black;
}

::deep.btn-group__isCheck .k-button-group button.k-button.k-state-selected {
    background: black;
}

::deep.btn-group__isCheck .k-button-group button.k-button.k-state-selected:hover .k-icon {
    color: white;
}*/

/* ismaintenance group btns */
/*::deep.btn-footer__container .k-button-group button.k-button.k-state-selected {
    background: #FF0000;
}

::deep.btn-footer__container .k-button-group button.k-button {
    border-radius: 5px;
    background: black;
    border: unset;
    box-shadow: unset;
}*/

/* new style */
/*::deep.list__cotainer .k-toolbar {
    background: #293E78;
}*/

/*::deep.list__cotainer .k-toolbar button.k-button {
    background: #DA552A;
    position: absolute;
    right: 5px;
    color: white;
}

::deep.buttons .btn-cancel.k-button {
    background: #F6FAFF;
    background-image: unset;
    box-shadow: unset;
}

@media (min-width: 200px) {
    .dropcontent .btn-group__isCheck {
        column-gap: unset;
        flex-direction: row;
        justify-content: space-between;
    }

    ::deep.btn-footer__container .k-button-group {
        flex-direction: column;
        grid-row-gap: 10px;
        width: 100%;
    }

    ::deep.btn-footer__container .k-button-group button.k-button {
        width: 100%;
        height: 40px;
    }

    ::deep.defect-note__container .k-textarea {
        width: 100%;
    }

}

@media (min-width: 768px) {
    .dropcontent .btn-group__isCheck {
        column-gap: 10px;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    ::deep.btn-footer__container .k-button-group {
        flex-direction: row;
        grid-row-gap: 10px;
        column-gap: 10px;
    }

    ::deep.btn-footer__container .k-button-group button.k-button {
        width: 150px;
        height: 50px;
    }
}

@media (min-width: 1024px) {
    ::deep.defect-note__container .k-textarea {
        width: 50%;
    }
}*/ 
/* /Pages/Home.razor.rz.scp.css */
/* Home Page Styles */
.home-container[b-lhz2erndaa] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    background-color: var(--theme-bg-secondary);
    min-height: 100vh;
}

/* Welcome Section */
.welcome-section[b-lhz2erndaa] {
    background: var(--theme-card-bg);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px var(--theme-card-shadow);
    border: 1px solid var(--theme-card-border);
}

.welcome-title[b-lhz2erndaa] {
    font-size: 2rem;
    font-weight: 600;
    color: var(--theme-text-primary);
    margin-bottom: 0.5rem;
}

.welcome-subtitle[b-lhz2erndaa] {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0;
    color: var(--theme-text-secondary);
}

.company-logo[b-lhz2erndaa] {
    max-height: 60px;
    width: auto;
}

/* Feature Cards */
.features-grid .row[b-lhz2erndaa] {
    margin: 0 -0.75rem;
}

.feature-card[b-lhz2erndaa] {
    background: var(--theme-card-bg);
    border-radius: 12px;
    box-shadow: 0 2px 8px var(--theme-card-shadow);
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 2rem;
    border: 1px solid var(--theme-card-border);
    position: relative;
    overflow: hidden;
}

.feature-card:hover[b-lhz2erndaa] {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: #0d6efd;
}

.feature-card:hover .feature-icon img[b-lhz2erndaa] {
    transform: scale(1.1);
    filter: brightness(0) saturate(100%) invert(39%) sepia(93%) saturate(1280%)
        hue-rotate(200deg) brightness(96%) contrast(94%);
}

.feature-card:hover .feature-action[b-lhz2erndaa] {
    transform: translateX(5px);
    opacity: 1;
}

.feature-icon[b-lhz2erndaa] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--theme-bg-tertiary);
    border-radius: 12px;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.feature-icon img[b-lhz2erndaa] {
    width: 28px;
    height: 28px;
    transition: all 0.3s ease;
    filter: invert(47%) sepia(75%) saturate(555%) hue-rotate(193deg)
        brightness(70%) contrast(82%);
}

.feature-content[b-lhz2erndaa] {
    position: relative;
}

.feature-title[b-lhz2erndaa] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--theme-text-primary);
    margin-bottom: 0.75rem;
}

.feature-description[b-lhz2erndaa] {
    color: var(--theme-text-secondary);
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.feature-badge[b-lhz2erndaa] {
    position: absolute;
    top: -2rem;
    right: -2rem;
}

.feature-action[b-lhz2erndaa] {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #0d6efd;
    font-size: 1.2rem;
    opacity: 0.6;
    transition: all 0.3s ease;
}

/* Stats Section */
.stats-section[b-lhz2erndaa] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.section-title[b-lhz2erndaa] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
}

.stat-card[b-lhz2erndaa] {
    background: var(--theme-card-bg);
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid var(--theme-border-color);
    transition: all 0.3s ease;
    height: 100%;
}

.stat-card:hover[b-lhz2erndaa] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background: var(--theme-card-bg-hover);
}

.stat-icon[b-lhz2erndaa] {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.stat-number[b-lhz2erndaa] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--theme-text-primary);
    margin-bottom: 0.25rem;
}

.stat-label[b-lhz2erndaa] {
    font-size: 0.875rem;
    color: var(--theme-text-secondary);
    font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .home-container[b-lhz2erndaa] {
        padding: 1rem;
    }

    .welcome-section[b-lhz2erndaa] {
        padding: 1.5rem;
        text-align: center;
    }

    .welcome-title[b-lhz2erndaa] {
        font-size: 1.5rem;
    }

    .welcome-subtitle[b-lhz2erndaa] {
        font-size: 1rem;
    }

    .company-logo[b-lhz2erndaa] {
        max-height: 50px;
        margin-top: 1rem;
    }

    .feature-card[b-lhz2erndaa] {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }

    .feature-title[b-lhz2erndaa] {
        font-size: 1.1rem;
    }

    .feature-description[b-lhz2erndaa] {
        font-size: 0.9rem;
    }

    .stats-section[b-lhz2erndaa] {
        padding: 1.5rem;
    }

    .stat-card[b-lhz2erndaa] {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .stat-number[b-lhz2erndaa] {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .welcome-title[b-lhz2erndaa] {
        font-size: 1.25rem;
    }

    .feature-icon[b-lhz2erndaa] {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }

    .feature-icon img[b-lhz2erndaa] {
        width: 24px;
        height: 24px;
    }

    .feature-title[b-lhz2erndaa] {
        font-size: 1rem;
    }

    .feature-description[b-lhz2erndaa] {
        font-size: 0.85rem;
    }
}

/* Animation for page load */
.feature-card[b-lhz2erndaa] {
    animation: fadeInUp-b-lhz2erndaa 0.6s ease forwards;
}

.feature-card:nth-child(1)[b-lhz2erndaa] {
    animation-delay: 0.1s;
}
.feature-card:nth-child(2)[b-lhz2erndaa] {
    animation-delay: 0.2s;
}
.feature-card:nth-child(3)[b-lhz2erndaa] {
    animation-delay: 0.3s;
}
.feature-card:nth-child(4)[b-lhz2erndaa] {
    animation-delay: 0.4s;
}
.feature-card:nth-child(5)[b-lhz2erndaa] {
    animation-delay: 0.5s;
}
.feature-card:nth-child(6)[b-lhz2erndaa] {
    animation-delay: 0.6s;
}

@keyframes fadeInUp-b-lhz2erndaa {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/JobCardFormPage.razor.rz.scp.css */
.job-card-page[b-978qtmc7ry] {
    max-width: 1400px;
    padding: 1rem;
}

.job-page-header[b-978qtmc7ry] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.job-number[b-978qtmc7ry] {
    font-size: 1.75rem;
    color: #2c3e50;
    font-weight: 700;
}

.job-back-btn[b-978qtmc7ry] {
    min-width: 5rem;
    border-radius: 999px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.job-page-header__meta[b-978qtmc7ry] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.15rem;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.meta-label[b-978qtmc7ry] {
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.job-page-header__meta strong[b-978qtmc7ry] {
    color: #0d6efd;
    font-size: 0.95rem;
}

.job-number-row[b-978qtmc7ry] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.field-hint[b-978qtmc7ry] {
    display: block;
    margin-top: 0.4rem;
}

.job-number-input[b-978qtmc7ry] {
    flex: 1 1 auto;
}

.job-number-generate[b-978qtmc7ry] {
    flex: 0 0 auto;
    min-width: 6rem;
}

.job-card-page[b-978qtmc7ry]  .card {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.job-card-page[b-978qtmc7ry]  .card-header {
    border-bottom: 1px solid #f1f3f4;
}

.job-card-page[b-978qtmc7ry]  .card-header h6 {
    margin: 0;
    font-size: 0.95rem;
}

.job-card-page[b-978qtmc7ry]  .form-label {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.job-card-page[b-978qtmc7ry]  .form-control,
.job-card-page[b-978qtmc7ry]  .k-textbox,
.job-card-page[b-978qtmc7ry]  .k-dropdownlist,
.job-card-page[b-978qtmc7ry]  .k-numerictextbox,
.job-card-page[b-978qtmc7ry]  .k-textarea {
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    font-size: 0.9rem;
    width: 100%;
}

.job-card-page[b-978qtmc7ry]  .k-input,
.job-card-page[b-978qtmc7ry]  .k-textbox,
.job-card-page[b-978qtmc7ry]  .k-dropdownlist,
.job-card-page[b-978qtmc7ry]  .k-numerictextbox,
.job-card-page[b-978qtmc7ry]  .k-textarea {
    border-color: #e1e5e9;
}

.job-card-page[b-978qtmc7ry]  .k-numerictextbox input[type="number"]::-webkit-inner-spin-button,
.job-card-page[b-978qtmc7ry]  .k-numerictextbox input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.job-card-page[b-978qtmc7ry]  .k-numerictextbox input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.job-card-page[b-978qtmc7ry]  .k-input:focus,
.job-card-page[b-978qtmc7ry]  .k-textbox:focus,
.job-card-page[b-978qtmc7ry]  .k-dropdownlist:focus,
.job-card-page[b-978qtmc7ry]  .k-numerictextbox:focus,
.job-card-page[b-978qtmc7ry]  .k-textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.job-card-page[b-978qtmc7ry]  .k-textarea textarea {
    min-height: 96px;
    resize: vertical;
}

.job-card-page[b-978qtmc7ry]  .k-dropdownlist,
.job-card-page[b-978qtmc7ry]  .k-textbox,
.job-card-page[b-978qtmc7ry]  .k-numerictextbox,
.job-card-page[b-978qtmc7ry]  .k-textarea {
    width: 100%;
}

.btn-warning[b-978qtmc7ry] {
    background-color: #ff6a00;
    border-color: #ff6a00;
    color: #fff;
}

.btn-warning:hover[b-978qtmc7ry],
.btn-warning:focus[b-978qtmc7ry] {
    background-color: #e35f00;
    border-color: #e35f00;
    color: #fff;
}

.job-card-page .btn-success[b-978qtmc7ry] {
    min-width: 150px;
}

.job-card-page .btn-success:disabled[b-978qtmc7ry] {
    opacity: 0.55;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .job-page-header[b-978qtmc7ry] {
        flex-direction: column;
        align-items: stretch;
    }

    .job-page-header__meta[b-978qtmc7ry] {
        align-items: flex-start;
    }

    .job-back-btn[b-978qtmc7ry],
    .job-card-page .btn-success[b-978qtmc7ry] {
        width: 100%;
    }

    .job-number-row[b-978qtmc7ry] {
        align-items: flex-start;
        flex-direction: column;
    }

    .job-number-generate[b-978qtmc7ry] {
        width: 100%;
    }
}
/* /Pages/JobCardPage.razor.rz.scp.css */
[b-gsbm65mi98] tr.job-status-new > td {
    background-color: #f8d7da !important; /* Light red background */
    border-color: #f5c6cb !important; /* Light red border */
    color: #721c24 !important; /* Dark red text */
}

[b-gsbm65mi98] tr.job-status-new:hover > td {
    background-color: #f1c4c9 !important;
}

.job-status-new-header[b-gsbm65mi98] {
    background-color: #dc3545; /* Bootstrap danger red */
    color: white; /* White text for contrast */
}

.job-status-new-text[b-gsbm65mi98] {
    color: #dc3545; /* Bootstrap danger red text */
    font-weight: bold;
}



/* Styles for larger screens (PC/Tablet) - default state */
#jobgrid-main-phone-only[b-gsbm65mi98] {
    display: none; /* Hide phone-only view by default on larger screens */
}

#jobgrid-main-pc-tablet-only[b-gsbm65mi98] {
    display: flex; /* Or whatever default display is for PC/Tablet view */
    /* ... other styles for PC/Tablet view ... */
}

/* Media query for smaller screens (e.g., max-width: 768px - common breakpoint for phones) */
@media (max-width: 768px) {
    #jobgrid-main-pc-tablet-only[b-gsbm65mi98] {
        display: none; /* Hide PC/Tablet view on phones */
    }

    #jobgrid-main-phone-only[b-gsbm65mi98] {
        display: block; /* Or flex, grid, etc., depending on the layout for phone view */
        /* ... other styles specific to phone view ... */
        margin: 20px;
    }
}


[b-gsbm65mi98] .new-task-row {
    background-color: red;
    color: white;
}

/*::deep.dropcontentline .k-button-group {
    column-gap: 10px;
}
*/

/*
::deep.dropcontentline .k-button-group button.k-button {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-radius: 50%;
    border-color: black;
    background: white;
    box-shadow: unset;
}
*/
[b-gsbm65mi98].dropcontentline .k-button-group button.k-button:hover .k-icon {
    color: black;
}

[b-gsbm65mi98].dropcontentline .k-button-group button.k-button.k-state-selected {
    background: black;
}

    [b-gsbm65mi98].dropcontentline .k-button-group button.k-button.k-state-selected:hover .k-icon {
        color: white;
    }


[b-gsbm65mi98].scan-qr__container button.k-button {
    background: #00447b;
    color: white;
}

    [b-gsbm65mi98].scan-qr__container button.k-button img {
        filter: brightness(0) invert(1);
    }

.btn-goback[b-gsbm65mi98] {
    font-style: italic;
    text-decoration: underline;
    color: #293E78;
    cursor: pointer;
}

/* new style */

/*::deep.list__cotainer .k-toolbar button.k-button {
    background: #DA552A;
    position: absolute;
    right: 5px;
    color: white;
}*/

/*::deep.list__cotainer .k-grid-header table thead {
    background: #293E78;
    color: #F6FAFF;
}*/

/*::deep.list__cotainer .k-grid-container .k-grid-content table td button.k-button {
    background: unset;
    float: right;
    color: #DA552A;
}*/
/* /Pages/PreStartPage.razor.rz.scp.css */
/*::deep.dropcontentline .k-button-group {
    column-gap: 10px;
}
*/

/*
::deep.dropcontentline .k-button-group button.k-button {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-radius: 50%;
    border-color: black;
    background: white;
    box-shadow: unset;
}
*/
[b-ke1muhsedl].dropcontentline .k-button-group button.k-button:hover .k-icon {
    color: black;
}

[b-ke1muhsedl].dropcontentline .k-button-group button.k-button.k-state-selected {
   
    background: black;
}

[b-ke1muhsedl].dropcontentline .k-button-group button.k-button.k-state-selected:hover .k-icon {
    color: white;
}


[b-ke1muhsedl].scan-qr__container button.k-button {
    background: #00447b;
    color: white;
}

[b-ke1muhsedl].scan-qr__container button.k-button img {
    filter: brightness(0) invert(1);
}

.btn-goback[b-ke1muhsedl] {
    font-style: italic;
    text-decoration: underline;
    color: #293E78;
    cursor: pointer;
}

/* new style */

/*::deep.list__cotainer .k-toolbar button.k-button {
    background: #DA552A;
    position: absolute;
    right: 5px;
    color: white;
}*/

/*::deep.list__cotainer .k-grid-header table thead {
    background: #293E78;
    color: #F6FAFF;
}*/

/*::deep.list__cotainer .k-grid-container .k-grid-content table td button.k-button {
    background: unset;
    float: right;
    color: #DA552A;
}*/
/* /Pages/Prestart/PreStartPageV2.razor.rz.scp.css */

/* /Pages/Prestart/_PrestartCheckListComponent.razor.rz.scp.css */
.prestart-checklist-container[b-yopbzzj5oq] {
    padding: 0;
}

.checklist-card[b-yopbzzj5oq] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.checklist-card:hover[b-yopbzzj5oq] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.checklist-card .card-header[b-yopbzzj5oq] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
}

.checklist-card .card-footer[b-yopbzzj5oq] {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
}

.checklist-info .fas[b-yopbzzj5oq] {
    width: 16px;
    text-align: center;
}

.view-controls .btn-group .btn[b-yopbzzj5oq] {
    border-radius: 4px;
    margin-right: 2px;
}

.view-controls .btn-group .btn:last-child[b-yopbzzj5oq] {
    margin-right: 0;
}

.results-info[b-yopbzzj5oq] {
    color: #6c757d;
    font-size: 0.9rem;
}

.no-results[b-yopbzzj5oq] {
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.loading-state[b-yopbzzj5oq] {
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.bg-gradient-primary[b-yopbzzj5oq] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
}

.checklist-actions .btn[b-yopbzzj5oq] {
    transition: all 0.2s ease;
}

.checklist-actions .btn:hover[b-yopbzzj5oq] {
    transform: translateY(-1px);
}

/* Site-specific checkbox styling */
.form-check-input[id*="site-active"][b-yopbzzj5oq] {
    background-color: #e3f2fd;
    border-color: #2196f3;
}

.form-check-input[id*="site-active"]:checked[b-yopbzzj5oq] {
    background-color: #2196f3;
    border-color: #2196f3;
}

.form-check-label.text-primary[b-yopbzzj5oq] {
    font-weight: 500;
}

/* Global active checkbox styling */
.form-check-input[id*="global-active"]:checked[b-yopbzzj5oq] {
    background-color: #28a745;
    border-color: #28a745;
}

/* Status indicators */
.text-success small i.fa-check-circle[b-yopbzzj5oq] {
    color: #28a745;
}

.text-warning small i.fa-exclamation-circle[b-yopbzzj5oq] {
    color: #ffc107;
}

.text-danger small i.fa-eye-slash[b-yopbzzj5oq] {
    color: #dc3545;
}

/* Row styling based on active status */
tr.bg-light.text-muted[b-yopbzzj5oq] {
    background-color: #f8f9fa !important;
}

tr.bg-light.text-muted td[b-yopbzzj5oq] {
    opacity: 0.7;
}

/* Enhanced site controls */
.site-controls[b-yopbzzj5oq] {
    padding: 0.5rem;
    border-left: 3px solid #2196f3;
    background-color: #f8f9fa;
    margin: 0.5rem 0;
}

/* Table column adjustments for the new checkboxes */
.table-fixed colgroup col:first-child[b-yopbzzj5oq] {
    width: 15% !important; /* Increased width for dual checkboxes */
}

.table-fixed colgroup col:nth-child(2)[b-yopbzzj5oq] {
    width: 30% !important;
}

.table-fixed colgroup col:nth-child(3)[b-yopbzzj5oq] {
    width: 35% !important;
}

.table-fixed colgroup col:last-child[b-yopbzzj5oq] {
    width: 20% !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .table-fixed colgroup col:first-child[b-yopbzzj5oq] {
        width: 20% !important;
    }
    
    .table-fixed colgroup col:nth-child(2)[b-yopbzzj5oq] {
        width: 35% !important;
    }
    
    .table-fixed colgroup col:nth-child(3)[b-yopbzzj5oq] {
        width: 30% !important;
    }
    
    .table-fixed colgroup col:last-child[b-yopbzzj5oq] {
        width: 15% !important;
    }
}

/* Status badge styling */
.status-badge[b-yopbzzj5oq] {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    display: inline-block;
    margin-top: 0.25rem;
}

.status-badge.active-global[b-yopbzzj5oq] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-badge.active-site[b-yopbzzj5oq] {
    background-color: #cce7ff;
    color: #0056b3;
    border: 1px solid #99d6ff;
}

.status-badge.inactive-site[b-yopbzzj5oq] {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.status-badge.inactive-global[b-yopbzzj5oq] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f1b0b7;
}

/* Grid responsiveness improvements */
@media (max-width: 768px) {
    .prestart-checklist-container .col-lg-4[b-yopbzzj5oq] {
        margin-bottom: 1rem;
    }
    
    .view-controls[b-yopbzzj5oq] {
        margin-top: 1rem;
    }
    
    .d-flex.justify-content-between[b-yopbzzj5oq] {
        flex-direction: column;
        align-items: stretch !important;
    }
}

/* Telerik Grid customizations */
[b-yopbzzj5oq] .k-grid .k-grid-header .k-header {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    font-weight: 600;
}

[b-yopbzzj5oq] .k-grid .k-grid-content .k-table-tbody .k-table-row:hover {
    background-color: #f8f9fa;
}

[b-yopbzzj5oq] .k-grid .k-table .k-table-td {
    border-color: #dee2e6;
}
/* /Pages/Prestart/_PrestartFormComponent.razor.rz.scp.css */
div.card[b-3i2pdqyr2t] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    padding: 10px;
    margin: 10px;
}

/* Enhanced file attachment styles */
.selected-files-container[b-3i2pdqyr2t] {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 0.5rem;
    background: white;
}

.file-list-item[b-3i2pdqyr2t] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.file-list-item:hover[b-3i2pdqyr2t] {
    background: #e9ecef;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.file-icon[b-3i2pdqyr2t] {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.file-name[b-3i2pdqyr2t] {
    color: #495057;
    font-weight: 500;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-size[b-3i2pdqyr2t] {
    color: #6c757d;
    font-size: 0.8rem;
}

/* Button styling for file removal */
.btn-outline-danger:hover[b-3i2pdqyr2t] {
    transform: scale(1.05);
}

/* Styles copied/adapted from VehicleBookingPrestartCheckListPerGroupComponent.razor.css
   and tuned for PreStartPageV2 (uses .status-dot and .na-badge)
*/

/* Status dot (used in PreStartPageV2) */
.status-dot[b-3i2pdqyr2t] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 700;
}

.status-empty[b-3i2pdqyr2t] {
    background: transparent;
    border: 2px solid #e9ecef;
}

.status-red[b-3i2pdqyr2t] {
    background: #dc3545;
    color: #fff;
    border: none;
}

.status-amber[b-3i2pdqyr2t] {
    background: #ffc107;
    color: #000;
    border: none;
}

.status-green[b-3i2pdqyr2t] {
    background: #28a745;
    color: #fff;
    border: none;
}

.status-black[b-3i2pdqyr2t] {
    background: #fff;
    color: #343a40;
    border: 2px solid #343a40;
}

.status-dot:hover[b-3i2pdqyr2t] {
    transform: scale(1.06);
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* N/A badge used in PreStartPageV2 */
.na-badge[b-3i2pdqyr2t] {
    min-width: 40px;
    height: 36px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: #6c757d;
    cursor: pointer;
}

.na-selected[b-3i2pdqyr2t] {
    outline: 3px solid rgba(0,0,0,0.08);
}

/* Category-style helpers (kept from vehicle booking for reuse if needed) */
.category-circle[b-3i2pdqyr2t] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 8px;
    position: relative;
    background-color: transparent;
}

    .category-circle.selected[b-3i2pdqyr2t] {
        background-color: transparent;
    }

    .category-circle.category-a.selected[b-3i2pdqyr2t],
    .category-circle.category-b.selected[b-3i2pdqyr2t],
    .category-circle.good-working.selected[b-3i2pdqyr2t] {
        background-color: currentColor;
    }

    /* Special handling for N/A category to ensure text is always visible */
    .category-circle.na.selected[b-3i2pdqyr2t] {
        background-color: #6c757d;
        color: #fff;
    }

    .category-circle.na:not(.selected)[b-3i2pdqyr2t] {
        background-color: transparent;
        color: #6c757d;
    }

    .category-circle:not(.selected)[b-3i2pdqyr2t] {
        background-color: transparent;
    }

    .category-circle:hover[b-3i2pdqyr2t] {
        transform: scale(1.05);
        box-shadow: 0 2px 4px rgba(0,0,0,0.12);
    }

.checkmark-icon[b-3i2pdqyr2t] {
    font-size: 20px;
    font-weight: bold;
    pointer-events: none;
    user-select: none;
}

.circle-text[b-3i2pdqyr2t] {
    font-size: 12px;
    font-weight: bold;
    pointer-events: none;
    user-select: none;
}

/* Special styling for circle-text in N/A category */
.category-circle.na .circle-text[b-3i2pdqyr2t] {
    color: inherit; /* Use the parent's color (either #6c757d or #fff based on selection) */
}

/* Color tokens */
.category-a[b-3i2pdqyr2t] {
    border-color: #dc3545;
    color: #dc3545;
}

    .category-a .checkmark-icon[b-3i2pdqyr2t] {
        color: #dc3545;
    }

.category-b[b-3i2pdqyr2t] {
    border-color: #ffc107;
    color: #ffc107;
}

    .category-b .checkmark-icon[b-3i2pdqyr2t] {
        color: #ffc107;
    }

.category-c[b-3i2pdqyr2t] {
    border-color: #000;
    background-color: #fff;
    color: #000;
}

    .category-c.selected[b-3i2pdqyr2t] {
        background-color: #ffffff !important;
    }

    .category-c .checkmark-icon[b-3i2pdqyr2t] {
        color: #000;
    }

.good-working[b-3i2pdqyr2t] {
    border-color: #198754;
    color: #198754;
}

    .good-working .checkmark-icon[b-3i2pdqyr2t] {
        color: #198754;
    }

.na[b-3i2pdqyr2t] {
    border-color: #6c757d;
    color: #6c757d;
}

    .na .checkmark-icon[b-3i2pdqyr2t] {
        color: #6c757d;
    }

.category-option[b-3i2pdqyr2t] {
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 5px;
    cursor: pointer;
    user-select: none;
}

.category-label[b-3i2pdqyr2t] {
    margin-left: 5px;
    font-size: 14px;
}

/* File Attachment Section Styles */
.file-attachment-section[b-3i2pdqyr2t] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .file-attachment-section:hover[b-3i2pdqyr2t] {
        border-color: #0d6efd;
        box-shadow: 0 2px 4px rgba(13,110,253,0.08);
    }

.btn-clear-files[b-3i2pdqyr2t] {
    font-size: 0.775rem;
    padding: 0.25rem 0.5rem;
    line-height: 1.2;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .category-circle[b-3i2pdqyr2t] {
        width: 45px;
        height: 45px;
        margin-right: 10px;
        margin-bottom: 8px;
    }

    .checkmark-icon[b-3i2pdqyr2t] {
        font-size: 18px;
    }

    .card-body[b-3i2pdqyr2t] {
        padding: 1rem 0.75rem;
    }

    .category-option[b-3i2pdqyr2t] {
        margin-right: 10px;
        margin-bottom: 8px;
    }

    .d-flex.flex-wrap[b-3i2pdqyr2t] {
        gap: 0.5rem !important;
    }

    .file-attachment-section[b-3i2pdqyr2t] {
        margin-top: 1rem;
    }

    .file-name[b-3i2pdqyr2t] {
        font-size: 0.875rem;
        max-width: 150px;
    }

    .file-size[b-3i2pdqyr2t] {
        font-size: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    .category-circle[b-3i2pdqyr2t] {
        width: 40px;
        height: 40px;
    }

    .checkmark-icon[b-3i2pdqyr2t] {
        font-size: 16px;
    }

    .card-body[b-3i2pdqyr2t] {
        padding: 0.75rem 0.5rem;
    }

    .file-attachment-section .card-body[b-3i2pdqyr2t] {
        padding: 0.75rem;
    }

    .btn-clear-files[b-3i2pdqyr2t] {
        font-size: 0.7rem;
        padding: 0.2rem 0.4rem;
    }

    .file-name[b-3i2pdqyr2t] {
        max-width: 120px;
    }

    .selected-files-container[b-3i2pdqyr2t] {
        max-height: 150px;
    }
}
/* /Pages/Prestart/_PrestartFormHtmlRender.razor.rz.scp.css */
.prestart-form-content[b-owmjm912gs] {
    font-family: Arial, sans-serif;
    margin: 20px;
}

.header[b-owmjm912gs] {
    text-align: center;
    margin-bottom: 30px;
}

.logo[b-owmjm912gs] {
    color: #ff4500;
    font-size: 24px;
    font-weight: bold;
}

.title[b-owmjm912gs] {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}

.loading[b-owmjm912gs] {
    text-align: center;
    padding: 20px;
    font-style: italic;
}

.info-table[b-owmjm912gs] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .info-table td[b-owmjm912gs] {
        border: 1px solid #ccc;
        padding: 8px;
    }

    .info-table .label[b-owmjm912gs] {
        background-color: #f0f0f0;
        font-weight: bold;
        width: 200px;
    }

.checklist-header[b-owmjm912gs] {
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.checklist-table[b-owmjm912gs] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .checklist-table th[b-owmjm912gs],
    .checklist-table td[b-owmjm912gs] {
        border: 1px solid #ccc;
        padding: 8px;
        text-align: center;
    }

    .checklist-table th[b-owmjm912gs] {
        background-color: #f0f0f0;
    }

    .checklist-table .description[b-owmjm912gs] {
        text-align: left;
    }

.group-header[b-owmjm912gs] {
    background-color: #e9ecef;
    font-weight: bold;
    text-align: left;
}

.status-ok[b-owmjm912gs] {
    background-color: #28a745;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
}

.status-def[b-owmjm912gs] {
    background-color: #ffc107;
    padding: 2px 6px;
    border-radius: 3px;
}

.status-na[b-owmjm912gs] {
    background-color: #6c757d;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
}

.status-category-a[b-owmjm912gs] {
    background-color: #dc3545;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
}

.status-category-b[b-owmjm912gs] {
    background-color: #fd7e14;
    padding: 2px 6px;
    border-radius: 3px;
}

.status-category-c[b-owmjm912gs] {
    background-color: #e9ecef;
    padding: 2px 6px;
    border-radius: 3px;
}

/* Attachment styles for uniform sizing and better display */
.attachments-section[b-owmjm912gs] {
    margin: 15px 0;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.attachments-container[b-owmjm912gs] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.attachment-item[b-owmjm912gs] {
    width: 140px;
    height: 160px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .attachment-item:hover[b-owmjm912gs] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }

.attachment-image-wrapper[b-owmjm912gs] {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.attachment-image[b-owmjm912gs] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.attachment-placeholder[b-owmjm912gs] {
    flex: 1;
    text-align: center;
    color: #666;
    font-size: 12px;
    padding: 10px;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.attachment-icon[b-owmjm912gs] {
    font-size: 32px;
    margin-bottom: 8px;
    line-height: 1;
}

.file-type-label[b-owmjm912gs] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 4px;
}

.file-action[b-owmjm912gs] {
    margin-top: 4px;
    color: #007bff;
    font-style: italic;
}

.attachment-filename[b-owmjm912gs] {
    font-size: 10px;
    padding: 8px 6px 4px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: white;
    border-top: 1px solid #e9ecef;
    font-weight: 500;
    color: #495057;
    max-height: 40px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.attachment-metadata[b-owmjm912gs] {
    padding: 2px 6px 6px;
    background-color: white;
    text-align: center;
}

.row-attachments[b-owmjm912gs] {
    background-color: #f8f9fa;
}

/* Responsive attachment display */
@media (max-width: 768px) {
    .attachments-container[b-owmjm912gs] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 10px;
    }

    .attachment-item[b-owmjm912gs] {
        width: 120px;
        height: 140px;
    }

    .attachment-icon[b-owmjm912gs] {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .attachment-filename[b-owmjm912gs] {
        font-size: 9px;
        padding: 6px 4px 2px;
    }
}

@media (max-width: 576px) {
    .attachments-container[b-owmjm912gs] {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 8px;
    }

    .attachment-item[b-owmjm912gs] {
        width: 100px;
        height: 120px;
    }

    .attachment-icon[b-owmjm912gs] {
        font-size: 24px;
    }

    .attachment-filename[b-owmjm912gs] {
        font-size: 8px;
        padding: 4px 2px;
        max-height: 32px;
    }

    .attachments-section[b-owmjm912gs] {
        padding: 10px;
    }
}
/* /Pages/Prestart/_PrestartRecordsComponent.razor.rz.scp.css */
.ellipsis[b-d94w7dou0h] {
  display: inline-block;
  margin-left: 6px;
}
.ellipsis span[b-d94w7dou0h] {
  opacity: 0;
  animation: ellipsis-b-d94w7dou0h 1s infinite;
}
.ellipsis span:nth-child(1)[b-d94w7dou0h] {
  animation-delay: 0s;
}
.ellipsis span:nth-child(2)[b-d94w7dou0h] {
  animation-delay: 0.2s;
}
.ellipsis span:nth-child(3)[b-d94w7dou0h] {
  animation-delay: 0.4s;
}

@keyframes ellipsis-b-d94w7dou0h {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* /Pages/Profile.razor.rz.scp.css */
[b-jd48cpk4g0].btn-change-pass .k-button {
    background: white;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 7px;
    color: black;
}
/* /Pages/ServiceHistory.razor.rz.scp.css */
/*::deep.dropcontentline .k-button-group {
    column-gap: 10px;
}
*/

/*
::deep.dropcontentline .k-button-group button.k-button {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-radius: 50%;
    border-color: black;
    background: white;
    box-shadow: unset;
}
*/
[b-l0gqk66jsd].dropcontentline .k-button-group button.k-button:hover .k-icon {
    color: black;
}

[b-l0gqk66jsd].dropcontentline .k-button-group button.k-button.k-state-selected {
   
    background: black;
}

[b-l0gqk66jsd].dropcontentline .k-button-group button.k-button.k-state-selected:hover .k-icon {
    color: white;
}


[b-l0gqk66jsd].scan-qr__container button.k-button {
    background: #00447b;
    color: white;
}

[b-l0gqk66jsd].scan-qr__container button.k-button img {
    filter: brightness(0) invert(1);
}

.btn-goback[b-l0gqk66jsd] {
    font-style: italic;
    text-decoration: underline;
    color: #293E78;
    cursor: pointer;
}

/* new style */

/*::deep.list__cotainer .k-toolbar button.k-button {
    background: #DA552A;
    position: absolute;
    right: 5px;
    color: white;
}*/

/*::deep.list__cotainer .k-grid-header table thead {
    background: #293E78;
    color: #F6FAFF;
}*/

/*::deep.list__cotainer .k-grid-container .k-grid-content table td button.k-button {
    background: unset;
    float: right;
    color: #DA552A;
}*/
/* /Pages/VehicleBooking/Admin/VehicleBookingChecklistManagementPage.razor.rz.scp.css */
/* Scoped CSS for Vehicle Booking Checklist Page Only */

.legend .badge[b-98nzg5i960] {
    font-size: 0.8rem;
}

.card-header[b-98nzg5i960] {
    transition: background-color 0.2s;
}

.card-header:hover[b-98nzg5i960] {
    background-color: #f8f9fa !important;
}

.form-check[b-98nzg5i960] {
    margin-bottom: 0.25rem;
}

.form-check-input:disabled[b-98nzg5i960] {
    opacity: 0.3;
}

.cursor-pointer[b-98nzg5i960] {
    cursor: pointer;
}

.bg-light[b-98nzg5i960] {
    background-color: #f8f9fa !important;
    border-color: #e9ecef !important;
}

.form-switch .form-check-input[b-98nzg5i960] {
    width: 2rem;
    height: 1rem;
}

.form-switch .form-check-input:checked[b-98nzg5i960] {
    background-color: #198754;
    border-color: #198754;
}

.form-switch .form-check-input:focus[b-98nzg5i960] {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.group-card[b-98nzg5i960] {
    transition: transform 0.2s, box-shadow 0.2s;
}

.group-card:hover[b-98nzg5i960] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.breadcrumb a[b-98nzg5i960] {
    color: #007bff;
}

.breadcrumb a:hover[b-98nzg5i960] {
    color: #0056b3;
}
/* /Pages/VehicleBooking/Admin/VehicleBookingPrestartCheckListPerGroupComponent.razor.rz.scp.css */
/* Circle styles for categories */
.category-circle[b-2mdv8upd7r] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 8px;
    position: relative;
    background-color: transparent; /* Default transparent background */
}

    /* Default behavior for checkmark-only categories (Category C only) */
    .category-circle.selected[b-2mdv8upd7r] {
        background-color: transparent; /* Keep transparent, use checkmark instead */
    }

    /* Color fill behavior for specific categories when selected */
    .category-circle.category-a.selected[b-2mdv8upd7r],
    .category-circle.category-b.selected[b-2mdv8upd7r],
    .category-circle.good-working.selected[b-2mdv8upd7r],
    .category-circle.na.selected[b-2mdv8upd7r] {
        background-color: currentColor; /* Fill with border color when selected */
    }

    .category-circle:not(.selected)[b-2mdv8upd7r] {
        background-color: transparent;
    }

    .category-circle:hover[b-2mdv8upd7r] {
        transform: scale(1.1);
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

/* Checkmark icon styles */
.checkmark-icon[b-2mdv8upd7r] {
    font-size: 20px;
    font-weight: bold;
    pointer-events: none;
    user-select: none;
}

/* Text inside circles */
.circle-text[b-2mdv8upd7r] {
    font-size: 12px;
    font-weight: bold;
    pointer-events: none;
    user-select: none;
}

/* Text color management for N/A circle */
.na .circle-text[b-2mdv8upd7r] {
    color: #6c757d;
}

/* When N/A is selected, text should be white (since background is filled) */
.na.selected .circle-text[b-2mdv8upd7r] {
    color: white;
}

/* Category A - Danger (uses color fill when selected) */
.category-a[b-2mdv8upd7r] {
    border-color: #dc3545;
    color: #dc3545;
}

    .category-a .checkmark-icon[b-2mdv8upd7r] {
        color: #dc3545;
    }

/* Category B - Warning (uses color fill when selected) */
.category-b[b-2mdv8upd7r] {
    border-color: #ffc107;
    color: #ffc107;
}

    .category-b .checkmark-icon[b-2mdv8upd7r] {
        color: #ffc107;
    }

/* Category C - White background with black border (uses checkmark only) */
.category-c[b-2mdv8upd7r] {
    border-color: #000000;
    background-color: #ffffff;
    color: #000000;
}

    /* Override color fill for Category C - it should always stay white background */
    .category-c.selected[b-2mdv8upd7r] {
        background-color: #ffffff !important;
    }

    .category-c .checkmark-icon[b-2mdv8upd7r] {
        color: #000000;
    }

/* Good Working - Success (uses color fill when selected) */
.good-working[b-2mdv8upd7r] {
    border-color: #198754;
    color: #198754;
}

    .good-working .checkmark-icon[b-2mdv8upd7r] {
        color: #198754;
    }

/* N/A - Secondary (uses color fill when selected) */
.na[b-2mdv8upd7r] {
    border-color: #6c757d;
    color: #6c757d;
}

    .na .checkmark-icon[b-2mdv8upd7r] {
        color: #6c757d;
    }

.category-option[b-2mdv8upd7r] {
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 5px;
    cursor: pointer;
    user-select: none;
}

.category-label[b-2mdv8upd7r] {
    margin-left: 5px;
    font-size: 14px;
}

/* File Attachment Section Styles */
.file-attachment-section[b-2mdv8upd7r] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .file-attachment-section:hover[b-2mdv8upd7r] {
        border-color: #0d6efd;
        box-shadow: 0 2px 4px rgba(13, 110, 253, 0.1);
    }

.file-list-item[b-2mdv8upd7r] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 0.5rem;
    margin-bottom: 0.25rem;
    transition: background-color 0.2s ease;
}

    .file-list-item:hover[b-2mdv8upd7r] {
        background: #f8f9fa;
    }

.file-icon[b-2mdv8upd7r] {
    color: #6c757d;
    font-size: 0.9rem;
}

.file-name[b-2mdv8upd7r] {
    color: #495057;
    font-weight: 500;
}

.file-size[b-2mdv8upd7r] {
    color: #6c757d;
    font-size: 0.85rem;
}

/* File input styling */
[b-2mdv8upd7r] .file-attachment-section input[type="file"] {
    border: 1px dashed #dee2e6;
    border-radius: 6px;
    padding: 0.5rem;
    font-size: 0.875rem;
    transition: border-color 0.2s ease;
}

    [b-2mdv8upd7r] .file-attachment-section input[type="file"]:hover {
        border-color: #0d6efd;
    }

    [b-2mdv8upd7r] .file-attachment-section input[type="file"]:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
        outline: none;
    }

/* Clear button styling */
.btn-clear-files[b-2mdv8upd7r] {
    font-size: 0.775rem;
    padding: 0.25rem 0.5rem;
    line-height: 1.2;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .category-circle[b-2mdv8upd7r] {
        width: 45px;
        height: 45px;
        margin-right: 10px;
        margin-bottom: 8px;
    }

    .checkmark-icon[b-2mdv8upd7r] {
        font-size: 18px;
    }

    .card-body[b-2mdv8upd7r] {
        padding: 1rem 0.75rem;
    }

    .category-option[b-2mdv8upd7r] {
        margin-right: 10px;
        margin-bottom: 8px;
    }

    /* Stack circles more compactly on mobile */
    .d-flex.flex-wrap[b-2mdv8upd7r] {
        gap: 0.5rem !important;
    }

    /* File attachment responsive */
    .file-attachment-section[b-2mdv8upd7r] {
        margin-top: 1rem;
    }

    .file-list-item[b-2mdv8upd7r] {
        padding: 0.4rem;
    }

    .file-name[b-2mdv8upd7r] {
        , font-size: 0.875rem;
    }

    .file-size[b-2mdv8upd7r] {
        font-size: 0.8rem;
    }
}

/* Extra small screens */
@media (max-width: 575.98px) {
    .category-circle[b-2mdv8upd7r] {
        width: 40px;
        height: 40px;
    }

    .checkmark-icon[b-2mdv8upd7r] {
        font-size: 16px;
    }

    .card-body[b-2mdv8upd7r] {
        padding: 0.75rem 0.5rem;
    }

    /* Compact file attachment on small screens */
    .file-attachment-section .card-body[b-2mdv8upd7r] {
        padding: 0.75rem;
    }

    [b-2mdv8upd7r] .file-attachment-section input[type="file"] {
        font-size: 0.8rem;
        padding: 0.4rem;
    }

    .btn-clear-files[b-2mdv8upd7r] {
        font-size: 0.7rem;
        padding: 0.2rem 0.4rem;
    }
}
/* /Pages/VehicleBooking/Components/PreStartPageComponent.razor.rz.scp.css */
/*::deep.dropcontentline .k-button-group {
    column-gap: 10px;
}
*/

/*
::deep.dropcontentline .k-button-group button.k-button {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-radius: 50%;
    border-color: black;
    background: white;
    box-shadow: unset;
}
*/
[b-pcgyeghce0].dropcontentline .k-button-group button.k-button:hover .k-icon {
    color: black;
}

[b-pcgyeghce0].dropcontentline .k-button-group button.k-button.k-state-selected {
   
    background: black;
}

[b-pcgyeghce0].dropcontentline .k-button-group button.k-button.k-state-selected:hover .k-icon {
    color: white;
}


[b-pcgyeghce0].scan-qr__container button.k-button {
    background: #00447b;
    color: white;
}

[b-pcgyeghce0].scan-qr__container button.k-button img {
    filter: brightness(0) invert(1);
}

.btn-goback[b-pcgyeghce0] {
    font-style: italic;
    text-decoration: underline;
    color: #293E78;
    cursor: pointer;
}

/* new style */

/*::deep.list__cotainer .k-toolbar button.k-button {
    background: #DA552A;
    position: absolute;
    right: 5px;
    color: white;
}*/

/*::deep.list__cotainer .k-grid-header table thead {
    background: #293E78;
    color: #F6FAFF;
}*/

/*::deep.list__cotainer .k-grid-container .k-grid-content table td button.k-button {
    background: unset;
    float: right;
    color: #DA552A;
}*/
/* /Pages/VehicleBooking/Components/_BookingsComponent.razor.rz.scp.css */
.hover-dark:hover[b-oymni2s2hp] {
    background-color: rgba(0, 0, 0, 0.1);
    /* Slight dark overlay */
}

.hover-dark-inner:hover[b-oymni2s2hp] {
    background-color: rgba(0, 0, 0, 0.2);
    /* Slightly darker for the inner div */
    transition: background-color 0.3s ease;
    /* Smooth transition */
}
/* /Pages/VehicleBooking/Components/_VehicleCalendarComponent.razor.rz.scp.css */

/* /Pages/VehicleBooking/VehicleBookingPage.razor.rz.scp.css */
/* Custom CSS for improved styling */
.plant-image[b-c5luxy1ghq] {
    width: 100%; /* Make image take full width of its container */
    height: 180px; /* Set a fixed height for images to ensure consistency */
    object-fit: cover; /* Crop image to fit without distorting aspect ratio */
    border-bottom: 1px solid #f0f0f0; /* Subtle border below image */
    transition: transform 0.3s ease-in-out; /* Smooth transition for hover effect */
}

.card-img-top-container[b-c5luxy1ghq] {
    overflow: hidden; /* Hide overflow for image transformations */
}

.card:hover .plant-image[b-c5luxy1ghq] {
    transform: scale(1.05); /* Slight zoom on hover */
}

.card[b-c5luxy1ghq] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; /* Smooth transition for card hover */
}

    .card:hover[b-c5luxy1ghq] {
        transform: translateY(-5px); /* Lift card slightly on hover */
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; /* Enhance shadow on hover */
    }

.card-body[b-c5luxy1ghq] {
    padding: 1rem; /* Adjust padding inside card body */
}

.card-title[b-c5luxy1ghq] {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #333;
}

.card-text[b-c5luxy1ghq] {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit description to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Telerik button styling for better integration with Bootstrap */
/* Ensure TelerikButton doesn't override Bootstrap button styles */
.btn[b-c5luxy1ghq] {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
}

/* Fallback for "NO IMAGE" or broken image links */
.plant-image[alt="NO IMAGE"][b-c5luxy1ghq] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa; /* Light background for placeholder */
    color: #6c757d; /* Grey text color */
    font-size: 1rem;
    height: 180px; /* Same height as actual images */
    width: 100%;
    text-align: center;
    content: "NO IMAGE AVAILABLE"; /* Text content for placeholder */
}

/* Style for when onerror loads a placeholder */
.plant-image[src*="placeholder_plant.png"][b-c5luxy1ghq] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    color: #495057;
    font-size: 0.9rem;
    height: 180px;
    width: 100%;
    text-align: center;
}























.container[b-c5luxy1ghq] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.box[b-c5luxy1ghq] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.box-content[b-c5luxy1ghq] {
    flex: 1;
    overflow-y: auto;
}

.box-footer[b-c5luxy1ghq] {
    margin-top: auto;
}

.hover-dark:hover[b-c5luxy1ghq] {
    background-color: rgba(0, 0, 0, 0.1);
    /* Slight dark overlay */
}

.hover-dark-inner:hover[b-c5luxy1ghq] {
    background-color: rgba(0, 0, 0, 0.2);
    /* Slightly darker for the inner div */
    transition: background-color 0.3s ease;
    /* Smooth transition */
}

div.box-shadow[b-c5luxy1ghq] {
    width: 284px;
    padding: 10px 10px 20px 10px;
    border: 1px solid #BFBFBF;
    background-color: white;
    box-shadow: 10px 10px 5px #e4e4e4;
}

.cascading-group .arrow[b-c5luxy1ghq],
.cascading-make .arrow[b-c5luxy1ghq],
.cascading-business-unit .arrow[b-c5luxy1ghq] {
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 70%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #000;
}

.cascading-group[b-c5luxy1ghq] {
    position: relative;
}

.cascading-make[b-c5luxy1ghq] {
    position: relative;
}

.cascading-business-unit[b-c5luxy1ghq] {
    position: relative;
}
/* /Shared/AppContainer.razor.rz.scp.css */
.headers[b-wr7xm5ynm2] {
    z-index: 1;
    box-shadow: 0 0 7px 0px #00447b33;
}

/* profile */
.profile-dropdown[b-wr7xm5ynm2] {
    position: absolute;
    right: 10px;
    background: #fff;
    padding: 10px;
    top: 65px;
    z-index: 1;
    width: 250px;
    display: none;
    text-align: left;
    padding: 15px 10px;
    margin: 0;
    box-shadow: 0px 2px 9px -2px rgb(0 0 0 / 23%);
    border: 1px solid #ececec;
}

.profile-dropdown.show-profile-menu[b-wr7xm5ynm2] {
    display: block;
    z-index: 1000000;
}

.profile-menu a[b-wr7xm5ynm2] {
    display: block;
    color: #333;
    border-bottom: 1px solid #F4F4F4;
    padding: 14px 10px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.profile-menu a:hover[b-wr7xm5ynm2] {
    background: #F4F4F4;
    border-radius: 5px;
    text-decoration: none;
}

.profile-menu a span[b-wr7xm5ynm2] {
    filter: brightness(0) opacity(0.8);
    zoom: 0.8;
    margin-right: 15px;
}

.app-container-header[b-wr7xm5ynm2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.app-container-header h1[b-wr7xm5ynm2] {
    margin-right: 0.25rem;
}
/* /Shared/AppMenu.razor.rz.scp.css */
[b-gqs7haxasp] .nav-link {
    color: #000;
    text-align: center;
}
[b-gqs7haxasp] .nav-link img {
    display: block;
    margin: 0 auto;
}
[b-gqs7haxasp] li.nav-item {
    flex: 1 1 0;
    text-transform: uppercase;
    overflow-wrap: break-word;
    line-height: 1;
    min-width: 25%;
}

[b-gqs7haxasp] li.nav-item:focus, [b-gqs7haxasp] li.nav-item:hover, [b-gqs7haxasp] li.nav-item:focus-within {
    opacity: 1;
}

[b-gqs7haxasp] li.nav-item .nav-link img {
    opacity: 0.8;
    width: 20px;
    width: 18px;
    margin-bottom: 4px;
}
[b-gqs7haxasp] li.nav-item .nav-link.active img {
    opacity: 1;
}
[b-gqs7haxasp]  li.nav-item .nav-link.active img {
    transition: auto;
    filter: invert(57%) sepia(87%) saturate(5281%) hue-rotate(352deg) brightness(96%) contrast(111%);
}
[b-gqs7haxasp] .nav-link.active {
    color: #FE4B08;
}
.k-grid .k-table-row.k-table-alt-row[b-gqs7haxasp] {
    background-color: #ffffff;
}
.cs-appmenu[b-gqs7haxasp] {
    overflow: auto;
    flex-wrap: nowrap;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-b2sh21m1zk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-b2sh21m1zk] {
    flex: 1;
}
.logo[b-b2sh21m1zk] {
    width: 150px;
}
[b-b2sh21m1zk].collapsed-menu .toggle-btn {
    margin-right: -60px;
}
[b-b2sh21m1zk].collapsed-menu .logo-container {
    justify-content: flex-end !important;
}
[b-b2sh21m1zk].collapsed-menu .sidebar-nav li a span {
    display: none;
}

[b-b2sh21m1zk].logo-container button.toggle-btn {
    box-shadow: unset;
    background: #444 !important;
}

img.logo-icon[b-b2sh21m1zk] {
    width: 35px;
    margin-right: 16px;
}

.top-row[b-b2sh21m1zk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-b2sh21m1zk]  a, .top-row .btn-link[b-b2sh21m1zk] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-b2sh21m1zk] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

[b-b2sh21m1zk]#sidebar-wrapper button.toggle-btn {
    background: none;
}

/* sidenav menu */
#sidebar-wrapper-container[b-b2sh21m1zk] {
    z-index: 2;
}

#sidebar-wrapper-container ul li[b-b2sh21m1zk] {
padding-left: 0;
    position: relative;
    width: 100%;
}

#wrapper[b-b2sh21m1zk] {
    padding-left: 50px;
    transition: all 0.1s ease 0s;
    height: 100%;
}

#sidebar-wrapper[b-b2sh21m1zk] {
    box-sizing: border-box;
    width: 250px;
    margin-left: -250px;
    left: 50px;
    background: white;
    position: fixed;
    height: 100%;
    z-index: 100;
    transition: all ease-in-out 0.3s;
    
    display: flex;
    flex-direction: column;
}

.sidebar-nav[b-b2sh21m1zk] {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar li[b-b2sh21m1zk] {
    text-indent: 10px;
}

#wrapper.active[b-b2sh21m1zk] {
    padding-left: 250px;
}

    #wrapper.active #sidebar-wrapper[b-b2sh21m1zk] {
        left: 250px;
    }

[b-b2sh21m1zk]#wrapper #sidebar-wrapper .nav-link .sub-icon {
    display: inline-block;
    float: right;
}

[b-b2sh21m1zk]#wrapper.active #sidebar-wrapper .nav-link .sub-icon {
    display: none;
}

[b-b2sh21m1zk].sidebar-nav li a {
    color: #627e8f;
    text-decoration: none;
    width: 100%;
    background: white;
    color: #27387A;
    display: block;
    text-decoration: none;
}

[b-b2sh21m1zk]#sidebar .
{
    width: 18px;
    filter: invert(47%) sepia(75%) saturate(555%) hue-rotate(193deg) brightness(70%) contrast(82%);
}

[b-b2sh21m1zk]#sidebar .nav-item .nav-link.active,
[b-b2sh21m1zk]#sidebar .nav-item .nav-link:hover {
    background:#00447b;
    color: white;
}

    [b-b2sh21m1zk]#sidebar .nav-item .nav-link.active img,
    [b-b2sh21m1zk]#sidebar .nav-item .nav-link:hover img {
        filter: brightness(0) invert(1);
    }

[b-b2sh21m1zk]#wrapper.active .nav-item .nav-link img {
    margin-right: 9px;
    width: 17px;
    opacity: 0.8;
}


@media (max-width: 640.98px) {
    .menubottom[b-b2sh21m1zk] {
        display: block;
    }
    .top-row:not(.auth)[b-b2sh21m1zk] {
        display: none;
    }

    .top-row.auth[b-b2sh21m1zk] {
        justify-content: space-between;
    }

    .top-row a[b-b2sh21m1zk], .top-row .btn-link[b-b2sh21m1zk] {
        margin-left: 0;
    }

    #sidebar-wrapper-container[b-b2sh21m1zk], [b-b2sh21m1zk].headers button.toggle-btn {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-b2sh21m1zk] {
        flex-direction: row;
    }

    .sidebar[b-b2sh21m1zk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-b2sh21m1zk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    /*.main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}

@media (min-width: 768px) {
    .menubottom[b-b2sh21m1zk] {
        display: none;
    }

    #sidebar-wrapper-container[b-b2sh21m1zk], [b-b2sh21m1zk].headers button.toggle-btn {
        display: block;
    }
}
/* /Shared/SiteSelector.razor.rz.scp.css */
.site-selector[b-lttqowx2t7] {
    min-width: min(320px, 100%);
}
