.profile-blogger{
    border-color: rgb(219,0,116) !important;
    background-color: rgb(219,0,116) !important;
}

.profile-asesora{
    border-color: rgb(204,255,255) !important;
    background-color: rgb(204,255,255) !important;
}

.profile-upc{
    border-color: rgb(228,35,34) !important;
    background-color: rgb(228,35,34) !important;
}

.profile-shopper{
    border-color: rgb(255,204,0) !important;
    background-color: rgb(255,204,0) !important;
}

.profile-black{
    border-color: rgb(0,0,0) !important;
    background-color: rgb(0,0,0) !important;
}
.profile-diseniadora{
    border-color: rgb(153,0,255) !important;
    background-color: rgb(153,0,255) !important;
}
.custom-media-avatar{
    display: inline-block;
    /*border: 1px;*/
    padding: 5px;
    border-radius: 50%;
    background: #fff;
}

.custom-media-object{
    /*border: 1px solid #000;*/
    border-radius: 50%;
    padding: 2px;
}

.notification-profile-blogger img{
	border: 2px solid rgb(219,0,116);
}

.notification-profile-asesora img{
	border: 2px solid rgb(204,255,255);
}

.notification-profile-upc img{
	border: 2px solid rgb(228,35,34);
}

.notification-profile-shopper img{
	border: 2px solid rgb(255,204,0);
}

.notification-profile-black img{
	border: 2px solid rgb(0,0,0);
}
.notification-profile-diseniadora img{
	border: 2px solid rgb(153,0,255);
}