/* SLTWS-specific styles */
.send-to-assignee-modal .k-dialog-actions {
    display: inline-block;
}

.notification-log-details-modal .form-label {
    font-weight: 700;
}

.blue-icon {
    color: var(--primary);
}

/* will likely move to StaticContent in future PR once styling is confirmed in testing */
.k-grid .k-table-tbody .k-table-td .single-line {
    overflow: hidden;
    max-height: 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-dialog-wrapper .k-dialog {
    min-height: 6.25rem;
    max-height: 100vh;
}
