/* ============================================================
   PORTAL TI - I18N / SELECTOR DE IDIOMA
   Archivo: wwwroot/css/portal-ti-i18n.css
   ============================================================ */

.ti-language-form {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.ti-language-select {
    min-width: 76px;
    height: 36px;
    border-radius: 12px !important;
    border: 1px solid #dbe4f0 !important;
    background-color: #ffffff !important;
    color: #0f172a !important;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .04);
    cursor: pointer;
}

.ti-language-select:focus {
    border-color: #93c5fd !important;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .10) !important;
}

.ti-auth-language-form {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 50;
}

.ti-auth-language-form .ti-language-select {
    background-color: rgba(255, 255, 255, .92) !important;
    backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
    .ti-topbar-actions .ti-language-form {
        order: -1;
    }

    .ti-language-select {
        min-width: 68px;
        height: 34px;
        font-size: 11.5px;
    }

    .ti-auth-language-form {
        top: 12px;
        right: 12px;
    }
}
