.input-with-eye {
    position: relative;
}

.eyes-container {
    position: absolute;
    top: 32px;
    right: 6px;
}

.eyes-container--move {
    right: 32px !important;
}

.eyes-container .fa-eye {
    display: none;
    position: absolute;
    right: 0px;
}

.eyes-container .fa-eye, .eyes-container .fa-eye-slash {
    cursor: pointer;
    color: grey;
}

.eyes-container .fa-eye:hover, .eyes-container .fa-eye-slash:hover {
    color: black;
}

.influencer-search-wrapper {
    position: relative;
}

.influencer-suggestions {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 20;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    max-height: 280px;
    overflow-y: auto;
    text-align: left;
}

.influencer-suggestion {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    background: none;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    text-align: left;
}

.influencer-suggestion:last-child {
    border-bottom: none;
}

.influencer-suggestion:hover,
.influencer-suggestion:focus {
    background-color: #f8f9fa;
}

.influencer-suggestion img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.influencer-suggestion span {
    color: #212529;
    font-weight: 500;
}
