.rce-date-input{
	width: 100%;
    height: 40PX;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.rce-disable-timer{
	opacity: 0.2;
}
.row div[class*='col'] {
	box-sizing: border-box !important;
}

.rce-section{
	padding: 50px 0px;
	position: relative;
    background-size: auto, cover;
    background-position: 50% 50%, 50% 50%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat, no-repeat;
}
.rce-block{
	position: relative;
}
.rce-form{
	display: inline-block;
	width: 100%;
}
.rce-video-wrap{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.rce-blank-location{
    width: calc(100% - 40px);
    margin: 20px;
    font-size: 16px;
    border: 2px dotted var(--rc-main-color, #2FD16A);;
    height: calc(100VH - 165px);
}
.rce-padding-20{
	padding: 20px;
}
.rce-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.rce-flex-start{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.rce-flex-end{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.rce-button{
	height: 40px;
	border: 0px;
	border-radius: 5px;
}

.tablet .container, .mobile .container{
	width: 100% !important;
	padding: 20px;
}
.tablet .rce-section, .mobile .rce-section{
	padding: 0px;
}

.rce-desktop-absolute{
	position: absolute;
}
.mobile .rce-desktop-absolute{
	position: relative;
}
 .mobile [class*='col-md']{
	width: 100% !important;
	flex: 0 0 100% !important;
    max-width: 100% !important;
}

.desktop-padding-0-30{
	padding: 0px 80px 0px 0px;
}
.mobile .desktop-padding-0-30, .tablet .desktop-padding-0-30{
	padding: 20px;
}
.mobile .rce-timer-bar, .tablet .rce-timer-bar{
	display: table;
	padding: 0px 20px;
}
.mobile .rce-timer-bar{
	width: 430px !important;
}
.tablet .rce-timer-bar{
	width: 770px !important;
}
.rce-blank-section{
	width: 100%;
	height: 60px;
}
.mobile .rce-blank-section{
	height: 118px;
}
.tablet .rce-blank-section{
	height: 86px;
}
.mobile .rce-countdown-wrap, .tablet .rce-countdown-wrap{
	justify-content: center;
}
.rce-social-button-wrap{
	text-align: center;
}
.rce-box-650{
	width: 650px;
	margin: 0px auto;
	display: block;
}

.rce-box-850{
	width: 850px;
	margin: 0px auto;
	display: block;
}

.rce-box-500{
	width: 500px;
	margin: 0px auto;
	display: block;
}

.rce-box-250{
	width: 250px;
	margin: 0px auto;
	display: block;
}

.mobile .rce-box-650, .mobile .rce-box-850, .mobile .rce-box-500, .mobile .rce-box-250, .mobile .rce-social-button-1{
	width: 100%;
}
@media (max-width: 768px){
	.rce-mobile-100{
		width: calc(100VW - 40px);
	}
	.rce-desktop-absolute{
		position: relative;
	}
	.rce-box-650, .rce-box-850, .rce-box-500, .rce-box-250, .rce-social-button-1{
		width: 100%;
		margin: 0px auto;
	}


}
.mobile #signup_modal, .tablet #signup_modal, .mobile #rce_exit_popup_modal, .tablet #rce_exit_popup_modal{
    width: calc(100% - 20px);
  	position: relative;
    top: 0px;
    left: 0px;
    padding: 20px;
}

@media(max-width: 1024px){
	.desktop-padding-0-30{
		padding: 20px;
	}
	.rce-timer-bar{
		display: table;
		padding: 0px 20px;
	}
	.rce-countdown-wrap{
		justify-content: center;
	}
	#signup_modal, #rce_exit_popup_modal{
	    width: calc(100% - 20px);
	  	position: fixed;
	    top: 50px;
	    left: 10px;
        padding: 20px !important;
    	margin: 0px !important;
	}
}

.rce-image{
	display: inline-block;
	/*overflow: hidden;*/
}
.rce-button{
	padding: 0px;
}
.rce-img-circle{
	border-radius: 50%;
}
.rce-separator{
	border: 1px solid var(--rc-main-color, #2FD16A);;
	width: 100%;
	height: 0px;
}
.rce-ul-check{
	padding-left: 20px;
}
.rce-ul-check li{
	  list-style: none;
}
.rce-ul-check li div{
	/*display: inline-block;
	margin-left: 10px;*/
}
/*.rce-ul-check li:before {
  content: '✓';
  color: #28c357;
  font-size: 20px;
}*/

.rce-social-share-wrap-1{
	border: 1px solid #ccc;
    padding: 20px;
    width: 100%;
    border-top: 0px;
    background: #f9fafc;
}


.rce-social-button-1{
	display: grid;
    grid-template-columns: 40px auto 40px;
    border-radius: 5px;
    height: 40px;
    /*overflow: hidden;*/
    margin: 10px 0px;
    cursor: pointer;
}

.rce-social-button{
	display: inline-grid;
}
.rce-customaction-button{
	display: inline-grid;
}
.rce-social-icon{
	color: inherit;
	font-size: inherit;
	background-color: #00000026;
}
.rce-social-text{
	padding: 0px 5px;
}
.rce-social-text, .rce-social-point-number{
	color: inherit;
	font-size: inherit;
}

.rce-reward-wrap-1{
    display: block;
    text-align: center;
    padding: 20px;
}
.rce-reward-1-content{
	display: table;
	text-align: center;
	width: 100%;
}

.rce-reward-box-item-1{
	padding: 20px;
	display: inline-flex;
}
.rce-rewrad-action-1{
	width: 100%;
	background-color: #f4f4f4;
	box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
	padding: 40px 10px;
	border-radius: 3px;
	position: relative;
	/*background-size: cover;*/
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}
.rce-reward-title-1{
	text-align: center;
	font-size: 16px;
}
.rce-reward-details-1{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.rce-progress-box-1{
	width: 100%;
	height: 6px;
	background: #afb1b3;
	font-size: 0px;
}
.rce-progress-content-1{
	height: 100%;
	background: #75c779;
}
.rce-reward-details-point-1{
	color:#566270;
	height: 50px;
	font-size: 18px;
	background-color: #f4f4f4;
}

.rce-reward-3-content{
	padding: 10px;
}
.rce-reward-locked-box .rc-reward-details-point-1{
	color: #75c779;
}
.rce-lock-icon-1{
    position: absolute;
    width: 50px;
    height: 50px;
    background: #afb1b3;
    border-radius: 50%;
    top: -25px;
    left: calc(50% - 25px);
}
.rce-reward-locked-box .rce-lock-icon-1{
    background: #75c779;
}

.rce-reward-wrap-2{
	position: relative;
	padding-top: 50px;
	margin-top: 50px;
}
.rce-reward-box-item-2{
	margin: 20px 0px;
	cursor: pointer;
}
.rce-rewrad-action-2{
}
.rce-reward-details-point-2{
	width: 80px;
	font-size: 18px;
	font-weight: bold;
}
.rce-lock-icon-2{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #afb1b3;
}
.rce-reward-locked-box .rce-lock-icon-2{
	background-color: #00a4d1;
}
.rce-reward-locked-box .rc-reward-details-point-2{
	color: #00a4d1;
}

.rce-progress-2{
	padding: 0px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.rce-progress-box-2{
	height: 6px;
	background: #afb1b3;
	position: relative;
}
.rce-progress-content-2{
	height: 100%;
	background: #00a4d1;
}
.rce-progress-content-icon-2{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #afb1b3;
	position: absolute;
	top: -12px;
}
.rce-progress-content-number-2{
    position: absolute;
    bottom: -25px;
    width: 30px;
    font-size: 16px;
    font-weight: bold;
}
.rce-progress-icon-active-2{
	background-color: #00a4d1;
}
.rce-progress-3{
	display: flex;
}
.rce-progress-number-3{
	width: 60px;
	text-align: center;
	font-size: 30px;
}
.rce-progress-box-3{
	width: calc(100% - 120px);
	height: 6px;
	background-position: 50%;
	position: relative;
}
.rce-progress-content-3{
	height: 100%;
	background: #009e9b;
	border-radius: 5px;
}
.rce-progress-content-icon-3{
	position: absolute;
    width: 60px;
    height: 60px;
    background: white;
    border: 3px solid #009e9b;
    border-radius: 50%;
    font-size: 30px;
    top: -27px;
}

.rce-reward-wrap-3{
    display: block;
    text-align: center;
    padding: 20px;
    padding-top: 50px;
}

.rce-reward-box-item-3{
	padding: 20px;
	display: inline-block;
	margin-bottom: 45px;
}
.rce-rewrad-action-3{
	width: 100%;
	background-color: #e4e4e5;
	box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
	border-radius: 3px;
	position: relative;
	height: 150px;
	display:table;
	/*background-size: cover;*/
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}

.rce-rewrad-action-3:after{
	content: '';
	position: absolute;
	border: 14px solid transparent;
	border-bottom-color: #e4e4e5;
	position: absolute;
	left: calc(50% - 14px);
	top: -28px;
}

.rce-reward-title-3{
	text-align: center;
	font-size: 16px;
}


.rce-lock-icon-3{
    position: absolute;
    width: 50px;
    height: 50px;
    background: #e4e4e5;
    border-radius: 50%;
    top: -70px;
    left: calc(50% - 25px);
    color: white;
    font-size: 18px;
	font-weight: bold;
}
.rce-reward-box-item-3:not(:first-child) .rce-lock-icon-3:after{
	content: '';
    position: absolute;
    width: 205px;
    height: 10px;
    right: 49px;
    top: 20px;
    background: #e4e4e5;
}
.rce-reward-wrap-4{
	font-size: 0px;
	text-align: center;
    display: block;
    align-items: flex-start;
    justify-content: center;
}
@media (min-width: 768px) {
	.rce-reward-wrap-4 {
		display: flex;
	}
}
.rc-reward-point-4{
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 4px solid #D4E9FF;
	background-color: white;
	color: #D4E9FF;
	font-size: 20px;
	position: relative;
}

.rce-reward-box-item-4:not(:last-child) .rc-reward-point-4:after{
	content: '';
	position: absolute;
	width: 100px;
	height: 4px;
	top: 19px;
	left: 46px;
	background-color: #D4E9FF;
}
 .rc-reward-point-4:before{
	content: '';
	position: absolute;
	width: 100px;
	height: 4px;
	top: 19px;
	left: -104px;
	background-color: #D4E9FF;
}


.rce-reward-locked-box .rc-reward-point-4{
	border: 4px solid #007AFF;
	color: #007AFF;
}

.rce-reward-locked-box .rc-reward-point-4:after{
	background-color: #007AFF !important;
}
.rce-reward-locked-box .rc-reward-point-4:before{
	background-color: #007AFF;
}

.rce-reward-box-item-4{
	display: inline-block;
	font-size: 14px;
	padding: 20px;
	padding-top: 0px;
	margin: 0px;
}
.rc-reward-img-4{
	background-color: white;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;
	margin-top: 30px;
	box-shadow: 0px 0px 10px 0px #ccc9c9;
}
.rc-reward-title-4{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    align-items: flex-end;
    height: 50px;
}
.rce-reward-desc-content-4{
    min-height: 60px;
    align-items: flex-start;
    margin-bottom: 10px;
}
.rc-reward-desc-4{
	height: 200px;
}
.rce-social-button-wrap-1 .rce-social-button-1{
	display: grid;
}
.rce-rewrad-action-4{
	width: 150px;
	height: 40px;
	color: white;
	background-color: #D4E9FF;
	border-radius: 40px;
	margin: 0px auto
}
.rce-reward-locked-box .rce-rewrad-action-4{
	background-color: #007AFF;
}
.rce-reward-box-item-5{
	display: grid;
	grid-template-columns: 60px auto;
	grid-gap: 40px;
}
.rce-rewrad-action-5{
	width: 150px;
	height: 40px;
	color: white;
	background-color: #D4E9FF;
	border-radius: 40px;
}
.rce-reward-locked-box .rce-rewrad-action-5{
	background-color: #007AFF;
}
.rc-reward-img-5{
	background-color: white;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 200px;
	height: 150px;
	box-shadow: 0px 0px 10px 0px #ccc9c9;
}
.rc-reward-point-5{
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 4px solid #D4E9FF;
	background-color: white;
	color: #D4E9FF;
	font-size: 20px;
	position: relative;
}
.rc-reward-point-bar-5{
	position: absolute;
	left: 28px;
	top: 0px;
	width: 4px;
	height: 100%;
	background-color: #D4E9FF;
}

.rc-reward-img-6{
	background-color: white;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;
	box-shadow: 0px 0px 2px 0px #ccc9c9;
}
.rce-reward-box-item-6{
	box-shadow: 0px 0px 10px #ccc;
	margin-bottom: 20px;
	padding: 20px;
}
.rc-reward-point-6{
	color: #c5f7e1;
}
.rce-reward-locked-box .rc-reward-point-6{
	color: var(--rc-main-color, #2FD16A);;
}
.rce-rewrad-action-6{
	width: 120px;
	height: 40px;
	color: white;
	background-color: #c5f7e1;
	border-radius: 40px;
}
.rc-lock-wrap-6{
	margin-bottom: 20px;
	color: #d2d2d2;
}
.rc-lock-icon-6{
	color: #c5f7e1;
}

.rce-reward-locked-box .rc-lock-icon-6{
	color: var(--rc-main-color, #2FD16A);;
}
.rce-reward-locked-box .rc-lock-wrap-6{
	color: #131313;
}

.rce-reward-locked-box .rce-rewrad-action-6{
	background-color: var(--rc-main-color, #2FD16A);;
}

.rce-reward-box-item-5:last-child .rc-reward-point-bar-5{
	height: 50%;
}
.rc-reward-title-5{
	text-align: left;
	font-size: 20px;
}
.rce-reward-locked-box .rc-reward-point-5{
	color: #007AFF;
	border-color: #007AFF;
}
.rce-reward-locked-box .rc-reward-point-bar-5{
	background-color: #007AFF;
}

.rc-reward-image-7 img{
	width: 20px;

}
.rc-reward-title-7{
	text-align: right;
}
.rce-rewrad-action-7{
	margin: 40px 0px;
}
.mobile .rce-lock-icon-3:after{
	content: unset !important;
}
@media(max-width: 768px){
	.rce-lock-icon-3:after{
		content: unset !important;
	}
}
.rce-reward-locked-box.rce-reward-box-item-3 .rce-lock-icon-3:after{
    background: #75c779;
}
.rce-reward-locked-box .rce-lock-icon-3{
    background: #75c779;
}


.rce-social-point-number{
	background-color: #ffffff2b;
}
/*
.rce-reward-box-item{
	margin-bottom: 20px;
}
.rce-reward-title{
    text-align: center;
    font-size: 16px;
    padding: 10px;
}
.rce-rewrad-point{
	width: 70px;
    height: 70px;
    background: var(--rc-main-color, #2FD16A);;
    border-radius: 50%;
    color: white;
    box-shadow: 0px 0px 0px 3px #ffffff54 inset;
}
.rce-rewrad-action{
    position: relative;
    width: 80px;
    height: 80px;
    background: var(--rc-main-color, #2FD16A);;
    border-radius: 50%;
    margin-left: 10px;
}
.rce-rewrad-action-img{
	width: 30px !important;
}
.rce-rewrad-lock-status{
	position: absolute;
    right: -10px;
    bottom: 0px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    box-shadow: 2px 2px 5px gainsboro;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rc-main-color, #2FD16A);;
    font-size: 16px;
}*/
span:focus, button:focus{
	outline: none !important;
	border: 0px !important;
}
.owl-nav{
	font-size: 50px;
    color: var(--rc-main-color, #2FD16A);;
    /* margin-top: -65px; */
    z-index: 10000000000000;
    line-height: 0px;
}
.owl-next{
	float: right;
}
.owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-dot span{
	width: 10px;
	height: 10px;
	background-color: #41a076;
	border-radius: 50%;
	margin: 0px 10px;
	display: block;
}
.rc-campaign-url-wrap{
	padding: 0px 20px;
	display: grid;
	grid-template-columns: 85px auto 50px;
	border-bottom: 1px solid #c9cfde;
	padding-bottom: 15px;
}
.rc-campaign-url-wrap input{
	background: white !important;
	border-radius: 3px 0px 0px 3px;
	border-right: 0px;
}
.rc-url-copy-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background: #d35d5d;
	font-size: 12px;
	border-radius: 0px 3px 3px 0px;
}
.rce-tem-download-btn:focus{
	border:2px solid black !important;
}
/*.rce-tem-download-btn:hover{
	background-color: black !important;
	color: white !important;
}*/
.rce-video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
}

.rce-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rce-section:not(.rce-landingpage-section) [contenteditable="true"] div{
	color: inherit;
	font-family: inherit;
}
#countdwon_url, #video_url, #btn_link{
	background: transparent;
	border-color: #ccc;
}
#countdwon_url:focus, #video_url:focus, #btn_link:focus{
	outline: none;
}
.rce-load-wrap{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff40;
    z-index: 100000;
    display: none;
}

.rce-add-section-show{
	padding: 10px 20px;
    padding-bottom: 0px;
    color: var(--rc-main-color, #2FD16A);;
    cursor: pointer;
}
.rce-quiz-question-wrap{
	position: relative;
}
.rce-quiz-answer-checkbox-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.rce-quiz-answer-checkbox{
	width: 24px;
    height: 24px;
    border: 1px solid var(--rc-main-color, #2FD16A);;
    border-radius: 3px;
    color: transparent;
    font-size: 20px;
    margin-right: 10px;

}
.rce-widget-footer-content{
	display: flex;
    justify-content: center;
    align-items: center;
}
.rce-footer-powered-by-item{
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.rce-footer-powered-by-item img{
	width: 100px;
}
.rce-footer-powered-by-item-wrap{
	border: 1px solid #424242;
    padding: 0px 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.rc-input-icon-wrap{
	position: relative;
}
.rc-input-icon{
	position: absolute;
	right: 10px;
	top: 12px;
}
.rce-color-element{
	display: none !important;
}

.rce-widget-popup-btn{
	display: flex;
	color: rgb(255, 255, 255);
    background-color: rgb(40, 195, 87);
    width: 200px !important;
    height: 40px !important;
    border-color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
}
.rce-widget-popup-btn:hover{
	background: rgb(22 146 60);
}
.rce-widget-popup-modal{
	padding: 0px !important;
	border:0px;
	background: transparent;
	z-index: 10007;
}

img[src*="template_1_arrow.png"]{
	width: 25px;
}

.rc-modal-progress{
	border: 1px solid var(--rc-main-color, #2FD16A);;
	border-radius: 3px;
	background-color: #f2fff9;
	position: relative;
	padding: 2px;
	margin-bottom: 10px;
}
.rc-modal-progress-bar{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75%;
	background-color: var(--rc-main-color, #2FD16A);;
	height: 100%;
}
.rc-modal-progress-content{
	width: 100%;
	height: 100%;
	position: relative;
}
.rc-modal-progress-title{
	z-index: 2;
}
.rc-percentage-val-wrap{
	padding: 0px 20px;
	grid-template-columns: 160px auto;
	padding-right: 10px;
	padding-left: 10px;
}
.rce-div-2-2{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
}
.rce-point-box-1{
	box-shadow: 0px 0px 15px #bdbcbc;
	height: 120px;
	border-radius: 10px;
}
.rce-point-box-2{
	height: 120px;
	border-radius: 10px;
	background-color: #F4F4F4;
}
.rce-point-box-desc-1{
	margin-top: 35px;
	font-size: 14px;
	text-align: center;
}
.rce-point-box-val-1{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
