@charset "UTF-8";
#joieful-widget-popup {
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:90%;
	max-width:800px;
	z-index:991;
}

#joieful-widget-popup-cover {
	position:fixed;
	top:0;
	bottom:0;
	background:rgba(255,255,255,0);
	width:100%;
	height:100%;
	z-index:990;
	display:none;
}

#joieful-widget-popup-cover[visible] {
	display:block;
	background:rgba(255,255,255,.9);
	transition: all .5s;
}


#joieful-widget-popup iframe {
	width:100%;
	height: calc(100vh - 50px);
}


.joieful-book-button {
	background: #86b83f;
	outline:none;
	border:none;
	padding:.6em 1em;
	color:#fff;
	font-weight: bold;
	font-size:1.1em;
}

.joieful-book-button.green {
	background: #86b83f;
}

.joieful-book-button.red {
	background: #e00033;
}

.joieful-book-button.magenta {
	background: #af005a;
}

.joieful-book-button.charcoal {
	background: #454342;
}

.joieful-book-button.blue {
	background: #629a9e;
}

.joieful-book-button.orange {
	background: #f18a21;
}
