.combo-loading-container {
  position: relative;
}

.combo-loading-container .combo-loading-component {
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
  z-index: 20000;
  position: absolute;
  width: 100%;
}

.combo-loading-container .combo-loading-component .combo-loading-content {
  padding-top: 5px;
  padding-bottom: 5px;
}

.combo-no-results-container {
  position: relative;
}

.combo-no-results-container .combo-no-results-component {
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
  z-index: 20000;
  position: absolute;
  width: 100%;
}

.combo-no-results-container .combo-no-results-component .combo-no-results-content {
  padding-top: 5px;
  padding-bottom: 8px;
  font-style: italic;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-size: 13px;
  text-indent: 10px;
}
