.perfecty-push-dialog-container {
position: fixed;
top: 0;
left: 0;
right: 0;
display: none;
z-index: 100000;
}
.perfecty-push-dialog-box {
display: flex;
align-items: center;
flex-wrap: nowrap;
justify-content: space-around;
width: 550px;
background: white;
padding: 15px;
border-radius: 5px;
box-shadow: 0px 7px 30px 0px grey;
margin: 0 auto;
text-align: center;
}
@media only screen and (max-width: 370px) {
.perfecty-push-dialog-box {
width: 320px;
flex-wrap: wrap;
}
}
@media only screen and (min-width: 370px) and (max-width: 425px) {
.perfecty-push-dialog-box {
width: 350px;
flex-wrap: wrap;
}
}
.perfecty-push-dialog-box .perfecty-push-dialog-icon {
width: 100px;
}
.perfecty-push-dialog-container .perfecty-push-dialog-form .perfecty-push-dialog-title {
margin: 20px 0px;
}
.perfecty-push-dialog-container .perfecty-push-dialog-form button{
margin: 5px 10px;
font-size: 1em;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 600;
letter-spacing: 0.0222em;
line-height: 1.25;
opacity: 1;
padding: 1em 1.2em;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: opacity 0.15s linear;
}
.perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-cancel {
background-color: #ffffff;
color: #f77924;
}
.perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-subscribe {
background-color: #f77924;
color: #ffffff;
} .perfecty-push-settings-container {
z-index: 100000;
display: none;
}
.perfecty-push-settings-container #perfecty-push-settings-form {
display: none;
border: 1px solid rgb(221, 221, 221);
background-color: white;
padding: 20px;
border-radius: 10px;
margin-bottom: 20px;
}
.perfecty-push-settings-container #perfecty-push-settings-form label{
display: inline;
}
.perfecty-push-settings-container {
position: fixed;
bottom: 10px;
left: 10px;
}
.perfecty-push-settings-container #perfecty-push-settings-open {
height: 56px;
width: 56px;
background-color: transparent;
border: 0px;
margin: 0px;
padding: 0px;
outline: 0px;
box-sizing: border-box;
box-shadow: none;
}
.perfecty-push-settings-container #perfecty-push-settings-open svg {
color: #ffffff;
padding: 16px;
width: 56px;
height: 56px;
border-radius: 50%;
background-color: #f77924;
transition: padding .1s ease-in-out;
cursor: pointer;
fill: #fff;
outline: none;
box-sizing: border-box;
}
.perfecty-push-settings-container #perfecty-push-settings-open svg:hover,
.perfecty-push-settings-container #perfecty-push-settings-open svg:focus {
padding: 12px;
}.single-epaper .slider-container {
position: relative;
margin: 0 auto;
overflow: hidden;
border: solid 1px #ccc;
border-radius: 10px;
}
.single-epaper .image-slider {
display: flex;
transition: transform 0.5s ease-in-out;
}
.single-epaper .image-slide {
flex: 0 0 100%;
} .single-epaper .image-slide img {
width: 100%;
height: auto;
border-radius: 5px; 
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
} .single-epaper .arrow {
position: fixed;
top: 50%;
transform: translateY(-50%);
font-size: 30px;
cursor: pointer !important;
user-select: none;
z-index: 1;
background-color: hsla(
240,
7%,
62%,
1
); 
color: #fff; 
border-radius: 50%; 
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.single-epaper .arrow:hover {
background-color: hsl(0deg 0% 3.2%);
}
.single-epaper .left-arrow {
left: 10px;
}
.single-epaper .right-arrow {
right: 10px;
} .epaper-top-header .epaper-row {
background: #000;
color: #fff;
padding: 10px;
border-radius: 10px;  
}
.epaper-top-header .epaper-col {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}  .epaper-listing {
display: flex;
flex-wrap: wrap; gap: 20px;
} .epaper-item {
width: calc(33% - 10px);
border: 1px solid #e0e0e0;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
background-color: #fff;
} .epaper-thumbnail {
width: 100%;
}
.epaper-thumbnail img {
max-width: 100%;
height: auto;
} .epaper-content, .epaper-top-header {
padding: 10px;
} .epaper-content h2 {
font-size: 24px;
margin: 5px 0 0 0;
text-align: center;
}
.epaper-content h2 a {
text-decoration: none;
}
.zoom-container {
overflow: auto;
width: 100%;
height: 100%;
}
.zoom-container img {
display: block;
margin: 0 auto;
max-width: 100%;
transition: transform 0.3s ease;
}
.dragging {
cursor: grabbing !important;
} .epaper-center {
display: flex;
align-items: center;
justify-content: center;
padding: 10px 0;
}
.epaper-center .sk-control-button {
background-color: #fff;
border: none;
color: #000;
padding: 7px 8px;
margin: 0 5px;
font-size: 16px;
border-radius: 6px;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
transition: background-color 0.3s ease, transform 0.2s ease;
}
.epaper-center .sk-control-button i {
font-size: 18px;
pointer-events: none;
}
.epaper-center .sk-control-button:hover {
opacity: 0.8
}