/* Local css settings */
.leaflet-draw.leaflet-control {
    position: absolute;
    left: 40px;
    top: -3px;
    transform: scale(2);
    transform-origin: top left;
}

.leaflet-draw.leaflet-control .leaflet-draw-toolbar.leaflet-bar {
    border-color: red;
    animation-delay: 2s;
    animation-name: tada;
    animation-duration: 5s;
    animation-iteration-count: 2;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    1%,
    2% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    3%,
    5%,
    7%,
    9% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    4%,
    6%,
    8% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    10% {
        transform: scale3d(1, 1, 1);
    }
}


plans-page span.version {
    display: none !important;
}


ion-thumbnail .thumbnail.new ion-icon[name="flash"] {
    display: none;
}
