<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes wppzc-shaker {
0%,
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
33.3% {
-webkit-transform: translateX(-8px);
transform: translateX(-8px);
}
66.6% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
}
@-webkit-keyframes wppzc-shaker {
0%,
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
33.3% {
-webkit-transform: translateX(-12px);
transform: translateX(-12px);
}
66.6% {
-webkit-transform: translateX(12px);
transform: translateX(12px);
}
}
@-webkit-keyframes wppzc-chase {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes wppzc-chase {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes wppzc-chase-dot {
80%,
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes wppzc-chase-dot {
80%,
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes wppzc-chase-dot-before {
50% {
-webkit-transform: scale(0.4);
transform: scale(0.4);
}
100%,
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes wppzc-chase-dot-before {
50% {
-webkit-transform: scale(0.4);
transform: scale(0.4);
}
100%,
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.wppzc-shaker {
-webkit-animation-name: wppzc-shaker;
animation-name: wppzc-shaker;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-iteration-count: 2;
animation-iteration-count: 2;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
} .wppzc-chase-wrapper {
padding: 5px 0;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
margin-top: 20px;
}
.wppzc-chase {
width: 30px;
height: 30px;
position: relative;
-webkit-animation: wppzc-chase 2.5s infinite linear both;
animation: wppzc-chase 2.5s infinite linear both;
}
.wppzc-chase-dot {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
-webkit-animation: wppzc-chase-dot 2s infinite ease-in-out both;
animation: wppzc-chase-dot 2s infinite ease-in-out both;
}
.wppzc-chase-dot::before {
content: "";
display: block;
width: 35%;
height: 35%;
background-color: #555;
border-radius: 100%;
-webkit-animation: wppzc-chase-dot-before 2s infinite ease-in-out both;
animation: wppzc-chase-dot-before 2s infinite ease-in-out both;
}
.wppzc-chase-dot:nth-child(1) {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.wppzc-chase-dot:nth-child(2) {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.wppzc-chase-dot:nth-child(3) {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.wppzc-chase-dot:nth-child(4) {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.wppzc-chase-dot:nth-child(5) {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.wppzc-chase-dot:nth-child(6) {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.wppzc-chase-dot:nth-child(1)::before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.wppzc-chase-dot:nth-child(2)::before {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.wppzc-chase-dot:nth-child(3)::before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.wppzc-chase-dot:nth-child(4)::before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.wppzc-chase-dot:nth-child(5)::before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.wppzc-chase-dot:nth-child(6)::before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.wppzc-pincode-checker * {
box-sizing: border-box;
}
.wppzc-pincode-checker {
background-color: var(--wppzc-primary-bg-color);
width: 100%;
padding: 15px;
margin-bottom: 15px;
}
.wppzc-pincode-checker__title {
font-size: 16px;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
gap: 10px;
color: var(--wppzc-primary-text-color);
}
.wppzc-pincode-checker__available, .wppzc-pincode-checker__not-available {
display: none;
width: 24px;
height: 24px;
}
.wppzc-pincode-checker__available.show, .wppzc-pincode-checker__not-available.show {
display: inline-block;
}
.wppzc-pincode-checker__available {
color: #00e676;
}
.wppzc-pincode-checker__not-available {
color: #ff1744;
}
.wppzc-pincode-checker__edit {
display: none;
width: 30px;
height: 30px;
padding: 5px;
cursor: pointer;
}
.wppzc-pincode-checker__edit--show {
display: inline-block;
}
.wppzc-pincode-checker__form {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
gap: 10px;
padding: 0;
margin: 10px 0 20px 0;
}
.wppzc-pincode-checker__form--hide {
display: none;
}
.wppzc-pincode-checker__input {
-webkit-box-flex: 1;
flex-grow: 1;
margin: 0 !important;
}
.wppzc-pincode-checker__submit {
-webkit-box-flex: 0;
flex-grow: 0;
background-color: var(--wppzc-button-bg-color) !important;
color: var(--wppzc-button-text-color) !important;
margin: 0 !important;
}</pre></body></html>