
#gacha {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  font-family: "Cuprum";
  margin: 50px 0px;
}

.content {
  width: 550px;
  min-height: 400px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 5px #999999;
  border-radius: 10px;
  padding: 20px;
}

* {
  font-family: "Cuprum";
}

.title-name {
  font-weight: 500;
  font-size: 18px;
}

.content .item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  padding: 10px 0px;
}

.content {
}

#number {
  text-align: center;
}

.content .item:not(:last-child) {
  border-bottom: solid 1px #bebebe;
}

#gacha .item .name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#gacha .item .name svg {
  font-size: 22px;
  color: #008000;
}

.content-name {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

input:not([type="checkbox"]), select {
  border: none;
  outline: none;
  box-shadow: 0px 0px 1px 1px #ababab;
  min-height: 32px;
  padding: 0px 10px;
  width: 160px;
  border-radius: 10px;
  background: rgba(252,255,223,0.55);
  text-align: center;
}

.gcontent {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.content-print {
  margin-top: 20px;
}

.content-print textarea {
  width: 100%;
  min-height: 100px;
  border-radius: 10px;
  padding: 10px;
  background: rgba(252,255,223,0.55);
}

.button-gacha {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-gacha button {
  width: 150px;
  padding: 10px;
  font-size: 20px;
  border-radius: 20px;
}

.form-check-input:checked {
  background-color: var(--bs-green);
  border-color: var(--bs-green);
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  filter: brightness(0.8);
}

.button-gacha button {
  color: black;
  font-weight: 600;
  border: solid 3px black;
}

.button-gacha button:hover{
  border: solid 3px rgb(38, 0, 141);
  box-shadow: 0px 2px 5px rgb(59, 59, 59);
}

.ls_ejiymdyxotk0njmz{
  border-radius: 5px;
  outline: solid 1px green;
  border: none;
  background: white;
  min-height: 30px;
  min-width: 30px;
  margin-right: 5px;
}