#components-reconnect-modal {
    display: flex !important;
    opacity: 1 !important;
    background: rgb(255 255 255 /80%) !important;
}

    #components-reconnect-modal::before {
        content: "";
        width: 350px;
        height: 65px;
        background: #656469;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 20px 20px 0 0;
    }

    #components-reconnect-modal h5 {
        width: 350px;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 1050;
        background-color: #656469;
        padding: .75rem 1.25rem;
        transform: translate(-50%, -50%);
        border-radius: 0 0 20px 20px;
        margin-top: 60px !important;
        box-shadow: 0px 3px 6px #00000029;
        font-weight: 300;
        font-size: 18px;
        color: #eeeeee;
    }

        #components-reconnect-modal h5 a {
            font-weight: 600;
            font-size: 18px !important;
        }

    #components-reconnect-modal div {
        margin: auto;
        z-index: 1050;
        border-color: #991B1C #eeeeee #eeeeee !important;
    }

    #components-reconnect-modal button {
        z-index: 1500;
        border: 0;
        font-size: 14px;
        padding: 5px 25px;
        border-radius: 5px;
        box-shadow: 0px 3px 6px #00000029;
        margin: auto !important;
        transition: .5s;
        background-color: #eeeeee;
        color: #656469;
        font-weight: 600;
    }

        #components-reconnect-modal button:hover {
            box-shadow: inset 0px 3px 6px #00000029;
        }