XylotrechusZ
/* Poptin base style */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
/* reset */
input {
box-sizing: border-box;
}
a:focus {
box-shadow: none;
}
.d-flex {
display: flex;
}
.d-flex.align-center {
align-items: center;
}
.d-flex.justify-center {
justify-content: center;
}
.d-flex.justify-end {
justify-content: flex-end;
}
.d-flex.justify-start {
justify-content: flex-start;
}
.d-flex.justify-space-between {
justify-content: space-between;
}
.d-flex.flex-column {
flex-direction: column;
}
/* END Reset */
.poptinWrap {
font-family: 'Open Sans', sans-serif;
width: 1078px;
direction: ltr;
margin: 21px auto 25px;
height: 718px;
max-height: 810px;
background: #f9faff;
padding: 32px;
box-sizing: border-box;
box-shadow: 0px 3px 6px -4px rgba(54, 42, 109, 0.12), 0px 6px 16px rgba(54, 42, 109, 0.08), 0px 9px 28px 8px rgba(54, 42, 109, 0.05);
border-radius: 20px;
position: relative;
}
.poptinWrap:not(:first-child) {
height: 810px;
}
.poptinContentBox {
width: 480px;
height: 100%;
position: relative;
background: #FFFFFF;
border: 1px solid #E9EDF7;
flex-basis: 50%;
box-sizing: border-box;
border-radius: 20px;
z-index: 1000;
padding: 32px;
box-sizing: border-box;
}
.poptinContentBox .poptinView {
margin-top: 97px;
}
.poptin .input-controls label {
color: #999;
font-size: 16px;
font-weight: normal;
position: absolute;
pointer-events: none;
top: 18px;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
left: 16px;
font-family: Poppins;
}
input {
font-size: 14px;
padding: 10px 10px 10px 5px;
display: block;
width: 100%;
border: none;
border-bottom: 1px solid #ccc;
transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
input:focus {
outline: none;
}
/* active state */
.poptin .input-controls input:focus,
.poptin .input-controls input.active {
box-shadow: 0 0 0 3px rgb(119 97 223 / 10%);
-webkit-box-shadow: 0 0 0 3px rgb(119 97 223 / 10%);
-moz-box-shadow: 0 0 0 3px rgb(119 97 223 / 10%);
}
.poptin .input-controls input.active~label,
.poptin .input-controls input:focus~label {
top: 8px;
width: fit-content;
left: 16px;
font-size: 12px;
color: #9281E5;
padding: 0 2px;
}
/* */
.poptinContentBox .poptinView input.error {
border: 1px solid #FF164E;
}
.poptinContentBox .poptinView input {
background: #FFFFFF;
border: 1px solid #E0E5F2;
box-sizing: border-box;
border-radius: 12px;
width: 100%;
height: 54px;
font-family: Poppins;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 100%;
padding-left: 16px;
color: #1E1939 !important;
padding-top: 18px;
}
.poptinContentBox .poptinView input:hover,
.poptin .input-controls input.active {
border: 1px solid rgba(119, 97, 223, 0.8);
font-size: 16px;
line-height: 100%;
}
.poptinContentBox .poptinView input:hover {
color: #1E1939 !important;
}
.poptinContentBox .poptinView input:focus {
border: 1px solid rgba(119, 97, 223, 0.8);
outline: none !important;
}
.poptinContentBox .tooltip-enable {
position: relative;
}
.poptinContentBox .tooltip-enable .tooltip img {
margin-right: 7px;
}
.poptinContentBox .tooltip-enable .tooltip a {
/* margin-left:px; */
color: #7761DF;
text-decoration: none;
}
.poptinContentBox .tooltip-enable .tooltip {
position: absolute;
bottom: 97%;
width: 92%;
height: 48px;
background: #FFFFFF;
border: 1px solid #E9EDF7;
box-sizing: border-box;
box-shadow: 0px 2px 8px rgba(29, 24, 56, 0.15);
border-radius: 12px;
padding: 0px 16px;
font-family: Poppins;
font-weight: 500;
font-size: 14px;
line-height: 140%;
color: #362A6D;
}
.poptinContentBox .tooltip-enable .tooltip::after {
content: "";
position: absolute;
top: 100%;
left: 10%;
margin-left: -5px;
border-width: 12px;
border-style: solid;
border-color: #FFFFFF transparent transparent transparent;
}
.poptinContentBox .poptinLogged .poptinView button,
.poptinContentBox .poptinLogged .poptinView a.cbutton {
margin-top: 100px;
}
.poptinContentBox .poptinLogged .poptinView .other-links span {
font-family: Poppins;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 140%;
text-align: center;
color: #1E1939;
margin-top: 12px;
max-width: 312px;
}
.poptinContentBox .poptinLogged .poptinView .footer {
position: absolute;
bottom: 20px;
}
.poptinContentBox .poptinLogged .poptinView .footer .important-note {
background: #F5F6FA;
border-radius: 12px;
padding: 16px;
width: 100%;
}
.poptinContentBox .poptinLogged .poptinView .footer p a {
color: #1E1939;
}
.poptinContentBox .poptinLogged .poptinView .footer p a:hover {
color: rgba(119, 97, 223, 1);
}
.poptinContentBox .poptinLogged .poptinView .footer p {
margin: 0px 5px;
font-family: Poppins;
font-weight: 400;
font-size: 13px;
line-height: 150%;
color: #1E1939;
max-width: 320px;
}
.poptinContentBox .poptinView form .other-links,
.poptin .pplogout a,
.poptinContentBox .poptinView form .other-links a {
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 100%;
color: #707EAE;
text-align: center;
margin-top: 24px;
text-decoration: none;
}
.poptinLearnMore a,
.poptin .pplogout a,
.poptinContentBox .poptinView form .other-links a {
padding: 8px 12px;
box-sizing: border-box;
}
.poptinLearnMore a,
.poptin .pplogout a,
.poptinContentBox .poptinView form .other-links a {
border-radius: 40px;
}
.poptinLearnMore a:hover,
.poptin .pplogout a:hover,
.poptinContentBox .poptinView form .other-links a:hover {
background: rgba(112, 126, 174, 0.1);
border-radius: 40px;
}
.poptinContentBox .poptinView form {
margin-top: 83px;
}
.poptinContentBox .poptinView form.ppFormLogin {
margin-top: 106px;
}
.poptinContentBox .poptinView form .user-id a {
font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 100%;
color: #707EAE;
margin-bottom: 8px;
text-decoration: none;
}
.poptin a.cbutton {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-decoration: none;
}
.poptin button:not(.ps-widget__trigger-btn),
.poptin a.cbutton {
width: 100% !important;
height: 48px !important;
background: linear-gradient(180deg, #7761DF 0%, #5335DD 100%);
border-radius: 12px;
border: none;
margin-top: 16px;
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 100%;
color: #FFFFFF;
text-shadow: 0px 4px 4px rgba(18, 14, 35, 0.15);
cursor: pointer;
box-shadow: 0px 3px 6px -4px rgba(119, 97, 223, 0.32), 0px 6px 16px rgba(119, 97, 223, 0.28), 0px 9px 28px 8px rgba(119, 97, 223, 0.18);
-webkit-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.poptin button:not(.ps-widget__trigger-btn):hover,
.poptin a.cbutton:hover {
background: linear-gradient(0deg, rgba(24, 0, 138, 0.4), rgba(24, 0, 138, 0.4)), linear-gradient(180deg, #7761DF 0%, #5335DD 100%);
box-shadow: 0px 7px 6px -4px rgba(119, 97, 223, 0.32), 0px 10px 16px rgba(119, 97, 223, 0.28), 0px 13px 28px 8px rgba(119, 97, 223, 0.28);
}
.poptinContentBox .poptinView button img,
.poptinContentBox .poptinView a.cbutton img {
margin-left: 10px;
}
.poptinContentBox .poptinView .title {
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 36px;
color: #362A6D;
}
.poptinContentBox .poptinView .description span {
font-size: 23px;
}
.poptinContentBox .poptinView .description {
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 140%;
color: #362A6D;
}
.poptinContentBox .poptinContentFoot {
position: absolute;
width: 257px;
height: 80px;
left: 0px;
bottom: 0px;
background: linear-gradient(0deg, rgba(223, 219, 249, 0.17), rgba(223, 219, 249, 0.17)), #FFFFFF;
border: none;
border-top: 1px solid #E9EDF7;
border-right: 1px solid #E9EDF7;
box-sizing: border-box;
border-radius: 0px 20px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 13px;
color: #7F8BB5;
padding: 0px 5px;
}
.poptinContentBox .poptinContentFoot span {
max-width: 189px;
}
.poptinContentBox .poptinContentFoot img {
width: 20px;
height: 20px;
}
.poptinContentBox .poptinContentFoot.poptinWalkthroughVideoTrigger:hover .play-button {
width: 56px;
height: 56px;
background: rgba(119, 97, 223, 0.3);
box-shadow: 0px 8px 16px rgba(211, 203, 245, 0.8);
}
.poptinContentBox .poptinContentFoot .play-button img {
margin-left: 10%;
}
.poptinContentBox .poptinContentFoot.poptinWalkthroughVideoTrigger {
cursor: pointer;
}
.poptinContentBox .poptinContentFoot .play-button {
width: 48px;
height: 48px;
border-radius: 50%;
background: rgba(119, 97, 223, 0.3);
box-shadow: 0px 4px 8px rgba(211, 203, 245, 0.8);
transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.poptinFeaturesBox {
flex-basis: 50%;
margin-left: 50px;
padding: 10px;
box-sizing: border-box;
padding-top: 41px;
}
.poptinFeaturesBox .poptinFeatures {
z-index: 1000;
position: relative;
}
.poptinFeaturesBox>img {
position: absolute;
bottom: 0;
right: 0;
z-index: 0;
border-radius: 0px 0px 20px 0px;
}
.poptinFeaturesBox .poptinFeatures .poptinFeaturesTitle {
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 140%;
/* or 25px */
color: #362A6D;
}
.poptinFeaturesBox .poptinFeatures .poptinFeaturesList ul {
margin-top: 25px;
}
.poptinFeaturesBox .poptinFeatures .poptinFeaturesList ul li {
font-family: Poppins;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 140%;
color: #362A6D;
display: flex;
align-items: center;
}
.poptinFeaturesBox .poptinFeatures .poptinFeaturesList ul li:not(:first-child) {
margin: 20px 0px;
}
.poptinFeaturesBox .poptinFeatures .poptinFeaturesList ul li img {
margin-right: 10px;
}
.poptinFeaturesBox .poptinFeatures .poptinTestimonials>div {
margin-top: 5px;
}
.poptinFeaturesBox .poptinFeatures .poptinTestimonials .review {
font-family: Poppins;
font-style: italic;
font-weight: normal;
font-size: 14px;
line-height: 150%;
text-align: center;
color: #362A6D;
margin-top: 15px;
max-width: 400px;
}
.poptinFeaturesBox .poptinFeatures .poptinTestimonials .poptinNameCompany {
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 140%;
color: #362A6D;
margin-left: 12px;
}
.poptinFeaturesBox .poptinFeatures .poptinTestimonials img {
border-radius: 12px;
}
.poptinFeaturesBox .poptinFeatures .poptinTestimonials div.bar {
width: 64px;
height: 0px;
left: 763px;
top: 492px;
margin-top: 15px;
border-top: 1px solid #7F8BB5;
border-radius: 32px;
}
.poptinWrap>.title {
font-family: Poppins;
font-weight: 500;
font-size: 22px;
line-height: 140%;
text-transform: capitalize;
color: #362A6D;
text-align: center;
}
.poptinWrap .customersReview {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 17px;
grid-template-rows: repeat(3, auto);
margin-top: 30px;
}
.poptinWrap .customersReview .poptinCustomer {
padding: 24px;
background: #FFFFFF;
border: 1px solid #E9EDF7;
box-sizing: border-box;
border-radius: 20px;
}
.poptinWrap .customersReview .poptinCustomer .poptinNameCompany {
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 140%;
color: #1E1939;
}
.poptinWrap .customersReview .poptinCustomer img {
width: 64px;
background: linear-gradient(319.09deg, rgba(119, 97, 223, 0.2) 6.53%, rgba(119, 97, 223, 0) 94.48%);
box-shadow: 0px 3px 6px -4px rgba(54, 42, 109, 0.12), 0px 9px 28px 8px rgba(54, 42, 109, 0.05);
filter: drop-shadow(0px 6px 16px rgba(54, 42, 109, 0.08));
border-radius: 12px;
margin-right: 16px;
}
.poptinWrap .customersReview .poptinCustomer .review {
font-family: Poppins;
font-style: italic;
font-weight: 400;
font-size: 14px;
line-height: 150%;
color: #1E1939;
margin-top: 16px;
}
.poptinWrap .marketplace {
margin-top: 20px;
}
.poptinWrap .marketplace>div .pipe {
width: 2px;
height: 64px;
left: 558.16px;
top: 637px;
margin-right: 10px;
background: #E9EDF7;
border-radius: 32px;
}
.poptinWrap .marketplace>div {
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 140%;
color: #7F8BB5;
/* border-left: 2px solid #E9EDF7; */
padding-left: 8px;
margin: 0px 20px;
}
.poptinWrap .marketplace>div>div>img {
width: 94px;
height: 26px;
}
.poptinWrap .marketplace>div>div>img.wordpress {
width: 120px;
}
.poptinWrap .marketplace>div>div>div {
margin-top: 16px;
}
.poptinLearnMore {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
overflow-y: hidden;
}
.poptinLearnMore img.parrot {
margin-top: 25px;
/* margin-bottom: -30px; */
}
.poptinLearnMore span {
margin-top: 30px;
margin-bottom: -30px;
}
.poptinLearnMore span a img {
margin-bottom: -4px;
}
.poptinLearnMore span,
.poptinLearnMore a {
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 100%;
text-align: center;
color: #707EAE;
text-decoration: none;
}
.poptin .modal,
.poptin .modal-backdrop.fade {
background: rgba(30, 25, 57, 0.4);
backdrop-filter: blur(4px);
}
.modal .content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: fit-content;
width: fit-content;
}
.poptin .modal .card {
position: relative;
height: fit-content;
}
.poptin .modal .card h3 {
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 24px;
text-align: center;
color: #362A6D;
margin: 40px 0px 5px 0px;
}
.poptin .modal .card h4 {
margin: 10px;
font-family: Poppins;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #362A6D;
max-width: 312px;
}
.poptin .modal .card>button {
margin-top: 70px;
}
.poptinContentBox .poptinLogged .poptinView .footer .pplogout {
margin-top: 24px !important;
}
.poptinContentBox .poptinLogged .poptinView .footer .pplogout,
.poptin .modal .card .cancel-text {
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 100%;
color: #707EAE;
margin: 16px 0px 20px 0px;
cursor: pointer;
width: 100%;
height: fit-content;
text-align: center;
}
#whereIsMyId.modal .card {
max-width: 950px;
width: 900px !important;
height: fit-content;
background: #FFFFFF;
border: 1px solid #E9EDF7;
box-sizing: border-box;
box-shadow: 0px 3px 6px -4px rgba(54, 42, 109, 0.12), 0px 6px 16px rgba(54, 42, 109, 0.08), 0px 9px 28px 8px rgba(54, 42, 109, 0.05);
border-radius: 12px;
padding: 40px;
}
#poptinExplanatoryVideo.modal .card h3 {
margin: 1em 0;
}
#poptinExplanatoryVideo.modal .card {
max-width: 950px;
width: 905px !important;
height: fit-content;
background: #FFFFFF;
border: 1px solid #E9EDF7;
box-sizing: border-box;
box-shadow: 0px 3px 6px -4px rgba(54, 42, 109, 0.12), 0px 6px 16px rgba(54, 42, 109, 0.08), 0px 9px 28px 8px rgba(54, 42, 109, 0.05);
border-radius: 12px;
padding: 50px 10px;
}
.poptin .modal .card .close-button {
position: absolute;
top: 12px;
right: 12px;
cursor: pointer;
padding: 8px;
box-sizing: border-box;
height: 32px;
width: 32px;
display: flex;
align-items: center;
justify-content: center;
}
.poptin .close-button,
/* .poptin button, */
.poptin a,
.poptin .poptinLearnMore span {
transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
-moz-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
-webkit-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.poptin .modal .card .close-button:hover {
border-radius: 50%;
background: #F1F2F7;
}
#whereIsMyId.modal .card .card-content img {
width: 256px;
}
#whereIsMyId.modal .card .card-content {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 17px;
}
#whereIsMyId.modal .card .card-content>div .step {
height: 32px;
flex-basis: 30%;
max-width: 32px !important;
border-radius: 50%;
background: rgba(228, 223, 249, 0.6);
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 100%;
color: #7761DF;
margin-top: 12px;
margin-right: 12px;
}
#whereIsMyId.modal .card .card-content>div .step-description {
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
color: #362A6D;
}
#whereIsMyId.modal .card .card-content,
#whereIsMyId.modal .card .card-content>div {
height: fit-content;
}
#whereIsMyId.modal .card .foot button {
cursor: pointer;
}
#byebyeModal.modal .card button {
margin-bottom: 20px;
}
#whereIsMyId.modal .card .foot {
width: 376px;
}
#whereIsMyId.modal .card .title {
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 100%;
text-align: center;
color: #362A6D;
margin: 0px 0px 30px 0px;
}
#lookfamiliar.modal .card,
#byebyeModal.modal .card,
#makingsure.modal .card {
width: 480px;
/* height: 340px; */
border: 1px solid #E9EDF7;
box-sizing: border-box;
box-shadow: 0px 3px 6px -4px rgba(54, 42, 109, 0.12), 0px 6px 16px rgba(54, 42, 109, 0.08), 0px 9px 28px 8px rgba(54, 42, 109, 0.05);
border-radius: 12px;
}
#makingsure.modal .card {
overflow: hidden;
}
#makingsure.modal .card>img {
position: absolute;
left: -10%;
width: 76px;
height: 146px;
bottom: 28%;
animation: run 1s linear 0.5s;
-webkit-animation: run 1s linear 0.5s;
animation-fill-mode: forwards;
}
@-webkit-keyframes run {
0% {
left: -10%;
}
100% {
left: 0;
}
}
#whereIsMyId.modal .card .card-content img {
border: none !important;
}
/* Poptin progress loader */
.lds-ellipsis {
display: inline-block;
position: relative;
width: 80px;
top: -10px;
left: -10px;
}
.lds-ellipsis div {
position: absolute;
width: 13px;
height: 13px;
border-radius: 50%;
background: #fff;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 8px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 8px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 32px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 56px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}
/* ---------------------------
Start: Poptin Support Widget
---------------------------- */
.ps-widget {
--page-spacing: 35px;
--z-index: 9999;
--trigger-btn-size: 64px;
--inner-px: 28px;
position: fixed;
right: var(--page-spacing);
bottom: var(--page-spacing);
z-index: 999;
}
.ps-widget__trigger-btn {
border: 0;
border-radius: 50%;
background-color: transparent;
filter: drop-shadow(0px 8px 16px rgba(20, 34, 54, 0.14));
width: var(--trigger-btn-size);
height: var(--trigger-btn-size);
cursor: pointer;
}
.ps-widget__trigger-btn img {
transform: rotate(0deg);
transition: transform 0.4s;
}
.ps-widget__popover {
display: none;
opacity: 0;
width: 276px;
background-color: #fff;
border-radius: 12px;
overflow: hidden;
position: absolute;
bottom: 30px;
right: 0;
box-shadow: 0px 12px 48px -6px rgba(20, 34, 54, 0.38), 0px 3px 18px -2px rgba(20, 34, 54, 0.16);
}
.ps-widget__popover__header {
position: relative;
height: 54px;
isolation: isolate;
display: flex;
align-items: center;
}
.ps-widget__popover__header__bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
user-select: none;
transform: scale(1.5);
transform-origin: right bottom;
transition: transform 0.4s;
}
.ps-widget__popover__header__title {
z-index: 1;
padding-left: var(--inner-px);
padding-right: var(--inner-px);
padding-top: 5px;
padding-bottom: 5px;
font-size: 16px;
font-weight: 600;
color: #0C1D36;
font-family: 'Poppins', sans-serif;
}
.ps-widget__popover__header__bird {
position: absolute;
z-index: 1;
right: -50px;
bottom: 0;
user-select: none;
}
.ps-widget__popover__body {
padding: var(--inner-px);
}
.ps-widget__popover__body {
display: grid;
gap: 24px;
}
.ps-widget__popover__body__item {
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 12px;
cursor: pointer;
}
.ps-widget__popover__body__item span {
font-size: 16px;
color: #0C1D36;
font-family: 'Poppins', sans-serif;
font-weight: 400;
transition: color 0.4s;
}
.ps-widget__popover__body__item svg {
color: #747C97
}
.ps-widget__popover__body__item:hover span {
color: #7761DF;
}
.ps-widget__popover__body__item:hover svg {
color: #7761DF;
}
/* ---------------------------
End: Poptin Support Widget
---------------------------- */
body.mobile.modal-open #wpwrap {
position: static;
}
/* ---------------------------
Start: Poptin Dashboard reset and iframe
---------------------------- */
.poptin-dashboard {
position: relative;
}
.poptin-dashboard-iframe {
display: block;
height: calc(100vh - 32px);
position: fixed;
top: 32px;
left: 160px;
width: calc(100% - 160px);
border: 0;
z-index:1000;
background:#ffffff;
}
/* Page-specific styling for dashboard pages */
.toplevel_page_Poptin:has(.poptin-dashboard) #wpbody-content > *:not(.poptin-dashboard) {
display: none;
}
.toplevel_page_Poptin:has(.poptin-dashboard) #wpcontent,
.toplevel_page_poptin-dashboard #wpcontent {
padding: 0;
}
.toplevel_page_poptin-dashboard #wpbody-content {
background-color: #f6f6f8;
padding-bottom: 0;
position: relative;
}
/* Hide scrollbar on dashboard pages */
.toplevel_page_Poptin:has(.poptin-dashboard)::-webkit-scrollbar,
.toplevel_page_poptin-dashboard:has(.poptin-dashboard)::-webkit-scrollbar {
width: 0;
}
/* ---------------------------
End: Poptin Dashboard reset and iframe
---------------------------- */
/* ---------------------------
Start: Responsive
---------------------------- */
@media (max-width: 1300px) {
.poptinWrap {
max-width: 980px;
padding: 20px;
width: auto;
}
.poptinContentBox {
padding: 20px;
flex-basis: 45%;
width: 400px;
}
.poptinFeaturesBox {
margin-left: 20px;
position: relative;
overflow: hidden;
flex-basis: 55%;
}
.poptinFeaturesList {
gap: 10px;
}
.poptinWrap .customersReview .poptinCustomer {
padding: 14px;
}
.poptinWrap .marketplace>div {
margin: 0 2px;
}
.poptinContentBox .poptinView .description {
font-size: 14px;
}
#poptinExplanatoryVideo.modal .card,
#whereIsMyId.modal .card
{
max-width: 650px;
width: 650px !important;
}
#poptinExplanatoryVideo.modal .card iframe{
width: 580px !important;
height: 330px !important;
}
#whereIsMyId.modal .card .card-content {
grid-template-columns: 1fr 1fr;
max-height: 400px;
overflow-y: auto;
}
.poptinContentBox .poptinLogged .poptinView .footer .important-note {
width: calc(100% - 45px);
}
}
@media (max-width: 1000px) {
.poptinWrap {
max-width: 575px;
flex-direction: column;
padding: 32px;
height: auto !important;
max-height: fit-content !important;
}
.poptinContentBox {
flex-basis: 100%;
width: 100%;
padding-bottom: 140px;
}
.poptinFeaturesBox {
flex-basis: 100%;
margin-left: 0px;
}
.poptinContentBox .poptinView,
.poptinContentBox .poptinView form {
margin-top: 60px;
}
.poptinFeaturesBox>img {
display: none;
}
.poptinWrap .customersReview {
grid-template-columns: repeat(2, 1fr);
}
.marketplace {
display: grid;
grid-template-columns: 1fr 1fr;
margin-top: 30px !important;
padding-bottom: 80px;
column-gap: 15px;
row-gap: 35px;
}
.poptinWrap .marketplace>div>div>div {
margin-top: 2px;
}
.poptinWrap .marketplace>div {
margin: 0 !important;
}
.poptinWrap .marketplace>div .pipe {
display: none;
}
#poptinExplanatoryVideo.modal .card,
#whereIsMyId.modal .card
{
max-width: 550px;
width: 550px !important;
}
#poptinExplanatoryVideo.modal .card iframe{
width: 480px !important;
height: 230px !important;
}
#whereIsMyId.modal .card .card-content {
grid-template-columns: 1fr;
}
.find-id-1,
.find-id-2,
.find-id-3 {
display: flex;
flex-direction: column-reverse;
}
.poptinContentBox .poptinLogged .poptinView .footer {
position: relative;
transform: translateY(80%);
}
.poptinContentBox .poptinLogged .poptinView .footer .important-note {
width: calc(100% - 30px);
}
}
@media (max-width: 960px) {
.poptin-dashboard-iframe {
left: 36px;
width: calc(100% - 36px);
}
}
@media (max-width: 782px) {
.poptin-dashboard-iframe {
left: 0;
width: 100%;
}
}
@media (max-width: 600px) {
.poptinWrap {
border-radius: 12px;
}
.poptinContentBox {
border-radius: 12px;
}
.poptinContentBox .poptinView .title {
font-size: 28px;
line-height: 1.3;
}
.poptinContentBox .poptinView .description {
font-size: 12px;
margin-top: 10px;
}
.poptinWrap .customersReview {
grid-template-columns: 1fr;
}
.poptinContentBox .poptinView,
.poptinContentBox .poptinView form {
margin-top: 45px;
}
.poptinFeaturesList {
flex-direction: column;
gap: 0;
}
.poptinFeaturesTitle {
margin-bottom: 25px;
}
.poptinTestimonials {
margin-top: 25px;
}
.poptinFeaturesBox .poptinFeatures .poptinFeaturesList ul {
margin: 0;
pad: 0;
}
#poptinExplanatoryVideo.modal .card,
#whereIsMyId.modal .card
{
max-width: 350px;
width: 350px !important;
}
#poptinExplanatoryVideo.modal .card iframe{
width: 340px !important;
height: 200px !important;
}
#lookfamiliar.modal .card, #byebyeModal.modal .card, #makingsure.modal .card {
width: 360px;
}
#whereIsMyId.modal .card {
padding: 30px 16px;
}
#whereIsMyId.modal .card .foot {
width: 100%;
}
#whereIsMyId.modal .card .card-content {
max-height: 500px;
}
}
@media (max-width: 450px) {
.marketplace {
grid-template-columns: 1fr;
}
.poptinLearnMore span, .poptinLearnMore a {
font-size: 12px;
}
.poptinWrap {
padding: 16px;
border-radius: 8px
}
.poptinContentBox {
border-radius: 8px;
}
#lookfamiliar.modal .card, #byebyeModal.modal .card, #makingsure.modal .card {
width: 340px;
}
}
/* ---------------------------
End: Responsive
---------------------------- */