.blur
{
	/*filter: url(../images/blur.svg);*/
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.backdrop
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /* box-shadow: inset 0 0 32px rgb(26, 35, 41); */
  z-index: 2000;
  overflow: auto;
  /*display: none;*/

  cursor: not-allowed;
}

.popup
{
	/*margin-top: -15%;*/

	position: relative;
	background-color: #f9f9f9;
	box-shadow: 0 0 40px rgba(0, 0, 0, .2), 0 4px 8px rgba(0, 0, 0, .1);
}

/*.popup.full,
.popup.full iframe
{
  height: 90vh;
}*/

.popup > button[data-action="close"],
.popup > button[data-action="drag"]
{
	background-color: #f85557;
	position: absolute;
	z-index: 2;
	/* float: right; */
	/* margin: 8px; */
	top: 4px;
	right: 4px;
	width: 40px;
	height: 40px;
	outline: none;
	border: none;
	border-radius: 6px;
	/* border-top-right-radius: 10px; */
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.popup iframe
{
	border: none;
}

.popup,
.popup iframe
{
	border-radius: 12px;
}
