body {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 8px;
	background-color: #404040;
	color: white;
    
}
html {
    scroll-behavior: smooth;
}
#header {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
}
#header-inner {
    
}
#wrapper {
	margin-top: 0;
	margin-bottom: 20px;
	width: 1220px;
	margin-left:auto;
	margin-right:auto;
}
#container {
	margin-right: 2px;
	margin-left: 5px;
	font-size: 0;
	border: 3px solid #606060;
	float: left;
}
#userinfo {
	float: left;
	margin-left: 20px;
	font-family: monospace;
	font-size: 12px;
	width: 350px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 5px;
}
#userinfo td {
	font-size: 14px;
}
#userinfo tr {
	
}
#userinfo .additional_info td {
	font-size: 12px;
	padding-bottom: 25px;
}
#userinfo .separator h1 {
	font-size: 16px;
	font-weight: bold;
	
}
#userinfo .separator td {
	padding-top: 10px;
	padding-bottom: 15px;
}
#userinfo td.color_sample {
	width: 40px;
}
#userinfo .color_sample div {
	width:32px;
	height: 32px;
	padding: 0;
	margin: 0;
}

.segment.top-segment {
    position:relative;
}

.segment_image {
	background-image: url("img/hourglass.gif");
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center;
}

#js-loading {
    position: absolute;
    height: 2em;
    width: 100%;
    top: 50%;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    color: white;
    margin-top: -1em;
    font-size: 32px;
    font-family: monospace;
}

#test {
	/*display:none;*/
	/*
	position:fixed;
	right: 10px;
	top: 10px;*/
}

.clearfloats {
	clear: both;
}

canvas {
	outline: none;
}

#share {
	display:none;
}

#share input {
	font-family: monospace;
	font-size: 12px;
	width: calc(100% - 40px);
	background-color: #606060;
	color: inherit;
}


#share_icon img {
    height: 16px;
    width: 18px;
    border: none;
    vertical-align: middle;
}

#all {
	position: relative;
}

.url-not-copied #share_url_copied {
    display: none;
}
.url-copied #share_url_not_copied {
    display: none;
}

/*
#userdetails_iframes_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 99;
	overflow: visible;
}
*/

.userdetails {
	/*position: fixed;*/
	/*z-index: 199;*/
	background-color: white;
	padding: 2px;
	color: black;
	font-family: monospace;
	/*width: 40ex;*/
}
.userdetails_inner {
	margin: 0;
	border: solid 2px black;
	padding: 6px;
}
.userdetails_iframe {
	display: none;
	position: fixed;
	margin: 0;
	border: none;
	padding: 0;
	z-index: 199;
}
body.userdetails_iframe_body {
	margin: 0;
	padding: 0;
}
.userdetails_iframe, body.userdetails_iframe_body, body.alpha_image_iframe_body {
	background: transparent;
}

.alpha_image_iframe {
	display: none;
	z-index: 99;
	position: absolute;
	padding: 0;
	border: none;
	overflow: hidden;
}

/*.user_alpha_images_container {
	position: absolute;
	z-index: 150;
}*/

body.alpha_image_iframe_body {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
body.alpha_image_iframe_body img {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
    max-width: 100%;
    height: auto;
}
body.alpha_image_iframe_body img.cloned {
	position: absolute;
}

.usertip, #share {
	display:none;
}

a {
	color: inherit;
}

.basic_info.me, .additional_info.me, .additional_info.mint {
	display:none;
}

#user_name_link, #user_name_form, #user_name_error, #user_name_sending, #user_name_form .hidelink {
	display: none;
}
#user_name_link {
	font-size: 9px;
}
#myname {
	font-size: 16px;
}
.samecomputer {
	font-size: 12px;
}

#user_name_input, #user_name_submit {
	font-size: 10px;
}

.userdetails table {
	margin: 0;
	border-collapse: collapse;
}
#userinfo_content > table {
	box-sizing: border-box;
	width: 100%;
	table-layout: fixed;
}

.userdetails td {
	vertical-align: middle;
}
.userdetails td.color_sample {
	width: 32px;
	padding: 0;
}
.userdetails td.user_name {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 6px;
	padding-right: 0px;
}
.userdetails td.user_name .userid{
	font-size: 80%;
	color: #888;
	font-weight: normal;
	vertical-align: middle;
}
.userdetails tr {
	padding: 0;
}
.userdetails_inner > p {
	margin-top: 8px;
	margin-bottom: 0;
}

.user_connection_date {
	color: #808080;
	font-style: italic;
	font-size: 10px;
}

#hide_tips, #hide_share {
	display:none;
}

/*
.userdetails img {
	position: relative;
	float: left;
	margin-right: 10px;
}
*/


#topmenu {
	font-family: monospace;
	font-size: 12px;
	
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	margin: 0;
	padding: 12px;
}

#langswitcher {
	
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
}
#langmenu {
	display: none;
	position: absolute;
	background-color: #808080; 
	margin: 8px -6px 0 0;
	top: 100%;
	right: 0;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
}
.langmenuitem {
	display: block;
	text-align: right;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

#langswitcher a {
	display: block;
}

#langswitcher a.selected {
	display:none;
}

.langindicator {
	display: none;
}
.langindicator.selected {
	display: inline;
}


#lang_wait {
	display:none;
}

.username {
	font-weight: bold;
}

#header .username {
	font-weight: normal;
}

.error_color_sample {
	width: 32px;
	height: 32px;
	font-size: 0;
	padding: 0;
	margin: 0;
	background-color: #000000;
}

#about {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	padding: 8px;
}
#about-body {
	
}
#about-body p, #about-body ul {
	max-width: 80ex;
}
#about-body p {
	margin-bottom: 1em;
}
#about-wrapper {
	display: inline-block;
	width: 66ex;
	text-align: left;
}
#about-body h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0.67em;
	margin-bottom: 0.33em;
}

.click_to_dismiss .close_button {
	position: absolute;
	display: block;
	top: 4px;
	right: 4px;
	cursor: pointer;
}
.click_to_dismiss a{
	text-decoration: none;
	font-weight: bold;
	color: red;
}

#show-userinfo {
    display: none;
}

#userinfo-close {
    display: none;
	cursor: pointer;
}

#userinfo.loading {
    display: none !important;
}

.signed-message {
	box-sizing: border-box;
	max-width: 100%;
	overflow: auto;
}

.mint-info-inner {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-left: 2px;
	padding-right: 2px;
}
#mint_info h2 {
	font-size: 1.2em;
}

.info-note {
	font-size: 80%;
}

#mint_info .close_button {
	float: right;
	text-align: right;
	width: 0.8em;
	height: 0.8em;
	line-height: 0.8em;
	color: white;
	font-size: 36px;
	font-family: nans-serif;
	font-weight: bold;
	cursor: pointer;
}

.mint-info-data {
	background-color: rgba(0,0,0,0.2);
	margin-left: 1em;
	padding: 4px;
}
.mint-info-data.has-hex-data {
	max-height: 10ex;
	overflow-y: scroll;
}
.mint-info-data dt {
	margin-bottom: 4px;
	opacity: 0.6;
}
.mint-info-data dd {
	margin-left: 8px;
}
.mint-info-data .long-data {
	word-wrap: break-word;
}

.mint-info-copy, .metamask-button-wrapper {
	text-align: center;
}
.button {
	display: inline-block;
	border: 1px solid white;
	border-radius: 6px;
	padding: 4px;
	cursor: pointer;
}
.mint-info-copy .copy-button {
}
.copy-button .text-failed {
	display: none;
}
.copy-button.failed .button-text {
	display: none;
}
.copy-button.failed .button-text .text-failed {
	fisplay: inline;
}

.button::after {
	content: '';
	font-size: 0;
	display: inline-block;
	height: 16px;
	width: auto;
	vertical-align: middle;
	background-size: cover;
}
.mint-info-copy .copy-button::after {
	aspect-ratio: 11577 / 12288;
	background-image: url('./copy_w.svg?v=2');
}
.mint-info-copy .copy-button .text-copied {
	display: none;
}
.mint-info-copy .copy-button.copied .text-copied {
	display: initial;
}
.mint-info-copy .copy-button.copied .text-do-copy {
	display: none;
}

.metamask-notice {
	font-size: 70%;
}

.mint-info-metamask {
	display: none;
}
.metamask-available .mint-info-metamask {
	display: block;
}

.mint-link a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-family: monospace;
	/*white-space: nowrap;*/
	/*overflow-x: scroll;*/
	word-break: break-all;
	padding: 4px;
}

#new-site > p:first-of-type {
	margin-top: 26px;
}

.newsite-center {
	text-align: center;
}
.newsite-link {
	font-weight: bold;
	font-size: 200%;
}
.newsite-p-countdown {
	font-weight: bold;
	font-size: 170%;
}

body.mint-nft {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.mint-nft .page {
	width: 100%;
	box-sizing: border-box;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.item-send-transaction .item-text, .item-send-transaction::marker {
	opacity: 0.5;
}
.connected .item-send-transaction .item-text {
	opacity: 1;
}
.text-connect-connected {
	display: none;
}
.connected .text-connect-connected {
	display: initial;
}
.connected .text-connect-connect {
	display: none;
}
.kvwalletmodal {
	/*display: inline-block;*/
}
.kvwalletmodal > h2 {
	display: inline-block;
	font-size: inherit;
	margin: 0 10px 0 0;
}
#connect_box {
	/*display: inline-block;*/
}
.kvwalletmodal > h2::after {
	content: ':';
}

.strike-text {
	text-decoration: line-through;
}

.mint-info-requirements.collapsed .requirements-body  {
	display: none;
}
.mint-info-requirements .requirements-show {
	display: none;
}
.mint-info-requirements.collapsed .requirements-show {
	display: block;
}
.requirements-show, .requirements-hide {
	cursor: pointer;
	text-decoration: underline;
	font-size: 14px;
}

.mint-info-requirements.collapsed

.small-screen #wrapper {
    width: 100%;
    
}

.small-screen #sandscapes_canvas, .small-screen .segment_image {
    max-width: 100%;
    height: auto;
}

.small-screen #container {
    margin-right: 0;
    margin-left: 0;
}
.small-screen #userinfo, .site-closed #userinfo.open {
    float: none;
    z-index: 999;
    top: 80px;
    left: 50%;
    width: 90%;
    transform: translatex(-50%);
    margin-left: 0;
    background-color: #404040;
    padding: 10px;
    border: 2px solid white;
}
.small-screen #userinfo {
	display: none;
	position: absolute;
	max-width: 300px;
}
.small-screen #userinfo.open {
    display: block;
}
.site-closed #userinfo.open {
	position: fixed !important;
}
html:not(.small-screen) #userinfo.open {
	max-width: 425px;
}

.small-screen #show-userinfo {
    display: block;
    position: absolute;
    opacity: 0.7;
    top: 0;
    right:0;
    margin-top: 0.3em;
    margin-right: 0.3em;
    font-family: serif;
    font-size: 20px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    color: black;
    background-color: white;
    border-radius: 1em;
    font-weight: bold;
    font-style: italic;
}



.small-screen #userinfo-close, .site-closed #userinfo.open #userinfo-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    line-height: 1em;
    margin-top: 0.1em;
    margin-right: 0.1em;
	text-align: center;
    color: white;
    font-size: 40px;
    font-family: nans-serif;
    font-weight: bold;
    
}


@media only screen and (max-width: 540px) {
    #header {
        font-size: 4.4vw;
    }
}
