/* Ateração do ConformDialog */
#sf-confirm-dialog {
    min-width: 350px;
    border-radius: 5px;
}

#sf-confirm-dialog .e-dlg-content {
    border-radius: 5px;
}

#sf-confirm-dialog .content-alert {
    font-size: 0.9rem;
    font-weight: 500;
    width: 100%;
    height: calc(100% - 73px);
    min-height: 24px;
}

#reconnect-modal {
    display: none;
    position: static;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    overflow: auto;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.7);
    color: #000000;
    border: 1px solid #888;
    padding-top: 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}


.loading-modal {
    position: fixed;
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100vw;
    z-index: 2000;
    background-color: rgba(108, 117, 125, 0.555);
}

.loading-modal .spinner {
    align-content: center;
    width: 100%;
    text-align: center;
}
