/*
* Software Name : abcdesktop.io
* Version: 0.2
* SPDX-FileCopyrightText: Copyright (c) 2020-2021 Orange
* SPDX-License-Identifier: GPL-2.0-only
*
* This software is distributed under the GNU General Public License v2.0 only
* see the "license.txt" file for more details.
*
* Author: abcdesktop.io team
* Software description: cloud native desktop service
*/
/*Supporting colours*/
.dz-processing {
  display: flex;
  gap: 10px;
}
#upload button img {
  width: 32px;
  height: 32px;
}
.dz-complete {
  display: none !important;
}
#progress-bar-container {
  width: 65px;
  padding: 0px !important;
  margin: 0px !important;
}
.file-name {
  width: 150px;
}
.progress {
  --bs-progress-bar-bg: #65AECD !important;
}
