#s-m-t-tooltip{
	/* basic */
	max-width:300px;
	margin:24px 14px 7px 12px;
	/* style and design */
    border-width: 8px;
  border-style: solid;
  border-image: url("https://i.postimg.cc/fRC0WWqv/1.png") 8 fill round;
	/* font */
	font-family: 'rainyhearts';
	font-size:15px;
	line-height:16px;
	color: #8faace;
  filter: drop-shadow(0px 5px 5px #abcdef);
  z-index: 10000 !important;
}