#elementor-popup-modal-4633 .dialog-widget-content{background-color:#49000000;}#elementor-popup-modal-4633{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4633 .dialog-message{width:381px;height:auto;}#elementor-popup-modal-4633 .dialog-close-button{display:flex;}.bdt-lightbox{background-color:var( --e-global-color-ef10751 );}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* استایل دکمه ضربدر پاپ‌آپ المنتور */
.elementor-popup-modal .dialog-close-button {
  position: absolute;
  top: 30px; /* فاصله بیشتر از بالای فرم */
  right: 20px; /* راست‌چین شدن */
  left: auto; /* مطمئن بشیم از سمت چپ آزاد شده */
  color: #555;
  font-size: 15px;
  transition: color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

/* حالت هاور روی ضربدر */
.elementor-popup-modal .dialog-close-button:hover {
  color: #ff4444;
  transform: rotate(90deg);
}/* End custom CSS */