.left-profile{
  width: 250px !important;
  min-width: 250px !important;
  display: flex;
  flex-direction: column;
  background-color:#cbd0dd !important;
  border:none;
}
.label-profile-1{
	font-size: 12px;
	font-weight: bold !important;
	letter-spacing : 1.2px !important;
}
.label-profile-2{
	font-size: 14px;
	letter-spacing : 1.2px !important;
}

.label-profile-3{
	font-size: 11px;
	letter-spacing : 1.2px !important;
}

.leftbar-profil{
 display: flex ;
 align-items: center;
 justify-content: center;
 flex-direction : row;
 height: 25px !important;
 width : 250px;
 margin: .25rem !important;
}

.right-profile{
  display: flex;
  flex-direction: column;
  background-color:#fff !important;
}
.right-profile-1{
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 70% !important;
  align-items: center;
  justify-content: center;
}
.right-profile-2{
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 30% !important;
  align-items: center;
  justify-content: center;
  
}

@media all and (max-width: 375px) {

   .label-profile-1{
	font-size: 12px;
}
.label-profile-2{
	font-size: 13px;
}

.label-profile-3{
	font-size: 10px;
}

}

@media all and (max-width: 360px) {

   .label-profile-1{
		font-size: 11px;
	}
	.label-profile-2{
		font-size: 12px;
	}

	.label-profile-3{
		font-size: 9px;
	}

}