.tab-content{
	border: none;
}

.nav-tabs .nav-link {
    color: #545454;
    /*padding-left: 5px;
    padding-right: 5px;*/
    font-weight: normal;
    text-align: center;
    width: 200px;
	height: 65px;

}

.nav-tabs .nav-link.active {
  background: #FFF;
  border-color: #FFF;
  border-bottom-color: #FFF;
  color: #545454;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	width: 200px;
	height: 65px;
	padding-left: 5px;
  padding-right: 5px;

}

.nav-tabs .nav-link.active:focus {
  background: #9450BD;
  border-color: #FFF;
  color:#FFF;
  border-color: #FFF;
  border-bottom-color: #9450BD;
  width: 200px;
	height: 65px;
	border-radius: 0;

}

.nav-tabs .nav-link.active:blur {
  background: #9450BD;
  border-color: #FFF;
  color:#FFF;
  border-color: #FFF;
  border-bottom-color: #9450BD;
  width: 200px;
	height: 65px;
	border-radius: 0;

}




/*Botón para subir imagen*/
.user-profile-image-update{
    width: 30%;
    height: 30%;
    flex-shrink: 0;
    border-radius: 85px;
    margin-left: 10%;
 }



 .file-select {
  position: relative;
  display: inline-block;
  

}

.file-select::before {
  background-color: #979797;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  content: 'Cambiar Avatar'; /* testo por defecto */
  position: absolute;
  left: 20px;
  right: 0;
  top: 15px;
  bottom: 0;
  width: 180px;
  height: 40px;
   
}

.file-select:hover{
	cursor: pointer;
}

.file-select input[type="file"] {
  opacity: 0;
  width: 200px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}
/*Botón para subir imagen*/

}   