/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* 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 https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License 3.0
* @license LICENSE.txt
*/
p.payment_module a.qpp-phonepe {
    background: url('../assets/qlopp.png') 15px 15px no-repeat #fbfbfb;
    padding: 33px 38px 34px 90px; 
    display: block;
    border: 1px solid #d6d4d4;
    border-radius: 4px;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    font-weight: bold;
    position: relative;
}

p.payment_module a.qpp-phonepe:hover {
    background-color: #f6f6f6;
    text-decoration: none;
}

p.payment_module a.qpp-phonepe span {
    font-weight: normal;
    color: #777;
}

p.payment_module a.qpp-phonepe:after {
    display: block;
    content: "\f054"; 
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}