.valid-bottom{
	position:absolute;
/* 	background:black; */
	max-width:250px;
/* 	height:50px; */
/* 	top : -15px; */
/*  	left : 10px; */
	z-index:99999;
	width:max-content;
	margin-left:-50px;
}
.valid-bottom > .valid-arrow{
	width: 100%;
	position:relative;
}
.valid-bottom > .valid-arrow::before{
	content:'';
	width: 0;
    height: 0;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #aa2222;
    border-top: 7px solid transparent;
    position:absolute;
    top:4px;
    float:left
}
.valid-bottom > .valid-box{
	border:2px solid #620000;
 	border-radius:4px;
	font-size:13px;
	font-weight:inherit;
	background : #620000;
	padding : 2px 10px;
	line-height:15px;
	color:white;
	margin-left:7px;
}