/*add cash modal */

.deposit_div{
    margin: 0;
    border-radius: 0px 0px 12px 12px;
}
.balance_div{
    width: 170px;
    padding: 6px 32px;
    margin: 0 auto;
    text-align: center;

    border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	background: #787878;
}
.color_mute{
	color:#c6c5ca !important;
}
.amt_input{
	border-width: 0px 0px 3px 0px;
    border-color: #403c53;
    background: #2b2740;
    width: 100%;
    font-size: 30px;
    color: white;
}
.amt_input:focus{
	outline: none;
}

.deposit_form_btn,.deposit_form_btn:hover{
	background: #01BD71;
    width: 100%;
    height:44px;    
    margin-top: 15px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.2px;
    border-radius: 3.6px;
}
.deposit_sign_btn{
	
	padding: 12px 124px;
	height: 44px;
	
	border-radius: 6px;
    background: #FF4B4B;
    color: #FFF;
    text-align: center;
   
    font-size: 14px;
   
    font-weight: 700;
   
    letter-spacing: -0.2px;
    text-transform: uppercase;
}
.deposit_sign_div{
	padding-top:300px;
}
.addCashCloseBtn{
    position: relative;
    left: 89%;
    top: -47%;
}
.dep_pre_amt{
 
    border-radius: 3px;
    border: 0.6px solid rgba(0, 0, 0, 0.20);

    color: #000;

    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.division{
    width: 20%;
    height: 1%;
    background: #CCC;
    margin-top: 6px;

  

}

.division2{
    width: 20%;
    height: 1%;
    background: #CCC;
    margin-top: 6px;
  
  

}
#deposit_amount{
    color: black;
    font-size: 16px;

    font-weight: 500;
    word-wrap: break-word;
}
.margin_top_25{
    margin-top:25px;
}
span.ordeposit.text-center{
    color: #FFF;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    opacity: 0.2;
    position: relative;
   
}


span.Manually_deposit{
    color: #FFF;
    font-family: 'Poppins';
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    opacity: 0.9;
    position: relative;
    left: 8px;
opacity: 0.7;
}


button#btndeb {
    width: 100%;
}


.Manually_deposit_main {
    padding: 15px 0px 5px 0px;
}


.intext {
    position: relative;

}

.intext::after {
    content: '' attr(data-domain);
    position: absolute;
    display: block;
    top: 14px;
    right: 20px;
    color: #FFF;
    text-align: right;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color:#b2b2b5;
}

label.intext {
    width: 100%;
}