/* Manage Account style sheet */

body.central-authorization-layout {
	background-image: url(../global_assets/images/authorization/body-bg.png);
	background-position: bottom center;
	background-size: auto 100%;
}

@media (min-width: 576px) {
	.modal-dialog {
		margin-top: 4rem;
	}
}

.cursor-auto {
	cursor: auto;
}

.icon-store-custom {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #ECF0F1;
	border-radius: 100%;
}

.icon-store-custom i {
	color: #B1C5CD;
	font-size: 1.2rem;
}

.navbar-brand {
	padding-top: .3rem;
	padding-bottom: .3rem;
}

.navbar-brand img {
	/* height: 2.25rem; */
	height: 1.8rem;
}

body.sidebar-xs .navbar-brand img {
	height: 1rem;
}

body.sidebar-xs .navbar-expand-md .navbar-brand {
	min-width: 6.625rem;
}

.w-10 {
	width: 10% !important;
}

.w-20 {
	width: 20% !important;
}

.w-40 {
	width: 41.029% !important;
}

.w-60 {
	width: 60% !important;
}

.navbar-dark .hamberger.navbar-nav-link:focus,
.navbar-dark .hamberger.navbar-nav-link:hover {
	color: inherit;
	background-color: transparent;
}

.text-underline {
	text-decoration: underline;
}


/* Proload content */

.box-placeholder {
	/* display: in-block; */
	/* background-color: #fff; */
	/* margin: 30px; */
	/* box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1); */
	/* max-width: 300px; */
	vertical-align: top;
	width: 100%;
	box-shadow: none;
}

.box-placeholder {
	font-size: 0;
	-height: 0;
}

.box-placeholder .text {
	background-color: #999;
	height: 20px;
	border-radius: 4px;
	margin: 10px 0;
	width: 100%;
	opacity: .1;
	animation: fading 1.5s infinite;
}

.box-placeholder .text:first-child {
	margin-top: 0;
}

.box-placeholder .text:nth-child(2) {
	width: 90%;
}

.box-placeholder .text:nth-child(3) {
	width: 60%;
}

.box-placeholder .text:nth-child(4) {
	width: 80%;
}

.box-placeholder .text:nth-child(5) {
	width: 85%;
}

.box-placeholder .text:nth-child(7) {
	width: 90%;
}

.box-placeholder .text:nth-child(9) {
	width: 70%;
}

.box-placeholder .text:nth-child(10) {
	width: 50%;
}

.box-placeholder .text:last-child {
	margin-bottom: 0;
}

@keyframes fading {
	0% {
		opacity: .1;
	}

	50% {
		opacity: .2;
	}

	100% {
		opacity: .1;
	}
}

.btn-link.text-secondary:hover {
	color: #333;
}

/* fix rounded for all img in table */

.vuetable td img,
table td img {
	border-radius: .1875rem;
	width: auto;
	height: 25px;
}

img.thumb32,
.vuetable td img.thumb32,
table td img.thumb32 {
	height: 32px;
	width: 32px;
	object-fit: cover !important;
}

.thumb25 {
	height: 25px;
	width: 25px;
	object-fit: cover;
}

.vertical-align-top td {
	vertical-align: top;
}


/* \Account style sheet */

.page-title {
	padding: 1.2rem 0;
	position: relative;
}


/* Vue form wizard */

.vue-form-wizard .wizard-nav .wizard-icon-circle {
	border-width: 2px;
}

.vue-form-wizard .wizard-nav .wizard-icon-circle {
	margin-bottom: 5px;
	border-color: #eee;
	color: #ccc;
}

.vue-form-wizard .active .wizard-icon-circle .wizard-icon {
	font-style: normal;
	font-weight: 300;
}

.vue-form-wizard .wizard-icon-circle.checked {
	background-color: #00bcd4;
	border-color: #00bcd4 !important;
	color: #00bcd4;
}

.wizard-progress-bar {
	background: #00bcd4 !important;
}

.vue-form-wizard .wizard-icon-circle {
	font-weight: 300 !important;
}

.vue-form-wizard.xs .wizard-navigation .wizard-progress-with-circle {
	height: 2px !important;
}

.vue-form-wizard .wizard-icon-circle i {
	font-style: normal !important;
}


/* Hidden progess line before step circle    */

.vue-form-wizard .wizard-nav-pills li:first-child:before {
	content: "";
	background: #fff;
	height: 27px;
	width: 80px;
	display: block;
	position: absolute;
	top: 10px;
}

/* \Hidden progess line before step circle    */

.vue-form-wizard .wizard-nav-pills>li>a {
	color: #999 !important;
}

.wizard-icon-circle.checked i.wizard-icon:before {
	content: '\f00c';
	font-size: 16px;
	font-family: "Font Awesome 5 Pro";
	color: #fff;
	position: absolute;
}

.vue-form-wizard .wizard-icon-circle .wizard-icon-container {
	border-radius: 100% !important;
}


/* Active wizard */

.vue-form-wizard .wizard-nav-pills>li.active>a .wizard-icon,
.vue-form-wizard .wizard-nav-pills>li.active>a:focus .wizard-icon,
.vue-form-wizard .wizard-nav-pills>li.active>a:hover .wizard-icon {
	/* color: #000 !important; */
	transition: none !important;
}

.vue-form-wizard ul.wizard-nav li.active .wizard-icon-circle.checked {
	background-color: #fff;
}

.vue-form-wizard ul.wizard-nav li.active .wizard-icon-circle.checked i.wizard-icon:before {
	color: #00bcd4;
	content: '\f303';
}

.vue-form-wizard.xs .wizard-nav-pills>li.active>a .wizard-icon {
	color: #fff;
	font-size: 0 !important;
}

.vue-form-wizard .wizard-icon-circle .wizard-icon-container {
	background: none !important;
}


/* Sweet alert */

.swal2-title {
	font-size: 1.0625rem !important;
}

.swal2-html-container {
	font-size: 13px !important;
	margin: 5px 1.6em !important;
}

.swal2-validation-message::before {
	position: relative;
	top: 0;
}

.swal2-actions .swal2-styled.swal2-cancel {
	color: #333;
	background-color: #fafafa;
	border: 1px solid #ddd;
	font-size: .8125rem;
}

.swal2-actions .swal2-styled.swal2-confirm {
	color: #fff;
	background-color: #2196f3;
	font-size: .8125rem;
}

.custom-loader {
	animation: none !important;
	border-width: 0 !important;
}


/* \Sweet alert */

.content-wrapper {
	position: relative;
}

.fa-1x {
	font-size: 1.275em;
}


/*select2*/

.select2-selection--single {
	border-radius: 0.1875rem;
}

.suggestion-list b,
.th-address-autocomplete b {
	color: #f44336;
}


/* create order */

#customer-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
	display: none;
}

#product-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
	display: none;
}


/* \create order */
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #fafafa !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #ddd !important;
}

.select2-container .selection .select2-selection--single {
	height: 36px;
	padding: 0;
	border-radius: .1875rem;
	background: inherit;
}

.select2-container--default .select2-selection--multiple {
	height: 36px;
	padding: 0;
	border-radius: .1875rem;
	background: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	top: 8px;
	left: -10px;
	font-weight: 300 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-right: 25px !important;
	padding-left: 0.75rem !important;
	line-height: 2.4 !important;
	border-radius: .1875rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .list-item .item-image {
	line-height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	height: 36px !important;
}

.province-search-by-select2 .select2-selection--multiple .select2-search--inline .select2-search__field {
	width: auto !important;
}

.province-search-by-select2 .select2-selection__choice+.select2-search--inline {
	/* background: red; */
	display: none;
}

.province-search-by-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: transparent;
	border-radius: 0;
	cursor: default;
	float: none;
	margin-right: 0;
	/* margin-top: 0; */
	padding: 0 5px;
	color: inherit;
	border: 0;
}

.province-search-by-select2 .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	display: none;
}

.thead-bg-fafafa th .select2-container .selection .select2-selection--single {
	height: auto;
	border: 0;
}

.thead-bg-fafafa th .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: normal !important;
}

.thead-bg-fafafa th .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	height: 100% !important;
}


/* .select2-search--dropdown:after {
    left: 15px;
} */

span.select2.select2-container.select2-container--default {
	width: 100% !important;
}

.input-group.border-danger .select2-container .selection .select2-selection--single {
	border-color: #f44336;
}

/* Select2 multiple tag */

.form-group .select2-search__field {
	padding-left: 0.75rem;
}

.select2-container--default .select2-selection--multiple {
	display: block;
	border: 1px solid transparent;
	cursor: text;
	outline: 0;
	/* height: calc(1.5385em + .875rem + 2px); */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0.1875rem;
	height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	display: flex !important;
	flex-wrap: wrap;
	padding: 0 0.35rem 0.3rem !important;
	align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #eee !important;
	color: #333;
	border: 0 !important;
	cursor: default !important;
	float: none !important;
	/* margin-right: 0.125rem!important; */
	/* margin-top: 0.125rem!important; */
	/* padding: 0.3125rem 0.875rem!important; */
	white-space: normal !important;
	word-break: break-all !important;
	border-radius: 0.1875rem !important;
	transition: color ease-in-out .15s, background-color ease-in-out .15s !important;
	font-size: 0.75rem;
	line-height: 1;
	min-height: auto;
	padding: 0.3125rem 0.475rem !important;
	margin-top: 0.3rem !important;
	margin-right: 0.3rem !important;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
	background-color: #03a9f4 !important;
	color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	cursor: pointer;
	float: none;
	color: inherit;
	font-size: .875rem;
	margin-top: 0;
	line-height: inherit;
	margin-left: 0.325rem;
	opacity: 1;
	margin-right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
	color: inherit;
	opacity: 0.5;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
	padding: 0.3125rem 0 !important;
	width: 0rem !important;
	margin-top: 2px;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field:focus {
	width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-search--inline:first-child .select2-search__field {
	padding-left: 0.75rem !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	color: #333 !important;
	background-color: #fafafa !important;
}

.select2-dropdown {
	color: #333;
	border: 1px solid rgba(0, 0, 0, .15) !important;
	box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
	/* display: block;
    background-color: #fff;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1070;
    border-radius: 0.1875rem; */
}

.select2-search--dropdown {
	padding: 0.625rem !important;
}

.select2-tag.multi-color .select2-container--default .select2-selection--multiple .select2-selection__choice {
	color: #333;
}


.select2-tag.multi-color .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(1) {
	background-color: #1F88E5 !important;
	color: #fff;
}

.select2-tag.multi-color .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(2) {
	background-color: #5ACF36 !important;
	color: #fff;
}

/* \\\Select2 change search icon to left */

.select2-container--default .select2-search--dropdown .select2-search__field {
	padding-left: 35px !important;
}

.select2-container .select2-search::after {
	left: 1.5rem !important;
	right: auto !important;
}


/* \\\Select2 multiple tag */

.hidden {
	display: none !important;
}

.loading:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .8);
	width: 100%;
	height: 100%;
	border-radius: .28571429rem;
	z-index: 100;
}

.loading:after {
	position: absolute;
	content: '';
	top: 30%;
	left: calc(50% - 1.5em);
	width: 3em;
	height: 3em;
	border-radius: 500rem;
	border-color: #767676 rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1);
	border-style: solid;
	border-width: .2em;
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
	visibility: visible;
	z-index: 101;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.loading-small:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .8);
	width: 100%;
	height: 100%;
	border-radius: 0.28571429rem;
	z-index: 100;
}

.loading-small:after {
	position: absolute;
	content: '';
	top: 30%;
	left: calc(50% - 1.5em);
	width: 2em;
	height: 2em;
	border-radius: 500rem;
	border-color: #767676 rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1);
	border-style: solid;
	border-width: .2em;
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
	visibility: visible;
	z-index: 101;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.tags-layout .select2-results {
	min-height: 50px;
}

.tags-layout .select2-results:first-child>.select2-results__options {
	padding-top: 0px;
}

.select2-dropdown.tags-layout.tags-zindex {
	z-index: 1071;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.loading-sm {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	border-top-color: #3c8dbc;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

.rotate {
	animation: rotation 2s infinite linear;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

/*calendar*/

.ranges {
	border: 0 !important;
	box-shadow: none !important;
}

.daterangepicker.show-calendar {
	box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
}

.daterangepicker .drp-buttons {
	padding: 10px;
}

.daterangepicker .btn.cancelBtn,
.daterangepicker .btn.applyBtn {
	font-weight: 400;
	margin-left: 0.85rem;
	padding: .4375rem .875rem;
	font-size: .8125rem;
	line-height: 1.5385;
}

.daterangepicker .btn-primary,
.daterangepicker .btn-success {
	background-color: var(--primary);
}


.calendars {
	flex-wrap: nowrap !important;
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
	line-height: 20px !important;
}

.vue-daterange-picker .date-placeholder {
	color: #999;
}


/*tag*/

div .vue-input-tag-wrapper {
	/* padding: 0 0 .125rem 0; */
	padding: .4375rem .875rem;
	border-radius: .1875rem;
	border-color: #ddd;
}

div .vue-input-tag-wrapper .new-tag {
	margin: 0px;
	padding: .125rem 0 0;
}

div .vue-input-tag-wrapper .input-tag {
	margin: 0 .125rem 0 0;
	padding: 0;
	cursor: default;
	float: left;
	position: relative;
	border-radius: .1875rem;
	transition: all ease-in-out .15s;
	background-color: #1AB394;
	border: 1px solid #1AB394;
}

div .tag-orange .vue-input-tag-wrapper .input-tag {
	background-color: #F8AC59;
	border: 1px solid #F8AC59;
}

div .tag-orange .vue-input-tag-wrapper .input-tag+.new-tag {
	margin-left: .875rem;
}

div .vue-input-tag-wrapper .input-tag>span {
	display: block;
	max-width: none !important;
	padding: .3125rem .375rem;
	padding-right: 1.375rem;
	color: #fff;
}

.vue-input-tag-wrapper .input-tag .remove {
	font-size: 0;
	cursor: pointer !important;
	position: absolute;
	top: 50%;
	color: #fff !important;
	opacity: .75;
	right: .475rem;
	line-height: 1;
	margin-top: -.55rem;
	-webkit-transition: opacity ease-in-out .15s;
	transition: opacity ease-in-out .15s;
}

.vue-input-tag-wrapper .input-tag .remove:before {
	content: "\ED6A";
	display: block;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.vue-input-tag-wrapper .input-tag .remove:hover {
	opacity: 1;
}

.th-address-autocomplete {
	border: 1px solid #d5d5d5;
	background-color: #fff;
	margin-top: 1px !important;
	border-radius: 4px;
	overflow: hidden;
}

.th-address-autocomplete li {
	border-bottom: 1px solid #d5d5d5;
	padding: 5px;
	height: auto !important;
}

.suggestion-list div:hover,
.th-address-autocomplete li:hover {
	background-color: #efefef;
}

.suggestion-list div:last-child,
.th-address-autocomplete li:last-child {
	border-bottom: 0;
}

label {
	text-transform: capitalize;
}


/*thai auto address*/

label.th-address-label {
	width: 100%;
	margin-bottom: 0;
}

.label-text {
	margin-bottom: .5rem;
}


/*numeric input*/

.modal-body .vue-numeric-input .numeric-input {
	display: block;
	width: 100%;
	height: calc(1.5385em + .875rem + 2px);
	padding: .4375rem .875rem;
	font-size: .8125rem;
	font-weight: 400;
	line-height: 1.5385;
	color: #333;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ddd;
	border-radius: .1875rem;
	box-shadow: 0 0 0 0 transparent;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	outline: none;
}

.modal-body .input-group .vue-numeric-input .numeric-input {
	border: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: calc(1.5385em + .875rem);

}

.modal-body .vue-numeric-input.updown .btn.btn-increment .btn-icon:before,
.modal-body .vue-numeric-input.updown .btn.btn-decrement .btn-icon:before {
	visibility: visible;
	font-size: 8px;
	background: no-repeat;
	margin-left: -2px;
	margin-top: -2px;
}

.vue-numeric-input.updown .numeric-input[disabled="disabled"] {
	color: #ccc;
}

.modal-body .vue-numeric-input.updown .btn.btn-decrement .btn-icon:before {
	content: "\F078";
}

.modal-body .vue-numeric-input.updown .btn.btn-increment .btn-icon:before {
	content: "\f077";
}

.modal-body .vue-numeric-input.updown .btn-increment .btn-icon,
.modal-body .vue-numeric-input.updown .btn-decrement .btn-icon {
	border: none;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-style: normal;
}

.modal-body .vue-numeric-input.updown .btn-increment {
	right: 1;
	top: 1;
	bottom: 50%;
	border-radius: 0;
	border-width: 0;
	cursor: pointer;
}

.modal-body .vue-numeric-input.updown .btn-decrement {
	right: 1;
	top: 50%;
	bottom: 1;
	left: auto;
	border-radius: 0;
	border-width: 0;
	cursor: pointer;
}

.modal-body .vue-numeric-input .btn {
	background: #FAFAFA;
	box-shadow: none;
}

.mx-datepicker {
	/* width: 100% !important; */
	flex: 1 1 auto;
	display: block !important;
	position: relative !important;
	-webkit-box-flex: 1;
	width: 1% !important;
	margin-bottom: 0;
}

.suggestion-list div:hover,
.th-address-autocomplete li.active,
.th-address-autocomplete li:hover {
	background-color: #f5f5f5 !important
}

.ui-btn-addremove {
	border-radius: 0px;
	border-width: 0px 0px 0px 1px;
}

tr.total td.value {
	font-size: 17px;
	font-weight: 600;
}


.badge>i {
	margin-right: 0.4rem;
}

.badge-icon>i {
	margin-right: 0;
	text-align: center;
	width: 13px;
	height: 13px;
	line-height: 13px;
}

.badge-pill {
	padding: .225rem .375rem;
}

table td .badge {
	display: inline-block;
	padding: 0.35rem 0.5rem;
	font-size: 0.7rem;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.2rem;
	min-width: 70px;
}

table td .badge-icon>i {
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.vuetable-body .item-left {
	width: calc(100% - 80px);
	white-space: normal !important;
	display: flex;
	text-align: left;
}

.vuetable-body .item-right {
	min-width: 80px;
	text-align: right;
}

.vuetable-body .popper {
	background-color: #fff;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	border: 1px #ebebeb solid;
	z-index: 200000;
	-moz-box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
	box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
	/* box-shadow: 3px 1px 10px -3px #ccc; */
}

.dropdown-menu,
.vuetable-wrapper .table {
	color: #515151;
}

.vuetable-wrapper i.icon.sort:before {
	content: "\ec12";
}

.vuetable-wrapper .sort-icon.down:before {
	content: "\EA9B";
	color: #333;
}

.vuetable-wrapper .sort-icon.up:before {
	content: "\ea9e";
	color: #333;
}

.ui.pagination.menu .active.item {
	border-top: none;
	background-color: #1F88E5;
	color: #fff;
	box-shadow: none;
}

.ui.pagination.menu .item {
	padding: .4375rem;
	min-width: 2.25003rem;
	margin-left: .125rem;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #333;
	outline: 0;
	border: 1px solid transparent;
	border-radius: .1875rem;
	display: flex;
	transition: all ease-in-out .15s;
	justify-content: center;
	align-items: center;
}

.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
	cursor: pointer;
	background-color: #eee;
}

.ui.menu .item {
	position: relative;
	vertical-align: middle;
	line-height: 1;
	text-decoration: none;
	flex: 0 0 auto;
	user-select: none;
	background: 0 0;
	margin-left: 1px;
}

.ui.menu .item.disabled,
.ui.menu .item.disabled:hover {
	cursor: default;
	color: rgba(40, 40, 40, .3);
}

.ui.menu .item>i.icon {
	opacity: .9;
	float: none;
}

.inline.field label {
	min-width: 100px;
	color: #999;
}

.inline.field span {
	font-weight: 600;
}

.ui.pagination.menu .icon.item i.icon {
	vertical-align: top;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-style: normal;
}

i.icon:before {
	font-weight: normal;
}

i.icon.chevron.left:before {
	content: "\f177";
}

i.icon.chevron.right:before {
	content: "\f178";
}

i.icon.angle.double.left:before {
	content: "\f33e";
}

i.icon.angle.double.right:before {
	content: "\f340";
}

.ui.basic.button,
.ui.basic.buttons .button {
	background: transparent none !important;
	color: rgba(0, 0, 0, .6) !important;
	font-weight: 400;
	border-radius: .28571429rem;
	text-transform: none;
	text-shadow: none !important;
}

.vuetable-pagination-info {
	margin-bottom: 1.25rem !important;
}

.vuetable-body-wrapper .vuetable-pagination-info {
	padding: 0.4375rem 0;
}

.vuetable-body-wrapper.fixed-header tbody tr:first-child td {
	border-top: 0;
}

.ui.column .dropdown-menu {
	width: 100%;
	max-height: 200px;
	overflow-x: scroll;
}

.nav-tabs {
	margin: 0;
	display: flex;
	align-items: self-end;
}

.nav-tabs-bottom .nav-link:before {
	height: 2px;
	top: auto;
	bottom: -2px;
}

.nav-tabs-bottom .nav-link.active:before {
	background-color: #252B38;
}

.nav-tabs-bottom .nav-link.primary.active:before {
	background-color: #2196f3;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link {
	font-weight: 500;
	color: #515151;
}

.nav-tabs .nav-link:hover {
	background-color: #F5F5F5;
}

.nav-tabs-bottom .nav-link.active {
	color: #333;
}

.nav-tabs .nav-item:first-child .nav-link.active {
	border-top-left-radius: .1875rem !important;
	border-bottom-left-radius: .1875rem !important;
}

.nav-tabs .nav-item:last-child .nav-link.active {
	border-top-right-radius: .1875rem !important;
	border-bottom-right-radius: .1875rem !important;
}

.dataTables_length .select2-container {
	min-width: 70px;
}

.dataTables_length>label {
	display: flex;
	align-items: center;
}

i.icon {
	font-family: material-icons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	min-width: 1em;
	display: inline-block;
	text-align: center;
	font-size: 1rem;
	vertical-align: middle;
	position: relative;
	top: -1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

i.icon,
i.icons {
	font-size: 1em;
	margin-top: 5px;
}

.vuetable thead th,
div.data-nowrap table.vuetable th,
div.data-nowrap table.vuetable td {
	white-space: nowrap;
}


/* css checkbox in  .vuetable-th-component-checkbox  */

.ui.checkbox input[type=checkbox],
.vuetable-th-component-checkbox input[type=checkbox],
.vuetable-td-component-checkbox input[type=checkbox] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	outline: none;
	content: none;
}

td.vuetable-td-component-checkbox.vuetable-component {
	padding-left: 20px;
}

th.vuetable-th-component-checkbox.vuetable-th-component-vuetable-field-checkbox {
	padding-left: 20px;
}

.ui.checkbox input[type=checkbox],
.vuetable-th-component-checkbox input[type=checkbox],
.vuetable-td-component-checkbox input[type=checkbox] {
	position: relative;
}

.ui.checkbox input[type=checkbox]:before,
.vuetable-th-component-checkbox input[type=checkbox]:before,
.vuetable-td-component-checkbox input[type=checkbox]:before {
	content: "";
	font-size: 1rem;
	display: flex;
	border: 0.125rem solid #455A64;
	width: 1.25rem;
	height: 1.25rem;
	justify-content: center;
	align-items: center;
	color: #455A64;
	border-radius: 0.125rem;
}

.vuetable input[type="checkbox"]:indeterminate:after,
.vuetable input[type="checkbox"]:checked:after {
	position: absolute;
	top: 0px;
	text-align: center;
	color: #455A64;
	font-family: "icomoon";
	border: 0.125rem solid #455A64;
	border-radius: 0.125rem;
	line-height: 1;
	width: 1.25rem;
	height: 1.25rem;
	/*
    font-family: "Font Awesome 5 Pro";
    color: var(--primary);
    font-weight: 600;
    */
}

.vuetable input[type="checkbox"]:checked:after {
	content: "\E600";
	font-family: "icomoon";
	font-size: 1rem;
}

.vuetable input[type="checkbox"]:indeterminate:after {
	content: "\e9e2";
	font-family: "icomoon";
	font-size: 1rem;
}


/* \css checkbox in  .vuetable-th-component-checkbox  */

.bg-grey-custom {
	background-color: #E7E7E7
}

.alpha-grey-F1F3F6 {
	background-color: #F1F3F6;
}

.bg-blue-500 {
	background-color: #03A9F4
}

.bg-line {
	color: #39B909 !important;
	/* background: #39B909; */
	border: 1px solid #39B909;
}

.bg-line:hover {
	color: #fff !important;
	background: #39B909;
}

.bg-line-solid {
	color: #fff !important;
	background: #39B909;
	border: 1px solid #39B909;
}

.bg-facebook {
	color: #3F51B5 !important;
	/* background:#3B5998; */
	border: 1px solid #3F51B5;
}

.bg-facebook:hover {
	color: #fff !important;
	background: #3B5998;
}

.bg-facebook-solid {
	color: #fff !important;
	background: #3B5998;
	border: 1px solid #3F51B5;
}

.bg-apple {
	color: #000000 !important;
	border: 1px solid #fff;
	border: 1px solid #000000;
}

.bg-apple:hover {
	color: #fff !important;
	background: #000000;
}

.bg-google {
	color: #F24033 !important;
	border: 1px solid #F24033;
}

.bg-google:hover {
	color: #fff !important;
	background: #F24033 !important;
}

.bg-telegram {
	color: #fff !important;
	background: #58A6DC;
	/* border: 1px solid #3F51B5; */
}

.bg-telegram:hover {
	color: #fff !important;
	background: #58A6DC;
}

.text-grey-94AFB6 {
	color: #94AFB6;
}

.text-grey-BFBFBF {
	color: #BFBFBF;
}

.text-grey-BEC2C6 {
	color: #BEC2C6;
}

.text-green-custom {
	color: #2DCE89
}

.text-orange-custom {
	color: #FB8C00
}

.text-orange-FF7B52 {
	color: #FF7B52
}

.text-grey-custom {
	color: #E7E7E7;
}

.text-blue-alpha {
	color: #E8F6FC;
}

.overflow-scroll {
	overflow: scroll;
}

.nav-sidebar .router-link-exact-active {
	background: #1F88E5;
	color: #fff
}

.btn-outline-normal {
	color: #324148;
	background-color: transparent;
	background-image: none;
	border-color: #ddd;
}

.btn-outline-normal:hover {
	background-color: #fbfbfb;
}

.data-icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
}

.data-icon i {
	font-size: 1rem;
}

.thead-bg-fafafa table thead {
	background-color: #fafafa;
}

.thead-bg-fafafa table tfoot {
	background-color: #fafafa;
}

.thead-bg-fafafa .table thead th {
	border-bottom: 0;
}

.table-bordered.border td:first-child,
.table-bordered.border th:first-child {
	border-left: 0;
}

.table-bordered.border td:last-child,
.table-bordered.border th:last-child {
	border-right: 0;
}

div.data-nowrap .table th.sortable {
	padding-right: 0.5rem;
}

div.data-nowrap table.vuetable th.sortable .sort-icon {
	float: none !important;
	margin-top: 0;
	margin-left: 10px;
}

.block-lead-info .lead-info-row {
	margin-bottom: 15px;
}

.block-lead-info .lead-info-row i {
	width: 20px;
	text-align: center;
	margin-right: 10px;
}

.list-feed>div>div:first-child i {
	padding: 3px;
}

.list-feed>div>div .btn.btn-icon {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0;
}

.list-feed>div>div .btn.btn-icon i {
	font-size: 1rem;
}

.img-profile-call {
	width: 160px;
	height: 160px;
}

#modal-call .btn-call,
#modal-call .btn-call-cancel {
	height: 50px;
	width: 50px;
	padding: 0;
	text-align: center;
	line-height: 50px;
	margin: 0 1rem;
}

#modal-call .btn-call-cancel {
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.modal.modal-left .modal-dialog.modal-lg-900,
.modal.modal-right .modal-dialog.modal-lg-900 {
	width: 900px;
}

.no-collapse table {
	border-collapse: inherit;
}


.import-log a {
	text-decoration: underline;
}

.modal.modal-right .modal-dialog.modal-lg {
	width: 850px;
	top: 0;
}

.table-auto-horizontal-scroll {
	width: 100%;
	white-space: nowrap;
}

.bg-grey-100 {
	background-color: #e7e7e7;
}

.shipping-label-grid img {
	max-width: 100%;
}

.shipping-label-grid .label-grid {
	color: #515151 !important;
	width: 215px;
	position: relative;
	background: #e7e7e7;
	border-radius: .1875rem;
	margin-right: 1.25rem
}

.shipping-label-grid .label-grid .label-grid-name {
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #e7e7e7;
}

.shipping-label-grid .label-grid .label-grid-thumbnail {
	height: 100%;
	position: relative;
	padding: .625rem;
	padding-bottom: 0;
	border-radius: .1875rem .1875rem 0 0;
}

.shipping-label-grid .label-grid .label-grid-thumbnail .label-grid-action {
	color: #fff;
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	border-radius: .1875rem .1875rem 0 0;
	background: #64B5F6;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	visibility: hidden;
	opacity: 0;
}

.shipping-label-grid .label-grid:hover .label-grid-thumbnail .label-grid-action {
	visibility: visible;
	opacity: 1;
}

.shipping-label-grid .label-grid .label-grid-thumbnail .label-grid-use {
	width: 213px;
	border-radius: .1875rem .1875rem 0 0;
	height: 35px;
	line-height: 35px;
	position: absolute;
	z-index: 1;
	top: -1px;
	left: 0px;
}

.shipping-label-grid .label-grid .label-grid-thumbnail .bg-shadow {
	background: rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	visibility: hidden;
	opacity: 0;
}

.shipping-label-grid .label-grid:hover .label-grid-thumbnail .bg-shadow {
	visibility: visible;
	opacity: 1;
}

.modal-header {
	padding: 0.78rem 1.25rem;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .2rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	padding-right: 0;
}

.btn-group a.SalesClerk {
	line-height: 0;
	text-decoration: underline;
}

.btn-group a.assignSalesClerk:hover {
	text-decoration: none;
}

.assignSalesClerk.dropdown-menu .custom-control-label::after,
.assignSalesClerk.dropdown-menu .custom-radio .custom-control-label::before {
	margin-top: 0.5rem;
}

.assignSalesClerk.dropdown-menu .dropdown-item {
	padding: .3rem 1rem;
}

.card .daterange-picker-custom {
	min-width: 150px;
	max-width: 100%;
	width: calc(100% - 45px);
}

.nav-sidebar .nav-item.disable>span.nav-link {
	opacity: .5;
}

#modal_more_filters .daterangepicker.single.show-ranges {
	min-width: 156px;
	max-width: 100%;
}

.calendars-container,
.daterangepicker.opensright .calendars {
	width: auto;
}


/* Active blue checkbox   */


/* .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background: none;
    content: "\F00C";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 1px;
    width: 20px;
    text-align: center;
    height: 20px;
    font-size: 0.6rem;
    line-height: 18px;
    font-weight: 600;
}

.custom-control-input:checked~.custom-control-label::before,
.multiselect-item input[type=checkbox]:checked~.form-check-control-indicator,
.multiselect-item input[type=checkbox],
.uniform-checker span.checked {
    background: #2196f3;
    border-color: #2196f3;
}

.uniform-checker span.checked.disabled {
    background: gray;
    border-color: gray;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after,
input[type="checkbox"]:checked:after,
.multiselect-item input[type=checkbox]~.form-check-control-indicator,
.uniform-checker span:after {
    color: #fff;
}
*/

.custom-control-input[type="radio"]:checked~.custom-control-label::before {
	/* color: #2196f3; */
	background: none;
	border-color: #2196f3;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	border-radius: 50%;
	background: #2196f3;
	border-color: #2196f3;
	top: 5px;
	margin-left: 5px;
	width: 10px;
	height: 10px;
}


/* \Active blue checkbox   */

.bg-f5f5f5 {
	background-color: #f5f5f5 !important;
	color: inherit !important;
}

.select2-results__option {
	padding-left: 0.625rem !important
}


.dropdown .dropdown-menu {
	width: 100%;
	/*   max-height: 300px; */
	overflow-y: auto;
}

.dropdown.overflow-show-lang .dropdown-menu {
	overflow-y: inherit;
}

.dropdown.overflow-show-lang .dropdown-menu .img-flag {
	width: 17px;
	height: 17px;
}


/* Shipping Rate Table */

.tb-ship-rate {
	width: 100%;
}

.tb-ship-rate thead {
	background: #FCFBFB;
	border-bottom: 1px solid #DFDFDF;
}

.tb-ship-rate th {
	padding: .9375rem 0.625rem;
	font-weight: 400;
	white-space: nowrap;
}

.tb-ship-rate td {
	padding: 0.85rem;
	white-space: nowrap;
}

.tb-ship-rate tbody tr {
	border-bottom: 1px solid #DFDFDF
}

.ship-title {
	display: block;
	white-space: nowrap;
	/* font-size: 16px; */
	line-height: 1;
}



/* \Shipping Rate Table */


/* Error page */

h1.error-page-title {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.03em;
}

div.error-page-text {
	font-size: 15px;
	color: #515151;
	/* line-height: 120%; */
}

.border-grey-DFDFDF {
	border-color: #DFDFDF;
}

.border-grey-100 {
	border-color: rgba(0, 0, 0, .125);
}


/* Custom Css >> Vue Number Input Spinner */

.custom_spinner .vnis *,
.custom_spinner .vnis *::after,
.custom_spinner .vnis *::before {
	box-sizing: border-box;
}

.custom_spinner .vnis__input {
	-webkit-appearance: none;
	border: 1px solid #eee;
	border-width: 1px 0;
	float: left;
	font-size: inherit;
	height: 25px;
	margin: 0;
	outline: none;
	text-align: center;
	width: 25px;
}

.custom_spinner .vnis__input::-webkit-outer-spin-button,
.custom_spinner .vnis__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.custom_spinner .vnis__button {
	-webkit-appearance: none;
	transition: all 0.5s ease;
	background: #fff;
	border: 1px solid #eee;
	color: inherit;
	cursor: pointer;
	float: left;
	font-size: unset;
	margin: 0;
	width: 25px;
	height: 25px;
	line-height: 0
}

.custom_spinner .vnis__button:hover {
	background: #f5f5f5;
}

.custom_spinner .vnis__button:focus {
	outline: none;
	outline-offset: -5px;
}


/* \Custom Css >> Vue Number Input Spinner */

.vue-numeric-input {
	width: 100% !important;
}

.switchery-default {
	background-color: #ccc !important;
}

.nav-tabs2 .nav-link.active {
	background-color: #fff;
	border: 2px solid;
	border-color: #2196f3 #ddd #fff;
}



/*Badge Purple*/

.badge-purple {
	color: #fff;
	background-color: #7986CB;
}


/*Badge Blue*/

.badge-blue {
	color: #fff;
	background-color: #0277BD;
}


/*Badge Blue*/

.badge-second {
	color: #fff;
	background-color: #888888;
}

.generate_sku {
	cursor: pointer;
}


/*Custom Multiselect*/

.multiselect {
	width: 100%;
	text-align: left;
	/* padding-left: 0.875rem; */
	/* padding-right: 2.375rem; */
	text-transform: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* Integrations */

.info ul {
	margin-bottom: 0;
}


/* \Integrations */

.page-pic {
	display: flex;
	cursor: pointer;
}

.page-pic img {
	width: 35px;
	height: 35px;
	border-radius: 100px;
	position: relative;
	z-index: 99;
}

.page-pic img:nth-child(2) {
	margin-left: -20px;
	z-index: 98;
}

.page-pic img:nth-child(3) {
	margin-left: -20px;
	z-index: 97;
}

.page-pic img:nth-child(4) {
	margin-left: -20px;
	z-index: 96;
}

.page-pic img:nth-child(5) {
	margin-left: -20px;
	z-index: 95;
}

.page-pic img:nth-child(6) {
	margin-left: -20px;
	z-index: 94;
}

.page-pic .more-page {
	background: #FF7143;
	color: #fff;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100px;
	z-index: 50;
	margin-left: -20px;
}

.page-pic>img:hover,
.page-pic>*:hover {
	z-index: 100;
}

.dropdown-page-profile .dropdown-item {
	padding: .25rem 1rem;
}

.dropdown-page-profile .dropdown-item>img {
	max-height: 24px;
}

.dropdown-page-profile .dropdown-item .more-page {
	background: #FF7143;
	color: #fff;
	font-size: 0.625rem;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 100px;
}

.placeholder-content {
	height: 205px;
	overflow: hidden;
	background: #000;
	position: relative;
	animation-duration: 1.7s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: placeholderAnimate;
	background: #f6f7f8;
	background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
	background-size: 1300px;
}

.placeholder-content_item {
	width: 100%;
	height: 20px;
	position: absolute;
	background: #fff;
	z-index: 2;
}

.placeholder-content_item:after,
.placeholder-content_item:before {
	width: inherit;
	height: inherit;
	content: '';
	position: absolute;
}

.placeholder-content_item:nth-child(1) {
	top: 0;
	left: 0;
}

.placeholder-content_item:nth-child(4) {
	top: 20px;
	width: 20px;
	left: 170px;
	height: 90px;
}

.placeholder-content_item:nth-child(5) {
	top: 40px;
	left: 190px;
	height: 12px;
}

.placeholder-content_item:nth-child(6) {
	top: 75px;
	left: 190px;
	height: 12px;
}

.placeholder-content_item:nth-child(7) {
	top: 20px;
	right: 0;
	width: 0%;
	height: 20px;
}

.placeholder-content_item:nth-child(9) {
	top: 110px;
	height: 17px;
	left: 0;
}

.placeholder-content_item:nth-child(10) {
	top: 149px;
	height: 12px;
	left: 0;
}

.placeholder-content_item:nth-child(11) {
	top: 183px;
	left: 0;
	height: 100%;
}

@keyframes placeholderAnimate {
	0% {
		background-position: -650px 0;
	}

	100% {
		background-position: 650px 0;
	}
}

.pointer {
	cursor: pointer;
}

.single-upload #my-strictly-unique-vue-upload-multiple-image {
	display: block !important;
}

.single-upload #my-strictly-unique-vue-upload-multiple-image .image-container {
	min-width: 100%;
	min-height: 200px;
}

.single-upload .image-container {
	min-width: 100% !important;
}

.image-bottom.display-flex.position-absolute.full-width {
	z-index: 1000;
}

.image-list-container .image-list-item {
	border-radius: 3px !important;
	/* border: 0 !important; */
}

.image-list-container .image-list-item:last-child {
	border-radius: 3px !important;
	border: 1px solid #d6d6d6 !important;
	transition: all 0.2s;
}

.image-list-container .image-list-item:last-child:hover {
	background: #eee;
}

#my-strictly-unique-vue-upload-multiple-image .image-list-container .image-list-item .show-img {
	max-width: 65px !important;
	max-height: 65px !important;
	border-radius: 3px;
}

.image-list-container .image-list-item:not(:last-child) {
    margin-right: 10px !important;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}
.image-list-container {
    margin-top: 0 !important;
}
.image-list-container .image-list-item:last-child {
    margin-top: 10px;
}


/* check invalid multi upload */

.single-upload .preview-image {
	height: 180px !important;
	padding: 10px !important;
}

.single-upload .show-img {
	max-height: 160px !important;
	max-width: 100% !important;
}

.dataTables_filter .input-group {
	flex-wrap: nowrap;
}

#my-strictly-unique-vue-upload-multiple-image .field-invalid .image-container {
	border-color: #f44336
}


/* \check invalid multi upload */


/* fix UI More filter modal */

.modal-more-filters .card-collapsed .card-header>div {
	background: #FAFAFA;
}

.modal-more-filters .card-collapsed .card-header>div.collapsed {
	background: none;
}

.modal-more-filters .card-collapsed .ui-filter-list {
	margin-top: 0.85rem;
}

.modal-more-filters .card-collapsed .ui-filter-list {
	padding-bottom: 0.85rem;
}

.modal-more-filters .card-collapsed .ui-filter-list .filter-option .form-group,
.modal-more-filters .card-collapsed .ui-filter-list .filter-option .form-group .form-check {
	margin-bottom: 0.85rem;
}

.modal-more-filters .card-collapsed .ui-filter-list .filter-option .form-group .form-check .form-check-label {
	display: flex;
}


/* More filter ui */

.modal-more-filters .card-collapsed .py-2 {
	padding-bottom: .725rem !important;
	padding-top: .725rem !important;
}


/* \More filter ui */


/* Setting ui */


/* #header-title {
    font-size: 24px;
}

#header-description {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.card-item:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to


{
    opacity: 0;
}

div.h6 {
    font-size: 18px;
}

div.text-secondary.mt-n2 {
    font-size: 16px;
} */


/* \Setting ui */


/* Vue suggesions */

.suggestions {
	/* It's improtant to have a cpecific pivot point for transition:*/
	opacity: 1;
}

.vue-simple-suggest-enter-active.suggestions,
.vue-simple-suggest-leave-active.suggestions {
	/* Transition length here:*/
	transition: opacity .2s;
}

.vue-simple-suggest-enter.suggestions,
.vue-simple-suggest-leave-to.suggestions {
	/* Transition rule for "disengaged" element:*/
	opacity: 0;
}

.vue-simple-suggest.designed .input-wrapper input.form-control {
	display: block;
	width: 100%;
	height: calc(1.5385em + .875rem + 2px);
	padding: .4375rem .875rem;
	font-size: .8125rem;
	font-weight: 400;
	line-height: 1.5385;
	color: #333;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ddd;
	border-radius: .1875rem;
}


/* fix icon customer info > view detail */

dl>dt>i {
	width: 20px;
	text-align: center;
}


/* Create product modal */

.vue-numeric-input.updown .numeric-input {
	padding-left: .875rem !important;
}

.note-toolbar:not([class*=bg-]):not([class*=alpha-]) {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 0 15px;
	padding-bottom: 0;
	margin: 0;
	z-index: 1030;
	border-top-left-radius: 0.1875rem;
	border-top-right-radius: 0.1875rem;
	position: relative !important;
	width: 100% !important;
}

.note-frame .note-editing-area .note-editable {
	padding: .875rem;
	overflow: auto;
	color: #333;
	background-color: #fff;
	min-height: 150px;
}

.note-frame .note-toolbar>.note-btn-group {
	padding-right: 15px;
	padding-bottom: 10px;
	margin: 0;
}

.note-frame .note-toolbar>.note-btn-group .note-btn {
	background-color: #FAFAFA;
	border: 1px solid #ddd;
}

.download_pointer {
	cursor: pointer;
}

#list_shipment .media .btn.border-2.btn-icon,
#list_payment .media .btn.border-2.btn-icon {
	padding: .575rem .70002rem;
}

#list_shipment .media .letter-icon i,
#list_payment .media .letter-icon i {
	font-size: 1.275em;
	line-height: 1.25rem;
}

#home-slide .owl-theme .owl-nav [class*='owl-'] {
	border: 1px solid #fff;
	background: transparent;
	width: 45px;
	height: 45px;
	line-height: 40px;
	padding: 0;
}

#home-slide .owl-nav {
	position: absolute;
	width: 100%;
	top: 43%;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

#home-slide .slick-prev {
	z-index: 1;
	left: 15px;
}

#home-slide .slick-next {
	right: 15px;
}

#home-slide .slick-next:before {
	content: '\f054';
	font-family: "Font Awesome 5 Pro";
}

#home-slide .slick-prev:before {
	content: '\f053';
	font-family: "Font Awesome 5 Pro";
}

button.slick-arrow {
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	color: #fff;
}

button:focus {
	outline: 0;
}

#home-slide .slick-dots li.slick-active button:before {
	position: absolute;
	width: 15px;
	height: 15px;
	text-align: center;
	opacity: 1;
	background: #fff;
	color: fff;
	border: 1px solid #fff;
	border-radius: 30px;
}

#home-slide .slick-dots li button:before {
	opacity: 1;
	background: transparent;
	color: transparent;
	border: 1px solid #fff;
	width: 15px;
	height: 15px;
	border-radius: 30px;
}

ul.slick-dots {
	position: absolute;
	bottom: 15px;
}

.img-100 {
	width: 100px;
}

#calendar .fc-icon-chevron-left:after {
	display: none;
}

#calendar .fc-icon-chevron-right:after {
	display: none;
}

#calendar .fc .fc-button-primary {
	color: #fff;
	color: #000000;
	background-color: transparent;
	border-color: transparent;
	font-size: 16px;
}

#calendar .fc-theme-standard td,
#calendar .fc-theme-standard th {
	border: 0;
	padding: 5px;
}

#calendar .fc-theme-standard .fc-scrollgrid {
	border: 0;
}

#calendar .fc .fc-toolbar-title {
	font-size: 15px;
}

#calendar .fc .fc-daygrid-day-frame {
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

#calendar .fc .fc-daygrid-day-top {
	justify-content: center;
}

#calendar .fc .fc-daygrid-day-number {
	z-index: 0;
}

#calendar .fc .fc-daygrid-day.fc-day-today {
	background-color: transparent;
}

#calendar .fc .fc-bg-event {
	opacity: 1;
	align-items: center;
	display: flex;
	justify-content: center;
}

#calendar .fc .fc-daygrid-day.fc-day-today {
	background-color: transparent;
}

#calendar .fc .fc-bg-event .fc-event-title {
	font-style: normal;
	text-align: center;
	margin: 0;
	font-size: 13px;
}

.fc-day-today .fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
	background: #efefef;
	border-radius: 3px;
}

.vue-avatar--wrapper {
	background-size: cover !important;
	background-position: center !important;
}

.point-none {
	pointer-events: none;
}

.fc-bg-event.fc-event.active {
	background: #2196F3 !important;
}

.center-cropped {
	width: 25px;
	height: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.image_box {
	width: 25px !important;
	height: 25px !important;
	object-fit: cover !important;
}

.image_box_20 {
	width: 20px !important;
	height: 20px !important;
	object-fit: cover !important;
}

.image_box_50 {
	width: 50px !important;
	height: 50px !important;
	object-fit: cover !important;
}

.image_box_edit_variant {
	width: 165px !important;
	height: 165px !important;
	object-fit: cover !important;
}

.image_box_variant {
	width: 35px !important;
	height: 35px !important;
	object-fit: cover !important;
}

.img_box20 {
	width: 20px;
	height: 20px;
	object-fit: cover !important;
	border-radius: 0.1875rem;
}

@media (min-width: 1200px) {
	.w-xl-35 {
		width: 35% !important;
	}

	.h-lg-100 {
		height: 100% !important;
	}

	.h-lg-75 {
		height: 75% !important;
	}

	.h-lg-50 {
		height: 50% !important;
	}

	.h-lg-25 {
		height: 25% !important;
	}

	.h-lg-auto {
		height: auto !important;
	}
}

.w-30 {
	width: 30% !important;
}

.w-80 {
	width: 80% !important;
}

.image_box_40 {
	width: 40px;
	height: 40px;
}

.image-upload>input {
	display: none !important;
}

.label-variant {
	width: 100% !important;
	margin: 0px !important;
}

.image-variant {
	width: 100% !important;
	height: 35px !important;
}

.select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
	color: #999;
}

#customer-search .select2-selection--multiple .select2-search--inline:before {
	content: "\f002";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 32px;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #999;
}

#customer-search .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding-bottom: 0 !important;
}

#customer-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	width: calc(100% - 32px);
}

#customer-search .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
	width: 100% !important;
	padding: 0.425rem 0 0.425rem 6px !important;
	margin-top: 0 !important
}

#product-search .select2-container--default .select2-selection--multiple .select2-selection__clear {
	display: none;
}

#customer-search .select2-container--default .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.word-break {
	word-break: break-all !important;
}

#product-search .select2-selection--multiple .select2-search--inline:before {
	content: "\f002";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 32px;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #999;
}

#warehouse-search .select2-selection--multiple .select2-search--inline:before {
	content: "\f002";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 32px;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #999;
}

input[type="email"],
input[type="text"] {
	font-family: arial;
}

.overflow-show-lang .dropdown-menu {
	left: auto;
	right: 0;
}

.image-logo-carrier {
	width: 50px !important;
	height: 50px !important;
}

.ship-icon40 {
	width: 40px !important;
	height: 40px !important;
}

.vue-form-wizard .wizard-nav .wizard-icon-circle {
	margin-bottom: 5px;
}

.showbigimage {
	width: 100% !important;
	height: 100% !important;
}

.show-big-image {
	width: 100% !important;
	height: 100% !important;
}


/* .btn-active-payment-method {
    color: #2196f3;
    background-color: transparent;
    background-image: none;
    border-color: #2196f3;
} */

.btn-active-payment-method {
	color: #0277bd;
	background-color: #e1f5fe;
	border-color: #039be5;
	border: 1px solid;
	width: 100%;
}

.btn-active-payment-method:active {
	color: #0277bd;
	background-color: #e1f5fe;
	border-color: #039be5;
	border: 1px solid;
	width: 100%;
}

.datatable-footer-sm .vuetable-pagination-info {
	margin-bottom: 0 !important;
	padding: 1.25rem 1.25rem 0 1.25rem;
}


/* .btn-active-payment-method:hover {
    color: #0277bd !important;
    background-color: #e1f5fe !important;
    border-color: #039be5 !important;
} */

.btn-nonActive-payment-method {
	color: #BFBFBF;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ddd;
	width: 100%;
}

.btn-nonActive-payment-method:hover {
	color: #37474f;
	background-color: #FAFAFA;
	border-color: #607d8b;
	border: 1px solid;
	width: 100%;
}

.card-active-integrations {
	border-color: #039be5;
}

.th-address-autocomplete {
	min-width: 400px !important;
}

span.lower-case {
	text-transform: lowercase;
}

.nowrap {
	white-space: nowrap !important;
}

.note-editor .dropdown-menu a {
	width: 100%;
	padding: 0.5rem 1rem;
	clear: both;
	font-weight: 400;
	color: #333;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	outline: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	margin-bottom: 0;
	transition: background-color ease-in-out .15s, color ease-in-out .15s;
}


/* Ui Toastr */

.toast-title {
	display: block;
	margin-top: 0;
	margin-bottom: 0.3125rem;
	font-size: .9375rem;
	font-weight: 400 !important;
}

.toast-message {
	font-size: .8125rem;
	font-weight: 400;
	line-height: 1.5385;
}

.toast-container.toast-top-right .toast {
	padding: 0.9375rem 1.25rem !important;
	border-radius: 0.1875rem !important;
	opacity: 1 !important;
	box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%) !important;
	border: 1px solid !important;
	background-image: none !important;
}

.toast-container.toast-top-right .toast span {
	margin-top: 0;
	margin-right: 0.625rem;
}

.toast-container.toast-top-right>.toast-success {
	/* background-image: none !important; */
	background-color: #e8f5e9 !important;
	border-color: #4caf50 !important;
	color: #1b5e20 !important;
}

.toast-container.toast-top-right>.toast-warning {
	background-color: #fff3e0;
	border-color: #ff9800;
	color: #bf360c;
}

.toast-container.toast-top-right>.toast-info {
	background-color: #e1f5fe;
	border-color: #03a9f4;
	color: #01579b;
}

.toast-container.toast-top-right>.toast-error {
	background-color: #ffebee;
	border-color: #f44336;
	color: #b71c1c;
}

.toast-container.toast-top-right .toast-progress {
	height: 3px;
	background-color: #666;
	opacity: 0.1;
}

.text-two-line-hidden {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 3.07em;
	line-height: 1.5em;
	padding: 1px;
}

.list-invite .border-bottom:last-child,
.list-address li:last-child a .border-bottom,
.list-devices .border-bottom:last-child {
	border-bottom: 0 !important;
}

.slick-slide img {
	max-width: 100%;
}

a.list-icons-item {
	border-radius: 100%;
}

.list-news.border-bottom:last-child {
	border-bottom: 0 !important;
}

.nav-info a.nav-link.active {
	background: #DBEEFE;
}

.hide-head thead {
	display: none;
}

div#view_changelog img {
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto;
	display: block;
}


/* .show>a.list-icons-item,
a.list-icons-item:focus, */

.header-elements .list-icons a.list-icons-item:hover {
	outline: 0;
	opacity: 0.75;
	background: #ddd;
}

.text-block {
	white-space: pre;
}

.text-block ul {
	line-height: .8;
}

.max-height-500 {
	max-height: 500px;
	overflow: auto;
}


/* Calendar of homepage */

#calendar .fc .fc-button-primary:hover {
	background: #eee;
}

.list-news.media:last-child {
	border-bottom: 0 !important;
}

@media (min-width: 768px) {
	img.image-mobile {
		display: none !important;
	}

	.h-md-100 {
		height: 100% !important;
	}

	.h-md-75 {
		height: 75% !important;
	}

	.h-md-50 {
		height: 50% !important;
	}

	.h-md-25 {
		height: 25% !important;
	}

	.h-md-auto {
		height: auto !important;
	}
}

@media (max-width: 767px) {
	img.image-desktop {
		display: none !important;
	}

	.md-block {
		display: block !important;
		width: 100%;
	}
}

@media (max-width: 576px) {
	.more-link-sm {
		width: 100%;
		display: block !important;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0 !important;
	}

	.header-log-filter {
		justify-content: center !important;
	}

	.fix-mobile-btgroup-bottom {
		padding-bottom: 70px;
	}

	.fix-mobile-btgroup-bottom .header-elements {
		position: absolute;
		bottom: 2rem;
		text-align: center;
		display: block !important;
		width: calc(100% - 2.5rem);
	}

	/* Homepage Feature  */
	.list-news .media-body {
		width: 100%;
	}

	.list-news .card-img-actions.img-100 {
		width: 100%;
	}

	/* \Homepage Feature  */
	.vue-form-wizard .wizard-nav-pills li:first-child:before {
		width: 65px;
	}

	.h-sm-100 {
		height: 100% !important;
	}

	.h-sm-75 {
		height: 75% !important;
	}

	.h-sm-50 {
		height: 50% !important;
	}

	.h-sm-25 {
		height: 25% !important;
	}

	.h-sm-auto {
		height: auto !important;
	}
}

.unset-cursor {
	cursor: unset;
}

/* vuetable disabled checkbox */

.vuetable-body .disabled input[type=checkbox] {
	pointer-events: none;
}

.disabled .ui.checkbox input[type=checkbox]:before,
.disabled .vuetable-th-component-checkbox input[type=checkbox]:before,
.disabled .vuetable-td-component-checkbox input[type=checkbox]:before {
	opacity: .5;
	background-color: transparent;
}

.checkbox-disabled:before {
	opacity: .5 !important;
	background-color: transparent !important;
}

input[type=text]:focus::-webkit-textfield-decoration-container,
input[type=password]:focus::-webkit-textfield-decoration-container {
	visibility: hidden;
}


/* Upsell Css */

.icon-notice {
	background: #F1F3F6;
	width: 50px;
	height: 50px;
	display: flex;
	line-height: 100%;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
}

.icon-notice i {
	color: #94AFB6;
	font-size: 1.35rem;
}

.font-size-xxs {
	font-size: 0.5875rem;
}

.upsell-icon-circle {
	border-radius: 100%;
	width: 16px;
	height: 16px;
	line-height: 100%;
	display: inline-block;
	text-align: center;
}

.upsell-icon-circle i {
	font-size: 0.567rem;
	padding: 0 !important;
}

#call-upsell .btn-icon {
	width: 36px;
	height: 36px;
	line-height: 100%;
}

.upsell-seller-thumb {
	display: flex;
	cursor: pointer;
}

.upsell-seller-thumb img {
	width: 25px;
	height: 25px;
	border-radius: 100px;
	position: relative;
	z-index: 99;
}

.upsell-seller-thumb img:nth-child(2) {
	margin-left: -10px;
	z-index: 98;
}

.upsell-seller-thumb img:nth-child(3) {
	margin-left: -10px;
	z-index: 97;
}

.upsell-seller-thumb img:nth-child(4) {
	margin-left: -10px;
	z-index: 96;
}

.upsell-seller-thumb img:nth-child(5) {
	margin-left: -10px;
	z-index: 95;
}

.upsell-seller-thumb img:nth-child(6) {
	margin-left: -10px;
	z-index: 94;
}

.upsell-seller-thumb img:nth-child(7) {
	margin-left: -10px;
	z-index: 94;
}

.upsell-seller-thumb img:nth-child(8) {
	margin-left: -10px;
	z-index: 94;
}

.upsell-seller-thumb img:nth-child(9) {
	margin-left: -10px;
	z-index: 94;
}

.upsell-seller-thumb img:nth-child(10) {
	margin-left: -10px;
	z-index: 94;
}

.upsell-seller-thumb .see-more {
	background: #FF7143;
	color: #fff;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100px;
	z-index: 50;
	margin-left: -20px;
}

.upsell-seller-thumb>img:hover,
.upsell-seller-thumb>*:hover {
	z-index: 100;
}

/* .daterangepicker.opensright {
    left: calc(100% + 1.625rem) !important;
    right: auto !important;
    bottom: -6px !important;
} */

/* modal new payment css */

.rounded-xl {
	border-radius: .65rem !important;
}

.bg-light-f6f6f6 {
	background-color: #f6f6f6 !important;
	color: inherit !important
}

.bg-coupon {
	background-image: url('../images/bg-coupon.png');
	background-position: left top;
	background-repeat: repeat-y;
}

.bg-coupon-disabled {
	background-image: url('../images/bg-coupon-disabled.png');
	background-position: left top;
	background-repeat: repeat-y;
}

.coupon-disabled {
	background-color: #999999;
	color: #fff;
}

.bg-coupon-disabled {
	background-image: url('../images/bg-coupon-disabled.png');
	background-position: left top;
	background-repeat: repeat-y;
}

.coupon-disabled {
	background-color: #999999;
	color: #fff;
}

/* \Upsell css */

.no-border-icon {
	border: 0em solid transparent !important;
}

.rounded-xl {
	border-radius: .65rem !important;
}

.bg-light-f6f6f6 {
	background-color: #f6f6f6 !important;
	color: inherit !important
}

.bg-coupon {
	background-image: url('../images/bg-coupon.png');
	background-position: left top;
	background-repeat: repeat-y;
}

.end-10 {
	right: -10px;
}

.top-10 {
	top: -10px;
}

.note-color-palette div .note-color-btn {
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
	width: 1.25rem;
	height: 1.25rem;
}

.top-3 {
	top: 1.25rem
}

.select2-container .select2-search::after {
	left: auto;
	right: 1.5rem;
	color: #bfbfbf;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #ddd !important;
	padding-top: 0;
	line-height: 34px;
	padding-bottom: 0;
	padding-left: 15px;
}

.modal-body.pb-5.px-0.py-2 {
	padding-top: .625rem !important;
}

#kvFileinputModal .modal-body {
	min-height: 500px;
}

div#swal2-html-container {
	line-height: 22px;
}

/* Fixed Footer bottom And dynamic with left menu */
.footer-fixed-bottom-dynamic {
	width: calc(100% - 16.875rem);
	background-color: #fff;
	border-top: 1px solid #ddd;
	text-align: center;
	left: auto;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.sidebar-xs .footer-fixed-bottom-dynamic {
	width: calc(100% - 3.5rem);
}

.text-decoration-line-through {
	text-decoration: line-through;
}

/* \\Fixed Footer bottom And dynamic with toggle left menu */

.font-size-big {
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.footer-fixed-bottom-dynamic {
		width: 100% !important;
	}
}

/* \\Fixed Footer bottom And dynamic with toggle left menu */
#foreColorPalette,
#backColorPalette {
	display: none;
}

button.note-color-select.btn {
	padding: 4px 8px;
	margin-right: 5px;
	background-color: rgba(0, 0, 0, .05);
}

#tags-search .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: inherit !important;
	padding: 0 !important;
	color: #fff;
	position: relative;
}

#tags-search .list-item.templateselect {
	padding: 0.3125rem 1.255rem 0.3125rem 0.475rem;
	border-radius: 4px;
}

#tags-search .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	position: absolute;
	right: 5px;
	top: 3px;
}

#product-select-search .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: inherit !important;
	padding: 0 !important;
	color: #fff;
	position: relative;
}

#product-select-search .list-item.templateselect {
	padding: 0.3125rem 1.255rem 0.3125rem 0.475rem;
	border-radius: 4px;
}

#product-select-search .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	position: absolute;
	right: 5px;
	top: 3px;
}

.uniform-choice span::after {
	top: calc(50% - 5px);
	left: calc(50% - 5px);
	border: 5px solid;
}

.uniform-choice span {
	width: 20px;
	height: 20px;
}

.uniform-choice span {
	border: 2px solid #455A64;
}

.std-popover {
	padding: 0;
	list-style: none;
	width: 230px;
}

h3.popover-header {
	font-weight: 500;
	font-size: 14px;
	background-color: #f7f7f7 !important;
	border-bottom: 1px solid #ebebeb !important;
	padding: 10px 15px !important;
}

.std-popover .item-summary {
	font-size: 14px;
}

table td .tags-custom .badge {
	min-width: auto;
}

.tags-order-detail span,
.order-link-btn span {
	font-size: 0.7rem;
	font-weight: 300;
}

.tags-order-detail>a,
.order-link-btn>a {
	font-weight: 300;
}

.tags-custom .popper {
	white-space: normal;
}

#tags-search .select2-container--default .select2-selection--multiple .select2-search--inline:first-child>.select2-search__field {
	width: 100% !important;
}

#product-select-search .select2-container--default .select2-selection--multiple .select2-search--inline:first-child>.select2-search__field {
	width: 100% !important;
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
	border-top-color: #ebebeb;
}

.popover {
	-moz-box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
	box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
	box-shadow: 3px 1px 10px -3px #ccc;
	border: 1px #ebebeb solid;
	max-width: 260px !important;
}

.custom-popper.popper {
	-moz-box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
	box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
	box-shadow: 3px 1px 10px -3px #ccc;
}

.note-link-popover.popover {
	max-width: unset !important;
}

img.logo-goship-gosell {
	height: 47px;
	margin: 35px 0px;
}

.custom-box-with-arrow {
	padding: 5px 10px;
}

.custom-box-with-arrow:after {
	content: " ";
	position: absolute;
	right: 45%;
	bottom: -15px;
	border-top: 15px solid #fff;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 5px solid transparent;
	filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08), 0px 8px 16px rgba(50, 50, 71, 0.06));
}

.rounded-6px {
	border-radius: 6px !important;
}

.rounded-left-6px {
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}

.rounded-right-6px {
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}

.bg-darkblue {
	background-color: rgb(44 97 202) !important;
}

.bg-skygreen {
	background-color: rgb(74 203 160) !important;
}

.bg-lightskyblue {
	background-color: rgb(105 203 239) !important;
}

.bg-slateblue {
	background-color: rgb(98 81 213) !important;
}

.bg-orange {
	background: #FF7143 !important;
}

.bg-light-blue {
	background-color: #64CCF1;
}

.fix-right-bottom {
	position: absolute !important;
	right: 0 !important;
	bottom: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 1 !important;
}

.modal-backdrop+.modal-backdrop {
	z-index: 1070;
	opacity: 0.2;
}

.text-indent-30 {
	text-indent: 30px;
	margin-bottom: 10px;
}

.alert-primary {
	color: #2196f3;
	background-color: #E4F2FE;
	border-color: #E4F2FE;
}

body {
	padding: 0 !important;
}

.color-picker .sp-colorize-container.sp-add-on {
	border: 1px solid rgb(221, 221, 221) !important;
}

.image_box_mini {
	width: 16px;
	margin-top: -3px;
}

.checkbox-in-select2 .select2-container--default .select2-selection--multiple .select2-selection__rendered li span.select2-selection__choice__remove {
	display: none;
}

.checkbox-in-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
	background-color: #eee !important;
	color: #333 !important;
}

.checkbox-in-select2 .select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #fff !important;
}

.checkbox-in-select2 .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
	opacity: 0.8 !important;
}

.checkbox-in-select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
	background-color: #2196f3 !important;
	color: #fff !important;
}

.checkbox-in-select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected]:not(.checkbox-in-select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true]) {
	background-color: #f5f5f5 !important;
	color: #333 !important;
}

.note-editing-area .note-placeholder {
	margin-left: 12px;
	margin-top: 12px;
}

.input-show-placeholder .select2-container.select2-container--default .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
	width: 100% !important;
}

.input-show-placeholder .select2-container.select2-container--default .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline {
	width: 100% !important;
}

.btn-clear-orderlink-input {
	font-size: 0.75rem;
	color: #C4C4C4;
	position: absolute;
	right: 4.5rem;
}

.expired-link {
	color: #999999;
}

@media (max-width: 767px) {
	.btn-clear-orderlink-input {
		right: 3rem;
	}
}

.card-table-tracking-list {
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
	border-top: 1px solid rgba(0, 0, 0, .025);
	border-bottom: 1px solid rgba(0, 0, 0, .025);
}

.card-table-tracking-list .track-title {
	font-size: 0.875rem;
	font-weight: 500;
	color: #515151;
}

.card-table-tracking-list .track-label {
	font-size: 0.75rem;
	font-weight: 400;
	color: #515151;
}

.card-table-tracking-list .track-contain {
	border-bottom: 1px dashed #E5E5E5;
}

.card-table-tracking-list .order-title {
	font-size: 0.75rem;
	font-weight: 500;
	color: #515151;
}

.table-shipment tbody.vuetable-body tr td.action:last-child {
	position: sticky;
	right: 0;
	background: #ffffff;
}

.table-shipment .vuetable thead tr th.action:last-child {
	position: sticky;
	right: 0;
	background: #fafafa;
}

.table-shipment tbody.vuetable-body tr td.action:last-child:before,
.table-shipment .vuetable thead tr th.action:last-child:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #ddd;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.table-add-payment tbody.vuetable-body tr td.action:last-child {
	position: sticky;
	right: 0;
	background: #ffffff;
}

.table-add-payment .vuetable thead tr th.action:last-child {
	position: sticky;
	right: 0;
	background: #fafafa;
}

.table-add-payment tbody.vuetable-body tr td.action:last-child:before,
.table-add-payment .vuetable thead tr th.action:last-child:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #ddd;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.card-table-tracking-list .order-label {
	font-size: 0.75rem;
	font-weight: 400;
	color: #515151;
}

.card-table-tracking-list .order-price {
	font-size: 0.75rem;
	font-weight: 600;
	color: #515151;
}

.card-order-detail .order-title {
	font-size: 1.188rem;
	font-weight: 400;
	color: #515151;
}

.card-order-detail .order-info {
	font-size: 0.938rem;
	font-weight: 500;
	color: #515151;
}

.card-order-detail .info-title {
	font-size: 0.813rem;
	font-weight: 500;
	color: #515151;
}

.card-order-detail .info-label {
	font-size: 13px;
	font-weight: 400;
	color: #515151;
}

.card-order-detail .info-img {
	width: 2rem;
	height: 2rem;
	object-fit: cover;
	background-color: #F2F2F2;
}

@media (max-width: 767px) {
	.card-table-tracking-list .order-title {
		font-size: 12px;
		font-weight: medium;
		line-height: 16px;
		color: #515151;
	}

	.card-table-tracking-list .order-label {
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		color: #515151;
	}

	.card-table-tracking-list .order-track-label {
		font-size: 12px;
		font-weight: normal;
		line-height: 16px;
		color: #515151;
	}

	.card-table-tracking-list .order-price {
		font-size: 14px;
		font-weight: 600;
		line-height: 18px;
		color: #515151;
	}

	.card-order-detail .order-title {
		font-size: 1.188rem;
		font-weight: 400;
		color: #515151;
	}

	.card-order-detail .order-info {
		font-size: 0.938rem;
		font-weight: 500;
		color: #515151;
	}

	.card-order-detail .info-title {
		font-size: 0.813rem;
		font-weight: 500;
		color: #515151;
	}

	.card-order-detail .info-label {
		font-size: 13px;
		font-weight: 400;
		color: #515151;
	}

	.card-order-detail .info-img {
		width: 3.125rem;
		height: 3.125rem;
		object-fit: cover;
		background-color: #F2F2F2;
		border-radius: 3px;
	}
}

.h-32 {
	height: 32px;
}

.tracktrace-font13 {
	font-size: 13px !important;
	line-height: 30px !important;
	color: #333333;
}

.tracktrace-font15 {
	font-size: 15px !important;
	line-height: 30px !important;
	color: #333333;
}

.tracktrace-font13-btn {
	font-size: 13px !important;
	line-height: 20px !important;
	color: #fff;
}

.tracktrace-font12-warn {
	font-size: 12px !important;
	line-height: 20px !important;
	color: #ED5565;
}

.btn-nonActive-payment-method[disabled] {
	color: #BFBFBF;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ddd;
	width: 100%;
}

@media (max-width: 767px) {
	.tracktrace-font13 {
		font-size: 13px !important;
		line-height: 20px !important;
		color: #333333;
	}

	.tracktrace-font15 {
		font-size: 15px !important;
		line-height: 20px !important;
		color: #333333;
	}

	.tracktrace-font13-btn {
		font-size: 13px !important;
		line-height: 20px !important;
		color: #fff;
	}

	.tracktrace-font12-warn {
		font-size: 12px !important;
		line-height: 20px !important;
		color: #ED5565;
	}
}

.swal2-loading .swal2-confirm.confirm-cancel-order:before {
	display: none !important;
}

.active-tab {
	background: rgba(243, 251, 255, 1);
}

.card-store-tenant {
	min-width: 220px !important;
	max-width: 220px !important;
	width: 220px !important;
	min-height: 220px !important;
	max-height: 220px !important;
	height: 220px !important;
	border: 1px solid #DFDFDF;
}

.card-store-tenant:hover {
	border: 1px solid #5187E1;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	z-index: 999;
}

.card-store-tenant .plan-serie-name {
	text-transform: capitalize !important;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.card-store-tenant .store-name {
	overflow: hidden !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
}

.card-socialnetwork-integration {
	width: 258px;
}

.thumbnail {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 1.5px;
}

.thumbnail:hover {
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.btn-custom-border:after {
	position: absolute;
	top: 0px;
	content: '';
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 35px;
	background-color: transparent;
	display: inherit;
	border: 3px solid #fff;
}

.flexible {
	flex-grow: 1;
}

a.hover-tel:hover {
	text-decoration: underline;
}

.minw-42 {
	min-width: 42px;
}

.wmin-360 {
	min-width: 360px !important;
}

.alert-document-info {
	color: #2196F3;
	background-color: #DBEEFD;
	padding: 15px 20px;
	border-radius: 3px;
}

.widget-drop-body {
	display: flex;
	flex-flow: column;
	background: #F4F9FE;
	border: 1px dashed #1F88E5;
	border-radius: 2px;
	flex: auto;
	justify-content: center;
	height: 200px;
	align-items: center;
}

.widget-drop-body.show-image {
	background: none;
	border: 0;
	flex: auto;
	height: auto;
}

.p-15px {
	padding: 15px;
}

.m-15px {
	margin: 15px;
}

.card {
	box-shadow: none !important;
}

.btn-order-search:hover {
	background-color: white !important;
}

.plan-expires-in-15days {
	background-color: #FDF3E2 !important;
	border: 1 solid #F19D38 !important;
	color: #DF742C !important;
}

.plan-expires-in-7days {
	background-color: #F8E2E0 !important;
	border: 1 solid #E35E4F !important;
	color: #752A21 !important;
}


.progress.widget-progress-css {
	overflow: hidden;
	background-color: #ffe1d9;
	border-radius: 15px;
	font-size: inherit;
	height: 23px;
	line-height: 23px;
	box-shadow: none;
	position: static;
}

.progress.widget-progress-css .progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background-color: #DC5A3B;
	transition: width .6s;
}

.product-list-form-icon {
	position: absolute;
	top: 40%;
	right: 30px;
	color: #BFBFBF;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	line-height: calc(1.5385em + .875rem + 2px);
	min-width: 1rem;
}

.product-list-more-filter-title {
	font-size: 13px;
}

.product-list-more-filter-attribute {
	font-size: 9px;
}

.overflow-y-auto {
	overflow-y: auto !important;
}

.font13 {
	font-size: .813rem !important;
}

.multiselect-item.dropdown-item {
	margin-bottom: 0 !important;
}

.view-detail.nav-tabs .nav-item {
	text-align: left;
}

.view-detail.nav-tabs .nav-item .nav-link,
.view-detail.nav-tabs .nav-link {
	color: #BFBFBF;
}

.view-detail.nav-tabs-bottom .nav-link.active:before {
	background-color: #1F77CF;
}

.view-detail.nav-tabs-bottom .nav-link.active {
	color: #1F77CF;
	background-color: #ECF7FF;
}

.bg-primary-line {
	border-color: #2196f3;
	color: #114E7E !important;
	background-color: #DBEEFD;
}

#table-plans .custom-icon>i {
	font-size: 20px;
	top: 3px;
	position: relative;
}

.background-arrow {
	background-repeat: no-repeat;
	background-position: center top;
}

.h-arrow {
	height: 120px;
}

.h-line {
	color: #DDDDDD;
	height: 50px;
}

.card-trigger {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 7px 15px;
	background: #fff;
}

.card-trigger.trigger-start {
	background: #fafafa;
	padding: 7px 20px;
}

.text-ddd {
	color: #ddd
}

.action-card .remove-card {
	color: #ddd;
	position: absolute;
	top: -8px;
	right: -8px;
	display: none;
}

.action-card:hover .remove-card {
	display: block;
}

.vue-numeric-input.disabled-input>input {
	background-color: #fafafa !important;
	opacity: 1 !important;
	color: #999 !important;
}

.img-flag {
	width: 1.6rem;
}

#popper-content-qty .vue-numeric-input.updown .btn-increment .btn-icon:before {
	content: "\f077";
}

#popper-content-qty .vue-numeric-input.updown .btn.btn-decrement .btn-icon:before {
	content: "\F078";
}

#popper-content-qty .vue-numeric-input.updown .btn.btn-increment .btn-icon:before,
#popper-content-qty .vue-numeric-input.updown .btn.btn-decrement .btn-icon:before {
	visibility: visible;
	font-size: 8px;
	background: no-repeat;
	margin-left: -2px;
	margin-top: -2px;
}

#popper-content-qty .vue-numeric-input.updown .btn-increment .btn-icon,
#popper-content-qty .vue-numeric-input.updown .btn-decrement .btn-icon {
	border: none;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-style: normal;
}

#popper-content-qty .vue-numeric-input .btn {
	background: #FAFAFA;
	box-shadow: none;
}

.image_box_sm {
	width: 15px !important;
	height: 15px !important;
	object-fit: cover !important;
}

.thumb35 {
	height: 35px !important;
	width: 35px !important;
	object-fit: cover !important;
}

.hover-text-underline {
	text-decoration: none;
	color: #1E88E5;
	cursor: pointer;
}

.hover-text-underline:hover {
	text-decoration: underline;
	color: #1E88E5;
}

.btn-link.pointer:hover {
	text-decoration: underline;
}

.text-sku {
	color: #515151 !important;
}

.images_box_info {
	width: 60px !important;
	height: 60px !important;
	object-fit: cover !important;
}

.images_box_bank {
	width: 25px !important;
	height: 25px !important;
	object-fit: cover !important;
}

.images_profile_info {
	width: 60px !important;
	height: 60px !important;
	border-radius: 60px !important;
	object-fit: cover !important;
}

#table_product_link .vuetable-td-component-checkbox input[type=checkbox]:before {
	align-items: inherit;
}

table td.vertical-align-top {
	vertical-align: top;
}

.list-icons.custom-actions .btn-icon.btn-sm {
	padding: 2px;
	width: 25px;
	height: 25px;
}

.list-icons.custom-actions i {
	width: 16px;
	height: 16px;
	font-size: 13px;
}

.content-progress-bar {
	height: 350px;
}

.items-progress-bar .item .top-channel {
	display: none !important;
}

.items-progress-bar .item:first-child .top-channel {
	display: flex !important;
}

.items-progress-bar:after {
	content: "";
	display: block;
	width: 100%;
	background: #ddd;
	height: 1px;
}

.items-progress-bar:last-child::after {
	content: none;
	display: none;
}

.tab-log-link .nav-tabs-top .nav-link.active:before {
	background-color: #2196f3;
}

.tab-log-link .nav-link.active {
	background-color: #fff;
	border-left: 1px solid rgba(0, 0, 0, .2);
	border-right: 1px solid rgba(0, 0, 0, .2);
}

.tab-log-link .nav-link.active:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	display: block;
	left: 0;
	bottom: -1px;
	background: #fff;
}

div#view_progress_bar.modal-progress-bar {
	z-index: 1090;
}

.alert-warning-custom,
.alert-warning-custom a {
	color: #FF7B52;
	background-color: #FFE8E1;
}

.alert-warning-custom a:hover {
	text-decoration: underline;
	color: #FF7B52;
}

.select2-results__option .search-list {
	color: #999 !important;
}

.select2-results__option .search-list .search-key {
	color: #333 !important;
}

.select2-container--default .select2-results__option--highlighted .search-list {
	color: white !important;
}

.select2-container--default .select2-results__option--highlighted .search-list .search-key {
	color: white !important;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected=true] {
	color: #fff !important;
	background-color: #5897fb !important;
}

.custom-link-info.nav-tabs-bottom .nav-link.active:before {
	background-color: #1f77cf;
}

.bg-warning-line {
	background-color: #FFE8E1 !important;
	color: #885533 !important;
	border-color: #ff7043;
}

#popper-content-qty-mkp .vue-numeric-input.updown .btn.btn-increment .btn-icon:before,
#popper-content-qty-mkp .vue-numeric-input.updown .btn.btn-decrement .btn-icon:before {
	visibility: visible;
	font-size: 8px;
	background: no-repeat;
	margin-left: -2px;
	margin-top: -2px;
}

#popper-content-qty-mkp .vue-numeric-input.updown .btn-increment .btn-icon:before {
	content: "\f077";
}

#popper-content-qty-mkp .vue-numeric-input.updown .btn.btn-decrement .btn-icon:before {
	content: "\F078";
}

#popper-content-qty-mkp .vue-numeric-input.updown .btn-increment .btn-icon,
#popper-content-qty-mkp .vue-numeric-input.updown .btn-decrement .btn-icon {
	border: none;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-style: normal;
}

#popper-content-qty-mkp .vue-numeric-input .btn {
	border: 0;
	background: #FAFAFA;
	box-shadow: none;
}

#popper-content-qty-mkp .vue-numeric-input.updown .numeric-input {
	padding: .23rem .875rem;
}

#popper-content-qty-mkp .vue-numeric-input .btn:hover {
	-webkit-box-shadow: 0 0 0 62.5rem rgba(0, 0, 0, .075) inset;
	box-shadow: inset 0 0 0 62.5rem rgba(0, 0, 0, .075);
}

.custom-h-shortdes .note-editor .note-editable {
	min-height: 204px;
}

.custom-h-shortdes-variant .note-editor .note-editable {
	min-height: 165px;
}

.sticky-action-column .vuetable thead tr th.action:last-child {
	position: sticky;
	right: 0;
	background: #fafafa;
	box-shadow: 0 4px 10px #E6E9EB
}

.sticky-action-column .vuetable tbody tr td.action:last-child {
	position: sticky;
	right: 0;
	background: #ffffff;
	box-shadow: 0 4px 10px #E6E9EB
}

.sticky-action-column .vuetable thead tr th.action:last-child:before,
.sticky-action-column .vuetable tbody tr td.action:last-child:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #ddd;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.btn-xs {
	text-align: center;
	font-size: 8px;
	width: 16px;
	height: 16px;
	padding: 1px;
}

.max-width-120 {
	max-width: 120px;
}

.min-width-224 {
	min-width: 224px;
}

.thumb15 {
	width: 15px;
	max-width: 15px;
	-o-object-fit: cover;
	object-fit: cover;
}

.min-width-440 {
	min-width: 27.5rem;
}

.min-height-434 {
	min-width: 27.125rem;
}

.bg-warning-FF7B52 {
	background-color: #FF7B52;
}

/* Tree */
.vtl-tree-node .vtl-node-main .vtl-caret.vtl-is-small,
.vtl-leaf-node .vtl-node-main .vtl-caret.vtl-is-small {
	order: 5;
	margin: 0;
	position: absolute;
	right: 0;
}

.vtl-tree-node .vtl-node-main:hover,
.vtl-leaf-node .vtl-node-main:hover {
	background-color: transparent;
}

.vtl-tree-node .vtl-node-main,
.vtl-leaf-node .vtl-node-main {
	position: relative;
	cursor: pointer;
}

.vtl-node-main .vtl-operation,
.vtl-leaf-node .vtl-operation {
	display: none !important;
}

.vtl-tree-node .vtl-icon:hover,
.vtl-leaf-node .vtl-icon:hover {
	color: #515151;
}

.vtl-tree-node .vtl-node-content,
.vtl-leaf-node .vtl-node-content {
	margin: 0 10px;
	color: #515151;
}

.vtl-icon-caret-down:before {
	content: "\f106" !important;
	font-family: 'Font Awesome 6 Pro';
}

.vtl-icon-caret-right:before {
	content: "\f107" !important;
	font-family: 'Font Awesome 6 Pro';
}

.vtl-border.vtl-bottom,
.vtl-border.vtl-up {
	display: none !important;
}

.vtl-tree-margin:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 100%;
	background: #DDDDDD;
}

.vtl-tree-margin {
	position: relative;
}

#main-category-sidebar .vtl .vtl-tree-node .vtl-node-main:before {
	content: "";
	width: 15px;
	height: 1px;
	position: absolute;
	background: #ddd;
	left: 0;
}

#main-category-sidebar .vtl .vtl .vtl .vtl .vtl .vtl {
	cursor: none;
	pointer-events: none;
}

#main-category-sidebar .vtl .vtl .vtl .vtl .vtl .vtl .vtl-node-main .vtl-node-content {
	color: #BFBFBF;
}

#main-category-sidebar .category-list>.custom-category-sidebar>.vtl>div>.vtl>.vtl-tree-node>.vtl-node-main:before {
	content: none;
}

/* pagenation custom */
.pagenation-footer .VuePagination nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pagenation-footer .VuePagination nav .VuePagination__count {
	order: 0;
	margin: 0;
}

.pagenation-footer .VuePagination nav .pagination {
	order: 1;
}

.pagenation-footer .VuePagination nav .pagination li.page-item {
	display: none;
}

.pagenation-footer .VuePagination nav .pagination li.page-item.active {
	display: flex;
}

.pagenation-footer .VuePagination nav .pagination li.page-item.VuePagination__pagination-item-prev-page,
.pagenation-footer .VuePagination nav .pagination li.page-item.VuePagination__pagination-item-next-page {
	display: flex;
}

.pagenation-footer .VuePagination nav .pagination li.page-item.VuePagination__pagination-item-prev-page.VuePagination__pagination-item-prev-chunk,
.pagenation-footer .VuePagination nav .pagination li.page-item.VuePagination__pagination-item-next-page.VuePagination__pagination-item-next-chunk {
	display: none;
}

.pagenation-footer .VuePagination nav .pagination li.page-item.VuePagination__pagination-item-prev-page a.page-link:before {
	content: "\f30a";
	font-family: 'Font Awesome 6 Pro';
	color: #515151;
}

.pagenation-footer .VuePagination nav .pagination li.page-item.VuePagination__pagination-item-next-page a.page-link:before {
	content: "\f30b";
	font-family: 'Font Awesome 6 Pro';
	color: #515151;
}

.pagenation-footer .VuePagination nav .pagination li.page-item.VuePagination__pagination-item-prev-page.disabled .page-link,
.pagenation-footer .VuePagination nav .pagination li.page-item.VuePagination__pagination-item-next-page.disabled .page-link {
	color: transparent;
	border: none;
}

.pagenation-footer .VuePagination nav .pagination li.page-item.VuePagination__pagination-item-prev-page .page-link,
.pagenation-footer .VuePagination nav .pagination li.page-item.VuePagination__pagination-item-next-page .page-link {
	color: transparent;
	cursor: pointer;
	border: none;
}

.pagenation-footer .VuePagination nav .pagination li.page-item.VuePagination__pagination-item-prev-page.disabled a.page-link:before,
.pagenation-footer .VuePagination nav .pagination li.page-item.VuePagination__pagination-item-next-page.disabled a.page-link:before {
	color: #ddd;
}

.page-item.active .page-link {
	border-radius: 3px;
}

.page-item.active .page-link:hover {
	color: #fff !important;
	background: #2196f3 !important;
}

.page-item .page-link:hover {
	background: transparent !important;
}

.page-item .page-link {
	transition: none !important;
}

.tabSecond .nav-tabs .nav-item .nav-link,
.tabSecond .nav-tabs .nav-link {
	font-weight: 500;
	color: #515151;
}

.max-width-120 {
	max-width: 120px;
}

.width-16 {
	width: 16px;
}

.font-size-17 {
	font-size: 17px;
}

.font-size-16 {
	font-size: 16px !important;
}

.bg-disable .form-group .multiselect-native-select .btn-group .multiselect.btn-light {
	background-color: #fafafa !important;
	color: #999 !important;
	box-shadow: 0 0 0 62.5rem rgba(0, 0, 0, 0.01) inset;
}

.vtl-node-main.active .vtl-node-content {
	color: #2196f3 !important;
}

.table-advance table tr.highlight-row {
	background: #E2F2E3;
}

.select2-dropdown.warehouse-layout.warehouse-zindex {
	z-index: 1071;
}

a.hover-bg-badge-primary:hover {
	background: #2196F3 !important;
	color: #fff !important;
}

tr.custom-css-border-split,
tr.custom-css-border-split>td {
	border-bottom-color: transparent !important;
}

.custom-items-set tr,
.custom-items-set td {
	border-top: 0 !important;
}

.table-hover tbody .custom-items-set tr:hover,
.table-hover tbody tr.custom-nohover-bg:hover,
.table-hover tbody tr.custom-css-border-split:hover {
	background-color: transparent;
}

/* Salepage */
.widget-drop-body.cursor-pointer {
	transition: all 0.2s;
}

.widget-drop-body.cursor-pointer:hover {
	box-shadow: 0 0 5px #bbb;
	border-color: transparent;
}

.font-family-sarabun {
	font-family: 'Sarabun' !important;
}

.click2edit {
	min-width: calc(100% - 92px);
}

.sale-page-app .custom-control-input[type="radio"].checked.custom-control-label::before,
.sale-page-app .custom-control-input[type="radio"]:checked~.custom-control-label::before {
	color: #455a64;
	border-color: #455a64;
}

.sale-page-app .custom-radio .custom-control-input.checked~.custom-control-label::after,
.sale-page-app .custom-radio .custom-control-input:checked~.custom-control-label::after {
	background: #455a64;
	border-color: #455a64;
}

.sale-page-app i.btn-close {
	cursor: pointer;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	background: darkgrey;
	color: #fff;
	position: absolute;
	top: -10px;
	right: -1px;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 21px;
	text-align: center;
}

.sale-page-app i.btn-close:hover {
	background: red !important;
}

.sale-page-app .widgets-block {
	width: 245px;
}

.sale-page-app .widgets-block .btn {
	width: 90px;
	height: 90px;
}

.sale-page-app .dragging {
	background-color: yellow;
}

.sale-page-app .drop-preview {
	background-color: rgba(150, 150, 200, 0.1);
	border: 1px dashed #abc;
	border-radius: 0.1875rem;
	margin-top: 1.25rem;
	margin-right: 1.25rem;
}

.sale-page-app .drop-inner-preview {
	background-color: rgba(150, 150, 200, 0.1);
	border: 1px dashed #abc;
	border-radius: 0.1875rem;
	margin-top: 1.25rem;
	margin-right: 1.25rem;
}

.sale-page-app .smooth-dnd-container {
	position: relative;
	min-height: 30px;
	min-width: 30px;
}

.sale-page-app #html-design .smooth-dnd-container {
	padding-bottom: 90px;
}

.sale-page-app #html-design .widget-column .smooth-dnd-container {
	padding-bottom: 90px;
}

.place-holder-block {
	font-size: 1rem;
	font-weight: 300;
	color: #515151;

}

.sale-page-app #html-design .smooth-dnd-stretcher-element {
	border: 1px solid red;
	background: red;
	display: none;
}

.sale-page-app #html-design .smooth-dnd-drop-preview-constant-class {
	height: 90px;
}

.sale-page-app #html-design .smooth-dnd-drop-preview-constant-class .drop-preview {
	background-color: #e3f2fd;
	border: 1px dashed #2196f3;
	border-radius: 0.1875rem;
	margin-top: 1.25rem;
	margin-right: 0;

	display: flex;
	align-items: center;
	justify-content: center;
}

.sale-page-app #html-design .smooth-dnd-drop-preview-constant-class .drop-inner-preview {
	background-color: #e3f2fd;
	border: 1px dashed #2196f3;
	/* background-color: greenyellow;
  border: 1px dashed green; */
	border-radius: 0.1875rem;
	margin-top: 1.25rem;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sale-page-app .smooth-dnd-container.vertical .smooth-dnd-draggable-wrapper {
	overflow: hidden;
	display: block;
}

.sale-page-app .smooth-dnd-draggable-wrapper {
	box-sizing: border-box;
}

.sale-page-app .smooth-dnd-draggable-wrapper.vertical {
	overflow: hidden;
	display: block;
}

.sale-page-app .smooth-dnd-draggable-wrapper.animated {
	transition: transform ease;
}

.sale-page-app .smooth-dnd-ghost {
	box-sizing: border-box;
}

.sale-page-app .smooth-dnd-ghost.animated {
	transition: all ease-in-out;
}

.sale-page-app .smooth-dnd-ghost * {
	pointer-events: none;
}

.sale-page-app .smooth-dnd-disable-touch-action * {
	touch-action: none;
	-ms-touch-action: none;
}

.sale-page-app .smooth-dnd-no-user-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sale-page-app .smooth-dnd-drop-preview-inner-class {
	flex: 1;
}

.sale-page-app .smooth-dnd-drop-preview-default-class {
	background-color: rgba(150, 150, 150, 0.1);
	border: 1px solid #ccc;
}

.fa-truck-arrow-right:before {
	content: "\e58b";
}

.note-editor .modal-title {
	order: -1;
}

.sn-checkbox-open-in-new-window input[type="checkbox"] {
	margin-right: 1rem;
}

.tool-button {
	background: #1f88e5;
	border-radius: 3px;
	top: -20px;
}

.sale-page-app .tool-button i {
	color: #fff;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	font-size: 16px;
}

.custom-editor-border.border-primary {
	border-color: #ddd !important;
}

.custom-editor-border.border-primary:hover {
	border-color: #2196f3 !important;
}

.custom-editor-border>div>.tool-button {
	display: none;
}

.custom-editor-border.border-primary:hover>div>.tool-button {
	display: block;
}

.sale-page-app .tool-button i.fa-regular.fa-maximize {
	cursor: move;
}

/* css new drag placeholder */
.drag-drop-space {
	background-color: #fafafa;
	border: 1px dashed #ddd;
	border-radius: 0.1875rem;
	height: calc(90px - 1.25rem);
	position: absolute;
	bottom: 0;
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
}

.drag-drop-space-inner {
	background-color: #fafafa;
	border: 1px dashed #ddd;
	border-radius: 0.1875rem;
	height: calc(90px - 1.25rem);
	position: absolute;
	bottom: 0;
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.25rem;
}

.tab-order-bump {
	bottom: 1.25rem;
	width: calc(100% - 2.5rem);
}

.sale-page-app #html-design #tab-htmlOrderBump .smooth-dnd-container {
	padding-bottom: 110px;
}

#tab-htmlOrderBump .smooth-dnd-container .drag-drop-space {
	bottom: 1.25rem;
}

.sale-page-app .nav-tabs .nav-link.active,
.sale-page-app .nav-tabs .nav-link.active:hover {
	border-bottom-color: transparent;
}

.sale-page-app .nav-tabs .nav-item:first-child .nav-link {
	border-left-width: 0;
}

.sale-page-app .nav-tabs .nav-item:last-child .nav-link {
	border-right-width: 1px;
}

.alpha-primary-light {
	background: #f4f9fe !important;
}

.btn-labeled.btn-labeled-right {
	min-height: 60px;
	line-height: 24px;
	border-radius: 35px;
}

.btn-labeled.btn-labeled-right>b {
	width: 40px;
	height: 40px;
	text-align: center;
	top: calc(50% - 20px);
	right: 8px;
	border-radius: 100px;
	padding: 0;
	line-height: 42px;

}

.custom-border-old-widget:before {
	content: "";
	outline: 1px solid red;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 2px;
	left: 0px;
}

.color-star {
	margin-right: 2px;
	color: #fadc04;
	cursor: pointer;
}

.review-logosize-placeholer {
	cursor: pointer;
	width: 35px;
	height: 35px;
	border-style: dashed;
	object-fit: cover;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .review-logosize-placeholer i {} */
.review-text-and-image {
	margin-left: 2.9rem;
}

.review-image-list-item {
	cursor: pointer;
	margin-right: 10px;
	width: 80px;
	height: 80px;
	border: 1px solid;
	border-style: dashed;
	border-color: #2196f3;
	border-radius: 10%;
}

.mt-5px {
	margin-top: 5px;
}

.fs-15 {
	font-size: 15px;
}

.uniform-checker span,
.uniform-choice span {
	border: 0.125rem solid #455964;
}

.space-checkbox {
	flex: 0 0 7.33333%;
}

.right-box {
	margin-left: 20rem !important;
	cursor: pointer;
}

#tab-htmlFooterLinks .smooth-dnd-container.vertical,
#tab-htmlFooterLinks .drag-drop-space {
	display: none;
}

#tab-htmlFooterLinks .note-toolbar:not([class*=bg-]):not([class*=alpha-]) {
	z-index: 4 !important;
}

.mh-300 {
	min-height: 300px;
}

/* Salepage */

legend.h6 {
	padding-top: .625rem;
	padding-bottom: .3125rem;
}

.view-detail-tab.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link {
	color: #BFBFBF;
}

.view-detail-tab.nav-tabs .nav-item {
	text-align: left;
}

.view-detail-tab.nav-tabs-bottom .nav-link.active:before {
	background-color: #1F77CF;
}

.view-detail-tab.nav-tabs-bottom .nav-link.active {
	color: #1F77CF;
	background-color: #ECF7FF;
}

.flex-fill>.time-picker {
	width: 100%;
}


.vue__time-picker .dropdown ul li:not([disabled]).active,
.vue__time-picker .dropdown ul li:not([disabled]).active:hover,
.vue__time-picker .dropdown ul li:not([disabled]).active:focus,
.vue__time-picker-dropdown ul li:not([disabled]).active,
.vue__time-picker-dropdown ul li:not([disabled]).active:hover,
.vue__time-picker-dropdown ul li:not([disabled]).active:focus {
	background: #5897fb !important;
}

.vue__time-picker input.display-time:focus-visible {
	outline: 0 !important;
	border-radius: 0 !important;
}

/* vue table list feed, use activity log */

#table-list-feed table.vuetable thead {
	display: none;
}

#table-list-feed table.vuetable tbody td {
	border: none;
}

#table-list-feed table.vuetable tbody tr td:first-child {
	position: relative;
}

#table-list-feed table.vuetable tbody tr td:first-child:before {
	content: '';
	position: absolute;
	left: 1.45rem;
	top: 1.21252rem;
	background-color: #fff;
	display: inline-block;
	border: 2px solid #607d8b;
	z-index: 3;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
}

#table-list-feed table.vuetable tbody tr td:first-child:after {
	content: '';
	position: absolute;
	top: 1.31252rem;
	left: 1.6rem;
	bottom: -.43752rem;
	width: 0;
	height: 100%;
	border-left: 1px solid #607d8b;
	border-right: 1px solid #607d8b;
	z-index: 2;
}

#table-list-feed table.vuetable tbody tr:last-child td:first-child:after {
	display: none;
}
#table-list-feed table.vuetable tbody tr {
	border-top: 0 !important;
	border-bottom-width: 0px !important;
}

.vue3-easy-data-table__header {
	background-color: #FAFAFA !important;
}

.vue3-easy-data-table__header th {
	background-color: #FAFAFA !important;
}

.vue3-easy-data-table__header tr {
	height: 2.813rem !important;
	/* height: 100% !important; */
}

.vue3-easy-data-table__body tr {
	height: 3.156rem !important;
	/* height: 100% !important; */
}

.alt-pagination .bh-pagination .bh-page-item:hover {
	background-color: #2196f3 !important;
}

.alt-pagination .bh-pagination .bh-page-item {
	border-radius: 3px !important;
	border: none !important;
}

.bh-pagination .bh-page-item.bh-active {
	border: none !important;
	background-color: #2196f3 !important;
}

.bh-pagination {
	padding: 1.25rem;
	border-top: 1px solid #ddd !important;
}

.bh-table-responsive table tfoot tr,
.bh-table-responsive table thead tr {
	background-color: #fafafa !important;
	border-top: 1px solid #dfdfdf !important;
	border-bottom: 1px solid #dfdfdf !important;
	min-height: 2.813rem !important;
}

.bh-table-responsive table tbody tr {
	background-color: #fff !important;
	border-color: #dfdfdf !important;
	min-height: 2.813rem !important;
}

.menu-option:hover {
	background-color: #fafafa !important;
}

.form-control {
	height: 2.25rem;
}

.value-container {
	height: 2.25rem !important;
}

.cover-img {
	object-fit: cover !important;
}

.input-placeholder {
	color: #999 !important;
}

#search-carrier .border-danger div.control {
	border-color: #f44336 !important;
}

.counttime-icon {
	font-size: 9px !important;
	line-height: 10.5px !important;
	color: #fff;
}

.counttime-font {
	font-family: 'Sarabun', sans-serif !important;
	font-size: 9px !important;
	line-height: 10.5px !important;
	color: #fff;
}

.min-width-200 {
  min-width: 12.5rem;
}

.bh-table-responsive {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.toast-title {
    display: block;
    margin-top: 0;
    margin-bottom: 0.3125rem;
    font-size: .9375rem;
    font-weight: 400 !important;
}

.toast-message {
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
}

.toast-container.toast-top-right .toast {
    padding: 0.9375rem 1.25rem!important;
    border-radius: 0.1875rem!important;
    opacity: 1!important;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%)!important;
    border: 1px solid !important;
    background-image: none !important;
}

.toast-container.toast-top-right .toast span {
    margin-top: 0;
    margin-right: 0.625rem;
}

.toast-container.toast-top-right>.toast-success {
    /* background-image: none !important; */
    background-color: #e8f5e9!important;
    border-color: #4caf50!important;
    color: #1b5e20!important;
}

.toast-container.toast-top-right>.toast-warning {
    background-color: #fff3e0;
    border-color: #ff9800;
    color: #bf360c;
}

.toast-container.toast-top-right>.toast-info {
    background-color: #e1f5fe;
    border-color: #03a9f4;
    color: #01579b;
}

.toast-container.toast-top-right>.toast-error {
    background-color: #ffebee;
    border-color: #f44336;
    color: #b71c1c;
}

.toast-container.toast-top-right .toast-progress {
    height: 3px;
    background-color: #666;
    opacity: 0.1;
}
#toast-container>.toast-error {
    background-color: #ffebee;
    border-color: #f44336;
    color: #b71c1c;
    padding: 15px;
	background-image: none !important;
    padding: 15px !important;
}
#toast-container>.toast-error i{
    color: #b71c1c!important;
}
#toast-container>.toast-warning {
    background-color: #fff3e0;
    border-color: #ff9800;
    color: #bf360c;
	background-image: none !important;
    padding: 15px !important;
}
#toast-container>.toast-warning i{
    color: #bf360c!important;
}
#toast-container>.toast-info {
    background-color: #e1f5fe;
    border-color: #03a9f4;
    color: #01579b;
	background-image: none !important;
    padding: 15px !important;
}
#toast-container>.toast-info i{
    color: #01579b!important;
}
#toast-container>.toast-success {
    background-color: #e8f5e9!important;
    border-color: #4caf50!important;
    color: #1b5e20!important;
	background-image: none !important;
    padding: 15px !important;
}
#toast-container>.toast-success i{
    color: #1b5e20!important;
}
#toast-container>div.toast {
    opacity: 1;
    background-image: none !important;
}
#toast-container>div.toast:hover {
    box-shadow: 0 0 12px #aaa !important;
}

.img-fluid {
    width: 100%;
}
.menu-option > div {
    padding: 0 !important;
}
.select2-container .select2-selection--multiple {
    min-height: 35px;
}
.vue-select .no-results {
    font-size: 13px !important;
}
.vue-select .menu-option > div {
    padding: 0 !important;
}

/* vue table list, use notes */

#table-list table.vuetable thead {
	display: none;
}

#table-list table.vuetable tbody td {
	border: none;
}

#table-list table.vuetable tbody tr td:first-child {
	position: relative;
}

/* #table-list table.vuetable tbody tr td:first-child:before {
	content: '';
	position: absolute;
	left: 1.45rem;
	top: 1.21252rem;
	background-color: #fff;
	display: inline-block;
	border: 2px solid #607d8b;
	z-index: 3;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
} */

/* #table-list table.vuetable tbody tr td:first-child:after {
	content: '';
	position: absolute;
	top: 1.31252rem;
	left: 1.6rem;
	bottom: -.43752rem;
	width: 0;
	height: 100%;
	border-left: 1px solid #607d8b;
	border-right: 1px solid #607d8b;
	z-index: 2;
}

#table-list table.vuetable tbody tr:last-child td:first-child:after {
	display: none;
} */
#table-list table.vuetable tbody tr {
	border-top: 0 !important;
	border-bottom-width: 0px !important;
}




.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 36px;
    display: inline-block;
}
.select2-selection--single .select2-selection__clear:after
{
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-top: 0 !important;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0.875rem;
    left: unset;
    background: #fff;
    padding: 0px !important;
    margin-right: 0;
    z-index: 25;
    opacity: 1;
    display: none;
}
.select2.select2-container.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100% !important;
    margin-top: 0px !important;
    padding-left: 0.875rem !important;
    margin-left: 0 !important;
}
.select2.select2-container--default .select2-selection--multiple .select2-search--inline:before {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 32px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #999;
}

.select2.select2-container--default .select2-selection--multiple {
    min-height: 36px; 
}
select.input-select2 {
  appearance: none;
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none;    /* Firefox */
  background: none;
  background-color: white;  /* หรือสีตามต้องการ */
  padding-right: 1rem;      /* ป้องกัน text ชนขอบ */
}

.vuetable-note th{
	display: none;
  }
  .vuetable-note table tfoot tr, table thead tr {
	border: 0px solid #DFDFDF !important;
  }
  .vuetable-note .bh-table-responsive table tbody tr td, .bh-table-responsive table tfoot tr th, .bh-table-responsive table thead tr th {
	padding: .75rem 1rem;
	text-align: center;
  }
  .vuetable-note .bh-table-responsive table tbody tr {
	border-bottom-width: 0px !important;
	border-style: solid;
  }
  .vuetable-note .bh-table-responsive table tfoot tr, .bh-table-responsive table thead tr {
	background-color: #fafafa !important;
	border-top: 0px !important;
	border-bottom: 0px !important;
	border: 0px !important;
	min-height: 2.813rem !important;
  }
  .bh-select-none {
    -webkit-user-select: text !important;
    user-select: text;
  }
  .bh-table-responsive table tfoot tr, .bh-table-responsive table thead tr {
    background-color: #FAFAFA !important;
    border: 0px solid #DFDFDF !important;
    min-height: 2.813rem !important;
    border-bottom: 1px solid #DFDFDF !important;
    border-top: 1px solid #DFDFDF !important;
  }
  .bh-table-responsive {
    position: relative;
    width: 100%;
    overflow: auto;
    border-radius: 0px !important;
  }
  .bh-pagination {
    padding: 1.25rem;
    border-top: 0px solid #ddd !important;
  }
  .vuetable-list .bh-table-responsive table tbody tr td{
	padding: .75rem 1rem;
	text-align: center;
  }
  .bh-table-responsive table tfoot tr th, .bh-table-responsive table thead tr th {
    white-space: nowrap;
    vertical-align: top;
    font-weight: 500 !important;
	/* font-weight: bold !important; */
    color: #515151;
  }
  .text-515151{
	color: #515151;
  }
  .vuetable-note .bh-pagination {
    padding: 0px !important;
  }
  .vuetable-note .bh-py-5 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .custom-note.badge {
	font-size: 13px;
	height: 26px;
	background-color: #999999 !important;
	padding: 0.225rem 12px !important;
	align-items: center;
	display: flex;
  }
  .fa-16{
	font-size: 16px;
  }
  .custom-radio-black .custom-radio .custom-control-input:checked~.custom-control-label::after {
    border-radius: 50%;
    background: #000000;
    border-color: #000000;
    top: 5px;
    margin-left: 5px;
    width: 10px;
    height: 10px;
  }
  .custom-radio-black .custom-control-input[type="radio"]:checked~.custom-control-label::before {
	/* color: #2196f3; */
	background: none;
	border-color: #000000;
  }
  .bg-29B6F6{
	background: #29B6F6;
  }
  .popper-box{
	z-index:1060;
	display: block;
	max-width: 2000px;
	min-width: 400px;
	font-weight: 400;
	line-height: 1.5385;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .8125rem;
	word-wrap: break-word;
	background-color: #fff;
	border-radius: .1875rem;
	box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .1);
  }