﻿body {
    height: 100vh;
}

#pothole-map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#btn-capture {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 2em;
    width: 100%;
    height: 75px;
    border: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: var(--primary-color);
    color: white;
    z-index: 1000;
}

.leaflet-popup-content {
    margin: 20px;
}

.btn-toggle {
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 1000;
}

.btn-report {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}