.user-profile-image{
    border-radius: 85px;

}

.table_profile{

    border-radius: 10px;
    background: #EDEDED;
    /*width: 30%;*/
    /*margin-left: 3%;*/
    font-weight: normal;
    box-shadow: 7px 8px 17px 0px rgba(0, 0, 0, 0.15);

}

.table_profile  td {
  
  padding: 15px;
  padding-left: 3%;

}

.table{

	border-radius: 10px;
	background: #EDEDED;
	text-align: center;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none; 
    border-left: 1px solid #c8ced3;
}


.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #c8ced3;
    border-right: 1px solid #c8ced3;
    
}

.table td:first-child{
	border-left: none;
}

.table td:last-child{
	border-right: none;
}

.table thead th:first-child {
	border-left: none;
}

.table thead th:last-child {
	border-right: none;
}


/*Tabla sin bordes*/
.table_no_borders{
    /*display: flex;
    align-items: center;*/
    border-radius: 10px;
    background: #EDEDED;
    width: 100%;
    min-height: 8rem;
    margin-left: 5px;
    margin-right: 5px;


    color: #545454;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;


}

.table_text{
    background: none;
    width: 85%;

}
.table_icons{
    
    background: none;
    height: 80%;
    

}


.table_button_green{
    display: flex;
    width: 40px;
    height: 40px;
    background: #1AB3B1;
    border-radius: 50%;
    color:white;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 3%;
    margin-right: 5%;
}

.table_button_purpple{
    display: flex;
    justify-content: center;
    color:white;
    width: 40px;
    height: 40px;
    background:  #6B4099;
    border-radius: 50%;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 3%;
    margin-right: 2%;

}



/*.table_content{
    display: flex;
    align-items: center;
    padding-top: 25px;
    background: blue;
    width: 70%;
}*/






/*Tabla sin bordes*/


