/* Styles go here */

/* ########################## */
/* MODAL Guard Book Entry */
/* ########################## */

.ant-modal.AddGuardBookEntryModal {
    max-width: 700px !important;
}


div[module_identifier="guard_book"] .ant-table-row:has(.cancelled) {
    background: #f0f0f0 !important;
    color: #7a7a7a !important;
    opacity: 0.7;
}

div[module_identifier="guard_book"] .ant-table-row:has(.cancelled) .field-cell-component {
    text-decoration: line-through;
}

/* Normal priority */
div[module_identifier="guard_book"] .field-cell-component.normal {
    color: #333 !important;      /* normal text */
}

/* High priority (orange text) */
div[module_identifier="guard_book"] .field-cell-component.high {
    color: #CC6600 !important;   /* orange */
    font-weight: 600;
}

/* Critical priority (red text) */
div[module_identifier="guard_book"] .field-cell-component.critical {
    color: #CC0000 !important;   /* red */
    font-weight: 700;
}

