.collection-item:hover
{
    cursor: pointer;
    background-color: #35a77a78 !important;
}

.collection-item 
{
    text-transform: lowercase;
}

.collection-item::first-letter 
{
    text-transform: uppercase;
}

#autocomplete-input 
{
    text-align: center;
}

td, th 
{
    text-align: center;
}

td
{
    padding: 5px 5px;
}

.flag-en { background-image: url('https://flagcdn.com/w40/gb.png'); height: 21px !important; }
.flag-it { background-image: url('https://flagcdn.com/w40/it.png'); height: 27px !important; }
.flag-fr { background-image: url('https://flagcdn.com/w40/fr.png'); height: 27px !important; }
.flag-ar { background-image: url('https://flagcdn.com/w40/sa.png'); height: 28px !important; }
.flag-gr { background-image: url('https://flagcdn.com/w40/gr.png'); height: 28px !important; }
.flag-de { background-image: url('https://flagcdn.com/w40/de.png'); height: 27px !important; }
.flag-es { background-image: url('https://flagcdn.com/w40/es.png'); height: 28px !important; }
.flag-ua { background-image: url('https://flagcdn.com/w40/ua.png'); height: 28px !important; }

#Lang_Dict_1 
{
    display: flex;
    font-size: 1.2em;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    align-items: center;
    width: fit-content;
    color: black;
    transition: 0.5s;
    background-color: #e7e9e8;
}

#Lang_Dict_1:hover 
{
    background-color: #aadfb8;
    transition: 0.5s;
}

#Lang_Dict_2
{
    display: flex;
    font-size: 1.2em;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    align-items: center;
    width: fit-content;
    color: black;
    transition: 0.5s;
    background-color: #e7e9e8;
}

#Lang_Dict_2:hover 
{
    background-color: #aadfb8;
    transition: 0.5s;
}

.language_header 
{
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.btn_voice
{
    font-size: 1em;
    border: none;
    background-color: #e7e9e8;
    transition: 0.25s;
    border-radius: 0.3em;
}

.btn_voice:hover 
{
    cursor: pointer;
    transform: scale(1.3);
    transition: 0.25s;
    background-color: #aadfb8;
}

img.materialboxed
{
    min-height: 70px;
}

.voice_icon 
{
    font-size: 1.7em;
    vertical-align: middle;
}

button:focus
{
    background-color: #e7e9e8;
}

.icon_lexique 
{
    font-size: 2.2em;
}

.material-placeholder 
{
    display: flex;
    justify-content: center;
}

.collapsible-header 
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    gap: 1em;
}

.header_icon
{
    font-size: 2em !important;
}

.input-field 
{
    position: relative;
    margin-top: 3rem;
    margin-bottom: 2rem;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width : 100px) and (max-width : 600px) 
{
    .flag 
    {
        margin-right: 0px !important;
        margin-top: 5px;
    }
    #Lang_Dict_1, #Lang_Dict_2
    {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .voice_icon 
    {
        font-size: 1.5em;
        vertical-align: middle;
    }
    .container 
    {
        max-width: 100%;
    }
    .input-field 
    {
        width: 90%;
    }
}

@media screen and (min-width : 601px) and (max-width : 992px) 
{
    .flag 
    {
        margin-right: 0px !important;
        margin-top: 5px;
    }
    #Lang_Dict_1, #Lang_Dict_2
    {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .voice_icon 
    {
        font-size: 1.5em;
        vertical-align: middle;
    }
    .container 
    {
        max-width: 100%;
    }
    .input-field 
    {
        width: 70%;
    }
}