.path-explorer-combobox .input-container {
  /** Subtracting the width of the navigate icon. ie. 2 * padding + icon's font size. */
  width: calc(100% - 30px);
  display: inline-block;
  border: 1px solid rgba(0, 120, 212, 1);
  border: 1px solid var(--communication-background,rgba(0, 120, 212, 1));
  padding: 1px;
  height: 32px;
}

.path-explorer-combobox .input-container input {
  padding-left: 5px;
  /** Subtracting the width of the close icon. ie. 2 * padding + icon's font size. */
  width: calc(100% - 28px);
  height: 29px;
  border: none;
  outline: none;
}

.path-explorer-combobox .input-container input::-ms-clear {
  display: none;
}

.path-explorer-combobox .input-container .clear {
  padding: 7px;
  cursor: pointer;
}

.path-explorer-combobox .input-container .drop-popup {
  width: calc(100% - 31px);
  top: 32px;
  left: 1px;
}

.path-explorer-combobox .navigate {
  display: inline-block;
  background-color: rgba( 234, 234, 234 ,  1 );
  background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  padding: 8px;
  cursor: pointer;
  height: 31px;
}
