.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: #206bc4;
	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;
}

.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;
}

.pb-100 {
	padding-bottom: 100px;
}


.pb-300 {
	padding-bottom: 300px;
}

.mx-200 {
	max-width: 200px;
}
