.message.success.icon-check-square-o {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    height: auto;
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid rgba(197, 161, 49, .38);
    border-radius: 8px;
    background: #fdfaf0;
    box-shadow: 0 6px 18px rgba(16, 35, 29, .06);
    color: var(--web-secundary);
    font-size: .875rem;
    line-height: 1.5;
}

.message.success.icon-check-square-o::before {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
    margin-top: .0625rem;
    color: var(--web-primary);
    font-size: 1.25rem;
    line-height: 1;
}

.message.error.icon-warning {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    height: auto;
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid rgba(190, 18, 60, .24);
    border-radius: 8px;
    background: #fff1f2;
    box-shadow: 0 6px 18px rgba(16, 35, 29, .06);
    color: #9f1239;
    font-size: .875rem;
    line-height: 1.5;
}

.message.error.icon-warning::before {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
    margin-top: .0625rem;
    color: #be123c;
    font-size: 1.25rem;
    line-height: 1;
}
