#alobiz-session-badge {
  display: none !important;
}

#alobiz-session-badge::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20a464;
  box-shadow: 0 0 0 4px rgba(32,164,100,.12);
}

#alobiz-session-badge.warning {
  border-color: #f2bd56;
  color: #744700;
  background: #fff9e9;
}

#alobiz-session-badge.warning::before {
  background: #e79a16;
  box-shadow: 0 0 0 4px rgba(231,154,22,.14);
}

#alobiz-session-warning {
  position: fixed;
  inset: 18px 50% auto auto;
  transform: translateX(50%);
  z-index: 2147483001;
  width: min(92vw, 440px);
  padding: 14px;
  border: 1px solid #f0bf65;
  border-radius: 16px;
  background: #fffaf0;
  color: #5e3b00;
  box-shadow: 0 14px 40px rgba(57,36,0,.22);
  direction: rtl;
  font-family: Tahoma, Arial, sans-serif;
}

#alobiz-session-warning[hidden],
#alobiz-session-badge[hidden] {
  display: none !important;
}

#alobiz-session-warning strong,
#alobiz-session-warning span {
  display: block;
}

#alobiz-session-warning strong {
  margin-bottom: 5px;
  font-size: 14px;
}

#alobiz-session-warning span {
  font-size: 12px;
  line-height: 1.8;
}

#alobiz-session-warning button {
  width: 100%;
  margin-top: 10px;
  padding: 9px 12px;
  border: 0;
  border-radius: 10px;
  background: #1769d2;
  color: #fff;
  cursor: pointer;
  font: 700 13px Tahoma, Arial, sans-serif;
}

.alobiz-session-notice {
  box-sizing: border-box;
  direction: rtl;
  font-family: Tahoma, Arial, sans-serif;
}


.alobiz-session-notice {
  position: fixed;
  inset: 16px 50% auto auto;
  transform: translateX(50%);
  z-index: 2147483002;
  width: min(92vw, 460px);
  padding: 11px 14px;
  border-radius: 12px;
  background: #24364a;
  color: #fff;
  box-shadow: 0 12px 34px rgba(0,0,0,.22);
  text-align: center;
  font-size: 13px;
}

@media (max-width: 640px) {
  #alobiz-session-warning {
    top: 10px;
  }
}
