body {
	font-family: Roboto, Helvetica, Arial, sans-serif !important;
	font-size: 12px;
}
a {

	text-decoration: none;
}
a:hover {

	text-decoration: none;
}
a:visited {

	text-decoration: none;
}

.avb {
	max-width: 1000px;
}

.avb-zone {
	position: relative;
}

.avb-image img {
	max-width: 100% !important;
}

.avb-zone .avb-container img {
	max-width: none;
	vertical-align: middle;
	width: 100%;
}


img {
	overflow-clip-margin: content-box;
	overflow: clip;
}

.avb-zone .avb-container {
	position: relative;
	display: inline-block;
	vertical-align: 0;
}

.avb-zone .avb-container {
	position: relative;
	/* float: left; */
	display: inline-block;
	/* cursor: pointer; */
	vertical-align: 0;
}




.avb-zone .avb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.avb-zone .avb-container > iframe, .avb-zone .avb-container > video, .avb-zone .avb-container > div {
	vertical-align: middle;
	max-width: 100%;
}

.banner-token {
	cursor: pointer;
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 10;
	width: 20px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: auto;
	border-radius: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.banner-token:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
}

.banner-token-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: inherit;
	-webkit-transition: opacity .15s;
	-o-transition: opacity .15s;
	transition: opacity .15s;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
	background: rgba(158, 158, 158, .25);
	color: #fff;
}

.banner-token-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.banner-token:hover .banner-token-overlay {
	opacity: .8;
}

.token-info {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	pointer-events: auto;
}
button.token-info-close {
	min-width: 20px;
	min-height: 20px;
	right: 4px;
	position: absolute;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 50%;
	border: none;
	padding: 0;
	margin: 0;
	background-color: #fff;
	outline: 0 !important;
	top: 4px;
	z-index: 2;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow: hidden;
}
button.token-info-close:hover {
	background-color: #f4f6fb;
}
button.token-info-close:before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
button.token-info-close span:after, button.token-info-close span:before {
	position: absolute;
	top: 4px;
	left: 9px;
	content: " ";
	height: 12px;
	width: 2px;
	background-color: #a3acbf;
}
button.token-info-close span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
button.token-info-close span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.token-info-data {
	position: absolute;
	height: auto;
	max-width: calc(100% - 8px);
	/*max-width: 232px;*/
	/*max-height: 95%;*/
	right: 4px;
	top: 4px;
	border: none;
	border-radius: 16px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,21,64,0.5), 0 12px 24px 0 rgba(0,21,64,0.5);
	box-shadow: 0 2px 4px 0 rgba(0,21,64,0.5), 0 12px 24px 0 rgba(0,21,64,0.5);
	border-color: #ebebeb;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.9);
	min-height: 60px;
	/*padding-top: 25px;*/
	padding-top: 6px;
}
.token-info-data > div {
	padding: 0 10px 8px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/*justify-content: center;*/
}
.token-info-data > div a {overflow-wrap: anywhere;}
.token-info-data > div p {
	margin: 0;
	font-size: 14px;
	word-wrap: break-word;
	color: #000;
	max-width: 100%;
	text-align: left;
}
.token-info-data > div p span {
	/*font-size: 16px;*/
	font-size: 13px;
}
.token-info-data > div p a:hover {
	text-decoration: underline;
}
.token-info-data.small-text > div p{
	font-size: 12px;
}

/*

 */

.r-over {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	cursor: pointer !important;
	position: absolute !important;
	left: 4px !important;
	top: 4px !important;
	z-index: 10 !important;
	font-family: Roboto, Helvetica, Arial, sans-serif !important;
	white-space: nowrap !important;
	height: 12px !important;
	line-height: normal !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	padding: 0 4px !important;
	border-radius: 16px !important;
	font-size: 8px !important;
	text-transform: uppercase !important;
	letter-spacing: .125em !important;
	pointer-events: none !important;
	text-decoration: none !important;
	-webkit-transition: color .5s ease-in-out !important;
	transition: color .5s ease-in-out !important;

	color: rgba(87, 92, 102, .8) !important;
	background-color: hsla(0, 0%, 100%, .8) !important;
}
