.backdrop-popup {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.325s cubic-bezier(0.44, 0, 0.1, 1);
  display: none;
  align-items: center;
  justify-content: center;
}

.content-popup {
  max-width : 620px;
  padding: 20px;
}

@media (max-width: 600px) { .content-popup {
  max-width : 400px;
  padding: 20px;
} }



.snapp-widget-container {
  position: relative;
 /* margin: 20px auto;*/
  max-width: 400px;
}

.snapp-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background-color: #e6f0fa; 
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #b0d4f1;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.snapp-image-container {
  flex-shrink: 0;
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.snapp-image-container img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.snapp-text {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.snapp-title {
  font-weight: 600;
  color: #374151; 
  font-size: 14px;
}

.snapp-subtitle {
  font-size: 12px;
  color: #3b82f6; 
  margin-top: 4px;
}


.snapp-admin-btn {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
}

.widget-buttons a.btn {
  padding: 0 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: all 0.2s;
}

.widget-buttons a.btn:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}



.bannertop-notif{background: linear-gradient(89deg, #b1ffd0, #3485ff);
    padding: 10px 010px;
    font-size: 13px;
    font-weight: 800;}


