.collections-section {
  padding: 20px;
}

.homebrew-card {
  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;
}

.cc-portrait-section {
  border: 3px dotted black;
  border-radius: 5px;
}

.cc-field {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  padding: 3px;
  border: rgb(85, 65, 130) 2px solid;
}

.ccr-field {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  padding: 3px;
  border: rgb(85, 65, 130) 2px solid;
}

.cc-dropdown {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  font-size: 16px;
}

.cc-section-large {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: black;
  padding: 8px;
  border-radius: 7px;
  border: #494e6b 2px solid;
  border-left: none;
  border-right: none;
  font-size: 16px;
}

.cc-section {
  background: black;
  padding: 8px;
  border-radius: 7px;
  text-align: center;
  border: #494e6b 2px solid;
  border-left: none;
  border-right: none;
  font-size: 16px;
}

.mitigations-section {
  background: rgba(207, 180, 59, 0.5607843137);
  color: black;
  padding: 0px;
  text-align: center;
  border: black 8px solid;
  font-size: 18px;
}

.cc2-section {
  background: #192231;
  padding: 8px;
  border-radius: 7px;
  text-align: center;
  border: black 4px solid;
  border-left: none;
  border-right: none;
  font-size: 16px;
}

.cc-section-mini {
  text-align: center;
  background: #494e6b;
  padding: 3px 0px 3px 0px;
  border-radius: 2px;
  border: #494e6b 1px solid;
  border-left: none;
  border-right: none;
  font-size: 14px;
}

.collection-title {
  font-size: 30px;
}

#portrait-uploader {
  font-size: 12px;
}

#creature-portrait {
  padding-bottom: 14px;
}

.cc-profile-section {
  border: solid #252525 5px;
  border-radius: 18px;
  background-color: rgba(15, 15, 15, 0.5);
}

#add-to-set-btn {
  background-color: transparent;
  text-decoration: none;
  border: none;
  color: green;
  height: 36px;
  width: 36px;
  font-size: 30px;
  font-weight: bold;
}

#add-set-btn {
  background-color: transparent;
  text-decoration: none;
  border: none;
  color: green;
  height: 36px;
  width: 36px;
  font-size: 30px;
  font-weight: bold;
}

.set-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;
}

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

.fas:hover {
  color: #985e6d;
}

.tri-column {
  padding: 22px;
}

.true-center {
  justify-content: center;
}

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

.active-set {
  color: green;
  background-color: aqua;
  border-color: pink;
}

.remove-homebrew-item-btn {
  color: white;
  background-color: red;
  padding: 5px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.small-font {
  font-size: 11px;
}

.create-monster-attributes {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; /* Aligns children in the center */
  align-items: center; /* Aligns children vertically in the center */
  padding-top: 5px;
  padding-bottom: 5px;
}

.create-monster-attributes > .text-center {
  flex: 1; /* Each child takes equal width */
  margin: 0 5px; /* Optional: adds some space between elements */
}/*# sourceMappingURL=collections.css.map */