#header {
    background-color: #2a2a2a !important;
    color: white !important;
}

#branding {
    display: flex;
    align-items: center;
    gap: 10px;
}

#branding img {
    max-height: 50px;
}


.object-tools a.addlink {
    font-size: 20px !important;
    padding: 10px 20px !important;
    background-color: #28a745 !important;
    color: white !important;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none !important;
    border: 2px solid white !important;
}

/* Zmiana koloru po najechaniu */
.object-tools a.addlink:hover {
    background-color: #218838 !important;
    border: 2px solid #fff !important;
}

#id_total_plants_ha {
    background-color: #fff7cc !important;
    border: 2px solid #f1c40f !important;
    color: black !important;
}

#id_already_reported_ha {
    background-color: #ffd6d6 !important;
    border: 2px solid #e74c3c !important;
    color: black !important;
}