.show {
  display: block !important;
  opacity: 1 !important;
}
.showFlex {
  display: flex !important;
  opacity: 1 !important;
}

label {
  color: #cacaca;
  font-size: 10px;
  font-family: "Coiny", sans-serif;
}

.InputBundle {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.TextInput {
  width: 0px;
  flex: 1 1 0px;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin: 0px 2px;
}

.ColorInputContainer {
  width: 32px;
  height: 27px;
  flex: 0 0 32px;
  transition: background-color 0.5s;
  background-color: black;
  border-radius: 4px;
  border: 1px solid #aaa;
}
.ColorInput {
  width: 32px;
  inline-size: 32px;
  flex: 0 0 32px;
  opacity: 0;
}

.SelectButton {
  background-color: #3574e0 !important;
  color: white !important;
  border: none !important;
}

.bgContainer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(0, black, #3574e0);
}

.bgDiv {
  background: no-repeat url("/bg.jpg") center / cover;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
}
