.attention-bar {
    width: 100%;
    overflow: auto;
    padding: 15px;
    border-bottom: 1px solid transparent;
}

.attention-bar p {
    margin: 0;
}

.attention-bar > .attention-wrap {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.attention-bar .icon {
    float: left;
    font-size: 42px;
    width: 42px;
    text-align: center;
}

.attention-bar .body {
    float: left;
    width: calc(100% - 68px);
    padding-left: 20px;
}

.attention-bar .body .title {
    margin: 0 0 10px;
    font-weight: 600;
}

.attention-bar .body .text {
    font-weight: 500;
}

.close-attention {
    right: 0;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}

.close-attention:hover {
    font-weight: 700;
}

.attention-bar.info {
    color: #004085;
    background-color: #cce5ff;
    border-bottom-color: #004085;
}

.attention-bar.info .icon {
    color: #004085;
}

.attention-bar.warning {
    color: #856404;
    background-color: #ffff93;
    border-bottom-color: #856404;
}

.attention-bar.warning .icon {
    color: #856404;
}

.attention-bar.error {
    color: #721c24;
    background-color: #f8d7da;
    border-bottom-color: #721c24;
}

.attention-bar.error .icon {
    color: #721c24;
}