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

.wkRewardPopup .modal-content {
    border-radius: 16px;
}
.wkRewardPopup .modal-header {
    border: none;
}
.wkRewardPopup .modal-body {
    text-align: center;
    padding: 15px 70px;
    font-size: 14px;
    line-height: 25px;
}
.wkRewardPopup .modal-footer {
    text-align: center;
    border: none;
}
@media (min-width: 576px) {
    .wkRewardPopup.modal-dialog {
        max-width: 700px;
    }
}
.wkRewardPopup .wk-btn {
    background-color: #2c5dd9;
    border-radius: 4px;
    color: #ffffff;
    width: 220px;
    padding: 12px 21px;
}
.wkRewardPopup .modal-footer .wk-btn:hover, .wkRewardPopup .modal-footer .wk-btn:active, .wkRewardPopup .modal-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 .modal-footer {
    background-image: url(../../img/slices/slice-waves.png);
    padding-bottom: 80px;
}
/*END*/

/*Extra for registration reward popup*/
#registrationRewardPopup .modal-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*/
