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

#page-map {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 0;
    flex: unset;
    margin-top: 30px;
}

.map-container {
    display: flex;
}

.map-left {
    flex: 1;
    overflow: auto;
}  

.map-left > *.map-content {
    display: block;
    top: 0;
    left: 0;
}

.map-right {
    width: 300px;
    padding-left: 15px;
}

.map-right.fixed {
    position: fixed;
    right: 50px;
    border: 2px solid #ededed;
    padding: 15px;
    width: 320px;
    border-radius: 5px;
    box-shadow: -3px 0px 12px 2px rgb(241 241 241 / 65%);
}

.map-block {
    margin-bottom: 20px;
}

.block-title {
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.map-content {
    position: relative;
    width: 863px;
}

.map-left {
    position: relative;
}

.map-left > *.map-content {
    width: unset;
    overflow: hidden;
    /* transform: translate(-50%, -50%); */
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    /* inset: 50% 0px 0px 50%; */
}

.map-points {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.map-points .point {
    cursor: pointer;
    transition: none;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    margin-left: -4px;
    margin-top: -4px;
    background: #3F51B5;
    border-radius: 50%;
    z-index: 15;
    user-select: none;
}

.map-points .point:hover {
    border: 2px solid #fff;
}

.map-points .point .point-info {
    visibility: hidden;
    position: absolute;
    top: -145px;
    left: calc(50% - 135px);
    width: 270px;
    max-height: 150px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    border: 3px solid #ffff;
    box-shadow: -1px 4px 11px 3px rgb(0 0 0 / 16%);
    z-index: 20;
    line-height: normal;
    text-align: center;
    padding: 8px;
    transition: top 0.15s;
}

.map-points .point:hover .point-info {
    visibility: visible;
    top: -140px;
}

.point-dino-info {
    margin: 10px 0 0 0;
    font-size: 16px;
    background: #edededcf;
    border-radius: 4px;
    padding: 4px 0;
}

.point-dino-info b i {
    font-style: normal;
    margin-right: 5px;
}

.desc-info {
    color: #9e9e9e;
    font-size: 12px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
}

.coords-info {
    color: #9e9e9e;
    margin-right: 20px;
}

.date-info {
    color: #9e9e9e;
}

.point-dino-info b {
    display: flex;
    align-items: center;
    justify-content: center;
}

.point-dino-info span {
    color: #9e9e9e;
    margin-left: 15px;
    font-weight: normal;
    font-size: 14px;
}

.point-info .player-info b {
    font-size: 18px;
    display: block;
}

.player-info i {
    font-size: 12px;
    color: #9E9E9E;
    font-style: normal;
}

.map-content .diet-0 {background: #8bc34a;}
.map-content .diet-1 {background: #d4191d;}
.map-content .diet-2 {background: #ffeb3b;}
.map-content .diet-3 {background: #d119d4; z-index: 16;}

#map-layer-areas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

#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;
}

.map-position {
    display: none;
} 

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

.pulse::after,
.pulse::before {
  content: '';
  position: absolute;
  border: 2px solid #ffffff;
  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;
}

.block-content {
    position: relative;
}

.block-coords .block-content {
    display: flex;
}

.block-coords input {
    flex: 1;
    border-radius: 4px;
    padding: 6px 42px 6px 12px;
}

.admin-search input {
    flex: 1;
    border-radius: 4px;
    padding: 6px 12px 6px 12px;
}

.block-coords button, .admin-search button {
    width: 90px;
    margin-left: 10px;
    text-align: center;
    padding: 6px 12px;
    border-radius: 4px;
}

.clear-coords {
    cursor: pointer;
    position: absolute;
    background: url(../img/icons/cross_red.svg) no-repeat center;
    width: 14px;
    height: 14px;
    opacity: 0.8;
    right: 145px;
    top: 11px;
    display: none;
}

.my-dino-info {
    display: flex;
    align-items: center;
}

.my-coords {
    flex: 1;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.my-coords b {
    margin-left: 10px;
    cursor: pointer;
}

.my-coords i {
    margin-left: 10px;
    font-style: normal;
    color: #9E9E9E;
    font-size: 10px;
}

.update-btn {
    cursor: pointer;
    background: url(../../img/icons/refresh.svg) no-repeat center;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    opacity: 0.7;
}

.update-btn:hover {
    opacity: 1;
}

.block-content:hover .clear-coords {
    /* display: block; */
}

.clear-coords:hover {
    opacity: 1;
}

.map-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #9da8ad;
    display: flex;
    padding: 3px 8px;
    border-radius: 0 0 5px;
    color: #fff;
}

.map-tooltip div:last-child {
    margin-left: 4px;
}

.map-layer {
    cursor: pointer;
    background: #ededed66;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 8px;
    border: 1px dashed #9e9e9e9c;
    user-select: none;
}

.map-layer.showed {
    background: #ffc107d4;
    color: #fff;
    border: 1px dashed #d9a404;
}

#map-layer-areas, #map-layer-dinos, #map-layer-limits, #map-layer-sandbox {
    display: none;
}

.showed {
    display: block !important;
}

.block-coords .copy {
    position: absolute;
    background: url(../img/icons/copy-white.svg) no-repeat center;
    width: 24px;
    height: 24px;
    right: 105px;
    top: 4px;
    cursor: pointer;
    background-color: #8BC34A;
    padding: 15px;
    border-radius: 4px;
}

.block-coords .copy:hover {
    background-color: #7cad43;
}

.block-coords .copy.disabled, .block-coords .copy.disabled:hover {
    background-color: #9e9e9e;
    cursor: unset;
}

.block-coords .copy.paste {
    background: url(../img/icons/paste-white.svg) no-repeat center #ff9800;
}

.block-history {
    display: none;
}

.map-history {
    max-height: 200px;
    overflow-y: auto;
    background: #ededed66;
    padding: 5px 10px;
    border-radius: 4px;
}

.map-history .item {
    user-select: none;
    cursor: pointer;
    opacity: 0.8;
    font-size: 12px;
    padding: 2px 0;
    line-height: normal;
    position: relative;
}

.map-history .item:hover {
    opacity: 1;
}

.map-history .item i {
    display: none;
    position: absolute;
    top: 0;
    right: 4px;
    cursor: pointer;
    color: #FF5722;
    font-size: 12px;
    line-height: normal;
    font-style: normal;
}

.map-history .item.selected {
    font-weight: bold;
}

.map-history .item:hover i {
    display: block;
}

.map-history .item u {
    margin-left: 10px;
    text-decoration: none;
    font-weight: normal;
}

.map-history-tools, .map-history-devtools {
    margin-top: 5px;
    display: flex;
    user-select: none;
}

.clear-history,.clear-history-dev {
    cursor: pointer;
    color: #FF5722;
    font-size: 12px;  
    width: 50%;  
    text-align: left;
}

.copy-history, .copy-history-dev {
    cursor: pointer;
    color: #12c42a;
    font-size: 12px;
    width: 50%; 
    text-align: right;
}

.map-path, .map-custom-area {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.map-custom-area g polygon { 
    stroke-width: 3px;
    stroke: #f44336;
    stroke-dasharray: 10px;
    fill: #f443366b;
}

.map-path g line { 
    stroke-width: 3px;
    stroke: #fff;
    stroke-dasharray: 10px;
}

.map-bg-seasons {
    position: absolute;
}

.admin-search {
    display: flex;
    flex-wrap: wrap;
}

.search-status {
    display: none;
    width: 100%;
    margin-top: -15px;
    color: #FF5722;
}

#map_areas g.dead-zone {
    opacity: 0.4;
}

#map_areas g.dead-zone polygon {
    stroke-width: 3px;
    stroke: #FFC107;
    fill: #000000;
    stroke-dasharray: 12;
}

.dead-zone-ico {
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/icons/dead-zone.svg) repeat;
    margin-left: -20px;
    margin-top: -10px;
}

#map-layer-areas g.dead-zone polygon:hover {
    stroke-width: 3px;
    stroke-dasharray: 12;
}

.map-content:hover #map-layer-areas g.dead-zone polygon {
    stroke: #FFC107;
}

.update-btn.ajax-loading {
    animation: .6s linear 0s normal none infinite running rotate-animation;
}

#page-map .category-list a {
    padding: 5px 10px;
    margin-right: 0px;
}

.tp-label {
    font-size: 14px;
    background: #ffebae;
    border: 1px solid #FFC107;
    padding: 10px 15px;
    margin-bottom: 25px;
}

.sandbox-points {
    position: absolute;
    width: 870px;
    height: 870px;
    left: 0;
    top: 0;
}

.sandbox-points .snd-point {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    opacity: 0.8;
    cursor: pointer;
    background-color: #f78b8b;
    border: 2px solid #F44336;
    position: absolute;
    margin-left: -11px;
    margin-top: -11px;
}

.sandbox-points .snd-point:hover {
    opacity: 1;
    border: 5px solid #F44336;
}

#map-layer-sandbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

#sandboxDino option[value="0"] {
    font-weight: bold;
}

.widget-player {
    position: fixed;
    left: 50px;
    top: 140px;
    background: #fff;
    border: 2px solid #ededed;
    padding: 25px 25px;
    border-radius: 4px;
    font-size: 18px;
    box-shadow: 1px 1rem 1.1rem rgb(21 22 22 / 5%);
    width: 300px;
}

.w-dino-hp {
    background: #ffdedc;
    margin: 10px 0 0;
    height: 24px;
    position: relative;
    text-align: center;
}

.w-dino-hp-bg {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #F44336;
}

.w-dino-hp span {
    font-size: 14px;
    z-index: 2;
    position: relative;
}

.btn-data-refresh {
    margin: 20px 0 0;
    font-size: 14px;
    padding: 2px 10px;
}

.w-dino-effects {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 14px;
}

.w-dino-effects .bleed {
    display: none;
    color: #F44336;
    margin-right: 10px;
}

.w-dino-effects .broken {
    display: none;
    color: #795548;
    margin-right: 10px;
}

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

