.breadcrumb .fa-arrow-right{
    display: none;
}

/* Ícones para os diferentes tipos */
.toast-title::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    margin-right: 8px;
    display: inline-block;
    width: 16px;
}

.toast-success .toast-title::before {
    content: "\f058"; /* fa-check-circle */
}

.toast-error .toast-title::before {
    content: "\f057"; /* fa-times-circle / fa-circle-xmark */
}

.toast-warning .toast-title::before {
    content: "\f071"; /* fa-exclamation-triangle / fa-triangle-exclamation */
}

.toast-info .toast-title::before {
    content: "\f05a"; /* fa-info-circle / fa-circle-info */
}

/* Cores do Template - Versão 1 */
:root[data-theme="1"] {
    --cor-primaria: #59205D;
    --cor-secundaria: #4A1C52;
    --cor-terciaria: #6B2569;
}

/* Cores do Template - Versão 2 */
:root[data-theme="2"] {
    --cor-primaria: #01448A;
    --cor-secundaria: #013970;
    --cor-terciaria: #0155A4;
}

.modal-dialog-organizacao {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.modal-dialog-organizacao .modal-content {
    width: 100%;
	height: 100%;
    margin: 0 auto;
	min-height: 50vh;
}
.modal-dialog-organizacao .modal-body iframe {
    width: 100%;
    height: 100%;
    border: none;
	min-height: 50vh;
}