﻿.modal[data-v-1b9d4004]
{
    margin: auto;
    position: relative;
}
.modal[data-v-1b9d4004]:focus-visible
{
    outline: 0;
}
.modal__wrapper[data-v-1b9d4004]
{
    -webkit-overflow-scrolling: touch;
    align-items: center;
    background-color: rgba(var(--rgb_color-black),.8);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    max-height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 3000;
}
.modal__overlay[data-v-1b9d4004]
{
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fade-enter-active[data-v-1b9d4004], .fade-leave-active[data-v-1b9d4004]
{
    transition: opacity .2s ease-out;
}
.fade-enter[data-v-1b9d4004], .fade-leave-to[data-v-1b9d4004]
{
    opacity: 0;
}