.Modal_overlay__tmtE4{
    display: none;
    background-color: var(--layer-1);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
}

.Modal_overlay__tmtE4.Modal_open__6FENn{
    display: block;
}

.Modal_header__G_2ct{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.Modal_containerChildren___De4W{
    width: 100%;
    max-width: 800px;
    height: 100%;
    overflow: scroll;
    margin: auto;
}

@media screen and (max-width: 500px){
    .Modal_overlay__tmtE4.Modal_open__6FENn{
        display: flex;
        flex-direction: column;
    }

    .Modal_header__G_2ct{
        height: 36px;
        background-color: var(--layer-1);
        position: static;
    }

    .Modal_containerChildren___De4W{
        flex: 1 1;
        border-radius: 2px;
        overflow: scroll;
    }
}
