

.mesaj-alani{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 60vh;
}


#chat-sag{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 380px;
    background-color: white;
    padding: 15px;
    padding-right: 0;
    padding-bottom: 0;
    border-radius: 0.6rem;
    z-index: 99;
}

.tarih-alani{
    font-size: 10px !important;
}

@media(max-width: 400px){
    #chat-sag{
        width: 100% !important;
    }
}