.flex-container{
    display: flex;
    flex-flow: row wrap;
    margin:2px;
  

}

.Miniatura{
    border-radius: 5px;
    margin:2px;
    height:130px;
    width:130px;
}


.center_img{

    margin-left: 30%;

}

@media only screen and (max-width : 375px) {
    
    .center_img{

        margin-left: 0%;
    }
}
    
.card_og{
    border: 1px solid;
    border-color: #dcdbda;
    padding: 10px;
    cursor: pointer;
    background:#f8f8f8;
    border-radius: 5px;
    margin: 2px;
    width: 75%;
    

}

.visible_description{

    display: block;

}

.img_card_og{
    width: 120px;
    height: 115px;
    margin: 5px;

}


.fontUserComent{

    font-size: 14px;
    padding: 3px;
}

.fontComent{
    font-family: inherit;
    font-size: 15px;
    

}

.response_coment{


    font-size: 13px;;
    font-family: cursive;
    border-radius: 5px;
    width: 150%;
   
  }



@media only screen and (max-width : 375px) {
    
    .visible_description{

        display: none;
    
    }

    .card_og{
        border: 1px solid;
        border-color: #dcdbda;
        padding: 10px;
        cursor: pointer;
        background:#f8f8f8;
        border-radius: 5px;
        margin: 2px;
        width: 100%;
    
    }

    .img_card_og{

        width: 80px;
        height: 80px;
        margin: 5px;

    }
    
}

.fechaText{

    font-size: 11px;
    margin-top: 9px;
    color: #77668d;


}

.imagenPerfil{

    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin: 2px;
}


.box_comment{
    background: #1d1c1d;
    color: #cbcbcb;
    border-bottom-color: #3a3732;
}


.textComent{

    width: 65%;
    padding: 5px;
    border-radius: 5px;
    background:#2e2929;
    color:#b7acc4;


}

.barContentComent{

    background:#eeeeee;
}

.CenterProfile{


    
}

::-webkit-scrollbar {
    width: 10px;
    
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(109, 10, 10); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #940505; 
  }


.fixed-size-carousel {
    height: 340px; /* O cualquier tamaño fijo que desees */
}

.fixed-size-image,
.fixed-size-video {
    height: 100%;
    width: 100%;
    object-fit: cover; /* Asegura que las imágenes se ajusten al contenedor */
}

.menu-container {
    background-color: #0c0c0e;
    padding: 15px;
    border-radius: 5px;
    color: white;
}
.menu-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: white;
}
.nav-link {
    color: white;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}
.nav-link:hover {
    background-color: #dcdfe2;
    color: #1e1e1f;
}
.nav-link.active {
    background-color: #495057;
    color: #f8f9fa;
}
@media (max-width: 767.98px) {
    .menu-container {
        padding: 10px;
    }
    .menu-title {
        font-size: 1.2rem;
    }
}

.checkbox-p{
    padding: 10px;


}

.menu-fijo {
    position: fixed;
    top: 10%;
    left: 0;
    width: 25%;
    z-index: 500;
    padding-left: 15px;
    

}
.menu-fijo .list-group-item {
    background-color: #212222;
    color: white;
}
.menu-fijo .list-group-item:hover {
    background-color: #202325;
}


@media (max-width: 768px) {
    .menu-fijo {
        display: none;
    }
}


.table-float-header {
    overflow-y: auto;
    height: 400px; /* Altura de la tabla con scroll */
    display: block;
}

.table-float-header thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #343a40; /* Color de fondo de la cabecera */
}

.table-float-header th{
    background-color: #0e1114; /* Asegúrate de que el fondo sea el mismo que el de la tabla */
    color: #ffffff; /* Color del texto */
}




.table-float-header thead tr {
    display: table;
    width:  100%;
    table-layout: fixed;
}




.table-float-header tbody {
    display: table;
    width:  100%;

}



.table-float-header thead, .table-float-header thead {
    display: block;
}

.title_block{
    color: whitesmoke;
    text-align: center;

}


/* Estilos básicos de comentario como en Twitter */
.twitter-comment {
    display: flex;
    padding: 10px 15px;
    border-bottom: 1px solid #e1e8ed;
    align-items: flex-start;
}

.comment-body {
    display: flex;
    width: 100%;
}

.profile-pic {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}

.comment-content {
    width: calc(100% - 58px); /* Resta el ancho de la imagen y el margen */
}

.comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.username {
    font-weight: bold;
    margin-right: 5px;
}

.comment-date {
    color: #8899a6;
    font-size: 12px;
}

.comment-text {
    margin: 5px 0;
    font-size: 14px;
    color: #14171a;
}

.comment-actions {
    display: flex;
    justify-content: space-between;
    max-width: 150px;
}

.comment-actions i {
    margin-right: 15px;
    cursor: pointer;
    color: #657786;
}

.comment-actions i:hover {
    color: #1da1f2;
}

.icon-delete {
    cursor: pointer;
    color: #e0245e;
    margin-left: auto;
    font-size: 12px;
}

.icon-delete:hover {
    color: #ff4757;
}

.ads_banners{

    display: block;
}

@media only screen and (max-width: 768px) {
    .ads_banners {
        display: none;
    }
}
