/* #region Asset Selection */

.asset-thumb{
  width: 4em;
  height: 4em;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  cursor: pointer;
}

.asset-thumb.repeat{
  background-repeat: repeat;
}

.asset-thumb > .deletebutton{
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  background-color: var(--col-element-background);
}

.groupcount{
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  background-color: var(--col-element-background);
  border-radius: 2px;
}

#assetselection-sidebar{
  width: 12em;
}

#assetselection-sidebar > button{
  width: 100%;
  font-size: 1.5em;
  text-align: left;
}

.debugoverlay{
  position: absolute;
  line-height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: .75em;
  top: 2px;
  left: 2px;
}

/* #endregion */
