
body {
	margin:0;
	overflow-x: hidden; 
}
	
.gb-header {
	width:100%;
	position:fixed;
	z-index:9;
}

.gb-nav {
	background-color: rgba(52,58,64,0.8);
}

.gb-navimg {
	height:40px;
}

.gb-tokenbar{
	background-image: url('../images/headerBar.png');
	background-repeat: repeat;
	/*height:50px;*/
	min-height:50px;
	max-height:100px;
	width:100%;
	display: flex;
	align-items:center;
	justify-content:center;
}

.gb-token-info {
	font-family: 'Nunito', sans-serif;
	font-size:15px;
	color: #9fffb3;
	display: flex;
	-webkit-box-pack: center;
	flex-wrap: wrap;
	justify-content:center;
	text-align:center;
	position:relative;
	line-height:1;
	padding-left:10px;
	padding-right:10px;
}

.gb-tokenbar-close {
	position:absolute;
	top:10px;
	right:10px;
	font-family: 'Nunito', sans-serif;
  font-size: 20px;
	color: #9fffb3;
  font-weight: bold;
	border:none !important;
	background-color: transparent;
}

.gb-tokenbar-close-x:hover {
  text-shadow: 0 0 10px #7eff5b;
	font-weight:bolder;
}

.gb-play{
	/*width: 100%;*/
	/*position: fixed;*/
	/*right: 25px;*/
	/*text-align: right;*/
	/*margin-top: -55px;*/
	float:right;
	width:125px;
	min-height:70px;
	display: flex;
	align-items:center;
	justify-content:center;
	/*background-color: #343a40!important;*/
}

.gb-button {
	display:block;
	margin:auto;
	border:none;
	right:20px;
	background: url('../images/headerBar.png');
	border-radius: 10px;
  width: 100px;
  height: 40px;
	color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  text-shadow: 0 0 4px #7eff5b;
	font-weight: bold;
	vertical-align: middle;
}

.gb-button:hover{
	box-shadow: 0 0 10px #7eff5b;
}

.gb-social{
	width:auto !important;
	right:15%;
	bottom:3%;
	position:absolute;
	display: inline-flex;
	padding:0px !important;
	z-index:1;
	margin:10px;
}

.gb-social-row {
	text-align:right;
}

.gb-social-img {
	height:60px;
}

.gb-platform{
	width:50% !important;
	left:3%;
	bottom:3%;
	position:absolute;
	display: inline-flex;
	padding:0px !important;
	z-index:1;
}

.gb-platform-row {
	justify-content: center;
	text-align:center;
	min-width: 410px;
}

.gb-platform-img {
	height:60px;
}

.gb-social-img:hover, .gb-platform-img:hover {
	border:solid;
	border-width: 1px;
	border-radius: 13px;
	border-color: #9fffb3;
	background-color: #9fffb3;
	box-shadow: 0 0 10px #7eff5b;
}

.gb-banner-pg1 {
	background-image: url('../images/HomeBackground.png');
	background-repeat: no-repeat;
	background-size: cover;
	min-height:100vh;
	
}

.gb-title {
	/*position:absolute;*/
	/*bottom:30%;*/
	width:100%
}

.gb-title-img {
	max-height: 150px;
	max-width: 100%;
}

.gb-features { 
	position:relative;
}

.gb-features-banner {
	background-image: url('../images/Factory.png');
	background-repeat: no-repeat;
	background-size: cover;
	min-height:100vh;
	padding-bottom:10px;
}

.gb-roadmap { 
	position:relative;
}

.gb-roadmap-banner {
	background-image: url('../images/Forest.png');
	background-repeat: no-repeat;
	background-size: cover;
	min-height:100vh;
	opacity:1;
	z-index:0;
	padding-bottom:10px;
}

.gb-tokenomics { 
	position:relative;
}

.gb-tokenomics-banner {
	/*background-image: url('../images/GreyForest.png');*/
	background-color: #2b282d;
	background-repeat: no-repeat;
	background-size: cover;
	min-height:100vh;
	opacity:1;
	z-index:0;
	padding-top:125px;
	padding-bottom:10px;
}

.gb-tokenomics-content {
	/*top:125px;
	position: absolute !important;*/
	width: 100%;
}

.gb-tokenomics-desc {
	margin-bottom:0 !important;
}

.gb-features-content {
	top:100px;
	position: absolute !important;
	width: 100%;
}
.image-ghost {
	background-image: url('../images/ghost.gif');  
	background-repeat: no-repeat;  
	background-position: center; 
	background-size: 53%;
}

.gb-team { 
	position:relative;
}

.gb-team-banner {
	background-image: url('../images/GreyForest.png');
	background-repeat: no-repeat;
	background-size: cover;
	min-height:100vh;
	opacity:1;
	z-index:0;
	padding-bottom:10px;
}

.gb-team-content {
	bottom: 20%;
	position: absolute !important;
	width: 100%;
}

.gb-banner-comingsoon {
	background-image: url('../images/Factory.gif');
	background-repeat: no-repeat;
	background-size: cover;
	min-height:100vh;
	opacity:1;
	z-index:0;
}

.gb-comingsoon-text {
	position:absolute;
	top:30%;
	text-align: center;
	width:100%;
	font-family: 'Nunito', sans-serif;
  font-size: 100px;
	color: white;
  font-weight: bolder;
	z-index:9;
}

.feature-row { 
  justify-content:center;
}

.feature-header { 
	text-align:center;
	border-radius: 25px;
	margin-top: -13px;
	margin-left:25px;
	margin-right:25px;
	/*background-image: url('../images/headerBar.png');*/
	background-repeat: repeat-x;
	background-size: contain;
	opacity: 1;
	color: white;
	font-weight: bold;
	position:relative;
	z-index:2;
}

.feature-bubble  {
  margin-left:50px;
  margin-right:50px;
  margin-top:15px;
  margin-bottom:15px;
  border-radius: 25px;
  /*background-color: #808080;*/
  text-align:center;
  min-width:300px;
	max-width:350px !important;
}

.feature-desc { 
	padding:5px;
	margin-left:15px;
	margin-right:15px;
	text-align:center;
	border-radius: 15px;
	background-image: url('../images/headerBar.png');
	background-repeat: repeat-x;
	background-size: contain;
	opacity: 1;
	color: white;
	font-weight: bold;
	position:relative;
	z-index:2;
}

.feature-soon { 
	padding:5px;
	margin-left:15px;
	margin-right:15px;
	text-align:center;
	color: white;
	font-weight: bold;
	position:relative;
	z-index:2;
	bottom:100px;
}

.detail-img {
	margin-left: auto;
  margin-right: auto;
	max-height:200px;
	max-width:200px;
	position:relative;
	z-index:2;
}

.feature-image {
	width:100%;
	height:auto;
}

.roadmap-row { 
  justify-content:center;
}

.roadmap-bubble  {
  margin-top:15px;
  margin-bottom:15px;
  border-radius: 25px;
  /*background-color: #808080;*/
  text-align:center;
  min-width:200px;
	max-width:350px !important;
}

.roadmap-icon {
	width:110px;
	height:130px;
	font-family:Nunito;
	font-weight:bold;
	color:white;
	border:solid;
	border-color:white;
	border-radius:15px;
	background-color: rgba(52,58,64,0.3);
	margin:auto;
	text-align:center;
	padding-top:25px;
}

.roadmap-desc { 
	text-align:center;
	/*border-radius: 15px;
	background-image: url('../images/headerBar.png');
	background-repeat: repeat-x;
	background-size: contain;*/
	font-family:Nunito;
	font-weight:bold;
	color: white;
	font-weight: bold;
	border-radius:15px;
	background-color: rgba(52,58,64,0.3);
	min-width:210px;
}

.roadmap-grad {
	width:10px;
	height: 125px;
  background-color: white; 
  background-image: linear-gradient(0deg, #705187, white);
	margin:auto;
}

.team-row {
	margin-left:auto !important;
	margin-right:auto !important;
	max-width:1365px !important;
}

.team-header {
text-align:center;
margin-left:25px;
margin-right:25px;
font-size: 30px;
color: white;
font-weight: bold;
font-family: Nunito;
}

.team-bubble {
margin-top:15px;
margin-bottom:15px;
text-align:center;
min-width:250px;
margin-left:25px;
margin-bottom:25px;
}

.team-desc {
text-align:center;
border-radius: 15px;
opacity: 1;
color: white !important;
font-weight: bold;
font-family: Nunito;
font-size: 20px;
}

.team-img {
margin-left: auto;
margin-right: auto;
max-height:225px;
max-width:225px;
}

.team-image {
width:100%;
height:auto;
}

.gb-bg-container {
	width:100%;
	height:100%;
	position:absolute;
}

.gb-bg-left {
	background-color: #808080;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	width:60px;
	height:100%;
	float:left;
	opacity:.7;
	z-index:1;
}

.gb-bg-center-left {
	position:relative;
	background-color: #808080;
	height: calc(100% - 15px);
	width: calc(50% - 60px);
	float: left;
	margin-top: 15px;
	opacity:.7;
	z-index:1;
}	

.gb-bg-center-left::before {
	content:"";
	position:absolute;
	background-color: transparent;
	border-bottom-left-radius: 15px;
	width:30px;
	height:30px;
	float:left;
	left:0;
	margin-top:-30px;
	box-shadow: 0 15px #808080;
	z-index:1;
}

.gb-bg-center-right {
	position:relative;
	background-color: #808080;
	height: calc(100% - 15px);
	width: calc(50% - 60px);
	float: left;
	margin-top: 15px;
	opacity:.7;
	z-index:1;
}	

.gb-bg-center-right::before {
	content:"";
	position:absolute;
	background-color: transparent;
	border-bottom-right-radius: 15px;
	width:30px;
	height:30px;
	float:right;
	right:0;
	margin-top:-30px;
	box-shadow: 0 15px #808080;
	z-index:1;
}

.gb-bg-right {
	background-color: #808080;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	width:60px;
	height:100%;
	float:right;
	opacity:.7;
	z-index:1;
}

.gb-mint { 
	position:relative;
}

.gb-mint-content {
	bottom: 20%;
	position: absolute !important;
	width: 100%;
}

.gb-banner-mint {
	background-image: url('../images/GreyForest.png');
	background-repeat: no-repeat;
	background-size: cover;
	min-height:100vh;
	
	z-index:0;
}

.mint-row { 
  margin-left:10px;
  margin-right:10px;
	justify-content:center;
}

.mint-bubble {
	margin:20px;
	text-align:center;
	min-width:250px;
	max-width:250px !important;
}

.mintcontainer {
  text-align: center;
	padding-top: 200px;
	padding-bottom:100px;
}

.mintcontainer h1 {
  font-size: 40px;
	font-family: 'Nunito', sans-serif;
	color: white;
}

.mintcontainer h4 {
  font-size: 20px;
	font-family: 'Nunito', sans-serif;
	color: white;
}
.mintcontainer h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  color: white;
  
}

.gb-mint-alert{
	top: 125px;
	right:5%;
	position: fixed !important;
	font-family: 'Nunito', sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  color: #8B0000;
	font-weight: bolder;
	text-shadow: 0 0 8px #7eff5b;
	z-index:1;
}

.gb-button-mint {
	display:block;
	margin:auto;
	border:none;
	right:20px;
	background: url('../images/headerBar.png');
	border-radius: 10px;
  width: 120px;
  height: 40px;
	color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  text-shadow: 0 0 4px #7eff5b;
	font-weight: bold;
	vertical-align: middle;
}

.gb-button-mint:hover{
	box-shadow: 0 0 10px #7eff5b;
}

.mint-row {
	margin:0 !important;
}

.gb-trailer { 
	position:relative;
}

.gb-trailer-banner {
	background-color: #2b282d;
	background-repeat: no-repeat;
	background-size: cover;
	min-height:100vh;
	opacity:1;
	z-index:0;
	width:100%;
	text-align:center;
	padding-top:125px;
}

.gb-trailer-video {
	max-width:70%;
	margin:auto;
}

@media only screen and (max-width: 1600px) {
	.feature-bubble  {
		min-width:230px;
	}
	
}


@media only screen and (max-width: 1236px) {
	.roadmap-icon {
		margin-top:0px !important;
	}
}


@media only screen and (max-width: 1000px) {
	.gb-social {
		right:3%;
	}
}

@media only screen and (max-width: 767px) {
	.gb-platform-row {
		min-width:0px;
		justify-content: left;
		text-align:left;
	}
	
	.gb-trailer-banner {
		min-height:50vh;
	}
	
	.roadmap-grad {
		display:none;
	}
	
	.roadmap-bubble {
		position:absolute;
		min-width:310px;
	}
	
	.roadmap-icon {
		float:left;
	}
	
	.roadmap-desc {
		float:right;
		border:solid;
		border-color:white;
		min-height:130px;
	}
	
	.gb-middle.active {
		vertical-align:top !important;
	}
}

@media only screen and (max-width: 450px) {
	.gb-navimg {
		height:30px;
	}
}

@media only screen and (max-width: 400px) {
	.gb-navimg {
		height:22px;
	}
	
	.gb-token-info {
		font-size:10px;
	}
}

.gb-modal {
	background-color: #2b282d;
	font-family: 'Nunito', sans-serif;
  font-size: 20px;
	color: white;
  /*text-shadow: 0 0 4px #7eff5b;*/
	font-weight: bold;
	text-align:center;
}

.gb-mint-nav {
	background-color: #2b282d;

}

.gb-alert{
	font-family: 'Nunito', sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  color: white;
	font-weight: bolder;
	text-shadow: 0 0 8px #7eff5b;
	position:relative;
	z-index:7;
	border: 1px solid red;
	background-color: red;
	border-radius: 15px;
	margin: 10px;
	float:right;
}

.gb-mint-tabs {
	position:fixed;
	z-index:9;
	/*width: calc(100% - 20px);*/
	width:100%;
	background-color: #2b282d;
}

.gb-left {
	text-align:left;
}

.gb-tab-content {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}

.gb-middle.active {
	display: table-cell !important;
	vertical-align: middle;
}

@media only screen and (max-width: 991px) {
	
	
	.gb-tab {
		border-color:#2b282d !important;
	}
	
	
}

.gb-mint-box {
	max-width:250px;
	min-width:250px;
	height:330px;
	background-color:rgba(52,58,64,0.8);
	border-radius:15px;
	margin:auto;
	padding-top:10px;
	z-index:1;
	color: white;
  font-family: 'Nunito', sans-serif;
}

.gb-mint-img {
	width:auto;
	height:250px;
	margin:auto;
	z-index:1;
}

.spinnerwrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(52,58,64,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 2000;
}

.spinnerloadwrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(52,58,64,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 2000;
}

.processspinner {
  padding: 50px;
  border: 1px solid #2f5437;
  display: flex;
	background: rgba(52,58,64,0.9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
	color: white;
  font-family: 'Nunito', sans-serif;
}

#spinner, #spinnermint, #spinnermarket, #spinnerloading{
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid black;
  border-radius: 50%;
  border-top-color: #9fffb3;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.inventory-bubble  {
  margin-left:10px;
  margin-right:10px;
  margin-top:15px;
  margin-bottom:15px;
  border-radius: 25px;
  /*background-color: #808080;*/
  text-align:center;
  min-width:300px;
	max-width:300px !important;
	width:300px !important;
	height:275px !important;
}

.tarot-bubble  {
  margin-left:10px;
  margin-right:10px;
  margin-top:15px;
  margin-bottom:15px;
  border-radius: 25px;
  /*background-color: #808080;*/
  text-align:center;
  min-width:250px;
	max-width:250px !important;
	width:250px !important;
	height:375px !important;
}

.market-bubble  {
  margin-left:10px;
  margin-right:10px;
  margin-top:15px;
  margin-bottom:15px;
  border-radius: 25px;
  /*background-color: #808080;*/
  text-align:center;
  min-width:300px;
	max-width:300px !important;
	width:300px !important;
	height:275px !important;
}

.market-tarot-bubble  {
  margin-left:10px;
  margin-right:10px;
  margin-top:15px;
  margin-bottom:15px;
  border-radius: 25px;
  /*background-color: #808080;*/
  text-align:center;
  min-width:250px;
	max-width:250px !important;
	width:250px !important;
	height:375px !important;
}

/*.clsEpic { 
	background-color:#fe4aff !important;
}

.clsEpic::before {
	box-shadow: 0 15px #fe4aff;
}

.clsRare { 
	background-color:#2f88a7 !important;
}

.clsRare::before {
	box-shadow: 0 15px #2f88a7;
}*/

.gb-mint-button {
	display:block;
	margin:auto;
	border:none;
	right:20px;
	background-color: rgba(52,58,64,0.8);
	border-radius: 10px;
  width: 100px;
  height: 40px;
	color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
}

.gb-mint-qty {
	max-width:100px;
	background-color:rgba(52,58,64,0.8) !important;
	border-radius:15px;
	color: white !important;
  font-family: 'Nunito', sans-serif;
	margin-left:10px;
	float:left;
}

.gb-mint-qty-button {
	display:block;
	border:none;
	right:20px;
	background-color: rgba(52,58,64,0.8);
	border-radius: 10px;
  width: 100px;
  height: 40px;
	color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	float:right;
	margin-right:10px;
}

.est-item-bubble  {
  margin:20px;
  border-radius: 25px;
  /*background-color: #808080;*/
  text-align:center;
  min-width:300px;
	max-width:450px !important;
	/*height:275px !important;*/
}

.est-calc-bubble  {
  margin:20px;
  border-radius: 25px;
  /*background-color: #808080;*/
  text-align:center;
  min-width:300px;
	max-width:925px !important;
	/*height:275px !important;*/
}

.est-item-box {
	min-width:300px;
	max-width:450px;
	min-height:350px;
	max-height:600px;
	background-color:rgba(52,58,64,0.8);
	border-radius:15px;
	margin:auto;
	padding-top:10px;
	z-index:1;
	color: white;
  font-family: 'Nunito', sans-serif;
}

.est-calc-box {
	min-width:300px;
	max-width:925px;
	min-height:275px;
	max-height:1200px;
	background-color:rgba(52,58,64,0.8);
	border-radius:15px;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	z-index:1;
	color: white;
  font-family: 'Nunito', sans-serif;
}

.est-calc-group  {
	border:solid;
	border-color:white;
	border-radius:15px;
  text-align:center;
  min-width:250px;
	max-width:400px !important;
	margin:10px;
}

.est-calc-note  {
	border:solid;
	border-color:white;
	border-radius:15px;
  text-align:center;
  min-width:300px;
	max-width:900px !important;
	margin:0px 10px 0 10px;
}

.est-img {
	transition:.2s;
}

.est-img:hover {
	-ms-transform: scale(4) translate(5px,0); 
  -webkit-transform: scale(4) translate(5px,0); 
  transform: scale(4) translate(5px,0); 
}

.market-tab {
	color: white !important;
  font-family: 'Nunito', sans-serif;
  font-size: 20px !important;
	font-weight: bold;
	padding:10px;
	text-decoration: none !important;
}

.market-tab:hover {
	background-color:rgba(52,58,64,0.8);
}

.nav-link.market-tab.active{
	border-bottom: 4px solid !important;
	color:white !important;
}

.gb-counter {
	color: white !important;
  font-family: 'Nunito', sans-serif;
  font-size: 25px;
	font-weight: bold;
	width:100% !important; 
	top:120px; 
	position:absolute; 
	display: inline-flex; 
	z-index:1; 
	padding:15px; 
	background-color: rgba(52,58,64,0.8);
	justify-content:center;
}

@media only screen and (max-width: 850px) {
	.gb-counter {
		flex-direction: column;
    align-items: center;
	}
}

.gb-counter-modal {
	display: inline-flex; 
	z-index:1; 
	padding:15px; 
	justify-content:center;
	flex-direction: column;
	align-items: center;
}

.gb-market-tab-content {
	background-image: url('../images/bgmarket.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	display: table;
	position: absolute;
	height: calc(100% - 125px);
	width: 100%;
	top:125px;
}

.gb-mint-banner {
	background-color: #2b282d;
	background-repeat: no-repeat;
	background-size: cover;
	min-height:100vh;
	opacity:1;
	z-index:0;
	width:100%;
	text-align:center;
}

.inventory-tab {
	color: white !important;
  font-family: 'Nunito', sans-serif;
  font-size: 20px !important;
	font-weight: bold;
	padding:10px;
	text-decoration: none !important;
}

.inventory-tab:hover {
	background-color:rgba(52,58,64,0.8);
}

.nav-link.inventory-tab.active{
	border-bottom: 4px solid !important;
	border-color:white !important;
	
}

.gb-inventory-tab-content {
	background-image: url('../images/bgmarket.png');
	display: table;
	position: absolute;
	height: calc(100% - 125px);
	width: 100%;
	top:125px;
}

.filter-pane {
	float:left;
	width:400px;
	height:100%;
	vertical-align:top !important;
	position:fixed;
	top:125px;
}

.filter-button {
	display:block;
	margin:25px;
	border:none;
	right:20px;
	background-color: rgba(52,58,64,1);
	border-radius: 10px;
  width: 350px;
  height: 50px;
	color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
}

.filter-container {
	width:350px;
	height:550px;
	margin:25px;
	padding:15px;
	border:none;
	background-color: rgba(52,58,64,1);
	border-radius: 10px;
	font-family: 'Nunito', sans-serif;
  font-size: 20px;
	font-weight: bold;
}
	
.market-detail-pane{
	float:right;
	width:calc(100% - 400px);
	min-height:100%;
	display: table !important;
}

.market-details {
	display: table-cell !important;
	vertical-align: middle;
}

.filter-container{
	font-family: 'Nunito', sans-serif;
  font-size: 20px;
	font-weight: bold;
	color:white;
}

.reset-button {
	min-width: 100px;
	background-color: #808080 !important;
	border-color: #808080 !important;
}

.filter-title {
	width:100%;
}

.filter-left {
	width:50%;
	float:left;
	font-size:16px;
}

.filter-right {
	width:50%;
	float:right;
	font-size:16px;
}

.filter-sort {
	width:100%;
	padding-top:40px;
}

.filter-search {
	width:100%;
}

.filter-check {
	text-align:left;
	
	height:130px;
}

.sub-tab {
	width: 100%;
	position: fixed;
	z-index: 7;
	background-color: #2b282d;
	border-color: #2b282d;
	top: 70px;
	height:55px;
}

.marketModal {
	border:none !important;
}

.saleModal {
	background-color: #2b282d;
	font-family: 'Nunito', sans-serif;
  font-size: 20px;
	color: white;
  /*text-shadow: 0 0 4px #7eff5b;*/
	font-weight: bold;
	text-align:center;
}

.saleModalHeader{
	display:block !important;
	border:none !important;
	background-color: #2b282d;
	font-family: 'Nunito', sans-serif;
  font-size: 20px;
	color: white;
  font-weight: bold;
	text-align:left;
	border-top-left-radius:15px !important;
	border-top-right-radius:15px !important;
}

.saleModalBody{
	border:none !important;
	background-color: #2b282d;
	font-family: 'Nunito', sans-serif;
  font-size: 20px;
	color: white;
  font-weight: bold;
	text-align:center;
	height:250px;
}

.saleModalFooter{
	border:none !important;
	background-color: #2b282d;
	font-family: 'Nunito', sans-serif;
  font-size: 20px;
	color: white;
  font-weight: bold;
	text-align:center;
	border-bottom-left-radius:15px !important;
	border-bottom-right-radius:15px !important;
	justify-content:center !important;
}

.modalBodyLeft{
	width:50%;
	float:left;
}

.modalBodyRight{
	float:right;
	width:50%;
	text-align:left;
	padding-left:10px;
	min-height:200px;
}

.listDetails{
	font-size:15px;
	margin:0px;
}

.market-price{
	font-family: 'Nunito', sans-serif;
	color: white;
  font-weight: bold;
	z-index:6;
	position:relative;
}


/*
     FILE ARCHIVED ON 16:23:46 Feb 03, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:35:48 Nov 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.679
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.056
  esindex: 0.011
  cdx.remote: 15.126
  LoadShardBlock: 186.599 (3)
  PetaboxLoader3.datanode: 303.15 (5)
  PetaboxLoader3.resolve: 387.185 (3)
  load_resource: 516.402
  loaddict: 34.515
*/