#thank-you-page-offer-overlay {
position: fixed;
background: rgba(0, 0, 0, 0.75);
width: 100%;
height: 100vh;
left: 0;
top: 0;
padding: 0;
margin: 0;
z-index: 99999999;
display: flex;
align-items: center;
}
#thank-you-page-offer-close {
background: #222222;
width: 24px;
height: 24px;
border: 2px #fff solid;
padding: 3px 2px 2px 3px;
position: absolute;
right: 0;
top: 0;
margin-top: -12px;
margin-right: -12px;
z-index: 99;
color: #fff;
cursor: pointer;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
#thank-you-page-offer-close svg {
display: block;
}
#thank-you-page-offer-close svg path {
stroke: #ffffff;
fill: transparent;
stroke-linecap: round;
stroke-width: 6;
}
#thank-you-page-offer-close:hover {
background: #ffffff;
}
#thank-you-page-offer-close:hover svg path {
stroke: #222222;
}
#thank-you-page-offer-wrapper {
position: relative;
margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
background: #ffffff;
box-sizing: border-box;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 720px) {
#thank-you-page-offer-wrapper {
max-width: 800px;
min-width: 400px;
}
}
.thank-you-page-offer-content-desc{
margin:5px;
max-height:80vh;
max-width:80vw;
overflow-x:hidden;
overflow-y:auto;
}
@media screen and (min-width: 480px) {
.thank-you-page-offer-content-desc{
padding:20px;
}
}
@media screen and (max-width: 479.9px) {
.thank-you-page-offer-content-desc{
padding:10px;
}
}
.thank_you_coupon_code{
display:inline-block;
border:2px dashed #ff3333;
color:#ff3333;
font-weight:bold;
font-size:125%;
line-height:1;
padding:10px;
margin:10px 0;
}