/* AgroPanel Push Bell v3.5 */
.agro-push-bell-wrap{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:10px;
  vertical-align:middle;
  z-index:50;
}
.agro-push-bell{
  width:38px;
  height:38px;
  border:0;
  border-radius:999px;
  background:#eef6ee;
  color:#1d7a38;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 4px 14px rgba(0,0,0,.12);
  position:relative;
  padding:0;
  font-size:20px;
}
.agro-push-bell.is-on{background:#e7fff2;color:#087344}
.agro-push-bell.is-warn{background:#fff8e6;color:#a15c00}
.agro-push-bell.is-off,.agro-push-bell.is-unsupported{background:#fff1f1;color:#b00020}
.agro-push-bell-dot{
  position:absolute;
  top:3px;
  right:3px;
  width:10px;
  height:10px;
  border-radius:999px;
  border:2px solid #fff;
  background:#f59e0b;
}
.agro-push-bell.is-on .agro-push-bell-dot{background:#04c878}
.agro-push-bell.is-off .agro-push-bell-dot,
.agro-push-bell.is-unsupported .agro-push-bell-dot{background:#dc2626}
.agro-push-bell-panel{
  display:none;
  position:absolute;
  top:46px;
  right:0;
  width:310px;
  max-width:calc(100vw - 28px);
  background:#fff;
  border:1px solid #dbe5ee;
  border-radius:18px;
  box-shadow:0 20px 55px rgba(0,0,0,.20);
  padding:16px;
  color:#092136;
  text-align:left;
  font-family:Arial, sans-serif;
}
.agro-push-bell-panel.open{display:block}
.agro-push-panel-title{font-size:20px;font-weight:900;margin-bottom:8px;color:#092136}
.agro-push-panel-status{font-size:17px;font-weight:800;margin-bottom:8px;padding:8px 10px;border-radius:12px;background:#f3f6fb}
.agro-push-panel-status.on{background:#e7fff2;color:#087344}
.agro-push-panel-status.warn{background:#fff8e6;color:#a15c00}
.agro-push-panel-status.off{background:#fff1f1;color:#b00020}
.agro-push-bell-panel p{margin:8px 0 12px;font-size:15px;line-height:1.35;color:#465568}
.agro-push-panel-note{font-size:13px!important;color:#667085!important;background:#f8fafc;padding:8px;border-radius:10px}
.agro-push-panel-btn{
  width:100%;
  border:0;
  border-radius:12px;
  background:#04c878;
  color:#fff;
  padding:13px 14px;
  font-size:16px;
  font-weight:900;
  cursor:pointer;
}
/* v3.4: Bildirim izni verilince büyük kart kesin gizlensin. */
html.agro-push-granted #agroPushStatusCard,
html.agro-push-granted .agro-push-status-card,
html.agro-push-granted #agroPushPermissionCard,
html.agro-push-granted .agro-push-permission-card,
html.agro-push-granted #agroPushCard,
html.agro-push-granted .agro-push-card{
  display:none!important;
}
@media(max-width:700px){
  .agro-push-bell{width:34px;height:34px;font-size:18px}
  .agro-push-bell-panel{right:-8px;width:290px}
}


/* v3.5: Ana sayfa altındaki tekrar eden Bildirim İzni kartı artık kullanılmaz. */
#agroPushStatusCard,
.agro-push-status-card,
#agroPushPermissionCard,
.agro-push-permission-card{
  display:none!important;
}
