/*Background-image*/
.page-header.background-image {
    background-image: url('../img/fundo/fundo2.jpeg');
}

.bg-gradient-primary {
    background-color: linear-gradient(195deg, #22326B 0%, #172a71 100%);

}

/* ESTILO DE TEXTO logo*/

.text-dark-blue {
    color: #07439d;
    /*fundo*/
}

.text-strong {
    font-weight: 900 !important;
}

.btn.bg-gradient-submit {
    box-shadow: 0 3px 3px 0 #22326B, 0 3px 1px -2px #18275d, 0 1px 5px 0 #1a285b;
    background-color: #07439d;
    color: #fff;
}

.btn.btn-primary {
    background-color: #064ab0;
    color: #fff;
}

.btn.bg-gradient-submit:hover {
    color: #fff;
    background-color: #053783;
    border-color: #344767;
    box-shadow: 0 3px 3px 0 #22326B, 0 3px 1px -2px #18275d, 0 1px 5px 0 #1a285b;
}

i.text-light {
    color: #fff !important;
}

img.img-anexo,
.img-anexo {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    max-width: 100%;
    padding: 2%;
}

.float-custom-left {
    float: left;
    margin-right: 10px;
    /* Ajuste de espaçamento */
}

.float-custom-right {
    float: right;
    margin-left: 10px;
    /* Ajuste de espaçamento */
}


@media (max-width: 575.98px) {
    .float-custom-mobile-left {
        float: none;
        text-align: center;
    }
}

/* Mousewheel Scroll Fix for Nested Containers */
.content-viewer,
textarea.form-control,
.table-responsive,
.editor-quill {
    pointer-events: auto !important;
    touch-action: auto !important;
}

/* Database Content Isolation */
.db-content-isolation {
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
    word-wrap: break-word;
    color: inherit;
}

.db-content-isolation * {
    max-width: 100% !important;
}

.db-content-isolation img {
    height: auto !important;
    border-radius: 8px;
}

.db-content-isolation table {
    width: 100% !important;
    overflow-x: auto;
    display: block;
}