.word
{
max-width: 156px;
overflow-wrap: inherit; background-color:#0084ff; 

padding: 8px 15px;
float: left;
font-size: 13px;
background: #f1f1f1;
border-radius: 30px;
margin: 2px 10px 0;
color: #555;
}



#popup{
    
    width:300px !important;
    height:200px !important;
    background-color: #FFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    padding: 25px;
   
    left: 458px;
    position: absolute;
    top: 50px;
    
   
}

#popup .logo {
color: #2B91AF;
font: bold 325% 'Petrona',sans;
position: absolute;
font-size:15px;
margin:15% 28% 0 0;
}

.button.b-close, .button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}

.button {
    background-color: #2B91AF;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
/*pop*/
.popup
{
    width: 30%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #2b2c2d;
    position: fixed;
    right: 10px;
    bottom:-50%;
    z-index: 100;
}

.popup .head {
      width: 100%;
    height: 50px;
    background-color: rgb(55, 163, 218);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    padding: 15px;
    font-weight: 650;
    cursor: pointer;
}
.popup button {
    margin: 0 10px 10px 10px;
    width: 95%;
    background-color: rgb(55, 163, 218);
    font-weight: 550;
    border: 1px solid #888;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #FFF;
    outline: none;
}


.popup p {
width: 95%;
margin: auto;
padding: 30px 10px;
color: white;
margin: 10px;
max-height:200px;
 overflow-y:auto;
 overflow-x:hidden;
}

.popup input, .popup textarea {
display: block;
border: 1px solid #888;
margin: 10px;
width: 95%;
height: 50px;
background-color: #eee;
border-radius:10px;
padding: 7px;
color: black;
}


.ui-chatbox-msg{
    position:relative !important;
    min-height:20px !important;
max-width: 95% !important;
overflow-wrap: inherit ;
background-color:#0084ff  !important; 
padding: 5px 20px 5px 20px  !important;
font-size: 13px  !important;
background: #f1f1f1  !important;
border-radius: 10px  !important;
margin: 10px 10px 0 10px !important;
color: #555  !important;
  display: grid !important;
  grid-template-columns: auto auto auto !important;
  grid-template-rows: auto auto !important;
  grid-gap: 10px !important;
  overflow:hidden !important;
}

.ui-chatbox-msg b{
    width:100% !important;
  display:block !important;
  flex-flow: row wrap !important;
  overflow:hidden !important;
} 

.ui-chatbox-msg span{
    width:100% !important;
   display: block !important;
  flex-flow: row wrap !important;
}


/*responsive*/

/*glaxy*/

@media only screen and (max-width: 767px) {
    .popup
{   
    display:none;
    width: 95%;
    height: 300px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #2b2c2d;
    position: fixed;
    right: 10px;
    top:1%;
    z-index: 100;
}

.popup p {
width: 95%;
margin: auto;
padding: 30px 10px;
color: white;
margin: 10px;
max-height:100px;
 overflow-y:auto;}


#popup{
    
    width:200px !important;
    height:100px !important;
    background-color: #FFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    padding: 25px;
    position: absolute;
}

#popup .logo {
color: #2B91AF;
font: bold 325% 'Petrona',sans;
position: absolute;
font-size:15px;
margin:5% 15% 0 0;
}

}


/*ipad*/

@media only screen and (min-width: 768px) and (max-width: 959px) {
     .popup
{
    width: 50%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #2b2c2d;
    position: fixed;
    right: 10px;
    bottom:20%;
    z-index: 100;
}

}


/*ipad pro*/

@media only screen and (min-width: 960px) and (max-width: 1024px) {
     .popup
{
    width: 50%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #2b2c2d;
    position: fixed;
    right: 10px;
    bottom:20%;
    z-index: 100;
}

}
