.widget.widget-testseries {
    position: relative;
    color: #000;
    padding: 15px;
    border-radius: 3px;
    min-height:284px;
    border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}
.widget-testseries .stats-progress .progress-bar {
    background: #00acac;
    border-radius: 0 3px 3px 0;
}
.widget-testseries .stats-progress {
    background: rgba(142, 150, 145, 0.5);
    height: 2px;
    margin: 0 0 15px;
    border-radius: 3px;
}
.widget-testseries .stats-number {
    font-size: 18px;
    margin-bottom: 7px;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: 1px;
    color:#000 !important;
}
.widget-testseries .stats-icon.stats-icon-lg {
    font-size: 110px;
    top: 15px;
    right: 0;
    color: #fff;
    width: 128px;
    height: 50px;
    line-height: 50px;
    text-shadow: 3px 7px rgb(0 0 0 / 25%);
}

.widget-testseries .stats-icon {
  text-align: center;
  margin-left: 15px;
  margin-top: 1px;
  position: absolute;
  opacity: .15;
}
.card-sjbk{
	/*min-height: 90px;*/
	text-align: center;
}
.col-sm-12{
	margin-bottom: 10px;
}
.left-margin
    {
        margin-left:-15px;
        margin-top: 10px;
    }
@media (max-width: 640px) 
{
    .left-margin
    {
        margin-left: 0px;
        margin-top: 10px;
    }
}
@media (max-width: 640px) 
{
    .top-margin{
      margin-top: 35px;
      margin-left:0px;
    }
}
.top-margin{
  margin-top: 35px;
  margin-left:-15px;
}
h5.card-heading{
  font-size:14px;
  font-weight: 600;
  color: #242a30;
 }
 .card-text{
  font-size: 12px;
  color: #707478;
 }
 .cursor_disabled{
    cursor: no-drop !important;
}
/*.row{
  margin-left: 0px;
  margin-right: 0px;
}*/