
#tablallamada1{
    width:100%
}

#tablallamada1 tr,th{
    font-size: 14px;
    background-color:#552897;
    color:white;
    text-align: center;

}

/* imagen de el banner de abajo */
#img_nav {
    width: 400px;
    height: auto;
    animation: respirar 2s ease-in-out infinite alternate; 
  }
  
  @keyframes respirar {
    0% {
      transform: scale(1); 
    }
    100% {
      transform: scale(1.1); 
    }
  }
  
  

#contenedorfondo {
    /* background-color: rgb(221, 234, 235); */
    background-color: white;
    color: #333; 
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); 
  }
  

#tablallamada1 td{
    font-size: 12px;
    background-color: white;
    color:black;
    border-top: solid 2px #6e6083;
    text-align: start;

    
}
.widget-content-area{
    padding: 5px;
    position: relative;
    border-radius: 10px;
    border-color: 10px black;
    
}

#fecha {
    border: 1px solid #ccc;
    border-radius: 5px; 
    padding: 5px;
    outline: none;
}


.contenedor_boton {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 20px;
    padding-right: 1px;
}

.filtros {
    display: flex;
    align-items: center;
}

.botones{
    padding-top: 30px;
    margin-left: 5px;
}

.btn_B {
    font-size: 14px; 
    font-weight: bold;
    padding: 6px 12px; 
    border: none;
    border-radius: 5px;
    background-color: #552897;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0px 0px 5px rgba(85, 40, 151, 0.7);
}

.btn_B:hover {
    background-color: #6c3eb5;
    transform: scale(1.05);
    box-shadow: 0px 0px 8px rgba(85, 40, 151, 0.9);
}

.logo-fixed{
    width: 80%;
}


.btn.pink-btn.rounded-pill{
    border-radius: 5px !important;
}

.icono_buscar{
    color:rgba(85, 40, 151, 0.9); 
}


@media only screen and (min-width: 320px) and (max-width: 348px){

    .btn_B{
        margin-top: 22px;
    }
      
    .contenedor_boton{
        display: flex; 
        align-items: center;
        margin-inline: 30px 
    }

    .botones{
        padding-top: 0;
        padding: 0;
        margin-left: 17px
    }
  
    .filtros {
        flex-direction: column;
        margin-bottom: 20px;
        align-items: center;
    }

    .logo-fixed{
        width: 100% !important;
    }
}


/* MODAL */

.modal-body p {
    padding-bottom: 5px; /* Espaciado entre el texto y la línea */
    margin: 0%;
}

.modal-header{
    background-color: rgba(85, 40, 151, 0.9); 
    color: white;
    font-family: sans-serif
}
.modal-content{
    background-color: white;
}

#modalAudioPlayer{
    width: 80%;
}

#modalAudioPlayer {
    display: block; 
    margin: 0 auto; 
    max-width: 100%; 
}
.close{
    color: white;

}
.conversacion-container {
    max-height: 230px;
    overflow-y: auto;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 2px;
    
}

.respuesta-container{
    max-height: 230px;
    overflow-y: auto;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 2px;
    
}

.respuesta2-container{
    max-height: 230px;
    overflow-y: auto;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 2px;
   
}
.respuesta3-container{
    max-height: 230px;
    overflow-y: auto;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 2px;
   
}

/*new style*/
.modal-content {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.modal-body strong {
    color: rgba(85, 40, 151, 0.9);
    font-weight: bold;
}
.conversacion-container, .respuesta-container, .respuesta2-container, .respuesta3-container {
    background-color: #f0f0f0;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 4px;
}
.modal-footer .btn {
    background-color: rgba(85, 40, 151, 0.9);
    border: none;
    border-radius: 4px;
}
.modal-footer .btn:hover {
    background-color: rgba(85, 40, 151, 1);
}
.modal-footer .btn {
    transition: background-color 0.3s ease;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
}
