﻿
.ClosingView {
    position: fixed;
    width: 100svw;
    height: 100svh;
    background-color: var(--BackgroundColor);
    opacity: 0.85;
    z-index: var(--ViewDepth);
    display: none;
    cursor: pointer;
}