.font1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.font2{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

body{
    background-image: linear-gradient(black, #003566, #2a6f97);
    height: 100vh;
}
.hidden {
    display: none;
}

.navbar{
    background-color: #000814;
}
.report {
    color:white;
}

.report-title{
    color: red;
}
.hotline-title{
    color: red; 
}
.hotline{
    color:#FFB703;

}

.bookmark-title{
    color: green;
}

.form-group {
    color: white;
}
#reportForm .bookmark{
    color:white;
    
}

#report-success {
    text-align: center;
    padding: 20px;
    background: #43B7E7;
    color: white;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#map {
    height: 600px;
    width: 100%;
}

#legend {
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    /* Adjust as needed */
    left: 20px;
    /* Adjust as needed */
    transition: opacity 0.3s ease;
    opacity: 0;
}

.legend-item {
    margin-bottom: 5px;
}

.legend-color {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
