* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: "MetBold";
	font-size: 15px;
	color: #fff;
	margin: 0;
}

:focus {
	outline: none;
}

textarea {
	resize: none;
	min-height: 120px;
}

input,
textarea,
select,
button {
	font-family: "MetBold";
	font-size: 15px;
	color: #fff;
}

p,
h1,
h2,
h4,
h5,
h6,
ul {
	margin: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

textarea {
	resize: none;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
}

select option[value=""][disabled] {
	display: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.wrapper {
	margin: 0 auto;
	align-items: center;
}

.wrapper .image-holder {
	width: 51%;
}

.wrapper form {
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 50px;
}

.wizard>.steps .current-info,
.wizard>.steps .number {
	display: none;
}

#wizard {
	max-width: 780px !important; 
    direction: ltr !important;
    margin: 0 auto;
	background: #000000a6;
	padding: 20px;
	padding-bottom: 40px;
	padding-top: 40px;
	border-radius: 15px;
}

.form-row {
	margin-bottom: 24px;
}

.form-row label {
	margin-bottom: 8px;
	display: block;
}

.error {
	color: red !important;
	font-size: 11px !important;
}

.form-row.form-group {
	display: flex;
}

.form-row.form-group .form-holder {
	width: 50%;
	margin-right: 21px;
}

.form-row.form-group .form-holder:last-child {
	margin-right: 0;
}

.form-holder {
	position: relative;
}

.form-holder i {
	position: absolute;
	top: 11px;
	right: 19px;
	font-size: 17px;
	color: #acacac;
}

.form-control {
	height: 42px;
	border: 1px solid #fcce00;
	background: none;
	width: 100%;
	padding: 0 18px;
}

.form-control:focus {
	border-color: #000;
}

.form-control::-webkit-input-placeholder {
	color: #acacac;
	font-size: 13px;
}

.form-control::-moz-placeholder {
	color: #acacac;
	font-size: 13px;
}

.form-control:-ms-input-placeholder {
	color: #acacac;
	font-size: 13px;
}

.form-control:-moz-placeholder {
	color: #acacac;
	font-size: 13px;
}

textarea.form-control {
	padding-top: 11px;
	padding-bottom: 11px;
}

.option {
	color: #acacac;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}
	33.3% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes hvr-icon-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}
	33.3% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (max-width: 1199px) {
	.wrapper {
        height: auto;
        display: block;
	}
	#wizard {
		padding-left: 60px;
		padding-right: 60px;
	}
	.finished #wizard {
	    min-height: auto;
	}
	.titleContainer {
	    padding-left: 60px;
		padding-right: 60px;
	}
}

@media (max-width: 991px) {
	.wrapper {
		justify-content: center;
	}
	.wrapper .image-holder {
		display: none;
	}
	#wizard {
		margin-right: 0;
		padding-left: 40px;
		padding-right: 40px;
		margin-right: 15px;
        margin-left: 15px;
	}
	.titleContainer {
		margin-right: 0!important;
		padding-left: 40px!important;
		padding-right: 40px!important;
		margin-right: 15px!important;
        margin-left: 15px!important;
	}
}

@media (max-width: 767px) {
    .wrapper form {
        padding-top: 0px;
    }
	.wrapper {
		height: auto;
		display: block;
		padding-top: 15px!important;
	}

	.wrapper .image-holder {
		width: 100%;
		display: block;
	}
	.wrapper form {
		width: 100%;
	}
	#wizard {
		min-height: unset;
		padding: 20px 20px 20px;
	}
	.form-row.form-group {
		display: block;
	}
	.form-row.form-group .form-holder {
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}
	.item .purchase {
		margin-left: 11px;
	}
	
	.statsContainer {
	    margin-bottom:30px!important;
	}
}

  
p.error {
    display: block;
    margin: 0.5em 0;
    padding: 0.4em;
    
    background-color: #f33;
    
    color: #fff;
    font-weight: bold;
}
  

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  } 

.loading-overlay-img {
	width: 100px;
	height: 100px;
    border-radius: 5px;
}

table {
    width: 100%;
}

td, th {
  padding: 8px;
}

tr:nth-child(odd){background-color: #343434;}

th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #03060e;
    color: white;
}

table img, table a {
    cursor: pointer;
}

.logo {
    width: 250px;
    height: 150px;
}

.header {
    margin-top: 20px;
    text-align:center;
}

.header img {
    content:url("../images/logoMain.png");
    margin-bottom: 40px;
}

.header h2 {
    line-height: 60px; 
    color: #333;
    font-size: 21px;
}

.header h2 b {
    font-weight: 100;
    font-style: normal;
}

h4 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.footer {
    text-align:center;
    margin-top: 20px;
}

.footer .courio {
    width: 50px;
    height:50px;
}

.footer p {
    color: #fff;
}

.finished #wizard,
.finished {
    background-color: #e9e9e9;
    border: none;
}

.finished p {
    text-align:center;
}

#wizard {
    border: 1px solid #fcce00;
    margin-top: 25px;
}

.wrapper {
    padding-top: 50px;
}

.btn-warning {
    background-color: #6b6b6b;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    color: #fff;
    background-color: #3e3d3d;
    border-color: #fcce00;;
}

.form-control:active,
.form-control:hover,
.form-control:focus {
    border: 1px solid #fcce00;
}

.custom-btn {
    width: 100%;
    background-color: rgb(253 240 9 / 27%);
    border: 2px solid rgb(253 240 9 / 46%);
    color: #fff;
    cursor: pointer;
    height: 41.99px;
}

.custom-btn:hover {
    background-color: rgb(253 240 9 / 50%);
    cursor:pointer;
}


h2 {
    font-family: "MetBold";
    color: #fff!important;
}

.custom-select {
    font-family: "MetBold";
    color: #fff!important;
    background-color: #030312;
    width: 100%;
    padding: 10px;
    height: 42px;
    border: 1px solid #fcce00;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 15px;
  overflow: hidden;
  background-color: #000000a6;
  border-bottom: 1px solid #fcce00;
}

li {
  float: left;
}

li:last-child {
  border-right: none;
}

li .connectBtn {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  border-left: 1px solid #000;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #000;
  cursor:pointer;
  border: 1px solid #fcce00;
  border-radius: .5rem;
}

.balance {
    max-width:250px;
    cursor:default;
    border-left: none;
}

li .connectBtn:hover:not(.active) {
  background-color: #fcce00;
  color:#000;
}

.tokenomics {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align:center;
}

p a {
    font-size: 12px!important;
}

.footer a {
    color: #fcce00!important;
    font-size:15px!important;
}

.loading-overlay {
    display: none;
    background: rgb(0 0 0 / 83%);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
}

.loading-overlay-image-container {
	display: none;
	position: fixed;
	z-index: 7;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
}

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zmdi-caret-down:before {
  content: '\f2f2';
}

/* Animated Ping */

.w-3 {
    width: .75rem;
}

.absolute {
    position: absolute;
}

.-mr-1 {
    margin-right: -.25rem;
}

.-mt-1 {
    margin-top: -.25rem;
}

.h-3 {
    height: .75rem;
    margin-left: 131px;
    right: calc(1px + 13px);
}

.flex {
    display: flex;
}

.animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0,0,.2,1) infinite;
    animation: ping 1s cubic-bezier(0,0,.2,1) infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.w-full {
    width: 100%;
}

.absolute {
    position: absolute;
}

.opacity-75 {
    opacity: .75;
}

.h-full {
    height: 100%;
}

.inline-flex {
    display: inline-flex;
}

.rounded-full {
    border-radius: 9999px;
}

.w-3 {
    width: .75rem;
}

.relative {
    position: relative;
}

.h-3 {
    height: .75rem;
}

.inline-flex {
    display: inline-flex;
}

.rounded-full {
    border-radius: 9999px;
}

.bg-primary {
    opacity: 1;
    background-color: #fcce00;
}

.dot {
    background-color: #fcce00;
    border-radius: 9999px;
}

.checkbox-container {
    padding-top:10px;
    padding-bottom:10px;
}

.checkbox-container label {
    font-size: 12px;
}

.meter {
  box-sizing: content-box;
  height: 20px; /* Can be anything */
  position: relative;
  margin: 10px 20px 30px 20px; /* Just for demo spacing */
  background: rgb(144 5 227 / 0%);
  border-radius: 25px;
  padding: 10px;
  border: 1px solid #fcce00;
}

.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #000;
  background-image: linear-gradient(
    center bottom,
    rgba(0, 0, 0, 0.3) 37%,
    rgba(0, 0, 0, 0.3) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    #fcce00 25%,
    transparent 25%,
    transparent 50%,
    #fcce00 50%,
    #fcce00 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.orange > span {
  background-image: linear-gradient(#f1a165, #f36d0a);
}

.red > span {
  background-image: linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span,
.nostripes > span::after {
  background-image: none;
}

.titleContainer {
    max-width: 780px !important;
    direction: ltr !important;
    margin: 0 auto;
    background: #000000a6;
    border: 1px solid #fcce00;
    margin-top:20px;
    border-radius: 15px;
}

.statsContainer p {
    text-align:center;
}

.statsContainer {
    margin-bottom: 50px;
}

hr { 
    display: block;
    height: 1px;
    border: 0; 
    border-top: 1px solid rgb(165 165 165);
    margin: 0.5em 0; 
    padding: 0; 
}

.row {
    width:100%;
    height:50px;
}

.row .col1 {
    width:65%;
    height:50px;
    float:left;
}

.row .space {
    width:5px;
    height:50px;
    float:left
}

.row .col2 {
    width:calc(35% - 5px);
    height:50px;
    float:left;
}

.footer {
    margin-bottom: 30px;
}

#bnbAmtTb {
    border-radius: 15px 0px 0px 15px;
}

#errorLb {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ff1919;
    padding-top: 15px;
}

.toolbar {
    margin-bottom: 10px;
    width: 100%;
    background-color: rgb(253 240 9 / 27%);
    border: 2px solid rgb(253 240 9 / 46%);
    color: #fff;
    cursor: pointer;
    height: 41.99px;
}

.toolbar:hover {
    background-color: rgb(253 240 9 / 50%);
    cursor:pointer;
}

#infoLb {
    padding-top:5px;
    font-size: 12px;
}
.mb-5 {
    margin-bottom: 5px;
}
.fa.fa-check {
    color: #03cd2f;
}

select option {
  background: #000; 
  color: #fff; 
  box-shadow: inset 20px 20px #000
} 

select option:hover {
  color: #000; 
  box-shadow: inset 20px 20px #00f;
}

table th, table td {
    text-align:center;
}

table tr th {
    border-bottom: 1px solid #fcce00;
}

table a {
    color: #fcce00;
}