.dialogContent{background-color:var(--background-color);color:var(--app-tertiary-color);border-top:2px solid #6e6e6e4d;flex:1;min-height:0;margin:0;padding:20px 24px;font-size:1rem;font-weight:400;line-height:170%;overflow-y:auto}.dialog-table-container{margin:16px 0;overflow-x:auto}.dialog-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:14px}.dialog-table thead tr{background-color:var(--gray-tertiary)}.dialog-table th{border-bottom:1px solid var(--border-color);border-right:1px solid var(--border-color);word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;padding:12px 8px}.dialog-table th:first-child{width:20%}.dialog-table th:not(:first-child){width:26.67%}.dialog-table th:last-child{border-right:none}.dialog-table tbody tr{border-bottom:1px solid var(--border-color)}.dialog-table tbody tr:last-child{border-bottom:none}.dialog-table td{border-right:1px solid var(--border-color);word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;padding:10px 8px}.dialog-table td:last-child{border-right:none}.dialog-table td:first-child{font-weight:700}
