.dividerLabel {
  color: var(--secondaryTextColor);
  font-size: 1.2rem;
  font-weight: 500;
}

.descriptionItemContainer {
  text-align: right;
}

.totalItemLabel {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--primaryColor);
}

.selectedHeaderLabel {
  color: var(--primaryColor);
  font-weight: bold;
}

.unSelectedHeaderLabel {
}

.unSelectedLabel {
  color: var(--primaryColor);
  font-weight: 400;
}

.selectedLabel {
  color: var(--textWhiteActivated);
  font-weight: bold;
}

.checkedIcon {
  color: var(--primaryColor) !important;
}

.unCheckedIcon {
  color: var(--borderWithOpacityColor) !important;
}

.disabledHeaderLabel {
  cursor: not-allowed;
  color: var(--textLightGreyColor);
}

.contentPanel:hover {
  cursor: pointer;
}

.minPriceLabel {
  font-style: italic;
  padding-top: 10px;
}

.radioGroupContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 15px 0;
}

.radioItemContainer {
  flex: 1;
  text-align: center;
}

.radioItemSelected {
  color: var(--primaryColor);
  font-weight: bold;
}
