html {
  margin-top: 0px !important;
}

.userclass {
	display: var(--userclass);
}

.guestclass {
	display: var(--guestclass);
}

.wallet-error {
    background-color: red;
    padding: 2%;
    font-size: 16px;
    border-radius: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    margin-bottom: 1%;
	color: white;
}

.wallet-success {
    background-color: greenyellow;
    padding: 2%;
    font-size: 16px;
    border-radius: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    margin-bottom: 1%;
	color: black;
}

.wallet-errorxxxx {
  background-color: #d96868;
  padding: 2%;
  font-size: 16px;
  border-radius: 10px;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  color: white;
  position: absolute;
  top: 0;
  z-index: 90;
}

.wallet-successxxxx {
  background-color: #d96868;
  padding: 2%;
  font-size: 16px;
  border-radius: 10px;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  color: white;
  position: absolute;
  top: 0;
  z-index: 90;
}

.spinner {
  background-image: url('../img/spinner.gif');
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
}

.wallet-flash {
    background-color: #f3fdf1;
    padding: 2%;
    font-size: 16px;
    border-radius: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    margin-bottom: 1%;
	color: black;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/

.walletheader {
background-color: var(--header_background);
border-bottom: var(--header_bottom_border);
padding-top: 1%;
padding-bottom: 1%;
}

.wamobilemenu {
	display: none;
	text-align: center;
}

.menubase-logo {
	max-width: 150px;
	max-height: 150px;
	float: left;
	margin-left: 4%;
	margin-right: 3%;
	margin-top: -1%;
}

.menubase-navigation {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.img-logo {
	width: 100%;
	max-width: 150px;
	max-height: 80px;
	vertical-align: middle;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
li.activepagemenu a {
	color: var(--color6);
}
/* Desktop Navigation */
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: var(--color1);
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: var(--color6);
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--color2);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
	background-color: var(--color2);
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: var(--color6);
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: var(--color4);
  background-color: var(--color3);
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #ff8c1a;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--color2) !important;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: var(--color5) !important;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: var(--color4) !important;
  text-decoration: none;
}



.mobile-nav .drop-down  {
	float: left;
	width: 82%;		
}

.mobile-dropdown-li {
    float: left;
    margin-left: 2%;
    margin-top: 2%;
	width: 15%;
	text-align: center;
}


.clearMobileIcon {
	clear: both !important;
}

.mobile-dropdown-icon {
    margin-right: 4%;
    font-size: 22px;
    font-weight: bold;
    border: 0px;
    border-radius: 50%;
    padding: 0 3px;
	background-color: var(--color6) !important;
    color: var(--color4) !important;
}



.mobile-nav .drop-down ul {
    display: block;
    padding-left: 20px;
    width: 100%;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 0px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 90% 18px 0 0;
  color: var(--color5) !important;
}

.mobile-nav-overly {
  width: 100%;
  /* height: 100%; */
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  overflow: hidden;
  display: none;
  background: var(--color5) !important;
}

.mobile-nav-active {
  /* overflow: hidden; */
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: var(--color6) !important;
}

.mobile-nav-togglex {
  position: absolute;
  top: 5;
  right: 5;
  display: none;
}



.flexsidebarandcontent {
	display: inline-flex;
	width: 100%;		
}


/* use this to remove the padding that betheme added to its content*/
.the_content_wrapper {
  margin: 0px !important;
  
}

.has_content .section_wrapper {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
  max-width: 1800px !important;
}


/* Use this to remove the gaps created by another bootrap row padding */
.row {
  --bs-gutter-x: 0px !important;
  --bs-gutter-y: 0px !important;
}


.walletTranslator {
  position: absolute !important;
  top: 10 !important;
  right: 1%;
  z-index: 999999 !important;
}

/* popup goes here */
.popupbase {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.1);
}

.popupinner {
  background-color: black;
  width: 40%;
  margin-left: 38%;
  margin-right: auto;
  margin-top: 10%;
  padding: 1% 2% 5% 1%;
  border-radius: 10px;
}


/* animate it*/
.popupinnerx{
	opacity: 0;
	transform: scale(0);
	animation: zoomIn 0.5s forwards;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale(0);
	}
	to{
		opacity: 1;
		transform: scale(1);
	}
}


.popupacctinfobase {
  padding: 4%;
  background: linear-gradient(to left,#492b9b,#629ebb);
  border-radius: 10px;
}


.popupinfobind {
  display: flex;
}

.popupinfoLeft {
  width: 50%;
}

.popupinfoRight {
  width: 50%;
  text-align: right;
}

.popupinfobalancelabel {
  color: white;
  font-size: 16px;
}
.popupinfobalance {
  font-size: 21px;
  color: white;
  font-weight: 600;
}

.popupinfostatuslabel {
  text-align: right;
  font-size: 16px;
  color: white;
}

.popupinfostatus {
  font-size: 18px;
  color: white;
  font-weight: 600;
}

.popupinfodivider {
  margin-bottom: 12%;
}

.popupinfoaccountlabel {
  font-size: 16px;
  color: white;
}

.popupinfoaccount {
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.popupinfotypelabel {
  font-size: 16px;
  color: white;
}

.popupinfotype {
  color: white;
  font-size: 18px;
  font-weight: 600;
}

.popupwarningtext {
  margin-top: 10%;
  margin-bottom: 10%;
  border-left: 8px solid #07077b;
  padding: 2% 4%;
  background-color: #1a1c4a;
  color: white;
  font-size: 17px;
}

.portbaseLeft {
  padding-left: 2%;
  font-size: 18px;
}

.cancel_process {
  background-color: #f16449 !important;
  border-radius: 10px;
  margin-right: 6px;
}

.submit_process {
  background-color: #00e30a !important;
  border-radius: 10px;
  margin-left: 6px;
}

.stagebarholder {
  background-color: #d9d8d8;
  text-align: center;
  margin-bottom: 0.5%;
  overflow: hidden;
  position: absolute;
  width: 80%;
  top: 5%;
}



/**********************
FOOTER
**********************/
.walletfooter {
	background-color: var(--footer_background);
	border-top: var(--footer_top_border);
	padding-top: 5%;
	padding-bottom: 3%;
}

.walletfooter h4 {
	color: var(--color4);
	padding-top: 2%;
	padding-bottom: 3%;
}

.footer-logo {
  max-width: 150px;
  max-height: 100px;
  display: block;
}

.walletfootermenu {
  list-style: none;
  padding-left: 0;
}

.walletfootermenu li {
  margin-bottom: 2%;
}

.walletfootermenu li a {
  color: var(--color4);
  margin-bottom: 6%;
  text-decoration: none;
}

.walletfootermenu li a:hover {
  color: var(--color1);
  text-decoration: none;
}

.walletcopyright {
  text-align: center;
  background-color: var(--copyright_background);
  color: var(--copyright_color);
  padding: 2%;
  font-size: 16px;
}

.footerintro {
  color: white;
}

.footercontacttext {
  color: var(--color4);
  padding: 0px 2% 0px 2%;
  text-align: left;
  font-size: 17px;
  line-height: 28px;
}

.footercontacttext i {
  background-color: var(--color2);
  padding: 4px;
  border-radius: 4px;
  margin-right: 3%;
  margin-bottom: 4px;
  font-size: 13px;
}

.footcon {
  display: flex;
  gap: 4%;
}


/* Google translator */
.goog-te-gadget img {
  vertical-align: middle;
  border: none;
  display: none;
}

.goog-te-gadget-simple {
  background-color: #FFF;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  font-size: 10pt;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 4px;
  cursor: pointer;
  padding: 4px;
  border-radius: 2px;
  border: 0px;
}

