.woo-wallet-icon-wallet:before {
	content: "";
}

.woo-wallet-my-wallet-container {
	--wallet-primary-color: #483de0;
	--wallet-text-color: #333;
	--wallet-bg-color: #f4f6f8;
	--wallet-border-color: #eee;
	box-sizing: border-box;
	color: var(--wallet-text-color);
	display: block;
	max-width: 100%;
	width: 100%;
}

.woo-wallet-my-wallet-container .woo-wallet-header {
	margin-bottom: 25px;
	text-align: left;
}

.woo-wallet-my-wallet-container .woo-wallet-header h2 {
	color: #2c3e50;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 8px;
}

.woo-wallet-my-wallet-container .woo-wallet-header p {
	color: #7f8c8d;
	font-size: 1rem;
	margin: 0;
}

.woo-wallet-my-wallet-container .woo-wallet-top-section {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	margin-bottom: 40px;
	overflow: visible;
}

.woo-wallet-my-wallet-container .woo-wallet-balance-card {
	background: var(--wallet-primary-color);
	border-radius: 12px 12px 0 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 0;
	padding: 50px 30px;
	position: relative;
	text-align: center;
	width: 100%;
}

.woo-wallet-my-wallet-container .woo-wallet-balance-card h3 {
	color: rgba(255, 255, 255, .95);
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: .5px;
	margin: 0 0 10px;
	text-transform: none;
}

.woo-wallet-my-wallet-container .woo-wallet-balance-card .woo-wallet-price {
	color: #fff;
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
}

.woo-wallet-my-wallet-container .woo-wallet-nav-tabs {
	background: #f0f0f0;
	border-radius: 0 0 12px 12px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	overflow: visible;
	width: 100%;
}

.woo-wallet-my-wallet-container .woo-wallet-nav-item-wrapper {
	flex: 1;
	position: relative;
}

.woo-wallet-my-wallet-container .woo-wallet-nav-tab {
	align-items: center;
	background: #f0f0f0;
	border: 1px solid rgba(0, 0, 0, .05);
	border-left: none;
	border-top: none;
	box-sizing: border-box;
	color: #666;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	justify-content: center;
	padding: 20px 15px;
	text-decoration: none !important;
	transition: all .2s ease;
	white-space: nowrap;
	width: 100%;
}

.woo-wallet-my-wallet-container :is(.woo-wallet-nav-tab:active,.woo-wallet-nav-tab:focus,.woo-wallet-nav-tab:hover) {
	background: #e5e5e5;
	box-shadow: none;
	color: #333;
	outline: none;
}

.woo-wallet-my-wallet-container .woo-wallet-nav-tab.active {
	background: #e5e5e5;
	box-shadow: none;
	color: var(--wallet-primary-color);
	outline: none;
}

.woo-wallet-my-wallet-container .woo-wallet-nav-tab>span:first-child {
	margin-right: 8px;
}

.woo-wallet-my-wallet-container .woo-wallet-submenu-toggle {
	font-size: 18px;
	height: 18px;
	line-height: 18px;
	margin-left: 8px;
	transition: transform .3s ease;
	width: 18px;
}

.woo-wallet-my-wallet-container .woo-wallet-submenu-toggle.rotate {
	transform: rotate(180deg);
}

.woo-wallet-my-wallet-container .woo-wallet-nav-item-wrapper:last-child .woo-wallet-nav-tab {
	border-right: none;
}

.woo-wallet-my-wallet-container .woo-wallet-submenu {
	background: #fff;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	display: none;
	left: 0;
	min-width: 200px;
	overflow: hidden;
	position: absolute;
	top: 100%;
	z-index: 100;
}

.woo-wallet-my-wallet-container .woo-wallet-submenu .woo-wallet-submenu-item {
	border-bottom: 1px solid #f5f5f5;
	color: #555;
	display: block;
	font-size: .95rem;
	padding: 12px 20px;
	text-align: left;
	text-decoration: none !important;
	transition: background .2s;
}

.woo-wallet-my-wallet-container .woo-wallet-submenu .woo-wallet-submenu-item:last-child {
	border-bottom: none;
}

.woo-wallet-my-wallet-container .woo-wallet-submenu .woo-wallet-submenu-item:hover {
	background: #f9f9f9;
	color: var(--wallet-primary-color);
}

.woo-wallet-my-wallet-container .woo-wallet-content-area {
	background: #fff;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.woo-wallet-my-wallet-container .woo-wallet-section-title {
	background: #fff;
	border-bottom: 1px solid #eee;
	color: #2c3e50;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0;
	padding: 25px 30px;
}

.woo-wallet-my-wallet-container .woo-wallet-form-wrapper .woo-wallet-section-title {
	padding: 25px 0;
}

.woo-wallet-my-wallet-container .woo-wallet-transactions-list {
	background: #fff;
	border: 1px solid var(--wallet-border-color);
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
	overflow: hidden;
	padding: 0;
}

.woo-wallet-my-wallet-container .woo-wallet-transactions-table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.woo-wallet-my-wallet-container .woo-wallet-transactions-table th {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	color: #7f8c8d;
	font-size: .95rem;
	font-weight: 600;
	letter-spacing: .5px;
	padding: 20px 30px;
	text-align: left;
	text-transform: uppercase;
}

.woo-wallet-my-wallet-container .woo-wallet-transactions-table td {
	border-bottom: 1px solid #eee;
	color: #2c3e50;
	font-size: 1rem;
	padding: 20px 30px;
}

.woo-wallet-my-wallet-container .woo-wallet-transactions-table tr:last-child td {
	border-bottom: none;
}

.woo-wallet-my-wallet-container .woo-wallet-transactions-table tr:hover td {
	background: #fafafa;
}

.woo-wallet-my-wallet-container .woo-wallet-transactions-table .amount {
	font-weight: 700;
	text-align: right;
}

.woo-wallet-my-wallet-container .woo-wallet-transactions-table .amount.credit {
	color: #27ae60;
}

.woo-wallet-my-wallet-container .woo-wallet-transactions-table .amount.debit {
	color: #c0392b;
}

.woo-wallet-my-wallet-container .woo-wallet-form-wrapper {
	border: 1px solid var(--wallet-border-color);
	border-radius: 12px;
	padding: 40px;
}

.woo-wallet-my-wallet-container .woo-wallet-form-wrapper form {
	padding-top: 14px;
}

.woo-wallet-my-wallet-container .woo-wallet-form-wrapper label {
	color: #2c3e50;
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}

.woo-wallet-my-wallet-container .woo-wallet-form-wrapper input[type=number], .woo-wallet-my-wallet-container .woo-wallet-form-wrapper input[type=text], .woo-wallet-my-wallet-container .woo-wallet-form-wrapper select, .woo-wallet-my-wallet-container .woo-wallet-form-wrapper textarea {
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 1rem;
	margin-bottom: 25px;
	padding: 15px;
	transition: border-color .3s ease;
	width: 100%;
}

.woo-wallet-my-wallet-container .woo-wallet-form-wrapper input[type=number]:focus, .woo-wallet-my-wallet-container .woo-wallet-form-wrapper input[type=text]:focus, .woo-wallet-my-wallet-container .woo-wallet-form-wrapper select:focus, .woo-wallet-my-wallet-container .woo-wallet-form-wrapper textarea:focus {
	background: #fff;
	border-color: var(--wallet-primary-color);
	outline: none;
}

.woo-wallet-my-wallet-container .woo-wallet-form-wrapper input[type=submit] {
	background: var(--wallet-primary-color);
	border: none;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	padding: 15px 40px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.woo-wallet-my-wallet-container .woo-wallet-form-wrapper input[type=submit]:hover {
	box-shadow: 0 5px 15px rgba(241, 99, 76, .3);
	transform: translateY(-2px);
}

.woo-wallet-my-wallet-container .woo-wallet-referral-link-card {
	background: #fff;
	border: 1px solid var(--wallet-border-color);
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 30px;
}

.woo-wallet-my-wallet-container .woo-wallet-referral-link-card h3 {
	color: #2c3e50;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 0;
}

.woo-wallet-my-wallet-container .woo-wallet-referral-input-group {
	align-items: center !important;
	display: flex !important;
	gap: 15px;
	width: 100%;
}

.woo-wallet-my-wallet-container .woo-wallet-referral-input-wrapper {
	display: block;
	flex: 1;
	position: relative;
}

.woo-wallet-my-wallet-container .woo-wallet-referral-input-wrapper .dashicons {
	color: #999;
	font-family: dashicons !important;
	font-size: 20px;
	height: 20px;
	left: 15px;
	line-height: 20px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.woo-wallet-my-wallet-container .woo-wallet-referral-input-wrapper input[type=text] {
	background: #f9f9f9 !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 8px !important;
	box-sizing: border-box !important;
	color: #555 !important;
	font-size: 1rem !important;
	height: auto !important;
	line-height: normal !important;
	margin: 0 !important;
	padding: 15px 15px 15px 45px !important;
	width: 100% !important;
}

.woo-wallet-my-wallet-container .woo-wallet-copy-btn {
	background: var(--wallet-primary-color);
	border: none;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	line-height: normal;
	padding: 15px 30px;
	position: relative;
	transition: all .2s ease;
	white-space: nowrap;
}

.woo-wallet-my-wallet-container .woo-wallet-copy-btn:hover {
	opacity: .9;
	transform: translateY(-1px);
}

.woo-wallet-my-wallet-container .woo-wallet-copy-btn:after {
	background-color: #333;
	border-radius: 6px;
	bottom: 130%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
	color: #fff;
	content: attr(data-tooltip);
	font-size: .85rem;
	font-weight: 400;
	left: 50%;
	opacity: 0;
	padding: 8px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	transition: opacity .3s;
	visibility: hidden;
	width: 140px;
	z-index: 100;
}

.woo-wallet-my-wallet-container .woo-wallet-copy-btn:before {
	border: 6px solid rgba(0, 0, 0, 0);
	border-top-color: #333;
	bottom: 120%;
	content: "";
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity .3s;
	visibility: hidden;
}

.woo-wallet-my-wallet-container .woo-wallet-copy-btn:hover:after, .woo-wallet-my-wallet-container .woo-wallet-copy-btn:hover:before {
	opacity: 1;
	visibility: visible;
}

.woo-wallet-my-wallet-container .woo-wallet-referral-stats {
	background: #fff;
	border: 1px solid var(--wallet-border-color);
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
	overflow: hidden;
	padding: 0;
}

.woo-wallet-my-wallet-container .woo-wallet-referral-stats table {
	border-collapse: collapse;
	margin: 0;
	table-layout: fixed;
	width: 100%;
}

.woo-wallet-my-wallet-container .woo-wallet-referral-stats th {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	color: #7f8c8d;
	font-size: .95rem;
	font-weight: 600;
	letter-spacing: .5px;
	padding: 20px 30px;
	text-align: left;
	text-transform: uppercase;
}

.woo-wallet-my-wallet-container .woo-wallet-referral-stats td {
	border-bottom: 1px solid #eee;
	color: #2c3e50;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 20px 30px;
}

.woo-wallet-my-wallet-container .woo-wallet-referral-stats tr:last-child td {
	border-bottom: none;
}

@media (max-width:768px) {
	.woo-wallet-my-wallet-container .woo-wallet-nav-tabs {
		border-radius: 0 0 15px 15px;
		flex-direction: column;
	}
	
	.woo-wallet-my-wallet-container .woo-wallet-nav-item-wrapper {
		width: 100%;
	}
	
	.woo-wallet-my-wallet-container .woo-wallet-nav-tab {
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		border-right: none;
	}
	
	.woo-wallet-my-wallet-container .woo-wallet-submenu {
		background: #f9f9f9;
		box-shadow: none;
		display: none;
		opacity: 1;
		position: static;
		transform: none;
		visibility: visible;
		width: 100%;
	}
	
	.woo-wallet-my-wallet-container .woo-wallet-balance-card .woo-wallet-price {
		font-size: 2.5rem;
	}
	
	.woo-wallet-my-wallet-container .woo-wallet-referral-input-group {
		align-items: stretch;
		flex-direction: column;
	}
	
	.woo-wallet-my-wallet-container .woo-wallet-copy-btn {
		margin-top: 10px;
		width: 100%;
	}
	
	.woo-wallet-my-wallet-container .woo-wallet-referral-input-wrapper input[type=text] {
		padding-left: 45px !important;
	}
	
	.woo-wallet-my-wallet-container :is(.woo-wallet-content-area,.woo-wallet-referral-stats) {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.woo-wallet-my-wallet-container .woo-wallet-referral-stats table, .woo-wallet-my-wallet-container .woo-wallet-transactions-table {
		min-width: 600px;
	}
	
	.woo-wallet-my-wallet-container .tabulator {
		border-radius: 10px;
		font-size: .88rem;
	}
	
	.woo-wallet-my-wallet-container .tabulator .tabulator-header .tabulator-col {
		font-size: .72rem;
		padding: 12px 14px;
	}
	
	.woo-wallet-my-wallet-container .tabulator .tabulator-row .tabulator-cell {
		font-size: .88rem;
		padding: 12px 14px;
	}
	
	.woo-wallet-my-wallet-container .tabulator .tabulator-row .tabulator-responsive-collapse {
		padding: 10px 14px;
	}
	
	.woo-wallet-my-wallet-container .tabulator .tabulator-footer {
		overflow-x: auto;
		padding: 10px 6px;
		-webkit-overflow-scrolling: touch;
	}
	
	.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-footer-contents {
		flex-wrap: nowrap !important;
		justify-content: flex-start;
		min-width: min-content;
		white-space: nowrap;
	}
	
	.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-paginator {
		flex-wrap: nowrap !important;
		justify-content: flex-start;
		white-space: nowrap;
		width: 100%;
	}
	
	.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-paginator label {
		display: none;
	}
	
	.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
		flex: 0 0 auto;
		margin: 0 1px;
		min-width: 30px;
		padding: 5px 9px;
	}
	
	.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size {
		flex: 0 0 auto;
		padding: 5px 8px;
	}
	
	.woo-wallet-my-wallet-container .woo-wallet-table-controls {
		flex-wrap: nowrap;
		gap: 6px;
		justify-content: flex-end;
		overflow-x: auto;
		padding: 8px 10px;
		-webkit-overflow-scrolling: touch;
	}
	
	.woo-wallet-my-wallet-container .woo-wallet-table-controls input[type=date] {
		flex: 0 0 auto;
		font-size: .82rem;
		max-width: 140px;
		min-width: 0;
		padding: 6px 8px;
		width: auto;
	}
	
	.woo-wallet-my-wallet-container .woo-wallet-table-controls .woo-wallet-filter-sep {
		flex: 0 0 auto;
	}
	
	.woo-wallet-my-wallet-container .woo-wallet-table-controls .wc-wallet-filter-clear {
		flex: 0 0 auto;
		font-size: 14px;
		height: 28px;
		width: 28px;
	}
}

@media (max-width:480px) {
	.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-paginator :is(.tabulator-page[data-page=first],.tabulator-page[data-page=last]) {
		display: none;
	}
	
	.woo-wallet-my-wallet-container .woo-wallet-table-controls input[type=date] {
		max-width: 120px;
	}
}

.woo-wallet-my-wallet-container .woo-wallet-table-controls {
	align-items: center;
	background: #f9fafc;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	padding: 10px 14px;
}

.woo-wallet-my-wallet-container .woo-wallet-table-controls input[type=date] {
	background: #fff !important;
	border: 1px solid var(--wallet-border-color) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: #2c3e50 !important;
	font-family: inherit;
	font-size: .9rem !important;
	height: auto !important;
	line-height: normal !important;
	margin: 0;
	min-height: 0 !important;
	outline: none !important;
	padding: 7px 12px !important;
	text-shadow: none !important;
	transition: border-color .2s ease, box-shadow .2s ease;
	width: auto;
}

.woo-wallet-my-wallet-container .woo-wallet-table-controls input[type=date]:hover {
	border-color: #d0d4db !important;
}

.woo-wallet-my-wallet-container .woo-wallet-table-controls input[type=date]:focus {
	border-color: var(--wallet-primary-color) !important;
	box-shadow: 0 0 0 3px rgba(72, 61, 224, .12) !important;
}

.woo-wallet-my-wallet-container .woo-wallet-table-controls input[type=date]::-webkit-calendar-picker-indicator {
	cursor: pointer;
	opacity: .6;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.woo-wallet-my-wallet-container .woo-wallet-table-controls input[type=date]:hover::-webkit-calendar-picker-indicator {
	opacity: 1;
}

.woo-wallet-my-wallet-container .woo-wallet-table-controls .woo-wallet-filter-sep {
	color: #9ba3af;
	font-weight: 600;
}

.woo-wallet-my-wallet-container .woo-wallet-table-controls .wc-wallet-filter-clear {
	align-items: center;
	background: #fff !important;
	background-image: none !important;
	border: 1px solid var(--wallet-border-color) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: #7f8c8d !important;
	cursor: pointer;
	display: inline-flex !important;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	height: 32px !important;
	justify-content: center;
	letter-spacing: normal !important;
	line-height: 1 !important;
	margin: 0;
	min-height: 0 !important;
	padding: 0 !important;
	text-shadow: none !important;
	text-transform: none !important;
	transition: all .2s ease;
	width: 32px !important;
}

.woo-wallet-my-wallet-container .woo-wallet-table-controls .wc-wallet-filter-clear:hover {
	background: var(--wallet-primary-color) !important;
	border-color: var(--wallet-primary-color) !important;
	box-shadow: 0 2px 5px rgba(72, 61, 224, .2) !important;
	color: #fff !important;
}

.woo-wallet-my-wallet-container .tabulator :is(button,input,select) {
	box-shadow: none !important;
	font-family: inherit !important;
	height: auto !important;
	letter-spacing: normal !important;
	line-height: normal !important;
	margin: 0;
	min-height: 0 !important;
	text-shadow: none !important;
	text-transform: none !important;
	width: auto;
}

.woo-wallet-my-wallet-container .tabulator button {
	background-image: none !important;
	text-decoration: none !important;
}

.woo-wallet-my-wallet-container .tabulator select {
	appearance: auto !important;
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
	background-image: none !important;
}

.woo-wallet-my-wallet-container .tabulator a {
	background: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-responsive-collapse :is(table,td,th,tr) {
	background: rgba(0, 0, 0, 0) !important;
	border: 0 !important;
	box-shadow: none !important;
}

.woo-wallet-my-wallet-container .tabulator {
	background: #fff;
	border: 1px solid var(--wallet-border-color);
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
	color: var(--wallet-text-color);
	font-family: inherit;
	font-size: .95rem;
	overflow: visible;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-header {
	background: #f9f9f9;
	border-bottom: 1px solid var(--wallet-border-color);
	border-radius: 12px 12px 0 0;
	color: #7f8c8d;
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .5px;
	overflow: hidden;
	text-transform: uppercase;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-header .tabulator-col {
	background: rgba(0, 0, 0, 0);
	border-right: 0;
	padding: 15px 20px;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
	padding: 0;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-header .tabulator-col .tabulator-col-title {
	color: #7f8c8d;
	white-space: normal;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-tableholder .tabulator-placeholder {
	color: #7f8c8d;
	font-style: italic;
	padding: 40px 20px;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-row {
	background: #fff;
	border-bottom: 1px solid var(--wallet-border-color);
	min-height: 48px;
	transition: background .2s ease;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-row.tabulator-row-even {
	background: #fff;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-row:hover {
	background: #fafafa !important;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-row:last-child {
	border-bottom: 0;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-row .tabulator-cell {
	border-right: 0;
	color: #2c3e50;
	font-size: .95rem;
	padding: 15px 20px;
	vertical-align: middle;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-row .tabulator-cell.tabulator-row-handle {
	padding: 15px 20px;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-row .tabulator-responsive-collapse-toggle {
	background: var(--wallet-primary-color) !important;
	border-radius: 50% !important;
	box-shadow: 0 2px 5px rgba(72, 61, 224, .25) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	height: 22px !important;
	line-height: 22px !important;
	margin: 0;
	min-height: 0 !important;
	padding: 0 !important;
	text-align: center;
	width: 22px !important;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-row .tabulator-responsive-collapse-toggle svg {
	fill: none;
	stroke: #fff !important;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-row .tabulator-responsive-collapse {
	background: #fafbfc;
	border-top: 1px dashed var(--wallet-border-color);
	padding: 12px 20px;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-row .tabulator-responsive-collapse table {
	width: 100%;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-row .tabulator-responsive-collapse table tr td {
	border: 0;
	color: #2c3e50;
	font-size: .9rem;
	padding: 4px 0;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-row .tabulator-responsive-collapse table tr td:first-child {
	color: #7f8c8d;
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .3px;
	padding-right: 12px;
	text-transform: uppercase;
	white-space: nowrap;
	width: 35%;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-footer {
	background: #fff;
	border-radius: 0 0 12px 12px;
	border-top: 1px solid var(--wallet-border-color);
	color: var(--wallet-text-color);
	overflow-x: auto;
	padding: 12px 20px;
	-webkit-overflow-scrolling: touch;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-footer-contents {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	justify-content: flex-end;
	min-width: min-content;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-paginator {
	align-items: center;
	color: var(--wallet-text-color);
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
	justify-content: flex-end;
	white-space: nowrap;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-paginator label {
	color: #7f8c8d;
	font-size: .85rem;
	margin-right: 4px;
	margin-top: 4px;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size {
	background: #fff !important;
	border: 1px solid var(--wallet-border-color) !important;
	border-radius: 6px !important;
	color: #555 !important;
	cursor: pointer;
	font-size: .9rem !important;
	margin-right: 6px;
	outline: none !important;
	padding: 6px 10px !important;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size:focus {
	border-color: var(--wallet-primary-color) !important;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
	background: rgba(0, 0, 0, 0) !important;
	border: 1px solid rgba(0, 0, 0, 0) !important;
	border-radius: 6px !important;
	color: #555 !important;
	cursor: pointer;
	font-size: .9rem !important;
	font-weight: 600 !important;
	margin: 0 2px;
	min-width: 34px;
	padding: 6px 12px !important;
	transition: all .2s ease;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-paginator .tabulator-page:not(.disabled):hover {
	background: #f0f0f0 !important;
	border-color: #ddd !important;
	color: #333 !important;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active {
	background: var(--wallet-primary-color) !important;
	border-color: var(--wallet-primary-color) !important;
	box-shadow: 0 2px 5px rgba(72, 61, 224, .2) !important;
	color: #fff !important;
}

.woo-wallet-my-wallet-container .tabulator .tabulator-footer .tabulator-paginator .tabulator-page.disabled {
	color: #bbb !important;
	cursor: not-allowed;
	opacity: .6;
}

.woo-wallet-my-wallet-container .tabulator mark.credit {
	background: none;
	color: #27ae60;
	font-weight: 700;
}

.woo-wallet-my-wallet-container .tabulator mark.debit {
	background: none;
	color: #c0392b;
	font-weight: 700;
}

.woo-wallet-my-wallet-container #wc-wallet-transaction-details mark.credit {
	background: none;
	color: #27ae60;
	font-weight: 700;
}

.woo-wallet-my-wallet-container #wc-wallet-transaction-details mark.debit {
	background: none;
	color: #c0392b;
	font-weight: 700;
}

.tabulator {
	background-color: #888;
	border: 1px solid #999;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	text-align: left;
	transform: translateZ(0);
}

.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table {
	min-width: 100%;
}

.tabulator[tabulator-layout=fitDataTable] {
	display: inline-block;
}

.tabulator.tabulator-block-select, .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {
	-webkit-user-select: none;
	user-select: none;
}

.tabulator .tabulator-header {
	background-color: #e6e6e6;
	border-bottom: 1px solid #999;
	box-sizing: border-box;
	color: #555;
	font-weight: 700;
	outline: none;
	overflow: hidden;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	white-space: nowrap;
	width: 100%;
}

.tabulator .tabulator-header.tabulator-header-hidden {
	display: none;
}

.tabulator .tabulator-header .tabulator-header-contents {
	overflow: hidden;
	position: relative;
}

.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
	display: inline-block;
}

.tabulator .tabulator-header .tabulator-col {
	background: #e6e6e6;
	border-right: 1px solid #aaa;
	box-sizing: border-box;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow: hidden;
	position: relative;
	text-align: left;
	vertical-align: bottom;
}

.tabulator .tabulator-header .tabulator-col.tabulator-moving {
	background: #cdcdcd;
	border: 1px solid #999;
	pointer-events: none;
	position: absolute;
}

.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {
	background-color: #d6d6d6;
	color: #000;
}

.tabulator .tabulator-header .tabulator-col.tabulator-range-selected {
	background-color: #3876ca;
	color: #fff;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
	box-sizing: border-box;
	padding: 4px;
	position: relative;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {
	padding: 0 8px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {
	cursor: pointer;
	opacity: .6;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
	position: relative;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
	width: 100%;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {
	text-overflow: clip;
	white-space: normal;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
	background: #fff;
	border: 1px solid #999;
	box-sizing: border-box;
	padding: 1px;
	width: 100%;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor {
	width: calc(100% - 22px);
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
	align-items: center;
	bottom: 0;
	display: flex;
	position: absolute;
	right: 4px;
	top: 0;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
	border-bottom: 6px solid #bbb;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	height: 0;
	width: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
	border-top: 1px solid #aaa;
	display: flex;
	margin-right: -1px;
	overflow: hidden;
	position: relative;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
	box-sizing: border-box;
	margin-top: 2px;
	position: relative;
	text-align: center;
	width: 100%;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
	height: auto !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
	margin-top: 3px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
	height: 0;
	width: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
	padding-right: 25px;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
		background-color: #cdcdcd;
		cursor: pointer;
	}
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter {
	color: #bbb;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
		border-bottom: 6px solid #555;
		cursor: pointer;
	}
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
	border-bottom: 6px solid #bbb;
	border-top: none;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter {
	color: #666;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
		border-bottom: 6px solid #555;
		cursor: pointer;
	}
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
	border-bottom: 6px solid #666;
	border-top: none;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter {
	color: #666;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
		border-top: 6px solid #555;
		cursor: pointer;
	}
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
	border-bottom: none;
	border-top: 6px solid #666;
	color: #666;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
	align-items: center;
	display: flex;
	justify-content: center;
	text-orientation: mixed;
	writing-mode: vertical-rl;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
	transform: rotate(180deg);
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
	padding-right: 0;
	padding-top: 20px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
	padding-bottom: 20px;
	padding-right: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
	bottom: auto;
	justify-content: center;
	left: 0;
	right: 0;
	top: 4px;
}

.tabulator .tabulator-header .tabulator-frozen {
	left: 0;
	position: sticky;
	z-index: 11;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
	border-right: 2px solid #aaa;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
	border-left: 2px solid #aaa;
}

.tabulator .tabulator-header .tabulator-calcs-holder {
	background: #f3f3f3 !important;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	box-sizing: border-box;
	display: inline-block;
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
	background: #f3f3f3 !important;
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
	display: none;
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder {
	display: inline-block;
	padding-top: 1em;
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
	display: none;
}

.tabulator .tabulator-tableholder {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.tabulator .tabulator-tableholder:focus {
	outline: none;
}

.tabulator .tabulator-tableholder .tabulator-placeholder {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-width: 100%;
	width: 100%;
}

.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual] {
	min-height: 100%;
}

.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
	color: #ccc;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	text-align: center;
	white-space: normal;
}

.tabulator .tabulator-tableholder .tabulator-table {
	background-color: #fff;
	color: #333;
	display: inline-block;
	overflow: visible;
	position: relative;
	white-space: nowrap;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {
	background: #e2e2e2 !important;
	font-weight: 700;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
	border-bottom: 2px solid #aaa;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
	border-top: 2px solid #aaa;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 10;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {
	border: 1px solid #2975dd;
	box-sizing: border-box;
	position: absolute;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after {
	background-color: #2975dd;
	border-radius: 999px;
	bottom: -3px;
	content: "";
	height: 6px;
	position: absolute;
	right: -3px;
	width: 6px;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {
	border: 2px solid #2975dd;
	box-sizing: border-box;
	position: absolute;
}

.tabulator .tabulator-footer {
	background-color: #e6e6e6;
	border-top: 1px solid #999;
	color: #555;
	font-weight: 700;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	white-space: nowrap;
}

.tabulator .tabulator-footer .tabulator-footer-contents {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 5px 10px;
}

.tabulator .tabulator-footer .tabulator-footer-contents:empty {
	display: none;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs {
	margin-top: -5px;
	overflow-x: auto;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {
	border: 1px solid #999;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: none;
	display: inline-block;
	font-size: .9em;
	padding: 5px;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {
	cursor: pointer;
	opacity: .7;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {
	background: #fff;
}

.tabulator .tabulator-footer .tabulator-calcs-holder {
	background: #f3f3f3 !important;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	width: 100%;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
	background: #f3f3f3 !important;
	display: inline-block;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
	display: none;
}

.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
	border-bottom: none;
	margin-bottom: -5px;
}

.tabulator .tabulator-footer>*+.tabulator-page-counter {
	margin-left: 10px;
}

.tabulator .tabulator-footer .tabulator-page-counter {
	font-weight: 400;
}

.tabulator .tabulator-footer .tabulator-paginator {
	color: #555;
	flex: 1;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-align: right;
}

.tabulator .tabulator-footer .tabulator-page-size {
	border: 1px solid #aaa;
	border-radius: 3px;
	display: inline-block;
	margin: 0 5px;
	padding: 2px 5px;
}

.tabulator .tabulator-footer .tabulator-pages {
	margin: 0 7px;
}

.tabulator .tabulator-footer .tabulator-page {
	background: rgba(255, 255, 255, .2);
	border: 1px solid #aaa;
	border-radius: 3px;
	display: inline-block;
	margin: 0 2px;
	padding: 2px 5px;
}

.tabulator .tabulator-footer .tabulator-page.active {
	color: #d00;
}

.tabulator .tabulator-footer .tabulator-page:disabled {
	opacity: .5;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator .tabulator-footer .tabulator-page:not(disabled):hover {
		background: rgba(0, 0, 0, .2);
		color: #fff;
		cursor: pointer;
	}
}

.tabulator .tabulator-col-resize-handle {
	display: inline-block;
	margin-left: -3px;
	margin-right: -3px;
	position: relative;
	vertical-align: middle;
	width: 6px;
	z-index: 11;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator .tabulator-col-resize-handle:hover {
		cursor: ew-resize;
	}
}

.tabulator .tabulator-col-resize-handle:last-of-type {
	margin-right: 0;
	width: 3px;
}

.tabulator .tabulator-col-resize-guide {
	background-color: #999;
	height: 100%;
	margin-left: -.5px;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 4px;
}

.tabulator .tabulator-row-resize-guide {
	background-color: #999;
	height: 4px;
	left: 0;
	margin-top: -.5px;
	opacity: .5;
	position: absolute;
	width: 100%;
}

.tabulator .tabulator-alert {
	align-items: center;
	background: rgba(0, 0, 0, .4);
	display: flex;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
}

.tabulator .tabulator-alert .tabulator-alert-msg {
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto;
	padding: 10px 20px;
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {
	border: 4px solid #333;
	color: #000;
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {
	border: 4px solid #d00;
	color: #590000;
}

.tabulator-row {
	background-color: #fff;
	box-sizing: border-box;
	min-height: 22px;
	position: relative;
}

.tabulator-row.tabulator-row-even {
	background-color: #efefef;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator-row.tabulator-selectable:hover {
		background-color: #bbb;
		cursor: pointer;
	}
}

.tabulator-row.tabulator-selected {
	background-color: #9abcea;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator-row.tabulator-selected:hover {
		background-color: #769bcc;
		cursor: pointer;
	}
}

.tabulator-row.tabulator-row-moving {
	background: #fff;
	border: 1px solid #000;
}

.tabulator-row.tabulator-moving {
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	pointer-events: none;
	position: absolute;
	z-index: 15;
}

.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {
	background-color: #d6d6d6;
	color: #000;
}

.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header, .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
	background-color: #3876ca;
	color: #fff;
}

.tabulator-row .tabulator-row-resize-handle {
	bottom: 0;
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
}

.tabulator-row .tabulator-row-resize-handle.prev {
	bottom: auto;
	top: 0;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator-row .tabulator-row-resize-handle:hover {
		cursor: ns-resize;
	}
}

.tabulator-row .tabulator-responsive-collapse {
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	box-sizing: border-box;
	padding: 5px;
}

.tabulator-row .tabulator-responsive-collapse:empty {
	display: none;
}

.tabulator-row .tabulator-responsive-collapse table {
	font-size: 14px;
}

.tabulator-row .tabulator-responsive-collapse table tr td {
	position: relative;
}

.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
	padding-right: 10px;
}

.tabulator-row .tabulator-cell {
	border-right: 1px solid #aaa;
	box-sizing: border-box;
	display: inline-block;
	outline: none;
	overflow: hidden;
	padding: 4px;
	position: relative;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}

.tabulator-row .tabulator-cell.tabulator-row-header {
	background: #e6e6e6;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #999;
}

.tabulator-row .tabulator-cell.tabulator-frozen {
	background-color: inherit;
	display: inline-block;
	left: 0;
	position: sticky;
	z-index: 11;
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
	border-right: 2px solid #aaa;
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
	border-left: 2px solid #aaa;
}

.tabulator-row .tabulator-cell.tabulator-editing {
	border: 1px solid #1d68cd;
	outline: none;
	padding: 0;
}

.tabulator-row .tabulator-cell.tabulator-editing :is(input,select) {
	background: rgba(0, 0, 0, 0);
	border: 1px;
	outline: none;
}

.tabulator-row .tabulator-cell.tabulator-validation-fail {
	border: 1px solid #d00;
}

.tabulator-row .tabulator-cell.tabulator-validation-fail :is(input,select) {
	background: rgba(0, 0, 0, 0);
	border: 1px;
	color: #d00;
}

.tabulator-row .tabulator-cell.tabulator-row-handle {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
	width: 80%;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
	background: #666;
	height: 3px;
	margin-top: 2px;
	width: 100%;
}

.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {
	background-color: #9abcea;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {
	display: inline-block;
	width: 7px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
	border-bottom: 2px solid #aaa;
	border-bottom-left-radius: 1px;
	border-left: 2px solid #aaa;
	display: inline-block;
	height: 9px;
	margin-right: 5px;
	margin-top: -9px;
	vertical-align: middle;
	width: 7px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
	align-items: center;
	background: rgba(0, 0, 0, .1);
	border: 1px solid #333;
	border-radius: 2px;
	display: inline-flex;
	height: 11px;
	justify-content: center;
	margin-right: 5px;
	overflow: hidden;
	vertical-align: middle;
	width: 11px;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
		background: rgba(0, 0, 0, .2);
		cursor: pointer;
	}
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
	background: rgba(0, 0, 0, 0);
	display: inline-block;
	height: 7px;
	position: relative;
	width: 1px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
	background: #333;
	content: "";
	height: 1px;
	left: -3px;
	position: absolute;
	top: 3px;
	width: 7px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
	background: #333;
	display: inline-block;
	height: 7px;
	position: relative;
	width: 1px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
	background: #333;
	content: "";
	height: 1px;
	left: -3px;
	position: absolute;
	top: 3px;
	width: 7px;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
	align-items: center;
	background: #666;
	border-radius: 20px;
	color: #fff;
	display: inline-flex;
	font-size: 1.1em;
	font-weight: 700;
	height: 15px;
	justify-content: center;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	width: 15px;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
		cursor: pointer;
		opacity: .7;
	}
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
	display: initial;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
	display: none;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {
	stroke: #fff;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
	display: none;
}

.tabulator-row .tabulator-cell .tabulator-traffic-light {
	border-radius: 14px;
	display: inline-block;
	height: 14px;
	width: 14px;
}

.tabulator-row.tabulator-group {
	background: #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #aaa;
	border-top: 1px solid #999;
	box-sizing: border-box;
	font-weight: 700;
	min-width: 100%;
	padding: 5px 5px 5px 10px;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator-row.tabulator-group:hover {
		background-color: rgba(0, 0, 0, .1);
		cursor: pointer;
	}
}

.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
	border-bottom: 0;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #666;
	margin-right: 10px;
}

.tabulator-row.tabulator-group.tabulator-group-level-1 {
	padding-left: 30px;
}

.tabulator-row.tabulator-group.tabulator-group-level-2 {
	padding-left: 50px;
}

.tabulator-row.tabulator-group.tabulator-group-level-3 {
	padding-left: 70px;
}

.tabulator-row.tabulator-group.tabulator-group-level-4 {
	padding-left: 90px;
}

.tabulator-row.tabulator-group.tabulator-group-level-5 {
	padding-left: 110px;
}

.tabulator-row.tabulator-group .tabulator-group-toggle {
	display: inline-block;
}

.tabulator-row.tabulator-group .tabulator-arrow {
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	border-left: 6px solid #666;
	border-right: 0;
	border-top: 6px solid rgba(0, 0, 0, 0);
	display: inline-block;
	height: 0;
	margin-right: 16px;
	vertical-align: middle;
	width: 0;
}

.tabulator-row.tabulator-group span {
	color: #d00;
	margin-left: 10px;
}

.tabulator-toggle {
	background: #dcdcdc;
	border: 1px solid #ccc;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
}

.tabulator-toggle.tabulator-toggle-on {
	background: #1c6cc2;
}

.tabulator-toggle .tabulator-toggle-switch {
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.tabulator-popup-container {
	-webkit-overflow-scrolling: touch;
	background: #fff;
	border: 1px solid #aaa;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	overflow-y: auto;
	position: absolute;
	z-index: 10000;
}

.tabulator-popup {
	border-radius: 3px;
	padding: 5px;
}

.tabulator-tooltip {
	border-radius: 2px;
	box-shadow: none;
	font-size: 12px;
	max-width: min(500px, 100%);
	padding: 3px 5px;
	pointer-events: none;
}

.tabulator-menu .tabulator-menu-item {
	box-sizing: border-box;
	padding: 5px 10px;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
	opacity: .5;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
		background: #efefef;
		cursor: pointer;
	}
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
	padding-right: 25px;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after {
	border-color: #aaa;
	border-style: solid;
	border-width: 1px 1px 0 0;
	content: "";
	display: inline-block;
	height: 7px;
	position: absolute;
	right: 10px;
	top: calc(5px + .4em);
	transform: rotate(45deg);
	vertical-align: top;
	width: 7px;
}

.tabulator-menu .tabulator-menu-separator {
	border-top: 1px solid #aaa;
}

.tabulator-edit-list {
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	max-height: 200px;
	overflow-y: auto;
}

.tabulator-edit-list .tabulator-edit-list-item {
	color: #333;
	outline: none;
	padding: 4px;
}

.tabulator-edit-list .tabulator-edit-list-item.active {
	background: #1d68cd;
	color: #fff;
}

.tabulator-edit-list .tabulator-edit-list-item.active.focused {
	outline: 1px solid rgba(255, 255, 255, .5);
}

.tabulator-edit-list .tabulator-edit-list-item.focused {
	outline: 1px solid #1d68cd;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator-edit-list .tabulator-edit-list-item:hover {
		background: #1d68cd;
		color: #fff;
		cursor: pointer;
	}
}

.tabulator-edit-list .tabulator-edit-list-placeholder {
	color: #333;
	padding: 4px;
	text-align: center;
}

.tabulator-edit-list .tabulator-edit-list-group {
	border-bottom: 1px solid #aaa;
	color: #333;
	font-weight: 700;
	padding: 6px 4px 4px;
}

.tabulator-edit-list :is(.tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list-item.tabulator-edit-list-group-level-2) {
	padding-left: 12px;
}

.tabulator-edit-list :is(.tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list-item.tabulator-edit-list-group-level-3) {
	padding-left: 20px;
}

.tabulator-edit-list :is(.tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list-item.tabulator-edit-list-group-level-4) {
	padding-left: 28px;
}

.tabulator-edit-list :is(.tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list-item.tabulator-edit-list-group-level-5) {
	padding-left: 36px;
}

.tabulator.tabulator-ltr {
	direction: ltr;
}

.tabulator.tabulator-rtl {
	direction: rtl;
	text-align: initial;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
	border-left: 1px solid #aaa;
	border-right: initial;
	text-align: initial;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
	margin-left: -1px;
	margin-right: 0;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
	padding-left: 25px;
	padding-right: 0;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
	left: 8px;
	right: auto;
}

.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after {
	background-color: #2975dd;
	border-radius: 999px;
	bottom: -3px;
	content: "";
	height: 6px;
	left: -3px;
	position: absolute;
	right: auto;
	width: 6px;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
	border-left: 1px solid #aaa;
	border-right: initial;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 1px;
	border-left: initial;
	border-right: 2px solid #aaa;
	margin-left: 5px;
	margin-right: 0;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
	margin-left: 5px;
	margin-right: 0;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
	border-left: 2px solid #aaa;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
	border-right: 2px solid #aaa;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {
	margin-left: 0;
	margin-right: -3px;
	width: 3px;
}

.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {
	text-align: initial;
}

.tabulator-print-fullscreen {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}

body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen) {
	display: none !important;
}

.tabulator-print-table {
	border-collapse: collapse;
}

.tabulator-print-table .tabulator-data-tree-branch {
	border-bottom: 2px solid #aaa;
	border-bottom-left-radius: 1px;
	border-left: 2px solid #aaa;
	display: inline-block;
	height: 9px;
	margin-right: 5px;
	margin-top: -9px;
	vertical-align: middle;
	width: 7px;
}

.tabulator-print-table .tabulator-print-table-group {
	background: #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #aaa;
	border-top: 1px solid #999;
	box-sizing: border-box;
	font-weight: 700;
	min-width: 100%;
	padding: 5px 5px 5px 10px;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator-print-table .tabulator-print-table-group:hover {
		background-color: rgba(0, 0, 0, .1);
		cursor: pointer;
	}
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
	border-bottom: 0;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #666;
	margin-right: 10px;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
	padding-left: 30px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
	padding-left: 50px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
	padding-left: 70px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
	padding-left: 90px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
	padding-left: 110px !important;
}

.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
	display: inline-block;
}

.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	border-left: 6px solid #666;
	border-right: 0;
	border-top: 6px solid rgba(0, 0, 0, 0);
	display: inline-block;
	height: 0;
	margin-right: 16px;
	vertical-align: middle;
	width: 0;
}

.tabulator-print-table .tabulator-print-table-group span {
	color: #d00;
	margin-left: 10px;
}

.tabulator-print-table .tabulator-data-tree-control {
	align-items: center;
	background: rgba(0, 0, 0, .1);
	border: 1px solid #333;
	border-radius: 2px;
	display: inline-flex;
	height: 11px;
	justify-content: center;
	margin-right: 5px;
	overflow: hidden;
	vertical-align: middle;
	width: 11px;
}

@media (hover:hover) and (pointer:fine) {
	.tabulator-print-table .tabulator-data-tree-control:hover {
		background: rgba(0, 0, 0, .2);
		cursor: pointer;
	}
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
	background: rgba(0, 0, 0, 0);
	display: inline-block;
	height: 7px;
	position: relative;
	width: 1px;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
	background: #333;
	content: "";
	height: 1px;
	left: -3px;
	position: absolute;
	top: 3px;
	width: 7px;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
	background: #333;
	display: inline-block;
	height: 7px;
	position: relative;
	width: 1px;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
	background: #333;
	content: "";
	height: 1px;
	left: -3px;
	position: absolute;
	top: 3px;
	width: 7px;
}