@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;500&display=swap');


.xbuttonGreen {
    width: 100%;
	box-sizing: border-box;
    padding: 20px 20px;
    color: #fff;
    border-radius: 3px;
    display: block;
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
	pointer-events: none;
   cursor: default;
}

.xbuttonRed {
    width: 100%;
	box-sizing: border-box;
    padding: 20px 20px;
    color: #fff;
    border-radius: 3px;
    display: block;
	text-align: center;
    font-size: 18px;
    font-weight: bold;
	margin-top: 20px;
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  
	box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}

.xText {
    width: 100%;
	box-sizing: border-box;
    padding: 20px 20px;
    color: #fff;
    border-radius: 3px;
    display: block;
	text-align: center;
    font-size: 18px;
    font-weight: bold;
	margin-top: 20px;
}

.textQ {
	font-size: 28px;
	font-weight: 500;
}

html[subframe] #main-error {
    height: auto;
	display: none;
}
html {
    -webkit-text-size-adjust: 100%;
    font-size: 125%;
	background: url(../img/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.full-wrapper {
	width: 90%;
	margin: auto;
    max-width: 600px;
    padding-top: 0px;
    box-sizing: border-box;
    font-size: 1em;
    line-height: 18px;
}


body {
	margin: 0;
	margin-top: 17px;
    color: #ffffff;
    font-family: 'Jost', sans-serif;
    font-size: 75%;
   
}
.bodyText {
	color:blue;
    font-family: 'Jost', sans-serif;
    font-size: 100%;
}

#bodyText {
	background-color:#FFFFFF;
    font-family: 'Jost', sans-serif;
    font-size: 100%;
	padding: 20px;
	color: #000000;
}
@-webkit-keyframes onoff {
    0% {opacity: 1.0}
    50% {opacity: .0}
    100% {opacity: 1.0}
}
@-moz-keyframes onoff {
    0% {opacity: 1.0}
    50% {opacity: .0}
    100% {opacity: 1.0}
}
@-ms-keyframes onoff {
    0% {opacity: 1.0}
    50% {opacity: .0}
    100% {opacity: 1.0}
}

}
@-o-keyframes onoff {
    0% {opacity: 1.0}
    50% {opacity: .0}
    100% {opacity: 1.0}
}
@keyframes onoff {
    0% {opacity: 1.0}
    50% {opacity: .0}
    100% {opacity: 1.0}
}
#img-alert {
    position: absolute;
    top: 13px;
    left: 17px;
	height: 26px;
    width: 26px;
}
.popit {
    display: none;
	z-index: 100;
    position: absolute;
    top: 10%;
    max-width: 280px;
	left: 50%;
    width: 88%;
    margin: 0 0 0 -140px;
    font-size: 1em;
    border-radius: 4px;
    background-color: #282828;
    color: #fff;
    box-shadow: 1px 1px 7px #000;
	overflow: hidden;
}
.popit-head {
	padding: 18px 16px 18px 55px;
    color: #33b4e4;
    line-height: normal;
    background-color: #282828;
    border-bottom: 2px solid #33b4e4;

}
.popit-center {
    line-height: 20px;
    padding: 20px 16px;
    color: #f3f3f3;
}
.popit-bottom {
    background-color: #282828;
	text-align: center;
    padding: 9px 6px;
    border-top: 1px solid #474747;
    overflow: hidden;
}
.popit-bottom .button {
    display: block;
	padding: 0;
    line-height: 30px;
	color: #f3f3f3;
    height: 30px;
    width: 128px;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
}