.logout_custom {
    display: flex !important;
    align-items: center !important;
}
.shop-logo_custom {
    max-width: 80% !important;
    max-height: 50px !important;
    object-fit: contain;

}
.all-orders_custom .btn{
    width: 100%;
}
.border_custom {
    border-right: 1px solid #333;
}
#border_custom {
    border-right: 1px solid #333;
}
.email_custom {
    padding-left: 0 !important;
}
.btn-invoice{
	width: 100% !important
}
.m-datatable__table .btn-secondary {
    cursor: default !important;
    opacity: .7;
}
.error {
    border: 1px solid red !important
}
.center{
	text-align: center
}
.comment-modal_custom th{
    width: 33%;
    padding: 10px;
}
.comment-modal_custom thead{
    background: rgb(236, 236, 236);

}
.comment-modal_custom td{
    padding: 10px;
    background: #faf9fc;
}
/* ======================================= */
.m-datatable_custom {
    min-height: 50px !important;
}
.message-info-custom {
    font-size: 1.3rem;
    margin-left: 10px;
    font-weight: 300;
    font-family: Roboto;
}
.m-content_custom {
    padding: 10px 30px !important;
}
.m-content_custom .m-portlet {
    margin-bottom: 0;
}
.product-logo-c > a{
    font-weight: 500;
    font-size: 1.3rem;
    color: #575962;
    display: block;
}
.product-logo-c img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.btn-row-c .form-group > button {
    margin-top: 15px;
}
.btn-row-c .form-group > div {
    margin-top: 15px;
}
.m-form__section_c .select2{
    max-width: 100% !important;
}
.dushboard-custom .m-widget24__stats{
    transform: translateY(-15px);
}
.overflow-c {
    overflow: scroll;
}
.custom-file .custom-file-label{
	overflow: hidden
}
#importProductsForm{
	display: flex
}
#products_table th, #products_table td{
	position: relative;
	text-align: center;
}
#products_table .m-datatable__cell:nth-child(1), #products_table .m-datatable__cell:nth-child(2){
    cursor: default;
}
.m-datatable__cell:nth-child(1), .m-datatable__cell:nth-child(2), .m-datatable__cell:nth-child(3){
    cursor: pointer;
}
#products_table .m-datatable__cell:nth-child(3),
#products_table .m-datatable__cell:nth-child(4){
    cursor: pointer;
}
td[data-field="ProductName"] > span {
    color: #716aca !important;
}
td[data-field="ProductName"] > span:hover{
    text-decoration: underline;
}

#products_table th:nth-of-type(6):after, #products_table td:nth-of-type(6):after{
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid #f4f3f8;
}

#products_table .form-control.change_qty{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    text-align: center;
}

.morris-hover-row-label, .morris-hover-point {
    color: #2c2e3e !important
}
.hidden{
	display:none !important
}
#order_table td:hover{
	cursor: pointer
}
.btn.readonly{
	cursor: context-menu !important
}
.table-products-order, .va-custom {
    min-height: 50px !important
}
.table-products-order thead, .table-products-order tbody,
.va-custom thead, .va-custom tbody{
	visibility: visible;
    display: block;
    position: relative
}
.table-products-order thead tr, .table-products-order tbody tr,
.va-custom thead tr, .va-custom tbody tr{
	display: flex;
    table-layout: initial;
	width: 100%
}
.table-products-order th, .table-products-order td,
.va-custom th, .va-custom td{
	display: table-cell;
    width: 100%;
	vertical-align: middle;
	font-size: 1rem
}
.table-products-order thead th, .va-custom thead th{	
	cursor: pointer;
	padding: 16px 10px;
	font-weight: 600;    
	background: #f4f3f8;
	color: #575962
}
.table-products-order tbody td, .va-custom tbody td{	
	padding: 16px 10px;
	color: #575962
}
.table-products-order tbody tr:nth-of-type(2n) td,
.va-custom tbody tr:nth-of-type(2n) td{	
	background: #faf9fc
}
.table-products-order th, .table-products-order td,
.va-custom th, .va-custom td{
	overflow: hidden;
    text-overflow: ellipsis
}
.table-products-order tr:hover td,
.va-custom:not(#table_tags) tr:hover td{	
	background: #f7f6fa !important
}   
#m_header {
    z-index: 1000;
} 
#tabel_messages .m-datatable__body tr td:last-of-type,
#tabel_messages .m-datatable__head tr th:last-of-type,
#order_table .m-datatable__body tr td:last-of-type,
#order_table .m-datatable__head tr th:last-of-type {
    display: none !important;
}
#order_table .m-datatable__body tr td:first-of-type,
#order_table .m-datatable__head tr th:first-of-type{
	max-width: 50px
}
.select_all+span, .current_state+span {
    margin-top: -5px;
}
#order_table .m-datatable__body tr td:nth-of-type(5),
#order_table .m-datatable__body tr td:nth-of-type(5) span,
#order_table .m-datatable__head tr th:nth-of-type(5),
#order_table .m-datatable__head tr th:nth-of-type(5) span{
	min-width: 270px
}
.mw-150{
	min-width: 150px
}
.mw-100{
	min-width: 100px
}
.css_select .filter-option-inner{
	margin-top: -4px;
    color: #000;
}
.css_select .filter-option-inner i{
	top: 3px;
    position: relative;
}
/*#table_tags tr:last-of-type td, #table_tags tr:last-of-type:hover td {
    background: rgba(41,151,129,0.2) !important
}*/
#loader{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 10000;
}
.m-loader.m-loader__lg.m-loader__xlg::before{
    width: 4rem;
    height: 4rem;
}
.variations-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 15px;
}

.m-form .m-form__group.m-form__group--inline > .m-form__label > label.selected-account-name {
    font-weight: bold;
}