.customHeading {
	font-weight: 400;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -0.5px;
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}

#uploadDocumentDiv {
	display: none;
}

.dropdownVerticalScroll {
	height: 200px !important;
	/*  overflow-y: auto !important; */
	overflow-y: scroll !important;
	overflow-x: hidden;
	/* position: fixed; */
}

.dropdownVerticalScroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
	background-color: #F5F5F5 !important;
}

.dropdownVerticalScroll::-webkit-scrollbar {
	width: 3px !important;
	background-color: #F5F5F5 !important;
}

.dropdownVerticalScroll::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) !important;
	background-color: #555 !important;
}

.changePosition {
	right: -86px !important;
}

.customVerticalScroll {
	overflow-y: auto;
	height: 182px;
}

.displayNone {
	display: none !important;
}

.customReadOnlyInputBackground {
	background: #f0f0f0 !important;
}

.customDisableButtonBackground {
	background: #87cefa !important;
}

.number:hover {
	font-weight: bold;
}

.noTextTransaformation {
	color: blue !important;
}

.cryptoAccountModal-top .cryptoReceive input {
	height: 0;
	width: 0;
	opacity: 0;
	position: absolute;
	pointer-events: none;
}

.cryptoAccountModal-top .cryptoReceive p {
	width: 100%;
	background: none;
	font-size: 64px;
	line-height: 64px;
	font-weight: 500;
	text-align: center;
	color: #acaec8;
	font-family: "GothamPro", sans-serif;
	padding: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.cryptoAccountModal-top .cryptoReceive p {
	width: 100%;
	background: none;
	font-size: 64px;
	line-height: 64px;
	font-weight: 500;
	text-align: center;
	color: #acaec8;
	font-family: "GothamPro", sans-serif;
	padding: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.cryptoAccountModal .cryptoReceive p {
	font-size: 35px;
	line-height: 35px;
}

.select2Modify {
	color: #3246d3 !important;
	font-weight: bold !important;
	line-height: 46px !important;
}

.select2ModifyAccountDetails {
	color: #3246d3 !important;
	font-weight: bold !important;
}

#holdon-overlay {
	opacity: 1.0 !important;
}

#fetchfeehidden:hover {
	background: none;
	color: #113bde
}

.nice-select {
	
}

.custom-dropdown {
	position: relative;
	display: inline-block;
}

.custom-dropdown--open .dropdown-item {
	display: block;
}

.dropdown-item {
	display: none;
	padding: 5px;
	cursor: pointer;
}

.dropdown-item__image {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.select-search {
	color: white;
	background: transparent;
	border: none;
	width: 95%;
	height: 38px;
	margin-top: -10px;
	font-size: 16px;
	margin-left: -15px;
}

.jconfirm-buttons {
	display: flex;
	color: "";
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
	.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
	color: blue;
}

.jconfirm-buttons .logoutBtn {
	width: 8em;
	color: red;
}

.jconfirm-buttons .logoutBtn:hover {
	color: white;
	background: red;
	border: 1px solid red;
}

.banner-class {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid white;
	padding: 6px;
	background: white;
	border-radius: 4px;
	width: auto;
	color: black;
	font-family: 'GothamPro';
	font-weight: 500;
}

.banner-class img {
	width: 20px;
	margin-right: 5px;
}

