﻿#reconnect-modal {
    position: fixed;
    inset: 0px;
    z-index: 1050;
    display: none;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    transition: visibility linear 500ms;
    visibility: visible;
}

.d-none{
    display: none;
}

#unsupportedBrowserMsg {
    display: none;
    position: absolute;
    top: 40%;
    left: 45%;
    color: red;
}
