.container-categories {
    background-color: rgba(255,255,255,0.88) !important;
    border-radius: .3em !important;
}


.div-button-popup {
    margin-bottom: 10%;
    justify-content: center;
}
.l-popup-div:hover {
    cursor: pointer;
}

/*.noPlaces {*/
/*    color: var(--cares-error-red);*/
/*}*/

/*.selected-category {*/
/*    font-size: medium;*/
/*}*/

/*#container-filter {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: end;*/
/*}*/

/*#form-sel {*/
/*    border-radius: 0;*/
/*    float: left;*/
/*    width: 40%;*/
/*}*/

/*#form-sel:focus {*/
/*    border-color: var(--cares-light-gray);*/
/*    box-shadow: none;*/
/*}*/
/*#text-category {*/
/*    float: left;*/
/*    width: 40%;*/
/*    margin: 0 !important;*/
/*}*/


.button-category {
    font-size: .9rem !important;
    border-radius: .3rem !important;
    border-color: #cbc8c8;
    background-color: white;
    color: var(--cares-text-dark-light);
    transition: none !important;
    /*transition: all .8s ease-in-out;*/
    /*transition-duration: .8s;*/
}


.button-category:focus, .button-category:visited .button-category:active {
    background-color: white;
    border-color: #cbc8c8;
    outline: none;
    box-shadow: none;
    color: var(--cares-text-dark-light);
}

.button-category:hover {
    /*border-color: #cbc8c8;*/
    /*background-color: var(--cares-green-super-ligth) !important;*/
    background-color: white;
    color: var(--cares-text-dark-light);
    /*outline: none;*/
    box-shadow: inset 0px 0px 0px 2px var(--cares-text-dark-light) !important;
}

.activeButtonCategory {
    /*background-color: var(--cares-green-super-ligth) !important;*/
    /*border-color: var(--cares-green-light) !important;*/
    /*box-shadow: inset 0px 0px 0px 2px var(--cares-green-light) !important;*/

    border-color: var(--cares-text-dark-light) !important;
    box-shadow: inset 0px 0px 0px .5px var(--cares-text-dark-light) !important;
}
.activeButtonMainCategory {
    background-color: var(--cares-green-super-ligth) !important;
    /*border-color: var(--cares-green-light) !important;*/
    /*box-shadow: inset 0px 0px 0px 2px var(--cares-green-light) !important;*/

    border-color: var(--cares-text-dark-light) !important;
    box-shadow: inset 0px 0px 0px .5px var(--cares-text-dark-light) !important;
}
.filledButtonCategory {
    /*background-color: var(--cares-green-super-ligth) !important;*/
    /*border-color: var(--cares-green-light) !important;*/
    /*box-shadow: inset 0px 0px 0px 2px var(--cares-green-light) !important;*/
    border-color: var(--cares-text-dark-light) !important;
    box-shadow: inset 0px 0px 0px 2px var(--cares-text-dark-light) !important;
}


/*.marker-cluster div {*/
/*    !*background-color: rgba(236, 137, 137, 0.85);*!*/
/*    border-radius: 50%;*/
/*    text-align: center !important;*/
/*    display: flex !important;*/
/*    justify-content: center !important;*/
/*    align-items: center !important;*/
/*}*/

/*.h5noMargin {*/
/*    margin: 0 !important;*/
/*}*/

.open-menu:hover {
    cursor: pointer;
}

.change-menu {
    cursor: pointer;
    width: fit-content;
    text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Icons */

.tic-icon {
    max-width: 25px;
}

.category-icon {
    max-width: 25px;
}

.legend-icon {
    max-width: 20px !important;
    min-width: 20px !important;
}

.toggle-icon {
    max-width: 25px;
    min-width: 25px;
    transition-duration: 700ms;
}

.toggle-icon-sm {
    max-width: 20px;
    min-width: 20px;
    transition-duration: 700ms;
}

.toggle-icon-rotated {
    transform: rotate(180deg);
}

.toggle-icon:hover {
    cursor: pointer !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Avatar */
#avatar-map {
    margin: .15em .5em .15em .15em;
    padding: .4em;
    border-radius: 0.25em;
}

.avatar-map-div:hover{
    cursor: pointer;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/*#mappafabio {*/
/*    !*height: calc(100vh - 550px);*!*/
/*}*/

/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * *   Media screen max-width 1000px  * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
@media screen and (max-width: 1300px) {
    .avatar-map-div {
        display: block !important;
        text-align: center;
    }
    .avatar-map-div h6 {
        margin-bottom: .5em !important;
    }
}

@media screen and (max-width: 1000px) {
    #container-filter {
        display: block;
    }
}

@media (max-width: 575px) {
    .button-category, .button-classic, button {
        font-size: .8rem !important;
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    input {
        font-size: .8rem !important;
    }
    h5, h6 {
        font-size: 1.1rem !important;
    }
    h4{
        font-size: 1.2rem !important;
    }
    h3{
        font-size: 1.3rem !important;
    }
    h2{
        font-size: 1.4rem !important;
    }
    h1{
        font-size: 1.4rem !important;
    }
}


@media (max-width: 419px) {
    .button-category, .button-classic {
        font-size: .7rem !important;
    }

}