.c-sidebar-brand > .logo {
  width: -webkit-fill-available;
}

ul#sortable {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

ul#sortable > li {
  border-radius: 5px;
}

.asset .input-group-prepend {
  min-width: 30px;
  padding-top: 5px;
}

.asset .input-group-prepend > img {
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
}

.hidden {
  display: none;
}

.disabled {
  opacity:0.4;
  pointer-events: none;
}

.assets .field > img, .assets #listing tr td > img {
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
  margin-right: 10px;
}

.assets #listing th input {
  
}