/* Download page: same layout/colors as the reference downloadCenter. */
#kuberDownloadCenter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 10rem;
    z-index: 2147483646;
    display: none;
    flex-direction: column;
    background: #0a0a2e;
    color: #fff;
    font-family: Inter, Poppins, sans-serif;
    overflow-y: auto;
}

#kuberDownloadCenter.is-open {
    display: flex;
}

body.kuber-dl-open #customerId,
body.kuber-dl-open .kuber-float,
body.kuber-dl-open [class*="telegram"],
body.kuber-dl-open [class*="Telegram"],
body.kuber-dl-open .pwa-btn,
body.kuber-dl-open .van-floating-bubble,
body.kuber-dl-open .WinningTip__C {
    display: none !important;
}

.kuber-dl__bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.22667rem;
    flex: none;
    background: #0a0a2e;
}

.kuber-dl__title {
    font-size: .42667rem;
    font-weight: 600;
    color: #fff;
}

.kuber-dl__back {
    position: absolute;
    inset-inline-start: .26667rem;
    top: 50%;
    transform: translateY(-50%);
    width: .8rem;
    height: .8rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kuber-dl__back svg {
    width: .48rem;
    height: .48rem;
}

.kuber-dl__banner {
    display: block;
    width: 100%;
    height: 4.70667rem;
    margin: .48rem 0 .8rem;
    object-fit: cover;
    object-position: center;
    border: 0;
}

.kuber-dl__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .16rem;
    width: 7.86667rem;
    height: 1.17333rem;
    margin: 0 auto .42667rem;
    padding: 0;
    border: 0;
    border-radius: .66667rem;
    color: #fff;
    font-family: Poppins, Inter, sans-serif;
    font-size: .37333rem;
    font-weight: 600;
    line-height: .56rem;
    text-align: center;
}

.kuber-dl__btn svg {
    width: .53333rem;
    height: .53333rem;
    flex: none;
}

.kuber-dl__btn--quick {
    background: #f6af0b;
    color: #fff;
}

.kuber-dl__btn--full {
    background: #f95959;
    color: #fff;
}

#kuberDownloadToast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2147483647;
    box-sizing: content-box;
    width: fit-content;
    min-width: 96px;
    max-width: 70%;
    padding: 8px 12px;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: pre-wrap;
    word-break: break-word;
    pointer-events: none;
}
