.wpd-page-title {
    display: none;
}

.tpk-content {
    margin-top: 30px;
}

.header {
    margin-bottom: 20px;
}

.map {
    margin-bottom: 35px;
}

.map-content {
    position: relative;
}

#map-layer-areas svg#map_areas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
}

#map_areas g {
    opacity: 0.25;
}

#map_areas g polygon {
    stroke-width: 3px;
    stroke: #607d8b;
}

.map-content:hover #map-layer-areas g polygon {
    stroke: #212b31;
}

#map-layer-areas g polygon:hover {
    stroke-width: 6px;
}

g.can-exc polygon {
    fill: #4da506;
}

g.is-empty polygon {
    fill: #d42a0b;
}

#map_areas g.can-exc, #map_areas g.is-empty {
    opacity: 0.55;
}

#page-excavation .header .event-date, #page-excavation .header .event-server {
    color: #9e9e9e;
}

.map-area-info {
    padding: 25px 30px 25px 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    border: 1px solid #ededed;
    position: relative;
    display: none;
}

.area-label {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #8bc34a;
    color: #fff;
    padding: 4px 12px;
}

.area-points span {
    display: block;
}

.area-need {
    display: block;
    margin-top: 10px;
    background: #ededed;
    color: #9E9E9E;
    padding: 5px 10px;
    border-radius: 4px;
}

.area-empty {
    display: none;
    margin-top: 10px;
    background: #ee858547;
    color: #e12121;
    padding: 5px 10px;
    border-radius: 4px;
}

.area-buttons {
    margin-top: 15px;
    display: none;
}

.area-buttons .btn {
    background: url(../img/icons/shovel.svg) no-repeat 10px center #ff9800 !important;
    margin-bottom: 0;
    padding: 10px 20px 10px 50px;
    font-size: 18px;
    text-transform: uppercase;
}

.part-history {
    max-height: 610px;
    overflow: auto;
    border: 2px solid #ededed;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.part-history div {
    border: 1px solid transparent;
    margin: 7px 0;
    padding: 3px 10px;
    border-radius: 4px;
}

.part-history div.dino-event {
    border: 1px dashed #FF9800;
}

.part-history div.dino-genom {
    background-color: #ff990017;
}

.part-history div.scroll {
    border: 1px dashed #673AB7;
    background-color: #673ab717;
}

.part-history div span {
    margin-right: 15px;
    color: #9e9e9e;
}

.part-history div a {
    color: #3a405b;
    font-weight: bold;
}

.part-history div a:hover {
    color: #FF9800;
    transition: none;
}

.part-history div i {
    margin-left: 20px;
    color: #9e9e9e;
    font-style: normal;
}

.part-history div u {
    margin-left: 10px;
    color: #ff9800;
    font-style: normal;
    text-decoration: none;
    cursor: help;
}

.point-cards, .point-shovels {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.point-shovels {
    display: none;
}

.point-cards .area-card {
    position: absolute;
    background-color: #fff;
    width: 36px;
    height: 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -16px;
    margin-top: -12px;
    opacity: 0.7;
    font-size: 11px;
    border: 1px solid #737373;
    z-index: 51;
}

.point-shovels .area-shovel {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -16px;
    margin-top: -16px;
    opacity: 0.7;
    font-size: 11px;
    border: 1px solid #b3b3b3;
    cursor: pointer;
    z-index: 51;
}

.point-shovels .area-shovel:hover {
    background-color: #fff;
}

.area-shovel-inner {
    background: url(../img/icons/shovel-24.svg) no-repeat center #ffb951 !important;
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.point-shovels .area-shovel:hover .area-shovel-inner {
    background: url(../img/icons/shovel-24.svg) no-repeat center #ff9800 !important;
}

.area-shovel.disabled, .area-shovel.disabled:hover {
    cursor: no-drop;
    background-color: transparent;
}

.area-shovel.disabled .area-shovel-inner, .point-shovels .area-shovel.disabled:hover .area-shovel-inner {
    background: url(../img/icons/shovel-24.svg) no-repeat center #535353 !important;
    
}

.map-content:hover .point-cards, .point-shovels:hover + .point-cards {
    display: none;
}

.map-content:hover .point-shovels {
    display: block;
}

.clan-owner {
    display: none;
    margin-left: 20px;
    color: #8bc34a;
}

.common-target {
    padding: 25px 30px 25px 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    border: 1px solid #ededed;
    position: relative;
}

.common-progress {
    background-color: #ededed;
    margin: 10px 0;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    height: 30px;
}

.common-progress-bar {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffc02e;
    z-index: 4;
}

.common-progress-text {
    z-index: 100;
    position: absolute;
    text-align: right;
    padding-right: 10px;
    color: #fff;
    font-weight: bold;
    height: 100%;
    font-size: 20px;
    line-height: 30px;
}

.common-progress-levels {
    display: flex;
}

.common-progress-levels div {
    width: calc(100% / 10);
    text-align: left;
}

.common-progress-levels div:first-child {
    text-align: left;
}

.common-progress-levels div:last-child {
    text-align: center;
}

.common-progress-levels i {
    font-style: normal;
    display: block;
}

.common-progress-levels span {
    display: block;
}

.common-progress-lines {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.common-progress-lines div {
    width: calc(100% / 10);
    border-left: 1px solid #9E9E9E;
}

.common-progress-lines div:nth-child(2) {
    border-left: 0;
}

.common-progress-levels div.current-bonus {
    font-weight: bold;
}

.pulse {
    position: absolute;
    text-align: center;
    padding: 4px;
    border-radius: 50%;
    background: transparent;
    width: 5px;
    height: 5px;
    z-index: 52;
    border: 2px solid #ff5722;
    margin-left: -5.5px;
    margin-top: -5.5px;
}

.pulse::after,
.pulse::before {
  content: '';
  position: absolute;
  border: 2px solid #ff5722;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}

.pulse::after {
  animation-delay: 1.25s;
}

@keyframes pulse {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
  }

@media screen and (max-width: 640px) {
    #map-layer-areas {
        height: 100%;
        position: relative;
    }
}