

@charset "UTF-8";
/* CSS Document */

 @import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');


 html, body {
	position: relative;
	max-width: 100vw !important;
	height: 100%;
	margin: 0 !important;
	padding: 0;
	font-family: 'OCR A Extended','OCR A Std','Share Tech Mono','Courier New',monospace  !important;

	text-shadow: 
    0 0 3px #00FF00, /* Tight, brighter glow */
    0 0 10px #00FF00, /* Medium blur */
    0 0 20px #00FF00, /* Wider, subtle glow */
    0 0 30px #00FF00 !important; /* Broadest, barely visible glow */
	
	color: #00FF00  !important;
	background-color: #000000  !important;
}


/* user profile */
p {
	
}

.legal {
	max-width: 800px;
	margin: auto;
	padding:24px;
	overflow:visible;
}

.legal li {
	clear: both;
        font-size: inherit !important;
        line-height: inherit !important;
        font-weight: inherit !important;
        margin-left: inherit !important;
        width:  inherit !important;

	border-bottom: 0px solid #000000 !important;
	
}

.legal hr {
	color: #00FF00;
	margin: 24px 0px;
	border: none; /* Remove default border */
  height: 5px; /* Set a thin line thickness */
  background-color: transparent;
  box-shadow: 0 0px 0px #00FF00; /* Add a subtle shadow */


}

.legal-footer {
	margin: 48px auto 48px auto;
	text-align: center;

}

/* marker ar */


#loading {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  width: 100%;
  height: 64px;
bottom:0px;
  background-color: rgba(0, 0, 0, 0.0);
  z-index: 9999999;
}

#loading img {
    height: 48px;
	background-color: #00FF00;
    -webkit-mask-image: url(/graphics/volume_off_48.svg);
    mask-image: url(/graphics/volume_off_48.svg);
}

#loading span{
  color: black;
  font-weight: bold;
}

.ui {
  position: fixed;

  margin: 0.5rem;

  background-color: rgba( 255,255,255,0.6 );
  border-radius: 6px;
}

.marker {
  right: 0;
  bottom: 0;
  z-index: 200;
  margin: 0.5rem;
  padding: 0.25rem 0.5rem;

  font-size: 0.75rem;
  color: inherit;
  text-decoration: none;
}

#app {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

#video {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

#vidCont {
	position:relative;

  -webkit-transition: -webkit-transform 0.85s;
  -moz-transition: -moz-transform 0.85s;
  -o-transition: -o-transform 0.85s;
  transition: transform 0.85s;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;


  -webkit-transition: opacity 0.85s; 
  -moz-transition: opacity 0.85s; 
  -o-transition: opacity 0.85s; 
  transition: opacity 0.85s;  

  -webkit-transition: rotate 0.85s; 
	-moz-transition: rotate 0.85s; 
	-o-transition: rotate 0.85s; 
	transition: rotate 0.85s; 

}

.flip{

	display: block;
	height: 100%;
	width: 100%;
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	
	/*
	transition: opacity 0.35s;  
	*/
	-webkit-transition: opacity 0.85s; 
  -moz-transition: opacity 0.85s; 
  -o-transition: opacity 0.85s; 
  transition: opacity 0.85s; 

  -webkit-transition: rotate 0.85s; 
	-moz-transition: rotate 0.85s; 
	-o-transition: rotate 0.85s; 
	transition: rotate 0.85s; 

}

#nftTraits {

	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: white;

	-webkit-transform: rotateY( 180deg);
	-moz-transform: rotateY( 180deg);
	-o-transform: rotateY( 180deg);
	transform: rotateY( 180deg);

	-webkit-transition: rotate 0.85s; 
	-moz-transition: rotate 0.85s; 
	-o-transition: rotate 0.85s; 
	transition: rotate 0.85s; 

	/* opacity: 0.0; */
	-webkit-transition: opacity 0.85s; 
  -moz-transition: opacity 0.85s; 
  -o-transition: opacity 0.85s; 
  transition: opacity 0.85s; 
	 
}

#arVideoCont {
		position: absolute;
	  left: 0;
	  top: -24;
	  z-index: 100;

	  display: block;
	  width: 100% !important;
	  height: 100% !important;
	  object-fit: cover;

	width: 100vw;
	height: calc(100% - 50px) !important;
	position: relative;
	overflow: hidden;
}

#control {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
      }

#vidVol {
	
    position: fixed;
width: 48px;
	height: 48px;
    bottom:48px;
    left:calc(50% - 24px);
	

    
    background-color: #00FF00;
    -webkit-mask-image: url(/graphics/volume_off_48.svg);
    mask-image: url(/graphics/volume_off_48.svg);

/*
	position: fixed;
	width: 32px;
	height: 32px;
	bottom: 66px;
	right: 20px;
z-index: 99999;
*/
	

}

#canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;

  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/*
#arvideo {
  display: none;
}
*/

/* marker ar */


#request {
   display:none;
}


/* details accordian styles */

#jbmDetailsContainer{
	padding: 12px;
}

.detailsAccordion {
 font-weight: 900;
 font-size: 14px;
margin: 0px;
	font-family: courier;
  background-color:#000000;
  color:  #00FF00;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.detailsAccordion:after {
  content: '\002B';
  float: right;
  margin-left: 5px;
}


/* details accordian styles */



#profileContainer {
	padding: 12px;
}

.accordion {
 font-weight: 900;
 font-size: 14px;
margin: 0px;
	font-family: courier;
  background-color:#000000;
  color:  #00FF00;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.accordion:after {
  content: '\002B';
  float: right;
  margin-left: 5px;
}

.active:after {
  	content: "\2212";
	
}
.profileJBMS {
	display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(3, minmax(0,1fr));
}


.jbmProfileTable {
	border-collapse: collapse;
  	width: 100%;
	letter-spacing: -1px;
}

.jbmProfileTable th, td {
  text-align: left;
  padding: 8px;
}

.jbmProfileTable tr:nth-child(even) {background-color: #f2f2f2;}




.panel {
    
	font-size:14px;
  padding: 0px 18px;
    margin: 0px;
  background-color: white;
  max-height: 0px;
  overflow: scroll;
  transition: max-height 0.2s ease-out;
	border-radius: 5px;
}

/* END USER PROFILE */

#search {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
}

.searchToolBar {
    position: absolute;
    bottom: 0px;
    display: flex;
    /* top: -1px; */
    /* right: 12px; */
    width: calc(50% - 24px);
    height: 50px;
    padding: 0px 12px 24px 12px;
    background-color: #ffffff;
    z-index: 1;
}

.searchToolBar input.searchInputField {
    width: calc(100% - 72px);
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    margin-left:12px;
    /* margin-bottom: 5px; */
    padding: 5px 10px 5px 40px;
    outline: none; 
    border: 1px solid #000000;
    border-radius: 5px 0px 0px 5px;
    font-size: 16px;
    font-family: courier;
	
	-webkit-appearance: none;
	
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}


.searchInputField:focus {
  /* outline: 0;
   background: white; */
}

.searchInputField:not(:placeholder-shown) ~ .search-button {
  /* transform: translateX(-124%); */
}

.search-button {
    border: 0;
	border-radius: 0px 5px 5px 0px;
    padding: 0.5rem;
    /* border-radius: 5px; */
    position: absolute;
    left: calc(100% - 60px);
    width: 80px;
    transition: 0.2s;
    color: white;
    font-size: 16px;
	font-family: courier;
    height: 94%;
	
	width: 48px;
    padding: 9px;
    /* margin: 48px 12px 0px 0px; */
	
    font-weight: 900;
	text-align: center;
    color: #000000;
    background-color: #000000;
	border: 1px black solid;

    

	cursor: pointer;
	height: 50px;
    /* line-height: 60px; */
    margin-top: 5px;
    margin-bottom: 5px;
}

.search-button-graphic {
    pointer-events:none;
    position:relative;
    top:19px;
    left:0px;
    width: 24px;
    height: 24px;
    background-color: #00FF00;
    -webkit-mask-image: url(/graphics/search_black_24dp.svg);
    mask-image: url(/graphics/search_black_24dp.svg);
}

.search-recent-button {
    border: 0;
	border-radius: 5px 0px 0px 5px;
    padding: 0.5rem;
    position: absolute;
    left: 12px;
    width: 80px;
    transition: 0.2s;
    color: white;
    font-size: 16px;
	font-family: courier;
    height: 94%;
	
	width: 48px;
    padding: 9px;
    font-weight: 900;
	text-align: center;
    color: #000000;
    background-color: #000000;
	border: 1px black solid;

	cursor: pointer;
	height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.search-recent-button-graphic {
    pointer-events:none;
    position:relative;
    top:17px;
    left:11px;
    width: 24px;
    height: 24px;
    background-color: #00FF00;
    -webkit-mask-image: url(/graphics/history_black_24dp.svg);
    mask-image: url(/graphics/history_black_24dp.svg);
}

.search-button:focus {
    /*
  outline: 0;
  background: #222;
  */
}


button {
    color: transparent;
    background-color: transparent;
    border-width: 0px;
    border-color: transparent;
}

.search-button-near-me {
    padding: 0.5rem;
    position: absolute;
    left: 60px;
    width: 80px;
    transition: 0.2s;
    width: 24px;
    height: 24px;
    padding: 9px;
   
    cursor: pointer;
    
    /* line-height: 60px; */
    margin-top: 17px;
    margin-left: 4px;
    margin-bottom: 5px;
    opacity:0.5;
    background-color: #00FF00;
    -webkit-mask-image: url(/graphics/near_me_black_24dp.svg);
    mask-image: url(/graphics/near_me_black_24dp.svg);

}


.search-button-near-me img {
	position: relative;
    top: 0px;
    left: -6px;
    height: 32px;
    width: 32px;
    opacity: 0.25;
}

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.addJBMUI{
	display:none;
	/*
	height: auto;
	
	*/
	height: 100%;
	/* background-color: #f2f2f2; */
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.search-results-display {
	display: flex;
	height: 100%;
}

.jbm-search-results-cont {
	height: 100%;
	overflow-y:scroll;
	background-color: #f2f2f2;
	width: 50%;
	/* display:none; */
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#jbm-search-results-map {
	position: relative;
	width:50%;
	min-height: 180px;
	height: calc(100% - 84px);
	top: 0px;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px lightgrey;
}

#jbm-search-results{
	position: relative;
	width:100%;
	top: 0px;
}    


#jbm-step-one{
	/*
	width:320px;
	height:320px;
	*/
}

#jbm-step-two {
	margin: 0px 6px;
	display: grid;
	grid-gap: 6px;
	grid-template-columns: repeat(3, minmax(0,1fr));
}



:-webkit-any-link {
    text-decoration: none;
    color: #00FF00;
    /* position: relative; */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.mainMenu {
	position: absolute;
	top: 0px;
	/* height: 50px; */
	width: 100%;
	
	
	position: relative;
    min-height: 50px;
    height: 64px;
    /* overflow: hidden; */
    width: 100%;
    background-color: #000000;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    z-index: 999999999;
}

.logo {
    position:relative;
    top:0px;
    left:50px;
    width: 209px;
    height: 50px;
    background-color: #00FF00;
    -webkit-mask-image: url(/graphics/jbm-logo-black.svg);
    mask-image: url(/graphics/jbm-logo-black.svg);
}
.logo-link {
    position:absolute;
    top:0px;
    left:0px;
    width: 209px;
    height: 50px;
}

/*
.mainMenu .logo img {
    position: relative;
    width: calc(100% - 180px);
	width: 320px;
    margin: 13px 50px;
}
*/

.mobileMenuButton {
	
	 position: absolute;
    top: 20px;
    left: 18px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    background-color: #00FF00;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
	
	mask-image: url("../../graphics/baseline-menu-24px.svg");
	-webkit-mask-image: url("../../graphics/baseline-menu-24px.svg");
	
}

.addJBMMenuButton {
    position: absolute;
    top: 20px;
    right: 48px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    background-color: #00FF00;
    
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}

.loginMenuButton {
    position: absolute;
    top: 20px;
    right: 18px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    background-color: #00FF00;
    /*
    -webkit-mask-image: url(../images/perm_identity-24px.svg);
    mask-image: url(../images/perm_identity-24px.svg);
	*/
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}



.toolBar {
	position: absolute;
	bottom: 0px;
	height: 80px;
	width: 100%;
	/* background-color: #000000; */
}

.tools {
	display: flex;
}

.searchJBM {
	position: relative;
	width: 33%;
	height: 100%;
}

.toolBarButton {
	position: relative;
    width: 100%;
    height: 80px;
	cursor: pointer;
}

.toolBarButton img {
	width: 50%;
    position: absolute;
    left: 25%;
    height: 100%;
    object-fit: contain;
}


.addJBM {
	position: relative;
	width: 33%;
	height: 100%;
}

.myJBM {
	position: relative;
	width: 33%;
	height: 100%;
}


.saleTag {
    position: absolute;
    top: 20px;
    right: 18px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    background-color: #00FF00;
    
    -webkit-mask-image: url(../graphics/saleTag-24.svg);
    mask-image: url(../graphics/saleTag-24.svg);
	
    -webkit-transition: left 0.25s;
    transition: left 0.25s;

}


.trashTag {
    position: absolute;
    top: 20px;
    right: 18px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    background-color: #00FF00;
    
    -webkit-mask-image: url(../graphics/deleteTrash-24.svg);
    mask-image: url(../graphics/deleteTrash-24.svg);
	
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
	
}


#content {
	position: absolute;
    top: 64px;
    height: calc(100% - 64px);
	width: 100vw;
	overflow-x: hidden;
	
}

.JBMLocCont{
	display: flex;
    background-color: white;
    margin-bottom: 6px;
	border-radius: 3px;
}
.spawnerCont{
	display: flex;
    /* background-color: white; */
    margin: 6px;
	border-radius: 5px;
}
.creatorCont{
	
	grid-column-end: span 1;
    grid-row-end: span 1;
    /* background-color: white; 
    margin: 6px;
	border-radius: 5px;
	*/
}
.spawnerCard {
	display: flex;
	width: 100vw;
    height: 100%;
	height: 180px;
    margin: 6px 12px 12px 12px;
    border-radius: 5px;
	background-color: #000000;
	box-shadow: 0px 0px 5px lightgrey;
}
.creatorCard {
	/* display: flex; */
	/* width: 30%; 
	height: 180px;
	width: 100%;
	margin-top: 125%;*/
    border-radius: 5px;
	background-color: #000000;
	box-shadow: 0px 0px 5px lightgrey;
}

.visitorCard {
	border-radius: 5px;
	background-color: #000000;
	box-shadow: 0px 0px 5px lightgrey;
}

.ownedCard {
	border-radius: 5px;
	background-color: #000000;
	box-shadow: 0px 0px 5px lightgrey;
}

.disownedCard {
	border-radius: 5px;
	background-color: #000000;
	box-shadow: 0px 0px 5px lightgrey;
}

.spawnerThumb{
	position: relative;
	width: calc(100vw - 24px);
    width: 120px;
    height: 50vw;
    height: 180px;
	background-color: black;
	border-radius: 5px 5px 0px 0px;
	border-radius: 5px 0px 0px 5px;
}
.spawnerThumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
    opacity: 1.0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    border-radius: 5px;
}

.creatorThumb{
	position: relative;
	overflow: hidden;
	/*preserve aspect ratio */
    width: 100%;
    padding-top: 125%;
	padding-top: calc(125% + 36px);
	border-radius: 5px;
}
.creatorThumb img {
    position: absolute;
    top: 32px;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: 50% 50%;
	width: 100%;
    opacity: 1.0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    border-radius: 0px;
}

.creatorIdTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 24px);
	height: 32px;
	line-height: 32px;
	padding: 0px 12px;
	background-color: #000000;
	color: #00FF00;
	border-radius: 5px 5px 0px 0px;
}

.creatorAddDetailsCont{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: calc(100% - 24px);
	height: 35px;
	line-height: 35px;
	background-color: #000000;
	color: #ffffff;
	padding: 0px 12px;
	border-radius: 0px 0px 5px 5px;
}
/* creator button graphics */
.addCreatorButton{
	position: absolute;
	left: 6px;
	top: 6px;
}
.addCreatorButton img{
	position: absolute;
	height: 24px;
	top: 0px;
	width: 24px;
}
.getCreatorButton{
	position: absolute;
	right: 30px;
	top: 6px;
}
.getCreatorButton img{
	position: absolute;
	height: 24px;
	top: 0px;
	width: 24px;
}

#JBMCreatorsCont{
	position: relative;
	display: none;
	gap: 12px;
	padding: 0px 0px;
	line-height: 35px;
	border-radius: 5px;
	width: 100%;
	height: 35px;

}
.chosenCreatorCreditCont{
	position: relative;
	width: 150px;
	padding-left: 6px;
	border-radius: 5px;
	height: 35px;
	background-color: #000000;
	color: #ffffff;

}
.chosenCreatorCreditCont img{
	position: absolute;
	height: 24px;
	width: 24px;
	top: 6px;
	right: 6px;
}


.spawnerDetails {
	position: relative;
	padding: 12px;
    width: calc(100% - 144px);
}

.spawnerID{
	color: white;
    text-align: right;
    font-weight: 900;
    font-size: 16px;
	opacity: 0.35;
}

.spawnerTitle{
	color:  #00FF00;
	opacity: 1.0;
    font-weight: 400;
    font-size: 21px;
	letter-spacing: -1px;
    line-height: 18px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.spawnerInfo {
    position:absolute;
    top:12px;
    right:12px;
    width: 24px;
    height: 24px;
    background-color: #00FF00;
    -webkit-mask-image: url(/graphics/info_black_24dp.svg);
    mask-image: url(/graphics/info_black_24dp.svg);
}

.spawnerCardFertilityIcon {
    position:absolute;
    /*
	top:12px;
    right:12px;
	*/
	top:-5px;
	left:36px;
    width: 24px;
    height: 24px;
    background-color: #00FF00;
    -webkit-mask-image: url(/graphics/sentiment_satisfied_alt_black_24dp.svg);
    mask-image: url(/graphics/sentiment_satisfied_alt_black_24dp.svg);
}

.creatorAddDetailsCont {
    position:relative;
	padding: 0px;
    top: -2px;

/*
    top:4px;
    left:12px;
*/
    width: 24px;
    height: 24px;
    background-color: #00FF00;
    -webkit-mask-image: url(/graphics/add_black_24dp.svg);
    mask-image: url(/graphics/add_black_24dp.svg);
}

.spawnerRarity{
	position: absolute;
    /* left: 24px; */
	color: #00FF00;
}

.star{
	position: absolute;
    top: -26px;
    left: 0px;
    width: 24px;
    font-size: 48px;
	color: #00FF00;
}
.starText{
	position: absolute;
    left: 0px;
    width: 28px;
    font-size: 13px;
    color: black;
    letter-spacing: -1px;
    font-weight: 900;
    text-align: center;
    left: 0px;
    top: -24px;
    width: 28px;
    height: 48px;
    line-height: 66px;
    font-size: 13px;
    color: black;
    letter-spacing: -2px;
    font-weight: 900;
    text-align: center;
}

.spawnerPin{
    position:absolute;
    top: -5px;
    width: 24px;
    height: 24px;
    background-color: #00FF00;
    -webkit-mask-image: url(/graphics/place_black_24dp.svg);
    mask-image: url(/graphics/place_black_24dp.svg);
}
.spawnerDistance {
    margin-left:27px;
}
.spawnerLocation {
    color: #ffffff;
    opacity: 1.0;
    position: absolute;
    bottom: 80px;
    width: 100%;
    font-size: 14px;
}
.spawnerDirections{
    position:absolute;
    right:24px;
}
.spawnerScore{
	
}
.spawnerButton {
	width: 36px;
	height: 36px;
	background-color: #ffffff;
	border: 1px black solid;
	border-radius: 3px;
	cursor: pointer;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}


.addJBMUI-scroll {
    width: 100%;
    /* height: 400px; */
    position: relative;
    display: flex;
	overflow:hidden;
    margin-bottom: 10px;
    -webkit-transition: 1.25s;
    transition: 1.25s;
}

.addJBMUI-body-cont {
    position: relative;
    width: calc(100% - 0px);
    padding: 0px;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.addJBMUI-body-cont-item-aspect {
    max-width: 1200px;
    /* height: calc(100% - 186px);
	max-height: 360px; */
    overflow-y: scroll;
    padding-top: 0%;
    position: relative;
    margin: auto;
}

.shadow-rect {
    padding: 12px;
	padding: 0px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px lightgrey;
}

.addJBMUI-slide {
    padding: 12px !important;
}




/* modal window */
.modalWindow {
	position: absolute;
	max-width: 100vw;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #ffffff;
	z-index: 9999;
	display: none;
}
.modalCloseButton {
	position: fixed;
	width: 32px;
	height: 32px;
	top: 66px;
	right: 20px;
	background-color: #00FF00;
	border: 1px #00FF00; solid;
	border-radius: 24px;
	cursor: pointer;
	    z-index: 99999;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}
.modalCloseButton img {
	width: 50%;
    position: absolute;
    left: 25%;
    height: 100%;
    object-fit: contain;
}
.modalContent {
	position: relative;
	display: inline-block;
	margin: auto;
	/* max-width: 320px; */
	max-width: 100vw;
	width: 100%;
	top: 20px;
}
#modalTitle {
	text-align: center;
	font-weight: 900;
	font-size: 24px;
	margin: 24px 0px;
}
#modalBody {
	max-width: 320px;
	margin: 24px 24px;
	text-align: left;
}

#modalButtons {
	width: 100%;
	align-items: center;
	justify-content: center;
}


.indCont{
	position: absolute;
	width:100%;
	height:100%;
}
.indImg{
	position: absolute;
	width: 50px;
	height: 50px;
	top: calc(50% - 29px);
	left: calc(50% - 29px);
	border-radius: 50%;
	border: 4px white solid;
}
.indImg img {
	position: absolute;
	width:100%;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%;
	border-radius: 50% 50%;
}

.svgInd {
	fill: #00FF00;
}

#indText {
	position: absolute;
	top: 150px;
	text-align: center;
	width: 100%;

}

a-scene {
height: 200%;
width: 200%;
top: -72px;/*
	width: 100vw;
	height: 100vh;
	max-width: 100vw;
	max-height: 100vh;
*/
}

/* modal window */


/* addJBMUI WINDOW */
.addJBMUIWindow {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #ffffff;
	z-index: 9999;
	display: none;
}
.jbmCloseButton {
	display:none;
	position: relative;
	width: 36px;
	height: 36px;
	top: 12px;
    left: calc(100% - 48px);
	background-color: #ffffff;
	border: 1px black solid;
	border-radius: 26px;
	cursor: pointer;
	    z-index: 99999;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}
.jbmCloseButton img {
	width: 50%;
    position: absolute;
    left: 25%;
    height: 100%;
    object-fit: contain;
}

.traitsButton{
	width:80px;
	height:24px;
	color:black;
	background-color:#00FF00;
}

.addJBMUIContent {
	position: relative;
	display: inline-block;
	margin: auto;
	/* max-width: 320px; */
	width: 100%;
	height: 100%;
	top: 0px;
}
#addJBMUITitle {
	text-align: left;
	font-weight: 900;
	font-size: 24px;
	padding: 18px 0px 0px 12px;
	line-height: 18px;
	height: 60px;
}
.addJBMUICreatorSubTitle{
	display:none;
	padding-top: 6px;
	margin: 4px 0px 0px 0px;
	font-weight: 100;
	font-size: 14px;
}
.addJBMUISubTitle{
	margin-top: 18px;
	font-weight: 100;
	font-size: 14px;
}
#addJBMUIBody {
    margin: 0px 12px;
	margin: 0px;
	height: calc(100% - 70px);
	overflow-y: scroll;
	text-align: left;
}
.JBMCopy{
	margin: 0px;
    margin: 12px;
    width: calc(100% - 66px);
    border-radius: 5px;
    height: 100%;
    /* width: 100%; */
    height: calc(100% - 75px);
    height: 234px;
    padding: 18px;
}
#addJBMUIButtons {
	/* old addJBMUI window */
	width: 100%;
	align-items: center;
	justify-content: center;
	
	/* new addJBMUI window */
	padding: 0px 0px;
	position: fixed;
    bottom: 0px;
    height: 64px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.jbmButton {
	/* width: 100px; */
    padding: 12px;
	margin: 0px 4px;
    /* margin: 48px 12px 0px 0px; */
	
	border-radius: 5px;
    font-weight: 900;
	text-align: center;
    /* color: #ffffff; */
    background-color: #00FF00;
	cursor: pointer;
}


.jbmButton img{
	/*
	position: absolute;
	object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
	*/
	
}


.jbmButtonTransact {

    bottom: 12px;
    margin:0px;
    position: absolute;
    width: calc(100% - 36px);
    font-size: 24px;
	letter-spacing:-1px;
    padding: 6px;
    border-radius: 5px;
    font-weight: 900;
	text-align: center;
    background-color: #00FF00;
	color: black;
	cursor: pointer;
}
.jbmButtonTransact a {
	color:black;
}

.jbmButtonTransact img {
	height: 24px;
    position: absolute;
    margin-top: 2px;
}


.cancel {
    background-color: #dddddd;
}


/* addJBMUI WINDOW */



/* PROFILE WINDOW  */
.signInMenu {
    position: absolute;
    /* top: 0px; */
	top: calc(-125% - 0px);
	/* bottom: 80px; */
    background-color: #ffffff;
	
    height: calc(100% - 160px);
	height: calc(100vh - 50px);
    width: 100%;
	z-index: 9999;
	
	overflow-y: scroll;
	
	transition: all 0.25s ease 0s;
}

.flexBox {
    /* height: 100%; */
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.loginFormALign {
    position: absolute;
    width: 284px;
	width: calc(100% - 48px);
    /* margin: 13px; */
    top: 0px;
	padding-bottom: 48px;
}

.signInMenu h3 {
    /* text-align: center; */
    font-weight: 900;
}

h3 {
    font-size: 20px;
    line-height: 26px;
    font-style: normal;
    font-weight: 500;
    color: #2e2e2e;
    color: #696969;
    text-decoration: none;
    letter-spacing: -1px;
    text-transform: capitalize;
    text-align: left;
}




.register {
    font-size: 12px;
    text-align: left;
}
.register a {
    /* background-color: #000000; */
    padding: 0px 4px;
}

.input.loginInputField {
	outline-color: #ff00ff;
}

.loginMenu input.loginInputField {
    width: calc(100% - 12px);
    height: 36px;
    line-height: 36px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    outline: none;
    border: .5px solid #e0e0e0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
.checkboxText {
    font-size: 12px;
    /* width: 80%; */
    margin-left: 8px;
    position: relative;
}

.checkboxText a {
    /* background-color: #000000; */
    padding: 0px 4px;
}

.forgotPass {
    font-size: 12px;
    text-align: right;
    margin-top: 0px;
    /* background-color: #00FF00; */
    width: 100%;
}

.forgotPass a {
    /* background-color: #000000; */
    padding: 0px 4px;
}

/* PROFILE WINDOW  */


/*  Toggle Switch  */

.toggleSwitch span span {
	display: none;
}  
  
.toggleSwitch {
	display: inline-block;
	height: 48px;
	position: relative;
	overflow: visible;
	padding: 0;
	cursor: pointer;
	width: 64px;

	background-color: #dddddd;
	border: 0px solid #000000;
	border-radius:5px;
	
	margin: 0px;
}
.toggleSwitch * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.toggleSwitch label,
.toggleSwitch > span {
	line-height: 14px;
	height: 14px;
	vertical-align: middle;
}
.toggleSwitch input:focus ~ a,
.toggleSwitch input:focus + label {
	outline: none;
}
.toggleSwitch label {
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
}
.toggleSwitch input {
	position: absolute;
	opacity: 0;
	z-index: 5;
}
.toggleSwitch > span {
	position: absolute;
	left: 0;
	width: calc(100% - 6px);
	margin: 0;
	text-align: center;
	white-space: nowrap;
  margin:0 3px;
}
.toggleSwitch > span span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
	width: 50%;
	/* margin-left: 50px; */
	text-align: left;
	font-size: 0.9em;
	width: auto;
	left: 0;
	top: -1px;
	opacity: 1;
	width:40%;
	text-align: center;
  line-height:16px;
}
.toggleSwitch a {
	position: absolute;
	right: 50%;
	z-index: 4;
	display: block;
	top: 3px;
	bottom: 3px;
	padding: 0;
	left: 3px;
	width: 50%;

	background-color: white;
	color:#00FF00;

	border-radius: 5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.toggleSwitch > span span:first-of-type {
	/* left button text
	color: #00FF00; */
	opacity: 1;
	left: 0;
	margin: 0;
    width: 50%;
}
.toggleSwitch > span span:last-of-type {
	left:auto;
	right:0;/* ???? */
	color: #ffffff;
	margin: 0;
    width: 50%;
}
.toggleSwitch > span:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -2px;
	/* background-color: #fafafa;
	border: 1px solid #ccc; */
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.toggleSwitch input:checked ~ a {
	left: calc(50% - 3px);
}
.toggleSwitch input:checked ~ span:before {
	/* border-color: #0097D1;
	box-shadow: inset 0 0 0 30px #0097D1; */
}
.toggleSwitch input:checked ~ span span:first-of-type {
	left:0;
	/* unselected text */
	color:#ffffff;
}
.toggleSwitch input:checked ~ span span:last-of-type {
	/* opacity: 1;
	color: #fff;	 
	color:#00FF00;*/
}
/* Switch Sizes */
.toggleSwitch.large {
	width: 60px;
	height: 27px;
}
.toggleSwitch.large a {
	width: 27px;
}
.toggleSwitch.large > span {
	height: 29px;
	line-height: 28px;
}
.toggleSwitch.large input:checked ~ a {
	left: 41px;
}
.toggleSwitch.large > span span {
	font-size: 1.1em;
}
.toggleSwitch.large > span span:first-of-type {
	left: 50%;
}
.toggleSwitch.xlarge {
	width: 80px;
	height: 36px;
}
.toggleSwitch.xlarge a {
	width: 36px;
}
.toggleSwitch.xlarge > span {
	height: 38px;
	line-height: 37px;
}
.toggleSwitch.xlarge input:checked ~ a {
	left: 52px;
	
}
.toggleSwitch.xlarge > span span {
	font-size: 1.4em;
}
.toggleSwitch.xlarge > span span:first-of-type {
	left: 50%;
}

  /*  End Toggle Switch  */
.hidden {
    display: none;
}

.menuNav {
    position: relative;
    top: 0px;
    padding-bottom: 0px;
    left: 0;
    padding-left: 34px;
    height: auto;
    width: calc(100% - 34px);
    overflow-x: hidden;
    background-color: #000000;
    clear: both;
    max-height: 0;
	/*
	-webkit-transition: left 0.25s;
    transition: left 0.25s;
	*/
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	
	-webkit-transition: max-height 0.3s;
	transition: max-height 0.3s;
}

ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

li.dropdown {
    display: inline-block;
}

a:-webkit-any-link {
    text-decoration: none;
    color: #00FF00;
    /* position: relative; */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.dropdown a {
    line-height: 40px;
    margin-left: 0;
}

.dropbtn, li a {
    display: inline-block;
    text-align: center;
    padding: 14px 16px;
    color: #006ba1;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: .35s;
    transition: .35s;
}

.dropArrow {
    position: absolute;
    right: 0;
    top: 0;
    color: #949494;
    font-size: 34px;
    line-height: 34px;
    text-align: center;
    width: 40px;
}

/* paginatino stuff */
.slide-indicator {
    position: absolute;
    width: 100%;
    /* top: 0px; */
    text-align: center;
	
}
.multiple {
    display: none;
}
.indicator {
color:  #00FF00;
    cursor: pointer;
}
.pagintation{
	
}

@media screen and (max-width: 767px){
	#content {
		position: absolute;
		top: 50px;
		height: calc(100% - 50px);
		width: 100vw;
		overflow-x: hidden;
	}
	
	.searchToolBar {
		/* position: sticky; */
		display: flex;
        /*
		top: -1px;
		right: 12px;
        */
		width: calc(100% - 24px);
		height: 42px;
		padding: 0px 12px 24px 12px;
		background-color: #ffffff;
		z-index: 1;

        
	}
	
	.mainMenu {
		height: 50px;
	}
	.mainMenu .logo img {
		width: 200px;
	}
	
	/* pagination stuff */
	.multiple {
		display: inline-block;
	}
	.slide-indicator {
		/* top: 190px; */
		    bottom: 48px;
		z-index: 9999;
		font-size: 14px;
	}
	
	
	.addJBMMenuButton {
    	top: 14px;
	}
	.loginMenuButton {
		top: 13px;
	}
	
	.mobileMenuButton {
		display: block;
		top: 14px;
	}
	input {
		/* width: calc(100% - 50px); */
		height: 45px;
		margin: 0;
		margin-bottom: 12px;
		/* margin: 12px; */
		border-radius: 5px;
		border: 0.5px solid black;
		padding-left: 18px;
		outline-color: #00FF00;
	}
	input:checked {
		/* background-image: url(../graphics/baseline-keyboard_arrow_down-24px.svg); */
	}
	input:checked+.menuNav {
		max-height: 10000px;
        height: 100vh;
		overflow: auto;
	}


	.dropdown {
		position: relative;
		overflow: hidden;
		/* background-color: #fff; */
		line-height: 8px;
	}
	li {
		clear: both;
		font-size: 13px;
		line-height: 8px;
		font-weight: 400;
		margin-left: -14px;
		width: calc(100% - 34px);
		border-bottom: 1px solid #eaeaea;
	}
	.nav {
		padding-left: 5px;
	}
	.nav>li {
		padding-top: 12px;
		width:auto;
		clear: none;
		margin-left: -3px;
		border-bottom: 1px solid white;
	}

	.nav>li>a {
		margin-right: 2px;
		line-height: 1px;
		border: 0px solid transparent;
		border: 1px solid #00FF00;
		border-bottom: 0px solid #00FF00;
		border-radius: 4px 4px 0 0;
		color: lightgray;
	}

	.nav>li>a:active {
		color:white;
		background-color: #00FF00;
		color:lightgray;
	}

	

	.dropbtn, li a {
		color: #949494;
		font-size: 13px;
		font-weight: 400;
		line-height: 40px;
	}
	.dropArrow {
		background-image: url(../graphics/baseline-keyboard_arrow_down-24px.svg);
		background-position: left center;
		background-size: auto 100%;
		position: absolute;
		top: 24px;
		right: 0;
		width: 18px;
		height: 18px;
		opacity: .5;
		background-repeat: no-repeat;
		cursor: pointer;
	}
}


@media screen and (max-width:479px) {

.jbmButtonTransact img {
    margin-top: 0px;
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .jbm-search-results::-webkit-scrollbar {
        display: none;
    }
    /* Hide scrollbar for IE, Edge and Firefox */
    .jbm-search-results {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
	.menuContainer img {
		position: relative;
		height: 36px;
		width: 107px;
		top: 8px;
		left: calc(49% - 58px);
	}
	
	.search-results-display {
		display: flex;
		flex-flow: column;
		height: 100%;
		height: calc(100% - 70px);
		height: calc(100% - 66px);
	}
	
	.jbm-search-results-cont {
		height: 214px;
		overflow-y: hidden;
		width: 100%;
		background-color: #f2f2f2;
	}
	
	#jbm-search-results{
		display: flex;
		width: 100%;
		flex: 0 1 calc(100vw + 24px);
		flex: 0 1 214px;
		scroll-snap-type: x mandatory;
		overflow-y: hidden;
    	overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	#jbm-search-results-map {
		width: 100%;
		height: calc(100% - 212px);
		margin-bottom: 0px;
		flex: 0 1 auto;
	}
	
	.spawnerCont {
		width: calc(100vw - 0px);
		height: 188px;
		scroll-snap-align: start;
	}

	#modalBody {
		max-width: calc(100% - 0px);
	}

}