.base_resp {
    border-radius: .5rem;
    background: #fff;
    -webkit-box-shadow: 1px 2px 4px 0 rgba(21,99,157,.16);
    box-shadow: 1px 2px 4px 0 rgba(21,99,157,.16);
    -webkit-transition: all .15s ease;
    -moz-transition: ease all .15s;
    -o-transition: ease all .15s;
    -ms-transition: ease all .15s;
    transition: all .15s ease;
    border: 1px solid #e7ebee;
}
.base_resp:hover {
    -webkit-box-shadow: 0 0 0 1px #ced4da;
    box-shadow: 0 0 0 1px #ced4da;
    /* border: 1px solid #92d5ff; */
}
.base_resp_active {
    -webkit-box-shadow: 0 0 0 1px #17a2b8;
    box-shadow: 0 0 0 1px #17a2b8;
    /* border: 1px solid #92d5ff; */
}
.avatar_resp{
    height: 100px  !important;
    width: 100px !important;
    object-fit: cover;
}