/* VISQO Messages - conversations panel skeleton 4.5.0 */
.visqo-conversations{position:relative!important}
.vq-conv-skeleton{
  position:absolute;
  inset:0;
  z-index:80;
  display:flex;
  flex-direction:column;
  background:#07101b;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transition:opacity .24s ease,visibility .24s ease;
}
.vq-conv-skeleton.is-leaving{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.vq-conv-sk-head{height:78px;min-height:78px;padding:16px 22px 0;box-sizing:border-box}
.vq-conv-sk-kicker,.vq-conv-sk-title,.vq-conv-sk-search,.vq-conv-sk-avatar,.vq-conv-sk-line,.vq-conv-sk-time{
  position:relative;
  overflow:hidden;
  background:rgba(148,163,184,.09);
}
.vq-conv-sk-kicker::after,.vq-conv-sk-title::after,.vq-conv-sk-search::after,.vq-conv-sk-avatar::after,.vq-conv-sk-line::after,.vq-conv-sk-time::after{
  content:"";
  position:absolute;
  inset:0;
  transform:translateX(-100%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.075),transparent);
  animation:vqConvShimmer 1.1s ease-in-out infinite;
}
.vq-conv-sk-kicker{width:72px;height:6px;border-radius:99px;margin-bottom:8px}
.vq-conv-sk-title{width:118px;height:25px;border-radius:8px}
.vq-conv-sk-search{height:46px;margin:0 14px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.06);background:rgba(148,163,184,.055)}
.vq-conv-sk-list{display:flex;flex-direction:column}
.vq-conv-sk-row{position:relative;height:82px;min-height:82px;padding:12px 16px;display:flex;align-items:center;gap:13px;box-sizing:border-box}
.vq-conv-sk-row::after{content:"";position:absolute;left:84px;right:14px;bottom:0;height:1px;background:rgba(255,255,255,.04)}
.vq-conv-sk-avatar{width:56px;height:56px;flex:0 0 56px;border-radius:16px;background:rgba(148,163,184,.10)}
.vq-conv-sk-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:8px}
.vq-conv-sk-line{height:9px;border-radius:99px}
.vq-conv-sk-line.name{width:62%;height:11px}
.vq-conv-sk-line.preview{width:44%}
.vq-conv-sk-line.status{width:27%;height:7px}
.vq-conv-sk-time{position:absolute;right:16px;top:20px;width:28px;height:7px;border-radius:99px}
.vq-conv-sk-row:nth-child(2) .vq-conv-sk-line.name{width:70%}
.vq-conv-sk-row:nth-child(2) .vq-conv-sk-line.preview{width:58%}
.vq-conv-sk-row:nth-child(3) .vq-conv-sk-line.name{width:54%}
.vq-conv-sk-row:nth-child(3) .vq-conv-sk-line.preview{width:32%}
.vq-conv-sk-row:nth-child(4) .vq-conv-sk-line.name{width:66%}
.vq-conv-sk-row:nth-child(4) .vq-conv-sk-line.preview{width:48%}
@keyframes vqConvShimmer{100%{transform:translateX(100%)}}
@media(max-width:700px){
  .vq-conv-sk-head{height:76px;min-height:76px;padding-left:18px}
  .vq-conv-sk-search{margin-left:14px;margin-right:14px}
  .vq-conv-sk-row{padding-left:16px;padding-right:16px}
}
@media(prefers-reduced-motion:reduce){
  .vq-conv-sk-kicker::after,.vq-conv-sk-title::after,.vq-conv-sk-search::after,.vq-conv-sk-avatar::after,.vq-conv-sk-line::after,.vq-conv-sk-time::after{animation:none}
  .vq-conv-skeleton{transition:none}
}
