@charset "ISO-8859-1";


.btn-custom {
            display: inline-block;
            margin: 5px;
            padding: 10px;
}
        
.btn-custom i {
	font-size: 40px;
    width: 45px;
	height: 50px;
    display: block;
}

.sb-dashboard {
    display: flex;
    flex-wrap: wrap;
}

.sb-dashboard-tile {
    flex: 1 1 auto;
}

@charset "ISO-8859-1";

.lbl-custom
{
	text-align:center; 
	width: 80px; 
	overflow-wrap: break-word; 
	hyphens: auto; 
	font-size:12px;
}

