.permission {
    background-color: #f3f2ef;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.reverse-btn {
    color: #0d6efd;
    background-color: #f3f2ef;
}

.reverse-btn:hover {
    color: #0b5ed7;
    background-color: #f3f2ef;
}

.minus-btn {
    color: #dc3545;
    background-color: #f3f2ef;
}

.minus-btn:hover {
    color: #bb2d3b;
    background-color: #f3f2ef;
}

.user-connections-cards{
    border-radius: 5px;
    background-color: white !important;
    box-shadow: 0px 0px 4px #888888 !important;
    position: relative !important;
    width: 100%;
    transition-property: margin-bottom;
    transition-duration: 1s;
}

.user-connections-cards:hover {
    margin-bottom: 1rem !important;
}

.user-connections-cards div.img-profile{
    border-radius: 50%;
    width: 3.8rem;
    height: 3.8rem;
    background-color: black;
    position: absolute;
    top: 2.5rem;
    left: 1.5rem;
}


