.culture-module-modal {
  padding: 50px;
}

.module-title {
  color: white;
  font-size: 26px;
}

.module-cost {
  font-weight: bold;
  color: grey;
  padding-right: 40px;
}

.edit-set-label {
  font-size: 18px;
}

.module-name {
  font-size: 20px;
}

.print-module-name {
  font-size: 14px;
  color: black;
}

.module-card-info {
  cursor: pointer;
  display: block; /* Ensure it behaves like a block element */
  text-decoration: none; /* Remove underlines */
  color: inherit; /* Use the inherited color (usually text color) */
}

.module-card-info:hover {
  border: solid 3px #d7b740;
  background: rgba(85, 65, 130, 0.5);
  transition: 0.45s;
  color: rgb(218, 218, 218);
}

.edit-modal-module-btn {
  padding: 20px;
  padding-bottom: 50px;
  background-color: white;
  border: solid rgb(34, 34, 34) 8px;
  font-size: 14px;
  border-radius: 20px;
}

.modal-name-row {
  height: 25%;
}

.modal-module-btn {
  padding: 6px;
  background-color: white;
  border: solid rgb(34, 34, 34) 8px;
  font-size: 14px;
  border-radius: 20px;
  margin-top: -5px;
}

.modal-module-btn .row {
  --bs-gutter-x:0;
}

.print-modal-module-btn {
  padding: 5px;
  background-color: white;
  border: solid rgba(255, 255, 255, 0) 2px;
  font-size: 12px;
  border-radius: 6px;
  margin-top: -6px;
}

.module-name-display {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 0px;
  height: 12%;
}

.print-module-name-display {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 0px;
  height: 12%;
  line-height: 1.2;
}

.modal-option-desc {
  padding: 2px 8px 0px 8px;
}

.print-modal-option-desc {
  padding: 0px 2px 0px 2px;
  margin-top: -10px;
  font-size: 10px;
}

.print-modal-description-row {
  margin-top: 8px;
  padding: 4px;
  height: 88%;
  line-height: 1.2;
}

.modal-description-row {
  padding: 4px;
  height: 88%;
}

.module-btn-close {
  color: white;
  background-color: white;
  margin-right: 30px !important;
  margin-top: -20px;
  border-radius: 50%;
  font-size: 40px;
}

.module-box {
  border: 10px solid grey;
  border-radius: 20px;
  height: 460px;
  margin-left: 30px;
  margin-right: -20px;
}

.modal-content {
  padding: 8px;
  border-radius: 76px;
  border: 8px white solid;
  background-color: rgb(34, 34, 34);
  color: white;
}

.modal-option-name {
  font-size: 16px;
  font-weight: bold;
}

.save-modal-options-btn {
  padding: 10px 0px 10px 0px;
  margin-top: 40px;
  font-size: 24px;
  border-radius: 20px;
}

.selected-option {
  background-color: rgb(194, 181, 243);
  transition: 0.2s all;
}

.no-remove {
  background-color: rgb(131, 123, 160);
  transition: 0.2s all;
}

.always-selected-option {
  background-color: rgb(158, 217, 228);
  transition: 0.2s all;
}

.modal-module-btn:active {
  transform: scale(0.97);
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}

.module-explorer-container {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  justify-content: center;
  text-align: center;
  border: solid 10px #494e6b;
  padding: 20px;
  border-radius: 10%;
}

.print-module-explorer-container {
  margin-left: 40px;
  width: 90%;
  display: inline-block;
  justify-content: center;
  text-align: center;
}

.module-card-resources-container {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  border: solid 3px rgb(85, 65, 130);
  padding: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 10px;
}/*# sourceMappingURL=module.css.map */