.confirm-merge-title {
    padding: 24px 24px 12px !important;
}

.confirm-merge-content {
    padding: 0 24px 12px !important;
}

.confirm-merge-actions {
    padding: 0 24px 24px !important;
}

.confirm-merge-dialog {
    color: rgba(241, 245, 249, 0.95);
}

.confirm-merge-intro {
    margin-bottom: 12px;
    line-height: 1.45;
    color: rgba(200, 211, 220, 0.9);
}

.confirm-merge-emails {
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.confirm-merge-winner-note {
    margin-bottom: 14px;
    color: rgba(200, 211, 220, 0.82);
}

.confirm-merge-table {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
}

.confirm-merge-table th {
    color: rgba(200, 211, 220, 0.82);
    font-weight: 600;
}

.confirm-merge-num {
    text-align: center;
    width: 110px;
    white-space: nowrap;
}

.confirm-merge-storage-note {
    display: block;
    margin-top: 2px;
    color: rgba(178, 190, 200, 0.72);
    line-height: 1.35;
}

.confirm-merge-empty {
    color: rgba(200, 211, 220, 0.82);
}
