#addpromo-span {
  display: none;
}
#addanotherpromo {
  display: none;
  font-weight: bold;
}
.promo-input-div #promotion_code_rightcol {
  display: none;
}
.promotion-list {
  display: none;
  margin-top: 5px;
  font-weight: bold;
}
.promotion-list .promo-remove {
  font-weight: normal;
  margin-left: 12px;
}
.promo-container .promotion-list-item {
  margin-bottom: 5px;
}
.promo-container .form_leftcollabel {
  line-height: 30px;
  margin-left: 10px;
}
.promo-container .form_field_text {
  line-height: 40px;
  border: 2px solid #ccc !important;
  padding-left: 10px;
  width: 80%;
  margin: 0px !important;
}
.promo-container #promotion_code_0_wrapper {
  display: flex;
}
.keysight-ocp-fieldset .promo-container .form_field_text {
  line-height: 0px;
}
.keysight-ocp-fieldset .promo-container #promoUpdate {
  width: inherit;
}
#promoUpdate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 0 10px;
  background: #f5f5f5;
  border: solid #ccc;
  border-width: 2px 2px 2px 0px;
  border-radius: 0px;
  color: #e90029;
  text-decoration: none;
  margin-left: 0px !important;
}
.email-promo-container {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.promo-email-input {
  border: 2px solid #ccc;
  padding: 10px;
  width: 70%;
  color: #262626;
}
.promo-email-btn {
  border: solid #ccc;
  border-width: 2px 2px 2px 0px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 30%;
  color: #e90029;
  background: #f5f5f5;
  cursor: pointer;
}
.error-message {
  visibility: hidden;
  /* display: none; */
}
