/* / Desktops and large screens / */
/* @media only screen and (min-width: 1367px) {

} */
/* / Small laptops or large tablets / */
/* @media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .res-list .friend-list-bg img {
        min-width: 165px;
        width: 100%;
    }
    .new-profile-section-changes-cs .private-button span {
        font-size: 12px;
    }
    .private-button{
        padding: 3px 5px;
    }
    .new-profile-section-changes-cs .notification-icon {
        padding: 6px;
    }
    .new-profile-section-changes-cs .edit-icon {
        margin-left: 4px;
    }
    .new-profile-section-changes-cs .notification-btn{
        padding: 6px 7px;
    }
    .new-profile-section-changes-cs .edit-icon {
        margin-left: 4px;
    }
} */
/* / Tablets in portrait and landscape mode / */
/* / Mobile devices (portrait and landscape) / */
/* @media only screen and (max-width: 767px) {
    .res-list{
        margin-bottom: 20px;
    }
    .res-list .friend-list-bg img{
        max-width: 145px;
        min-width: 145px;
        width: 100%;
    }
     .right-now-vibe-check {
        display: grid;
    }
    .vibe-check-buttons .btn{
        margin-bottom: 10px;
    }
    .right-now-text {
        margin-bottom: 10px;
    }
    .res-friend-list {
        margin-bottom: 0px; 
    }
    .vibe-boxes-cs {
        display: block;
        gap: 5px;
    }
    .res-profile-button {
        margin-right: 0px;
    }
} */