/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-nalp {

	.lightbox {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2000;
	}

	.backdrop {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.4);
	}

	.content {
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		max-height: 100%;
		height: 100%;
	}

	.iframe {
		max-height: 100vh;
		overflow: scroll;
		max-width: 1200px;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: 5px;

		.close {
			position: absolute;
			right: 20px;
			border: 0;
			background-color: transparent;
			top: 30px;
			font-size: 16px;

			.icon {
				width: 24px;
				height: 24px;
				margin-bottom: -7px;
			}
		}

		iframe {
			border: none;
		}
	}
}
