.icon.custom-action .save svg {
  fill: #425a70;
  width: 24px;
  height: 24px;
}

.icon.custom-action .save svg:hover {
  fill: #007ac2;
}
.map-list-slots{
  width: 360px;
  margin: auto;
  }
  
.mobile-header .map-info{
  transform: translateX(5px);
  text-overflow: ellipsis;
  width: 40vw;
  }

.mobile-header .mapCard-slider{
  margin: 0 -20px 0 0;
}

.map-list-item {
  cursor: default;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1.2rem 0 1.2rem 0;
  padding: 5px 10px 5px 10px;
  border-radius: 12px;
  background: #F1F4F5;
  box-shadow:
  inset 6px 6px 6px #EAEEF1,
  -6px -6px 8px #F9FBFB,
  6px 6px 8px #D8E0E7;
  }

.topRow{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
#exploreList .left-margin{
  visibility: hidden;
}
.left-margin {
  margin: 0 5px 0 -3px;
}

.checkbox {
  width: 12px;
  height: 12px;
  background: #EAEEF1;
  border-radius: 3px;
  box-shadow: 
  inset -2px -2px 1px #FFFFFF,
  inset 2px 2px 1px #B8C2D3;
}

.map-list-item:hover {
  cursor: pointer;
  border-radius: 12px;
  background: #F7F9F9;
  box-shadow:
  inset 6px 6px 6px #EAEEF1,
  -6px -6px 8px #FFFFFF,
  6px 6px 8px #637287;
  }

.map-list-item.animating {
  cursor: pointer;
  border-radius: 12px;
  background: linear-gradient(14deg, rgba(184,194,211,1) 0%, rgba(247,249,249,1) 75%);
  box-shadow:
  inset 6px 6px 6px #EAEEF1,
  -6px -6px 8px #FFFFFF,
  6px 6px 8px #637287;
  }

  .map-list-item.unavailable {
    background-color: #EAEEF1;
    box-shadow: 
      inset -6px -6px 6px #FFFFFF,
      inset 6px 6px 8px #B8C2D3;
  }

#exploreList .map-list-item:active{
  border-radius: 12px;
  background: #F7F9F9;
  box-shadow:  inset 6px 6px 6px #D8E0E7;
}


#pinnedList .left-margin .drag-grip{
  margin: 10px 0;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.grabbing{
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}

.left-margin .drag-grip .grip-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: 
  inset -2px -2px 1px #FFFFFF,
  inset 2px 2px 1px #B8C2D3;
}

.infoIcon svg path {
  pointer-events: none;
  stroke: #637287;
  stroke-width: 0.5px;
}

.infoIcon .tooltipText {
  position: absolute;
  width: auto;
  background-color: #637287;
  color: #fff;
  line-height:20px;
  text-align: left;
  text-wrap: balance;
  border-radius: 6px;
  padding: 10px;
  z-index: 3;
  opacity: 0.9;
}

.title-and-thumbnail {
  display: flex;
  flex: auto;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
}

.img-cover{
  position: relative;
  height: 60px;
}

.map-list-item .frame {
  position: absolute;
  border: solid 3px #F1F4F5;
  height: 100%;
  width: 100%;
}

.map-list-item img {
  max-height: 60px;
}

.mapSlotHeader{
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.5px;
}

@media (min-width: 366px) {
  .mapSlotHeader { 
     max-width: 200px;
  }
}

.mapSlotSub-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.map-list-item-title{
  margin: auto 0;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.action-container {
  margin: 5px 0;
  width: 100%;
  flex-direction: row;
  flex: auto;
  flex-wrap: nowrap;
}

.action-area{
position: relative;
display: flex;
flex: auto;
justify-content: space-around;
width: 100%;
background-color: #EAEEF1;
box-shadow: 
  inset -6px -6px 6px #FFFFFF,
  inset 6px 6px 8px #B8C2D3;
border-radius: 6px;
}

.iconWrapper{
  position:relative
}

.icon {
  position: relative;
  overflow: hidden;
  height: 40px;
  width: 40px;
  margin: 0.5rem -1rem;
  border-radius: 4px;
  background: #F1F4F5;
  box-shadow:
  4px 4px 6px #B8C2D3;
  cursor: pointer;
}

a.icon{
  display: block;
}

.icon.pushpin .unpinned{
  transform: rotate(45deg);
}

.icon.pushpin .checkmarkBackground svg{
  position: absolute;
  z-index: 1;
  width: 50%;
  fill: #F1F4F5;
}

.icon.pushpin .checkmark svg{
  position: absolute;
  top: 1px;
  left: -4px;
}

.icon.pushpin .pinned{
  transform: rotate(0deg);
}

.action-area .icon .pinned svg{
  fill: #F1F4F5;
}

.icon.pushpin .svgContainer.pinned{
  background:#637287
}

.action-area .tooltipText {
  position: absolute;
  left: 18px;
  width: 100px;
  background-color: #637287;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  z-index: 1;
  top: -20px;
  margin-left: -60px;
  opacity: 0.9;
  transition: opacity 0.3s;
}

.action-area .icon svg{
  fill: #637287;
}

.mapCard-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 33%;
}

.mapCard-slider input[type="range"] {
  position: absolute;
  z-index: 1;
  appearance: none; 
  background: transparent;
  background-repeat: no-repeat;
  pointer-events: all;
  border-radius: 3px;
  height: 8px;
  width: 90%;
}

.mapCard-slider input[type=range]::-webkit-slider-thumb {
  appearance: none;
  pointer-events: all;
  width: 12px;
  height: 12px;
  background: #F1F4F5;
  outline: solid 2px #D4DBE4;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #D4DBE4;
  cursor: pointer;
  position: relative;
  top: -2px;
}

.mapCard-slider input[type=range]::-moz-range-thumb {
  appearance: none;
  pointer-events: all;
  width: 12px;
  height: 12px;
  background: #F1F4F5;
  outline: solid 2px #D4DBE4;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #D4DBE4;
  cursor: pointer;
  position: relative;
  top: -2px;
}

.mapCard-slider input[type=range]::-moz-range-thumb::before {
background-color: chartreuse;
}

.mapCard-slider input[type=range]::-webkit-slider-thumb:hover {
  background: #f7f7f7;
}

.mapCard-slider input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  height: 8px;
  box-shadow: none;
  border: none;
  background: transparent;
}

.slider-range {
  position: absolute;
  height: 8px;
  width: 90%;
  z-index: 0;
  display: flex; 
}

.slider-range-color {
  position: absolute;
  background: #637287;
  width: 0%;
  height: 8px;
  border-radius: 3px;
}

.slider-range-background {
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(209,216,226,1) 100%);
  width: 100%;
  border-radius: 3px;
}

#pinnedList .drag-sort-active{
  color: #637287; 
  opacity: 0;
  cursor: grabbing;
}

.drag-sort-background {
  background-color: #EAEEF1;
  box-shadow: 
    inset -6px -6px 6px #FFFFFF,
    inset 6px 6px 8px #B8C2D3;
  border-radius: 12px;
}

#pinnedList div.mapCard-container  div:active {
  cursor: grabbing;
}

.grabbedItemImage {
  position:absolute;
  z-index: -1;
  width:350px;
}


