/**
* 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;
}

.wk_wallet_inner_box {
    text-align: center;
    margin: 20px 10px;
    margin-top: 40px !important;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.wallet-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.wallet-column {
    flex: 1;
    min-width: 100%;
    padding: 10px;
}

.wallet-column h6 {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.wallet-column span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

.wallet-operator {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    padding: 0 15px;
}

.payment-amount {
    margin: 10px 0 !important;
    color: #007299 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.payment-text {
    margin: 0;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

@media (max-width: 768px) {
    .wallet-row {
        flex-direction: column;
        gap: 5px;
    }
    
    .wallet-column {
        width: 100%;
        text-align: center;
    }
    
    .wallet-operator {
        margin: 5px 0;
    }
    
    .wallet-column h6 {
        font-size: 14px;
        white-space: normal;
    }
    
    .payment-amount {
        font-size: 16px !important;
    }
    
    .payment-text {
        font-size: 13px;
    }
}
