:root {
  --color-primary-hue: 245;
  --color-primary-saturation: 100%;
  --color-primary: #027362;
  --color-primary-darker: #6D5DD3;
}

.nav-wrapper .inner {
  background: #050521;
}

.nav-search input {
  background-color: #000000;
}

.nav-main .menu-active {
  background: #452095;
}

li.submenu-active {
  background: #6D5DD3;
}

.nav-main .menu-active a {
  border-left-color: white;
}

.c-explorer {
  background: #16164b;
}

.header.merged {
  background-color: #6D5DD3 !important;
}

.translation-field-copy-wrapper {
  display: none !important;
}

.listing.images img {
  border: 3px solid #fff;
  max-height: 180px;
  object-fit: contain;
}

#id_stickers {
  columns: 3;
}

span.select2-selection.select2-selection--multiple {
  border: 1px solid #796e6e;
  padding: 0.4em 1.2em;
  background-color: rgba(45, 42, 42, 0.93);
  min-width: 400px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple li.select2-selection__choice {
  padding: 0px 5px;
  background-color: var(--color-primary);
  color: white;
  line-height: 2em;
  font-size: 14px;
  font-weight: 600;
}

.select2-container--default .select2-selection--multiple span.select2-selection__clear {
  margin-top: 9px;
  font-size: 24px;
  color: #d9d9d9;
}

.select2-container--default .select2-selection--multiple span.select2-selection__clear:hover {
  color: #fff0f0;
}

.select2-container--default .select2-selection--multiple span.select2-selection__choice__remove {
  color: white;
}

.select2-container--default .select2-selection--multiple span.select2-selection__choice__remove:hover {
  color: #ffffff;
}


.select2-results__option[aria-selected] {
  cursor: pointer;
  background: var(--w-color-surface-page);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-primary) !important;
  color: white !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--color-primary) !important;
}

.select2-container .select2-search--inline input.select2-search__field {
  font-size: 18px;
  margin-top: 9px;
  width: 0.75em;
  min-width: 250px;
  min-height: 7px;
  margin-bottom: 10px;
  margin-left: 1px;
}

.select2-container {
  width: 100% !important;
}
.nav-main .menu-item.menu-noactive {
  background: none;
}

.nav-main .selected-menu-item {
  background: #452095;
}

.d-flex {
  display: flex;
  margin: 0 -5px
}

.w-50 {
  max-width: 50%;
  margin: 0 5px;
}


/* adds a visual effect for the element being dragged */
.sortable-ghost {
    opacity: 0.5;
    background-color: #dfe6e9;
    border-radius: 4px;
    transform: rotate(2deg);
    transition: all 0.2s ease;
}


.no-pointer-events .select2-results__options {
    pointer-events: none;
}

/* change styles for branding block */
.sidebar-custom-branding {
    -webkit-font-smoothing: auto;
    align-items: center;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    transition: padding .15s ease;
}

@media (max-width: 800px){
    .sidebar-custom-branding {
        margin-top: 2.7rem;
    }
}