@import '~antd/es/style/themes/default.less';

.marker {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #217ad9;
  border-radius: 50%;
  color: @white;
  /*  box-shadow: 0 2px 4px fade(#000, 15%);*/
  border: solid 4px #fff;
}

.marker.offline {
  background-color: #bfbfbf;
}

.selected {
  position: absolute;
  top: -5px;
  right: -5px;
}
