.combo-box-with-error-container .combo-box-container.invalid-css,
.combo-box-with-error-container .combo-box-container.invalid-css:hover {
  border:  1px solid;
  border-color: rgba( 168, 0, 0 ,  1 );
  border-color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
}

.combo-box-with-error-container .error-icon {
  color: rgba( 168, 0, 0 ,  1 );
  color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
  display: none;
}

.combo-box-with-error-container .invalid-css > div.error-icon {
  right: 0px;
  display: block;
  z-index: 1;
  left: auto;
  top: 6px;
  font-size: 16px;
}

.combo-box-with-error-container .combo > div.wrap.withIcon {
  left: 0px;
}

.combo-box-with-error-container .combo.drop .bowtie-chevron-down-light {
  right: 5px;
}

.combo-box-with-error-container .combo div.wrap {
  padding-left: 0px;
}

.combo-box-with-error-container .combo div.wrap > input.disabled[type=text] {
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  border-color: rgba( 244, 244, 244 ,  1 );
  border-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  pointer-events: none;
  cursor: default;
}

.combo-box-with-error-container .combo-box-container {
  height: 32px;
  font-size: 14px;
}

.combo-box-with-error-container .combo-box-container-parent {
  height: 100%;
  border: 1px solid transparent;
}

.combo-box-with-error-container .combo-box-container-parent .combo-box-container:hover {
  border:  1px solid;
  border-color: rgba( 102, 102, 102 ,  1 );
  border-color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
}

.combo-box-with-error-container .combo-box-container-parent.combo-box-focus .combo-box-container {
  border: 1px solid #0078d4;
}

.combo-box-with-error-container .combo-box-container-parent.is-disabled .combo-box-container {
  border: 0px;
}

.combo-box-with-error-container .combo-box-input {
  padding: 6px 8px;
  color: rgba( 51, 51, 51 ,  1 );
  color: rgba( var(--palette-neutral-80,51, 51, 51) ,  1 );
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.combo-box-with-error-container .combo-box-container .combo-drop-popup ul.items .combo-box-item {
  padding: 5px 0px 5px 12px;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
}

.combo-box-with-error-container .combo-box-container .combo-drop-popup ul.items .combo-box-item.selected {
  background-color: rgba( 234, 234, 234 ,  1 );
  background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.combo-box-with-error-container .combo-error-message {
  font-size: 12px;
  color: rgba( 168, 0, 0 ,  1 );
  color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
  align-items: center;
  display: flex;
  padding-top: 1px;
}

.combo-box-with-error-container .visibility-hidden {
  visibility: hidden;
}

.combo-box-with-error-container .hide-dropdown .combo-drop-popup {
  display: none;
}
