    
.chat-box12{   
    position: fixed;	
    bottom: 0;
    right: 20px;
    min-height: 62px;
    text-align: right;
    min-width: 120px;
    top:75px;
    z-index: 999;
    max-height: 80vh;
    overflow: auto;
    display:none;
}

.chat-button{
    position: absolute;
    display:none;
    top: 11px;
    right: 32px;
}

.chatBtn{
    position: fixed;
    width: 50px;
    right: 33px;
    top: 3%;
    z-index: 999;
    transition: all 0.2s ease-in-out 0s;
    /*  box-shadow: rgb(0 77 255 / 50%) 0px 2px 16px; */
    border-radius: 48px;
}
.chatBtn .chat-badge{
    position: absolute;
    background: #ff0000;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 20px;
    right: -3px;
    top: -3px;
    DISPLAY: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.chatBtn:hover{transform: scale(1.1);}

/* scribble wall css START */
.scroll-box{overflow-y:auto; overflow-x:hidden;max-height:350px;min-height:200px;}
.write-box{padding:10px;background: rgba(239, 239, 239, 0.87);border-radius: 10px 10px 0 0;position:fixed;bottom:0;left:0;width:100%;}
.block-wrapper h3{font-size:18px;  display: -webkit-box;  word-break: break-word;  max-width: 210px;    -webkit-line-clamp: 6;    -webkit-box-orient: vertical;   overflow: hidden;    padding-right: 10px;} 
.block-wrapper .dateTime-block{font-size:12px;}
