/* Sidebar caret rotation controlled by .open on li */
.page-sidebar .page-sidebar-menu > li.has-submenu > a svg { transform: rotate(90deg); }
.page-sidebar .page-sidebar-menu > li.has-submenu.open > a svg { transform: rotate(270deg); }
/* Ensure items without submenu never rotate, even if .open is added */
.page-sidebar .page-sidebar-menu > li:not(.has-submenu) > a svg { transform: rotate(0deg); }
.page-sidebar .page-sidebar-menu > li:not(.has-submenu).open > a svg { transform: rotate(0deg); }
.pl-20 {
	padding-left: 20px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-40 {
	padding-left: 40px;
}

.mb0 {
	margin-bottom: 0;
}

#admins-form-id.form-horizontal .control-label {
	width: 25%;
}

#admins-form-id .help-block {
	margin-top: 20px;
}

.dt-filter-heading,
.dt_action_buttons_cell {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	justify-content: center;
	gap: 16px;
	white-space: nowrap;
	font-size: 0;
}
.dt_action_buttons_cell a button img,
.dt_action_buttons_cell button img {
	min-width: 20px;
	min-height: 20px;
}
/* Orders table typography overrides */
.page-order-index #datatable_ajax thead th {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #051226;
}
.page-order-index #datatable_ajax tbody td:not(:last-child),
.page-order-index #datatable_ajax tbody td:not(:last-child) *:not(.label):not(.btn) {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #051226;
}
.page-order-index #datatable_ajax {
	border: 1px solid #DEDEE3;
}
.page-order-index #datatable_ajax tbody tr.even {
	background-color: #F1F4F8;
}
.page-order-index #datatable_ajax tbody tr.odd {
	background-color: #FFFFFF;
}

.page-order-index #datatable_ajax .label.label-success.label-withdot {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #109345;
}
.page-order-index #datatable_ajax .label.label-warning {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #F5A300;
}
.page-order-index #datatable_ajax .label.label-status-default {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #9C9CAB;
}
.page-order-index #datatable_ajax .label.label-default {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #051226;
}
.page-order-index #datatable_ajax .label {
	padding: 4px 4px 4px 17.75px !important;
	position: relative;
	border-radius: 4px !important;
	border: 1px solid currentColor !important;
}
.page-order-index #datatable_ajax .label::before {
	content: '';
	display: block;
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 3px solid currentColor;
	background: transparent;
}
.page-order-index #datatable_ajax .dt-filter-heading {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 12px;
	gap: 16px;
}

.dt-filter-heading .btn,
.dt_action_buttons_cell .btn {
	margin: 0 1px 0 0;
	width: 34px;
	padding-left: 0;
	padding-right: 0;
}

.label.label-green {
	background-color: #35aa47;
}

.label.label-purple {
	background-color: #d783ff;
}

.highlight {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	background: #FCFBE3;
	border: 1px solid #EFEFEF;
	box-sizing: border-box;
	padding: 10px 12px;
	display: block;
}
.highlight.gray {
	background-color: #fcfcfc;
}

.todo-list .todo-item {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
}

.todo-list .todo-item time,
.timeline-item time {
	position: absolute;
	right: 0;
}

.todo-list label {
	display: block;
}

.todo-list .todo-item.checked {
	opacity: 0.6;
}
.todo-list .todo-item.checked,
.todo-list .todo-item.checked span {
	text-decoration: line-through;
}

.todo-list .todo-item p {
	padding: 0 250px 0 0;
	margin: 0;
	cursor: default;
}

.task_desc,
.todo-list .todo-item p.desc {
	padding: 8px 0 0 22px;
	font-size: 12px;
	color: #666666;
	cursor: default;
}

.task_desc { padding-left: 0; }

.todo-list form > .todo-item:last-child,
.todo-list form > .todo-item:last-child p {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.todo-list .todo-item input {
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}

.empty-feed {
	font-style: italic;
	color: #999999;
}

.datetimepicker .table-condensed {
	width: 100%;
}

.text-red {
	color: #d84a38;
}

.text-orange {
	color: #ffb848;
}

.text-black {
	color: #333333;
}

.text-gray {
	color: #999999;
}

.portlet-body li .title {
	vertical-align: top;
}

.portlet.box.gray {
	border: 1px solid #666666;
	background-color: #666666;
}

.portlet.box.orange {
	border: 1px solid orange;
	background-color: orange;
}

.portlet.box.blue {
	border: 1px solid #3598FF;
	background-color: #3598FF;
}

.portlet-body.form > form.tasi-form {
	padding-top: 15px;
}

.portlet-body-spacing {
	padding: 20px !important;
}

.portlet .portlet-title .tools {
	display: none;
}

.portlet-row {
	line-height: 40px;
}

.account-tabs.nav-tabs {
	display: flex;
}

.btn,
.account-tabs.nav-tabs > li > a {
	transition: all 0.2s ease-in-out;
}

.account-tabs.nav-tabs > li {
	display: flex;
	flex-grow: 1;
}

.account-tabs.nav-tabs > li > a {
	width: 100%;
	text-align: center;
}

.account-tabs.nav-tabs > li > a:hover {
	background-color: #efefef;
}

.account-tabbar-buttons {
	position: absolute;
	top: -55px;
	right: 15px;
	z-index: 15;
}

@media (min-width: 992px) {
	.modal-body .col-md-9,
	.modal-body .col-md-4 {
		width: 83.33333333%;
	}
}

@media (max-width: 1600px) {
	.account-tabs.nav-tabs {
		margin-top: 20px;
	}
}

.dataTable td a {
	text-decoration: underline;
}

.table.dataTable .virtual_orders_column_value {
	white-space: nowrap;
}

.inline-filter-bar-options div,
.inline-filter-bar-options span {
	display: inline-block;
}

.inline-filter-bar-options .divider {
	color: #999999;
	margin: 0 10px;
}

/* Login page styles */

/***
Login page
***/
/* bg color */

body.login {
	background-color: var(--admin-login-bg-color);
}

.login .logo {
	margin: 0 auto;
	margin-top: 60px;
	padding: 15px;
	text-align: center;
}

.login .content {
	background-color: rgba(231, 231, 231, 1);
	border-radius: 10px !Important;
	border-radius: 10px;
	border-radius: 7px;
	width: 400px;
	margin: 140px auto 10px;
	padding: 20px;
	padding-top: 10px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.login .content h3 {
	color: #4db3a5;
	text-align: center;
	font-size: 28px;
	font-weight: 400 !important;
}

.login .content h4 {
	color: #555;
}

.login .content .form-actions .btn-success {
	float: left;
}

.login .content .hint {
	color: #999;
	padding: 0;
	margin: 15px 0 7px 0;
}

.login .content .login-form,
.login .content .forget-form {
	padding: 0px;
	margin: 0px;
}

.login .btn {
	width: 100%;
}

.login .content .form-control:focus, .login .content .form-control:active {
	border: 1px solid #c3ccda;
}

.login .content select.form-control {
	padding-left: 9px;
	padding-right: 9px;
}

.login .content .forget-form {
	display: none;
}

.login .content .register-form {
	display: none;
}

.login .content .form-title {
	font-weight: 300;
	margin-bottom: 25px;  
}

.login .content .form-actions {
	clear: both;
	border: 0px;
	padding: 0px 30px 25px 30px;
	margin-left: -30px;
	margin-right: -30px;
}

.login-options {
	margin-bottom: 30px;
	overflow: hidden;
}

.login-options h4 {
	float: left;
	font-weight: 600;
	font-size: 15px;
	color: #7d91aa !important;
}

.login .content .form-actions .checkbox {
	margin-left: 0;
	padding-left: 0;
}

.login .content .forget-form .form-actions {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.login .content .register-form .form-actions {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
}

.login .content .form-actions .btn {
	margin-top: 1px;
}

.login .content .form-actions .btn-default {
	font-weight: 600;
	padding: 10px 25px !important;
	color: #6c7a8d;
	background-color: #ffffff;
	border: none;
}

.login .content .form-actions .btn-default:hover {
	background-color: #fafaff;
	color: #45b6af;
}

.login .content .forget-password {
	font-size: 14px;
	float: right;
	display: inline-block;
	margin-top: 10px;
}

.login .content .check {
	color: #fff;
}

.login .content .rememberme {
	margin-left: 8px;
	float: left;
	margin-top: 10px;
}

.login .content .create-account {
	margin: 0 -40px -40px -40px;
	padding: 15px 0 17px 0;
	text-align: center;
	background-color: #6c7a8d;
	border-radius: 0 0 7px 7px;
}

.login .content .create-account p a {
	font-weight: 600;
	font-size: 14px;
	color: #c3cedd;
}

.login .content .create-account a {
	display: inline-block;
	margin-top: 5px;
}

.login .copyright {
	text-align: center;
	margin: 0 auto 30px 0;
	padding: 10px;
	color: #7a8ca5;
	font-size: 13px;
}

@media (max-width: 440px) {
	.login .logo {
		margin-top: 10px;
	}
	
	.login .content {
		width: 280px;
		margin-top: 10px;
	}
	
	.login .content h3 {
		font-size: 22px;
	}
	
	.forget-password {
		display: inline-block;
		margin-top: 20px;
	}
	
	.login .checkbox {
		font-size: 13px;
	}
}

/* Tasks Page Styles */

.tasks-widget:after {
	clear: both;
}
.tasks-widget .task-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tasks-widget .task-list > li {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #F4F6F9;
}
.tasks-widget .task-list > li:hover {
	background: #F4F6F9;
}
.tasks-widget .task-list > li.last-line {
	border-bottom: none;
}
.tasks-widget .task-list > li.task-done {
	background: #f6f6f6;
}
.tasks-widget .task-list > li.task-done:hover {
	background: #f4f4f4;
}
.tasks-widget .task-list > li.task-done .task-title-sp {
	text-decoration: line-through;
}
.tasks-widget .task-list > li > .task-bell {
	margin-left: 10px;
}
.tasks-widget .task-list > li > .task-checkbox {
	float: left;
	width: 30px;
}
.tasks-widget .task-list > li > .task-checkbox input[type="checkbox"] {
	cursor: pointer;
}
.tasks-widget .task-list > li > .task-title {
	color: #838FA1;
	margin-right: 10px;
}
.tasks-widget .task-list > li > .task-title .task-title-sp {
	margin-right: 5px;
}
.tasks-widget .task-list > li .task-config-btn {
	margin-top: -1px;
}
.tasks-widget .task-list > li > .task-config {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
.tasks-widget .task-list > li:hover > .task-config {
	display: block;
	margin-bottom: 0 !important;
}
.tasks-widget .task-footer {
	margin-top: 5px;
}
.tasks-widget .task-footer:before, .tasks-widget .task-footer:after {
	content: " ";
	display: table;
}
.tasks-widget .task-footer:after {
	clear: both;
}

@media only screen and (max-width: 480px) {
	.tasks-widget .task-config-btn {
		float: inherit;
		display: block;
	}
	.tasks-widget .task-list-projects li > .label {
		margin-bottom: 5px;
	}
}

/* Data table */

.no-sort {
	background-image: none !important;
	cursor: default !important;
}

.table-bulk-actions-wrapper {
	position: relative;
}

.table-bulk-actions-wrapper .table-bulk-actions-button {

}

.table-bulk-actions-wrapper .table-bulk-actions-menu {
	display: none;
	position: absolute;
	right: 0;
	padding: 5px 5px 0 5px;
	background-color: white;
	box-shadow: 0 5px 10px black;
}

.table-bulk-actions-wrapper .table-bulk-actions-button:hover + .table-bulk-actions-menu,
.table-bulk-actions-wrapper .table-bulk-actions-menu:hover {
	display: block;
}

.table-bulk-actions-wrapper .table-bulk-actions-menu button {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	text-align: left;
}

.table-bulk-actions-wrapper .table-bulk-actions-menu button:hover {
	background-color: #cccccc;
}

/* Activity log timeline view */

.activity_log_timeline_view .edit-button {
	position: absolute;
	right: 10px;
	cursor: pointer;
	top: 30px;
}
.activity_log_timeline_view .timeline-item {
	padding: 0 9em 2em 2em;
	position: relative;
	color: rgba(0, 0, 0, 0.7);
	border-left: 2px solid rgba(0, 0, 0, 0.3);
}
.activity_log_timeline_view .timeline-item .highlight {
		margin-right: -10em;
}
.activity_log_timeline_view .timeline-item.no-padding {
	padding: 0 0 2em 2em;
}
.activity_log_timeline_view .timeline-item p {
	font-size: 14px;
	line-height: 19px;
	position: relative;
	top: -3px;
}
.activity_log_timeline_view .timeline-item::before {
	position: absolute;
	left: 2em;
	font-weight: bold;
	top: 0;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: .785rem;
}
.activity_log_timeline_view .timeline-item::after {
	width: 10px;
	height: 10px;
	display: block;
	top: 0;
	position: absolute;
	left: -6px;
	border-radius: 10px;
	background-color: #D3D3D3;
	content: '';
	border: 2px solid #D3D3D3;
}

.activity_log_timeline_view .timeline-item:last-child {
	border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
}

/* Data view */

.db_data_view_results_table td {
	padding: 5px;
}

.db_data_view_results_table .head th {
	background-color: #efefef;
	font-weight: bold;
	padding: 8px;
}

.db_data_view_results_table td a {
	display: inline-block;
	color: #333333;
	border-bottom: 1px solid #3598FF;
	padding: 0 2px;
}

.db_data_view_results_table td a:hover {
	background-color: #3598FF;
	color: white;
}

.db_data_view_results_table .hoverhead {
	margin-top: 45px;
}

.deal_form .ms-container {
	width: 600px;
}
.deal_form input[type=date], .deal_form input[type=time], .deal_form input[type=datetime-local], .deal_form input[type=month] {
	line-height: 34px;
	line-height: 1.42857143;
	margin-left: -16px;
}

.dealer .list-unstyled li {
	margin-bottom: 20px;
}

.dealer input[type="number"] {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: white;
	border: 1px solid #e5e5e5;
	height: 33px;
	border-radius: 10px;
	width: 200px;
	margin: 5px;
	border: 1px solid #ababab;
	padding: 11px;
}

/* Dashboard */

.dashboard .page-content {
	position: relative;
}

.dashboard .admin_switch {
	position: absolute;
	right: 30px;
	top: 20px;
}

.dashboard .toolbar {
	color: #000;
	display: inline-flex;
	float: right;
	align-items: center;
	margin-top: 15px;
}

.dashboard .toolbar label {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #666666;
	margin-bottom: 0;
}

.dashboard .toolbar > * {
	margin-right: 10px;
}

.dashboard .toolbar > *:last-child {
	margin-right: 0;
}

.dashboard .toolbar .btn {
	margin-top: 0;
}

.dashboard .toolbar input[type="checkbox"] {
	position: relative;
	top: 2px;
}

.dashboard h3.section-title {
	margin: 0 0 20px 0;
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	color: #666666;
}

.import h4 {
	font-size: 22px;
	margin-bottom: 24px;
}
.import .information {
	margin-top: 24px;
}

.import .information ul li {
	margin: 0;
}

.import .summmary .sum ul {
	list-style: none;
}

.import .summmary .sum ul li {
	font-weight: bold;
}

.order_datatable .order-filter-section {
	margin-bottom: 20px;
	padding-left: 0;
}
.order_datatable .no-sort {
	background-image: none !important;
	cursor: default !important;
}

.order_datatable td:has(.order_flag) {
	white-space: nowrap;
	background-color: #ffdddd;
}

.order_edit_form .form-group {
	clear: both;
}

.order_edit_form select {
	width: 100%;
	height: 33px;
	padding: 4px;
}

.turnover_verify_table {
	width: 100%;
}

.turnover_verify_table td {
	padding: 8px;
}

.turnover_verify_table .head {
	font-weight: bold;
	
}

.turnover_verify_table .head td {
	background-color: #efefef;
}

/* Private cart */

.private-cart h4 {
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	color: #666666;
	padding-bottom: 12px;
	margin-bottom: 30px;
}

.private-cart .underline {
	border-bottom: 1px solid #E2E1E1;
}

.private-cart .radio-group .radio-inline:first-child {
	padding-left: 0;
}

.private-cart .radio {
	padding: 2px 0 0 0;
	margin-right: 5px;
}

.private-cart td.form-group {
	vertical-align: middle;
}

.private-cart select {
	width: 100%;
	height: 34px;
	padding: 4px;
}

.private-cart .fieldset {
	margin-top: 70px;
}

.private-cart .fieldset:first-child {
	margin-top: 0
}

.private-cart .full-width {
	width: 100%;
}

.private-cart .line-height-m {
	line-height: 28px;
	padding: 4px 0 0 0;
	margin: 0;
}

.private-cart-summary-form {
	padding: 15px;
}

.product-distributors option:not(:first-child)[disabled],
.product-warehouses option:not(:first-child)[disabled] {
	display: none;
}

.save_to_users_profile {
	display: none;
}

#process-order-btn i { display: none; margin-right: 8px; }

#process-order-btn.processing i { display: inline-block; }

.private-cart-summary-form .btn-success {
	background-color: green;
}

/* Product data table */

.product_datatable .unavailable-hover {
	cursor: pointer;
}

.product_datatable .unavailable-hover.product-tooltip-span {
	width: 100%;
	display: inline-block;
}

.product_datatable #og_hover_card {
	position: absolute;
	padding: 10px;
	border: 1px solid #999999;
	border-radius: 4px !important;
	background-color: white;
	box-shadow: rgba(0,0,0,0.2) 0 5px 20px;
	width: 300px;
	display: none;
}

.product_datatable #og_hover_card table {
	width: 100%;
}

.product_datatable #og_hover_card table tr {
	border-top: 1px solid #cccccc;
}

.product_datatable #og_hover_card table tr td {
	border-left: 1px solid #cccccc;
	padding: 5px 10px 5px 8px;
}

.product_datatable #og_hover_card table tr.header {
	border: none;
	font-weight: bold;
}
.product_datatable #og_hover_card table.product-tooltip tr.header {
	font-weight: normal;
}

.product_datatable #og_hover_card table.product-tooltip tr td:first-child{
	font-weight: bold;
}
.product_datatable #og_hover_card table tr td:first-child {
	border: none;
}

.product_datatable.hide_pagination .pagination-panel,
.product_datatable.hide_pagination .dataTables_length,
.product_datatable.hide_pagination .dataTables_info .seperator {
	display: none !important;
}

.signup-summary-form .btn-success {
	background-color: green;
}

.account_top_summary,
.account_full_summary,
.account_reorder_rate_section {
	margin: 15px;
	padding: 0;
	border-top: 1px solid #DBDBDB;
}

.account_top_summary .col-lg-6,
.account_full_summary .col-lg-12,
.account_reorder_rate_section .col-lg-12 {
	padding: 15px 0;
}

.account_top_summary .line {
	margin-top: 15px;
}

.account_top_summary .title {
	font-size: 13px;
	font-weight: 500;
}

.account_top_summary .title .relative_time {
	text-transform: uppercase;
	color: #868698;
}

.account_top_summary .text-w-icon {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Reorder rate section and table */

.account_reorder_rate_section .category_pills {
	padding-top: 10px;
}

.account_reorder_rate_section .category_pills .pill {
	display: inline-block;
	background-color: #F1F4F8;
	padding: 2px 7px;
	margin-right: 5px;
}

.account_reorder_rate_section .category_pills .pill .rate {
	display: inline-block;
	padding: 2px 7px;
	margin: -2px -7px -2px 3px;
	background-color: #ccc;
	background-image: url(/assets/admin/img/rate1.jpg);
	background-size: 100% 100%;
	background-clip: fill;
	color: white;
	font-weight: normal;
}

.account_reorder_rate_section .category_pills .pill .rate.rate2 {
	background-image: url(/assets/admin/img/rate2.jpg);
}

.account_reorder_rate_section .category_pills .pill .rate.rate3 {
	background-image: url(/assets/admin/img/rate3.jpg);
}

.account_reorder_rate_section .category_pills .pill .rate.rate4 {
	background-image: url(/assets/admin/img/rate4.jpg);
}

.table-account-reorder-rates {
	background-color: white;
	margin: 8px 0 0 0;
}

.table-account-reorder-rates .head {
	font-weight: bold;
	background-color: #f6f6f6;
}

.table-account-reorder-rates .head.center {
	text-align: center;
}

.table-account-reorder-rates .rate {
	text-align: right;
}

.table-account-reorder-rates .rate.bg {
	color: white;
}

.table-account-reorder-rates .rate.gray { color: #ccc; }

.table-account-reorder-rates .rate.rate1,
.table-account-reorder-rates .rate.rate2,
.table-account-reorder-rates .rate.rate3,
.table-account-reorder-rates .rate.rate4 {
	background-size: 100% 100%;
	background-clip: fill;
}

.table-account-reorder-rates .rate.rate2,
.table-account-reorder-rates .rate.rate3,
.table-account-reorder-rates .rate.rate4 {
	color: white;
}

.table-account-reorder-rates .rate.rate1 { background-image: url(/assets/admin/img/rate1.jpg); }
.table-account-reorder-rates .rate.rate2 { background-image: url(/assets/admin/img/rate2.jpg); }
.table-account-reorder-rates .rate.rate3 { background-image: url(/assets/admin/img/rate3.jpg); }
.table-account-reorder-rates .rate.rate4 { background-image: url(/assets/admin/img/rate4.jpg); }

.table-account-reorder-rates .fa-info {
	display: inline-block;
	padding: 2px 6px;
	border-radius: 10px;
	background-color: #888;
	margin-left: 2px;
	color: white;
	opacity: 0.6;
}

.bug-report-button-wrapper {
	position: fixed;
	z-index: 1000;
	right: 0;
	bottom: 150px;
	transform: rotate(-90deg);
	height: 50px;
	transform-origin: right;
}

.bug-report-button-wrapper #sentry-feedback {
	background-color: #222222;
	color: white;
	border: 0;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
}

.bug-report-button-wrapper #sentry-feedback.recording {
	background-color: red;
}

.order_report_preview {
	padding-bottom: 50px;
}

.order_report_preview .preview_order_actions_table {
	width: 100%;
}

.order_report_preview .preview_order_actions_table td {
	padding: 10px;
	vertical-align: top;
}

.order_report_preview .preview_order_actions_table .head td {
	background-color: #efefef;
	font-weight: bold;
}

.order_report_preview .debug_pre {
	margin-top: 5px;
	background-color: #efefef;
	overflow-x: scroll;
}

.preview_order_actions_table .report_row.shipped td {
	background-color: #f2f9ef;
}

.preview_order_actions_table.sheetjs > caption > table.hoverhead {
	z-index: 40000;
	margin-top: 46px;
	opacity: 1;
	box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px;
}
.page-sidebar-menu .open > .sub-menu {
	display: block;
}
.page-sidebar-menu .menu-label {
	color: #FFFFFF66;
	letter-spacing: -0.01em;
	font-family: 'Inter';
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	padding: 0;
}
.page-sidebar-menu .menu-date {
	color: #FFFFFF66;
	letter-spacing: -0.01em;
	font-family: 'Inter';
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 12px !important;
	padding: 4px 12px !important;
}
.menu-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	vertical-align: middle;
	margin-right: 8px;
}
.page-sidebar-menu li.open > a > .menu-item-container .menu-icon {
	background-color: #051226;
}
.page-sidebar-menu li.active > a .menu-icon {
	background-color: #051226;
}
.page-sidebar-menu > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu-item-container {
	display: flex;
	align-items: center;
}
.collapse.in {
	display: block;
	visibility: visible !important;
}
.js-ui-dropdown-menu li > button {
	border: 0;
	border-radius: 0;
}

/* Inactive top-level menu items */
.page-sidebar .page-sidebar-menu > li:not(.active) > a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0;
}

/* Inactive submenu items */
.page-sidebar .page-sidebar-menu .sub-menu li:not(.active) > a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0;
}

/* Active top-level menu items */
.page-sidebar .page-sidebar-menu > li.active > a {
	font-family: 'Inter';
	font-style: normal; /* 'Medium' is font-weight 500 */
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0;
}

/* Active submenu items */
.page-sidebar .page-sidebar-menu .sub-menu li.active > a {
	font-family: 'Inter';
	font-style: normal; /* 'Medium' is font-weight 500 */
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0;
}

/* Top-level menu items should be 500 in all cases */
.page-sidebar .page-sidebar-menu > li > a {
	font-family: 'Inter';
	font-style: normal; /* 'Medium' is font-weight 500 */
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0;
}
html {
	overscroll-behavior-y: none;
	overscroll-behavior-x: contain;
}

/* removed sub-menu hover override per request to avoid !important */
