.bdaco-tab {
    display: none;
}

.bdaco-tab.bdaco-tab-active {
    display: block;
}

.bdaco-progress {
    max-width: 640px;
    margin-top: 1em;
}

.bdaco-progress[hidden] {
    display: none;
}

.bdaco-progress progress {
    width: 100%;
    height: 20px;
}

.bdaco-progress-status {
    margin-top: 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.bdaco-progress-count {
    font-variant-numeric: tabular-nums;
}

.bdaco-progress-message {
    margin-top: 0.75em;
    font-style: italic;
}

.bdaco-bulk-log {
    margin-top: 1em;
    max-width: 640px;
    max-height: 240px;
    overflow-y: auto;
    border: 1px solid #dcdcde;
    background: #fff;
    padding: 0.75em 1em;
}

.bdaco-bulk-log li {
    margin: 0 0 0.5em;
    padding: 0;
}

.bdaco-bulk-log li:last-child {
    margin-bottom: 0;
}

.bdaco-bulk-log .bdaco-status-converted {
    color: #2271b1;
}

.bdaco-bulk-log .bdaco-status-skipped {
    color: #50575e;
}

.bdaco-bulk-log .bdaco-status-error {
    color: #b32d2e;
}
