#kcpercentage {
  clear: both;
  padding: 20px;
  box-shadow: 0 0px 9px rgba(0,0,0,0.12);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  background: #fff;
  border-radius: 10px;
  margin: 0 0 20px;
}
#kcpercentage .card{
    position: relative;
    background: #fff;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    border-radius: 5px;
    border: solid 1px #eee;
    border-bottom: 3px solid #46cdcf;
}
#kcpercentage .card .card-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px !important;
    background: #f4f4f4 !important;
    border-radius: 5px 5px 0 0;
    margin: 0 0 15px !important;
}
#kcpercentage .card .card-header h2 {
  margin: 0 !important;
  line-height: 100% !important;
  font-size: 17px !important;
  font-weight: 400;
}
#kcpercentage .card .card-header h2 small {
  display: block;
  margin-top: 8px;
  color: #AEAEAE;
  line-height: 160%;
}
#kcpercentage .badge {
  background-color: #03a9f4 !important;
  color: #fff !important;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0;
  padding: 2px !important;
  display: block;
}
#kcpercentage .badge span {
  display: block;
  border: 1px solid #eee;
  padding: 6px;
  font-size: 11px;
  direction: rtl;
}
#kcpercentage .card-header:not(.ch-alt):not([class*="bgm-"]) + .card-padding {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  #kcpercentage .card .card-body.card-padding {
    padding: 23px 26px;
    padding-top: 23px;
  }
}
#kcpercentage .form-group label {
  margin-top: 10px;
  margin-bottom: 15px;
}
#kcpercentage .zarib_badge {
  background: #eee;
  display: inline-block;
  padding: 0 5px;
  border-radius: 5px;
  color: #000;
  line-height: normal;
}
