.file-detail-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.select-path-container .ant-tree-child-tree > li {
  display: block;
}

.select-path-container .ant-tree li .ant-tree-node-content-wrapper {
  /* width: unset; */
  max-width: calc(100% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}

.select-path-container #file-name {
  margin-top: 30px;
}

.select-path-container .tree-path-container {
  padding-top: 10px;
  border-top: 1px solid #DCDCE6;
}

#target-destination-path {
  display: flex;
  margin: 6px 0px 20px 10px;
}

.target-item-container {
  display: flex;
  margin: 6px 0px 0px 10px;
  align-items: center;
}

#icon-and-name-item {
  padding: 7px;
}

.path-files-icon {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  background: url(../img/attachmentIcon/file-icon.svg);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.path-folders-icon {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  background: url(../img/attachmentIcon/folder-icon.svg);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.path-file-name,
#target-destination-path {
  color: var(--main-text-color);
  font: normal normal bold 14px Lato;
  letter-spacing: 0px;
  opacity: 1;
}

#to-label {
  margin: 6px 0px 0px 0px;
}

.path-treenode-row {
  display: flex;
  align-items: center;
  height: 30px;
}

.path-folder-name {
  overflow-x: hidden;
  text-overflow: ellipsis;
  color: var(--main-text-color);
  font: normal normal normal 12px Lato;
  letter-spacing: 0px;
}

