body {
	margin: 0;
	padding: 0;
	background: #f7f7f7;
	font-family: "Golos Text", sans-serif;
}
.wallet-funds-table-wapper .paginate_button.previous,
.paginate_button.next {
	border-radius: 100px !important;
	border: 1px solid #0caff1 !important;
	background: #fff !important;
	padding: 8px 14px !important;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
	color: #000 !important;
	text-align: center !important;
	font-family: Golos Text !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 18px !important;
	letter-spacing: -0.42px !important;
}
.wallet-funds-table-wapper .dataTables_wrapper .dataTables_paginate {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
}
.wallet-funds-table-wapper .paginate_button {
	color: rgba(32, 29, 35, 0.5) !important;
	font-family: Golos Text !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 140% !important;
	background-color: transparent !important;
	margin: 0 !important;
	border: 1px solid #10b3f0 !important;
	border-radius: 50% !important;
}
.wallet-funds-table-wapper .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	border-radius: 50%;
	font-family: Golos Text !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 140% !important;
	background: linear-gradient(90deg, #23bdb8, #3f80c2) !important;
	color: #FFF !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.wallet-funds-table-wapper .dataTables_paginate .paginate_button:hover {
    font-family: Golos Text !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 140% !important;
	box-shadow: none !important;
	outline: none !important;
	background: linear-gradient(90deg, #23bdb8, #3f80c2) !important;
	color: #FFF !important;
	border: 1px solid #1dc0eb !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #FFF !important;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: rgba(0, 0, 0, 0.05);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
	background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
	background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
	background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
	background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
	background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
} 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #FFF !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}
.wallet-funds-table-wapper .dataTables_wrapper .dataTables_paginate span {
	display: flex;
	align-items: center;
	gap: 12px;
}
#walletTable_filter{
  float: left !important;
  padding-bottom: 16px;
}
#walletTable_filter label{
  border-radius: 100px;
  border: 1px solid rgba(227, 227, 227, 0.66);
  background: #f7f7f7;
  height: 40px;
  max-width: 340px;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
#walletTable_filter label .searchBtn {
  padding: 10px 12px 10px 16px;
}
#walletTable_filter input {
  background: transparent;
  border: 0;
  height: 40px;
  color: rgba(32, 29, 35, 0.5);
  font-family: Golos Text;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 100%;
}
#walletTable_info {
  color: rgba(32, 29, 35, 0.5);
  font-family: Golos Text;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-top: 16px;
}
#walletTable_length {
  width: 100%;
}
.dataTables_wrapper .dataTables_length {
  float: left;
  margin-right: 12px;
}
.exp_btn{
    float: right;
	border-radius: 100px;
	background: #ffa500;
	height: 38px;
	color: #fff;
	text-align: center;
	font-family: Golos Text;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: -0.42px;
	display: inline-block;
	padding: 0 20px;
	border: 0;
	margin-right: 0;
}
.wallet-card {
	border-radius: 8px;
	background: var(--Card-Bg, #FFF);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
	padding: 24px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	height: 100%;
	justify-content:space-between ;
}
.wallet-card-a h3 {
	margin: 0;
	color: #000;
	font-family: Golos Text;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.66px;
}
.wallet-card-a p {
	color: rgba(0, 0, 0, 0.60);
	font-family: Golos Text;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.54px;
	margin: 0;
}
 
.wallet-funds-icon { max-width:100px; height:auto; margin:auto; margin-bottom:20px; }
.wallet-funds-icon img { width:100%; max-width:unset; height:auto; object-fit:contain; }
.wallet-card-b { position:relative; }
.wallet-funds-text h3 {
	margin: 0;
	color: #000;
	font-family: Golos Text;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.66px;
	margin-bottom: 20px;
	text-align: center;
}
.wallet-funds-text input {
	height: 40px;
	padding: 0 16px;
	border-radius: 100px;
	border: 1px solid rgba(227, 227, 227, 0.66);
	background: #F7F7F7;
	color: #201D23;
	font-family: Golos Text;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
}
 
.wallet-funds-card {
	position: absolute;
	top: 100%;
	width: 500px;
	height: auto;
	right: 0;
	display: block !important;
	background: #FFF;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	padding: 30px;
	z-index: 999;
}
.add-funds-btn {
	border-radius: 100px;
	background: linear-gradient(239.63deg, #3ADEE1 -5.06%, #09ACF2 81.92%) !important;
	padding: 0 20px;
	height: 44px;
	display: block;
	color: #fff;
	text-align: center;
	font-family: Golos Text;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: -0.48px;
	border: 0;
	max-width: 250px;
	width: 100%;
	margin: auto;
}
.moneywallet-btn {
    border-radius: 100px;
	background: linear-gradient(239.63deg, #3ADEE1 -5.06%, #09ACF2 81.92%) !important;
	padding: 0 20px;
	height: 44px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-family: Golos Text;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: -0.48px;
	border: none;
	outline: none;
	box-shadow: none;
}
.wallet-main-wapper { margin-bottom:20px; }

.wallet-funds-title h3 {
	margin: 0;
	color: #000;
	font-family: Golos Text;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.66px;
	margin-bottom: 20px;
}

.wallet-funds-table-wapper .table {
	border-radius: 10px 10px 0px 0px;
	border: 1px solid var(--Bg, #f7f7f7) !important;
	background: #fff;
}
.wallet-funds-table-wapper .table thead tr th { 
	border: 0;
	border-bottom: 1px solid #f7f7f7 !important;
	color: #000;
	font-family: Golos Text;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	padding: 15px 24px !important;
}
.wallet-funds-table-wapper .table tbody tr:nth-of-type(odd) {
	background: #fafafa;
}
.wallet-funds-table-wapper .table tbody tr td {
	border: 0;
	border-bottom: 1px solid #f7f7f7 !important;
	white-space: nowrap;
	color: #000;
	font-family: Golos Text;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	vertical-align: middle;
	line-height: 18px;
	padding: 17px 24px !important;
}

.wallet-tb-right h4 {
	color: #000;
	font-family: Golos Text;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	vertical-align: middle;
	line-height: 18px;
	margin: 0;
	margin-bottom: 8px;
}
.wallet-tb-right p {
	color: #000;
	font-family: Golos Text;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	vertical-align: middle;
	line-height: 16px;
	margin: 0;
	margin-bottom: 8px;
}
.wallet-tb-right ul { padding:0; margin:0; display:flex; align-items:center; flex-direction:row; gap:8px; }
.wallet-tb-right ul li {
	color: #000;
	font-family: Golos Text;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	vertical-align: middle;
	line-height: 16px;
	list-style-type: none;
}
.wallet-tb-right ul li  i { font-size:8px; line-height: 8px; }
.w-payment-success, .w-payment-decline {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	color: #000;
	font-family: Golos Text;
	font-weight: 400;
}
.w-payment-success { color:green; }
.w-payment-decline { color:red }
@media(max-width:767px){
    .wallet-card { flex-direction:column; align-items: flex-start; }
    .wallet-funds-card {
        width: max-content;
        height: auto;
        right: auto;
        left: auto;
    }
 
}

 