.Header__searchAndChat {
    display: flex;
    align-items: center; /* This aligns the items vertically in the center */
}

.chatbot-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px; /* Optional: add space between the icon and the search box */
}
