.user-dp {
border: 2px solid;
border-radius: 145px;
box-shadow: 0 1px 6px #cccccc;
height: 34px;
margin: 0 5px 0 0;
width: 34px;
}

.widget {
background: #ffffff none repeat scroll 0 0;
border-radius: 2px;
display: inline-block;
border: 1px solid #e9e9e9; 
      -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
margin-bottom: 27px;
padding: 30px;
position: relative;
width: 100%;
}
.widget-header h1 {
font-weight: 400;
margin: 0 0 15px;
}
.blue-widget {
border-bottom: 2px solid #09639e;
}
.green-widget {
border-bottom: 2px solid #99cc33;
}
.brown-widget {
border-bottom: 2px solid #855410;
}
.violet-widget {
border-bottom: 2px solid #c406b4;
}
.dark-blue-widget {
border-bottom: 2px solid #0c1d6b;
}
.orange-widget {
border-bottom: 2px solid #f57f0a;
}
.light-blue-widget {
border-bottom: 2px solid #1ba7de;
}
.light-green-widget {
border-bottom: 2px solid #149c7e;
}
.shortcut-icon {
border-radius: 25px;
box-shadow: 0 1px 2px #dcdcdc;
color: #fff;
font-size: 14px !important;
height: 35px;
left: -17px;
line-height: 36px !important;
position: absolute;
text-align: center;
top: 27px;
vertical-align: middle;
width: 35px;
}
.icon-blue {
background: #09639e none repeat scroll 0 0;
}
.icon-green {
background: #99cc33 none repeat scroll 0 0;
}
.icon-brown {
background: #855410 none repeat scroll 0 0;
}
.icon-violet {
background: #c406b4 none repeat scroll 0 0;
}
.icon-dark-blue {
background: #0c1d6b none repeat scroll 0 0;
}
.icon-orange {
background: #f57f0a none repeat scroll 0 0;
}
.icon-light-blue {
background: #1ba7de none repeat scroll 0 0;
}
.icon-light-green {
background: #149c7e none repeat scroll 0 0;
}
.trends li {
line-height: 28px;
}
.trends li a {
color: #7e7e7e;
display: list-item;
width: 100%;
}
.trends li a:hover {
color: #2196f3;
}
.item-numbers {
float: right;
font-size: 12px;
}


.card {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
}
.card .card-header {
    font-weight: 500;
}
.card-header:first-child {
    border-radius: 0.35rem 0.35rem 0 0;
}
.card-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: rgba(33, 40, 50, 0.03);
    border-bottom: 1px solid rgba(33, 40, 50, 0.125);
}

  .bg-upnet{
    background: #3b82f6;
  }
  .text-upnet{
    color: #3b82f6;
  }

  .relative {
    position: relative;
}

.badge-corner:empty {
    display: inline-block;
}
.badge-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 66px solid #888;
    border-top-color: rgba(0, 0, 0, 0.3);
    border-left: 66px solid transparent;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.badge-corner span {
    position: absolute;
    top: -52px;
    left: -28px;
    font-size: 16px;
    color: #fff;
}
.badge-corner-base {
    border-top-color: #3498db;
}
.badge-corner-alt {
    border-top-color: #9cd70e;
}
.badge-corner-light {
    border-top-color: #ecf0f1;
}
.badge-corner-light span {
    color: #2c3e50;
}
.badge-corner-dark {
    border-top-color: #131313;
}
.badge-corner-orange {
    border-top-color: #ff8a3c;
}

 .badge-corner-upnet{
    border-top-color: #3b82f6;
  }
.relative img{
    margin-top:6px;    
}