.modal-body .tooltip .tooltiptext{
	width: max-content;
    position: absolute;
    top: 130%;
    z-index: 100;
}
.tooltip  {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto;	
	position: relative; 
	display: inline-block; 
	opacity: 1; 
	width: 5%;
    z-index: unset;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 600px;
	background-color: white;
	color: black;
	text-align: left;
	font-size: 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px 0;
	position: fixed;
	top: 1%;
	left: 70%;
	margin-left: -60px;
	padding: 8px;
}

.tooptip a{
	text-decoration: none;
	color: black;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 139px;
	border-width: 5px;
	border-style: solid;
	border-color: #ccc transparent transparent transparent;
}
.modal-body .tooltip .tooltiptext::after{
	top: -10px;
    left: 56px;
	border-color: transparent transparent #ccc transparent;
}
.tooltip:hover .tooltiptext { visibility: visible; }

.info_icon{
	width: 18px;
	height: 18px;
}

#headStatus{
	position:fixed;
	top: 17%;
    left: 58%;
}

#headStatus::after{
	content: "";
    position: absolute;
    top: 100%;
    left: 149px;
    border-width: 5px;
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
}