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

.wkRewardPopup .wk-fancyb-body {
    margin-top: 60px;
    text-align: center;
    padding: 15px 70px;
    font-size: 14px;
    line-height: 25px;
}
.wkRewardPopup .wk-fancyb-footer {
    text-align: center;
    padding: 15px;
}
.wkRewardPopup .wk-btn {
    background-color: #2c5dd9;
    border-radius: 4px;
    color: #ffffff;
    width: 220px;
    padding: 12px 21px;
}
.wkRewardPopup .wk-fancyb-footer .wk-btn:hover,
.wkRewardPopup .wk-fancyb-footer .wk-btn:active,
.wkRewardPopup .wk-fancyb-footer .wk-btn:focus {
    background-color: #2256d0;
}
.wkRewardPopup p {
    color:#222222;
    font-size:14px;
    line-height:25px;
}

.wkRewardPopup .reward_price_bg {
    background-color : #38b561
}
.wkRewardPopup .reward_points_bg {
    background-color : #e4853f
}
.wkRewardPopup .expiry_date_bg {
    background-color : #D35217
}


/*Extra for sponsorship reward popup*/
#sponsorshipRewardPopup .wk-fancyb-footer {
    background-image: url(../../img/slices/slice-waves.png);
    padding-bottom: 80px;
}
/*END*/

/*Extra for registration reward popup*/
#registrationRewardPopup .wk-fancyb-footer, #rewardExpiryReminderPopup .wk-fancyb-footer {
    margin-bottom: 50px;
}
/*End*/

/*Extra for reward expiry reminder popup*/
#rewardExpiryReminderPopup #pop-up-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
#rewardExpiryReminderPopup #points-info {
    margin-bottom: 30px;
}
#rewardExpiryReminderPopup #pop-up-content {
    margin-bottom: 30px;
}
#rewardExpiryReminderPopup #points-info p {
    margin-bottom: 5px;
}
#rewardExpiryReminderPopup #points-info span {
    padding: 5px 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 9px;
}
/*End*/
