/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.wk_wallet_amount_nav_2 {
    margin-top: 0.9375rem;
    margin-right: 0.5rem;
    width: max-content;
}

.cashback-heading {
    margin-bottom: 15px;
}

.cashback-heading p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    margin-bottom: 0px;
}

.wk-min-cashback-success {
    padding: 10px;
    /* margin-bottom: 15px; */
    border-radius: 4px;
    background-color: #ffffff;
    float: left;
    width: 100%;
    border: 1px solid green;
}

.wk-min-cashback-success p {
    position: relative;
    color: #484848;
    margin: 0;
    font-size: 13px;
    padding-left: 30px;
}

.wk-min-cashback-success p i {
    position: absolute;
    left: 0;
    vertical-align: middle;
    color: green;
    font-size: 22px;
}

.wk-min-cashback-warning {
    padding: 10px;
    /* margin-bottom: 15px; */
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 4.95px 0.05px rgba(0, 0, 0, 0.15);
    float: left;
    width: 100%;
    border: 1px solid #ff7d27;

}

.wk-min-cashback-warning p {
    position: relative;
    color: #484848;
    margin: 0;
    font-size: 13px;
    padding-left: 30px;
}

.wk-min-cashback-warning p i {
    position: absolute;
    left: 0;
    vertical-align: middle;
    color: #ff7d27;
    font-size: 22px;
}
