@charset "UTF-8";
/*
* Theme Name: Crypto X - Custom Bankado Theme
* Author: EngineX
* Version: 2.3
* URL: https://bankado.com
* Description: Sleek and claen design for crypto and fiat currency websites.
*/


/*DEPOSIT UI CSS*/


form.dashed-slug-wallets.deposit {

	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}

form.dashed-slug-wallets.withdraw {
    border: 0px solid #ccc;	
}

/*REMOVES REFDRESH SPINNER ON DEPOSIT FORM*/
.dashed-slug-wallets.deposit .wallets-reload-button {
	display: none;
}


span.validationMessage {
	border: 0px solid #fff!important;
}

label.amount {}

div.withdraw-section span.fiat-amount {}

/*Remove Border Permantley*/
div.withdraw-section input:focus {}

div.form-div-asset-list {}

/* on hold still no solution by adding a class munally to shrink the form*/
/*@media only screen and (max-width: 980x) {
div.asset-list-table { 
	
	transform: scale(.5)!important; 
	
}
}*/