.cv-dashboard-new-order .cv-new-order-container 
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0;
}

.cv-dashboard-new-order .cv-new-order-container input[type='number'] {
    -moz-appearance:textfield;
}

.cv-dashboard-new-order .cv-new-order-container {
	padding: 20px !important;
}

.cv-dashboard-new-order form .form-exchange-receiving-method-section {
	width: 100%;
}

.cv-dashboard-new-order form .form-exchange-amount-section {
	/* width: 100%; */
}

.cv-dashboard-box-exchange-container .cv-dashboard-new-order-site-notification-section {
	padding: 0px;
	margin-top: -35px;
}

.cv-dashboard-box-exchange-container .cv-dashboard-new-order-site-notification-section .bx-wrapper {
	max-width: 100% !important;
}

.cv-dashboard-box-chart-container {
	padding: 15px;
}

.cv-dashboard-box-chart-container .cv-dashboard-box-chart-container-title {
	font-family: Roboto Condensed;
	color: #004d6f;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 3px;
	padding: .2em .6em .3em;
	padding-left: 0px;
	line-height: 1;
}

.cv-dashboard-box-chart-container .cv-dashboard-exchange-date {
	height: 42px;
	line-height: 42px;
}


/** NEW EXCHANGE FORM **/
.cv-dashboard-box .cv-dashboard-box-content .cv-new-order-wallet-balance {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #d2d2d2;
}

.cv-dashboard-box .cv-dashboard-box-content .cv-new-order-wallet-balance > div {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.cv-dashboard-box .cv-dashboard-box-content .cv-new-order-wallet-balance .cv-new-order-wallet-balance-title {
	font-size: 14px;
	color: #0c384d;
	text-transform: uppercase;
}


.cv-dashboard-box .cv-dashboard-box-content .cv-new-order-wallet-balance .cv-new-order-wallet-balance-amount {
	font-size: 18px;
}