/* BOLEPIX_WHATSAPP_STATUS_TOP_V5703Z172WA1 */
/* BOLEPIX_WA_TOP_INDICATOR_R5_SMALLER_DOT */
.bp-wa-top-status-v172{
  width:44px;
  height:44px;
  min-width:44px;
  min-height:44px;
  border-radius:999px;
  box-sizing:border-box;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  margin:0 10px 0 0;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(148,163,184,.42);
  box-shadow:
    0 10px 24px rgba(15,23,42,.12),
    0 2px 6px rgba(15,23,42,.10);
  vertical-align:middle;
  position:relative;
  transition:
    box-shadow .20s ease,
    transform .20s ease,
    opacity .20s ease;
}

.bp-wa-top-status-v172::after{
  content:"";
  width:16px;
  height:16px;
  border-radius:999px;
  display:block;
  background:#94a3b8;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.96),
    0 0 0 4px rgba(148,163,184,.14);
  transition:
    background-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

.bp-wa-top-status-v172[data-state="online"]::after{
  background:#22c55e;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.96),
    0 0 0 4px rgba(34,197,94,.14);
}

.bp-wa-top-status-v172[data-state="offline"]::after{
  background:#ef4444;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.96),
    0 0 0 4px rgba(239,68,68,.14);
}

.bp-wa-top-status-v172[data-state="checking"]::after{
  background:#94a3b8;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.96),
    0 0 0 4px rgba(148,163,184,.14);
}

.bp-wa-top-status-v172[data-state="checking"]{
  animation:bpWaTopPulseV172 1.15s ease-in-out infinite;
}

@keyframes bpWaTopPulseV172{
  0%{ transform:scale(1); }
  50%{ transform:scale(1.04); }
  100%{ transform:scale(1); }
}

.bp-wa-top-refresh-spin-v172{
  animation:bpWaTopRefreshSpinV172 .75s linear 1;
  transform-origin:center center;
}

@keyframes bpWaTopRefreshSpinV172{
  from{ transform:rotate(0deg); }
  to{ transform:rotate(360deg); }
}

@media (max-width:900px){
  .bp-wa-top-status-v172{
    width:42px;
    height:42px;
    min-width:42px;
    min-height:42px;
    margin-right:8px;
  }

  .bp-wa-top-status-v172::after{
    width:15px;
    height:15px;
  }
}
