.sidebox.pedidostats {
    padding-bottom: 0;
    background: #62b92c;
    background: -moz-linear-gradient(-45deg, #62b92c 1%, #25832f 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #62b92c), color-stop(100%, #25832f));
    background: -webkit-linear-gradient(-45deg, #62b92c 1%, #25832f 100%);
    background: -o-linear-gradient(-45deg, #62b92c 1%, #25832f 100%);
    background: -ms-linear-gradient(-45deg, #62b92c 1%, #25832f 100%);
    background: linear-gradient(135deg, #62b92c 1%, #25832f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62b92c', endColorstr='#25832f',GradientType=1 );
    
    .body {
	    color: var(--bs-white);
	    text-align: center;
	    font-weight: 300;
	    
	    a {
	    	color: var(--bs-white);
	    }
	}
    
}

.pubstats {
	.tab-body {
	    padding-bottom: 4rem;
	}
	
	.card {
		--bs-card-height: 100%;
	}
	
	.card-img-top {
		margin-top: -1rem;
	}
	
	.card-img {
		height: 6rem;
		width: 6rem;
		border-radius: 50%;
		object-position: top;
  		object-fit: cover;
	}
	
	/* .card-body {
		display: grid;
		grid-template-rows: .33fr .7fr auto;
		grid-template-columns: 100%;
	} */
	
	/* .table-condensed {
		width: 100%;
	} */
}

.pubstats ul li.bi::before {
    content: "\f4b3";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
	
.pubstats ul li.bi::after {
    content: "\f30a";
    margin-left: 0.5em;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}