.elementor-254 .elementor-element.elementor-element-afeb874{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-460d69d *//* ===== CHATZONIC CONTACTS PAGE - FULL CODE ===== */

html, body{
  margin:0;
  padding:0;
  overflow-x:hidden;
}

body{
  background:#f3f5f9;
}

/* theme cleanup */
footer,
.ct-footer{
  display:none !important;
}

body.cz-modal-open{
  overflow:hidden;
}

/* app wrapper */
.cz-contacts-app{
  display:flex;
  min-height:100vh;
  height:100vh;
  background:#f3f5f9;
  font-family:Arial, Helvetica, sans-serif;
  color:#1f2937;
}

/* ===== SIDEBAR ===== */
.cz-contacts-app .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-contacts-app .cz-sidebar-top,
.cz-contacts-app .cz-sidebar-bottom{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.cz-contacts-app .cz-logo{
  width:40px;
  height:40px;
  min-width:40px;
  min-height:40px;
  border-radius:12px;
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:700;
  font-size:18px;
  box-shadow:0 8px 20px rgba(37,99,235,0.20);
  margin-bottom:6px;
}

.cz-contacts-app .cz-side-btn{
  width:42px;
  height:42px;
  min-width:42px;
  min-height:42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:#f8fafc;
  border:1px solid #edf0f5;
  color:#475569;
  transition:all 0.22s ease;
  padding:0;
  overflow:hidden;
}

.cz-contacts-app .cz-side-btn:hover{
  background:#eff6ff;
  border-color:#dbeafe;
  color:#2563eb;
  transform:translateY(-1px);
}

.cz-contacts-app .cz-side-btn.active{
  background:#eaf2ff;
  border-color:#bfdbfe;
  color:#2563eb;
  box-shadow:0 8px 20px rgba(37,99,235,0.10);
}

.cz-contacts-app .cz-svg-icon{
  width:18px;
  height:18px;
  min-width:18px;
  min-height:18px;
  display:block;
  flex:none;
}

.cz-contacts-app .cz-side-btn svg{
  width:18px;
  height:18px;
}

.cz-contacts-app .cz-side-btn svg *{
  vector-effect:non-scaling-stroke;
}

/* ===== MAIN ===== */
.cz-contacts-main{
  flex:1;
  min-width:0;
  height:100vh;
  overflow:auto;
  background:linear-gradient(180deg,#f4f7fb 0%,#eef4ff 100%);
}

.cz-contacts-wrap{
  max-width:1280px;
  margin:0 auto;
  padding:32px;
  box-sizing:border-box;
}

.cz-contacts-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.cz-contacts-header h1{
  margin:0 0 8px;
  font-size:30px;
  line-height:1.1;
  color:#0f172a;
}

.cz-contacts-header p{
  margin:0;
  font-size:14px;
  color:#64748b;
}

.cz-add-contact-btn{
  height:46px;
  border:none;
  border-radius:14px;
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  color:#ffffff;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 12px 26px rgba(37,99,235,0.20);
  white-space:nowrap;
}

.cz-btn-icon{
  width:16px;
  height:16px;
  display:block;
}

.cz-contacts-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:20px;
}

.cz-search-box{
  flex:1;
  min-width:0;
  height:48px;
  background:#ffffff;
  border:1px solid #e5eaf3;
  border-radius:16px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 14px;
  box-sizing:border-box;
  box-shadow:0 8px 24px rgba(15,23,42,0.03);
}

.cz-search-box input{
  flex:1;
  min-width:0;
  border:none;
  outline:none;
  background:transparent;
  font-size:14px;
  color:#0f172a;
}

.cz-search-box input::placeholder{
  color:#94a3b8;
}

.cz-search-icon{
  width:18px;
  height:18px;
  color:#94a3b8;
  flex:none;
}

.cz-contact-summary{
  min-width:140px;
  background:#ffffff;
  border:1px solid #e5eaf3;
  border-radius:16px;
  padding:11px 14px;
  box-sizing:border-box;
  box-shadow:0 8px 24px rgba(15,23,42,0.03);
}

.cz-contact-summary span{
  display:block;
  font-size:11px;
  color:#64748b;
  margin-bottom:4px;
}

.cz-contact-summary strong{
  font-size:20px;
  color:#0f172a;
}

/* contacts cards */
.cz-contacts-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.cz-contact-card{
  background:#ffffff;
  border:1px solid #e6edf7;
  border-radius:24px;
  padding:18px;
  box-sizing:border-box;
  box-shadow:0 18px 38px rgba(15,23,42,0.05);
  transition:transform 0.22s ease, box-shadow 0.22s ease;
}

.cz-contact-card:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 42px rgba(15,23,42,0.08);
}

.cz-contact-top{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.cz-contact-avatar{
  width:48px;
  height:48px;
  min-width:48px;
  border-radius:50%;
  background:#dbeafe;
  color:#1d4ed8;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:700;
}

.cz-contact-name-wrap{
  min-width:0;
}

.cz-contact-name-wrap h3{
  margin:0 0 4px;
  font-size:17px;
  color:#0f172a;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.cz-contact-name-wrap p{
  margin:0;
  font-size:13px;
  color:#64748b;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.cz-contact-lines{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:16px;
}

.cz-contact-lines div{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:10px 12px;
  border-radius:16px;
  background:#f8fbff;
  border:1px solid #edf2f9;
}

.cz-contact-lines span{
  font-size:11px;
  color:#64748b;
}

.cz-contact-lines strong{
  font-size:13px;
  color:#0f172a;
  word-break:break-word;
}

.cz-contact-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.cz-card-btn{
  height:38px;
  border:none;
  border-radius:12px;
  background:#f1f5f9;
  color:#334155;
  padding:0 14px;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.cz-card-btn.primary{
  background:#2563eb;
  color:#ffffff;
}

.cz-card-btn.danger{
  background:#fff1f2;
  color:#e11d48;
}

/* ===== MODAL ===== */
.cz-modal-backdrop{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,0.48);
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  box-sizing:border-box;
  z-index:9999;
}

.cz-modal-backdrop.active{
  display:flex;
}

.cz-modal-card{
  width:100%;
  max-width:760px;
  background:#ffffff;
  border-radius:24px;
  border:1px solid #e6edf7;
  box-shadow:0 24px 60px rgba(15,23,42,0.20);
  padding:22px;
  box-sizing:border-box;
}

.cz-modal-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:20px;
}

.cz-modal-head h2{
  margin:0 0 6px;
  font-size:24px;
  color:#0f172a;
}

.cz-modal-head p{
  margin:0;
  font-size:13px;
  color:#64748b;
}

.cz-close-btn{
  width:40px;
  height:40px;
  min-width:40px;
  border:none;
  border-radius:12px;
  background:#f1f5f9;
  color:#334155;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.cz-contact-form{
  margin:0;
}

.cz-form-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

.cz-form-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.cz-form-field label{
  font-size:12px;
  font-weight:600;
  color:#334155;
}

.cz-form-field input{
  height:46px;
  border:1px solid #dde5f0;
  border-radius:14px;
  padding:0 14px;
  font-size:14px;
  outline:none;
  background:#fbfdff;
  box-sizing:border-box;
}

.cz-form-field input:focus{
  border-color:#93c5fd;
  background:#ffffff;
}

.cz-modal-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  margin-top:20px;
}

.cz-secondary-btn,
.cz-primary-btn{
  height:44px;
  border:none;
  border-radius:14px;
  padding:0 18px;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
}

.cz-secondary-btn{
  background:#f1f5f9;
  color:#334155;
}

.cz-primary-btn{
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  color:#ffffff;
}

/* ===== TABLET ===== */
@media (max-width:1100px){
  .cz-contacts-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .cz-contacts-wrap{
    padding:20px;
  }
}

/* ===== MOBILE ===== */
@media (max-width:768px){
  .cz-contacts-app{
    flex-direction:column;
    height:auto;
    min-height:100vh;
    padding-bottom:72px;
  }

  .cz-contacts-app .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-contacts-app .cz-sidebar-top,
  .cz-contacts-app .cz-sidebar-bottom{
    flex-direction:row;
    gap:10px;
  }

  .cz-contacts-app .cz-logo{
    display:none;
  }

  .cz-contacts-main{
    height:auto;
    min-height:calc(100vh - 68px);
  }

  .cz-contacts-wrap{
    padding:14px 12px;
  }

  .cz-contacts-header{
    flex-direction:column;
    align-items:stretch;
  }

  .cz-add-contact-btn{
    width:100%;
  }

  .cz-contacts-header h1{
    font-size:24px;
  }

  .cz-contacts-toolbar{
    flex-direction:column;
    align-items:stretch;
  }

  .cz-contact-summary{
    width:100%;
    min-width:0;
  }

  .cz-contacts-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .cz-contact-card{
    border-radius:18px;
    padding:16px;
  }

  .cz-form-grid{
    grid-template-columns:1fr;
  }

  .cz-modal-card{
    border-radius:18px;
    padding:16px;
  }

  .cz-modal-head{
    margin-bottom:16px;
  }

  .cz-modal-head h2{
    font-size:20px;
  }

  .cz-modal-actions{
    flex-direction:column;
  }

  .cz-secondary-btn,
  .cz-primary-btn{
    width:100%;
  }
}/* End custom CSS */