﻿


#components-reconnect-modal,
#components-reconnect-modal.components-reconnect-show,
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-rejected,
#components-reconnect-modal.components-pause-visible {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
    width: 75px !important;
    height: 75px !important;
    background-color: white !important;
    position: fixed !important;
    top: 15px !important;
    right: 15px !important;
    z-index: 999 !important;
}

#components-reconnect-modal {
    display: none;
}


    #components-reconnect-modal.components-reconnect-show,
    #components-reconnect-modal.components-reconnect-show .components-rejoining-animation,
    #components-reconnect-modal.components-reconnect-failed,
    #components-reconnect-modal.components-reconnect-rejected,
    #components-reconnect-modal.components-pause-visible {
        display: block;
    }

    #components-reconnect-modal p,
    #components-reconnect-modal button {
        display: none !important;
    }



#blazor-debug-overlay {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    z-index: 99999;
    font-family: monospace;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
