/*
* 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-upload {
  display: block;
  background-color: #65AECD !important;
  height: 10px;
  width: 0%;
  border-radius: 10px;
}
#upload .dz-preview {
  clear: both;
  width: 250px;
  margin-bottom: 10px;
}
#upload span {
  padding: 0;
  color: #666666;
  background-color: transparent;
}
.dz-complete {
  display: none;
}
.dz-progress {
  clear: both;
  height: 10px;
  width: 75%;
  margin-left: 10%;
  padding: 0 !important;
  background-color: #2D2D2D;
  border-radius: 10px;
  margin-top: 5px;
}
.dz-error-mark {
  float: right;
  margin-top: 1px;
  padding-top: 1px !important;
  cursor: pointer;
}
#upload .dz-error-mark span {
  pointer-events: none;
  color: #65AECD;
}
