.owner-change-progress-container {
    display: none;
    width: 80%;
    max-width: 420px;
    margin-left: 12px;
    vertical-align: middle;
}

.owner-change-progress-track {
    position: relative;
    height: 26px;
    overflow: hidden;
    border: 1px solid #8a8a8a;
    border-radius: 3px;
    background-color: #eeeeee;
}

.owner-change-progress-bar {
    width: 0;
    height: 100%;
    background-color: #5b9f42;
    transition: width 0.2s ease;
}

.owner-change-progress-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 26px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.archive-batch-progress-container {
    margin: 100px auto 0;
}
