.elementor-2236 .elementor-element.elementor-element-cc94c27{--display:flex;overflow:visible;}#elementor-popup-modal-2236 .dialog-widget-content{animation-duration:1.2s;background-color:rgba(2, 1, 1, 0);}#elementor-popup-modal-2236 .dialog-message{width:650px;height:auto;}#elementor-popup-modal-2236{justify-content:flex-end;align-items:center;pointer-events:all;}/* Start custom CSS for html, class: .elementor-element-8ec9b60 *//* ===== REOPEN TAB (SEPARATE + ALWAYS VISIBLE) ===== */
.rw-office-popup-reopen {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  border: 0;
  border-radius: 12px 0 0 12px;
  background: #4B1F5E;
  color: #ffffff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  z-index: 1000000;
  transition: opacity 0.05s linear;
}

/* SHOW WHEN MINIMISED */
.rw-office-popup-reopen.visible {
  opacity: 1;
  pointer-events: auto;
}/* End custom CSS */