/* file requested: /App_themes/default/TOC/css/toc-localedropdown.css */
/* file resolved: /App_themes/default/TOC/css/toc-localedropdown.css */
.languageselection {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.language-dropdown-bg {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.localeselector-label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-right: 8px;
    vertical-align: middle;
    letter-spacing: 0.5px;
}

.language-dropdown {
    padding: 0.25em 1em;
    border: 1px solid #d1e3ea;
    border-radius: 8px;
    background: #f6fcff;
    color: #1a237e;
    font-size: 1em;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    min-width: 220px;
    margin-left: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

    .language-dropdown:focus {
        border-color: #1a237e;
        box-shadow: 0 0 0 2px #d1e3ea;
    }

    .language-dropdown option {
        background: #fff;
        color: #1a237e;
    }

.toc-margin-esmx {
    margin-top: 29px !important;
}


#_fwLocaleSelector {
    font-size: 16px;
    color: #222;
    border: 1px solid #888;
    border-radius: 9px;
    padding: 8px 12px; /* Increase vertical and horizontal padding */
    background: #fff;
    font-weight: normal;
    outline: none;
    min-width: 160px;
    min-height: 40px; /* Ensures a minimum height */
    margin-left: 0;
    box-shadow: none;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    line-height: 1.4;
}
