:root {
    color-scheme: dark;
}


body, html {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    cursor: grab;
}

.object {
    position: absolute;
}

.object a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
}

.item-head a, .item-head img {
    margin: 0 !important;
    padding: 0 !important;
}

.object.npc[data-type="4"] {
    pointer-events: none;
}

.npc {
    display: flex;
    justify-content: center;
}

.npc-emo-wrapper {
    width: 24px;
    height: 24px;
    background: url("https://micc.garmory-cdn.cloud/obrazki/interface/emo/speech_bubble.gif");
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -24px;
    pointer-events: none;
}
.npc-emo-wrapper.npc-emo-wrapper-no-bg {
    background: none;
}
.npc-emo-wrapper img {
    position: unset;
}
.npc-emo-kill-timer {
    background: rgba(0, 0, 0, 0.6);
    font-size: 11px;
    padding: 3px;
    line-height: 11px;
    height: 10px;
}

