﻿.alert-title {
    background-color: #F39C12;
    display: inline-block;
    padding: 0.25em 1em;
    text-align: left; /* Alinhar o texto à esquerda */
    width: 100%; /* Certificar que ocupa toda a largura */
    color: white;
}

.alert-container {
    text-align: left !important; /* Alinhar o texto à esquerda */
}