/*!
 * -------------------------------------------------------------------------
 * Cloud Inventory plugin for GLPI
 * -------------------------------------------------------------------------
 *
 * LICENSE
 *
 * This file is part of Cloud Inventory.
 *
 * Cloud Inventory is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 *
 * Cloud Inventory is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Cloud Inventory. If not, see <http://www.gnu.org/licenses/>.
 * -------------------------------------------------------------------------
 * @copyright Copyright (C) 2022-2024 by Cloud Inventory plugin team.
 * @license   GPLv3 https://www.gnu.org/licenses/gpl-3.0.html
 * @link      https://gitlab.teclib.com/glpi-network/cloudinventory/
 * -------------------------------------------------------------------------
 */
.w-90 {
  width: 90% !important;
}
.w-80 {
  width: 80% !important;
}
.w-70 {
  width: 70% !important;
}
.w-60 {
  width: 60% !important;
}
.w-20 {
  width: 20% !important;
}
.mw-15 {
  min-width: 15% !important;
}
.mr-2 {
  margin-right: 5px !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
pre {
  white-space: pre-wrap !important;
  word-break: break-word !important;
}
.bg-scaleway {
  color: #ffffff !important;
  background: #510098 !important;
}
.bg-amazon {
  color: #ffffff !important;
  background: #F7A80D !important;
}
.bg-ovh {
  color: #ffffff !important;
  background: #000E9C !important;
}
.bg-azure {
  color: #ffffff !important;
  background: #0089D6 !important;
}
.bg-plugin-google {
  color: #ffffff !important;
  background: linear-gradient(to left, #4285F4 25%, #E94235 25% 50%, #FABB05 50% 75%, #34A853 75%) !important;
}
.asset-cloud-inventory {
  margin-top: 0px !important;
}
@media (min-width: 576px) {
  .col-sm-3-5 {
    flex: 0 0 auto;
    width: 30% !important;
  }
  .menu-page-wrapper {
    margin-left: 7.25rem;
  }
}
.btn-xlg {
  padding: 0rem 0.5rem !important;
  font-size: 1rem !important;
  border-radius: 3px !important;
}
.end-m17 {
  right: -17px !important;
}
.bottom-m12 {
  bottom: -12px !important;
}
.hr-text-cloudinventory {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #626976;
  height: 1px;
}
.card-flyer {
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(119, 119, 119, 0.5);
  overflow: hidden;
}
.card-flyer:hover {
  background: #fff;
  box-shadow: 0px 5px 10px rgba(119, 119, 119, 0.5);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
.card-flyer img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  width: 100%;
  height: 200px;
}
.card-flyer:hover img {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
}
