#re_disconnect_message_dialog .dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999;
    width: 100%;
    height: 100%;
}

#re_disconnect_message_dialog .dialog-overlay div {
    background-color: white;
    padding: 20px;
    margin: auto;
    margin-top: 200px;
    width: 450px;
    height: 160px;
    color: black;
    font-weight: bold;
    text-align: center;
}

#re_disconnect_message_dialog .dialog-content .accept-button {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
    font-weight: bold;
    margin-top: 30px;
}

#re_disconnect_message_dialog .dialog-content p {
    margin: 0 !important;
}

#re_disconnect_message_dialog .dialog-content .text-count-down {
    font-size: 26px;
    color: #29b6f6;
}
