.count-groups {
    background-color: rgb(64 58 58 / 20%);
    text-align: center;
    color: black;
    padding: 10px;
    cursor: pointer;
}

#user-presentation-modal-sumasuma .count-groups {
    height: 40px;
    width: 40px;
    padding: 5px;
}

.otros-espacios-comunitarios {
    position: absolute;
    left: 40%;
    top: 75px;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
    color: black;
    z-index: 10;
    width: 55%;
    display: none;
}

.otros-espacios-comunitarios a {
    color: black;
}

.otros-espacios-comunitarios .row {
    padding: 5px;
}

.community-spaces-container .row .col-2 {
    width: 20%;
}

.list-team-user-modal .container .row .col-2 {
    padding: 0px 5px;
}

.list-team-user-modal .container .row .otros-espacios-comunitarios {
    top: 50%;
    left: 50%;
    width: 40%;
    box-shadow: 0px 1px 8px 1px rgb(207 199 185) !important;
}

.community-spaces-container .space-selected {
    outline: 3px solid #FFF;
    box-shadow: 0 0 0 6px #a2eeff !important;
}

.community-spaces-container .space-selected-triangle {
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 10px solid #a2eeff;
    margin-left: 18px;
}

.suggestions_spaces {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
}

.community-space-href {
    position: relative;
}

.admin-badge {
    position: absolute;
    right: 0px;
    background-color: #fef9f0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    color: #000;
}

.admin-badge span {
    top: -5px;
    position: inherit;
    right: 3px;
}

img.logo-mobile-community{
    height: max-content;
}

#menu-sumapanelmobile {
    .comunity-space-menu-mobile {
        padding-bottom: 20px;
    }

    .community-spaces-container .row .col-2 {
        width: 40px;
        height: 40px;
    }

    .community-space-href {
        margin-top: -13px;
        position: relative;
    }

    .count-groups {
        height: 40px;
    }

    .otros-espacios-comunitarios {
        width: 100%;
        left: 0;
    }
}

.scrollable-div {
    height: 400px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #a2eeff #f0f0f0;
}

.scrollable-div::-webkit-scrollbar {
    width: 12px;
}

.scrollable-div::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.scrollable-div::-webkit-scrollbar-thumb {
    background-color: #a2eeff;
    border-radius: 20px;
    border: 3px solid #f0f0f0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .list-team-user-modal .container .row .otros-espacios-comunitarios {
        top: 70%;
        left: 10%;
        width: 80%;
        box-shadow: 0px 1px 8px 1px rgb(207 199 185) !important;
    }

    .container-mobile-round-groups a.community-space-href img{
        width: 35px;
        height: 35px;
    }
    
    .container-mobile-round-groups div.title-mobile-round-groups {
        font-size: 10px;
    }

    .container-mobile-round-groups .row .col-2{
        margin: 0px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .list-team-user-modal .container .row .otros-espacios-comunitarios {
        box-shadow: 0px 1px 8px 1px rgb(207 199 185) !important;
    }

    .container-mobile-round-groups a.community-space-href img{
        width: 35px;
        height: 35px;
    }

    .container-mobile-round-groups div.title-mobile-round-groups{
        font-size: 12px;
    }

    .container-mobile-round-groups .row .col-2{
        margin: 0px;
    }
}