/*
* 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*/
#supportWindow {
  height: 180px;
  width: 400px;
  left: calc(50% - 200px);
  top: calc(50% - 90px);
  display: none;
}
#supportWindow p {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}
#supportWindow .button {
  margin-top: 20px;
  line-height: 25px;
}
#supportWindow #yes {
  float: left;
  margin-left: 20%;
  background: #65AECD;
}
#supportWindow #cancel {
  float: right;
  margin-right: 20%;
  background: #FFFFFF;
  color: #666666;
}
