.del {
	margin: auto;
	height: 100px;
	width: 100px;
	border: 3px solid black;
	border-radius: 50%;
	position: relative;
}
.del_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dropdown-item {
	font-size: 0.9rem;
}
.action{
	padding: 2px !important;
	margin-top: 15px;
	width: 70px !important;
	font-size: 0.8rem !important;
}
.re{
	padding: 2px !important;
	width: 170px !important;
	margin-top: 15px;
	font-size: 0.8rem !important;
}
.res{
	padding: 2px !important;
	width: 170px !important;
	margin-top: 10px;
	font-size: 0.8rem !important;
}
.re_Size{
    padding: 0px !important; 
    font-size: 0.8rem !important;
}
.chart_s{
	height: 350px;
}
.chart_size{
	height: 300px;
}

.table {
    word-break: keep-all;
}