.like-container {
    position: relative;
    display: inline-block;
}
.like-button {
    padding: 5px 8px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #efefef;
}
.noaction{
    background: #efefef;
    color: black;
}
.action{
    background: #1877f2;
    color: white;
}
.like-button img {
    max-width: 20px;
    max-height: 20px;
}

.emojis {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 5px;
    white-space: nowrap;
}

.emojis span {
    font-size: 24px;
    padding: 5px;
    cursor: pointer;
}
.emojis span img {
    max-width: 20px;
    max-height: 20px;
}
.emojis span:hover {
    transform: scale(1.2);
}

.like-container:hover .emojis {
    display: flex;
    gap: 10px;
}


.people1 {
    max-height: 30px;
    max-width: 30px;
    margin-right: 5px;
}

.ui-datepicker {
  z-index: 1056 !important;
}