﻿.steam-unbind__sync-modal[data-v-6d8de959]
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 496px;
    max-width: calc(100% - 40px);
    background-color: var(--extension-dialog-white);
    border-radius: 24px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.steam-unbind__sync-modal-title[data-v-6d8de959]
{
    font-size: 20px;
    line-height: 28px;
    color: var(--gray-08);
}
.steam-unbind__sync-modal-content-item-icon[data-v-6d8de959]
{
    font-size: 24px;
    color: var(--primary-tap-blue);
}
.steam-unbind__sync-modal-content-item-text[data-v-6d8de959]
{
    font-size: 16px;
    line-height: 20px;
    color: var(--gray-08);
}
.text-error[data-v-6d8de959]
{
    color: var(--primary-red);
}
.steam-unbind__sync-modal-example[data-v-6d8de959]
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--gray-01);
    border-radius: 12px;
}
.steam-unbind__sync-modal-example-title[data-v-6d8de959]
{
    font-size: 14px;
    line-height: 18px;
    color: var(--gray-06);
}
.steam-unbind__sync-modal-example-content[data-v-6d8de959]
{
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.steam-unbind__sync-modal-example-content-item[data-v-6d8de959]
{
    width: calc(50% - 4px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.steam-unbind__sync-modal-example-content-item-img[data-v-6d8de959]
{
    -o-object-fit: cover;
    object-fit: cover;
}
.steam-unbind__sync-modal-example-content-item-text[data-v-6d8de959]
{
    font-size: 12px;
    line-height: 16px;
    color: var(--gray-06);
}
.steam-unbind__modal-wrapper[data-v-9ddee188]
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}
.steam-unbind__modal-mask[data-v-9ddee188]
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.4);
    -webkit-animation: fade-in-9ddee188 .3s ease-out forwards;
    animation: fade-in-9ddee188 .3s ease-out forwards;
}
.steam-unbind__modal[data-v-9ddee188]
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 104px);
    height: calc(100% - 64px);
    max-width: 1440px;
    max-height: 800px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: scale-in-9ddee188 .3s cubic-bezier(.25,.46,.45,.94) forwards;
    animation: scale-in-9ddee188 .3s cubic-bezier(.25,.46,.45,.94) forwards;
}
.steam-unbind__modal-iframe[data-v-9ddee188]
{
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.steam-unbind__modal-close[data-v-9ddee188]
{
    position: absolute;
    top: 0;
    right: -52px;
    width: 36px;
    height: 36px;
    background-color: var(--extension-dialog-white);
    border-radius: 50%;
    z-index: 2;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.2);
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
}
.steam-unbind__modal-close-icon[data-v-9ddee188]
{
    width: 16px;
    height: 16px;
    color: var(--gray-08);
}
.steam-unbind__loading[data-v-9ddee188]
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #1a1c1e;
    z-index: 1;
    border-radius: 24px;
}
@-webkit-keyframes fade-in-9ddee188
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes fade-in-9ddee188
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@-webkit-keyframes scale-in-9ddee188
{
    0%
    {
        -webkit-transform: translate(-50%,-50%) scale(1.1);
        transform: translate(-50%,-50%) scale(1.1);
        opacity: 0;
    }
    to
    {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 1;
    }
}
@keyframes scale-in-9ddee188
{
    0%
    {
        -webkit-transform: translate(-50%,-50%) scale(1.1);
        transform: translate(-50%,-50%) scale(1.1);
        opacity: 0;
    }
    to
    {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 1;
    }
}
@media only screen and (max-width: 499px)
{
    .steam-unbind__modal[data-v-9ddee188]
    {
        width: 100%;
        height: 100%;
        max-width: unset;
        max-height: unset;
        border-radius: 0;
    }
}