/*theme popup*/
.theme--popup {
	display:none;
	border: none;
	width:515px;
	height: 360px;
	z-index: 2000;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: none;
	border: 1px solid #b2e3ff;
}
.theme--popup .popupHeader {
	z-index: 5;
}
.theme--popup .popupHeader:before {
	display: none;
	background: none;
}
.theme--popup .popupFooter {
	padding: 0;
	width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    z-index: 50;
}
.theme-col {
	width: 50%;
	position: relative;
	border: 1px solid #045174;
}
.theme--popup-head {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 24px;
	padding: 21px 30px;
	color: #fff;
}
.theme-dark-bx {
	background: url(../img/seal_dark.svg) no-repeat 0px 70px;
    background-size: contain;
}
.theme-light-bx {
	background-color: #f9eef4;
	background-image: url(../img/seal_light.svg);
	background-repeat: no-repeat;
	background-position: 0px 70px;
    background-size: contain;
    border: 1px solid #cd1874;
}
.theme--popup .btn {
	width: 120px;
    position: absolute;
    bottom: 65px;
    left: 50%;
    margin-left: -60px;
    box-sizing: border-box;
    min-width: 120px;
		color: #9ED5FB;
		font-family: "Ubuntu",sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.theme-dark-bx {
	background-color: #100f29;
}
.theme-dark-bx .btn {
	background-color: #100f29;
	border: 1px solid transparent;
}
.theme-dark-bx .btn:after {
	box-shadow: 0px 4px 4px 0px rgba(81, 186, 233, 0.4);
}
