

/* ============================================
   POP UP INICIO DE SESION PAGINA LIVES
   ============================================ */

#yith-welrp, .yith-welrp-overlay {
    z-index: 5000000;
}



/* Monitor de Subastas - Estilos Básicos */

/* Contenedor principal */
/*.monitor-container {*/
    /*position: fixed;*/
    /*bottom: 20px;*/
/*    right: 1px;*/
/*    z-index: 9999;*/
    /*width: 300px;*/
    /*max-height: 400px;*/
/*    overflow-y: auto;*/
/*    background: white;*/
    /*border: 2px solid #3498db;*/
    /*border-radius: 8px;*/
/*    padding: 10px;*/
/*    box-shadow: 0 4px 12px rgba(0,0,0,0.15);*/
/*}*/

.elementor-element.elementor-element-9d8b50a.e-con-full.monitor-container.e-flex.e-con.e-child.escritorio-container {
    display: flex;
    flex-direction: column-reverse;
}

/* Producto individual */
.monitor-producto {
    /*margin-bottom: 15px;*/
    /*padding-bottom: 30%;*/
    /*border-bottom: 1px solid #eee;*/
    position: absolute;
    top: 0;
    left: 0;
    /*padding: 0 5%;*/
    width: stretch;
}

/*.monitor-producto:last-child {*/
/*    border-bottom: none;*/
/*    margin-bottom: 0;*/
/*}*/

.current-bid-title {
    display: flex;
    justify-content: center;
    background-color: #ff0000;
    color: #fff;
}

.current-b-t {
    padding: 3% 0;
    margin: 0;
}

.current-bid-p-title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 1% 0;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}

/* Contenedor producto actual */
.bid-wrapper {
    padding: 0 3%;
}

/* Puja mas alta */
.big-auction {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ff0000;
    color: #fff;
    margin: 0;
    padding: 3% 0;
}

.top-bid {
    margin: 0;
    padding: 0;
}

/* Imagen producto */
.img-current-product {
    margin-top: 1%;
    border-style: solid;
    border-width: 1px 1px 0 1px;
}

.biggest-auction {
    margin: 0;
}

/* Pujadores */
.list-auctions-div {
    display: flex;
    justify-content: space-around;
}

.auction-users, .last-auction-bid {
    margin: 0;
    padding: 0;
}

.list-auctions-div {
    display: flex;
    justify-content: space-around;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}

.user-bid {
    border-style: solid;
    border-width: 0 1px 0 0;
    padding: 0 7%;
}

/* Título del producto */
.producto-titulo {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #2c3e50;
    padding: 5px;
    background: #f8f9fa;
    border-radius: 4px;
}

.producto-id {
    color: #7f8c8d;
    font-size: 12px;
    font-weight: normal;
}

/* Lista de pujas */
.bids-lista {
    font-size: 12px;
}

/* Item de puja */
.bid-item {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    margin: 2px 0;
    border-radius: 3px;
}

.bid-item:hover {
    background: #f0f7ff;
}

.bid-item.nueva-puja {
    background: #e8f5e9;
    border-left: 3px solid #4CAF50;
    font-weight: bold;
}

/* Partes de la puja */
.bid-usuario {
    flex: 2;
    color: #2c3e50;
}

.bid-monto {
    flex: 1;
    text-align: right;
    color: #e74c3c;
    font-weight: bold;
}

.bid-hora {
    flex: 1;
    text-align: right;
    color: #7f8c8d;
    font-size: 11px;
}

/* Notificaciones */
.monitor-notificacion {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 300px;
    animation: notificacionEntrar 0.3s ease;
}

.notificacion-texto {
    font-weight: bold;
}

.notificacion-cerrar {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
}

.notificacion-cerrar:hover {
    opacity: 0.8;
}

/* Animaciones */
@keyframes notificacionEntrar {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes notificacionSalir {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.monitor-notificacion.saliendo {
    animation: notificacionSalir 0.3s ease forwards;
}


/* ============================================
   SIN SUBASTAS
   ============================================ */
#no-auction {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 25%;
    left: 80%;
    background-color: #fff;
    padding: 1%;
    height: 100vh;
    justify-content: center;
}

/* ============================================
   BARRA DE PUJAS
   ============================================ */
.movil-container {
    display: block;
    margin: 57% 0 5% 0;
    z-index: 999;
}

.tablet-container{
    display: flex;
    width: 100%;
    margin: 54% 0 7% 0;
    padding: 1%;
}

.laptop-container{
    
}

.escritorio-container{
    display: flex;
    position: fixed;
    width: 25%;
    height: 100vh;
    overflow: auto;
    left: 75%;
    padding: 1%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);   
}






/* ============================================
   BARRA INFERIOR DE CONTROLES
   ============================================ */

/* Barra principal */
.monitor-bar {
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*background: #000;*/
    /*color: white;*/
    /*padding: 5px 0;*/
    /*z-index: 10000;*/
    /*border-top: 2px solid #ff0000;*/
    /*background: #000;*/
    color: white;
    padding: 5px 0;
    /*border-top: 2px solid #ff0000;*/
    display: flex;
    flex-direction: column;    
}

/* Contenido de la barra */
.barra-contenido {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    flex-direction: row;
}

.action-btns {
    display: flex;
    gap: 5px;
}

/* Botones de la barra */
.barra-boton {
    background: #ff0000;
    /*border: 2px solid rgba(255, 255, 255, 0.3);*/
    color: white;
    padding: 8px 16px;
    /*border-radius: 25px;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 120px;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.barra-boton:hover {
    /*background: rgba(255, 255, 255, 0.25);*/
    /*border-color: rgba(255, 255, 255, 0.5);*/
    /*transform: translateY(-2px);*/
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.15);*/
    background: rgb(255 255 255);
    color: #000;
    transform: none;
}

.barra-boton:active {
    transform: translateY(0);
}

.barra-boton .icono {
    font-size: 16px;
}

.barra-boton .texto {
    white-space: nowrap;
}

/* Boton tutorial */
#btn-limpiar {
    background-color: #000;
}

#btn-limpiar:hover {
    background-color: #ff0000;
    color: #fff;
}

/* Estado/Contador */
.barra-estado {
    margin-left: auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    /*border: 1px solid rgba(255, 255, 255, 0.1);*/
}

#contador-pujas {
    background: #ff4757;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
}

#contador-pujas.tiene-nuevas {
    animation: pulse 1.5s infinite;
}

.mensaje-temporal {
    color: #ffdd59;
    font-weight: bold;
    animation: fadeIn 0.3s ease;
}

/* Responsive para móviles */
@media (max-width: 768px) {
    /*.barra-contenido {*/
    /*    gap: 10px;*/
    /*    padding: 0 10px;*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    margin: 0 0 -10% 0;*/
    /*}*/

    .barra-contenido {
        gap: 1px;
        padding: 0 0px;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        margin: 0 0 -10% 0;
        position: fixed;
        top: 18%;        
    }
    
    .barra-boton {
        min-width: auto;
        padding: 6px 12px;
        font-size: 12px;
        background: #ff0000;
    }
    
    /*.barra-boton .texto {*/
    /*    display: none;*/
    /*}*/
    
    .barra-boton .icono {
        font-size: 18px;
    }
    
    .barra-estado {
        font-size: 12px;
        padding: 4px 10px;
    }
    
    #selector-productos-container {
        margin-top: 49%;
        /*position: relative !important;*/
        padding: 0 1% !important;
        width: 100% !important;
        left: 0 !important;
        z-index: 9999;
    }
}

/* Animaciones */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.7);
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(255, 71, 87, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 71, 87, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*DIALOG MODAL*/
::backdrop {
  background-image: linear-gradient(
    45deg,
    magenta,
    rebeccapurple,
    dodgerblue,
    green
  );
  opacity: 0.75;
}


/* ============================================
   PANEL PUJAS
   ============================================ */
   
/*#info-2 {*/
/*    display: flex;*/
/*    width: 20%;*/
/*    align-items: flex-end;*/
/*    left: 80%;*/
/*    padding: 0 0.5%;*/
/*}   */
   
.product-select-container {
    margin-bottom: 20px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 5px;
}

.product-select-container label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.product-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background: white;
}

.widget-container {
    margin-top: 20px;
    transition: all 0.3s ease;
}

.product-select:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 1px #007cba;
}   

/*#selector-productos-container {*/
/*    position: absolute;*/
/*    width: 25%;*/
/*    left: 75%;*/
/*    padding: 0 1%;*/
/*    background-color: #fff;*/
/*    height: stretch;*/
/*    position: relative;*/
/*    width: 35%;*/
/*    left: 35%;*/
/*    padding: 0 1%;*/
/*    background-color: #fff;*/
/*    height: 35vh;*/
/*    z-index: 10;*/
/*    margin-top: 30vh;*/
/*    flex-direction: column;   */
/*}*/

#producto-seleccionado-nombre {
    margin: 1.5% 0;
}

#formulario-puja {
    display: flex;
    flex-direction: column;
}

/*.campo-puja {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

#monto-puja {
    margin: 1.5% 0;
}

#btn-enviar-puja {
    background-color: #ff0000;
    color: white;
}

/* MOVIL CONTAINER */
/*.elementor-element.elementor-element-9d8b50a.e-con-full.monitor-container.e-flex.e-con.e-child.movil-container {*/
/*    flex-direction: column-reverse;*/
    /*z-index: 9999;*/
/*}*/

.movil-container {
    display: flex;
    top: 1%;
}

.movil-container .monitor-producto {
    /*top: 115%;*/
    top: 10vh;
    background-color: #fff;
}