/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 
 .eca-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.eca-popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    width: 300px;
}

#eca-language-select {
    margin-bottom: 10px;
    width: 100%;
    padding: 5px;
}

#eca-translate-btn svg{
    cursor: pointer;
}

#eca-popup-translate-btn {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

#eca-popup-translate-btn:hover {
    background-color: #005a8c;
}

#eca-popup-error {
    color: #940808;
    margin-bottom: 10px;
}

li#eca_language_switcher_meta_box {
    display: block;
}