.choices__list--dropdown {
    z-index: 999;
}
.container-fluid {
    max-width: 1200px;
}
img {
  max-width: 100%;
  height: auto;
}
#page-topbar {
  z-index: 10;
}
.text-muted {
  --vz-text-opacity: 1;
  color: #737684 !important;
}
/* Sortable */
.btn-sortable{
  position: absolute;
  bottom: 0;
  left: -16px;
}
.sorted-box {
  border: solid 1px #bbb;
  border-radius: 5px;
  padding: 10px;
  margin: 12px;
  cursor: grab
}