.swal2-html-container{
    margin: unset!important;
}
.poster-html {
	position: relative;
	width: 100%;
	text-align: left;
	background: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 100%;
	max-width: 550px
}

.poster-html .poster-header {
	position: relative
}

.poster-html .poster-header img {
	width: 50%;
    height: auto;
    display: flex;
    margin: 150px auto 10px;
}

.poster-html .poster-title {
	content: 's';
    display: flex;
    justify-content: center;
    color: #1d4da0;
    font-size: 30px;
    letter-spacing: 15px;
    font-weight: 800;
}

.poster-html .poster-title:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
}

.poster-html .poster-body {
	position: relative;
	padding: 0 100px;
}

.poster-html .poster-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	overflow: hidden
}

.poster-html .poster-author img {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	vertical-align: top;
	border-radius: 50%;
	overflow: hidden;
	background: #eee
}

.poster-html .poster-text {
    font-size: 16px;
    color: #1d4da0;
    text-indent: 35px;
    line-height: 1.7;
    padding-top: 30px;
    font-weight: bold;
    letter-spacing: 0.8;
}

.poster-html .poster-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	flex-flow: column;
    padding: 0 70px;
    margin: 80px 0;
}

.poster-html .poster-logo {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

.poster-html .poster-logo img {
	max-width: 140px;
	padding: 10px 0;
	bottom: -20px;
	position: absolute;
	mix-blend-mode: multiply;
	filter:opacity(60%);
	background-blend-mode: multiply;
}

.poster-html .poster-logo p {
    font-size: 16px;
    color: #1d4da0;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.8;
	text-align:center;
}

.poster-html .poster-qrcode {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
    padding: 10px;
    margin-top: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgwidth='82'height='82'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathd='M8163v18H61m-410H1V62m0-43V1h20m400h20v18'stroke='%232157B2'fill='none'opacity='.405'stroke-linecap='round'stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: 100%;
	background-repeat: repeat;
	background-position: 50%
}

.poster-html .poster-qrcode img {
	max-width: 60px;
	width: 60px;
	height: 60px
}

.poster-canvas img {
	margin-top: -5px
}

.poster-down {
	position: absolute;
	left: 5px;
	top: 5px;
	color: #fff!important;
	background: rgb(0 0 0 / 61%)
}




.code{
    font-family:Arial;
    font-style:italic;
    color:blue;
    font-size:18px;
    border:0;
    letter-spacing:3px;
    font-weight:bolder;            
    float:left;           
    cursor:pointer;
    width:100px;
    height:25px;
    line-height:25px;
    text-align:center;
    vertical-align:middle;
    background-color:#D8B7E3;
}



