.chat-bot .icon.expanded {
    width: 270px;
    justify-content: space-between
}

.chat-bot .messenger.expanded {
    visibility: visible;
    height: 389px;
    width: 270px
}

.chat-bot .icon.expanded .user {
    visibility: visible;
    margin-left: 0;
    transition: .5s
}

.chat-bot .messenger {
    background-color: #fff;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 10px;
    height: 360px;
    border-radius: 0;
    overflow: hidden;
    transition: height .7s
}

.chat-bot .chatroom {
    height: 290px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    touch-action: pan-y
}

.chat-bot .chatroom::-webkit-scrollbar {
    display: none
}

.chat-bot .type-area input.typing {
    width: 100%;
    outline: none !important;
    border: 1px solid #898989;
    border-radius: 5px;
    padding: 8px 15px 8px 35px;
    height: 40px;
    font-size: 12px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.chat-bot .uploadclicp {
    position: absolute;
    left: 10px;
    top: 12px
}

.chat-bot .type-area {
    position: relative;
    overflow: hidden;
    box-shadow: none;
    margin-top: 10px
}

.chat-bot .type-area span.send {
    position: absolute;
    right: 14px;
    top: 9px;
    cursor: pointer;
    font-size: 18px
}

.chat-bot .msg {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #7c8089
}

.chat-bot .msg .bubble {
    padding: 10px;
    border-radius: 5px;
    background-color: #0ac391;
    color: #fff
}

.chat-bot .msg.msg-right .bubble {
    color: #000;
    background-color: #d3d3d3
}

.chat-bot .msg .bubble .name {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0
}

.chat-bot .msg-right .bubble .name {
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    margin: 0;
    padding: 0;
    max-width: 200px;
}

.msg.msg-left {
    align-items: flex-start
}

.msg.msg-right {
    align-items: flex-end
}

.chat-bot .timestamp {
    font-size: 12px;
    color: #7c8089;
    text-align: center;
    margin-bottom: 10px
}

.type-area {
    display: flex;
    align-items: center
}

.chat-bot .upload-label {
    font-weight: 400;
    position: absolute;
    top: 8px;
    left: 10px;
    margin-bottom: 0
}

.chat-bot .upload-icon {
    font-size: 16px;
    color: #565656;
    padding-top: 4px
}

.sendBtnChat {
    background: #4239a4;
    color: #fff;
    border: none;
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding-top: 4px;
}

.sendBtnChat1 {
    background: #bbb7f2;
    color: #fff;
    border: none;
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding-top: 4px;
}

.selected-image {
    position: relative;
    width: 90px;
}

.selected-image img {
    max-width: 100%;
    height: 70px;
    position: relative;
    margin: 0px !important;
}

.selected-image i {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 4px;
    background: #000;
    color: #fff;
    padding: 2px;
}

.sideNoteBox {
    overflow: scroll !important;
    height: 430px;
}

.sideNoteBoxforAI {
    overflow: scroll !important;
    height: 400px;
}

.AIforbehavior {
    overflow: scroll !important;
    display: flex;
    flex-direction: column;
    height: 300px;
    overflow-y: auto;
    background: #fff;
    padding: 10px;
    border: 1px solid #dfdddd;
    margin-bottom: 10px;
}

.pr-0 {
    padding-right: 0px !important;
}

.sideNoteBox .card-body {
    padding-left: 0px;
}

.sideNoteBox .card-title {
    margin-bottom: 5px;
}

.sideNoteBox .card-text {
    word-wrap: break-word;
    text-wrap: initial;
    line-height: 20px;
}

.addNoteBtnTxt {
    /* position: fixed;
       bottom: 0px; */
    width: 100% !important;
    background: #fff;
    margin-bottom: 0px;
}

.pl-05 {
    padding-left: 5px !important;
}

.pl-00 {
    padding-left: 0px !important;
}