#components-reconnect-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

    #components-reconnect-modal.components-reconnect-show {
        display: flex !important;
    }

.reconnect-box {
    background: #1e1e1e;
    padding: 24px;
    border-radius: 10px;
    text-align: center;
    color: white;
    min-width: 300px;
}
