.container {
  position: absolute;
  color: black;
  z-index: 0;
  cursor: move;
  user-select: none;
  padding: 0 15px;
  border-radius: 5px;

  max-width: 30%;
  width: 30%;
}

.darkBG {
  background: rgba(0, 0, 0, 0.5);
}

.lightBG {
  background: rgba(255, 255, 255, 0.5);
}

.lightBG:hover {
  background: rgba(255, 255, 255, 0.9);
}

.darkBG:hover {
  background: rgba(0, 0, 0, 0.9);
}

.title {
  padding: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}

.title * {
  font-size: 15px !important;
}

.darkBG .title {
  color: white;
}

.image {
  width: 100%;
  height: 35px;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
}

.presetContainer {
}

.presetImage {
  height: 25px;
  width: 100%;
  min-width: 0;
  user-select: none;
  cursor: pointer;
  padding: 5px;
}
