@font-face {
	font-family: "Montserrat";
	src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}

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

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

body {
    background-image: url("../images/cloudbg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin:0px;
    background-color: #fff;
}

:focus {
	outline: none;
}

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

input,
textarea,
select,
button {
	font-family: "Montserrat";
	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, .button-container {
	max-width: 780px !important; 
    direction: ltr !important;
    margin: 0 auto;
	background: #035bffb7;
	padding: 60px;
	padding-bottom: 60px;
	padding-top: 40px;
	border-radius: 15px;
	margin-top: 25px;
}

.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;
}

.white {
	color: #fff;
}


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

.form-control {
	height: 42px;
	border: 1px solid #755de2;
	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, .button-container {
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 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 {
		padding-left: 40px;
		padding-right: 40px;
		margin: 0 auto;
	}
	.button-container {
	    margin-top:25px;
	    padding-left: 40px;
		padding-right: 40px;
	 }
	.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;
		margin-right: 15px;
        margin-left: 15px;
	}
	.button-container {
		margin-right: 15px;
        margin-left: 15px;
        margin-top:25px;
	}
	.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;
}

.logo {
    width: 350px;
    height: 136px;
}

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

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

.header h2 {
    line-height: 60px; 
    color: rgb(255, 255, 255);
    font-size: 21px;
}

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

h4 {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align:left;
}

.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;
}

.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: #755de2;;
}

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

.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: "Montserrat";
    color: #fff!important;
}

.custom-select {
    font-family: "Montserrat";
    color: #fff!important;
    background-color: #0000e2;
    width: 100%;
    padding: 10px;
    height: 42px;
    border: 1px solid #755de2;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 15px;
  overflow: hidden;
  background-color: #1b1e20;
}

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: transparent;
  cursor:pointer;
  border: 1px solid #755de2;
  border-radius: .5rem;
}

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

.balance:hover {
    background-color: #000!important;
}

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

.active {
  background-color: #755de2;
}

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

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

.footer a {
    color: #755de2!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: #755de2;
}

.dot {
    background-color: #755de2;
    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 #755de2;
}

.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 rgb(255, 255, 255),
    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,
    #755de2 25%,
    transparent 25%,
    transparent 50%,
    #755de2 50%,
    #755de2 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 #755de2;
    margin-top:20px;
    border-radius: 15px;
}

.statsContainer p {
    text-align:center;
}

.statsContainer {
    margin-bottom: 50px;
}

hr { 
    display: block;
    height: 1px;
    border: 0; 
    border-top: 2px solid #755de2;
    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;
}

.fa {
    margin-left: -12px;
    margin-right: 8px;
}
.mb-5 {
    margin-bottom: 5px;
    text-align:left;
}
.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 #755de2;
}

table a {
    color: #755de2;
}

.container {
    text-align:center;
}

.claimRewardBtn, .claimVestingBtn {
    border: 1px solid #755de2;
    border-radius: 15px;
    padding: 5px 15px 5px 15px;
    margin-top: 25px;
}

.claimRewardBtn .fa, .claimVestingBtn .fa {
    margin:0px!important;
    padding-right: 5px;
}

.claimRewardBtn:hover, .claimVestingBtn:hover {
    cursor:pointer;
    background-color: #755de2;
    color: #000;
}

.title {
    margin-top: 25px;
    margin-bottom:15px;
    text-align:center;
    padding-left: 15px;
    padding-right: 15px;
}

.green {
    color: #755de2;
}

.btnRow {
    width: 100%;
    height: 60px;
}

.btnRow .btnCol {
    width: calc(50% - 15px);
    height:60px;
    float:left;
}

.btnRow .btnSep {
    width: 30px;
    height: 60px;
    float:left;
}

.button-container {
    padding: 0px;
    margin-top:25px;
}

.stakeBtn {
    width: 100%;
    height: 100%;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
    font-weight: 900;
    height: 42px;
}

.stakeBtn:hover {
    background: #755de2;
    cursor:pointer;
}

.withdrawTokensBtn {
    width: 100%;
    height:100%;
    background: #201a1a;
    color: #fff;
    outline: none;
    border:none;
    font-weight: 900;
    border-radius: 7px;
}

.withdrawTokensBtn:hover {
    background: #ff0000;
    cursor:pointer;
}

.harvestRewardsBtn {
    width: 100%;
    height:100%;
    background: transparent;
    color: #fff;
    border: 1px solid #755de2;
    outline: none;
    font-weight: 900;
    border-radius: 7px;
}

.harvestRewardsBtn:hover {
    background: #22262a;
    cursor:pointer;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0 0 0 / 75%); /* Fallback color */
  background-color: rgb(0 0 0 / 75%); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #1a1d20;
  margin: 15% auto; /* 15% fro1m the top and centered */
  padding: 40px;
  border: 3px solid #755de2;
  width: 40%;
  margin-top: calc(25% - 44px);
}

.p_modal{
  font-family: 'Poppins-Bold', sans-serif;
  color: #FFF;
  font-size: 25px;
}

@media (max-width: 1000px) {
  .modal-content {
    width: 90%;
  }
  .p_modal{
    font-size: 20px;
  } 
}

@media (max-width: 700px) {
  .modal-content h4 {
    font-size: 13px;
  }
}

.modal-content h2, .modal-content h4 {
    color: #fff;
    text-align:center;
}
 
.modal-content .row2 {
    width:100%;
    height: 150px;
}

.modal-content hr {
    margin-bottom: 20px;
}

.modal-content .col2 {
    width:calc(50% - 2.5px);
    height:150px;
    float:left;
    text-align:center;
    padding: 15px;
    background-color: #1a1d206b;
    padding-top: 23px;
}

.modal-content .col2:hover {
    cursor:pointer;
    background-color: #22262a;
}

.modal-content .sep2 {
    width: 5px;
    height:150px;
    float:left;
}

.modal-content .col2 img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.mm {
    width: 35px!important;
    height: 35px!important;
    margin-top: 14px!important;
}

.connectWallet:active,
.connectWallet:focus {
    color: #000!important;
}

.close {
    color: #fff !important;
    text-align: right !important;
}

.close:hover {
    cursor:pointer;
}

.modal-content h2 {
    padding-bottom: 25px;
}

#wizard {
    margin-top: 50px;
}

.alert {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    top: 0;
    z-index: 9999;
    margin: 0px;
    border-radius: 0px;
}

.success {
    background-color: #68a713;
}

.danger {
    background-color: #d75f56;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.tab {
    overflow: hidden;
    background-color: #000000;
    display: flex;
    justify-content: center;
}

.tab a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: #755de2;
}

.tab a:hover {
  border-bottom: 1px solid #b9ff21;
}

.tab a.active {
  background-color: #17191c;
}

.tabcontent {
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  padding:0px!important;
  border: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.br {
    border-right: 1px solid #000!important;
}



