:root {
--cgps-bg: #ffffff;
--cgps-surface: #ffffff;
--cgps-border: #e5e7eb;
--cgps-muted: #6b7280;
--cgps-text: #0f172a;
--cgps-accent: #2563eb;
--cgps-accent-600: #1d4ed8;
--cgps-accent-700: #1e40af;
--cgps-success: #16a34a;
--cgps-danger: #dc2626;
--cgps-warning: #f59e0b;
--cgps-shadow: 0 10px 25px rgba(2, 6, 23, 0.06);
--cgps-radius: 14px;
} .cgps-form {
box-sizing: border-box;
max-width: 760px;
margin: 24px auto !important;
padding: 24px !important;
background: var(--cgps-surface);
border: 1px solid var(--cgps-border) !important;
border-radius: var(--cgps-radius) !important;
box-shadow: var(--cgps-shadow);
color: var(--cgps-text);
font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
} .cgps-form label {
display: inline-block;
font-weight: 600;
margin-bottom: 6px;
color: var(--cgps-text);
} .cgps-form .cgps-input,
.cgps-form input[type="text"],
.cgps-form input[type="url"],
.cgps-form input[type="file"],
.cgps-form select,
.cgps-form textarea {
width: 100%;
padding: 14px 16px;
font-size: 18px;
line-height: 1.5;
color: var(--cgps-text);
background: #fff;
border: 1px solid var(--cgps-border);
border-radius: 12px;
outline: none;
transition: border-color .15s ease, box-shadow .15s ease;
box-shadow: 0 1px 0 rgba(0,0,0,.02);
}
.cgps-form input::placeholder,
.cgps-form textarea::placeholder {
color: #9ca3af;
}
.cgps-form .cgps-input:focus,
.cgps-form input[type="text"]:focus,
.cgps-form input[type="url"]:focus,
.cgps-form input[type="file"]:focus,
.cgps-form select:focus,
.cgps-form textarea:focus {
border-color: var(--cgps-accent);
box-shadow: 0 0 0 4px rgba(37, 99, 235, .15);
} .cgps-form .cgps-criteria {
background: #f8fafc !important;
border: 1px solid var(--cgps-border) !important;
border-radius: 12px !important;
padding: 14px 16px !important;
}
.cgps-form .cgps-criteria strong {
display: inline-block;
margin-bottom: 6px;
}
.cgps-form .cgps-criteria ul {
margin: 0;
padding-left: 0;
list-style: none;
}
.cgps-form .cgps-criteria li {
position: relative;
padding-left: 28px;
margin: 8px 0;
color: var(--cgps-text);
}
.cgps-form .cgps-criteria li::before {
content: "✓";
position: absolute;
left: 0;
top: 0;
color: var(--cgps-success);
font-weight: 700;
} #cgps_counters {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
background: #f9fafb;
border: 1px solid var(--cgps-border);
border-radius: 10px;
padding: 8px 10px;
}
#cgps_word_counter,
#cgps_link_counter {
display: inline-block;
padding: 4px 10px;
border-radius: 999px;
background: #eef2ff;
border: 1px solid #e0e7ff;
font-weight: 600;
}
#cgps_word_status {
padding: 4px 10px;
border-radius: 999px;
font-weight: 600;
background: #fff7ed;
border: 1px solid #ffedd5;
color: var(--cgps-warning);
}
#cgps_link_counter.is-danger,
#cgps_word_status.is-danger {
background: #fef2f2;
border-color: #fee2e2;
color: var(--cgps-danger);
} .cgps-form .cgps-pay-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 14px 22px !important;
font-size: 17px !important;
font-weight: 700;
border-radius: 12px !important;
border: none;
color: #ffffff;
background: linear-gradient(135deg, var(--cgps-accent), var(--cgps-accent-600));
box-shadow: 0 8px 18px rgba(37, 99, 235, .25);
transition: transform .06s ease, box-shadow .15s ease, filter .15s ease;
}
.cgps-form .cgps-pay-btn:hover:not([disabled]) {
transform: translateY(-1px);
box-shadow: 0 12px 22px rgba(37, 99, 235, .28);
filter: brightness(1.04);
}
.cgps-form .cgps-pay-btn[disabled] {
opacity: .55;
cursor: not-allowed;
filter: grayscale(10%);
box-shadow: none;
} .cgps-form .cgps-errors {
border: 1px solid #fecaca !important;
background: #fff1f2 !important;
color: #7f1d1d;
border-radius: 12px;
padding: 12px 14px;
}
.cgps-form .cgps-errors ul {
padding-left: 18px;
margin: 0;
}
.cgps-form .cgps-msg {
border: 1px solid #fde68a !important;
background: #fffbeb !important;
color: #78350f;
border-radius: 12px;
padding: 12px 14px;
} .mce-content-body {
font-size: 18px !important;
line-height: 1.7 !important;
} .cgps-form p {
margin: 0 0 16px;
} .cgps-form input[type="file"] {
padding: 10px;
background: #fafafa;
} @media (max-width: 600px) {
.cgps-form {
padding: 18px !important;
border-radius: 12px !important;
}
.cgps-form .cgps-pay-btn {
width: 100%;
}
} .cgps-form h3, .cgps-form h4 {
position: relative;
padding-bottom: 6px;
margin-bottom: 10px;
}
.cgps-form h3::after, .cgps-form h4::after {
content: "";
position: absolute;
left: 0; bottom: 0;
width: 56px; height: 3px;
border-radius: 999px;
background: var(--cgps-accent);
} .cgps-form select {
appearance: none;
background-image: linear-gradient(45deg, transparent 50%, #9ca3af 50%), linear-gradient(135deg, #9ca3af 50%, transparent 50%);
background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
background-size: 5px 5px, 5px 5px;
background-repeat: no-repeat;
} .cgps-form [required] {
border-left: 3px solid rgba(37,99,235,.35);
padding-left: 13px;
}
.cgps-progress {
position: relative;
width: 100%;
background: #f1f5f9;
border: 1px solid var(--cgps-border);
border-radius: 999px;
height: 14px;
margin: 12px 0 8px;
overflow: hidden;
}
.cgps-progress-bar {
height: 100%;
width: 0%;
background: linear-gradient(90deg, var(--cgps-accent), var(--cgps-accent-600));
transition: width .25s ease;
}
.cgps-progress-label {
font-size: 12px;
color: var(--cgps-muted);
margin-top: 4px;
}
.cgps-progress.is-complete .cgps-progress-bar {
background: linear-gradient(90deg, #16a34a, #15803d);
}
.cgps-progress.is-danger .cgps-progress-bar {
background: linear-gradient(90deg, #dc2626, #b91c1c);
}
.cgps-progress { position: relative; }
.cgps-progress.is-low  .cgps-progress-bar { background: linear-gradient(90deg, #dc2626, #b91c1c); } .cgps-progress.is-mid  .cgps-progress-bar { background: linear-gradient(90deg, #f59e0b, #d97706); } .cgps-progress.is-high .cgps-progress-bar { background: linear-gradient(90deg, #16a34a, #15803d); } .cgps-progress-tooltip {
position: absolute;
left: 0;
top: 100%;
margin-top: 8px;
background: #111827;
color: #f9fafb;
border-radius: 10px;
padding: 10px 12px;
font-size: 13px;
box-shadow: 0 10px 20px rgba(2,6,23,.25);
opacity: 0;
transform: translateY(4px);
pointer-events: none;
transition: opacity .15s ease, transform .15s ease;
z-index: 20;
min-width: 280px;
}
.cgps-progress:hover .cgps-progress-tooltip {
opacity: 1;
transform: translateY(0);
}
.cgps-progress-tooltip ul {
list-style: none;
padding: 0;
margin: 0;
}
.cgps-progress-tooltip li {
display: flex;
align-items: center;
gap: 8px;
margin: 4px 0;
}
.cgps-badge-ok {
display: inline-block;
font-weight: 700;
width: 18px;
text-align: center;
color: #10b981;
}
.cgps-badge-no {
display: inline-block;
font-weight: 700;
width: 18px;
text-align: center;
color: #ef4444;
}.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}.wploti_menu_text{
color: white;
}
#wp-admin-bar-wploti-activation-status .ab-item{
display: flex !important;
}
#wp-admin-bar-wploti-activation-status .ab-item div{
margin-right: 5px;
} #wpadminbar .wploti_animation_state{
max-width: 30px;
margin-right: 8px;
}
#wpadminbar #wp-admin-bar-wploti-activation-status a {
padding-left: 30px;
}
#wpadminbar #wp-admin-bar-wploti-activation-status .toggle-wrapper {
display: inline-block;
}
#wp-admin-bar-wploti-preview .wploti_preview{
position: relative;
float: left;
display: flex;
align-items: center;
margin-right: 5px !important;
font: normal 20px/1 dashicons !important;
padding: 4px 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-image: none!important;
}
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
right: auto;
left: 0;
min-width: 66%;
}
#wpadminbar #wp-admin-bar-wploti-settings .wploti_settings_img{
width: 22px;
background-size: 22px;
background-repeat: no-repeat;
background-position: center;
}
#wpadminbar #wp-admin-bar-wploti-activation-status #wploti-toggle-adminbar {
cursor: pointer;
display: inline-block;
position: relative;
width: 88px;
height: 32px;
font-weight: 600;
background: transparent;
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
border: none;
}
#wpadminbar #wp-admin-bar-wploti-activation-status #wploti-toggle-adminbar:before, #wpadminbar #wploti-toggle-adminbar:after {
position: absolute;
line-height: 32px;
font-size: 11px;
z-index: 2;
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
#wpadminbar #wp-admin-bar-wploti-activation-status input[type=checkbox].toggle-checkbox {
display: none;
}
#wpadminbar #wp-admin-bar-wploti-activation-status .toggle_handler {
display: inline-block;
position: relative;
z-index: 1;
background: #f63739;
width: 40px;
height: 20px;
top: 5px;
left: 5px;
border-radius: 3px;
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
#wpadminbar #wp-admin-bar-wploti-activation-status #wploti-toggle-adminbar.status-1 .toggle_handler {
-webkit-transform: translateX(40px);
transform: translateX(40px);
background: #00a32a;
}
#wpadminbar #wp-admin-bar-wploti-activation-status #wploti-toggle-adminbar:before {
content: "OFF";
left: 15px;
color: #ffffff;
}
#wpadminbar #wp-admin-bar-wploti-activation-status #wploti-toggle-adminbar:after {
content: "ON";
right: 16px;
color: #ffffff;
}
#wpadminbar #wp-admin-bar-wploti-activation-status #wploti-toggle-adminbar.status-1:before {
color: #ffffff;
}
#wpadminbar #wp-admin-bar-wploti-activation-status #wploti-toggle-adminbar.status-1:after {
color: #ffffff;
}
@media screen and (max-width: 782px) {
#wpadminbar ul li#wp-admin-bar-wploti-activation-status {
display: block;
}
#wpadminbar ul li#wp-admin-bar-wploti-activation-status span {
display: none;
}
#wpadminbar #wp-admin-bar-wploti-activation-status a {
padding-left: 40px;
}
#wpadminbar .cmp-logo {
height: 28px;
top: 9px;
left: 18px;
}
}
@media screen and (max-width:440px) {
#wpadminbar ul li#wp-admin-bar-wploti-activation-status {
display: none;
}
}