body {
    font-family: Verdana, sans-serif;
}

.pm-tooltip-blue,
.pm-tooltip-gray  {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    font-family: Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.7);
    background-color: transparent;
    border: none;
    text-shadow: 0 0 3px #FFF;
    cursor: pointer;
    color: #8a8a8a;
    box-shadow: none;
    pointer-events: none;
    max-width: 450px;
    white-space: wrap;
    text-align: center;

}

.pm-tooltip-blue {
    color: #002758;
    text-shadow: 0 0 3px #FFF;

}



.pm-tooltip-gray::before,
.pm-tooltip-gray::after,
.pm-tooltip-blue::before,
.pm-tooltip-blue::after {
    display: none;
}

.app__header {
    min-height: 300px;
}



.btn-primary {
    background-color: #002b59;
    border-color: #002b59;
}

.btn-outline-primary {
    color: #002b59;
    border-color: #002b59;
    border-width: 2px;
}

.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover {
    background-color: #52ABE9 !important;
    border-color: #52ABE9 !important;
    color: #FFF !important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    background-color: #52ABE9 !important;
    border-color: #52ABE9 !important;
}

.js-pm-text-step-title {
    font-weight: 900;
}

.js-pm-text-step-note {
    font-size: 12px;
}


@media screen and (max-width: 767px) {
    body[data-type="form"] .app__sidebar {
        flex-basis: 100%;
    }

    body[data-step="0"]:not(.is-mobile-draw-mode) .app__sidebar,
    body[data-step="1"]:not(.is-mobile-draw-mode) .app__sidebar,
    body[data-step="2"]:not(.is-mobile-draw-mode) .app__sidebar {
        flex-basis: 340px;
    }

    body.is-mobile-draw-mode .drawButton {
        border-radius: 4px;
        padding: 7px 0.5rem;
    }

    body.is-mobile-draw-mode .drawButton svg {
        margin-right: 1rem;
    }

    body.is-mobile-draw-mode .drawButton__text {
        display: inline-block;
    }

    .leaflet-popup-content .custom-control-label {
        font-size: 12px;
    }
    .leaflet-popup-content .form-group {
        margin-bottom: 1rem;
    }
    .leaflet-popup-content textarea {
        height: 60px;
    }
}