.scheduled-tasks-container{background-color:var(--primary-white);border-radius:8px;padding:16px;box-shadow:0 1px 2px #0000000d}.scheduled-tasks-title{color:var(--primary-text);font-size:16px;font-weight:700;font-family:var(--font-manrope);margin-bottom:16px;line-height:1.5}.scheduled-tasks-table-wrapper{overflow-x:auto}.scheduled-tasks-table{width:100%}.scheduled-tasks-table .p-datatable-tbody tr{height:50px;max-height:50px}.scheduled-tasks-table .p-datatable-tbody td{vertical-align:middle;max-height:50px;overflow:hidden}.scheduled-tasks-table-body-cell{font-family:var(--font-manrope);letter-spacing:0%;vertical-align:middle;color:var(--color-black);border-bottom:1px solid var(--border-drawer);padding:12px 16px;font-size:13px;font-weight:500;line-height:120%}.scheduled-task-purpose-cell{max-height:50px!important;overflow-y:auto!important}.scheduled-task-first-row{background-color:var(--bg-overdue-row)!important}.scheduled-task-row-clickable{cursor:pointer;transition:background-color .15s}.scheduled-tasks-table .p-datatable-tbody tr.scheduled-task-row-clickable:hover{background-color:var(--light-cyan-accent)!important}.scheduled-tasks-table .p-datatable-tbody tr.scheduled-task-row-clickable:active{background-color:var(--medium-cyan)!important}.scheduled-task-overdue-row{background-color:var(--bg-overdue-row)!important}.scheduled-task-datetime,.scheduled-task-text{font-family:var(--font-manrope);letter-spacing:0%;vertical-align:bottom;color:var(--color-black);font-size:13px;font-weight:500;line-height:120%}.scheduled-tasks-section{margin-bottom:24px}.scheduled-tasks-section:last-child{margin-bottom:0}.scheduled-tasks-section-title{font-family:var(--font-manrope);align-items:center;gap:8px;margin-bottom:10px;font-size:14px;font-weight:600;display:flex}.scheduled-tasks-section-title--delayed{color:#dc2626}.scheduled-tasks-section-title--upcoming{color:var(--primary-text)}.scheduled-tasks-section-count{border-radius:12px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.scheduled-tasks-section-title--delayed .scheduled-tasks-section-count{color:#dc2626;background-color:#fee2e2}.scheduled-tasks-section-title--upcoming .scheduled-tasks-section-count{color:#004040;background-color:#e8f9f9}.scheduled-task-delay-badge{font-family:var(--font-manrope);color:#dc2626;background-color:#fee2e2;border-radius:4px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-block}
