.search-icon {
    cursor: pointer;
}

.search-icon img {
    width: 20px;
}

.container-search-input {
    position: absolute;
    background-color: var(--e-global-color-edee205);
    top: 33px;
    left: -273px;
    border-radius: 5px;
    padding: 0.5rem;
    width: 304px;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.search-wrapper form {
    width: 100%;
}

.search-wrapper input::placeholder {
    font-family: 'Calibri', sans-serif;
    font-size: 1rem;
    color: var(--e-global-color-6d08fe0);
}

.search-input {
    width: 100%;
    padding-right: 2rem; /* Espaço para o ícone */
}

.search-wrapper button {
    position: absolute;
    right: 0.8rem;
    top: 5px;
}

.search-icon-input {
    position: absolute;
   
    width: 1rem;
    height: 1rem;
    background: url(./../images/search-icon-input.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}