/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_OrderApproval
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk_orderapproval_message {
    color:red;
    padding:10px;
    background:#fae5e5;
}

.wk_orderapproval_message::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #b30000;
    content: '\e61f';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    text-align: center;
}

.wk_orderapproval_imp {
    color:red;
}

.askquery-popup::after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}