.table_transactions td:not(.chevron) {
    min-width: 240px;
}

.tags-filter-elem {
    height: auto !important;
    padding: 10px;
}

.tags-filter-elem md-chips {
    width: 100%;
}

.tags-filter-elem md-chips .md-chips {
    flex-wrap: nowrap !important;
    display: flex !important;
    flex-direction: row !important;
}

.detail-label {
    font-weight: 500;
    color: #666;
    min-width: 120px;
    margin-right: 10px;
}

.detail-value {
    color: #333;
    flex: 1;
}

.status-color-container {
    display: flex;
    align-items: center;
}

.status-color-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
}

.status-color-text {
    font-family: monospace;
}

.no-activity {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.no-activity-icon {
    font-size: 48px;
    margin-bottom: 15px;
    color: #ccc;
}

.no-activity p {
    margin: 0;
    font-size: 16px;
}
