body {
    font-family: Verdana, sans-serif;
}

.app__header {
    min-height: 300px;
}


.app__title {
    font-size: 1.75rem;

}


.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;
    }
}


#legend {
    position: fixed;
    font-size: 14px;
    background-color: #FFF;
    bottom: 1rem;
    left: 1rem;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.legend-line {
    height: 5px;
    width: 30px;
    display: inline-block;
}


@media screen and (max-width: 767px) {

    #legend {
        display: none;
    }

    body.is-mobile-draw-mode #legend {
        font-size: 12px;
        display: block;
        top: 1rem;
        bottom: auto;
        transform: translateX(-50%);
        left: 50%;
    }
}

.app__headerLogo {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.app__header:after {
    height: 100%;
}