.image-input-circle .image-input-wrapper {
  position: relative;
  overflow: hidden;
}
.image-input-circle .image-input-wrapper .holder {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-input-circle .image-input-wrapper .holder img {
  height: 100% !important;
}
.image-input-circle .btn-circle {
  position: absolute;
  top: 0;
  right: 0;
}

.image-profile.image-upload-container {
  margin-left: 0;
  margin-right: 0;
}
.image-profile.image-upload-container .image-upload-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.image-profile.image-upload-container .image-upload-item .link-img {
  line-height: 0;
  display: block;
  height: 120px;
  width: 120px;
  position: relative;
}
.image-profile.image-upload-container .image-upload-item img {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.image-profile.image-upload-container .image-upload-item .del-img-btn {
  display: none;
}

.image-upload-container,
.file-upload-container {
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
}
.image-upload-container .image-upload-item,
.file-upload-container .image-upload-item {
  display: inline-block;
  position: relative;
  height: 75px;
  padding: 5px;
}
.image-upload-container .image-upload-item .del-img-btn,
.file-upload-container .image-upload-item .del-img-btn {
  position: absolute;
  width: 21px;
  top: 0;
  right: 0;
  padding: 0 3px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  color: #666;
  font-size: 14px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.lfm-multiple-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.lfm-multiple-images img {
  max-width: 33%;
  height: 8rem;
  padding: 5px;
}

.input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.w-full {
  width: 100%;
}

.img-col-value-block {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 75px;
  height: 50px;
}

.table-responsive {
  overflow: visible;
}

.form-control:disabled {
  color: #4b5675;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #f1f1f2;
  border-radius: 0.475rem;
  width: 100%;
  min-height: 43.56px;
  padding: 0.775rem 1rem;
  border: 1px solid #dbdfe9;
}
.tags-container .badge {
  font-size: 14px;
  padding: 6px 12px;
  margin: 0 6px 6px 0;
}

.form-check-input:disabled {
  background: #cfcfcf;
}

.collapsible .arrow {
  transform: rotateZ(0deg);
}
.collapsible.active .arrow {
  transform: rotateZ(180deg);
}

.dataTable > thead .dt-ordering-asc:after {
  position: relative !important;
  opacity: 1 !important;
  display: inline-block !important;
  width: 0.65rem;
  height: 0.65rem;
  content: " " !important;
  bottom: auto;
  right: auto !important;
  left: auto;
  margin-left: 0.5rem;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
}

.dataTable > thead .dt-ordering-desc:after {
  position: relative !important;
  opacity: 1 !important;
  display: inline-block !important;
  width: 0.65rem;
  height: 0.65rem;
  content: " " !important;
  bottom: auto;
  right: auto !important;
  left: auto;
  margin-left: 0.5rem;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
}

.dataTable > thead * {
  cursor: default;
  color: var(--bs-table-color);
}
.dataTable > thead .dt-orderable,
.dataTable > thead .dt-orderable * {
  cursor: pointer !important;
}

code {
  font-size: 14px !important;
  color: #00ff44 !important;
  overflow: scroll;
}

.btn-radio-check-group label.btn:has(input[type=radio]:checked), .btn-radio-check-group label.btn:has(input[type=checkbox]:checked) {
  color: var(--bs-primary-inverse);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary) !important;
}

.cursor-none {
  cursor: default !important;
}

.tagify.form-control {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.card .card-header.card-header-sm {
  min-height: 50px;
}
