html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'PT Mono', monospace;
	background: url("../img/ui/bg.png") repeat;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.back {
	width: 100%;
	height: 100%;
}

.logo { }

.image {
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.wrapper {
	max-width: 1080px;
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}

.header {
	height: 50px;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.main-header {
	height: 50px;
	width: 100%;
	margin-top: 10px;
	display: flex;
	justify-content: left;
}

.dashed-border {
	border: dashed 1px #ddd;
	border-radius: 18px;
}

.delimiter {
	margin: 8px auto;
	width: 600px;
	height: 2px;
	background-color: #9b9b9b;
}

.delimiter-small {
	margin: 8px auto;
	background-color: #9b9b9b;
	width: 100%;
	height: 1px;
}

.constructor {
	display: flex;
	width: 100%;
	justify-content: center;
}

.constructor-wrapper {
	width: 480px;
}

.tab-button-normal {
	border-bottom: solid 3px #ffffff;
	padding: 0 10px;
	cursor: pointer;
}

.tab-button-selected {
	border-color: #99cc00 !important;
}

.layers-wrapper {
	width: 480px;
	height: 480px;
	position: relative;
	box-shadow: 0px 0px 20px #eee;
    border-radius: 12px;
    background-color: #efefef;
}

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

.rname-wrapper {
    display: flex;
    margin-top: 20px;
}

.name-input {
    width: 100%;
    height: 42px;
    border-radius: 12px;
    padding: 0 10px;
    border: solid #ccc 1px;
	box-shadow: 0px 0px 20px #eee;
}

.prop-delimiter {
    text-align: center;
    padding-left: 150px;
    font-style: italic;
    font-weight: bold;
}

.prop-margin {
    margin-top: 12px;
}

.props-wrapper {
	padding-top: 20px;
	padding-bottom: 100px;
}

.prop-wrapper {
    width: 100%;
	height:22px;
	margin: 5px 0 10px 10px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-size: 12pt;
}

.prop-name {
	min-width: 150px;
	width: 120px;
	margin-right: 10px;
	overflow: hidden;
	margin-left: 85px;
	color: #666;
	font-style: italic;
	margin-bottom: -8px;
}

.prop-variant {
	margin: 0 20px;
	flex-grow: 1;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.button {	
	display: block;
	color: black;
	text-decoration: none;
}

.button:hover {	
	color: #111111;
}

.big-button-share-wrapper {
	height: 42px;
}

.big-button-share {
	padding: 0 20px !important;
	height: 38px !important;
}

.big-button-thin {
    padding: 0 20px !important;
}

.button-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.button-icon-small {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.opensea-text-color {
    color: #2081e2;
    opacity: 1 !important;
}

.twitter-text-color {
    color: white;
    opacity: 1 !important;
}

.big-button-bg {
	position: absolute;
	width: 100%;
	border-radius: 16px;
	top: 0;
}

.big-button-share-bg {
    border-radius: 12px !important;
}

.big-button-bg-dark {
	position: absolute;
	width: 100%;
	height: 60px;
}

.big-button-share-bg-dark {
	height: 42px !important;
}

.big-button-bg-color {
	width: 100%;
	height: 100%;
}

.big-button:active {
	height: 58px;
}

.big-button-share:active {
	height: 40px !important;
}

/* SMALL BUTTON */

.small-button {
	position: relative;
	height: 36px;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}

.small-button-bg {
	position: absolute;
	width: 100%;
	border-radius: 10px;
	top: 0;
}

.small-button-bg-dark {
	position: absolute;
	width: 100%;
	height: 40px;
}

.small-button-bg-color {
	width: 100%;
	height: 100%;
}

.small-button:active {
	height: 38px;
}

.small-button-label {
	font-size: 14pt;
	opacity: 0.7;
}

/* SIDE BUTTON */

.side-button {
	position: relative;
	height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}

.side-button-bg {
	position: absolute;
	width: 22px;
	border-radius: 6px;
	top: 0;
}

.side-button-wrapper {
	width: 34px;
	height: 22px;
}

.side-button-left {	
	left: 0;
}

.side-button-right {
	right: 0;
}

.side-button-bg-dark {
	height: 22px;
}

.side-button-bg-color {
	height: 100%;
}

.side-button:active {
	height: 21px;
}

/* COLORS */


.color-green {
	background-color: #99cc00;
}

.color-dark-green {
	background-color: #7da830;
}

.color-grey {
	background-color: #dddddd;
}

.color-white {
	background-color: white;
}

.color-twitter {
	background-color: #00acee;
}

.border-twitter-dark {
	border: 1px solid #007eae;
}

.color-twitter-dark {
	background-color: #007eae;
}

.color-dark-grey {
	background-color: #b7b8b8;
}

.border-lightgrey {
    border: 1px solid #eee;
}

.color-lightgrey {
	background-color: #eee;
}

.text-color-lightgrey {
	color: lightgray;
}

/* PROGRESS STYLE */

.progress-wrapper {
	position: relative;
	margin: 0 5px;
	width: 100%;
	height: 30px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	text-decoration: none;
}

.progress-wrapper:hover {
	color: black;
}

.progress-line {
	position: absolute;
	left:0;
	top:0;
	width: 32%;
	height: 100%;
}

.progress-label {
	font-size: 9pt;
	opacity: 0.8;
}

.menu-button-line {
    width: 20px;
    height: 4px;
    background-color: #999;
    margin: 2px 0;
}

/* BUTTONS */

.controls-wrapper {
    position: fixed;
    z-index: 2000;
    bottom: 0;
    background-color: white;
    height: 80px;
    box-shadow: 0px 0px 10px #ddd;
    width: 100%;
}

.buttons-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.buttons-margin-10 {
    margin-top: 10px;
}

/* LOADING */

.loading-progress-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
    display: flex;
    align-items: center;
}

#loading-progress {
    position: absolute;
    height: 100%;
}

#loading-text {
    margin-left: 20px;
    margin-bottom: 0 !important;
    pointer-events: none;
}

.loading-ok {
    margin: 20px 10px 10px 10px;
    width: 120px;
    height: 40px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, .2);
    display: flex; align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .6);
}

.loading-ok-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    cursor: pointer;
    flex-direction: row-reverse;
}

/* COMMON */

.z-200 {	
	z-index: 200;
}

.position-fixed {
    position: fixed;
}

.width-full {
    width: 100%;
}

.height-full {
    height: 100%;
}

.flex-direction-row {
    flex-direction: row;
}

.flex-direction-column {
    flex-direction: column;
}

/* MOBILE DEVICE */

.mobile_device {
	display: flex;
	justify-content: center;
	align-items: center;
    background-color: white;
    padding: 10px 16px;
	margin: 6px 20px 12px;
	font-size: 11pt;
    text-align: center;
}

/* TOP MENU */

.menu {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.main-menu {
	width: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu-item {
	margin: 10px 25px;
	color: black;
	text-decoration: none;
}

/* BOTTOM MENU */


.menu-bottom {
	font-size: 9pt;
}

/* MINTED ICONS */

.minted {
	width: 160px;
	margin: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: black;
	text-decoration: none;
}

.minted-img {
	background-color: #efefef;
	box-shadow: 0px 0px 10px #eee;
}

.minted-img-small {
	width: 160px;
	height: 160px;
	border-radius: 4px;
}

.minted-img-big {
	width: 480px;
	height: 480px;
	border-radius: 12px;
}

.minted-img-margin {
    margin-top: 30px;
}

.minted-address-margin {
    margin: 30px 0;
}

.minted-id {
	margin-top: 14px;
}

/* STATS WRAPPER */

.stats-wrapper {
	background-color: white;
	text-align: center;
	padding: 10px 5px;
	margin: 84px 10px 12px 30px;
	font-size: 11pt;
}

/* PAGES */

.page-name {
	width: 100%;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

.text-block-header {
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 13pt;
	padding: 0 15px;
	margin: 15px 0;
}

.text-block {
	width: 100%;
	text-align: left;
	padding: 0 15px;
	margin-bottom: 15px; 
}

/* NAVIGATION */

.navigation { 
	display: flex;
	flex-direction: row;
	margin-bottom: 25px;
	height: 40px;
}

.width-10 {
	width: 10px;
}

.width-100 {
	width: 100px;
}

/* REMOVED */

#removed-traits {
	width: 100%;
	text-align: left;
	margin: 20px 0;
}

.show-anim {
	display: flex !important;
	animation-duration: 0.3s;
	animation-name: show-keyframes;
}

@keyframes show-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hide-anim {
	animation-duration: 0.3s;
	animation-name: hide-keyframes;
}

@keyframes hide-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.display-none {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

/* LAYOUT */

.full-width-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.fixed-wrapper {
    max-width: 1080px;
    width: 100%;
    display: flex;
	justify-content: center;
    position: relative;
}

.left-column {
	position: relative;
    width: 480px;
}

.right-column {
    width: 600px;
}

/* BUTTONS CUSTOM PROPS */

.button-label-big {
	font-size: 16pt;
	opacity: 0.7;
	margin-bottom: -5px;
}

.button-label-small {
	font-size: 9pt;
	opacity: 0.6;
}

.button-wrapper-42 {
	height: 42px;
}

.button-42 {
	height: 38px;
}

.button-42:active {
	height: 40px;
}

.button-wrapper-60 {
	height: 60px;
}

.button-60 {
	height: 56px;
}

.button-60:active {
	height: 58px;
}

.padding-0-60 {
    padding: 0 60px;
}

.padding-0-20 {
    padding: 0 20px;
}

.border-radius-16 {
	border-radius: 16px;
}

.border-radius-12 {
	border-radius: 12px;
}

/* BUTTON BASE */

.base-button {
	color: black;
	text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.base-button-bg {
	position: absolute;
	top: 0;
}

.base-button:hover {
	color: #111111;
}

.base-button-wrapper {

}