.container-list-cats {
    display: flex;
    flex-wrap: wrap;
}
.presenze-box-cat {
    margin: 10px;
    width: auto;
    height: 300px;
    border: 4px solid #ccc;
    text-align: center;
    cursor: pointer;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(max-width: 768px){
    .presenze-box-cat {
        height: 200px;
    }
}
.presenze-box-cat span{
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #000;
    font-size: 1rem;
    background-color: #eaeaea;
    width: 100%;
}
.presenze-box-cat img {
    width: 100%;
    height: auto;
}
.selected {
    border-color: green;
    background-color: #e0ffe0;
}
.checkbox {
    position: absolute;
    top: 5px;
    left: 5px;
    transform: scale(1.5);
}
.container-body-presenze .text-result{
    color: red;
    font-weight: bold;
}

.pulsante-submit-presenze-email{
    background-color: var(--red-color-miciamici);
    color: #fff;
    font-weight: bold;
    border: 0px;
    padding: 10px 15px;
    border-radius: 6px;
}

.container-presenze-afterlogin .titolo-body-presenze{
    display: inline-block;
    width: fit-content;
}
.container-presenze-afterlogin .btn-logout{
    width: fit-content;
    display: inline-block;
}
.container-presenze-afterlogin .btn-logout button{
    background-color: var(--red-color-miciamici);
    color: #fff;
    font-weight: bold;
    border: 0px;
    padding: 8px 12px;
    border-radius: 6px;
    margin-left: 10px;
}
.btn-send-presenze{
    background-color: #026a12;
    color: #fff;
    font-weight: bold;
    border: 0px;
    padding: 10px 15px;
    border-radius: 6px;
}

.search-cats-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}

#searchCats {
    flex: 1;
    padding: 10px;
    font-size: 16px;
}

#clearSearch {
    background: var(--red-color-miciamici);
    border: none;
    padding: 12px 14px;
    cursor: pointer;
    border-radius: 6px;
    color:#fff
}

.colonia-title {
    margin: 30px 0 15px;
    font-weight: bold;
}