.container {  position: relative;
  max-height: 100%;

  padding-bottom: 130px;
  }

.subtitulo{background:#004B84;font-size:1rem;}

body{
	background: rgb(240,240,244);
background: linear-gradient(90deg, rgba(240,240,244,1) 0%, rgba(245,246,247,1) 35%, rgba(207,209,215,1) 100%);
}
.card{
	background-color: #fff;
	width: 400px;
	border-radius: 33px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 2rem !important;
}
.top-container{
	display: flex;
	align-items: center;
}
.profile-image{
	border-radius: 10px;
}
.name{
	font-size: 15px;
	font-weight: bold;
	color: #272727;
	position: relative;
	top: 8px;
}
.mail{
	font-size: 14px;
	color: grey;
	position: relative;
	top: 2px;
}
.middle-container{
	background-color: #eee;
	border-radius: 12px;

}
.middle-container:hover {
	border: 1px solid #5957f9;
}
.dollar-div{
	background-color: #8DC63F;
	padding: 12px;
	border-radius: 10px;
}
.round-div{
	border-radius: 50%;
	width: 35px;
	height: 35px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.dollar{
	font-size: 16px !important;
	color: #004B84 !important;
	font-weight: bold !important;
}


.current-balance{
	font-size: 15px;
	color: #272727;
	font-weight: bold;
}
.amount{
	color: #0E2A58;
	font-size: 22px;
	font-weight: bold;
}
.dollar-sign{
	font-size: 22px;
	color: #272727;
	font-weight: bold;
}

.recent-border{
	border-left: 2px solid #0E2A58;
	display: flex;
	align-items: center;

}

.recent-orders{
	font-size: 16px;
	font-weight: 700;
	color: #5957f9;
	margin-left: 2px;
}

.wishlist{
	font-size: 16px;
	font-weight: 700;
	color: #272727;

}
.wishlist-border:hover{
	border-bottom: 1px solid #dee2e6!important;
}
.fashion-studio{
	font-size: 16px;
	font-weight: 700;
	color: #272727;
}
.fashion-studio-border:hover {
	border-bottom: 1px solid #dee2e6!important;
}


.footer {
  position:relative;
   left:0px;
   bottom:-15px;
   height:50px;
   width:100%;
  background:white;
  border-top:1px solid #ccc;
} 
.footer p{margin-top:-10px;}