/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 24 2025 | 10:05:33 */
.woo-wallet-sidebar ul {
	list-style: none;
	display: flex;
}
.woo-wallet-sidebar ul li.card {
	margin: 0 7px;
}
.woo-wallet-sidebar ul li.card:first-child {
	margin-right: 0;
}
.woo-wallet-sidebar ul li.card a {
    display: flex;
    padding: 5px 15px;
    background-color: var(--primary-color);
    border-radius: 15px;
    align-items: center;
    color: #fff;
}
.woo-wallet-sidebar ul li.card a span {
	margin-left: 7px;
}
.woo-wallet-sidebar ul li.card a p {
	margin: 0;
}

/*********************** transaction */
.woo-wallet-transactions-items {
	list-style: none;
}
.woo-wallet-transactions-items li {
	background-color: #f7f7f7;
    padding: 10px 15px;
    border-radius: 15px;
	display: flex;
	flex-grow: wrap;
	justify-content: space-between;
}
.woo-wallet-transactions-items li div {
	display: flex;
	align-items: center;
}
.woo-wallet-transactions-items li div p {
	margin: 0;
	font-weight: 500;
}
.woo-wallet-transactions-items li div small {
	margin-right: 10px;
    font-style: normal;
}
.woo-wallet-transactions-items li div small:before {
	content: "-";
	margin-left: 10px;
}

.woo-wallet-transaction-type-credit, .woo-wallet-transaction-type-debit {
	display: inline-flex !important;
    padding: 0 10px;
    border-radius: 22px;
}
.woo-wallet-transaction-type-credit {
	background-color: #a4f8a4;
	color: #008800;
}
.woo-wallet-transaction-type-debit {
	background-color: #f2d8d8;
	color: #880000;
}
.woo-wallet-transaction-type-credit span, .woo-wallet-transaction-type-debit span {
    margin-right: 5px;
}
.woo-wallet-transaction-type-credit span {
	color: #008800;
}
.woo-wallet-transaction-type-debit span {
	color: #880000;
}

/*************************** wallet-transactions */
.dataTables_length label {
	display: flex;
    align-items: center;
}
.dataTables_length label select {
	margin: 0 5px;
    padding: 5px 20px !important;
}

.dataTables_filter {
	display: none;
}
table.dataTable thead th {
	text-align: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0px 10px;
    border-radius: 6px;
}
















