
/* from Zendesk custom template per Dalet request */

.hj-alert-block::before {
    display: block;
    font-weight: bold;
    position: relative;
    left: 0;
    color: #333333;
    margin-bottom: 4px;
}

.hj-alert-block {
    padding: 20px;
    border-left-width: 0.25rem;
    border-left-style: solid;
    margin: 1rem 0;
    border-radius: 0 4px 4px 0;
    position: relative;
    font-weight: 500;
}

.hj-error-block {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.hj-warning-block {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.hj-success-block {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.hj-info-block {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.hj-info-block::before {
    color: #004085;
    content: 'Note'
}

.hj-error-block::before {
    color: #721c24;
    content: 'Error'
}

.hj-warning-block::before {
    color: #856404;
    content: 'Warning'
}

.hj-success-block::before {
    color: #155724;
    content: 'Success'
}
