@font-face {
	font-family: "Webkul Rango";
	src: url("../fonts/rango.eot");
	src: url("../fonts/rango.woff") format("woff"), url("../fonts/rango.ttf") format("truetype"), url("../fonts/rango.svg#filename") format("svg");
}
.main-container .add-wallet-wrapper,
.main-container .wallet-transactions-wrapper {
	border-radius: 4px;
}
.main-container .wallet-transactions-wrapper {
	margin-top: 30px;
}
.error {
	color: brown;
}
.main-container .add-wallet-wrapper h4,
.main-container .wallet-transactions-wrapper h4 {
	color: #444;
	margin: 0;
	margin-right: 10px;
	text-align: right;
	font-size: 16px;
}
.main-container .wallet-transactions-wrapper h4 {
    padding: 7px;
    background-color: #f2f2f2;
    margin: 0;
    text-align: center;
    font-size: 17px;
    line-height: normal;
}
.main-container .wallet-transactions-wrapper h4::before {
    content: "\e90d";
    font-family: 'Webkul Rango';
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    position: relative;
    top: 3px;
    margin-left: 7px;
}
.main-container .add-wallet-wrapper form {
	display: inline-block;
}
.main-container .add-wallet-wrapper form label {
    border: none;
    margin-right: -6px;
    padding: 8.5px 20px;
    vertical-align: middle;
    background: #d3d7da;
    margin-top: 2px;
    border-radius: 6px;
    font-size: 13px;
    line-height: normal;
}
.main-container .add-wallet-wrapper form .product {
	border: 0px !important;
}
.main-container .add-wallet-wrapper form .product span {
	display: none;
}
.wallet-pagination {
	margin-top: 10px;
}
.wallet-button {
    background-color: #96588a !important;
    color: #fff !important;
    padding: 7px 20px!important;
    border: none !important;
    width: 110px;
    font-size: 14px !important;
}
.wallet-button:hover {
	background-color: #732673 !important;
	color: #fff !important;
}
.amount-heading {
	display: inline-block;
	padding-right: 3px;
	width: 49%;
}
.amount-container {
	background-color: #f8f8f8 !important;
	padding: 6px;
	clear: both;
	border: solid 1px #ccc;
	border-radius: 3px;
	display: inline-block;
	width: 100%;
}
.process-money {
    display: inline-block;
    margin: 0;
    margin-left: 3px;
    padding: 0;
    width: 49%;
    vertical-align: middle;
    text-align: left;
}
#wallet-transfer-user,
#wallet-pay-amount {
	padding: 6px 5px 7px;
	width: 80%;
}
.process-money .add_wallet_money, .process-money .request_wallet_money {
    background: #fff;
    border-radius: 0 4px 4px 0;
    padding: 5px;
    border: solid 1px #ccc;
    width: 30%;
    line-height: normal;
    margin-left: -6px;
    margin-top: 2px;
}
.process-money .add_wallet_money:focus,
.process-money .request_wallet_money:focus {
	background-color: #f8f8f8;
}
.wallet-money-style {
	color: #96588a;
	font-weight: 500;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
}
.wallet-money-style sup {
	top: 0;
	margin: 5px;
}
.wallet-money-style-small {
	color: #96588a;
	font-weight: 500;
	font-weight: bold;
	font-size: 16px;
}
.curreny_symbol {
	color: #96588a;
	font-weight: 500;
	font-weight: bold;
	font-size: 20px;
	border-radius: 100%;
	padding: 4px 20px;
	margin: 8px 8px 0 8px;
}
.amount-container .amount-heading h4 {
	color: #444;
	font-size: 17px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	display: inline-block;
}
.wallet-money-form {
	display: inline-block;
	margin: 0;
	width: 100%;
}
.wallet-transfer {
    background-color: #96588a;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
}
.wallet-transfer:hover {
	background-color: #732673;
	color: #fff;
}
.wallet-transfer::before {
	content: "\e96f";
	font-family: 'Webkul Rango';
	font-size: 15px;
	font-weight: 400;
	position: relative;
	text-align: center;
	top: 2px;
	margin-left: 10px;
}
.wallet-transfer-container {
	padding: 35px 70px;
}
.wallet-transfer-container table td {
	vertical-align: middle;
}
.otp-settings input[type='text'] {
	padding: 5px;
}
/**
 * Admin assets
 */

.wallet-transaction-view-wrapper {
	background: #fff;
	font-size: 14px;
	padding: 10px;
	text-align: right;
}
.wallet-transaction-view-wrapper table {
	width: 100%;
}
.wallet-transaction-view-wrapper table th,
.wallet-transaction-view-wrapper table td {
	padding: 10px;
}
.wallet-setting .notice {
	padding: 12px;
}