/*
    Total Profit
*/
.widget.t-profit-widget {
	h6 {
		font-size: 15px;
		font-weight: 600;
		color: $color_76;
	}
	#t-profit-chart {
		width: 60px;
		height: 60px;
		position: $pos-rel;
	}
	.t-s-percentage {
		color: #3232b7;
		font-size: 16px;
	}
	i.icon-up {
		font-size: 17px;
		color: #3232b7;
	}
	i.icon-down {
		color: $additional-color-6;
		font-size: 17px;
	}
	.t-s-value {
		font-size: 24px;
		color: $color_76;
	}
}
