.preset-set-name-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.5);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.preset-set-name-modal {
  background-color: var(--bg-color);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: all;
}

.preset-set-name-input {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.preset-set-name-input label {
  margin-bottom: 10px;
  color: var(--font-color);
}

.preset-set-name-buttons {
  position: relative;
  margin-top: 10px;
  margin-left: auto;

}

.preset-header__controls button {
  padding: 0;
}

.preset-header__controls img {
    height: 20px;
}

.preset-header {
  background-color: #004186;
  color: #fff;
  padding: 5px;
  margin-top: 10px;
  display: flex;
  font-size: 1em;
  align-items: center;
}

.preset-header__name {
  font-weight: 900;
  margin-right: 8px;
}

.preset-header__controls {
  margin-left: auto;
  display: flex;
  gap: 4px;
}

.preset-header__controls > * {
  height: 24px;
}

.preset-header__controls > select {
  width: 170px;
}