.overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background-color: rgba(13, 32, 56, 0.68);
    backdrop-filter: blur(3px);
}

.popup {
    width: min(920px, 100%);
    min-height: 170px;
    padding: 28px;
    color: #142033;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.popup h2 {
    margin: 0 0 24px;
    color: #16375f;
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 750;
}

.progress {
    height: 18px;
    background: #e8eef6;
    border-radius: 999px;
    overflow: hidden;
}

.progress-bar {
    background: linear-gradient(90deg, #2f7cf6, #185bc2);
    font-weight: 800;
}

.transferBytes,
.vitesseBytes {
    color: #44546a;
    text-align: right;
}

.transferBytes {
    margin-top: 8px;
}

.transferBytes h6,
.vitesseBytes h6 {
    margin: 0;
    font-size: 0.95rem;
}
