    /*!NETWORKS PARA ICONOS*/
.social-networks {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.social-networks ion-icon, .social-networks i {
    border: 1px solid #C9CCCB;
    background-color: rgb(252, 255, 254);
    border-radius: 6px;
    padding: 8px;
    color: #21388B;
    cursor: pointer;
    font-size: 20px
}

.social-networks {
    display: flex;
    gap: 12px;
    margin-bottom: 0px;
}

.social-networks {
    place-content: center;
}

/*!COLOR AZUL*/
.btn-azul_v2 {
    color: #ffffff;
    background-color: #21388B;
    border-color: #21388B;
    box-shadow: 0 1px 0 rgba(255,255,255,.15)
}

/* ===================================================================
   PANEL WHATSAPP (ajuste/whatsapp)
   ================================================================ */
.wsp-panel .wsp-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.wsp-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}
.wsp-badge-off { background: #fde8e8; color: #c62828; }
.wsp-badge-on { background: #e8f5e9; color: #2e7d32; }
.wsp-badge-warn { background: #fff8e1; color: #f57c00; }
.wsp-badge-ban { background: #fce4ec; color: #ad1457; }
#btn-wsp-qr:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: auto;
}
.wsp-section-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}
.wsp-alert {
  border-radius: 10px;
  padding: 16px 18px;
}
.wsp-alert-warn { background: #fdecea; border: 1px solid #f5c6cb; }
.wsp-alert-ok { background: #e8f5e9; border: 1px solid #a5d6a7; }
.wsp-alert-ban { background: #fce4ec; border: 1px solid #f48fb1; }
.wsp-toggle-card {
  border: 1px solid #c8e6c9;
  background: #f1f8f2;
  border-radius: 12px;
  padding: 18px 20px;
}
.wsp-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #666;
  display: block;
  margin-bottom: 6px;
}
.wsp-col-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #888;
  margin-bottom: 12px;
}
.wsp-notif-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 12px;
  background: #fff;
}

/* Modal QR WhatsApp */
.wsp-qr-modal {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
}
.wsp-qr-modal-header {
  background: #25d366;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wsp-qr-modal-icon {
  font-size: 28px;
  color: #fff;
  margin-right: 12px;
}
.wsp-qr-modal-body {
  min-height: 380px;
}
.wsp-qr-steps {
  padding: 24px 22px 16px;
  border-right: 1px solid #eee;
  background: #fff;
}
.wsp-qr-step-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.wsp-qr-step-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 13.5px;
  line-height: 1.4;
  color: #222;
}
.wsp-step-num {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wsp-qr-demo-img {
  max-width: 100%;
  height: auto;
  max-height: 140px;
  border-radius: 8px;
}
.wsp-qr-code-pane {
  padding: 28px 24px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}
.wsp-qr-code-box {
  width: 260px;
  height: 260px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.wsp-qr-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.wsp-qr-loading {
  text-align: center;
}
.wsp-qr-timer-wrap {
  width: 260px;
  margin-top: 18px;
  text-align: center;
}
.wsp-qr-timer-bar {
  height: 4px;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}
.wsp-qr-timer-bar span {
  display: block;
  height: 100%;
  width: 100%;
  background: #25d366;
  border-radius: 4px;
}
.wsp-qr-timer-text {
  font-size: 13px;
  color: #777;
}
@media (max-width: 767px) {
  .wsp-qr-steps { border-right: none; border-bottom: 1px solid #eee; }
  .wsp-qr-demo { display: none; }
}

