#mod_ceb_muell-abc{

    .muell_abc_container{

        #searchInput{
            padding-left: 40px;
            background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.27 21.13"><path d="M14.28 12.69a7.59 7.59 0 0 0 1.54-5.61A7.822 7.822 0 0 0 8.72.29C4.47-.12.69 2.99.29 7.24c-.41 4.23 2.67 7.99 6.9 8.43 2.01.25 4.03-.29 5.66-1.49l6.43 6.38c.36.4.98.42 1.38.06l.06-.06c.4-.37.42-.98.06-1.38l-.06-.06-6.43-6.43Zm-5.2.92c-3.08.5-5.99-1.59-6.5-4.67-.1-.64-.1-1.28.02-1.92a5.662 5.662 0 0 1 9.56-3.03 5.649 5.649 0 0 1 1.55 4.99 5.723 5.723 0 0 1-4.63 4.63Z" style="fill:%233f3f3e"/></svg>');
            background-repeat: no-repeat;
            background-size: 20px 20px;
            background-position-y: center;
            background-position-x: 10px;
        }

        .waste_entrys_container{

            .entry{
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 10px;

                &.hidden{
                    display: none;;
                }

                .waste_type{
                    display: flex;
                    flex-direction: column;
                    gap: 10px;

                    .waste_name{
                        font-weight: bold;
                    }

                    .waste_synonyms{
                        font-size: 0.8rem;
                    }
                }

                .method_link{
                    display: flex;
                    align-items: center;
                    gap: 10px;

                    .icon_container{
                        width: fit-content;
                    }
                }
            }
        }
    }
}