﻿.android-download-dialog
{
    background: var(--extension-background-gray) var(--dialog-bg) no-repeat 50%!important;
    --dialog-bg: url(../image/b454a2cd51d2.svg);
}
.android-download-dialog .media-modal-header__title
{
    font-size: 18px!important;
    line-height: 26px;
}
.dark .android-download-dialog
{
    --dialog-bg: url(../image/717c6270c6e6.svg);
}
.android-download__content[data-v-b017f39f]
{
    margin-top: 6px;
    padding: 0 24px 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.android-download__content-right[data-v-b017f39f]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 12px;
}
.android-download__content-right-qrcode-wrap[data-v-b017f39f]
{
    width: 147px;
    height: 147px;
    padding: 8px;
    border-radius: 16px;
    background-color: var(--extension-button-label-white);
}
.android-download__content-right-title[data-v-b017f39f]
{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--gray-08);
    margin-top: 16px;
}
.android-download__content-tip[data-v-b017f39f]
{
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-06);
    margin-top: 6px;
    text-align: center;
}
.android-download__content-divider[data-v-b017f39f]
{
    width: 1px;
    height: 217px;
    background-color: var(--gray-02);
    margin: 0 42px;
}
.android-download__content-left[data-v-b017f39f]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 26px 12px 0;
}
.android-download__content-left-logo[data-v-b017f39f]
{
    width: 120px;
    height: 120px;
}
.android-download__content-left-button[data-v-b017f39f]
{
    color: var(--gray-06);
}
.android-download__content-left-button-icon[data-v-b017f39f]
{
    width: 16px;
    height: 16px;
    color: var(--gray-08);
}
.android-download__content-left-button-text[data-v-b017f39f]
{
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: var(--gray-08);
}