#measure-container {
    background-color: white;
    padding: 0.75rem 1rem;
    font-size: 14px;
    position: absolute;
    z-index: 100;
    border-radius: var(--border-radius);
    overflow: auto;
    min-width: 150px;
    margin-top: -2.1em;

    & .btn-close {
        position: absolute;
        right: 0.5rem;
        top: 0.5rem;
        font-size: 0.8em;
    }
}

#measure-button {
    display: block;
    margin: 1px;
    padding: 0;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: inherit;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: 0.4em;
    background-color: var(--color-primary);
    border: none;
    border-radius: 2px;
}