.wpdmpp-license-select {
    margin: 10px 0 20px;
}

.gigs-heading,
.wpdmpp-license-select .license-heading {
    margin-bottom: 10px;
    font-weight: 900;
}

h3.wpdmpp-product-price {
    font-weight: 900;
}

.cart-total-final.btn {
    background: transparent;
}

.list-group-item.eden-checkbox.premium-file > span {
    margin-top: 5px;
}

.input-group.input-group-asyoupay {
    width: 230px;
}

.w3eden .min-price-note {
    font-size: 11px;
    margin-bottom: 10px;
}

.w3eden .gigs-body {
    padding-bottom: 10px;
}

.w3eden .cart-total-final .badge {
    padding: 0 10px;
    border-radius: 2px;
    line-height: 25px;
    height: 25px;
    background: #30b570;
}

.statistic-box {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: 50% 50% no-repeat;
    background-size: cover;
    margin: 0 0 30px
}

.statistic-box.red {
    background-color: #fa424a;
    background-image: url('/wp-content/plugins/wpdm-premium-packages/assets/css/../images/statistic-box-red.png')
}

.statistic-box.purple {
    background-color: #ac6bec;
    background-image: url('/wp-content/plugins/wpdm-premium-packages/assets/css/../images/statistic-box-purple.png')
}

.statistic-box.yellow {
    background-color: #fdad2a;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcoAAAEbCAMAAABtIDRkAAAAQlBMVEX9wAb8rQT8rgT9vwb9tQX8sQT9uAX8swT8sgT9ugX9uQX9vQb8rwT9twX9tgX8sAT9uwX9vgb8tAT9vAX9vAb9tAXX7O3WAAACr0lEQVR42u3YgbqhUBSA0VIqUZK8/6vOyZjvc2dc0yUka73B6a99NlEEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwJQ0O89gJuJ4sUyzWQdNmib5jJS/LZZttVrP7nhd1m77423brPuUlKeg27wuu3m8w+syXS6+HG6ZluuPSXnSB92/cdCkqfLNxZPFm7ya67iNv7cpwiX6bsdO9qeRek0Yt/vkk1KeBX2PreifkXrN/Mbt4INPeyvarepicMWzYxX1avdhKScc9MrFOMxcrs8bjj6hNbcLIzUeRRi33eelPLtEX7g83DhSZzxu7z3+K7aiu0fqPMftSO/z8vCcS3TQb4379b9W3ujPkFV1KDbRuG/0dlnkaV1lZbNf78Z+t3/0W2OM13Pyv1Z2TZbmf97s6KEPI6TN2z7tqunW95R9wMX41tdn0pVV+9d7HT31uWzCRxvSZmVIO/SjDSP1cRfj8HGbTGaYZmlx8XlEr3xEi34eH9Iwj1eX5/GTR+qkx22yL+t8e+VpRPF0LL5cta8aqf8bt+tnf59J2GraAW90FHPDKxeGSV0dZ8mjt5pi8L4u5Qi3RLj/+0nSjbazH4fpT68WKcdf7I573f62QRyG6TdbjZRT+GCH7OthmF7faqSc/AebdMO2Giknqt+c2vrmYSrlrEkpJVIiJVJKiZRIiZRIKSVSIiVSSomUSImUSCklUiIlUkqJlEiJlEgpJVIiJVJKiZRIiZRIKSVSIiVSSomUSImUSCklUiIlUkqJlEiJlEgpJVIiJVJKiZRIiZRIKSVSIiVSSomUSImUSCklUiIlUkqJlEiJlEgpJVIiJVIipZRIiZRIKSVS8hK/AI7Ty+46aonAAAAAAElFTkSuQmCC')
}

.statistic-box.green {
    background-color: #46c35f;
    background-image: url('/wp-content/plugins/wpdm-premium-packages/assets/css/../images/statistic-box-green.png')
}

.statistic-box > div {
    -webkit-border-radius: inherit;
    border-radius: inherit;
    height: 142px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAoAQMAAACyxfoTAAAABlBMVEX///////9VfPVsAAAAAnRSTlMAJqSeSMUAAAAUSURBVBjTY/gPAgcYoNQBBjAYpQBSfif3JBsEHAAAAABJRU5ErkJggg==') 50% 0;
    background-size: 21px 20px;
    position: relative
}

.statistic-box .number {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    padding: 32px 0 0;
    color: #fff;
}

.statistic-box .caption {
    font-size: 1.0625rem;
    font-weight: 600;
    position: relative;
    min-height: 35px;
    line-height: 1;
    color: #fff;
}

.statistic-box .caption > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 10px
}

.statistic-box .percent {
    position: absolute;
    right: 10px;
    bottom: 8px;
    text-align: center;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1
}

.statistic-box .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px;
    border-color: transparent transparent #fff;
    margin: 0 0 2px
}

.statistic-box .arrow.up {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.statistic-box .arrow.down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.chart-statistic-box {
    zoom: 1;
    margin: 0 0 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
}

#wpdmpp-seller-dashboard .panel td{
    text-align: left;
}
#wpdmpp-seller-dashboard .panel .table{
    border: 0;
    text-align: left;
}
#wpdmpp-seller-dashboard .panel .table th:first-child,
#wpdmpp-seller-dashboard .panel .table td:first-child{
    border-left: 0 !important;
}
#wpdmpp-seller-dashboard .panel .table th:last-child,
#wpdmpp-seller-dashboard .panel .table td:last-child{
    border-right: 0 !important;
}
.panel-footer {
    color: #555555;
}
.panel-footer .number{
    font-weight: 700;
    font-size: 11pt;
}
.tooltip-inner{
    padding: 8px 20px !important;
    line-height: 1.3;
    font-size: 12px;
    text-align: left;
}