/* V2 */

@font-face {
    font-family: euroFighter;
    src: url(/eurofighter.ttf);
}

@font-face {
    font-family: 'Agency FB';
    src: url(/AGENCYB.TTF) format('truetype');
    font-weight: bold;
    font-style: normal;
}

p,
h3,
h2,
h1 {
    overflow: hidden;
    overflow-wrap: break-word;
}

li {
    list-style: none;
}

.cuerpo.markdown-body.svelte-agfemf h1 {
    /* text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; */
    color: #ffbe1c !important;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, 2px -1px 0 black, 1px 2px 0 black;
    font-family: Agency FB !important;
}

.link-block {
        background: rgba(23, 33, 43, 0.8);
        color: var(--color5);
        padding: 8px 15px;
        border: 1px solid var(--color5);
        border-radius: 5px;
        cursor: not-allowed;
        font-family: "Agency FB";
        font-size: 16px;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
        transition: all 0.2s ease;
    }
    


/* <Comunes */

body {
    --color1: rgb(23, 33, 43);
    --color2: rgb(23 33 43);
    --color3: rgb(24 37 51);
    --color4: rgb(36 47 61);
    --color5: rgb(204 29 29);
    --color6: #fc9208;
    --color7: rgb(53 78 103);
    --color8: rgb(39 28 43);
    --color9: rgb(11 16 22);
    --color-texto1: white;
    --color-texto2: rgb(255 255 255 / 56%);
    --primary: var(--color5);
    --bg-panel: var(--color2) !important;
    --label: rgb(64 130 188 /30%) !important;
    --color: var(--color-texto1);
    --bg-popover: var(--color2) !important;
    /* --color2: #151524; */
    outline: none;
}

.fondo1,
.hilo-completo {
    /* background: rgb(14 22 33 / 97%) ; */
}

.fondo2,
.panel,
.nav-principal,
hilo-completo .acciones .fe,
#crear-hilo-form,
.crear-hilo-form {
    background: var(--color2) !important;
}

.fondo3,
.comentario {
    background: var(--color3);
}

.comentario.svelte-6qhif0 .texto.svelte-6qhif0 {
    white-space: pre-wrap;
    word-break: break-word;
    overflow: hidden;
    font-family: Calibri !important;
    font-size: 17px;
    font-weight: 500;
}

.comentario.svelte-1qqnshh .header span.svelte-1qqnshh {
  margin-right: 7px !important;
}

.comentario.svelte-zszbit .header .id.svelte-zszbit {
    cursor: pointer;
    margin-right: auto;
    padding-top: 1px !important;
  }

.fondo4,
.form-comentario textarea {
    background: var(--color4);
}

.fondo5,
.noti-cont,
.badge,
.info,
.cargar-nuevos-hilos {
    background: var(--color5);
}

.comentario a,
.hilo-completo .contenido a {
    color: var(--color5) !important;
}

.fondo6,
.side-panel,
.menu {
    background: var(--color2) !important;
}

.color6,
.error,
.error-validacion {
    color: rgb(220, 60, 60);
}

.exito {
    color: greenyellow;
}

.borde1,
.hilo-in,
.comentario {
    border-radius: 8px;
}

.borde2,
.hilo-in,
.comentario,
.formulario {
    border-radius: 4px;
}


/* Comunes> */

*,
body {
    /* background: aliceblue; */
    scroll-behavior: smooth;
    box-sizing: border-box;
    /* background: url(/imagenes/logo.png); */
    background: u;
}

body {
    padding: 0;
    margin: 0;
    padding: 0;
    /* background: url("/imagenes/rosed.jpg"); */
    background-color: #101923;
    font-family: Helvetica, sans-serif;
    font-weight: 200;
    color: var(--color-texto1);
    /* background-size: 130%; */
    margin: 0;
    overflow-x: hidden;
    backdrop-filter: none;
    /* background-attachment: fixed;
  background-size: contain; */
}

.ns {
    user-select: none;
}

.cpt {
    cursor: pointer;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: var(--color-texto1);
}

ul a {
    color: inherit;
}

.abs {
    position: absolute;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-weight: 200;
}

.panel {
    padding: 10px;
    background: #0000001c;
    color: var(--color-texto1);
    border-radius: 4px;
}

.hilo-completo>.contenido {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


/*@media (max-width: 600px) {
  .hilo-completo > .contenido {
    margin-top: 60px;
  }
}*/

.contenido .media {
    float: left;
    margin-right: 10px;
    max-width: 50%;
}

.hilo-completo .acciones i {
    margin-right: 10px;
}

.cuerpo .imagen {
    width: 40%;
    margin: 0 10px 10px 0;
    height: fit-content;
    float: left;
}

img {
    width: 100%;
}

.contenido div {
    column-span: 1;
}

.contador-comentarios {
    display: flex;
    /* margin-bottom: 10px; */
    align-items: center;
}

.contador-comentarios a {
    margin-left: 10px;
    color: white;
}

.contador-comentarios .acciones-comentario {
    margin-left: auto !important;
}

.comentarios {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu1 {
    width: fit-content;
    right: 10px;
    top: 10px;
    padding: 0;
}

.menu1 li {
    padding: 10px;
}

.menu1 li:hover {
    background: white;
    color: black;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
}

.relative {
    position: relative;
}

input,
textarea,
select,
option {
    width: 100%;
    background: #741a1a00;
    color: var(--color-texto1);
    font-size: 16px;
    box-sizing: border-box;
    font-family: Helvetica, sans-serif;
    border: none;
    padding: 8px;
}

option {
    background: var(--color1);
    /* padding: 10px; */
    height: 20px;
    color: var(--color-texto1);
}

#form-comentario textarea {
    padding: 10px;
}

.form-comentario .btn:last-child {
    margin-left: auto;
}

form>input,
textarea,
select {
    margin-bottom: 10px;
}

.form-comentario .acciones {
    display: flex;
}

button:focus {
    outline: none;
}


/* Mi css */


/* =============== */


/*    HILO HOME */


/* =============== */

.hilo {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    filter: saturate(0.9);
    transition: transform 0.2s;
    position: relative;
    width: 50%;
    padding-top: 50%;
    height: 0px !important;
}

.adm.svelte-by8znh {
    color: #fc9208;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
    margin-left: auto;
    padding: 6px;
    border-radius: 4px;
    border-top: 2px red solid;
    position: relative;
    text-shadow: 0 0 5px rgba(252, 146, 8, 0.7);
    animation: lucesAdmin 4s infinite ease-in-out !important;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
    transition: all 0.3s ease;
    background-color: rgba(20, 20, 20, 0.2);
  }
    
  @keyframes lucesAdmin {
    0% {
      text-shadow: 0 0 3px rgba(252, 146, 8, 0.3);
      box-shadow: 0 0 5px rgba(255, 0, 0, 0.2);
      transform: scale(1);
      border-top: 2px solid rgba(255, 0, 0, 0.8);
    }
    25% {
      text-shadow: 0 0 8px rgba(252, 146, 8, 0.7), 0 0 12px rgba(252, 146, 8, 0.4);
      box-shadow: 0 0 8px rgba(255, 0, 0, 0.5), 0 0 12px rgba(252, 146, 8, 0.3);
      transform: scale(1.02);
      border-top: 2px solid rgba(255, 60, 0, 1);
    }
    50% {
      text-shadow: 0 0 12px rgba(252, 146, 8, 0.8), 0 0 15px rgba(252, 146, 8, 0.5);
      box-shadow: 0 0 12px rgba(255, 0, 0, 0.7), 0 0 18px rgba(252, 146, 8, 0.4);
      transform: scale(1.03);
      border-top: 2px solid rgba(255, 100, 0, 1);
    }
    75% {
      text-shadow: 0 0 8px rgba(252, 146, 8, 0.7), 0 0 12px rgba(252, 146, 8, 0.4);
      box-shadow: 0 0 8px rgba(255, 0, 0, 0.5), 0 0 12px rgba(252, 146, 8, 0.3);
      transform: scale(1.02);
      border-top: 2px solid rgba(255, 60, 0, 1);
    }
    100% {
      text-shadow: 0 0 3px rgba(252, 146, 8, 0.3);
      box-shadow: 0 0 5px rgba(255, 0, 0, 0.2);
      transform: scale(1);
      border-top: 2px solid rgba(255, 0, 0, 0.8);
    }
  }

  .divnoexiste {
    display: flex;
    justify-content: center;
  }

  .texto-noexiste {
    position: absolute;
  }

  .NoExisteDiv {
    max-width: 50%;
    margin-top: 73px;
  }

  .NoExisteDiv img {
    border-radius:
  11px;
    border:
  1px red solid;
  }

  video.svelte-1kjba0w.svelte-1kjba0w, .abierto.svelte-1kjba0w.svelte-1kjba0w {
    width: 100%;
    max-width: 100%;
    border:
  1px red solid;
    border-radius:
  9px;
  }

  .id.tag.ns {
  margin-right: 12px !important;
}

/* fondo video y abierto */
video.svelte-1lx5zlw.svelte-1lx5zlw, .abierto.svelte-1lx5zlw.svelte-1lx5zlw {
  width: 100%;
  max-width: 100%;
  background: #0f121a;
}

.video.svelte-vmhb15.svelte-vmhb15, .abierto.svelte-vmhb15.svelte-vmhb15 {
  /*width: fit-content !important;*/
  max-width: 90% !important;
  display: block !important;
  border: red 1px solid;
  border-radius: 13px !important;
  align-content: center;
  align-items: center;
  align-self: center;
  margin: 0 auto;
  background: #0f121a;
}

  .mediaExpandido.svelte-6pdrck.svelte-6pdrck {
    display: unset !important;
    flex-wrap: wrap;
  }

  .userlink {
    background: goldenrod;
    padding: 3px;
      padding-bottom: 3px;
    border-radius: 4px;
    color: black;
    vertical-align: middle;
    justify-content: center;
    display: inline-flex;
    padding-bottom: 0px;
  }

  .tg2 {
    display: flex;
    width: 75px;
    gap: 4px;
    text-align: center;
    margin: 0 auto;
  }

  .contact-icons {
    display: inline-flex;
    gap: 5px;
  }
  
  .contact-icons img {
    transition: transform 0.3s ease, filter 0.3s ease;
  }
  
  .contact-icons img:hover {
    transform: scale(1.2);
    filter:
      /* borde en cada dirección */
      drop-shadow( 1px  0    0 red)
      drop-shadow(-1px  0    0 red)
      drop-shadow( 0    1px  0 red)
      drop-shadow( 0   -1px  0 red);
  }

input[name="titulo"]:focus-visible {
    outline: 1px solid red !important;  /* Borde gris claro */
    /*outline: none;  /* Elimina el contorno al enfocar */
    border-radius: 5px;
  }

  input[name="autocomplete"]:focus-visible {
    outline: 1px solid red !important;  /* Borde gris claro */
    /*outline: none;  /* Elimina el contorno al enfocar */
    border-radius: 5px;
  }

    input, textarea, select, option {
  width: 100%;
  background: #242f3d !important;
  color: var(--color-texto1);
  font-size: 16px;
  box-sizing: border-box;
  font-family: Helvetica, sans-serif;
  border: none;
  padding: 8px;
  border-radius: 5px;
}


 /* Estilo específico para el input del código premium */
 #cp:focus-visible {
    outline: 1px solid red !important;  /* Solo borde rojo */
    box-shadow: 0 0 0 1px red;  /* Refuerzo del borde con una sombra */
    border-radius: 5px;
    /* Eliminar el outline predeterminado del navegador */
    -webkit-focus-ring-color: transparent !important;
    outline-offset: 0 !important;
  }
  

  input[name="autocomplete"]:focus-visible, 
  input[placeholder="Alguna palabra en el titulo del vox"]:focus-visible {
      outline: none;  /* Elimina el outline predeterminado del navegador */
      outline: 1px solid red !important;  /* Borde rojo */
      box-shadow: 0 0 0 1px red; /* Añadimos box-shadow para reforzar el borde */
      border-radius: 5px;
    }

  textarea[name="contenido"]:focus-visible {
    outline: 1px solid red !important;  /* Borde rojo */
    /*outline: none;  /* Elimina el contorno al enfocar */
    border-radius: 5px;
    height: calc(60vh) !important; /* Altura adaptativa basada en el viewport */
    max-height: 668px !important;
  min-height: 556px !important;
    transition: height 0.3s ease; /* Transición suave para el cambio de altura */
    z-index: 1; /* Asegurar que tenga el mismo z-index */
    overflow-y: auto !important; /* Añadir scroll cuando sea necesario */
  }

  /* Comentamos la clase expandida que causaba conflicto */
  /* .expandida.svelte-1hwq7rf {
    position: absolute;
    top: 10px;
    bottom: 50px;
    z-index: 1;
    height: calc(62vh + 5vw) !important;
    max-height: 649px !important;
    min-height: 380px !important;
  } */

  .video.svelte-vmhb15.svelte-vmhb15, img.svelte-vmhb15.svelte-vmhb15:hover {
    box-shadow: 0 0 27px rgba(230, 20, 20, 0.86);
  }

  .video.svelte-vmhb15.svelte-vmhb15, img.svelte-vmhb15.svelte-vmhb15 {
    border: 1px red solid;
      }

      .media.svelte-1lx5zlw.svelte-1lx5zlw {
  position: relative;
  width: 50%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  border: 1px red solid;
  border-radius: 4px;
}

.modal-content.svelte-1lx5zlw img.svelte-1lx5zlw {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 4px;
    object-fit: contain;
    border: 1px solid red;
    transition: box-shadow 180ms ease, filter 180ms ease, transform 180ms ease;
}

.modal-content.svelte-1lx5zlw img.svelte-1lx5zlw:hover {
    box-shadow: 0 0 24px 6px rgba(204, 29, 29, 0.85), 0 0 8px rgba(255, 100, 100, 0.35) inset;
    filter: drop-shadow(0 0 12px rgba(204, 29, 29, 0.9));
    transform: translateY(-2px);
}
   
      /* Ocultar categoría deshabilitada completamente */
      li:has(a[href="/_DISABLED_CIEN"]) {
        display: none !important;
      }
      
      a[href="/_DISABLED_CIEN"] {
        display: none !important;
      }  


/* Contenedor relativo para posicionar el tooltip */
.checkbox-position {
    width: fit-content;
    margin-right: auto;
    position: relative;
}

.infinite-loading-container.svelte-o3w4bf {
    margin: 0 auto;
      margin-top: 0px;
    width: fit-content;
    padding: 3px;
      padding-right: 3px;
      padding-left: 3px;
    border-radius: 5px;
    background: #46060659;
    margin-top: 9px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: #cc1d1d 1px solid;
    border-right: #cc1d1d 1px solid;
  }

.version.svelte-4u4kqp.svelte-4u4kqp {
    font-size: 12px;
    left: 0;
    letter-spacing: 1px;
    color: goldenrod !important;
    margin-left: 32px;
  position: absolute;
  bottom: 1px;
  font-family: Agency FB;
  width: max-content;
  margin-left: 0px;
}

/* Estilos específicos para tooltip - versión mejorada */
/*[data-tooltip]::after {
    content: attr(data-tooltip);
    position: fixed;
    z-index: 10000;
    left: 50%; 
    top: 77%; 
    transform: translate(-50%, -150%);
    width: max-content;
    max-width: 300px;
    background-color: rgb(10, 37, 64);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    pointer-events: none;
    border-left: 1px red solid;
    border-right: 1px red solid;
    /* Hide by default */
    /*opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
  
/* Muestra el tooltip al hacer hover sobre el elemento padre */
/*[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
}*/

/* Restaurar las dimensiones originales del formulario con overflow-y: auto */
#crear-hilo-form {
    position: fixed;
    height: fit-content;
    z-index: 1;
    width: 100vw;
    /* max-width: 465px; */
    /* margin: 0 auto; */
    width: min-content;
    overflow-y: auto; /* Permite scroll vertical en el contenido */
}

/* Flecha del tooltip - eliminada para esta versión centrada */
[data-tooltip]::before {
    display: none; /* Ocultamos la flecha ya que el tooltip está centrado en pantalla */
}

.grupo-categorias {
    background: #CC1D1D63;
  }

  .fe-volume-x::before {
    font-size: larger;
    color: #b61b06;
  }

.hilo:hover {
    filter: saturate(1);
    transform: translate(0px, -8px);
    z-index: 5;
    /*border: solid 3px #a60000 !important;*/
    box-shadow: 0 0 27px rgba(230, 20, 20, 0.86) !important;
    outline: #cc1d1d 2px solid;
    border-radius: 5px;
    /* border: solid 2px black; */
    /* border-radius: 31px; */
}

.hilo.svelte-l7ol4v:hover {
    border: 1px solid red !important;
  }

.hilo.svelte-l7ol4v {
	border: 1px solid #f006 !important;
    border-radius: 5px;
  }

.hilo-in:hover {
    /* border: solid 2px black; */
}

.hilo:active {
    transform: translate(0, -5px);
}

.hilo h3 {
    font-size: 20px;
  padding: 4px;
  padding: 0px 8px 8px 8px;
  background: linear-gradient(0deg, #000000bd 35%, transparent);
  grid-row: 3;
  grid-column: 4/1;
  color: white;
  margin: 0;
  font-weight: 500;
  border-radius: 4px;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  font-family: Agency FB;
  font-weight: bold;
    /* align-self: flex-end; */
}

.infos {
    padding: 8px;
    grid-column: 1/2;
    display: flex;
    height: fit-content;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    z-index: auto;
}

.info {
    padding: 2px 6px !important;
    grid-column: 1/21;
    border-radius: 800px;
    padding: 2px 8px;
    font-size: 14px;
    /* margin-left: 4px; */
    color: rgb(236, 244, 255);
    display: flex;
    align-items: center;
    height: fit-content;
    align-items: center;
    /* NuevoEstilo */
    font-stretch: condensed;
    color: white;
}

.info-hover {
    display: none;
    grid-column: 3 / 4;
    grid-row: 1;
    margin-left: auto;
}


/* .hilo .info-hover {
  display: block !important;
} */

.hilo:hover .info-hover {
    display: block !important;
}

.hilo-in {
    width: 100%;
	height: 100%;
    box-sizing: border-box;
    justify-self: center;
    align-self: center;
    display: flex;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    background-size: contain !important;
    position: absolute;
    flex-direction: column;
    top: 0;
    justify-content: space-between;
    border-radius: 5px;
    border: #a20000 1px solid;
    /* background-size: cover !important; */
}


.hilo-in {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  justify-self: center;
  align-self: center;
  display: flex;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  background-size: contain !important;
  position: absolute;
  flex-direction: column;
  top: 0;
  justify-content: space-between;
  border-radius: 5px;
  border: #a20000 1px solid;
  background-size: cover !important;
  overflow: hidden;
}


.badge-pedido {
        background: #B81A1A !important;
        color: white;
        border: none !important;
    }
    
    .badge-aporte {
        background: #0000ffbf !important;
        color: white;
        border: none !important;
    }

    /* Al crear hilo */
    .prefijo-pedido {
        background: #B81A1A !important;
        color: white;
        border: none !important;
    }
    
    .prefijo-aporte {
        background: #0000ffbf !important;
        color: white;
        border: none !important;
    }
    
 .prefijo-select option[value="PEDIDO"] {
        background: #b81a1a00 !important;
        color: white;
        border: none !important;
    }
    
    .prefijo-select option[value="APORTE"] {
        background: #0e45db00 !important;
        color: white;
        border: none !important;
    }

.imghilo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}


h3 {
    /* grid-row: 3; */
    /* grid-column: 4/1; */
    /* color: white; */
    /* background: #18222da9; */
    /* margin: 0; */
    /* font-weight: 500; */
    /* align-self: flex-end; */
}

.hilo-list .acciones {
    display: grid;
    grid-template-rows: repeat(auto, 3);
    gap: 8px;
    width: fit-content;
    margin-left: auto;
    margin-top: 8px;
}

.hilo .acciones .fe {
    background: rgb(224, 56, 56);
    font-size: 16px;
    border-radius: 500px;
    padding: 4px;
    color: white;
    transition: transform 0.1s ease-in-out;
    /* NuevoEstilo */
    background: #0000002b !important;
    color: white;
}

.hilo .acciones .fe:nth-child(1) {
    background: #ffc100;
}

.acciones .fe:nth-child(2) {
    background: #285689;
}

.acciones .fe:nth-child(3) {
    background: #c82d2d;
}

.hilo .acciones .fe:hover {
    transform: scale(1.33);
    /* Nuevo Estilo */
    background: white !important;
    color: black;
}

.acciones .fe:active {
    transform: scale(1.22);
}

.ico-btn:hover {
    transform: scale(1.33);
}

.ico-btn:active {
    transform: scale(1.22);
}

.hilo-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}


/*@media (max-width: 600px) {
  .hilo-list {
    padding-top: 60px;
  }
}*/

@media (min-width: 600px) {
    .hilo {
        width: 22vw;
        height: 22vw;
    }
}


/* ========= */


/* MEDIAQUERY */


/* ========= */

@media (min-width: 576px) {
    .hilo {
        padding-top: calc(100% / 2);
        width: calc(100% / 2);
    }
}

@media (min-width: 768px) {
    .hilo {
        padding-top: calc(100% / 3);
        width: calc(100% / 3);
    }
}

@media (min-width: 992px) {
    .hilo {
        padding-top: calc(100% / 4);
        width: calc(100% / 4);
    }
}

@media (min-width: 1200px) {
    .hilo {
        padding-top: calc(100% / 5);
        width: calc(100% / 5);
    }
}

@media (min-width: 1400px) {
    .hilo {
        padding-top: calc(100% / 6);
        width: calc(100% / 6);
    }
}

@media (min-width: 1600px) {
    .hilo {
        padding-top: calc(100% / 7);
        width: calc(100% / 7);
    }
}


/* DESTELLO */

.destello {
    position: absolute;
    top: 0;
    background: linear-gradient(-45deg, #6a96bd, #4681b5, #23a6d5, #17212b);
    background-size: 200% 200%;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation-name: destello;
    animation-duration: 2s;
    opacity: 0;
}

@keyframes destello {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }

    50% {
        opacity: 0.4;
        background-position: 100% 50%;
    }

    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.categorias {
    /* position: absolute; */
    /* right: 10px; */
    /* top: 63px; */
    /* z-index: 10; */
    /* border-radius: 0 0 10px 10px; */
    /* min-width: 150px; */
}

.lista,
.formulario {
    /* background: linear-gradient(10deg, #351036, #155091); */
    /* background-size: 4000%; */
    box-shadow: black 0 0 4px;
    padding: 0;
    list-style: none;
}

.lista li {
    padding: 6px 20px;
}

.lista li:hover {
    background: rgba(255, 255, 255, 0.164);
}

.lista a {
    color: rgba(255, 255, 255, 0.815);
}

a:hover {
    text-decoration: none !important;
}


/* NOTIFICACIONES */

.noti-cont,
.badge {
    display: inline-block;
    border-radius: 500px;
    font-size: 12px;
    padding: 0 6px;
    margin-left: 6px;
    /* position: absolute; */
    /* left: 18px; */
    /* top: 11px; */
    height: 14px;
}

.noti-cont span,
.badge span {
    /* position: relative; */
    top: 4px;
}

.notificacion img {
    width: 42px;
    height: 42px;
    margin-right: 12px;
    align-self: center;
}

.notificaciones {
    max-width: 330px;
}

.notificaciones li {
    display: flex;
    max-height: 79px;
    overflow: hidden;
}

.formulario {
    display: flex;
    flex-direction: column;
    /* max-width: 500px; */
    padding: 10px;
    /* border-radius: 10px; */
    /* padding-bottom: 0; */
}


/* FORMULARIO */


/* .formulario input,textarea,select {
  margin-bottom: 16px;
  background: #000000b5;
  border: solid black 1px;
  border-radius: 10px;
  color: white;
} */


/* button {
  border: none;
  outline: none!important;
  background: rgba(255, 255, 255, 0.952);
  transition: background 0.05s, transform 0.05s;
  border-radius: 10px;
} */


/* button:hover {
  background: white ;
  transform: scale(1.01);
}
button:active {
  transform: scale(0.99);
} */

.formulario .invalid {
    outline: none;
    border: 1px solid red;
}

.image-preview,
.video-preview {
    width: 300px;
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 4px;
    margin: 10px auto;
    padding: 10px;
    display: flex;
    position: relative;
}

.video-preview {
    background: var(--color4);
    /* border: 1px solid white; */
    justify-content: center;
    justify-items: center;
    position: relative;
}

.video-preview .fe-play,
.fe-upload {
    /* font-size: 48px; */
    /* align-self: center; */
    /* color: white; */
    /* margin: 0 auto; */
}

.video-preview .descripcion {
    position: absolute;
    text-align: center;
    overflow: auto;
    color: #c3c3c3;
    padding: 20px;
}

.remover-adjunto {
    color: white;
    font-size: 20px;
    margin-left: auto;
    height: fit-content;
    top: 10px;
    right: 10px;
    position: absolute;
}


/* MODAL */

.hmodal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background: rgba(65, 65, 65, 0.356);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hmodal .contenido {
    max-width: 600px;
    flex: 1;
}

.comentario-flotante {
    position: absolute;
    left: -372px;
    top: 0;
    width: 350px;
}


/*.comentario-flotante .header{
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
}*/

#crear-hilo-form {
    position: fixed;
    height: fit-content;
    z-index: 1;
    max-width: 600px;
    width: min-content;
   /* overflow: visible !important; /* Permite que los tooltips aparezcan fuera del contenedor */
}

.lista-nav {
    top: 30px;
    left: -35px;
    z-index: 1;
}

.sombra {
    /* filter: blur(15px); */
    background: #0000008a;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    position: fixed;
    display: flex;
    align-items: center;
    /* justify-items: center; */
    justify-content: center;
}

.field-validation-error {
    color: orange;
}

.debug {
    z-index: 131;
    position: fixed;
    font-size: 10px;
    margin: 10px;
    max-width: 500px;
    overflow-wrap: anywhere;
    background: blue;
    display: flex;
    flex-direction: column;
    bottom: 0;
    opacity: 0.8;
    pointer-events: none;
}

.fantasma {
    opacity: 0.3;
}

.naranja {
    color: orange;
}

.notis {
    position: absolute;
    width: 300px;
    left: -200px;
    top: 40px;
    font-size: 12px;
}

.notis li {
    display: flex;
    flex-direction: row;
}

.notis li span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.noti img {
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 10px;
}


/* #cargar-nuevos-comentarios {
  background: black;
} */

.btn-cancel {
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.btn-cancel i {
    font-size: 2rem;
    color: white;
    background: rgba(0, 0, 0, 0.705);
    padding: 4px;
    border-radius: 2px;
}

.menu-principal {
    /* position: fixed;
  top:0;
  left:0;
  z-index: 1;
  width: 400px;
  max-width: 80vw;
  height: 100vh; */
}

.menu-principal ul li,
.menu ul li {
    position: relative;
    cursor: pointer;
    height: 44px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    padding: 0 16px;
    white-space: nowrap;
    /* transition: 1.2s; */
}

.menu-principal ul li:hover,
.menu-hilo li:hover,
.menu li:hover {
    background: rgba(255, 255, 255, 0.11);
}

.menu-principal h1 {
    padding-left: 32px;
    margin-bottom: 90px;
}

.menu-principal-header {
    padding: 16px 0;
    background: url(/imagenes/rose2.jpg);
    background-position-y: -100px;
    background-size: cover;
}

.menu-principal hr,
.menu hr {
    border: none;
    border-top: 3px solid #ffffff14;
    margin: 0;
}

.menu-principal li icon,
.menu-principal li .icon {
    color: var(--color-texto2);
    padding: 0 16px;
    padding-right: 32px;
}

.sticky-info>* {
    transform: rotate(45deg) !important;
}

.verde {
    color: #40bc4f;
    white-space: normal;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-thumb {
    background: var(--color5);
}

::-webkit-scrollbar-track {
    background: var(--color4);
}


/* Change the white to any color ;) */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /*-webkit-box-shadow: 0 0 0 30px var(--color2) inset !important;*/
}

/*input:-webkit-autofill {
    -webkit-text-fill-color: var(--color-texto1) !important;
}*/

::placeholder {
    /* Most modern browsers support this now. */
    color: var(--color-texto2);
}

#fondo-global {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    transform: translatez(0);
    -webkit-transform: translatez(0);
}

.hilo-completo .texto img {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto;
    max-width: -webkit-fill-available;
}

.hilo-completo .texto hr {
    border-color: var(--color5) !important;
}

.grupo-categorias {
    background: #8d0000d9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#codigo-membrecia {
    color: #cda632;
  }

  #codigo-paquete {
    color: #cda632;
  }

  #expiration-date {
    color: #cd3c32;
  }

  .pedido.svelte-7uh7x2.svelte-7uh7x2 {
    background-color: rgb(33, 50, 66) !important;
    border-radius:
  4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
  }

textarea[placeholder="Primero me jijeo, luego existo..."]:focus-visible {
    outline: 1px solid red !important;  /* Borde rojo */
    outline: none;  /* Quita el outline predeterminado */
    border-radius: 5px;
}

textarea[placeholder="Primero me jijeo, luego existo..."] {
    background: var(--color4);
    color: var(--color-texto1);
    border: none;
    font-family: helvetica;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
}

textarea[placeholder="Podes usar palabras y frases(palabras separadas guion bajo en vez de espacios). Ej sidoca huele tengo_un_video minubi insta se_le_da, etc"]:focus-visible {
    outline: none;  /* Elimina el outline predeterminado del navegador */
    border: 1px solid red !important;  /* Borde rojo */
    box-shadow: 0 0 0 1px red; /* Añadimos box-shadow para reforzar el borde */
    border-radius: 5px;
}

input[placeholder="Importar video, imagen, link de youtube, dailymotion"]:focus-visible {
    outline: 1px solid red !important;  /* Only red border */
    box-shadow: 0 0 0 1px red;  /* Reinforcing the border with a shadow */
    border-radius: 5px;
    /* Remove default browser outline */
    -webkit-focus-ring-color: transparent !important;
    outline-offset: 0 !important;
}

#pedido-fecha {
    color: #cda632;
}

#pedido-tipo {
    color: #cda632;
}

#pedido-paquete {
    color: #cda632;
}

#pedido-metodo-pago {
    color: #cda632;
}

#pedido-estado {
    color: #cda632;
}

.menu-principal ul li.grupo-categorias {
    background: var(--color3);
}

.menu-principal ul li.categoria-link {
    background: var(--color7);
    white-space: normal !important;
}

.menu-principal ul li.grupo-categorias:hover,
.categoria-link:hover {
    filter: brightness(1.1) contrast(0.9);
}

.menu-principal ul li.grupo-categorias-activo {
    background: var(--color8);
}

/* Botón para cerrar el textarea cuando está en focus-visible */
.textarea-close-btn {
    display: none !important;
  position: relative !important;
  bottom: 35px !important;
  z-index: 1001 !important;
  background-color: rgba(204, 29, 29, 0.18) !important;
  color: white !important;
  width: 23px !important;
  height: 27px !important;
  border-radius: 50% !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) !important;
  border: none !important;
  font-size: 20px !important;
  transition: transform 0.2s ease !important;
  margin-bottom: -31px;
  align-self: end;
  }

.textarea-close-btn:hover {
  transform: scale(1.1) !important;
  background-color: rgba(204, 29, 29, 0.9) !important;
}

/* Eliminamos la referencia al + para desacoplarlo del textarea */
textarea[name="contenido"]:focus-visible ~ .textarea-close-btn {
  display: flex !important;
}

/* Estilo principal: rojo al focus-visible */
.video-preview .link-input input:focus-visible {
  outline: 2px solid #ff2d2d;     /* rojo intenso */
  outline-offset: 2px;             /* separa el contorno del borde */
}