.dtc-folderpicker-container {
  position: relative;
}

.dtc-folderpicker-container .dtc-folderpicker-folderpath {
  height: 80px;
}

.dtc-folderpicker-container .folder-picker-icon {
  margin-right: 5px;
}

.dtc-folderpicker-container input::-ms-clear {
  display: none;
  width: 0px;
  height: 0px;
}

.dtc-folderpicker-container .dtc-folderpicker-dropdown-button {
  position: absolute;
  top: 28px;
  right: 0;
}

.folder-picker-folder-row {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.folder-picker-folder-row:hover {
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
}

.folder-picker-folder-row:focus {
  outline: 0px;
  border:  1px solid;
  border-color: rgba( 43, 136, 216 ,  1 );
  border-color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 );
  background-color: rgba( 222, 236, 249 ,  1 );
  background-color: rgba( var(--palette-primary-tint-30,222, 236, 249) ,  1 );
}
