.sidebar-footer a {
    width: 100% !important;
}

.profile_info span {
    font-size: 12px !important;
}

/* Quitar iconos automáticos de validación */
input.is-valid,
input.is-invalid {
    background-image: none !important;
    padding-right: 2.5rem !important;
}

/* Bordes de validación */
input.is-valid {
    border-color: #28a745 !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

input.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

input.form-control {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Iconos alineados a la derecha sin moverse */
.icon-field {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #999; /* gris por defecto */
    transition: color 0.3s ease;
    z-index: 2;
}

    .icon-field.text-success {
        color: #28a745 !important;
    }

    .icon-field.text-danger {
        color: #dc3545 !important;
    }

/* Error debajo sin afectar layout */
.invalid-feedback {
    font-size: 0.75rem;
    color: #dc3545;
    position: absolute;
    bottom: -2.2em;
    left: 0;
    width: 100%;
    text-align: left;
}

.form-group {
    position: relative;
    margin-bottom: 20px !important;
    /*margin-bottom: 2.5rem;  espacio para error sin empujar */
}

.bootstrap-select.is-invalid .dropdown-toggle {
    border-color: #dc3545;
}

.bootstrap-select.is-valid .dropdown-toggle {
    border-color: #28a745;
}

/* Tamaño y centrado por defecto */
.logo-expanded,
.logo-collapsed {
    display: block;
    margin: 0 auto;
}

/* Oculta el mini logo por defecto */
.logo-collapsed {
    display: none;
}

/* Logo normal (expandido) */
.logo-expanded {
    height: 30px;
}

/* Logo mini (colapsado) */
.logo-mini {
    height: 40px; /* más grande */
    width: 40px;
    border-radius: 50%; /* redondo */
    object-fit: cover;
}

/* Mostrar solo el logo mini al colapsar */
body.nav-sm .logo-expanded {
    display: none;
}

body.nav-sm .logo-collapsed {
    display: block;
}


/*   OCULTAR COMPONENTES  */
.secure-hidden {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
}




/* Hacer el icono lucir integrado al input */
.input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append .input-group-text {
    background-color: transparent;
    border: 1px solid #ced4da;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Trunca el texto largo del venue sin romper el navbar */
.top-venue-text {
    max-width: 280px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Ajustes responsivos */
@media (max-width: 992px) {
    .top-venue-text {
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .top-venue-text {
        max-width: 150px;
    }
}

@media (max-width: 480px) {
    .top-venue-text {
        display: none;
    }
    /* en móvil deja solo el ícono */
}

/* Apariencia de los botones de idioma dentro del dropdown */
.dropdown-menu .currency-btn.btn {
    padding: 3px 8px;
    line-height: 1.2;
}

.dropdown-menu .currency-btn.active {
    box-shadow: inset 0 0 0 1px #337ab7;
}





/* Navbar */
.top_nav .nav_menu {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}

.user-profile img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

/* Responsive Venue text */
.top-venue-text {
    max-width: 200px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

/* Idioma activo */
.btn-outline-secondary.active {
    background-color: #2a3f54 !important;
    color: #fff !important;
    border-color: #fff !important;
}



/* fueente daypass */
body,
html {
    font-family: 'DM Sans', sans-serif !important;
}

    /* fondo blanco */
    body .container.body .right_col {
        background: #ffffff !important;
    }



/* estilos de boton de cambio de idioma para login  */

.lang-wrapper {
    position: relative;
    display: inline-block;
}

/* Botón */
.tsl {
    background: transparent;
    border: 1px solid #ddd;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

/* Menú */
.wnv {
    position: absolute;
    top: 110%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: none;
    flex-direction: column;
    min-width: 120px;
    z-index: 9999;
}

    /* Estado abierto */
    .wnv.open {
        display: flex;
    }

    /* Opciones */
    .wnv button {
        background: none;
        border: none;
        padding: 10px;
        text-align: left;
        cursor: pointer;
        width: 100%;
    }

        .wnv button:hover {
            background: #f2f2f2;
        }

/* MOBILE */
@media (max-width: 768px) {
    .wnv {
        left: 0;
        right: auto;
    }
}




.top_nav,
.nav_menu {
    border: none !important;
    box-shadow: none !important;
}





.site_title {
    height: 38px; /* tamaño REAL del logo */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

    .site_title img {
        height: 100%;
    }

/* Altura general basada en el logo */
.top_nav,
.top_nav .nav_menu {
    height: 38px;
}

    /* Items del navbar */
    .top_nav .navbar-right > li {
        height: 38px;
        display: flex;
        align-items: center;
    }

.nav.toggle a {
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-profile {
    height: 38px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.btn-search {
    background-color: #203dd6 !important;
    border-color: #203dd6 !important;
}