.navbar-sidebar {
	border-right: 1px solid #ced4da;
    padding: 35px 35px 35px 0px;
	height: 100%;
}
.navbar-sidebar .navbar__list li.active>a {
    color: #4272d7;
}
.navbar-sidebar .navbar__list li a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: #555;
    font-size: 16px;
    padding: 10px 0;
}
.navbar-sidebar .navbar__list li a:hover,
.navbar-sidebar .navbar__list li.current-menu-item a{
    color: #4272d7;
	text-decoration: none;
}
.navbar-sidebar .navbar__list li a i {
    margin-right: 19px;
}
.table-wrap {
	border-radius: 4px;
	border: 1px solid #dee2e6;
	padding: 1.5rem;
}
.table-wrap table{
	white-space: nowrap;	
}
.table-wrap thead td{
	border-top: none;
}
.table-wrap thead th{
	border-top: none;
	border-bottom: none;
}
.table-wrap tbody td {
	vertical-align: middle;
}
.table-wrap tbody .add-note {
    cursor: pointer;
}
.table-wrap tbody .add-note .add-note-wrap {
    min-height: 58px;
}
.table-wrap tbody .add-note .add-note-wrap .group-add-note {
    display: none;
}
.table tbody td.status .btn{
	color: #fff;
  	background-color: #CC3333;
    border-color: #CC3333;
}
table tbody td.status .btn.shipping_to_vn{
	color: #fff;
    background-color: #70BBFD;
    border-color: #70BBFD;
}
table tbody td.status .btn.proceeding_to_pickup{
	color: #fff;
    background-color: #F2994A;
    border-color: #F2994A;
}
table tbody td.status .btn.shipping_warehouse_vn{
	color: #fff;
    background-color: #4DACC8;
    border-color: #4DACC8;
}
table tbody td.status .btn.delivered{
	color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
table tbody td.status .btn.delivering{
	color: #fff;
    background-color: #F6DA6E;
    border-color: #F6DA6E;
}
.table-wrap .btn-toolbar {
	flex-wrap: nowrap;
}
h1.entry-title {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 0;
}
.labelTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.wrap-sidebar {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.wrap-sidebar .content-left {
	width: 240px;
	padding-right: 15px;
	padding-left: 15px;
}
.wrap-sidebar .content-right {
	width: calc(100% - 240px);
	padding: 35px 15px;
}
.input-group-v1 select{
	border-radius: 4px 0px 0px 4px;
}
.input-group-v1 button{
	border-radius: 0px 4px 4px 0px !important;
}
select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 1em;
}
.alignleft {
    float: left;
}
.table-wrap .toggle-row,
.wp-list-table tfoot {
	display: none;
}
.table-wrap .tablenav {
    clear: both;
    margin: 6px 0 4px;
    vertical-align: middle;
}
.tablenav .actions {
    padding: 0 8px 0 0;
}
.table-wrap .actions select {
    float: left;
    margin-right: 6px;
    max-width: 15rem;
	min-width: 10rem;
	display: block;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.table-wrap .button {
	display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 33px;
    min-height: 35px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
	color: #2271b1;
    border-color: #ced4da;
    background: #f6f7f7;
    vertical-align: top;
}
.table-wrap .tablenav-pages {
    float: right;
    margin: 0 0 9px;
}
.table-wrap .displaying-num {
    margin-right: 7px
}
.tablenav-pages .current-page {
    margin: 0 2px 0 0;
    font-size: 13px;
    text-align: center;
	padding: 0 8px;
    line-height: 2;
    min-height: 35px;
	box-shadow: 0 0 0 transparent;
	border-radius: 4px;
	border: 1px solid #8c8f94;
	background-color: #fff;
	color: #2c3338;
}
.table-wrap .total-pages {
    margin-right: 2px;
}
p.search-box {
    float: right;
}
.search-box input[name="tk"], .tablenav .search-plugins input[name="s"], .tagsdiv .newtag {
    float: left;
    margin: 0 4px 0 0;
	padding: 0 8px;
    line-height: 2;
    min-height: 35px;
	box-shadow: 0 0 0 transparent;
	border-radius: 4px;
	border: 1px solid #8c8f94;
	background-color: #fff;
	color: #2c3338;
	outline: none;
}

@media (max-width: 992px) {
	.wrap-sidebar {
		flex-direction: column;
	}
	.wrap-sidebar .content-left,
	.wrap-sidebar .content-right{
		width: 100%;
	}
	.navbar-sidebar {
		padding-bottom: 0;
		padding-right: 0;
		border-right: none;
	}
}