.elementor-252 .elementor-element.elementor-element-59c9f43{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-19630d8 *//* ===== CHATZONIC INBOX APP ===== */

html, body{
  margin:0;
  padding:0;
  overflow-x:hidden;
}

body{
  background:#f3f5f9;
}

.cz-app-shell{
  display:flex;
  gap:0;
  min-height:100vh;
  height:100vh;
  background:#f3f5f9;
  font-family:Arial, Helvetica, sans-serif;
  color:#1f2937;
}

/* ===== SIDEBAR ===== */
.cz-sidebar{
  width:72px;
  min-width:72px;
  background:#ffffff;
  border-right:1px solid #e5e7eb;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:center;
  padding:16px 10px;
  box-sizing:border-box;
}

.cz-sidebar-top,
.cz-sidebar-bottom{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.cz-logo{
  width:40px;
  height:40px;
  border-radius:12px;
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:18px;
  box-shadow:0 8px 20px rgba(37,99,235,0.20);
  margin-bottom:6px;
}

.cz-side-btn{
  width:42px;
  height:42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:#f8fafc;
  border:1px solid #edf0f5;
  color:#475569;
  font-size:16px;
  transition:all 0.22s ease;
}

.cz-side-btn:hover{
  background:#eff6ff;
  border-color:#dbeafe;
  color:#2563eb;
  transform:translateY(-1px);
}

.cz-side-btn.active{
  background:#eaf2ff;
  border-color:#bfdbfe;
  color:#2563eb;
  box-shadow:0 8px 20px rgba(37,99,235,0.10);
}

/* ===== CHAT LIST ===== */
.cz-chatlist{
  width:320px;
  min-width:320px;
  background:#ffffff;
  border-right:1px solid #e5e7eb;
  display:flex;
  flex-direction:column;
  height:100vh;
}

.cz-chatlist-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:20px 18px 14px;
  border-bottom:1px solid #f1f5f9;
}

.cz-page-title{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.cz-page-title strong{
  font-size:18px;
  line-height:1.2;
  color:#0f172a;
}

.cz-page-title span{
  font-size:12px;
  color:#64748b;
}

.cz-new-btn{
  width:40px;
  height:40px;
  border:none;
  border-radius:12px;
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  color:#fff;
  font-size:20px;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(37,99,235,0.20);
  transition:all 0.22s ease;
}

.cz-new-btn:hover{
  transform:translateY(-1px);
}

.cz-search-wrap{
  padding:14px 18px;
  border-bottom:1px solid #f1f5f9;
}

.cz-search{
  width:100%;
  height:42px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  padding:0 14px;
  box-sizing:border-box;
  font-size:14px;
  outline:none;
  background:#f8fafc;
}

.cz-search:focus{
  border-color:#93c5fd;
  background:#fff;
}

.cz-chat-items{
  flex:1;
  overflow-y:auto;
  padding:10px 10px 14px;
  box-sizing:border-box;
}

.cz-chat-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px;
  border-radius:16px;
  cursor:pointer;
  transition:all 0.22s ease;
  margin-bottom:6px;
}

.cz-chat-item:hover{
  background:#f8fbff;
}

.cz-chat-item.active{
  background:#eef5ff;
  box-shadow:0 6px 16px rgba(37,99,235,0.08);
}

.cz-avatar{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:50%;
  background:#dbeafe;
  color:#1d4ed8;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:14px;
}

.cz-avatar.large{
  width:46px;
  height:46px;
  min-width:46px;
  font-size:15px;
}

.cz-chat-meta{
  flex:1;
  min-width:0;
}

.cz-chat-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.cz-chat-row strong{
  font-size:14px;
  color:#0f172a;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.cz-chat-row span{
  font-size:11px;
  color:#94a3b8;
  white-space:nowrap;
}

.cz-chat-row p{
  margin:4px 0 0;
  font-size:13px;
  color:#64748b;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.cz-chat-row em{
  min-width:20px;
  height:20px;
  padding:0 6px;
  border-radius:999px;
  background:#2563eb;
  color:#fff;
  font-style:normal;
  font-size:11px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:4px;
}

/* ===== MAIN CHAT WINDOW ===== */
.cz-chat-window{
  flex:1;
  display:flex;
  flex-direction:column;
  height:100vh;
  background:#f8fbff;
}

.cz-chat-header{
  background:#ffffff;
  border-bottom:1px solid #e5e7eb;
  padding:16px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.cz-chat-user{
  display:flex;
  align-items:center;
  gap:12px;
}

.cz-chat-user strong{
  display:block;
  font-size:15px;
  color:#0f172a;
}

.cz-chat-user span{
  display:block;
  font-size:12px;
  color:#64748b;
  margin-top:3px;
}

.cz-chat-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.cz-assigned-number{
  background:#eff6ff;
  color:#1d4ed8;
  border:1px solid #dbeafe;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:600;
}

.cz-plan-badge{
  background:#f1f5f9;
  color:#334155;
  border:1px solid #e2e8f0;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:600;
}

.cz-add-contact{
  height:38px;
  border:none;
  border-radius:12px;
  background:#2563eb;
  color:#fff;
  padding:0 14px;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  transition:all 0.22s ease;
}

.cz-add-contact:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(37,99,235,0.18);
}

.cz-chat-body{
  flex:1;
  overflow-y:auto;
  padding:24px 24px 18px;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.cz-bubble{
  max-width:520px;
  padding:12px 14px;
  border-radius:18px;
  font-size:14px;
  line-height:1.45;
  box-shadow:0 6px 18px rgba(15,23,42,0.04);
}

.cz-bubble span{
  display:block;
}

.cz-bubble small{
  display:block;
  margin-top:6px;
  font-size:11px;
  color:#94a3b8;
}

.cz-bubble.left{
  background:#ffffff;
  color:#334155;
  border-top-left-radius:8px;
  align-self:flex-start;
}

.cz-bubble.right{
  background:#dbeafe;
  color:#0f172a;
  border-top-right-radius:8px;
  align-self:flex-end;
}

.cz-composer{
  background:#ffffff;
  border-top:1px solid #e5e7eb;
  padding:14px 18px;
  display:flex;
  align-items:center;
  gap:10px;
}

.cz-composer-btn{
  width:40px;
  height:40px;
  border:none;
  border-radius:12px;
  background:#f1f5f9;
  color:#475569;
  cursor:pointer;
  font-size:16px;
}

.cz-composer-input{
  flex:1;
  height:44px;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:0 14px;
  box-sizing:border-box;
  font-size:14px;
  outline:none;
  background:#f8fafc;
}

.cz-composer-input:focus{
  border-color:#93c5fd;
  background:#fff;
}

.cz-send-btn{
  width:46px;
  height:44px;
  border:none;
  border-radius:14px;
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  color:#fff;
  font-size:16px;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(37,99,235,0.18);
}

/* ===== FOOTER / THEME CLEANUP ===== */
footer,
.ct-footer{
  display:none !important;
}

/* ===== TABLET ===== */
@media (max-width:1024px){
  .cz-chatlist{
    width:290px;
    min-width:290px;
  }

  .cz-chat-header{
    padding:14px 16px;
  }

  .cz-chat-body{
    padding:18px 16px 14px;
  }
}

/* ===== MOBILE ===== */
@media (max-width:768px){
  .cz-app-shell{
    flex-direction:column;
    height:auto;
    min-height:100vh;
    padding-bottom:72px;
  }

  .cz-sidebar{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    min-width:100%;
    height:68px;
    z-index:999;
    border-right:none;
    border-top:1px solid #e5e7eb;
    flex-direction:row;
    justify-content:space-between;
    padding:10px 14px;
  }

  .cz-sidebar-top,
  .cz-sidebar-bottom{
    flex-direction:row;
    gap:10px;
  }

  .cz-logo{
    display:none;
  }

  .cz-chatlist{
    width:100%;
    min-width:100%;
    height:auto;
  }

  .cz-chat-window{
    height:auto;
    min-height:calc(100vh - 68px);
  }

  .cz-chat-header{
    flex-direction:column;
    align-items:flex-start;
  }

  .cz-chat-actions{
    width:100%;
    justify-content:flex-start;
  }

  .cz-bubble{
    max-width:88%;
  }

  .cz-composer{
    padding:12px;
  }
}

/* ===== SMALL MOBILE ===== */
@media (max-width:560px){
  .cz-chatlist-top{
    padding:16px 14px 12px;
  }

  .cz-search-wrap{
    padding:12px 14px;
  }

  .cz-chat-items{
    padding:8px 8px 12px;
  }

  .cz-chat-item{
    padding:10px;
  }

  .cz-chat-body{
    padding:14px 12px 10px;
  }

  .cz-chat-header{
    padding:12px;
  }

  .cz-assigned-number,
  .cz-plan-badge{
    font-size:11px;
    padding:7px 10px;
  }

  .cz-add-contact{
    width:100%;
  }
}



/* ===== MOBILE BACK BUTTON ===== */
.cz-mobile-back{
  display:none;
  width:34px;
  height:34px;
  min-width:34px;
  border:none;
  border-radius:10px;
  background:#eef2f7;
  color:#334155;
  font-size:18px;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  margin-right:2px;
}

/* ===== MOBILE CHAT BEHAVIOR FIX ===== */
@media (max-width:768px){

  .cz-chat-window{
    display:none;
  }

  .cz-app-shell.cz-chat-open .cz-chatlist{
    display:none;
  }

  .cz-app-shell.cz-chat-open .cz-chat-window{
    display:flex;
    min-height:calc(100vh - 68px);
  }

  .cz-mobile-back{
    display:flex;
  }

  .cz-chat-user{
    width:100%;
  }

  .cz-chat-item{
    cursor:pointer;
  }
}

/* ===== SVG ICONS ===== */
.cz-svg-icon{
  width:18px;
  height:18px;
  display:block;
  flex:none;
}

.cz-svg-icon.small{
  width:17px;
  height:17px;
}

.cz-side-btn{
  font-size:0;
}

.cz-composer-btn{
  display:flex;
  align-items:center;
  justify-content:center;
}

.cz-composer-btn .cz-svg-icon{
  color:#475569;
}

.cz-side-btn .cz-svg-icon{
  color:currentColor;
}/* End custom CSS */