﻿
#components-reconnect-modal {
    display: none;
}

    #components-reconnect-modal.components-reconnect-show,
    #components-reconnect-modal.components-reconnect-failed,
    #components-reconnect-modal.components-reconnect-rejected {
        display: block;
    }

.my-reconnect-modal > div {
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    background-color: #dfdfe0f2;
    border: solid 1px grey;
    opacity: 0.6;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #5b60ba;
    /*transform: translate(-50%,-50%);*/
    /*width: 100vw;
    height: 100vh;
    color: green;
    display: block;
    position: fixed;
    top: 50%;
    font-size: 0.9rem;
    right: -6rem;
    color: olive;
    transform: translate(0,-50%);
    border: 1px solid #faf9d0;*/
    /*padding: 3px 5px;*/
}
