.badgeos-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 20;
}
.badgeos-congrats-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.badgeos-congrats-middle {
	top: 40px;
	position:relative;
}
.badgeos-congrats-main {
	overflow: hidden;
	max-width: 640px;
	width: 90%;
	background: #fff;
	margin: 0 auto;
}
.title-top-badgo {
	position: relative;
	z-index: 1;
	width: 100%;
	font-size: 23px;
	padding: 0;
	white-space: normal;
	line-height: 29px;
	margin: 20px 0 10px;
}
.badgeos-congrats-header {
	position: relative;
	padding: 14px 25%;
	height: 120px;
}
.badgeos-congrats-main .content {
	text-align: center;
	padding: 10px 0;
	max-height: 350px;
	overflow: auto;
}
.badgeos-congrats-header::before {
    position: absolute !important;
    left: -170px;
    background: #f9a314;
    top: 0;
    content: "";
    width: 1000px;
    height: 1000px;
    z-index: 1;
    border-radius: 1000px;
    top: -980px;
    transform: scale(1.2);
    right: 0;
    margin: auto;
}

.badgeos-congrats-close {
	position: absolute;
	left: auto;
	right: 0;
	width: 29px;
	height: 29px;
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	outline: none;
	top: 4px;
	color: #fff;
	z-index: 10;
	font-size: 20px;
	text-align: center;
}
.badgeos-congrats-main .content .attachment-thumbnail {
	display: block;
	margin: 0 auto;
}
.badgeos-congrats-main .content .points {
	margin-top: 20px;
	display: block;
	font-size: 17px;
	font-weight: normal;
}
.badgeos-congrats-main .content p {
	margin: 15px 0 20px;
	font-size: 18px;
	color: #3e3e3e;
}
.badgeos-congrats-main .content .title-top-badgo {
	position: relative !important;
	z-index: 1;
	width: 100%;
	font-size: 23px;
	padding: 14px 25%;
	white-space: normal;
	line-height: 29px;
	margin: 0;
}
.heading-top-badgo {
	color: #e9e9e9;
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 23px;
	font-weight: 600;
	margin-top: 5px;
	line-height: 28px;
}
@media (max-width:640px){
.badgeos-congrats-header::before {
	left: -210px;
}
.badgeos-congrats-header {
	padding: 14px 15%;
}	
}
@media (max-width:550px){
.badgeos-congrats-header::before {
	left: -231px;
	top: -1000px;
}
.heading-top-badgo {
	font-size: 18px;
	line-height:25px;
}
.badgeos-congrats-header {
	height: 99px;
}
}
@media (max-width:480px){
.badgeos-congrats-header::before {
	left: -281px;
}	
}
@media (max-width:450px){
.badgeos-congrats-header::before {
	left: -351px;
}
.badgeos-congrats-header {
	padding: 14px 5%;
}
}