/*Topup Request*/
div[data-layer='creditRequest'] ._full {
	width:100%; box-sizing:border-box; 
}
div[data-layer='creditRequest'] .box:not(:first-child) {
	min-height:500px;
}
div[data-layer='creditRequest'] .box {
	border:1px solid #DEDEDE; border-radius:6px; background:white; box-shadow:0 2px 5px rgba(0,0,0,.2); margin-bottom:18px; position:relative; 
}
div[data-layer='creditRequest'] ._full .box .content {
	width:100%; box-sizing:border-box; margin:0 auto;
}
div[data-layer='creditRequest'] ._full:first-child > .box {
	width:fit-content;
}
div[data-layer='creditRequest'] ._full .box .content._status {
	display:-webkit-flex; align-items:center; padding:10px 0;
}
div[data-layer='creditRequest'] ._full .box .content._status ._items div {
	width:fit-content; box-sizing:border-box; transition:.5s; border-bottom:2px solid transparent; margin:0 auto;
}
div[data-layer='creditRequest'] ._full .box .content._status ._items.active div {
	border-bottom-color:var(--button-color); transition:.5s;
}
div[data-layer='creditRequest'] ._full .box .content._status ._items {
	width:120px; box-sizing:border-box; border-right:1px solid #C2C2C2; text-align:center; font-size:13px; font-family:'Poppins'; cursor:pointer;
}
div[data-layer='creditRequest'] ._full .box .content._status ._items:last-child {
	border-right:0;
}
div[data-layer='creditRequest'] .box ul._wrapper_items,
div[data-layer='creditRequest'] .box ul._header {
	display:-webkit-flex; align-items:center; padding:12px 0; border-bottom:1px solid #DEDEDE; font-size:13px; font-family:'Poppins'; color:black; justify-content:space-between;
}
div[data-layer='creditRequest'] .box ul._wrapper_items {
	font-size:15px; padding:15px 0; width:100%; box-sizing:border-box;
}
div[data-layer='creditRequest'] .box ul li {
	width:100%; box-sizing:border-box; flex-shrink:0; text-align:center;
}
div[data-layer='creditRequest'] .box ul li.items:nth-child(1),
div[data-layer='creditRequest'] .box ul li.items:nth-child(2) {
	max-width:200px; 
}
div[data-layer='creditRequest'] .box ul li.items:nth-child(3),
div[data-layer='creditRequest'] .box ul li.items:nth-child(4) {
	max-width:140px;
}
div[data-layer='creditRequest'] .box ul li.items:nth-child(5),
div[data-layer='creditRequest'] .box ul li.items:nth-child(6) {
	max-width:100px;
}
div[data-layer='creditRequest'] .box ul li.items:nth-child(7) {
	max-width:150px; display:-webkit-flex; column-gap:8px; justify-content:center; align-items:center;
}
div[data-layer='creditRequest'] .box ul li.items .media {
	cursor:pointer; width:fit-content; box-sizing:border-box; font-size:13px; text-decoration:underline; color:#0064A5; margin:0 auto;
}
div[data-layer='creditRequest'] .box ul li.items .icon {
	width:30px; height:30px; box-sizing:border-box; display:grid; place-items:center; cursor:pointer; border:1px solid #9EDAFF; border-radius:6px; font-size:12px;
}
div[data-layer='creditRequest'] .box ul li.items .icon.approve {
	border:1px solid #0064A5; border-radius:6px; color:#0064A5;
}
div[data-layer='creditRequest'] .box ul li.items .icon.trash {
	border:1px solid #A50000; border-radius:6px; color:#A50000;
}
div[data-layer='creditRequest'] ._full .box .content[data-table='_body'] {
	min-height:500px;
}
div[data-layer='creditRequest'] .box .content ._pag_list {
	display:-webkit-flex; align-items:center; width:100%; box-sizing:border-box; justify-content:center; padding-top:20px; position:relative; bottom:20px; left:0; right:0;
}
div[data-layer='creditRequest'] .box .content ._pag_list ._pag {
	display:grid; place-items:center; width:30px; height:30px; box-sizing:border-box; transition:.4s; cursor:pointer;  font-size:15px; font-family:'Poppins'; pointer-events:none; color:#C2C2C2;
}
div[data-layer='creditRequest'] .box .content ._pag_list ._pag.active {
	pointer-events:auto; color:black;
}
div[data-layer='creditRequest'] .box .content ._pag_list ._pag_jump {
	display:grid; place-items:center; width:30px; height:30px; box-sizing:border-box; transition:.4s; font-size:15px; font-family:'Poppins';
}
@media (min-width:360px) and (max-width:960px) {
	div[data-layer='creditRequest'] .box .content.header {
		display:none;
	}
	div[data-layer='creditRequest'] ._full:not(:first-child) .box {
		background:transparent; box-shadow:none; border:0px;
	}
	div[data-layer='creditRequest'] .box .content.body {
		display:-webkit-flex; column-gap:10px; row-gap:10px; flex-wrap:wrap;
	}
	div[data-layer='creditRequest'] .box .content.body ._wrapper_items {
		max-width:300px; border:1px solid #DEDEDE; border-radius:6px; background:white; box-shadow:0 2px 5px rgba(0,0,0,.2); flex-direction:column; align-items:flex-start; padding:20px;
	}
	div[data-layer='creditRequest'] ._full .box .content._status {
		max-width:300px; overflow-x:auto;
	}
	div[data-layer='creditRequest'] .box .content ._pag_list {
		position:relative; margin-top:10px;
	}
	div[data-layer='creditRequest'] .box .content.body ._wrapper_items .items {
		margin-bottom:8px; text-align:left; font-size:13px;
	}
	div[data-layer='creditRequest'] .box .content.body ._wrapper_items .items:last-child {
		margin:0;
	}
	div[data-layer='creditRequest'] .box .content.body ._wrapper_items .items:before {
		color:#C0C0C0; font-size:10px;
	}
	div[data-layer='creditRequest'] .box .content.body ._wrapper_items .items:nth-child(1):before {
		content:'Request ID:';
	}
	div[data-layer='creditRequest'] .box .content.body ._wrapper_items .items:nth-child(2):before {
		content:'Date:';
	}
	div[data-layer='creditRequest'] .box .content.body ._wrapper_items .items:nth-child(3):before {
		content:'Amount:';
	}
	div[data-layer='creditRequest'] .box .content.body ._wrapper_items .items:nth-child(4):before {
		content:'Upgrade To:';
	}
	div[data-layer='creditRequest'] .box .content.body ._wrapper_items .items:nth-child(5):before {
		content:'Receipt:';
	}
	div[data-layer='creditRequest'] .box .content.body ._wrapper_items .items:nth-child(6):before {
		content:'Status:';
	}
	div[data-layer='creditRequest'] .box .content.body ._wrapper_items .items:nth-child(7):before {
		content:'Action:'; flex-shrink:0; width:100%; box-sizing:border-box;
	}
	div[data-layer='creditRequest'] .box ul li.items .media {
		margin:0;
	}
	div[data-layer='creditRequest'] .box .content.body ._wrapper_items .items:nth-child(7) {
		justify-content:flex-start; flex-wrap:wrap;
	}
}


/*Products Management*/
div[data-layer='products'] ._full {
	width:100%; box-sizing:border-box;
}
div[data-layer='products'] .box {
	border:1px solid #DEDEDE; border-radius:6px; background:white; box-shadow:0 2px 5px rgba(0,0,0,.2); margin-bottom:18px; position:relative;
}
div[data-layer='products'] ._full > .box .content {
	width:100%; box-sizing:border-box; margin:0 auto;
}
div[data-layer='products'] .box ul._wrapper_items,
div[data-layer='products'] .box ul._header {
	display:-webkit-flex; align-items:center; padding:12px 0; border-bottom:1px solid #DEDEDE; font-size:13px; font-family:'Poppins'; color:black; justify-content:space-between;
}
div[data-layer='products'] .box ul._wrapper_items {
	font-size:15px; padding:15px 0; width:100%; box-sizing:border-box;
}
div[data-layer='products'] .box ul li {
	width:100%; box-sizing:border-box; flex-shrink:0; text-align:center;
}
div[data-layer='products'] .box ul li.items:nth-child(1) {
	max-width:600px; 
}
div[data-layer='products'] .box ul li.items:nth-child(2),
div[data-layer='products'] .box ul li.items:nth-child(3) {
	max-width:150px;
}
div[data-layer='products'] .box ul li.items:nth-child(4) {
	max-width:120px; display:-webkit-flex; column-gap:8px; align-items:center; 
}
div[data-layer='products'] .box ul li._details {
	display:-webkit-flex; column-gap:12px; align-items:center; padding:0 15px; text-align:left;
}
div[data-layer='products'] .box ul li._details ._img {
	width:100px; height:100px; overflow:hidden; box-sizing:border-box; flex-shrink:0;
}
div[data-layer='products'] .box ul li._details ._title {
	font-size:15px; font-family:'Poppins'; width:100%; box-sizing:border-box;
}
div[data-layer='products'] .box ul li ._price {
	font-size:14px; font-family:'Poppins'; width:100%; box-sizing:border-box; line-height:1;
}
div[data-layer='products'] .box ul li ._strike._price {
	text-decoration:line-through;
}
div[data-layer='products'] .box ul li ._agent {
	font-size:17px; font-family:'Poppins'; width:100%; box-sizing:border-box; color:red; line-height:1.2;
}

div[data-layer='products'] .box .content ._pag_list {
	display:-webkit-flex; align-items:center; width:100%; box-sizing:border-box; justify-content:center; padding-top:20px; position:absolute; bottom:20px; left:0; right:0;
}
div[data-layer='products'] .box .content ._pag_list ._pag {
	display:grid; place-items:center; width:30px; height:30px; box-sizing:border-box; transition:.4s; cursor:pointer;  font-size:15px; font-family:'Poppins'; pointer-events:none; color:#C2C2C2;
}
div[data-layer='products'] .box .content ._pag_list ._pag.active {
	pointer-events:auto; color:black;
}
div[data-layer='products'] .box .content ._pag_list ._pag_jump {
	display:grid; place-items:center; width:30px; height:30px; box-sizing:border-box; transition:.4s; font-size:15px; font-family:'Poppins';
}
@media (min-width:360px) and (max-width:960px) {
	div[data-layer='products'] .box .content.header {
		display:none;
	}
	div[data-layer='products'] ._full .box {
		background:transparent; box-shadow:none; border:0px;
	}
	div[data-layer='products'] .box .content.body {
		display:-webkit-flex; column-gap:10px; row-gap:10px; flex-wrap:wrap;
	}
	div[data-layer='products'] .box .content.body ._wrapper_items {
		max-width:300px; border:1px solid #DEDEDE; border-radius:6px; background:white; box-shadow:0 2px 5px rgba(0,0,0,.2); flex-direction:column; align-items:center; padding:20px;
	}
	div[data-layer='products'] .box .content.body li.items {
		margin-bottom:12px;
	}
	div[data-layer='products'] .box ul li._details ._img {
		width:200px; height:200px;
	}
	div[data-layer='products'] .box .content.body li.items:last-child {
		margin:0;
	}
	div[data-layer='products'] .box .content.body li.items:nth-child(1) {
		flex-direction:column; text-align:center;
	}
	div[data-layer='products'] .box .content.body li.items:nth-child(3) {
		border-top:1px solid rgba(0,0,0,.1); padding-top:8px;
	}
	div[data-layer='products'] .box .content.body li.items:nth-child(4) {
		display:none;
	}
}


/*Orders Management*/
div[data-layer='orders'] ._full {
	width:100%; box-sizing:border-box; 
}
div[data-layer='orders'] ._full .cols {
	display:-webkit-flex; align-items:center; column-gap:20px;
}
div[data-layer='orders'] .box:not(:first-child) {
	min-height:500px;
}
div[data-layer='orders'] .box {
	position:relative; 
}
div[data-layer='orders'] ._full .box .content {
	width:100%; box-sizing:border-box; margin:0 auto;
}
div[data-layer='orders'] ._full .cols > .box {
	width:fit-content;
}
div[data-layer='orders'] ._full .box._status .content {
	display:-webkit-flex; align-items:center; padding:10px 0;
}
div[data-layer='orders'] ._full .box._status .content ._items div {
	width:fit-content; box-sizing:border-box; transition:.5s; border-bottom:2px solid transparent; margin:0 auto;
}
div[data-layer='orders'] ._full .box._status .content ._items.active div {
	border-bottom-color:var(--button-color); transition:.5s;
}
div[data-layer='orders'] ._full .box._status .content ._items {
	width:120px; box-sizing:border-box; border-right:1px solid #C2C2C2; text-align:center; font-size:13px; font-family:'Poppins'; cursor:pointer;
}
div[data-layer='orders'] ._full .box._status .content ._items:last-child {
	border-right:0;
}
div[data-layer='orders'] ._full .button {
	background:var(--button-color); color:black; width:140px; border-radius:6px; text-align:center; padding:10px 13px; box-sizing:border-box; cursor:pointer; font-family:'Poppins','sans-serif'; font-size:13px; border:1px solid transparent; transition:.4s; margin-bottom:18px;
}
div[data-layer='orders'] ._full .button:hover {
	background:white; border-color:black; transition:.4s;
}
div[data-layer='orders'] .box div._cust {
	display:-webkit-flex; align-items:center; padding:6px 15px; font-size:12px; font-family:'Poppins'; background:#dedede; color:black; column-gap:40px; width:100%; box-sizing:border-box;
}
div[data-layer='orders'] .box div._cust .items._name:before {
	content:'\f007:'; font-family:'Font Awesome 5 Free'; font-weight:bold; margin-right:6px;
}
div[data-layer='orders'] .box div._cust .items._email:before {
	content:'\f0e0:'; font-family:'Font Awesome 5 Free'; font-weight:bold; margin-right:6px;
}
div[data-layer='orders'] .box div._cust .items._phone:before {
	content:'\f095:'; font-family:'Font Awesome 5 Free'; font-weight:bold; margin-right:6px;
}
div[data-layer='orders'] .box._status,
div[data-layer='orders'] .box ul._header,
div[data-layer='orders'] .box ._wrapper_items {
	border:1px solid #DEDEDE; border-radius:6px; background:white; box-shadow:0 2px 5px rgba(0,0,0,.2); margin-bottom:18px; 
}
div[data-layer='orders'] .box ul._orderinfo {
	font-size:15px; padding:15px 0; width:100%; box-sizing:border-box;
}
div[data-layer='orders'] .box ul._orderinfo,
div[data-layer='orders'] .box ul._header {
	display:-webkit-flex; align-items:center; padding:12px 0; font-size:13px; font-family:'Poppins'; color:black; justify-content:space-between; width:100%; box-sizing:border-box;
}
div[data-layer='orders'] .box ul {
	font-size:15px;
}
div[data-layer='orders'] .box ul li {
	width:100%; box-sizing:border-box; flex-shrink:0; text-align:center;
}
div[data-layer='orders'] .box ul li.items:nth-child(1) {
	max-width:200px; 
}
div[data-layer='orders'] .box ul li.items:nth-child(2) {
	max-width:400px;
}
div[data-layer='orders'] .box ul li.items:nth-child(3),
div[data-layer='orders'] .box ul li.items:nth-child(4),
div[data-layer='orders'] .box ul li.items:nth-child(5) {
	max-width:100px;
}
div[data-layer='orders'] .box ul li.items:nth-child(6) {
	max-width:150px; display:-webkit-flex; column-gap:8px; align-items:center; justify-content:center;
}

div[data-layer='orders'] .box ul._orderinfo li._details ._orders {
	display:-webkit-flex; column-gap:12px; align-items:center; padding:0 15px; text-align:left;
}
div[data-layer='orders'] .box ul._orderinfo li._details ._img {
	width:60px; height:60px; overflow:hidden; box-sizing:border-box; flex-shrink:0;
}
div[data-layer='orders'] .box ul._orderinfo li ._id,
div[data-layer='orders'] .box ul._orderinfo li._details ._orders ._quantity,
div[data-layer='orders'] .box ul._orderinfo li._details ._orders ._title {
	font-size:15px; font-family:'Poppins'; width:100%; box-sizing:border-box;
}
div[data-layer='orders'] .box ul._orderinfo li._details ._orders ._quantity {
	width:fit-content;
}
div[data-layer='orders'] .box ul._orderinfo li._details ._orders ._title {
	color:#B0B0B0;
}
div[data-layer='orders'] .box ul._orderinfo li ._date {
	font-size:12px; font-family:'Poppins'; width:100%; box-sizing:border-box; color:#D4D4D4; line-height:1;
}
div[data-layer='orders'] .box ul._orderinfo li ._price {
	font-size:15px; font-family:'Poppins'; width:100%; box-sizing:border-box; line-height:1;
}
div[data-layer='orders'] .box ul._orderinfo li.items .icon {
	width:30px; height:30px; box-sizing:border-box; display:grid; place-items:center; cursor:pointer; border:1px solid #9EDAFF; border-radius:6px; font-size:12px;
}
div[data-layer='orders'] .box ul._orderinfo li.items .icon.approve {
	border:1px solid #0064A5; border-radius:6px; color:#0064A5;
}
div[data-layer='orders'] .box ul._orderinfo li.items .icon.trash {
	border:1px solid #A50000; border-radius:6px; color:#A50000;
}
div[data-layer='orders'] .box .content ._pag_list {
	display:-webkit-flex; align-items:center; width:100%; box-sizing:border-box; justify-content:center; padding-top:20px; position:relative; bottom:20px; left:0; right:0;
}
div[data-layer='orders'] .box .content ._pag_list ._pag {
	display:grid; place-items:center; width:30px; height:30px; box-sizing:border-box; transition:.4s; cursor:pointer;  font-size:15px; font-family:'Poppins'; pointer-events:none; color:#C2C2C2;
}
div[data-layer='orders'] .box .content ._pag_list ._pag.active {
	pointer-events:auto; color:black;
}
div[data-layer='orders'] .box .content ._pag_list ._pag_jump {
	display:grid; place-items:center; width:30px; height:30px; box-sizing:border-box; transition:.4s; font-size:15px; font-family:'Poppins';
}
@media (min-width:360px) and (max-width:960px) {
	div[data-layer='orders'] .box .content.header {
		display:none;
	}
	div[data-layer='orders'] ._full .cols {
		flex-direction:column-reverse; align-items:flex-start;
	}
	div[data-layer='orders'] ._full .cols .box {
		overflow-x:auto; max-width:100%;
	}
	div[data-layer='orders'] ._full .box:not(:first-child) {
		background:transparent; box-shadow:none; border:0px;
	}
	div[data-layer='orders'] .box .content.body {
		display:-webkit-flex; column-gap:10px; row-gap:10px; flex-wrap:wrap;
	}
	div[data-layer='orders'] .box .content.body ._wrapper_items {
		max-width:300px; width:100%;
	}
	div[data-layer='orders'] .box .content.body ._wrapper_items ._cust {
		flex-direction:column; align-items:flex-start; 
	}
	div[data-layer='orders'] .box .content.body ._wrapper_items ._cust > .items {
		text-align:left; width:100%; margin-bottom:3px;
	}
	div[data-layer='orders'] .box .content.body ._wrapper_items ._orderinfo {
		flex-direction:column; align-items:flex-start; padding:20px;
	}
	div[data-layer='orders'] ._full .box._status .content {
		flex-wrap:nowrap;
	}
	div[data-layer='orders'] ._full .box._status .content ._items {
		flex-shrink:0;
	}
	div[data-layer='orders'] .box .content ._pag_list {
		position:relative; margin-top:10px;
	}
	div[data-layer='orders'] .box .content.body .items {
		margin-bottom:8px; text-align:left; font-size:13px; max-width:unset;
	}
	div[data-layer='orders'] .box .content.body ._orderinfo .items:last-child {
		margin:0;
	}
	div[data-layer='orders'] .box .content.body ._orderinfo .items:before {
		color:#C0C0C0; font-size:10px; display:block; width:100%;
	}
	div[data-layer='orders'] .box .content.body ._orderinfo .items:nth-child(1):before {
		content:'Orders ID:';
	}
	div[data-layer='orders'] .box .content.body ._orderinfo .items:nth-child(2):before {
		content:'Items:';
	}
	div[data-layer='orders'] .box .content.body ._orderinfo .items:nth-child(3):before {
		content:'Subtotal:';
	}
	div[data-layer='orders'] .box .content.body ._orderinfo .items:nth-child(4):before {
		content:'Shipping Fees:';
	}
	div[data-layer='orders'] .box .content.body ._orderinfo .items:nth-child(5):before {
		content:'Status:';
	}
	div[data-layer='orders'] .box .content.body ._orderinfo .items:nth-child(6):before {
		content:'Action:'; flex-shrink:0; width:100%; box-sizing:border-box;
	}
	div[data-layer='orders'] .box .content.body ._orderinfo .items:nth-child(6) {
		justify-content:flex-start; flex-wrap:wrap;
	}
	div[data-layer='orders'] .box ul li._details ._img {
		display:none;
	}
	div[data-layer='orders'] .box ul._orderinfo li._details ._title,
	div[data-layer='orders'] .box ul._orderinfo li._details ._quantity {
		font-size:12px !important;
	}
	div[data-layer='orders'] .box ul._orderinfo li._details ._orders {
		padding:0;
	}
}


/*Sitemap Management*/
div[data-layer='sitemap'] ._full {
	width:100%; box-sizing:border-box; 
}
div[data-layer='sitemap'] ._full:first-child {
	margin-bottom:30px;
}
div[data-layer='sitemap'] ._full h6 {
	font-size:22px; box-sizing:border-box; font-family:'Poppins'; margin-bottom:9px;
}
div[data-layer='sitemap'] ._full .cols {
	display:-webkit-flex; align-items:center; column-gap:20px; row-gap:20px; flex-wrap:wrap;
}
div[data-layer='sitemap'] .box {
	border:1px solid #DEDEDE; background:white; box-shadow:0 2px 5px rgba(0,0,0,.2); margin-bottom:18px; position:relative; width:200px;
}
div[data-layer='sitemap'] ._full .img {
	width:100%; flex-shrink:0; box-sizing:border-box; max-width:200px;
}
div[data-layer='sitemap'] ._full .content {
	text-align:center; font-size:15px; font-family:'Poppins'; padding:10px 0 15px; 
}
div[data-layer='sitemap'] ._full .cols[data-method="downline"] .content {
	width:100%; box-sizing:border-box; max-width:75%; text-align:left; padding:10px 15px 15px;
}
div[data-layer='sitemap'] ._full .content p:nth-child(2) {
	font-size:13px; line-height:1; color:#cecece;
}
div[data-layer='sitemap'] ._full .cols .action {
	display:-webkit-flex; align-items:center; column-gap:10px; justify-content:center; position:absolute; right:12px; bottom:15px;
}
div[data-layer='sitemap'] ._full .cols[data-method='downline'] .icon {
	width:30px; height:30px; box-sizing:border-box; display:grid; place-items:center; cursor:pointer; border:1px solid #9EDAFF; border-radius:6px; font-size:12px;
}
div[data-layer='sitemap'] ._full .cols[data-method='downline'] .icon.approve {
	border:1px solid #0064A5; border-radius:6px; color:#0064A5;
}


/*Topup Request*/
div[data-layer='withdrawRequest'] ._full {
	width:100%; box-sizing:border-box; 
}
div[data-layer='withdrawRequest'] .box:not(:first-child) {
	min-height:500px;
}
div[data-layer='withdrawRequest'] .box {
	border:1px solid #DEDEDE; border-radius:6px; background:white; box-shadow:0 2px 5px rgba(0,0,0,.2); margin-bottom:18px; position:relative; 
}
div[data-layer='withdrawRequest'] ._full .box .content {
	width:100%; box-sizing:border-box; margin:0 auto;
}
div[data-layer='withdrawRequest'] ._full:first-child > .box {
	width:fit-content;
}
div[data-layer='withdrawRequest'] ._full .box .content._status {
	display:-webkit-flex; align-items:center; padding:10px 0;
}
div[data-layer='withdrawRequest'] ._full .box .content._status ._items div {
	width:fit-content; box-sizing:border-box; transition:.5s; border-bottom:2px solid transparent; margin:0 auto;
}
div[data-layer='withdrawRequest'] ._full .box .content._status ._items.active div {
	border-bottom-color:var(--button-color); transition:.5s;
}
div[data-layer='withdrawRequest'] ._full .box .content._status ._items {
	width:120px; box-sizing:border-box; border-right:1px solid #C2C2C2; text-align:center; font-size:13px; font-family:'Poppins'; cursor:pointer;
}
div[data-layer='withdrawRequest'] ._full .box .content._status ._items:last-child {
	border-right:0;
}
div[data-layer='withdrawRequest'] .box ul._wrapper_items,
div[data-layer='withdrawRequest'] .box ul._header {
	display:-webkit-flex; align-items:center; padding:12px 0; border-bottom:1px solid #DEDEDE; font-size:13px; font-family:'Poppins'; color:black; justify-content:space-between;
}
div[data-layer='withdrawRequest'] .box ul._wrapper_items {
	font-size:15px; padding:15px 0; width:100%; box-sizing:border-box;
}
div[data-layer='withdrawRequest'] .box ul li {
	width:100%; box-sizing:border-box; flex-shrink:0; text-align:center;
}
div[data-layer='withdrawRequest'] .box ul li.items span {
	font-size:12px; color:rgba(188,188,188,.9);
}
div[data-layer='withdrawRequest'] .box ul li.items:nth-child(1),
div[data-layer='withdrawRequest'] .box ul li.items:nth-child(2) {
	max-width:200px; text-align:left; padding-left:20px;
}
div[data-layer='withdrawRequest'] .box ul li.items:nth-child(3),
div[data-layer='withdrawRequest'] .box ul li.items:nth-child(4) {
	max-width:100px;
}
div[data-layer='withdrawRequest'] .box ul li.items:nth-child(5) {
	max-width:150px; display:-webkit-flex; column-gap:8px; justify-content:center; align-items:center;
}
div[data-layer='withdrawRequest'] .box ul li.items .icon {
	width:30px; height:30px; box-sizing:border-box; display:grid; place-items:center; cursor:pointer; border:1px solid #9EDAFF; border-radius:6px; font-size:12px;
}
div[data-layer='withdrawRequest'] .box ul li.items .icon.approve {
	border:1px solid #0064A5; border-radius:6px; color:#0064A5;
}
div[data-layer='withdrawRequest'] .box ul li.items .icon.trash {
	border:1px solid #A50000; border-radius:6px; color:#A50000;
}
div[data-layer='withdrawRequest'] ._full .box .content[data-table='_body'] {
	min-height:500px;
}
div[data-layer='withdrawRequest'] .box .content ._pag_list {
	display:-webkit-flex; align-items:center; width:100%; box-sizing:border-box; justify-content:center; padding-top:20px; position:relative; bottom:20px; left:0; right:0;
}
div[data-layer='withdrawRequest'] .box .content ._pag_list ._pag {
	display:grid; place-items:center; width:60px; height:30px; box-sizing:border-box; transition:.4s; cursor:pointer;  font-size:15px; font-family:'Poppins'; pointer-events:none; color:#C2C2C2;
}
div[data-layer='withdrawRequest'] .box .content ._pag_list ._pag.active {
	pointer-events:auto; color:black;
}
div[data-layer='withdrawRequest'] .box .content ._pag_list ._pag_jump {
	display:grid; place-items:center; width:30px; height:30px; box-sizing:border-box; transition:.4s; font-size:15px; font-family:'Poppins';
}
@media (min-width:360px) and (max-width:960px) {
	div[data-layer='withdrawRequest'] .box .content.header {
		display:none;
	}
	div[data-layer='withdrawRequest'] ._full:not(:first-child) .box {
		background:transparent; box-shadow:none; border:0px;
	}
	div[data-layer='withdrawRequest'] .box .content.body {
		display:-webkit-flex; column-gap:10px; row-gap:10px; flex-wrap:wrap;
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items {
		max-width:300px; border:1px solid #DEDEDE; border-radius:6px; background:white; box-shadow:0 2px 5px rgba(0,0,0,.2); flex-direction:column; align-items:flex-start; padding:20px;
	}
	div[data-layer='withdrawRequest'] ._full .box .content._status {
		max-width:300px; overflow-x:auto;
	}
	div[data-layer='withdrawRequest'] .box .content ._pag_list {
		position:relative; margin-top:10px;
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items {
		margin-bottom:8px; text-align:left; font-size:13px;
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:last-child {
		margin:0;
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(1) p:before,
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(1) span:before,
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(2) p:before,
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(2) span:before,
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:before {
		color:#C0C0C0; font-size:10px;
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(1) p:before {
		content:'Request ID:'; display:block;
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(1) span:before {
		content:'Request Date:'; display:block;
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(2) p:before {
		content:'Bank:'; display:block;
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(2) span:before {
		content:'Account No:'; display:block;
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(3):before {
		content:'Amount:';
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(4):before {
		content:'Status:';
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(5):before {
		content:'Action:'; flex-shrink:0; width:100%; box-sizing:border-box;
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(1),
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(2) {
		padding-left:0;
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(1) p,
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(1) span,
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(2) p,
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(2) span {
		color:black; font-size:13px; width:100%; display:block;
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(1) p, 
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(2) p {
		 margin-bottom:8px;
	}
	div[data-layer='withdrawRequest'] .box .content.body ._wrapper_items .items:nth-child(5) {
		justify-content:flex-start; flex-wrap:wrap;
	}
}


/*Bonus History*/
div[data-layer='transactionHistory'] ._full {
	width:100%; box-sizing:border-box; 
}
div[data-layer='transactionHistory'] .box:not(:first-child) {
	min-height:500px;
}
div[data-layer='transactionHistory'] .date-box {
	margin-bottom:18px; position:relative; display:-webkit-flex; padding:8px 0px; width:fit-content; column-gap:12px; align-items:flex-end; width:100%; box-sizing:border-box;
}
div[data-layer='transactionHistory'] .date-box ._cols {
	display:-webkit-flex; column-gap:12px; width:100%; box-sizing:border-box; max-width:500px;
}
div[data-layer='transactionHistory'] .date-box .panel-input {
	margin-bottom:0;
}
div[data-layer='transactionHistory'] .date-box .panel-input input {
	cursor:pointer; position:relative;
}
div[data-layer='transactionHistory'] .date-box .panel-input input::-webkit-calendar-picker-indicator {
    background: transparent; bottom: 0; color: transparent; cursor: pointer; height: auto; left: 0; position: absolute; right: 0; top: 0; width: auto;
}
div[data-layer='transactionHistory'] .box {
	border:1px solid #DEDEDE; border-radius:6px; background:white; box-shadow:0 2px 5px rgba(0,0,0,.2); margin-bottom:18px; position:relative; 
}
div[data-layer='transactionHistory'] ._full .box .content {
	width:100%; box-sizing:border-box; margin:0 auto;
}
div[data-layer='transactionHistory'] .box ul._wrapper_items,
div[data-layer='transactionHistory'] .box ul._header {
	display:-webkit-flex; align-items:center; padding:12px 0; border-bottom:1px solid #DEDEDE; font-size:13px; font-family:'Poppins'; color:black; justify-content:space-between;
}
div[data-layer='transactionHistory'] .box ul._wrapper_items {
	font-size:15px; padding:15px 0; width:100%; box-sizing:border-box;
}
div[data-layer='transactionHistory'] .box ul li {
	width:100%; box-sizing:border-box; flex-shrink:0; text-align:center; padding:0 15px;
}
div[data-layer='transactionHistory'] .box ul li.items:nth-child(1),
div[data-layer='transactionHistory'] .box ul li.items:nth-child(2) {
	max-width:200px; 
}
div[data-layer='transactionHistory'] .box ul li.items:nth-child(3) {
	max-width:300px;
}
div[data-layer='transactionHistory'] .box ul li.items:nth-child(4) {
	max-width:120px;
}
div[data-layer='transactionHistory'] .box ul li.items:nth-child(1) {
	text-align:left;
}
div[data-layer='transactionHistory'] .box ul li.items:nth-child(4) {
	text-align:right;
}
div[data-layer='transactionHistory'] .box ul li.items.plus {
	color:#00B81F;
}
div[data-layer='transactionHistory'] .box ul li.items.minus {
	color:#B80000;
}
div[data-layer='transactionHistory'] ._full .box .content[data-table='_body'] {
	min-height:500px;
}
div[data-layer='transactionHistory'] .content.pag ._pag_list {
	display:-webkit-flex; align-items:center; width:100%; box-sizing:border-box; justify-content:center; padding-top:20px; position:relative; bottom:20px; left:0; right:0;
}
div[data-layer='transactionHistory'] .content.pag ._pag_list ._pag {
	display:grid; place-items:center; width:30px; height:30px; box-sizing:border-box; transition:.4s; cursor:pointer;  font-size:15px; font-family:'Poppins'; pointer-events:none; color:#C2C2C2;
}
div[data-layer='transactionHistory'] .content.pag ._pag_list ._pag.active {
	pointer-events:auto; color:black;
}
div[data-layer='transactionHistory'] .content.pag ._pag_list ._pag_jump {
	display:grid; place-items:center; width:30px; height:30px; box-sizing:border-box; transition:.4s; font-size:15px; font-family:'Poppins';
}
div[data-layer='transactionHistory'] ._full .button {
	background:var(--button-color); color:black; width:170px; border-radius:6px; text-align:center; padding:10px 13px; box-sizing:border-box; cursor:pointer; font-family:'Poppins','sans-serif'; font-size:13px; border:1px solid transparent; transition:.4s;
}
div[data-layer='transactionHistory'] ._full .button:hover {
	background:white; border-color:black; transition:.4s;
}
@media (min-width:360px) and (max-width:960px) {
	div[data-layer='transactionHistory'] .box {
		max-width:320px; overflow-x:scroll;
	}
	div[data-layer='transactionHistory'] .box .content {
		width:750px !important;
	}
	div[data-layer='transactionHistory'] .content.pag {
		width:300px !important;
	}
	div[data-layer='transactionHistory'] .box ul._wrapper_items {
		font-size:13px;
	}
	div[data-layer='transactionHistory'] .box ul._header {
		font-size:12px;
	}
	div[data-layer='transactionHistory'] .box ul li.items:nth-child(1),
	div[data-layer='transactionHistory'] .box ul li.items:nth-child(2),
	div[data-layer='transactionHistory'] .box ul li.items:nth-child(3) {
		max-width:200px;
	}
	div[data-layer='transactionHistory'] .box ul li.items:nth-child(4) {
		max-width:90px;
	}
	div[data-layer='transactionHistory'] .date-box {
		flex-direction:column; row-gap:12px; align-items:flex-start;
	}
	div[data-layer='transactionHistory'] .date-box .button {
		width:100% !important;
	}
}

/*Credit History*/
div[data-layer='creditHistory'] ._full {
	width:100%; box-sizing:border-box; 
}
div[data-layer='creditHistory'] .box:not(:first-child) {
	min-height:500px;
}
div[data-layer='creditHistory'] .date-box {
	margin-bottom:18px; position:relative; display:-webkit-flex; padding:8px 0px; width:fit-content; column-gap:12px; align-items:flex-end; width:100%; box-sizing:border-box;
}
div[data-layer='creditHistory'] .date-box ._cols {
	display:-webkit-flex; column-gap:12px; width:100%; box-sizing:border-box; max-width:500px;
}
div[data-layer='creditHistory'] .date-box .panel-input {
	margin-bottom:0;
}
div[data-layer='creditHistory'] .date-box .panel-input input {
	cursor:pointer; position:relative;
}
div[data-layer='creditHistory'] .date-box .panel-input input::-webkit-calendar-picker-indicator {
    background: transparent; bottom: 0; color: transparent; cursor: pointer; height: auto; left: 0; position: absolute; right: 0; top: 0; width: auto;
}
div[data-layer='creditHistory'] .box {
	border:1px solid #DEDEDE; border-radius:6px; background:white; box-shadow:0 2px 5px rgba(0,0,0,.2); margin-bottom:18px; position:relative; 
}
div[data-layer='creditHistory'] ._full .box .content {
	width:100%; box-sizing:border-box; margin:0 auto;
}
div[data-layer='creditHistory'] .box ul._wrapper_items,
div[data-layer='creditHistory'] .box ul._header {
	display:-webkit-flex; align-items:center; padding:12px 0; border-bottom:1px solid #DEDEDE; font-size:13px; font-family:'Poppins'; color:black; justify-content:space-between;
}
div[data-layer='creditHistory'] .box ul._wrapper_items {
	font-size:15px; padding:15px 0; width:100%; box-sizing:border-box;
}
div[data-layer='creditHistory'] .box ul li {
	width:100%; box-sizing:border-box; flex-shrink:0; text-align:center; padding:0 15px;
}
div[data-layer='creditHistory'] .box ul li.items:nth-child(1),
div[data-layer='creditHistory'] .box ul li.items:nth-child(2) {
	max-width:200px; 
}
div[data-layer='creditHistory'] .box ul li.items:nth-child(3) {
	max-width:300px;
}
div[data-layer='creditHistory'] .box ul li.items:nth-child(4) {
	max-width:120px;
}
div[data-layer='creditHistory'] .box ul li.items:nth-child(1) {
	text-align:left;
}
div[data-layer='creditHistory'] .box ul li.items:nth-child(4) {
	text-align:right;
}
div[data-layer='creditHistory'] .box ul li.items.plus {
	color:#00B81F;
}
div[data-layer='creditHistory'] .box ul li.items.minus {
	color:#B80000;
}
div[data-layer='creditHistory'] ._full .box .content[data-table='_body'] {
	min-height:500px;
}
div[data-layer='creditHistory'] .content.pag ._pag_list {
	display:-webkit-flex; align-items:center; width:100%; box-sizing:border-box; justify-content:center; padding-top:20px; position:relative; bottom:20px; left:0; right:0;
}
div[data-layer='creditHistory'] .content.pag ._pag_list ._pag {
	display:grid; place-items:center; width:30px; height:30px; box-sizing:border-box; transition:.4s; cursor:pointer;  font-size:15px; font-family:'Poppins'; pointer-events:none; color:#C2C2C2;
}
div[data-layer='creditHistory'] .content.pag ._pag_list ._pag.active {
	pointer-events:auto; color:black;
}
div[data-layer='creditHistory'] .content.pag ._pag_list ._pag_jump {
	display:grid; place-items:center; width:30px; height:30px; box-sizing:border-box; transition:.4s; font-size:15px; font-family:'Poppins';
}
div[data-layer='creditHistory'] ._full .button {
	background:var(--button-color); color:black; width:170px; border-radius:6px; text-align:center; padding:10px 13px; box-sizing:border-box; cursor:pointer; font-family:'Poppins','sans-serif'; font-size:13px; border:1px solid transparent; transition:.4s;
}
div[data-layer='creditHistory'] ._full .button:hover {
	background:white; border-color:black; transition:.4s;
}
@media (min-width:360px) and (max-width:960px) {
	div[data-layer='creditHistory'] .box {
		max-width:320px; overflow-x:scroll;
	}
	div[data-layer='creditHistory'] .box .content {
		width:750px !important;
	}
	div[data-layer='creditHistory'] .content.pag {
		width:300px !important;
	}
	div[data-layer='creditHistory'] .box ul._wrapper_items {
		font-size:13px;
	}
	div[data-layer='creditHistory'] .box ul._header {
		font-size:12px;
	}
	div[data-layer='creditHistory'] .box ul li.items:nth-child(1),
	div[data-layer='creditHistory'] .box ul li.items:nth-child(2),
	div[data-layer='creditHistory'] .box ul li.items:nth-child(3) {
		max-width:200px;
	}
	div[data-layer='creditHistory'] .box ul li.items:nth-child(4) {
		max-width:90px;
	}
	div[data-layer='creditHistory'] .date-box {
		flex-direction:column; row-gap:12px; align-items:flex-start;
	}
	div[data-layer='creditHistory'] .date-box .button {
		width:100% !important;
	}
}