
.iwtooltip {
	position: absolute;
	z-index: 9999;
	min-width: 160px;
	min-height: 50px;
}

.iwtooltip.v2 {
	min-width : auto;
	width: max-content;
	max-width : 400px;
	min-height : auto;
    padding: 8px 12px;
	border-radius: 6px;
	backdrop-filter: blur(5px);
    outline: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.04);
}

.iwtooltip.v2 .content {
    opacity: 1;
    margin: unset;
    color: #56687F;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-style: normal;
}

.iwtooltip.v2 .content .title {
	color: #56687F !important;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 16px;
	margin-bottom : 8px;
}

.iwtooltip.v2 .content .info {
	margin-top : 4px;
	color: #707683;
}

.iwtooltip.v2 .content .desc_box {
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.02);
	display: flex;
	padding: 8px 4px;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	margin-top: 12px;
	align-self: stretch;
	color: #707683;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 16px;
}

.iwtooltip.v2 .content .desc_box .desc_bold {
	color: #707683;
	font-size: 12px;
	font-style: normal;
	font-weight: 410;
	line-height: 16px; /* 133.333% */
}

.iwtooltip.iwtooltip2 {
	width: max-content;
	min-width: unset;
}

.iwtooltip .bg {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;	
}

.iwtooltip .bg .tl {
	position:absolute;
	left: 0px;
	top: 0px;
	width:51px;
	height:19px;
	background-image: url('/resources/img/common/img_tooltip_topleft.png');	
}
.iwtooltip .bg .tc {
	position:absolute;
	top:0px;
	right:20px;
	left:51px;
	height:19px;
	background-image: url('/resources/img/common/img_tooltip_topcenter.png');	
}

.iwtooltip .bg .tr {
	position:absolute;
	top:0px;
	right:0px;
	width:20px;
	height:19px;
	background-image: url('/resources/img/common/img_tooltip_topright.png');	
}

.iwtooltip .bg .ml {
	position:absolute;
	left: 0px;
	top: 19px;
	bottom: 20px;
	width:51px;
	background-image: url('/resources/img/common/img_tooltip_midleft.png');	
}

.iwtooltip .bg .mc {
	position:absolute;
	top:19px;
	left:50px;
	right:20px;
	bottom: 20px;
	background-color: #ffffff;
	opacity:0.9;
}

.iwtooltip .bg .mr {
	position:absolute;
	top:19px;
	right:0px;
	width:20px;
	bottom: 20px;
	background-image: url('/resources/img/common/img_tooltip_midright.png');	
}

.iwtooltip .bg .bl {
	position:absolute;
	left: 0px;
	bottom: 0px;
	width:51px;
	height:20px;
	background-image: url('/resources/img/common/img_tooltip_bottomleft.png');	
}
.iwtooltip .bg .bc {
	position:absolute;
	bottom:0px;
	right:20px;
	left:51px;
	height:20px;
	background-image: url('/resources/img/common/img_tooltip_bottomcenter.png');	
}

.iwtooltip .bg .br {
	position:absolute;
	bottom:0px;
	right:0px;
	width:20px;
	height:20px;
	background-image: url('/resources/img/common/img_tooltip_bottomright.png');	
}

.iwtooltip .content {
	margin: 25px 20px 25px 20px;
	font-size: 12px;
	color: #66667d;
	opacity: 0.7;
	line-height:16px;
}

.iwtooltip.iwtooltip2 .content {
	text-align: left;
}
/**** my app menu  **/


.iw_myapp_menu_popup {
	position: absolute;
	z-index: 1800;
	min-width: 156px;
	min-height: 102px;
}

.iw_myapp_menu_popup .bg {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;	
}

.iw_myapp_menu_popup .bg .l {
	position:absolute;
	left: 0px;
	top: 0px;
	width:71px;
	height:102px;
	background-image: url('/resources/img/common/myapp_menu_l.png');	
}
.iw_myapp_menu_popup .bg .c {
	position:absolute;
	top:0px;
	right:84px;
	left:71px;
	height:102px;
	background-image: url('/resources/img/common/myapp_menu_c.png');	
}

.iw_myapp_menu_popup .bg .r {
	position:absolute;
	top:0px;
	right:0px;
	width:84px;
	height:102px;
	background-image: url('/resources/img/common/myapp_menu_r.png');	
}

.iw_myapp_menu_popup .body .menu_item {
	font-weight: 600;
	font-size: 12px;
	line-height: 44px;
	padding-left: 20px;
	padding-right: 20px;
	z-index:1;
	color: #000000;
	opacity:0.99;
	margin-left: 11px;
	margin-right: 6px;
	cursor:pointer;
}

.iw_myapp_menu_popup .body .menu_item:nth-child(1) {
	margin-top:1px;
}
.iw_myapp_menu_popup .body .menu_item:nth-child(2) {
	margin-bottom:1px;
}


.iw_myapp_menu_popup .body .menu_item:hover {
	font-weight: 600;
	color: #0099ff;
	opacity:0.99;
	background-color:rgba(141,210,253,0.2);
}