body {
	background-color: #f0f1f3;
	padding-top: 80px;
	color: #1e3050;
	font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
img.logo {
	height: 75px;
}
.btn-menu {
height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cash-item {
	background: #fff;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    border-left: 3px solid #4e73df!important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;	
}
.cash-title {
	font-weight: 700!important;
	color: #4e73df!important;
}
.cash-amount {
	font-weight: 700!important;
	font-size: 17px;
	color: #5a5c69!important;
}
.cash-item i {
	color:#dddfeb!important;
	font-size:27px;
}