.bg-default{
	background-color:#172b4d !important;
}
.navbar{
	/*background:linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;*/	
}
.topper_link{
	float:right !important;
}
.topper_link a{
	color:#7382b9;
	transition:all ease .3s;
}
.topper_link a:hover{
	color:#7382b9;
	text-decoration:none;
	opacity:1;
}
.topper_link li{
	list-style:none;
	display:inline-block;
	padding:0 10px;
}
.topper_link li i{
	font-size:12px;
	/*border:1px solid #fff;
	border-radius:50%;
	padding:6px;*/
}
@media (max-width:414px){
	.topper_link{
		margin-top:-30px;
	}
}
/*===== nav-link dropdown menu =====*/
.nav-link.dropdown{
	font-size:14px;
	background:#013071;
    border-radius: 30px;
    padding:6px 20px !important;	
}
.dropdown-menu .dropdown-header{
	padding:0 1.5rem;
}
.dropdown-menu a.dropdown-item{
	font-size:14px;
	color:#525f7f;
}
.dropdown-menu a.dropdown-item i{
	margin-right:10px;
}
@media (max-width:768px){
	.nav-link.dropdown{
    float: right;
    top: -45px;
    position: absolute;
    right: 0;	
	}
}
/*** login.php *****/
.message_success_alert{
	z-index:2;
	margin:auto;
	width:100%;
	font-size:12pt;
	line-height:1.2;
}
.login_header{
	position:relative;
	/*background:#172b4d;*/
	padding:2em 0;
}
.skew-bottom {
  background: #41ade5;
  color: #fff;
  position: relative;
  z-index: 1;
}
.skew-bottom:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 80%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-4.5deg);
  transform-origin: 100%;
  z-index: -1;
}
.bg-gradient-primary{
	/*background:linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;*/
	background-image: -moz-linear-gradient(-57deg, #7121ff 0%, #21d4fd 100%);
    background-image: -webkit-linear-gradient(-57deg, #7121ff 0%, #21d4fd 100%);
    background-image: -ms-linear-gradient(-57deg, #7121ff 0%, #21d4fd 100%);
}
.bg-gradient-primary2{
	background:linear-gradient(87deg, #1A5276 0, #5DADE2 100%) !important;
}
.main_logo{
	padding:3em 0;
}
.main_logo img{
	width:100%;
}
.login_box{
	z-index:2;
	max-width:450px;
	margin:0 auto;
	color:#a9a9a9;
}
.login_box #_submit{
	width:100%;
	border:none;
	background:#5e72e4;
	transition:all ease .3s;
}
.login_box #_submit:hover{
	background:#4d60cc;
}
.login_box_bottom{
	z-index:2;
	max-width:450px;
	margin:0 auto;
	padding:15px 0;
}
.login_box_bottom a{
	color:#7382b9;
	transition:all ease .3s;
}
.login_box_bottom a:hover{
	color:#777;
	text-decoration:none;
}
.login_box_bottom > div{
	width:50%;
	display:block;
	float:left;
}
.login_box_bottom div + div{
	text-align:right;
}
@media (max-width: 992px){
	.main_logo{
		padding:20px 0;
	}
}
@media (min-width: 992px){
	.login_header{
		min-height:260px;
		max-height:260px;
	}
}
@media (max-width:414px){
	.login_header{
		min-height:200px;
		max-height:200px;
	}
	.main_logo{
		padding:0 0;
	}
	.login_box_bottom > div{
		width:100%;
	}
	.login_box_bottom div + div{
	text-align:left;
	}
}
/*** Inside content page *****/
body{
    color: #525f7f;
	line-height:2;	
}
body.darkBlue_bg{
	background:#172b4d;
	position:relative;
}
body.defaultBg{
	background:#f5f8fd;
	position:relative;
}

#blurred-shape::before,
#blurred-shape::after{
	content: "";
    position: absolute;
    background-image: url(../../media/images/hexagon_blurred.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}
#blurred-shape::before{
	left: 50px;
    top: 150px;
    height: 120px;
    width: 120px;	
}
#blurred-shape::after{
	right: 40px;
    bottom: -20px;
    height: 100px;
    width: 100px;
}
.inside_header{
	padding:3em 20px;
	padding-bottom:5em;
}
.inside_header h2{
	color:#fff;
}
.content_wrapper_box{
	margin-top:-3rem;
}
/*===== color css =====*/
.text-dark-blue{
	color:#005b9d !important;
}
.text-orange-peel{
	color:#eb9815 !important;
}

/*===== card css =====*/
#page-content-wrapper .card-header{
	background:#005b9d;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#page-content-wrapper .card-header h6{
	margin:0;
}
.title{color:#32325d;}
.shadow{
	box-shadow:0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}
.card .table th{
	color:#8898aa;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1.2px;
	vertical-align:top;
}
.card .table tr td{
	font-size:.8125rem;
	color:#525f7f;
	vertical-align: middle;
}
/*===== End card css =====*/
input#_submit{
	background:#2dce89;
	color:#fff;
	border:0;
	font-weight:600;
	box-shadow:0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
input#_submit:hover{
	background:#14b16e;
}

input#_confirm{
	background:#2dce89;
	color:#fff;
	border:0;
	font-weight:600;
	box-shadow:0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
input#_confirm:hover{
	background:#14b16e;
}

input#back{
	background:#2dce89;
	color:#fff;
	border:0;
	font-weight:600;
	box-shadow:0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
input#back:hover{
	background:#14b16e;
}

.btn-primary{
	color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);	
}
#sidebar-wrapper .list-group a.list-group-item {
	display: flex;
    align-items: center;
	font-size:1rem;
}
#sidebar-wrapper .list-group a.list-group-item i{
	padding:0 8px;
	color:#5e72e4;
	font-size:14px;
}
#sidebar-wrapper .list-group-header i{
	padding:0 8px 0 3px;
	color:#5e72e4;	
	font-size:14px;
}
.list-group-header {
  position: relative;
  display: block;
  padding: 10px 15px;
  color:#000;
  margin-bottom: -1px;
  background:#f1f1f1;
  border: none;
  font-size:12pt;
  font-weight:500;
}
.list-group-head{
	background:#005b9d;
	color:#fff;
}
/*** dashboard *****/
.card-stats .card-body{
	padding: 1rem 1.5rem;
}
.card-stats h5{
    font-size:.8125rem;	
}
.text-muted{
	color: #8898aa !important;	
}
.text-sm{
    font-size: .875rem !important;
}
.text-success{
	color: #2dce89 !important;
}
.text-fail{
	color:#f7392b !important;
}
.stats_amount{
	font-size:1.25rem;
	font-weight:bold;
}
.icon-shape{
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;	
}
.icon{
    width: 3rem;
    height: 3rem;	
}
/*** cryptowallet.php *****/
.btn-unvailable{
	color: #212529;
    border-color: #f7fafc;
    background-color: #f7fafc;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);	
	transition:all ease .3s;
}
.btn-unvailable:hover{
    color: #212529;
    border-color: #f7fafc; 
    background-color: #efefef;
}
.btn-deposit{
	color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.btn-deposit:hover{
	background:#4659c3;
	color:#fff;
}
.btn-copy{
	position:absolute;
	right:20px;
	color: #fff;
	border-radius:0 5px 5px 0;
    border-color: #5e72e4;
    background-color: #5e72e4;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.btn-copy:hover{
	background:#4659c3;
	color:#fff;
}
.btn-withdrawal{
	color: #fff;
    border-color: #172b4d;
    background-color: #172b4d;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.btn-withdrawal:hover{
	color:#fff;
	background:#09172d;
}

.btn-history{
	color: #fff;
    border-color: #196F3D;
    background-color: #196F3D;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.btn-history:hover{
	color:#fff;
	background:#145A32;
}
/*** currencyTab.php *****/
.nav-pills .nav-item:not(:last-child){
	padding-right: 1rem;
}
.nav-pills .nav-item.active .nav-link{
	background-color:#5e72e4;
	color:#fff
}
.nav-pills .nav-link{
	font-size: .875rem;
    font-weight: 500;
    padding: .75rem 1rem;
    transition: all .15s ease;
    color: #5e72e4;
    background-color: #fff;
	border:none;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.nav-pills .nav-link:hover{
	background-color:#5e72e4;
	color:#fff;
}
@media (max-width:992px){
	.nav-pills .nav-item{
		width:100%;
		margin-bottom:5px;
	}
	.nav-pills .nav-item:not(:last-child){
	padding-right:0;
	}
}
@media (max-width:414px){
	.nav-pills .nav-item{
		margin-bottom:.2rem;
	}
	.nav-pills .nav-item:not(:last-child){
		padding-right:0;
	}
}
/*** Button style *****/
.btn_swap{
	padding:.526rem;
	border-radius:5px;
	width:100%;
	max-width:320px;
}

/*** Exchange.php *****/
.icon_swap{
	max-width:100px;
	margin:30px 0;
	transition:all ease .3s;
}

@media (max-width:929px){
	.icon_swap{
	  -ms-transform: rotate(90deg); /* IE 9 */
	  transform: rotate(90deg);
	}
}

/*** Admin layout css *****/
.media-logo{
	padding:10px 15px;
}
.media-logo img{
	max-width:100%;
}

/***
=======================
	Genealogy
=======================
***/
.gen-tree ul{
	margin:0;
	padding:0;
}
.gen-tree li{
	list-style:none;
	display:flex;
	margin-bottom:6px;
}
.expand-tree-btn{
	position:relative;
	width:auto;
	height:auto;
	display:inline-block;
	cursor:pointer;
}
.expand-tree-btn:before{
	/*content:'+';*/
}
.gen-tree li.tree-toogle{
	margin-left:20px;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:20px;
	border-bottom:1px solid #444;
	position:relative;
}
.gen-tree li.tree-toogle:before{
	content: "";
    position: absolute;
    z-index: 1;
    top: 0.2em;
    right: auto;
    bottom:20px;
    left:5px;
    width: auto;
    height: auto;
    margin: auto;
    border-right: dotted #c4c4c4 0.1em;
    color: #c4c4c4;
}
.gen-tree li.tree-toogle li{
    display: flex;
    position: relative;
    z-index: 3;	
}
.gen-tree li.tree-toogle li:after{
	/*content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0.5em;
    border-top: dotted #c4c4c4 0.1em;
    width: 0.55em;
    height: 0.1em;*/
}
.gen-tree li.tree-toogle li span:nth-child(2){
	margin-left:auto;
}
/*.gen-tree li.tree-toogle li#display_1,
.gen-tree li.tree-toogle li#display_2,
.gen-tree li.tree-toogle li#display_3,
.gen-tree li.tree-toogle li#display_4,
.gen-tree li.tree-toogle li#display_5,
.gen-tree li.tree-toogle li#display_6,
.gen-tree li.tree-toogle li#display_7,
.gen-tree li.tree-toogle li#display_8,
.gen-tree li.tree-toogle li#display_9,
.gen-tree li.tree-toogle li#display_10,
.gen-tree li.tree-toogle li#display_11,
.gen-tree li.tree-toogle li#display_12,
.gen-tree li.tree-toogle li#display_13,
.gen-tree li.tree-toogle li#display_14,
.gen-tree li.tree-toogle li#display_15,
.gen-tree li.tree-toogle li#display_16,
.gen-tree li.tree-toogle li#display_17
{
	margin-left:10px;
	position:relative;
}
.gen-tree li.tree-toogle li#display_1:before,
.gen-tree li.tree-toogle li#display_2:before,
.gen-tree li.tree-toogle li#display_3:before,
.gen-tree li.tree-toogle li#display_4:before,
.gen-tree li.tree-toogle li#display_5:before,
.gen-tree li.tree-toogle li#display_6:before,
.gen-tree li.tree-toogle li#display_7:before,
.gen-tree li.tree-toogle li#display_8:before,
.gen-tree li.tree-toogle li#display_9:before,
.gen-tree li.tree-toogle li#display_10:before,
.gen-tree li.tree-toogle li#display_11:before,
.gen-tree li.tree-toogle li#display_12:before,
.gen-tree li.tree-toogle li#display_13:before,
.gen-tree li.tree-toogle li#display_14:before,
.gen-tree li.tree-toogle li#display_15:before,
.gen-tree li.tree-toogle li#display_16:before,
.gen-tree li.tree-toogle li#display_17:before
{
	content:'';
	position:absolute;
	top:0;
    right: auto;
    bottom:0;
    left:-12px;
    width: auto;
    height:auto;
    margin: auto;
    border-right: dotted #c4c4c4 0.1em;
    color: #c4c4c4;
}
.gen-tree li.tree-toogle li#display_1:after,
.gen-tree li.tree-toogle li#display_2:after,
.gen-tree li.tree-toogle li#display_3:after,
.gen-tree li.tree-toogle li#display_4:after,
.gen-tree li.tree-toogle li#display_5:after,
.gen-tree li.tree-toogle li#display_6:after,
.gen-tree li.tree-toogle li#display_7:after,
.gen-tree li.tree-toogle li#display_8:after,
.gen-tree li.tree-toogle li#display_9:after,
.gen-tree li.tree-toogle li#display_10:after,
.gen-tree li.tree-toogle li#display_11:after,
.gen-tree li.tree-toogle li#display_12:after,
.gen-tree li.tree-toogle li#display_13:after,
.gen-tree li.tree-toogle li#display_14:after,
.gen-tree li.tree-toogle li#display_15:after,
.gen-tree li.tree-toogle li#display_16:after,
.gen-tree li.tree-toogle li#display_17:after
{
	content:'';
	display:none;
}
@media (max-width:414px){
	.gen-tree li.tree-toogle{
		margin-left:10px;
	}
}
.gen-tree li.tree-toogle li.tree_lvl1{
	position:relative;
}
.gen-tree li.tree-toogle li.tree_lvl1:after{
	content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0.5em;
    border-top: dotted #c4c4c4 0.1em;
    width: 0.55em;
    height: 0.1em;
}
.gen-tree li.tree-toogle li li.tree_lvl2{
	padding-left:20px;
	position:relative;
}
.gen-tree li.tree-toogle li li.tree_lvl2:before{
	content: "";
    display: block;
	position: absolute;
	background:#c4c4c4;
	top:-5px;
	left:6px;
    width:1px;
    height: 16px;
}
.gen-tree li.tree-toogle li li.tree_lvl2:after{
	content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0.5em;
    border-top: dotted #c4c4c4 0.1em;
    width: 0.55em;
    height: 0.1em;
}
*/

.extend-tree{
	margin-left:20px;
}
.extend-tree + li li.extend-tree{
	margin-left:20px;
}

/***
=======================
	Genealogy Tree
=======================
***/

.listree-submenu-heading{
  cursor:pointer
}
ul.listree{
	margin:0;
	padding:0;
    list-style:none
}
ul.listree li{
	padding:0px 0;
	line-height:2;
}
ul.listree + li{
	margin-bottom:6px;
}
ul.listree-submenu-items{
    list-style:none;
    border-left:1px dashed black;
    white-space:nowrap;
    /*margin-right:4px;*/
    padding-left:20px
}

div.listree-submenu-heading{
	position:relative;
	padding-left:20px;
	display:flex;
}

div.listree-submenu-heading.collapsed:before{
    content:"+";
    position:absolute;
	top:10px;
	left:0;
	background:rgba(0,0,0,.75);
	color:#fff;
	line-height:0.7;
	height:15px;
	width:15px;
	text-align:center;
}
div.listree-submenu-heading.expanded:before{
    content:"-";
    position:absolute;
	top:10px;
	left:0;
	background:rgba(0,0,0,.5);
	color:#fff;
	line-height:0.7;
	height:15px;
	width:15px;
	text-align:center;
}
.scrollable-menu{
    height:auto;
    max-width:800px;
    overflow-y:hidden
}
.lt-right{
	width:50%;
	margin-left:auto;
	display:flex;
	justify-content:end;
}
.lt-box{
	min-width:200px;
	text-align:right;
}
@media (max-width:414px){
	ul.listree{
		min-width:650px;
	}
	
	.lt-name{
		max-width: 250px;
		word-break:break-word;
		/*overflow: hidden;
		text-overflow: ellipsis;*/
	}
}
/*** Dashboard new css ***/
.dashboard-card-icon{
	background:#efefef;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px;
	width:45px;
	height:45px;
	border-radius:15px;
}
.sales-label{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	border-radius:15px;
	padding:2px 10px;
	font-weight:bold;
}
.sales-up{
	background:#bcffbc;
	color:#00a915;
}
.sales-down{
	background:#ffbcbc;
	color:#e31313;
}
.member-name {
	font-weight: 600;
	color: #111827;
}
.amount-text {
	font-weight: 700;
	color: #111827;
}
.badge-custom {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	border: 1px solid transparent;
	white-space: nowrap;
}
.badge-real {
	background: #eafaf0;
	color: #22a95b;
	border-color: #b9ebc9;
}
.badge-pending {
	background: #fff7e6;
	color: #d79a00;
	border-color: #f2d58b;
}
.badge-confirmed {
	background: #eef4ff;
	color: #3b82f6;
	border-color: #bfd4ff;
}
.badge-empty {
	background: #f1f5f9;
	color: #94a3b8;
	border-color: #d8e0e8;
}
.badge-loan {
	background: #f5ecff;
	color: #a855f7;
	border-color: #dfc3ff;
}
.status-wrap {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
}
.status-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
}
.dot-green {
	background: #22c55e;
}
.dot-yellow {
	background: #eab308;
}
.dot-blue {
	background: #3b82f6;
}
/*** Redemption ***/
.stat-card {
	background: #fff;
	border: 1px solid #d9dde3;
	border-radius: 18px;
	padding: 18px 20px 20px;
	min-height: 175px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.stat-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 28px;
	gap: 12px;
}
.icon-box {
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: #f4f6fa;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 16px;
}
.icon-blue { color: #2f6bff; }
.icon-purple { color: #8b3dff; }
.icon-orange { color: #ff5a1f; }
.icon-green { color: #20b15a; }
.status-badge {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	line-height: 1;
	padding: 6px 10px;
	border-radius: 999px;
	white-space: nowrap;
	font-weight: 500;
}
.badge-green {
	background: #eefbf3;
	color: #20b15a;
}
.badge-gray {
	background: #eef1f5;
	color: #7b8aa0;
}
.stat-label {
	font-size: 13px;
	font-weight: 500;
	color: #5b6f91;
	letter-spacing: 0.4px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.stat-value {
	font-size: 20px;
	font-weight: 700;
	color: #061a44;
	line-height: 1.2;
	margin: 0;
}
@media (max-width: 991.98px) {
	.stat-card {
		min-height: auto;
	}
}
.filter-card {
	background: #fff;
	border: 1px solid #d9dde3;
	border-radius: 20px;
	padding: 18px 16px 18px;
}
.filter-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:15px;
	flex-wrap: wrap;
	gap: 12px;
}
.filter-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 700;
	color: #0b1739;
	margin: 0;
}
.hide-search-link {
	color: #2357f5;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
}
.hide-search-link:hover {
	text-decoration: underline;
}
.filter-actions {
	display: flex;
	justify-content: flex-end;
	align-items: end;
	gap: 12px;
	height: 100%;
	flex-wrap: wrap;
}
.checkbox-group{
	display:flex;
	align-items:center;
	gap:15px;
	flex-wrap:wrap;
}
.table-card {
	background: #fff;
	border: 1px solid #d8dee8;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
}
.custom-table {
	width: 100%;
	min-width: 1150px;
	margin-bottom: 0;
	vertical-align: middle;
}
.custom-table thead th {
	background: #f3f6fa;
	color: #355277;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 10px;
	border-bottom: 1px solid #d8dee8;
	white-space: nowrap;
}
.custom-table tbody td {
	padding: 10px 10px;
	font-size: 14px;
	color: #46627f;
	border-top: 1px solid #e5eaf1;
	vertical-align: middle;
}
.custom-table tbody tr:hover {
	background: #fafcff;
}
.checkbox-cell {
	width: 42px;
	text-align: center;
}
.id-cell {
	width: 60px;
	color: #4d6a8a;
}
.date-cell {
	min-width: 175px;
	color: #4d6a8a;
	white-space: nowrap;
}
.method-text {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	color: #4b6787;
}
.method-text .pickup-icon {
	color: #2b67f6;
	font-size: 12px;
}
.method-text .delivery-icon {
	color: #ff6b1a;
	font-size: 12px;
}
.details-cell {
	min-width: 200px;
	font-size: 13px !important;
	line-height: 1.5;
	color: #506b8a !important;
}
.details-cell .line {
	margin-bottom: 2px;
}
.details-cell .fee {
	color: #ff6b1a;
	white-space: nowrap;
}
.details-cell .product-link {
	color: #4d39ff;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.details-cell .product-link:hover {
	text-decoration: underline;
}
.status-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	border: 1px solid transparent;
	white-space: nowrap;
}
.status-processing {
	color: #2157f3;
	background: #dfe9ff;
	border-color: #bfd0ff;
}
.status-completed {
	color: #0f8b4c;
	background: #d9f5e5;
	border-color: #b7eacb;
}
.status-delivered {
	color: #0f8b4c;
	background: #d9f5e5;
	border-color: #b7eacb;
}
.status-transit {
	color: #c76a00;
	background: #ffe8bf;
	border-color: #ffd38b;
}
.status-date {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	color: #9aa9bf;
	font-style: italic;
	white-space: nowrap;
}
.action-cell {
	width: 78px;
	text-align: center;
	white-space: nowrap;
}
.action-btn {
	border: 0;
	background: transparent;
	color: #2a5cff;
	font-size: 16px;
	padding: 4px 6px;
	cursor: pointer;
}
.action-btn.more {
	color: #93a3ba;
}
.table-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 14px;
	border-top: 1px solid #e5eaf1;
	background: #fff;
	flex-wrap: wrap;
	gap: 10px;
}
.pagination-wrap {
	display: flex;
	gap: 8px;
}
.btn-page {
	min-width: 66px;
	height: 34px;
	border-radius: 10px;
	border: 1px solid #e0e5ed;
	background: #f8fafc;
	color: #a5b2c2;
	font-size: 13px;
	padding: 0 12px;
}
.btn-page:disabled {
	opacity: 1;
	cursor: not-allowed;
}