.sidebar {
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
    min-height: 100vh;
    padding: 20px;
}

.search-bar {
    margin-bottom: 20px;
}

.icon-buttons button {
    margin-right: 10px;
}

.sidebar {
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
    height: 100vh; /* Full height */
    padding-top: 20px;
}

.search-area {
    padding: 0 20px;
}

.contacts-list {
    overflow-y: auto; /* Enables scrolling if list is too long */
}

.contact-item {
    padding: 0 20px;
    transition: background-color 0.2s;
}

.contact-item:hover {
    background-color: #e9ecef;
}

.contact-icon {
    width: 40px; /* Size of the circle */
    height: 40px;
    background-color: #cccccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
}

.contact-info strong {
    display: block;
    color: #000;
}

.contact-info p {
    font-size: 0.8rem;
    color: #666;
}

/* You should add media queries to handle responsiveness */


/* Add more CSS here as needed to match the screenshot */
