.highlight {
    background-color: #E4E6EF;
}

#spinner_panel {
    position: fixed;
    z-index: 1000;
    margin: 0;
    padding: 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#spinner-pin {
    z-index: 999;
    height: 25px;
    left: 50%;
    top: 37%;
    transform: translate(-50%, 21%);
}

#close_spinner_panel {
    top: 0;
    right: 10px;
}

.pin-ring {
    width: 25px;
    height: 25px;
    border: solid white 2px;
    position: absolute;
    border-radius: 100%;
    left: 59px;
    top: 61px;
}

#spinner-result {
    position: absolute;
    bottom: 3px;
    font-size: 20px;
    bottom: -7px;
    left: 10px;
}