#reconnect-modal {
    background: white;
    border: 1px solid #d6d8db;
    border-radius: 0.5rem;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    display: none;
    left: 50%;
    max-width: calc(100% - 2rem);
    padding: 1.25rem 1.5rem;
    position: fixed;
    text-align: center;
    top: 1rem;
    transform: translateX(-50%);
    width: 28rem;
    z-index: 10001;
}

#reconnect-modal strong,
#reconnect-modal span {
    display: block;
}

#reconnect-modal span {
    margin-top: 0.35rem;
}
