 .anjing_box {
    height: calc(100vh - 77px);
    width: 100%;
    overflow: auto;
}
#anjing_box::-webkit-scrollbar
{
  width: 8px;  /* for vertical scrollbars */
}
#anjing_box::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.05);
}
#anjing_box::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}
#ai {
    font-size: 14px;
}
.j-one-msg {
    display: none;
  }
.one-msg {
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 100px;
    min-width: 1000px;
  }
.cherry {
  min-height: 0;
  margin-right: 50px;
}
.avator {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  line-height: 40px;
  text-align: center;
  margin-left: -50px;
  margin-bottom: -40px;
}

.chat-one-msg {
  display: inline-block;
  width:97%;
}       

.anjing_qs {
    background: #fff;
    padding: 10px 42px;
    font-size: 14px;
    color: #2f82c1;
    position: fixed;
    bottom: 0;
    left: 0;
    /* border-top: 1px solid #ccc; */
    width: 100%;
    /* padding-top: 10px; */
}

.anjing_qs button {
    display: inline-block;
    margin-right: 30px;
    text-decoration: none;
}


.qslist {
    background: #fff;
   
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
}


#cgaibottom {
    padding-bottom: 40px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 1000px;
    max-width: fit-content;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 0px
}



.ai-modal-title {
    font-size: 18px;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity .3s linear, left .3s ease-out;
    -moz-transition: opacity .3s linear, left .3s ease-out;
    -o-transition: opacity .3s linear, left .3s ease-out;
    transition: opacity .3s linear, left .3s ease-out
}

.modal.left.fade.in .modal-dialog {
    left: 0
}

/* .fade.in {
    opacity: 1;
} */

.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity .3s linear, right .3s ease-out;
    -moz-transition: opacity .3s linear, right .3s ease-out;
    -o-transition: opacity .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out
}

.modal.right.fade.in .modal-dialog {
    right: 0
}

.modal.left.fade .modal-dialog {
    left: 0;
    -webkit-transition: opacity .3s linear, right .3s ease-out;
    -moz-transition: opacity .3s linear, right .3s ease-out;
    -o-transition: opacity .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out
}

.modal.left.fade.in .modal-dialog {
    left: 0
}

.ai-modal-content {
    border-radius: 0;
    border: none
}

.ai-modal-header {
    display: block;
    border-bottom-color: #eee;
    background-color: #fafafa
}

