/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to 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 2010-2021 Webkul IN
*  @license   LICENSE.txt
*/

.wk-panel-success{
    border: 1px solid;
    border-color: #2fb5d2;
    background-color: #fff;
    margin-bottom: 18px !important:
}
.wk-panel-heading{
    border-color: #2fb5d2;
    background-color: #2fb5d2;
    color: #fff;
    padding: 10px 15px;
}
.wk-panel-body{
    padding: 15px;
}
.wk-country-name{
    background: #f39d72 none repeat scroll 0 0;
    padding: 0.3125rem 0.625rem;
    color: white;
    display: inline-block;
}
.wk-badge{
    background-color: #999999;
    border-radius: 10px;
    display: inline-block;
    padding: 3px 7px;
}
