/*SPDX-FileCopyrightText: 2023 Haiko Schol*/
/*SPDX-License-Identifier: GPL-3.0-or-later*/

/*This program is free software: you can redistribute it and/or modify*/
/*it under the terms of the GNU General Public License as published by*/
/*the Free Software Foundation, either version 3 of the License, or*/
/*(at your option) any later version.*/

/*This program is distributed in the hope that it will be useful,*/
/*but WITHOUT ANY WARRANTY; without even the implied warranty of*/
/*MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the*/
/*GNU General Public License for more details.*/

/*You should have received a copy of the GNU General Public License*/
/*along with this program. If not, see <https://www.gnu.org/licenses/>.*/

#cattos {
    width: 100%;
    height: 85vh;
}

.leaflet-popup-content img {
    max-width: 100%;
    max-height: 100%;
}

.container-fluid {
    padding-top: 0;
}

.popup-footer {
    display: flex;
    justify-content: space-between;
}

.popup-footer div {
    margin-top: 1em;
    flex-basis: 80%;
}

.popup-footer button {
    margin: 0.5em 0 0 0;
    padding: 0;
    border: 0;
    background-color: white;
    width: 2em;
    height: 2em;
}

:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.icon {
    display: block;
    width: 2em;
    height: 2em;
}

.fav-img {
    max-width: 400px;
}

.fav-card {
    max-width: fit-content;
    float: left;
    margin-top: 0;
    margin-right: 2em;
}

.error {
    color: red !important;
}
