/* Koy Çuvala - Chat mobil kişi listesi v2 */
.kc-chat-toggle-v2{display:none!important;}
@media (min-width:769px){
  body.kc-chat-mobile-v2 .kc-chat-toggle-v2{display:none!important;}
}
@media (max-width:768px){
  body.kc-chat-mobile-v2 .kc-chat-toggle-v2{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;
    margin-left:auto!important;border:1px solid #bfe6ca!important;background:#f0fdf4!important;color:#08712d!important;
    border-radius:999px!important;padding:8px 11px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;
    white-space:nowrap!important;box-shadow:0 6px 16px rgba(8,113,45,.10)!important;cursor:pointer!important;
    -webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;
  }
  body.kc-chat-mobile-v2 .kc-chat-toggle-v2:active{transform:scale(.98)!important;}

  body.kc-chat-mobile-v2 .cw{
    display:flex!important;grid-template-columns:none!important;flex-direction:column!important;width:100%!important;
    height:calc(100svh - var(--header-h,64px))!important;max-height:calc(100svh - var(--header-h,64px))!important;overflow:hidden!important;
  }
  body.kc-chat-mobile-v2 .cl{
    display:flex!important;flex-direction:column!important;width:100%!important;flex:0 0 auto!important;
    min-height:56px!important;max-height:42svh!important;overflow:hidden!important;background:#fff!important;
    border-right:0!important;border-bottom:1px solid #e5e7eb!important;z-index:30!important;
    transition:max-height .18s ease!important;box-shadow:0 6px 18px rgba(15,23,42,.08)!important;
  }
  body.kc-chat-mobile-v2 .cl .cl-hd{
    height:56px!important;min-height:56px!important;padding:0 12px!important;display:flex!important;align-items:center!important;gap:8px!important;
    flex:0 0 56px!important;background:#fff!important;cursor:default!important;
  }
  body.kc-chat-mobile-v2 .cl .cl-hd>a{margin-left:8px!important;white-space:nowrap!important;}
  body.kc-chat-mobile-v2 .cl .cl-list{
    display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;flex:1 1 auto!important;
    max-height:calc(42svh - 56px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;background:#fff!important;
  }
  body.kc-chat-mobile-v2 .cl.kc-contacts-closed-v2{max-height:56px!important;min-height:56px!important;}
  body.kc-chat-mobile-v2 .cl.kc-contacts-closed-v2 .cl-list{
    display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;max-height:0!important;overflow:hidden!important;
  }
  body.kc-chat-mobile-v2 .cr{
    display:flex!important;flex-direction:column!important;flex:1 1 auto!important;min-height:0!important;height:auto!important;overflow:hidden!important;
  }
  body.kc-chat-mobile-v2 .cb{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;}
  body.kc-chat-mobile-v2 .ch,body.kc-chat-mobile-v2 .cpanel,body.kc-chat-mobile-v2 .cf{flex-shrink:0!important;}
  body.kc-chat-mobile-v2 .cpanel{max-height:24svh!important;overflow-y:auto!important;}
}