.form-imagecheck-remove {
	position: absolute;
	top: 3px;
	right: 8px;
	color: #ff0000;
	z-index: 100;
}

.form-imagecheck-default-input {
	position: absolute;
	top: 5px;
	left: 26px;
	z-index: 100;
}

.form-label-groups {
	display: flex !important;
	justify-content: space-between;
	align-items: center
}

.image-thumbnail {
	max-height: 160px;
	display: block;
	/*justify-content: center;*/
	background: #ececec;
	border-radius: 8px;
	overflow: hidden;
}

.image-thumbnail img {
	margin: 0px auto;
	height: 160px;
}

.image-thumbnail.preview {
	display: flex;
	justify-content: center;
}

.form-imagecheck-figure {
	border: none !important;
	border-color: transparent !important;
}

.text-link {
	color: #4caf93;
	text-decoration: none;
	cursor: pointer;
}

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

.pointer {
	cursor: pointer;
}

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

.error {
	color: #d63939;
}

.sorting {
	cursor: pointer;
}

.sorting .fa-sort {
	opacity: 50%;
}

.table-thumbnail {
	background: #d6d6d6;
	width: 120px;
	height: 68px;
	object-fit: cover; /* contain / cover  */
}

.table-avatar {
	background: #d6d6d6;
	width: 54px;
	height: 54px;
	object-fit: cover;
	border: 2px solid #efefef;
	border-radius: 1000px;
}

.user-avatar {
	background: #d6d6d6;
	width: 80px;
	height: 80px;
	object-fit: cover;
	border: 2px solid #efefef;
	border-radius: 1000px;
}

.domain-favicon {
	background: #d6d6d6;
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.image-preview {
	height: 54px;
	max-width: 160px;
	object-fit: contain;
}

.fw-bold,
.fw-500 {
	font-weight: 500;
}

.ml-2 {
	margin-left: 0.5rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

.btn-sm {
	padding: 0.125rem 0.5rem;
}

.fancy-img {
	cursor: pointer;
}

.small-preview-image {
	display: flex;
	flex-wrap: wrap;
}

.small-img {
	max-width: 150px;
	max-height: 150px;
	border-radius: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.product-posts .accordion-button {
	padding: 0.5rem 1rem;
}

.ql-container {
	font-size: 15px !important;
}

.text-right {
	text-align: right
}

.flex {
	display: flex;
}

.justify-end {
	justify-content: flex-end;
}

.justify-between {
	justify-content: space-between;
}

.link-secondary {
	cursor: pointer;
}

.team-container {
	padding: 20px 0;
	display: none;
}

@media (max-width: 768px) {
	.team-container {
		display: block;
	}
}

.page-wrapper .page-header {
	margin-top: 12px;
}

.page-body {
	margin-top: 12px;
	margin-bottom: 12px;
	min-height: calc(100vh - 220px);
}

.plan-accordion .accordion-button {
	padding: 0.75rem 1rem;
}

.plan-accordion ul {
	margin-bottom: 0;
}

.notifyjs-corner {
	z-index: 2050 !important;
}

.select2-container {
	width: 100% !important;
	min-width: 120px;
	z-index: 1060;
}

.select2-container .select2-selection--single {
	height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
}

.select2-container--default .select2-selection--single {
	border-color: #d9dbde;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}

.select2-container--disabled .select2-selection__choice {
	padding-left: 4px !important;
}

.form-select:disabled {
	background-color: #f1f5f9 !important;
}

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

.select2-container--default .select2-selection--single .select2-selection__clear {
	height: 34px;
}

.input-number {
	max-width: 80px;
}

.row-product,
.row-product td {
	background: #fce5cd;
}

.td-parent {
	border-left-width: 1px;
	border-right-width: 1px;
}

tr.hidden-row > td {
	border-bottom-width: 0 !important;
}

.seek-progress {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.seek-left {
}

.seek-right {
}

tr.bg-new > td {
	background-color: rgba(var(--tblr-success-rgb), .1) !important;
}

tr.tr-bg-group > td {
	background-color: var(--tblr-table-striped-bg) !important;
}

.bg-changed {
	background-color: #d0cfcf !important;
}

.bg-missed {
	background-color: #f4cccc !important;
}

.bg-due-soon {
	background-color: #eee08c !important;
}

.text-changed {
	color: #f4cccc !important;
}

.td-dropdown {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%238a97ab' fill='none' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3e%3c/path%3e%3cpath d='M6 9l6 6l6 -6'%3e%3c/path%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0rem center;
	background-size: 18px 18px;
	padding-right: 20px!important;
}

.td-dropdown.active {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%238a97ab' fill='none' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3e%3c/path%3e%3cpath d='M6 15l6 -6l6 6'%3e%3c/path%3e%3c/svg%3e");
}

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

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

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

.max-100 {
	min-width: 100px;
}

.nav-link.active .card {
	color: #17a2b8!important;
	background: rgba(23,162,184,.1)!important;
}

.pl-0 {
	padding-left: 0 !important;
}

.ui-autocomplete {
	z-index: 1060;
}

.modal-lg {
	min-width: 800px;
}

.weekend {
	background-color: #b7b7b7!important;
	--tblr-table-accent-bg: #b7b7b7!important;
}
.sticky-col {
	position: -webkit-sticky;
	position: sticky;
	background-color: white;
}

.txt-warn:after {
	content: "*";
	margin-left: 0;
	color: #d63939;
}

.icon-sm {
	width: 1rem!important;
	height: 1rem!important;
}

/* Chrome, Safari, Edge, Opera */
input.hidden-spin::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	padding-right: 0.45rem;
}

/* Firefox */
input.hidden-spin {
	-moz-appearance: textfield;
}
