.progress {
  margin: 10px 0;
}
.progress .progress-bar {
  position: relative;
}
.progress .progress-count {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #FFF;
}

.table-wrapper {
  margin: 2rem 0;
}
.table-wrapper table.view-tags .filter {
  display: none;
}
.table-wrapper .bg-processed {
  color: #FFF;
}

.table-index tbody {
  counter-reset: listCounter;
}
.table-index tr {
  counter-increment: listCounter;
}
.table-index tr th.index:before {
  content: counter(listCounter);
}

.btn-toggle.btn-toggle--icon .svg-inline--fa {
  font-size: 1em;
  vertical-align: -0.125em;
}
.btn-toggle.btn-toggle--icon .fa-square {
  display: inline-block;
}
.btn-toggle.btn-toggle--icon .fa-square-check {
  display: none;
}
.btn-toggle.btn-toggle--icon.active .fa-square {
  display: none;
}
.btn-toggle.btn-toggle--icon.active .fa-square-check {
  display: inline-block;
}

autocomplete-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

autocomplete-box select.field-select {
  display: none;
}

autocomplete-box .inner-autocomplete-box {
  width: 100%;
  position: relative;
  max-width: 100%;
}

autocomplete-box .dropdown-choose {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #86b7fe;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  padding: 0;
  box-sizing: border-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  max-height: 60vh;
  overflow: auto;
}

autocomplete-box .search-choose {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 0 0;
  white-space: nowrap;
  display: block;
}

autocomplete-box .search-field {
  --bs-form-select-bg-img: url("data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  color: var(--bs-body-color);
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  transition: box-shadow 0.15s ease-in-out;
  width: 100%;
}

autocomplete-box .show-result .box-dropdown .search-field {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

autocomplete-box .show-result {
  z-index: 99999;
}

autocomplete-box .ul-results {
  border: none;
  border-radius: 4px;
}

autocomplete-box .ul-results li {
  cursor: pointer;
  border-top: 1px solid #dee2e6;
  padding: 5px 10px;
}

autocomplete-box .ul-results li:hover {
  background-color: #ddd;
  transition: all 0.5s ease;
}

autocomplete-box .ul-results li.hide {
  display: none;
}

.item .actions {
  opacity: 0;
  transition: opacity 0.3s;
}
.item .actions a {
  display: inline-block;
  padding: 0.125rem 0.25rem;
  text-decoration: none;
  font-size: 0.75em;
}
.item .actions .splitter {
  font-size: 14px;
}
.item:hover .actions {
  opacity: 1;
}

#stores-form {
  color: #FFF;
}

tracking-finder {
  position: relative;
}
tracking-finder .response {
  transition: opacity 0.3s;
  opacity: 0;
}
tracking-finder.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url(/images/loading.gif?d9b9615591a230c411a7ba6d5a7ae2ac) no-repeat center center/contain;
}
tracking-finder.loading .response {
  opacity: 0;
}
tracking-finder.done .response {
  opacity: 1;
}

lite-youtube-embed .row {
  margin-bottom: 1rem;
}
lite-youtube-embed .btn-generate-code {
  height: calc(3.5rem + 2px);
}
lite-youtube-embed .btn-copy {
  margin-top: 1rem;
}

.page-detail {
  margin-top: 4rem;
}

.bulktag-heading {
  margin: 2rem 0;
  text-align: center;
}

tr.done {
  background: #5bff5b;
}

.filters-bar {
  display: flex;
  justify-content: flex-end;
}

.filters-bar .search-inner {
  display: flex;
  border: 1px solid #999;
  border-radius: 3px;
  overflow: hidden;
  padding-left: 20px;
  min-height: 36px;
}

.filters-bar input.keyword {
  flex: 1;
  border: none;
}

.filters-bar input.keyword:focus-visible {
  border: none;
  outline: none;
}

.filters-bar button.searching {
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bulkactions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.list-actions {
  min-width: 120px;
  height: 38px;
  border: 1px solid #999;
  border-radius: 3px;
  margin-right: 10px;
}

.submit-action {
  margin-right: 20px;
}

.export-reminder {
  color: #cc0001;
}
