:root {
	--tokenImgWidth:auto;
	--tokenImgHeight:auto;
	--tokenLiWidth:200px;
	--tokenLiMinHeight : auto;
}
#fxTests
{
	padding-left:0;
	overflow:hidden;
	clear: both;
    --highlightColor : rgba(180,255,180,0.8);

}
ul#fxHashTokens
{
	margin: 0;
	padding:0;

	list-style: none;
}
ul#fxHashTokens li.token
{
	display : inline-block;
	width : var(--tokenLiWidth);
	min-height:var(--tokenLiMinHeight);
}
ul#fxHashTokens li.token .tokenTitle {
    display: inline-block;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	font-size: 16px;
	line-height:18px;
    padding: 0px 4px 0px 1px;
    color: #000;
    background: #fff;
    position: relative;
    top:0;
	left:0;
}
ul#fxHashTokens li .inner
{   position: relative;
    top : 0;
    left : 0;
	min-width: 100%;
	min-height: var(--tokenLiMinHeight);
    overflow:hidden;
}
ul#fxHashTokens li img.tokenImg
{
	max-width:  100%;
}
ul#fxHashTokens li iframe
{
	max-width: 100%;
	max-height: 100%;	
}
ul#fxHashTokens li.token.bug64 img
{
    opacity:0.12;
}
ul#fxHashTokens li .owner
{
	text-align: right;
}
ul#fxHashTokens li .owner a
{
	font-size:11px;
	background:#000;
	color:#fff;
	border-radius: 5px;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
}
ul#fxHashTokens li .owner.withName a 
{
	font-size:13px;
	background:#000;
	color : #fff;
	display : inline-block;
	max-width: 150px;
	overflow: auto;
	text-overflow: ellipsis;
}
ul#fxHashTokens li .marketplace a 
{
	font-size:13px;
	background:rgb(139, 161, 118);
	color : #fff;
}
span.rarity, span.price, span.date
{
	padding:2px;
	background:rgba(255,255,255,0.85);
	position:absolute;
	right:6px;
	font-size:14px;
	border-radius: 3px;
}
.goToBtns
{
	position:absolute;
	right:6px;
	top : 5px;
	display: inline-block;
}
.goToBtns a
{
	cursor:pointer;
	font-size:12px;

}
span.rarity
{
	top:6px;
}
span.rarity.bug64
{
    color:red;

}
span.price
{
	/*top:45px;*/
	bottom:6px;
	font-size:12px;
	text-align: right;
}
span.price.list
{
	text-align: left;
	right:auto;
	left:6px;
	background:var(--highlightColor) ;
}
span.price.secondary
{
	background:rgba(255,255,255,0.85);
	font-size:14px;

}
span.price span,span.date
{
	font-size:10px;
}
.collectorPack span.price
{
	bottom:10px;
}
span.date
{
	bottom:43px;	
	font-size:12px;
	padding : 2px 1px 2px 1px;
	background-color: rgba(255, 255, 255,0.85);

}
#fxTests.hidePrices span.date
{
	bottom:5px;
}

.filterChks
{
    margin-top:10px;
}
h3.features
{
	font-weight: 100;
	font-family: var(--fontFamily1);
    margin-top: 5px;
}
ul.feat
{
	margin: 0;
	padding:0;
	list-style: none;
	font-size:12px;
	position:absolute;
	bottom:6px;
	left:6px;
}
#fxTests.hideFeat ul.feat, #fxTests.hidePrices span.price, #fxTests.hidePrices .collectorPack .colprice,#fxTests.hideRank span.rarity,#fxTests.hideOwners .token .owner, #fxTests.hideIds .token .tokenTitle, #fxTests.hideDates span.date
{
	display: none;
}
ul.feat li span
{
	display: inline-block;
	font-size:11px;
	background-color:rgba(255,255,255,0.8);
}

.featuresSummary
{
	border-bottom : var(--sepLine); 
    margin-bottom: 10px;
}
.featuresSummary h3
{
    display:inline-block;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 10px;
}
#fxTests.hideFeat .featuresSummary
{
    display:none;
}
.featuresSummary .ftContainer
{
    overflow:scroll;
}
#featFilters
{
    display:block;
    margin: 5px 5px 10px 0;
}
#featFilters .filtersBtns
{
    display: inline-block;
    margin-right : 20px;
}
#featFilters .label
{
    font-weight : 100;
}
#featFilters .count
{
    display : inline-block;
    margin: 0 20px 0 5px;    
    background:#fff;
    padding:4px 1px 4px 1px;
    text-align: center;
    font-size:14px;
    line-height:14px;
    min-width: 22px;
    border-radius : 11px;
}
#featFilters .reset
{
    background: none;
    color: #000;
    font-size: 14px;    
}
#featFilters .reset:hover
{
    background:#aaa;
}
.featFilter .n
{
    font-weight: 100;
    padding-right:10px;
}
a.featFilter:after,#featFilters .reset:after {
    content: "x";
    padding-left: 10px;
    font-weight: 100;
    padding-right: 5px;
}

#allFeatures
{
    width: max-content;
    margin-bottom: 10px;
}
#allFeatures tr
{
	font-size : 12px;
}
#allFeatures tr .name
{
}
#allFeatures tr .name.missingFeats, #allFeatures tr .t.missingFeats
{
	color:#800000;
}
#allFeatures tr .t 
{
	font-family : var(--fontFamily1);
	font-weight:200;
    display:inline-block;
    margin-right:20px;
    min-width :max-content;
    cursor:pointer;
}
#allFeatures td {
    border-radius: 3px;
}

#allFeatures tr .t:hover
{
    background:#ccc;
}
#allFeatures tr .t.selected
{
	background:var(--highlightColor) ;
    font-weight:400;

}
#allFeatures tr .t.selected + .v
{
	background:var(--highlightColor) ;

}
#allFeatures tr .v 
{
	font-weight: bold;
	min-width:  100px;
	margin-right:20px;
    display:table-cell;

}
#allFeatures tr .v .pct
{
	font-weight: 100;
	font-family : var(--fontFamily1);

}
#divBtns
{
	margin: 0px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top : var(--sepLine); 
	border-bottom : var(--sepLine); 
}
li.collectorPack
{
	display:block;
	float :left;
}
li.collectorPack + li 
{
	margin-left:10px;
}
.collectorPack > a.ownerName
{
	display: block;
	clear : both;
	overflow : hidden;
	line-height:40px;
	height:40px;
	margin:10px 0 26px 0;
	text-decoration: none;
	color : black;
	overflow:hidden;
	white-space: nowrap;

}
.collectorPack a.ownerName img 
{
	max-height : 40px;
	border-radius: 20px;
	margin-right:5px;
	vertical-align: bottom;
}
.collectorPack a.ownerName span
{
	font-weight: 100;
	font-family : var(--fontFamily1);
	font-size : 25px;
	line-height: 40px;
	display: inline-block;
}
.collectorPack a.ownerName span.colprice
{
	display: inline-block;
	font-size:14px;
	font-weight:100;
	font-family: var(--fontFamily1);
	padding-left:2px;
	padding-right:2px;
	overflow:visible;
	line-height: 22px;
    margin-bottom: 4px;
	background :#fff;
}
li.collectorPack ul.collectorTokens
{	background : var(--mattingColor);
	padding		: var(--mattingWidth);
	box-shadow: var(--frameShadow);
	width : fit-content;
}
.collectorPack ul.collectorTokens .owner
{
	display: none;
}
#fxTests:not(.hideIds) .collectorPack ul.feat
{
   top:24px; 
}
.tokenTitle.waitingTBS
{
	font-size:11px;
}
.collectorPack ul.collectorTokens .tokenTitle
{
    position: relative;
    bottom: -26px;
    display: inline-block;
    z-index: 10;
    left: 5px;
	padding:2px;
	background:rgba(255,255,255,0.6);

}
#fxTests:not(.hideIds) .collectorPack ul.collectorTokens .token
{   margin-top: -23px;
}
.collectorPack ul.collectorTokens .rarity
{
	top:5px;
}
#wallet_connector_container
{
	position : absolute;
	top: 0;
	right : 20px;

}
.disclaimer
{
	margin-top : 100px;
	margin-bottom : 30px;
	padding-top : 20px;
	border-top : var(--sepLine); 
	font-size : 12px;
	font-family : var(--fontFamily1);
	clear : both;
}
h1.genTitle,h2.genAuthor
{
	/*display: inline-block;*/
	margin-bottom:10px;
}
.genAuthor
{
	line-height: 50px;
	position:relative;
	margin-top:5px;
    text-decoration: none;
}
.genAuthor .author
{   color:inherit;
    text-decoration: none;
}

.genAuthor .author img 
{
	max-height : 40px;
	border-radius: 20px;
	margin-right:5px;
	vertical-align: bottom;
}
.genAuthor .author span, .genAuthor .minted
{
	font-weight: 100;
	font-family : var(--fontFamily1);
	font-size : 20px;
	line-height: 40px;
	display: inline-block;
}
.genAuthor .minted
{
	margin-left : 20px;
}
p.genDescr
{
	font-weight: 200;
	font-size:14px;
	line-height:15px;
	max-width : 70%;
}
.social
{
    margin-left:0;
}
.collectionList .item
{
    color : #fff;
    position:relative;
    top:0;left:0;
}
.collectionList .small
{
    color : #aaa;
    font-size : 0.8em;
}
.collectionList .item .id
{
    padding-right:10px;
}
.collectionList .thumbnail
{
    position:absolute;
    left:-2px;
    bottom:calc(0.8em + 2*var(--mattingWidth) + 8px + 1px);
    z-index: 5;
    display:none;
}
.collectionList .item:hover .thumbnail
{
    
    display : inline-block;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;  
}
.collectionList .item:hover .thumbnail img
{
    max-width:150px;
    max-height:150px;
}

body.Growth2
{
	height: 100vh;	
}
.Growth2 #fxTests
{
	display:none;
	
}
.Growth2 .genAuthor
{
	display:none;
	background:#fff;
	position:relative; 
}

.Growth2 .genAuthor .minted
{
	display: none;
}

.Growth2 .genDescr, .Growth2 .disclaimer, .Growth2 .social
{
	display:none;
}
.Growth2  .btnClass.close
{
	position:absolute;
	top:0;
	right:0;

}
.btnPattern
{
	font-size:10px;
	color:#000;
	display: inline-block;
	background:rgba(255,255,255,0.7);
	padding:10px 2px 10px 2px;
	cursor:zoom-in;
	position:absolute;
	top:1px;
	left:35%

}
.hideWallpaper .btnPattern 
{
	display:none;
}

.btnGreen
{
    background-color: rgba(158,182,154,1);    
}
.btnGreen:hover
{
    background-color: rgba(158,182,154,0.8);    
    color:#000;
}
