.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;
}

.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;
}

.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;
}

.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: 8%;
  z-index: 999999 !important;
}



/* MOBILE VERSION STARTS HERE */
@media (max-width: 800px) {
	
	.flexsidebarandcontent {
		display: block;
		width: 100%;	
	}
	
	.wallet-portal-sidebarbase {
	   width: 100% !important;
	}

	.wallet-portal-contentbase {
	  width: 100% !important;
	}
	
	.wamobilemenu{
		display: block;
	}
	
	.waportmenu {
	  position: absolute;
	  width: 80%;
	  display: none;
	  padding: 4%;
	  z-index: 999999;
	  height: 200px;
	  overflow: scroll;
	}
	
	.walletTranslator {
		position: absolute;
	    right: 25% !important;
	}
	
}