/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Additonal IE9+ CSS styles go here */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  

	.elementor-popup-modal {
  	  flex-direction: column;
  	  justify-content: flex-end !important;
	}


	.elementor-popup-modal > .dialog-widget-content {
	    margin: 0!important;
	    position: relative;
	}

	#elementor-popup-modal-7335 > .dialog-widget-content {
	    -ms-overflow-style: none;
	}


}

#elementor-popup-modal-7335 > .dialog-widget-content::-webkit-scrollbar {
	  display: none;
}