.MuiPaper-root.MuiPaper-elevation {
  border: none;
  background: #fbfbfb;
  box-shadow: none;
}

.MuiStack-root.dynamic-bundle-item {
  align-items: start;
}
.MuiStack-root.dynamic-bundle-item {
  align-items: start;
}

.dynamic-bundle-item-options {
  background: white !important;
  border-radius: 2px !important;
  border: none !important;
}

.dynamic-bundle-item-options .MuiTypography-caption {
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  display: block;
  margin-bottom: 12px;
}

.dynamic-bundle-item-option-choices {
  background: white;
  border: 1px solid #e5e0da;
  padding: 4px;
}

.dynamic-bundle-item-option-choices div {
  background: var(--mainColor);
  border-radius: 2px;
  color: white;
  padding: 10px 23px;
  font-size: 12px;
  font-weight: blod;
  line-height: 100%;
  height: 42px;
}

.dynamic-bundle-item-option-choices .MuiButtonBase-root:hover {
  background: black !important;
}

.dynamic-bundle-item-option-choices .MuiChip-label {
  color: white !important;
}

.dynamic-bundle-item-option-choices .MuiChip-icon {
  fill: white !important;
}

