/* Pawon Nusantara v7.4.25 - progressive clean chat */
.floating-chat__channel-tabs{display:none!important}
.browser-chat__row{display:none!important}
.floating-chat--conversation-started .floating-chat__panel-head-main strong{display:none!important}
.floating-chat--conversation-started .floating-chat__panel-body > p{display:none!important}
.floating-chat--conversation-started .floating-chat__panel-head{padding-bottom:10px!important}
.floating-chat--conversation-started .floating-chat__panel-head-main small{
  margin-top:0!important;
  font-size:12px!important;
  color:#5e514b!important;
}
.floating-chat__panel{
  height:min(510px, calc(100vh - 88px))!important;
  max-height:min(510px, calc(100vh - 88px))!important;
}
.floating-chat--conversation-started .floating-chat__panel{
  height:min(470px, calc(100vh - 84px))!important;
  max-height:min(470px, calc(100vh - 84px))!important;
}
.floating-chat__panel-body{gap:7px!important}
.browser-chat__messages{
  min-height:150px!important;
  border-radius:18px!important;
}
.floating-chat--conversation-started .browser-chat__messages{
  min-height:170px!important;
}
.browser-chat textarea{
  min-height:72px!important;
  max-height:86px!important;
}
.browser-chat__submit{min-height:40px!important}
.browser-chat__note{
  padding:0 2px!important;
  font-size:10.5px!important;
  line-height:1.4!important;
}
.floating-chat__actions{order:9!important}
@media(max-width:760px){
  .floating-chat__panel{
    height:min(500px, calc(100vh - 80px))!important;
    max-height:min(500px, calc(100vh - 80px))!important;
  }
  .floating-chat--conversation-started .floating-chat__panel{
    height:min(455px, calc(100vh - 78px))!important;
    max-height:min(455px, calc(100vh - 78px))!important;
  }
  .browser-chat__messages{min-height:145px!important}
  .floating-chat--conversation-started .browser-chat__messages{min-height:165px!important}
}
