@import "vietnam-format.css";
body {
	font-size: 13px;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 10px;
	height: 8px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
	border-radius: 8px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: #dee2e6;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #dee2e6;
}

.fontNumber {
	font-family: impact;
}

#layout input::-webkit-input-placeholder, #layout textarea::-webkit-input-placeholder {
	color: #bababa !important;
	font-size: 13px !important;
}
#layout input:-moz-placeholder, #layout textarea:-moz-placeholder {
	color:#bababa !important;
	font-size:13px !important;
}
#layout input::-moz-placeholder, #layout textarea::-moz-placeholder {
	color: #bababa !important;
	font-size: 13px !important;
}
#layout input:-ms-input-placeholder, #layout textarea:-ms-input-placeholder {
	color:#bababa !important;
	font-size:13px !important;
}

.table-responsive td, th {
	min-width: 80px;
}

.brand-name {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 45px;
	position: relative;
	color: #dfdfdf;
	text-shadow: 0px 0px 0px #c0c0c0, 0px 0px 0px #b0b0b0, 0px 0px 0px
		#a0a0a0, 0px 0px 0px #909090, 1px 0px 0px rgb(0 0 0/ 60%);
}

.btn {
	font-size: 13px;
}

.main {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 2.8rem;
	overflow-y: auto;
}

.menu-main {
	position: fixed;
	top: 2.8rem;
	left: 0;
	bottom: 0;
	width: 15rem;
	float: left;
	overflow: hidden;
}

.bi {
	margin: 0 0.3rem;
}

.nav-flush .nav-link {
	border-radius: 0;
}

.nav-header {
	background-color: #465875 !important;
	color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
	{
	color: #dfdfdf;
}

.navbar-light .navbar-nav .nav-link {
	color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link
	{
	color: #1F74FF;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #1F74FF;
	background-color: #FFFFFF;
	background: url(../img/active-menu.png) no-repeat right center;
}

.nav-link-title:focus, .nav-link-title:hover {
	color: #1F74FF;
}

.nav-link-title {
	font-size: 1rem;
	font-weight: 400;
	display: block;
	padding: .5rem 1rem;
	color: #000000;
	text-decoration: none;
}

.nav-link-title-sub {
	font-size: 13px;
	font-weight: 400;
	display: block;
	padding: 0 1rem;
	color: #000000;
	text-decoration: none;
}

.nav-link-active {
	font-weight: 700;
	border-bottom: 2px solid;
	color: #1F74FF;
}

.nav-link-sub-active {
	font-weight: 600;
	color: #1F74FF;
}

.menu-left {
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	bottom: 0;
	color: #ffffff;
	width: 4.2rem;
	z-index: 3;
	text-align: center;
	height: 100%;
	background-color: #465875 !important;
}

.top-menu {
	left: 0;
	color: #1F74FF;
	width: 100%;
	text-align: center;
	height: 100%;
}

.top-menu.active a {
	color: #FFFFFF !important;
	background-color: #1F74FF !important;
	padding: 0 0;
	color: #535353;
}

.top-menu a {
	display: block;
	background-color: #465875 !important;
	padding: 0 0;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #4b4b4d !important;
}

.navbar {
	padding-top: .15rem;
	padding-bottom: .15rem;
}

.dropdown-menu {
	min-width: 5rem;
	width: 8rem;
}

.dropdown-item {
	color: #565656;
	font-size: 13px;
}

.menu-right {
	background-color: #516788;
	width: 10.5rem;
	position: absolute;
	float: left;
	top: 0;
	bottom: 0;
	left: 4.2rem;
	z-index: 2;
	height: 100%;
	padding-left: 0;
	max-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.menu-right::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera 隐藏滚动条 */
}

.sm-more {
	padding: 0 0.5rem !important;
}

.nav-item-title {
	color: #ffffff;
	font-weight: 700;
	font-size: .9rem;
	padding-left: 0.6rem;
	margin-bottom: 0.5rem;
}

.nav-item-menu {
	display: inline-block;
	/* height: 30px; */
	line-height: 30px;
}

.nav-item-menu-active {
	color: #fff;
	background-color: #1F74FF;
	border-radius: 5px;
	box-shadow: 0 30px 53px 0 rgba(0, 0, 0, .12);
	padding: 2px 4px;
}

.nav-item-menu:nth-child(odd) {
	padding-left: 0.6rem;
	padding-right: 0;
	min-width: 2.8rem;
}

.nav-item-menu:nth-child(2n) {
	padding-left: 0.6rem;
	padding-right: 0;
	min-width: 4.8rem;
}

.link-light {
	color: #FFFFFF;
	text-decoration: none;
}

.link-light:focus {
	text-decoration: none;
	color: #FFFFFF;
}

.link-light:hover {
	text-decoration: none;
	color: #c7c7c7 !important;
	/* background-color: #465875;
	border-radius: 5px;
	box-shadow: 0 30px 53px 0 rgba(0, 0, 0, .12); */
}

.layout {
	background-color: #FFFFFF;
	position: absolute;
	left: 15.4rem;
	top: 0;
	right: 0.4rem;
	bottom: 0;
	z-index: 1;
	height: 100%;
}

#nav-tabs {
	left: 14.8rem;
	float: left;
	position: absolute;
	margin-bottom: -0.2rem;
}

#nav-tabs li a {
	width: 136px;
	text-align: center;
	height: 34px;
	line-height: 36px;
	font-size: .9rem;
	float: left;
	background: url(../img/nav_bg.png) no-repeat;
	color: #FFFFFF;
	margin-top: 8px;
	position: relative;
	text-decoration: none;
}

#nav-tabs li span {
	width: 13px;
	height: 13px;
	position: absolute;
	border-radius: 20px;
	background: #525252;
	text-align: center;
	right: 20px;
	top: 4px;
}

#nav-tabs li.current a {
	color: #333333;
	text-decoration: none;
	background: url(../img/nav_current.png) no-repeat;
	z-index: 5;
}

#nav-tabs li.current span {
	background: #b5b5b5;
}

#nav-tabs a span img {
	margin-top: 4px;
	vertical-align: top;
	border: 0;
}

.tab-content {
	margin: 0.5rem 0 1rem 0;
	/* background-color: #f0f2f5; */
	/* height: 32rem; */
	padding-bottom: 10px;
}

.card {
	border: 1px solid #e3e3e3;
	border-radius: 0.25rem;
}

.card-header {
	background-color: #f6f5f5;
	border-bottom: 1px solid #e0e0e0;
	font-weight: 600;
	color: #465875;
}

.search-form {
	background-color: #fafafa;
}

.card-body {
	padding: 0.5rem;
	background-color: #fafafa;
}

.card-stat-title {
	color: #8691a4;
	font-weight: 600;
	font-size: 13px;
}

.card-stat-body {
	font-size: 15px;
	font-weight: 600;
	color: #516788;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	background: transparent;
	display: none;
	align-items: center;
	justify-content: center;
}

.btn-primary {
	color: #fff;
	background-color: #1F74FF;
	border-color: #1F74FF;
}

.btn-wlg {
	width: 150px;
}

.input-group-text {
	font-size: 13px;
}

.search-input {
	color: #696969;
}

.form-select {
	font-size: 13px;
}

.form-control {
	font-size: 13px;
}

.dropdown-divider {
	border-top: 1px solid #b3b5b6;
}

.table {
	color: #444444;
	text-align: center;
}

.btn-info {
	color: #FFFFFF;
}

.btn-info:hover {
	color: #FFFFFF;
}

.btn-info:focus {
	color: #FFFFFF;
}

.btn-info.disabled, .btn-info:disabled {
	color: #FFFFFF;
}

.btn-outline-info:hover {
	color: #ffffff;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.table-header {
	color: #5c6d70;
	background-color: #f2f2f2;
	font-size: 13px;
}

.table-fixed {
	position: fixed;
	left: 15.4rem;
	top: 5.6rem;
	z-index: 10;
}

.table-fixed-left {
	left: 4.8rem;
}

.oper-list {
	padding: 0 0;
	margin-bottom: 0.2rem;
}

.page-body {
	padding: 0.3rem 0.3rem;
}

.oper-list ul {
	margin-bottom: 0;
}

.oper-list-fixed {
	position: fixed;
	left: 15.4rem;
	top: 2.5rem;
	margin: 0 !important;
	z-index: 10;
	padding: 1rem 0 1rem 0;
	background-color: #fcfcfc;
}

.oper-list-fixed-left {
	left: 4.8rem;
}

.table-row tr {
	cursor: pointer;
	vertical-align: middle;
	color: #2b3e43;
}

.disable-order td {
	color: #cccccc;
}

.table-row td {
	min-width: 3rem;
	max-width: 10rem;
	font-size: 13px;
}

.table-order td {
	background-color: #fcfcfc;
}

.table-row td>.badge {
	font-weight: 400;
}

.table-hover>tbody>tr:hover {
	--bs-table-hover-bg:none;
	--bs-table-accent-bg: #f4f4f4;
	background-color: #f4f4f4; 
}

.input-required {
	color: #dc3545;
}

.input-remark {
	color: #a9a9a9;
}

.offcanvas-header {
	padding: .2rem .1rem;
	background-color: #1F74FF;
}

.alert-white {
	color: #4d545b;
	border-color: #d3d6d8;
	background-color: #FFFFFF;
	padding: 0.5rem 1rem;
}

a {
	color: #0d6efd;
	text-decoration: none;
}

.upload-input {
	display: none;
}

.input-textarea-file {
	margin-top: 1rem;
	display: none;
	background-color: #FFFFFF;
}

.row-edit {
	cursor: pointer;
	padding-right: 1rem;
	padding-left: 1rem;
	height: 2.5rem;
	margin-left: 0;
}

.row-edit:hover {
	background-color: #ececec;
}

.row-show {
	padding-right: 1rem;
	padding-left: 1rem;
	margin-left: 0;
	height: 2.5rem;
}

.edit-component {
	padding-right: 1rem;
	padding-left: 1rem;
}

.edit-bar {
	margin-left: 0;
	height: 2.5rem;
	margin-top: 0.5rem;
}

.edit-content {
	margin-left: 0;
	margin-bottom: 0.5rem;
}

.btn-sm {
	font-size: 0.8rem;
}

.nav-li {
	cursor: pointer;
	height: 2.8rem;
	line-height: 2.8rem;
	color: #626262;
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
	padding-left: 2rem;
}

.nav-li:hover {
	background-color: #fafafa;
}

.nav-li-active {
	background-color: #f5f5f5;
}

.btn-blue:hover {
	color: #1F74FF;
	background-color: #d2e6ff;
	border-color: #d0e4fc;
}

.btn-blue {
	color: #1F74FF;
	background-color: #e5eaf4;
	border-color: #dee2eb;
	margin-top: 0.2rem;
}

.btn-gray:hover {
	color: #696969;
	background-color: #e0e0e0;
	border-color: #e7e7e7;
}

.btn-gray {
	color: #696969;
	background-color: #e8e8e8;
	border-color: #e7e7e7;
	margin-top: 0.2rem;
}

.btn-outline-gray:hover {
	color: #696969;
	background-color: #e0e0e0;
	border-color: #d0d0d0;
}

.btn-outline-gray {
	color: #696969;
	border-color: #e8e8e8;
	margin-top: 0.2rem;
}

.btn-silver:hover {
	color: #3b8f55;
	background-color: #c8f0d7;
	border-color: #c3e9d1;
}

.btn-silver {
	color: #3b8f55;
	background-color: #d1fde1;
	border-color: #c8f1d6;
	margin-top: 0.2rem;
}

.image-upload {
	position: relative;
	background: #f6f6f6;
	border-radius: 0.3125rem;
	border: 0.0625rem solid #d7d7d7;
	height: 5rem;
	flex-shrink: 0;
	overflow: hidden;
	cursor: pointer;
}

.image-tips {
	width: 100%;
	height: 100%;
	color: #d7d7d7;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, 5rem);
	grid-template-rows: repeat(auto-fill, 5rem);
	gap: 0.625rem;
	margin: 0.6875rem 0 0.375rem;
}

.image-item {
	position: relative;
	height: 5rem;
	border: 0.0625rem solid #d7d7d7;
	border-radius: 0.0625rem;
}

.image-item-img {
	width: 100%;
	height: 100%;
	border-radius: 0.3125rem;
	object-fit: cover;
}

.image-item-close {
	position: absolute;
	right: -0.5rem;
	top: -0.5rem;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	color: #ffffff;
	background-color: #1F74FF;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.col-form-label {
	font-weight: 600;
	color: #626262;
}

.layui-layer-title {
	font-size: 1rem;
}

.el-tree-node.is-current>.el-tree-node__content {
	background-color: #eff4ff
}

.weixin-header {
	background-color: #000000;
	color: #FFFFFF;
	height: 2.5rem;
}

.weixin-body {
	background-color: #e8e8e9;
	height: 26rem;
}

.weixin-ul {
	flex: 1;
	padding: 0;
	overflow: auto;
}

.weixin-ul li {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

.weixin-ul .avator {
	width: 30px;
	height: 30px;
	background: url(../img/wx-avator.jpg) no-repeat 50%;
	background-size: 100%;
}

.weixin-ul .chat {
	flex: 1;
	position: relative;
	line-height: 1.5;
	padding: 7px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 28px;
	margin-left: 10px;
	max-width: 230px;
	background-color: #fff;
	border: 1px solid #e4e6e9;
	margin-bottom: 10px;
	color: #606367;
}

.weixin-ul .chat p {
	margin-bottom: 0rem;
}

.weixin-ul .chat img {
	max-width: 100%;
}

.weixin-ul .chat:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border: 5px solid transparent;
	border-right-color: #fff;
	left: -10px;
	top: 8px;
}

.weixin-ul .chat .link {
	width: 100%;
	height: 70px;
	border: 1px solid #eee;
	padding: 4px 8px;
	border-radius: 6px;
}

.weixin-ul .chat .link .link-title {
	color: #000;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.2;
	-webkit-box-orient: vertical;
}

.weixin-ul .chat .link .link-description {
	display: flex;
	width: 100%;
	color: #a6a6a6;
}

.weixin-ul .chat .link .link-description .desc-text {
	flex: 1;
	display: flex;
	align-items: center;
}

.weixin-ul .chat .link .link-description .desc-image {
	padding: 0 6px;
	padding-top: 4px;
}

.weixin-ul .chat .link .link-description .desc-image img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 36px;
	height: 36px;
	-o-object-fit: cover;
	object-fit: cover;
}

.weixin-ul .chat .link .samllapp {
	width: 100%;
}

.weixin-ul .chat .link .samllapp .samllapp-desc {
	padding-bottom: 4px;
}

.weixin-ul .chat .link .samllapp img {
	height: 170px;
	width: 100%;
	border-radius: 6px;
	-o-object-fit: cover;
	object-fit: cover;
}

.layui-layer-btn .layui-layer-focus-btn {
	border-color: #1b66df !important;
	background-color: #1F74FF !important;
	color: #fff !important;
}

.layui-layer-btn .layui-layer-focus-btn:hover {
	background-color: #0a58ca !important;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #dedede;
	background-color: #fff;
	color: #333;
}

.layui-layer-btn .layui-layer-btn0:hover {
	background-color: #e9e9e9;
}

.layui-layer-btn a {
	height: 2rem;
	line-height: 2rem;
	margin: 5px 5px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #333;
	border-radius: 6px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}

.layui-layer-btn a:hover {
	background-color: #e9e9e9;
}

.card-body .accordion-button:not(.collapsed) {
	background-color: #ffffff;
	color: #434343;
	/* border-top: 3px solid #2074ff; */
}

.card-body .accordion-button {
	color: #434343;
	font-size: 13px;
}

.card-body .accordion-body {
	padding: 0 0;
}

.bd-callout {
	padding: 0.5rem;
	margin: 0.5rem 0 0.5rem 0;
	border-bottom: 1px solid #e9e9e9;
	color: #727272;
	cursor: pointer;
	background-color: #FFFFFF;
}

.bd-callout:last-child {
	border-bottom: 0;
}

.bd-callout:hover {
	background-color: #f4f6fa;
}

.bd-callout a {
	color: #717171;
}

.accordion-header {
	border-bottom: 1px solid #e7f1ff;
	padding: 0.5rem 0.5rem;
	cursor: hand;
}

.accordion-header-end .accordion-button:not(.collapsed) {
	box-shadow: 0 0 0 0;
}

.accordion-header-end .accordion-button {
	padding: 0 0;
	cursor: pointer;
}

.accordion-header-center {
	display: none;
	font-size: 1rem;
}

.accordion-body-oper {
	display: none;
}

.patter-lists {
	height: 18rem;
	overflow: auto;
	background-color: #f3f3f4;
	padding: 0.1rem 0;
}

.tags-group {
	cursor: pointer;
	background-color: #f1f1f1;
	padding: 0.8rem 0.5rem;
	margin-bottom: .5rem;
	border: 1px solid transparent;
	/* border-radius: .25rem; */
}

.tags-group:hover {
	background-color: #e6e6e6;
}

.tags-group-list .active {
	background-color: #e0e5ef;
	color: #0b5ed7;
	border-left: 4px solid #0d71fe;
}

.table {
	border-color: #e7ebed;
}

.card-callout {
	border: 1px solid #dadada;
	background-color: #FFFFFF;
	border-radius: .25rem;
	margin-bottom: 1rem;
}

.left-border-header {
	padding: 0.5rem 0;
	margin: 0 0;
	background-color: #f8f8f8;
	border-radius: .25rem;
	font-weight: 600;
	border-bottom: 1px solid #f1f1f1;
}

.ul-list {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.ul-list .item {
	height: 2.5rem;
	line-height: 2.5rem;
	border-bottom: 0.0625rem solid #ebebeb;
}

.help-question {
	color: #c7c7c7;
	cursor: pointer;
}

.input-group-header {
	color: #3b8f55;
	background-color: #d1fde1;
	border-color: #b5d9c1;
}

.input-group-end {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.right_select {
	width: 2.5rem;
	position: absolute;
	left: 1.5rem;
	top: 4.375rem;
}

.right_select .border-top {
	border: 1px solid #cdcdcd;
	width: 1.8rem;
	border-bottom: none;
	border-right: none;
	margin-left: 12px;
}

.right_select .border-bottom {
	border: 1px solid #cdcdcd;
	width: 1.8rem;
	border-top: none;
	border-right: none;
	margin-left: 0.75rem;
}

.right_select .border-mid div {
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	line-height: 23px;
	color: #000000;
	font-size: 0.75rem;
	cursor: pointer;
	background: #e6ebfe;
}

.right_select .checked {
	background: #0d71fe !important;
	color: #fff !important;
}

.print-template-list {
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 10px;
	padding: 0 10px;
	min-width: 80px;
	width: 130px;
	height: 60px;
	border: 1px solid transparent;
	border-radius: 3px;
	background: #f0f0f0;
	text-align: center;
	word-break: break-all;
	cursor: pointer;
}

.print-template-list.active {
	border: 1px solid #77b2fe;
	background: #eff7ff;
	color: #3c79fe;
}
.add-pic {
	border: 1px dashed #c6c6c6;
	background: #f8f8f8;
	text-align: center;
	font-size: 13px;
}

.add-pic, .add-pic-box {
	position: relative;
	margin-left: 20px;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	font-size: 9px;
	padding-top: 8px;
}

.add-pic input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 50px;
	height: 50px;
	opacity: 0;
	cursor: pointer;
}

.add-pic-box img {
	width: 40px;
	height: 40px;
	border-radius: 4px;
}

.add-pic-list {
	display: flex;
	flex-direction: row;
}

.add-pic-box .delete-pic {
	position: absolute;
	top: -2px;
	right: 4px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	font-size: 15px;
	cursor: pointer;
}

.upload-btn {
	position: relative;
	margin-left: 20px;
	cursor: pointer;
}

.upload-btn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 29px;
	opacity: 0;
	cursor: pointer;
}

.shop-logo-box {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.fixed-bottom-right {
	left: 16rem;
	box-shadow: 0 -3px 2px 0 rgba(57, 72, 96, 0.1), 0 -3px 1px -2px
		rgba(57, 72, 96, 0.1);
	padding: 15px 0;
}

.form-control-input {
	border: 0;
	background: #fff;
	font-size: 13px;
	width: 100%;
	height: 28px;
	line-height: 25px;
	color: #000;
	text-align: center;
	outline: none;
}

.form-control-input:focus {
	background: #f7f8ff;
}

.form-control-input.readonly {
	background: #f8f8f8;
	cursor: pointer;
}

.goods-list td {
	padding: 0 0;
}

.rule-list td {
	padding: 0 0;
}

.text-grey { 
	--bs-text-opacity: 1;
	color: #b0bdc0 !important;
}

.print-barcode-demo {
	float: right;
	padding: 8px;
	width: 48mm;
	height: 36mm;
	border: 1px solid #dddddd;
	border-radius: 8px;
	box-shadow: 0 0 5px #d1d1d1;
	font-size: 12px;
}

.psi-card {
	align-self: center;
	align-items: center;
	margin: 10px;
	padding: 50px 10px;
	min-width: 100px;
	height: 150px;
	border: 1px solid transparent;
	border-radius: 10px;
	text-align: center;
	word-break: break-all;
	cursor: pointer;
	color: #fff;
	font-size: 30px;
	box-shadow: 0 0 24px rgba(0, 0, 0, .24);
}

.psi-card:hover {
	box-shadow: 0 0 30px rgba(101, 101, 101, 0.2);
}

.badge-sm {
	font-size: 5px;
}

.system-setting-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	text-align: center;
}

.system-setting-list li {
	height: 2.5rem;
	line-height: 2.5rem;
	cursor: pointer;
	font-size: 14px;
}

.system-setting-list li.active a {
	border-left: 4px solid #1F74FF;
	color: #1F74FF;
}

.system-setting-list li a {
	color: #000000;
	padding-left: 5px;
}

.print-tpl-item {
	position: relative;
	margin: 4px 12px 4px 0;
	padding: 6px 10px;
	min-width: 100px;
	border-radius: 4px;
}

.print-tpl-item i {
	position: absolute;
	top: 2px;
	right: -1px;
	font-size: 16px;
	visibility: hidden;
	opacity: 0;
	transition: all .25s ease-in-out;
	transform: translate(30%, -30%);
}

.print-tpl-item:hover i {
	visibility: visible;
	opacity: 1;
}

.toast-bottom-right {
	width: max-content;
	max-width: 100%;
	z-index: 100;
	padding-right: 3rem;
	padding-bottom: 1rem;
}

.tooltip { 
	--bs-tooltip-bg: #465875;
}

.page-link {
	padding: 0 0.6rem;
}

.readonly-td {
	background-color: #f7f7f7;
}

.row-hr {
	color: #bababa;
	margin: 0.5rem 0;
}

.layui-layer-msg {
	border: 1px solid #55a7ff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 10px
		rgba(102, 175, 233, 0.6);
}

.toast {
	background-color: #ffffff;
}

.layui-layer {
	border-radius: 8px;
}

.layui-layer-loading .layui-layer-content {
	width: 66px;
	height: 35px;
}

.order-status-pic {
	position: absolute;
	top: 20px;
	right: 188px;
	width: 168px;
	z-index: 1;
}

.input-readonly {
	background-color: #f5f5f5;
	opacity: 1;
}

.right-border {
	padding: 0 0.5rem 0 0;
	border-right: 1px solid #ebebec;
}

.table-active { 
	--bs-table-accent-bg: rgb(169 166 166/ 10%);
}

.scan-code {
	width: 0;
	height: 0;
	border: none;
	position: absolute;
	top: -9999px;
}


.upload-btn-big {
	position: relative;
	cursor: pointer;
}

.upload-btn-big input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.sticky-col {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 2;
}
.bg-f1f1f1 {
	background-color: #f1f1f1 !important;
}
