﻿.r_disconnected {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    padding: 40px;
}

    .r_disconnected .title {
        font-size: 30pt;
    }

    .r_disconnected .description {
        font-size: 14pt;
    }
