#chatBox{
    /* margin-top: 8px; */
    /* margin-botstom: 50px; */
}
#chatBox{}
#chatBox ul{
    padding-bottom: 50px;
}
#chatBox li{
    width: 100%;
    padding: 10px;
}
#chatBox li:nth-child(odd){
    background-color: #efefefa1;
}
#chatBox li > div {}
#chatBox li > div.left {
    text-align: left;
}
#chatBox li > div.right {}
#chatBox li > div .user{
    display: flex;
    flex-direction: row;
}
#chatBox li > div.left .user{
    flex-direction: row-reverse;
}
#chatBox li > div .user i{
    font-size: 30px;
    margin: 0 5px;
}
#chatBox li > div .user p{
    margin: 0;
    margin-top: 4px;
}
#chatBox li > div .user span{
    
}
#chatBox li > div .comment{}
#chatBox li > div .comment p{
    margin: 10px;
}
#chatBox li > div .comment span{
    font-size: 10px;
}

.newCmmentSection{
    /* position: fixed;
    bottom: 57px;
    right: 0;
    width: 360px;
    margin: 0;
    height: 38px;
   
    left: 0px;
    margin: auto;
    bottom: 74px; */

    background: #ffffff;
    width: 100% !important;
    margin: 0;
    z-index: 100000000000;
    position: absolute;
    bottom: 53px;
}
.newCmmentSection input{
    width: 89%;
    border: none;
    padding: 10px;
    border-left: 1px solid #ddd;
    border-radius: 0;
}
.newCmmentSection button{
    border: none;
    background: #fff;
    outline: none !important;

}
.newCmmentSection button i{
    font-size: 20px;
    padding: 6.4px;
    color: #3d5b5e;
    background: #ffffff;
    cursor: pointer;
}

@media (min-width: 992px) {
    .newCmmentSection{
        width: 360px;
    }
}

@media (max-width: 992px) {
    .newCmmentSection{
        width: 360px;
    }
}


@media (max-width: 768px) {
    .newCmmentSection{
        width: 717px;
        bottom: 74px;
    }
    .newCmmentSection input {
        width: 92%;
    }
    .newCmmentSection input {
        width: 95%;
    }
}

@media (max-width: 575px) {
    .newCmmentSection input {
        width: 92%;
    }
    .newCmmentSection{
        width: 360px;
    }
    .newCmmentSection {
        bottom: 53px;
    }
}

@media (max-width: 540px) {
    .newCmmentSection {
        width: 540px;
    }
}

@media (max-width: 415px) {
    .newCmmentSection{
        width: 413px;
    }
    .newCmmentSection button i {
        font-size: 18px;
        padding: 6.4px;
    }
}

@media (max-width: 360px) {
    .newCmmentSection{
        width: 360px;
    }
    .newCmmentSection input {
        width: 89%;
    }
    .newCmmentSection {
        bottom: 53px;
    }
}

@media (max-width: 320px) {
    .newCmmentSection{
        width: 360px;
    }
}

@media (max-width: 300px) {
    .newCmmentSection{
        width: 360px;
    }
}

@media (max-width: 280px) {
    .newCmmentSection input {
        width: 69%;
    }
    
}


@media (max-width: 250px) {
    .newCmmentSection{
        width: 360px;
    }
}