.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;	
}

.changeWidth {
	width: 316px !important;
}

.alignCentre{
	text-align:center !important;;
}

.card__settings {
  display: none;
  -webkit-box-shadow: 0 20px 50px rgba(32,45,136,0.1);
          box-shadow: 0 20px 50px rgba(32,45,136,0.1);
  border-radius: 10px;
  background-color: #fff;
  padding: 5px 0;
  position: absolute;
  top: 50px;
  right: -1px;
  z-index: 10;
  width: 228px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card__settings-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  color: #1a1b26;
  font-family: "GothamPro", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #3246d3;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 25px;
  text-align: left;
  border: 1px solid #000000;
  border-color: #3246d3;
  width: 230px;
  white-space: nowrap;
    margin-left: 10px;
    font-weight: 500;
    padding: 13px 18px;
    width: auto;
}

.card__settings-item a:hover {
  background: rgb(0, 128, 255) ;
  cursor: pointer;
  color: #ffffff;
}

.card__currency-settings {
  position: relative;
  z-index: 10;
}
.card__currency-settings .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.card__currency-settings .button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.card__currency-settings .button .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.card__currency-settings .button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .card__currency-settings .button:hover {
    background: #0000ff;
  }
  .card__currency-settings .button:hover path {
    stroke: #fff;
  }
}
.card__currency-settings.active {
  z-index: 11;
}
.card__currency-settings.active .button .icon {
  opacity: 0;
}
.card__currency-settings.active .button .close {
  opacity: 1;
}
.card__currency-settings.active .card__settings {
  display: block;
}

.card {
  width: calc(33.33% - 10px);
  padding: 20px;
  border-radius: 20px;
  margin-right: 10px;
  background-image: url("../img/cards/bg.png");
  background-color: #eff6ff;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 209px;
  position: relative;
}

.card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.card__currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-description {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #6a729e;
  margin-bottom: 15px;
}
.card-inactive {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #3246d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  margin-left: auto;
}
.card-inactive .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3px;
}

.card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
}

.card__number {
  color: #1a1b26;
  font-family: "GothamPro", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 9px;
  white-space: nowrap;
}
.card__number span {
  margin-right: 10px;
}
.card__number span:last-child {
  margin-right: 0;
}
.card__icon {
  position: relative;
  top: -1px;
  right: 1px;
}
.card__title {
  color: #1a1b26;
  font-family: "GothamPro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

 /* TransactionHistory Download modal css by Arijit */  
#fetchfeehidden:hover{
	background: none;
	color: #113bde
}
 /* bloack card modal css by subhodeep */

/* Transfer fun button css by subhodeep */

.transfer-btn {
  background: #f5f6fa;
  width: 80%;
  padding: 10px;
  display: block;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #3246d3;
  padding: 15px 18px;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.transfer-btn:hover {
  background: #3246d3;
  color: #fff;
  cursor: pointer;
}

.transferModalFundingChannel select {
    background: #fff;
    border: 0;
    width: 180px;
    height: 40px;
    line-height: 30px;
    padding: 0 7px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 700;
}
/*== Transfer Modal Starts ==*/
.innerTransferModal{padding:20px;}
.transferModal .modal-content{background-color:#f6f7fa; border-radius:15px;}
.transferModal .modal-dialog{max-width:750px}
.transferModalLeft{width:40%;}
.transferModalRight{width:55%; background:#fff; border-radius:15px; padding:15px;}

.transferModalLeft h2{padding:15px 0 20px; font-size:20px; font-weight:900;}
.transferModalNameandImage{font-weight:900; padding:0 0 40px;}
.transferModalNameandImage img{border-radius:50%; margin:0 15px 0 0; width:45px; height:auto;}
.transferModalFundingChannel h3{font-size:12px; color:#999; padding:0 0 15px; letter-spacing:0.5px;}
.transferModalFundingChannel select{background:#fff; border:0; width:180px; height:40px; line-height:30px; padding:0 7px; font-size:13px; border-radius:5px; font-weight:700;}
.transferModal h3{color:#999; font-size:14px; letter-spacing:0.5px; padding:0 0 10px;}
.transferModal .convertCurrencyInputSec input[type="submit"]{padding:9px 0; width:200px; margin:0 auto;}
/*== Transfer Modal Ends ==*/


.form-select{
	background: #fff;
	border-radius: 10px;
	width: 100%;
	font-weight: 500;
    height: 50px;
    border: none;
    padding: 15px 20px;
    font-weight: 500;
    color: #1a1b26;
    font-family: "GothamPro", sans-serif;
    font-size: 15px;
    line-height: 20px;
}

.form-select:focus-visible{
	outline:none;
}

/* Bulk Fund Load*/

.bulkload {
    background: #fff;
    max-width: 500px;
    margin: -50px auto;
    padding: 20px;
    border-radius: 10px;
}

.dloadSampleLink{text-align:right; padding:0 0 15px;}
.jconfirm-buttons .ok {
	
	color: white;
}

