.unequipped-item {
  background-color: rgba(204, 204, 204, 0.712);
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.inventory-card {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid rgb(85, 65, 130);
  color: white;
  border-radius: 10px;
  font-size: 14px;
  margin: 5px;
}

.item-name {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.item-name:hover {
  color: #d7b740;
}

.item-mitigation-column {
  padding: 0px 1em 0px 1em;
}

.item-skill-column {
  padding: 0.5em 2em 0.5em 2em;
}

.item-card {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid rgb(85, 65, 130);
  color: white;
  border-radius: 10px;
  margin: 5px;
}

.item-card .center-label {
  align-items: center;
  text-align: center;
}

.item-card-label {
  align-items: center;
  text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.change-quantity-input {
  align-items: center;
  text-align: center;
}

.item-edit-column {
  width: 180px;
  align-items: center;
  text-align: center;
}

.item-edit-title-column {
  max-width: 240px;
  min-width: 180px;
  align-items: center;
  text-align: center;
}

.weapon-material {
  padding-right: 10px;
  margin-bottom: 10px;
}

.item-small-input {
  width: 60px;
  text-align: center;
}

.item-small-display {
  width: 60px;
  text-align: center;
  background-color: rgb(0, 0, 0);
  border: 1px #494e6b solid;
  font-size: 18px;
  border-radius: 10px;
}

.item-edit-input {
  display: block;
  margin: 0 auto;
  width: 180px;
  text-align: center;
}

.add-item-btn {
  display: inline-flex;
  align-items: center;
  height: 34px;
  width: 34px;
  background-color: transparent;
  font-size: 30px;
  font-weight: 900;
  border-color: transparent;
  color: green;
  margin-left: 10px;
}

.color-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #000;
}

.item-label {
  align-items: center;
  text-align: center;
  font-size: larger;
  font-weight: bold;
}

.item-title {
  align-items: center;
  text-align: center;
  font-size: larger;
  font-weight: bold;
}

.item-value {
  align-items: center;
  text-align: center;
}

.remove-item-btn {
  color: rgb(255, 255, 255);
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
}

.remove-item-btn-old {
  display: inline-flex;
  align-items: center;
  height: 34px;
  width: 34px;
  background-color: transparent;
  font-size: 30px;
  font-weight: 900;
  border-color: transparent;
  color: rgb(134, 24, 24);
  margin-left: 10px;
  margin-right: 10px;
}

.not-equipped {
  align-items: center;
  text-align: center;
}

.equipped {
  align-items: center;
  text-align: center;
}/*# sourceMappingURL=items.css.map */