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

.progress {
    height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.progress-bar{
    height: 100%;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    transition: width .6s ease;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.wkpadding {
    padding: 10px 0px!important;
}

.v-align-mid {
    vertical-align: middle!important;
}

.width10per {
    width: 10%;
}

.width20per {
    width: 20%;
}

.width30per {
    width: 30%;
}

.wk_slider_item{
    padding: 8px;
}
.wk_slider_item {
    overflow: hidden;
    display: inline-block;
}
.wk-title{
    margin-top: 20px;
}
.wk-btn {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    line-height: 1;
    padding: 0.5rem 0.5rem;
}

#wkcontentList {
    padding: 1rem;
    background: #fff;
    font-size: .875rem;
    color: #7a7a7a;
}

.btn-starts {
    padding: 0.25rem 0.5rem !important;
    text-transform: none!important;
    font-weight: normal!important;

}