﻿@view-transition {
    navigation: auto;
}

::view-transition-group(*) {
    
    /*animation: fade 3s linear forwards;*/

}

::view-transition-old(*) {
    animation: fadeout 0.2s linear forwards;
}

::view-transition-new(*) {
    animation: fadein 0.3s linear forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;        
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    scroll-behavior: smooth;
}

.page-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.container {

    max-width: 97%;


}

.containerfix {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

@keyframes publicacionShow {

    from {

        opacity:0;

    }

    to {

        opacity:1;        

    }

}

.publicacion-container {
    view-timeline-name: --reveal;
    animation-name: publicacionShow;
    animation-timeline: --reveal;
    animation-range: entry 0% cover 40%;
    animation-fill-mode: forwards;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .publicacion-container {
        max-width: 97%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .containerfix {
        width: 97%;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
}

.NavBarStyle {
    top: 0;
    max-height: 41px;

}

.NavBarLogo {

    aspect-ratio:1/1;
    max-height:41px;
    margin-left:10%;

}

.NavBarCanvaLogo {

    aspect-ratio: 1/1;
    max-height: 41px;
    margin-left: 0;

}

.offcanvas-Accordion-Izquierdo {
    
    overflow-x: hidden;
    overflow-y: auto;
}

.ColumnaIzqueirda {
    position: sticky;
    margin-top: 41px;
    z-index: 2;
    top: 41px;
    height: calc(100vh - 41px); /* para que ocupe toda la altura de la pantalla */
    overflow-x: hidden;
    overflow-y: auto;
    width:310.578px;

}

.ColumnaDerecha {
    position: sticky;
    margin-top: 41px;
    z-index: 3;
    top: 41px;
    height: calc(100vh - 41px); /* para que ocupe toda la altura de la pantalla */
    width:279.656px;

}

.ColumnaMedio {
    /*min-width: 500px;*/
    margin-top: 41px;
}

.ExtraSmall {
    font-size: .850em;
}

.accordion-button:focus {

    box-shadow: none;

}

input {

}

    input:focus {

    }

.cursor-Hand{

    cursor: pointer;

}

.custom-Feedback {
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 20px;
    border-radius: 25px;
    font-family: sans-serif;
    font-Size: 20px;
    z-index: 9999;
    box-Shadow: 0 2px 6px rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 1.5s ease;
    border: solid 2px;

}

    .custom-Feedback.visible {
        opacity: 1;
    }

.Fondo-Negro {
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    visibility:hidden;

}

.Ventana-Reporte {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1500;
    align-content: center;
    align-items: center;
    align-self: center;
    display: block;
    text-align: center;
    min-width: 400px;
    min-height: 150px;
    border-radius: 20px;
    border: 5px solid;
    overflow: hidden;
    visibility: hidden;

}

.Ventana-NewHashTag {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1500;
    align-items: center;
    align-self: center;
    display: block;
    text-align: center;
    min-width: 400px;
    min-height: 150px;
    border-radius: 20px;
    border: 5px solid;
    overflow: hidden;
    visibility: visible;

}

    .Ventana-NewHashTag .container {
        position:relative;
        max-height:75vh;
        overflow-y:auto;
        overflow-x:hidden;
        max-width: 100% !important;
    }

    .Ventana-NewHashTag label {
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .Ventana-NewHashTag h {
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .Ventana-NewHashTag .form-switch {
        text-align:left;
        

    }

    .Ventana-NewHashTag .boton-cerrar {
        max-height: 36px;
        margin:5px;
        border-radius:50%;
    }

    .boton-cerrar {
        max-height: 36px;
    }

@keyframes parpadeo {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.parpadeo {

    animation: parpadeo 3.5s ease-in-out infinite;
}

@keyframes fadeText {
    from {
        color: blue;
    }

    to {
        color: transparent;
    }
}

.ComentUserOrHashtag {
    position: absolute;
    display: flex;
    align-items: center;
    width: auto;
    border-left: solid 1px white;
    border-right: solid 1px white;
    background-color: white;
    z-index:100;
    animation: fadeText 1s ease-in-out 3 forwards;
}

.GetCustomText {
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    border-color: black;
    border: solid;
    border-radius: 15px;
    margin: 0;
    min-width: 150px;
}

.AvatarPequeño {
    Max-width: 80px;
    Max-height: 80px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    align-items: center;
    text-align: center;
}

.AvatarGrande {
    Max-width: 120px;
    Max-height: 1200px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    align-items: center;
    text-align: center;
    margin:0;
    padding:0;

}

.Whait {
    visibility: hidden;
}

    .Whait div[role="status"] {
        display: block;
    }

.Loading {
    visibility: visible;
}

    .Loading div[role="status"] {
        display: block;
    }

.InUse {
    visibility: visible;
}

    .InUse div[role="status"] {
        display: none;
    }

.Absolute-justify-content-center {
    
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

}

.Absolute-align-items {
    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ResultadosHashtags {

/*    position:absolute;
    width: auto;
    border: 5px solid;
    border-radius: 15px;*/

}

.NullResultadosHashtags-li {
    display: block;
    text-decoration: none;
    padding: 8px 16px;
    margin-bottom: 1px;
    margin-top: 1px;
    border-radius: 8px;
    
}

.ResultadosHashtags li {
    display: block;
    text-decoration: none;
    padding: 8px 16px;
    margin-bottom: 1px;
    margin-top: 1px;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;

}

    .ResultadosHashtags li:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

.ResultadosHashtags button {
    background-color: transparent;
    border: 0;
    border-radius: 50px;
    margin-left: 5px;
    margin-right: -10px;

}

.Hashtag-scroll-area {
    max-height: 150px;
    overflow-y: auto;
    padding: 5px;
    margin: 0;
}

.UserComent-scroll-area {

    max-height: 150px;
    overflow-y: auto;
    padding: 10px;
    margin: 0;
}

.text-truncate-multiline {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Número de líneas visibles */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em; /* Ajustar según el line-height */
    position: relative;
}

@keyframes Girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.RefreshIcon {
    animation: Girar 1s ease-in-out 2;
    transform-box: fill-box;
    transform-origin: center center;
}





