.moduloLoaderInt {
    width: 100%;height: 100vh;position: fixed;top: 0;left: 0;
    background-color: rgba(0, 0, 0, .5);z-index: 9999;
}

.moduloLoaderInt {
    display: flex;justify-content: center;align-items: center;
}

.moduloLoaderInt div {
    text-align: center;
}


/* Plugins */

.form-control:not([type="color"]) {
    height: 35px !important;padding:.375rem .75rem !important;
}

.swal2-container:not(.swal2-center) {
    z-index: 99999 !important;
}

/* Selo de segurança/LGPD exibido no rodapé dos modais e e-mails */
.lgpd_footer_note {
    background-color: rgb(204 204 204);
    border-radius: 8px;
    padding:10px;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(128, 128, 128, .3);
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    opacity: .8;
}

.custom_modal_box .lgpd_footer_note {
    background-color: rgba(255, 255, 255, .08);
}

.lgpd_footer_note span {
    font-size: 15px;
}

.lgpd_footer_note img {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.lgpd_footer_note a {
    color: inherit;
    text-decoration: underline;
    font-weight: bold;
    font-size: 15px;
}


