/*
Common styles for swal2 modals
*/
body[class*=zbs] .swal2-title {
font-size: 1.38rem;
font-weight: 600;
color: rgba(8, 0, 138, 0.87);
margin-bottom: 1rem;
}
body[class*=zbs] p.jpcrm-export-success,
body[class*=zbs] p.jpcrm-export-complete {
max-width: 21rem;
margin: 0 auto 2rem;
}
.jpcrm-export-progress {
position: relative;
background: #eee;
}
.jpcrm-export-progress .jpcrm-export-progress-counter {
z-index: 1;
position: relative;
}
.jpcrm-export-progress .jpcrm-export-progress-bar {
position: absolute;
height: 100%;
width: 0;
background: rgba(6, 158, 8, 0.3333333333);
left: 0;
z-index: 0;
display: block;
top: 0;
}