.hdu-btns{
	padding: 0 17px;
    border-top: 1px solid #d6d6ff;
    margin-top: 5px;
    padding-top: 10px;
}
.hdu-btns span{
    background: #0000ff1c;
	font-size: 11px;
    padding: 3px 5px;
    border-radius: 4px;
    color: #000;
}
.marquee-pay{
	background: #fcae39;
	display: inline-flex;
	height: 35px;
	align-items: center;
	position: relative;
	width: 100%;
	padding-left: 33px;
}
.marquee-pay img{
	width: 32px;
	position: absolute;
	left: 0;
	top: 1px;
}
.marquee-pay marquee{
	color: #111;
	text-transform: capitalize;
	font-size: 13px;
}
.dw_history mat-accordion {
	width: 100%;
}
.dw_history .mat-expansion-panel-header-description {
	margin: 0;
	justify-content: flex-end;
}
.dw_history .mat-expansion-panel-header {
    /* height: 70px !important; */
    height: auto !important;
	padding: 10px;
}
.dw_history .mat-expansion-panel{
	margin-bottom: 2px !important;
	box-shadow: none !important;
	margin-top: 0 !important;
}
.history-data-ul{
	    background: #f1f1f7;
    border-radius: 5px;
    padding: 10px 5px;
}
.history-data-ul ul{
	margin: 0;
}
.history-data-ul ul li{
	    list-style: square;
    font-size: 13px;
    line-height: 2;
}
.history-data-ul ul li span{
	    font-weight: 500;
    font-size: 14px;
    margin-right: 5px;
}
.mat-form-field-appearance-fill .mat-form-field-flex{
	background: none !important;
}
.mat-form-field-label-wrapper {
    top: 0.15625em !important;
    padding-top: 0.84375em;
}
.mat-dialog-container{
    padding: 0 !important;
    overflow-x: hidden !important;
}
.cdk-overlay-pane{
	overflow-y: auto;
}
.btn-add-new-account{
	background: linear-gradient(180deg, #7F00FF 0%, #E100FF 100%) !important;
	text-transform: uppercase !important;	
}
.welcome-user{
	text-transform: capitalize;
	padding: 8px;
	background: #f9f9f9;
	border-bottom: 1px solid #fcae39;
}
.welcome-user b{
	font-weight: 500;
	color: #fcae39;
	text-transform: uppercase;
}
.deposit_withdrawal_lists{
	border: 1px solid #D9D9D9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.dwl_div{
	display: flex;
	align-items: center;
}
.dwl_div .account-logo{
	width: 70px;
}
.mat-form-field-flex,
.mat-form-field-infix{
	padding: 0 !important;
}
.dwl_txt{
	margin-left: 10px;
}
.dwl_txt h3{
	color: #0A0F38;
	font-size: 16px !important;
	text-transform: capitalize;
	font-weight: 500 !important;
	margin: 0 !important;
}
.dwl_txt h4{
	line-height: 1.6 !important;
	color: #6B6C79;
	font-size: 14px !important;
	text-transform: uppercase;
	margin: 0 !important;
	font-weight: 400 !important;
}
.de-wi-btns{
	/*border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to bottom, #7F00FF, #E100FF) 1;*/
	border: 1px solid #7F00FF;
	background: #FFFFFF;
	color: #7F00FF;
	border-radius: 5px;
	height: 48px;
	width: 180px;
	padding: 0;
	align-items: center;
	text-transform: capitalize;
	font-weight: 500;
}
.deposit_withdrawal_lists:hover .de-wi-btns{
	background: linear-gradient(180deg, #7F00FF 0%, #E100FF 100%);
	color: #fff;
}
.copyText_dewi{
	visibility: hidden;
}
.deposit_withdrawal_lists h4:hover .copyText_dewi{
	visibility: visible;
}
/*end deposit listing*/

.deposit_withdrawal_history{
	background: #F1F1F7;
	padding: 15px;
	position: relative;
	border-radius: 5px;
}
.historyRefresh{
	position: absolute !important;
	right: 5px;
	top: 5px;
	background: #7f38ff !important;
	border-radius: 20px !important;
}
.deposit_withdrawal_history h2{
	color: #0A0F38;
	font-weight: 700;
	font-size: 16px;
}
.dw_history{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.action-txts{
	display: flex;
	align-items: center;
}
.action-txts .history-logo{
	width: 45px;
}
.dwhostory_txt{
	margin-left: 10px;
}
.dwhostory_txt h4{
	color: #0A0F38;
	font-size: 14px !important;
	margin: 0 !important;
	text-transform: capitalize;
}
.dwhostory_txt p{
	font-size: 12px;
	color: #6B6C79;
	margin:0 !important;
}
.dwhostory_txt p small{
	position: relative;
}
.dwhostory_txt p small:before{
	content: '';
	background: #0A0F38;
	height: 5px;
	width: 5px;
	border-radius: 5px;
	display: inline-block;
	align-items: center;
	vertical-align: middle;
	margin: 0 5px;
}
.dwhostory_txt span{
	color: #1B55E4;
	background: rgba(27, 85, 228, 0.1);
	border-radius: 2px;
	font-size: 11px;
	padding: 3px 8px;
	text-transform: capitalize;
	cursor: pointer;
}
.action-required{
	color: #0A0F38;
	font-weight: 600;
}
.action-required span{
	display: block;
}
.pending-bg{
	font-weight: 500;
	width: 60px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 2px 4px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background: #FCAE39;
}
.approved-bg{
	font-weight: 500;
	width: 60px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 2px 4px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background: #11AC04;
}
.completed-bg{
	font-weight: 500;
	width: 60px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 2px 4px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background: #7f00ff;
}
.hold-bg{
	font-weight: 500;
	width: 60px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 2px 4px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background: gray;
}
.reject-bg{
	font-weight: 500;
	width: 60px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 2px 4px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background: #E94234;
}
.cancle-bg{
	font-weight: 500;
	width: 60px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 2px 4px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background: #af3228;
}
/*modal*/
.devi-modal{
	max-width: 380px !important;
	width: 380px !important;
}
.devi-modal .copyText_dewi{
	visibility: visible;
}
.devi-modal .dwl_div{
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
.devi-modal .modal-header{
	border:none;
	padding: 0.5rem 1rem;
}
.devi-modal .mat-radio-button{
	margin-right: 5px !important;
	margin-bottom: 5px !important;
}
.devi-modal .modal-body{
	padding: 5px 1rem;
}
.devi-modal .modal-body input::placeholder{
	color: rgba(60, 60, 67, 0.6);
	text-transform: uppercase;
}
.devi-modal .mat-form-field-suffix{
	position: absolute;
	right: 0;
	bottom: 20px;
}
.devi-modal .modal-body input,
.devi-modal .modal-body .mat-select{
	height: auto;
	color: rgba(60, 60, 67, 0.6);
	background: #F1F1F7;
	font-size: 16px;
	border-radius: 5px;
	margin-bottom: 0;
	border: none !important;
	padding: 16px 0;
}
.devi-modal .mat-form-field-label {
    margin-left: 5px;
}
.devi-modal .modal-body input:focus{
	outline: none;
	box-shadow: inherit !important;
	border: none !important;
}
.devi-modal .modal-header h5{
	color: #0A0F38;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}
.devi-modal .modal-header .btn-close{
	font-size: 12px;
	opacity: 1;
	color: #000;
	font-weight: 900;
}
.devi-modal .modal-footer{
    border: none;
    padding: 0;
    justify-content: space-around;
    margin-bottom: 15px;
}
.devi-modal .btn-clear{
    width: 45%;
    height: 48px;
    border: 1px solid #7F00FF;
    color: #0A0F38 !important;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}
.devi-modal .btn-deposit{
	width: 45%;
	height: 48px;
	background: linear-gradient(90.99deg, #7F00FF 0%, #E100FF 100.49%);
	border-radius: 5px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
.devi-modal .instatnt-redio-txt{
    color: #1B55E4;
    background: rgba(27, 85, 228, 0.1);
    margin-top: 3px;
    padding: 2px;
    text-align: center;
    font-size: 12px;
}
.devi-modal .instatnt-redio-txt span{

}
.devi-modal span.info-txt-cs {
    position: absolute;
    left: 2px;
    bottom: -15px;
    font-size: 12px;
}
/*.devi-modal .mat-form-field-underline{
	display: none;
}*/
/*modal*/

/*proof_modal*/
.proof_modal {
    padding: 15px;
    width: 350px;
}
.proof_modal .mat-label{
	text-transform: uppercase;
	color: orange;
	font-size: 16px;
}
.proof_modal .upload-txtx{
	    display: block;
    font-size: 12px;
    font-weight: 500;
    color: gray;
}
.proof_modal .upload-txtx b{
	font-size: 15px;
	font-weight: 500;
	color: orange;
}
.proof_modal #file_upload{
	margin-bottom: 10px;
}
.proof_modal .upload_close{
	justify-content: center;
}
.proof_modal .upload_close .uploadbtn{
	text-transform: uppercase;
	background: orange;
}
.proof_modal .upload_close .closebtn{
	text-transform: uppercase;
	background: gray;
}
.uploadImagesDiv{
	    position: relative;
    width: 100px !important;
    background: #eeeeee42;
    border-radius: 10px;
    min-width: 100px !important;
    max-width: 100px !important;
}
.uploadImagesDiv img{
    width: 100px;
    height: auto;
    margin-top: 10px !important;
    margin-right: 0 !important;
}
.uploadImagesDiv a{
    position: absolute;
    right: 5px;
    top: 5px;
    color: red;
    text-decoration: none;
    background: #ffd0d0;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 10px;
    line-height: 20px;
}
/*proof_modal*/
.mobile-arrow-button{
	display: none;
}
@media screen and (max-width:767px) {
	.modal-body .dwl_div {
		display: block;
	}
	.dwl_div .account-logo {
		width: 50px;
	}
	.modal-body .dwl_txt {
		margin-left: 0;
	}
	.mobile-arrow-button{
		display: block;
	}
	.de-wi-btns{
		display: none;
	}
	.devi-modal{
		max-width: auto !important;
		width: auto !important;
	}
}