/*
* Software Name : Iot Map Component
* SPDX-FileCopyrightText: Copyright (c) Orange SA
* SPDX-License-Identifier: MIT
*
* This software is distributed under the MIT license,
* the text of which is available at https://opensource.org/license/MIT/
* or see the "LICENSE" file for more details.
*
* Software description: web library for interactive maps providing Orange branded reusable markers, tabs, clusters and paths
*/

/* shadows.css */

.iotmap-markericon .iotmap-selected-circle-shadow {
  position: absolute;
  top: 42px;
  left:-10px;
  width:70px;
  height: 26px;
  z-index: 5;
}

.iotmap-markericon .iotmap-selected-square-shadow {
  position: absolute;
  top: 42px;
  left:-10px;
  width:70px;
  height: 24px;
  z-index: 5;
}

.iotmap-markericon .iotmap-circle-shadow {
  position: absolute;
  top:-18px;
  left:-18px;
  width: 66px;
  height: 66px;
  z-index: 5;
}

.iotmap-markericon .iotmap-circle-pin-shadow {
  position: absolute;
  top:24px;
  left:-20px;
  width:70px;
  height: 24px;
  z-index: 5;
}

.iotmap-markericon .iotmap-square-shadow {
  position: absolute;
  top:-20px;
  left:-20px;
  width:70px;
  height: 70px;
  z-index: 5;
}

.iotmap-markericon .iotmap-square-pin-shadow {
  position: absolute;
  top:24px;
  left:-20px;
  width:70px;
  height: 26px;
  z-index: 5;
}
