.elg-temp-search-button {
    display: flex;
    max-width: 1680px;
    margin: auto;
    flex-direction: column;
    width: 100%;
}
.elg-temp-search-button__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f2f2f2;
    height: 50px;
    border-radius: 10px;
    margin: 8px 0;
    flex: 1;
}

.elg-temp-search-button__container-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.elg-temp-search-button__container-flex__text {
    color: #707070;
    background-color: rgba(0,0,0,0);
    border-style: none;
    outline: 2px solid rgba(0,0,0,0);
    outline-offset: 2px;
    width: 96%;
    font-size: 15px;
    line-height: 21px;
}

.elg-temp-search-button__container-flex__barcode {
    display: flex;
    max-width: 1680px;
    margin: auto;
    flex-direction: column;
}
.elg-temp-search-button__container-flex__barcode__container {
    font-size: 14px;
    line-height: 20px;
    padding: 6px;
    text-align: center;
    border-radius: 100%;
    color: #8d8d8d;
    background-color: #b7f5f0;
    margin-left: 8px;
}

.elg-temp-search-button__container-flex__microphone {
    display: flex;
    max-width: 1680px;
    margin: auto;
    flex-direction: column;
}

.elg-temp-search-button__container-flex__microphone__container {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 10px;
    text-align: center;
    border-radius: 100%;
    color: #8d8d8d;
    background-color: #b7f5f0;
    margin-left: 8px;
}


div#elg-temp-search {
    display: none;
}

.og-search-button__container-flex{
    border: 1px solid black;
    padding: 10px 20px;
    gap: 10px;
}

.og-search-button__container-flex__text {
    color: black !important;
}

.og-search-button__container-flex::after {
    content: "";
    display: block;
    background-image: url("../icons/icon-search.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 25px;
}

@media only screen and (max-width: 1023px) {
    .og-search-button__container-flex {
        border:none;
        padding: 0;
    }

    .og-search-button__container-flex__text{
        display: none;
    }
}

.og-search-button{
    padding: 0px !important;
}

.og-search-button__container{
    padding: 0px !important;
}
