div.simple-popup-inner {
	background: #E8C8B8;	
}

div.simple-popup-img {
	border-right: 2.5px solid black
}

#open-modal span {
	background:black;
	left:2em;
	bottom: 1em;
	font-weight: normal;
	padding: .5em 1em;
	border-radius: 3em 3em;
}

.rv7-heading-2 {
	color: #000000 !important;
	text-transform: none !important;
	}

/*.simple-popup {
   top: unset !important;
}*/

b.email-icon {
  display:none;	
}


/*.simple-popup-active{

	position: absolute;
	width: 922px;
	height: 650px;
	left: -1px;

} */

.rv7-button{

	background: #000000 !important;
    color: #ffffff !important;
}

.signup-label span {
    color: #808080 !important;

}

.label-after {
    color: #000 !important;

	}

.label-after a {
   color: #000 !important;
}

.simple-popup .signup-error-field,.simple-popup .simple-signup-error-form {
	color: #000000 !important;
}

@media only screen and (min-width: 768px){
	.simple-popup{
		min-width: 954px !important;
	}
       .rv7-promo-step1 {
		padding: 4em 2.3em 2.3em!important;
	}
}	
 
.modal-body .simple-popup{
	/* min-width: 904px; 
	top: 13em;*/
	h2{
		font-size: 	2em !important;
		font-weight: 900 !important;

	}
	.modal__close{
		border: 0em solid currentcolor;
		/* right: -1.3em; */
		top: -1.5em;
	}
}
 
.simple-popup>a{
	display: flex;
	justify-content: center;	
	img {
		text-align: center;
		width: 14em;
		height: auto;
		position: absolute;
		top: -3em;
	}
} 
 
form.form-group  {
	div{
		margin: 0 0 0.5em !important;
	}
	label{
		text-align: left;
		margin: 0;
	}
	p{
		font-size: 10px;
	}
	button{
		font-size: 20px
	}
}
.modal-body #simple-popup {
	.signup-error-field, .simple-signup-error-form{
		line-height:25px;
		color:#fff !important;
		background:#000;
		font-size:8px;
		padding-left:0.8em;
		margin-top:0.5em !important;
	}
}
 
/*.simple-popup-img img{
	padding-top:2em;
}*/
 
.rxbar{
	display: flex;
	justify-content: center;	
}

.simple-popup-inner input[type=month]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}
.simple-popup-inner input[type=month]:focus::-webkit-datetime-edit {
    color: #000 !important;
}
.rv7-consent-wrapper .subscription .simple-signup-subscription:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #2f2f2f;
    border-radius: .25em;
    background: #fff;
    color: #000
}

.rv7-consent-wrapper .subscription .simple-signup-subscription:after {
    content: '\2714';
    position: absolute;
    line-height: .8;
    color: #000;
    font-size: 150%;
    top: -0.1em;
    left: .1em;
    transition: all .15s;
    cursor: pointer;
    font-weight: bold
}
.rv7-consent-wrapper .subscription .simple-signup-subscription:not(:checked):after {
    opacity: 0;
    -webkit-transform: translate(-0.1em,0.2em) scale(0.1);
    transform: translate(-0.1em,0.2em) scale(0.1)
}
 
.rv7-consent-wrapper .subscription .simple-signup-subscription:checked:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.rv7-consent-wrapper .subscription .simple-signup-subscription:not(:checked)+label:before,
.rv7-consent-wrapper .subscription .simple-signup-subscription:checked+label:before,
.rv7-consent-wrapper .subscription .simple-signup-subscription:not(:checked)+label:after,
.rv7-consent-wrapper .subscription .simple-signup-subscription:checked+label:after{
    display: none;
}
.privacypolicy p, .rv7-consent-wrapper .subscription p {
    font-size: 13px;
    font-family: Circular, sans-serif;
    line-height: 1.25;
}
.rv7-consent-wrapper .subscription {
  display: inline-block;  
}
.rv7-consent-wrapper .subscription .label-after {
    padding-left: 10px;
}

.simple-signup .twofa-otp-container-wrapper{
  justify-content: center;
}

.simple-signup-outer p.form-description{
  color: #000000 !important;
}

.simple-signup .twofa-otp-container input{
	background: white !important;
    max-width: 32px;
}
