.archive-icon-lg {
    width: 48px;
    height: 48px;
}

.archive-icon-sm {
    width: 32px;
    height: 32px;
    font-size: 16px;
}

.archive-icon-font-12 {
    font-size: 12px;
}

.archive-aws-orange {
    color: #ff9900;
}

.archive-progress-4 {
    height: 4px;
}

.archive-progress-6 {
    height: 6px;
}

.archive-progress-8 {
    height: 8px;
}

.archive-progress-wrap-60 {
    width: 60px;
}

.archive-progress-w-50 {
    width: 50%;
}
.archive-progress-h-15 {
    height: 15px;
}
.archive-progress-h-20 {
    height: 20px;
}
.archive-progress-w-87 {
    width: 87%;
}

.archive-progress-w-76 {
    width: 76%;
}

.archive-progress-w-94 {
    width: 94%;
}

.archive-progress-w-98 {
    width: 98%;
}

.archive-progress-w-100 {
    width: 100%;
}

.archive-progress-w-17 {
    width: 17%;
}

.archive-progress-w-25 {
    width: 25%;
}

.archive-progress-w-32 {
    width: 32%;
}

.archive-progress-w-33 {
    width: 33%;
}

.archive-progress-w-42 {
    width: 42%;
}

.archive-progress-w-45 {
    width: 45%;
}

.archive-progress-w-65 {
    width: 65%;
}

.archive-progress-w-78 {
    width: 78%;
}

.archive-progress-w-88 {
    width: 88%;
}

.archive-progress-w-92 {
    width: 92%;
}

.archive-progress-w-95 {
    width: 95%;
}

.archive-progress-w-998 {
    width: 99.8%;
}

.archive-progress-wrap-80 {
    width: 80%;
}

.archive-progress-wrap-80px {
    width: 80px;
}

.archive-progress-w-15 {
    width: 15%;
}

.archive-progress-w-77 {
    width: 77%;
}

.archive-progress-w-85 {
    width: 85%;
}

.archive-progress-w-124 {
    width: 124%;
}

.archive-max-w-100 {
    max-width: 100px;
}

.archive-center-box-200 {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arch-bg-royal-12 {
    background: rgba(65, 105, 225, 0.12);
}

.arch-bg-danger-12 {
    background: rgba(220, 53, 69, 0.12);
}

.arch-bg-info-12 {
    background: rgba(23, 162, 184, 0.12);
}

.arch-bg-success-12 {
    background: rgba(16, 183, 89, 0.12);
}

.arch-cursor-pointer {
    cursor: pointer;
}

/* deletion-audit-history — replaces JS-injected inline styles (CSP style-src 'self') */
.dah-table-scroll {
    max-height: calc(100dvh - 500px);
}

.dah-thead-light {
    background: #f5f6fa;
}

.dah-break-all {
    word-break: break-all;
}
