.w3eden .wpdm-auth-split {
--auth-primary: var(--color-primary);
--auth-primary-dark: var(--color-primary-active);
--auth-primary-light: var(--color-primary-hover);
--auth-text: #1e293b;
--auth-text-muted: #64748b;
--auth-border: #e2e8f0;
--auth-bg: #ffffff;
--auth-input-bg: #f8fafc;
--auth-input-focus: #f1f5f9;
--auth-radius: 16px;
--auth-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}  .w3eden.wpdm-auth-page {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 0;
box-sizing: border-box;
}
.w3eden .wpdm-auth-split {
font-family: var(--auth-font);
display: flex;
align-items: center;
justify-content: center;
min-height: 100%;
padding: 24px;
box-sizing: border-box;
}
.w3eden .wpdm-auth-split *,
.w3eden .wpdm-auth-split *::before,
.w3eden .wpdm-auth-split *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
} .w3eden .wpdm-auth-panel {
display: flex;
width: 100%;
max-width: 900px;
min-height: 520px;
background: var(--auth-bg);
border-radius: var(--auth-radius);
overflow: hidden;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}
.w3eden .wpdm-auth-panel--short {
min-height: 480px;
} .w3eden .wpdm-auth-left {
flex: 0 0 45%;
background: linear-gradient(135deg, var(--color-primary-hover) 0%, var(--color-primary) 50%, var(--color-primary-active) 100%);
padding: 40px;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
} .w3eden .wpdm-auth-left::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 200px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='0.1' d='M0,160L48,170.7C96,181,192,203,288,197.3C384,192,480,160,576,165.3C672,171,768,213,864,218.7C960,224,1056,192,1152,165.3C1248,139,1344,117,1392,106.7L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom;
background-size: cover;
}
.w3eden .wpdm-auth-left::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 150px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='0.15' d='M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,218.7C672,235,768,245,864,234.7C960,224,1056,192,1152,181.3C1248,171,1344,181,1392,186.7L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom;
background-size: cover;
} .w3eden .wpdm-auth-grid {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
background-size: 40px 40px;
pointer-events: none;
} .w3eden .wpdm-auth-circles {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
}
.w3eden .wpdm-auth-circle {
position: absolute;
border-radius: 50%;
background: rgba(255, 255, 255, 0.1);
}
.w3eden .wpdm-auth-circle:nth-child(1) {
width: 80px;
height: 80px;
top: 15%;
right: 10%;
}
.w3eden .wpdm-auth-circle:nth-child(2) {
width: 40px;
height: 40px;
top: 60%;
left: 15%;
background: rgba(255, 255, 255, 0.15);
}
.w3eden .wpdm-auth-circle:nth-child(3) {
width: 60px;
height: 60px;
bottom: 25%;
right: 25%;
background: rgba(255, 255, 255, 0.08);
}
.w3eden .wpdm-auth-circle:nth-child(4) {
width: 20px;
height: 20px;
top: 40%;
left: 30%;
background: rgba(255, 255, 255, 0.2);
} .w3eden .wpdm-auth-brand {
display: flex;
align-items: center;
gap: 12px;
color: #fff;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.5px;
position: relative;
z-index: 1;
}
.w3eden .wpdm-auth-brand img {
width: 36px;
height: 36px;
border-radius: 8px;
object-fit: cover;
}
.w3eden .wpdm-auth-brand-icon {
width: 36px;
height: 36px;
background: rgba(255, 255, 255, 0.2);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}
.w3eden .wpdm-auth-brand-icon svg {
width: 20px;
height: 20px;
color: #fff;
}
.w3eden .wpdm-auth-welcome {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
color: #fff;
position: relative;
z-index: 1;
}
.w3eden .wpdm-auth-welcome-sub {
font-size: 14px;
opacity: 0.9;
margin-bottom: 8px;
font-weight: 400;
}
.w3eden .wpdm-auth-welcome-title {
font-size: 32px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 16px;
}
.w3eden .wpdm-auth-welcome-line {
width: 40px;
height: 3px;
background: #fff;
border-radius: 2px;
margin-bottom: 20px;
}
.w3eden .wpdm-auth-welcome-text {
font-size: 13px;
line-height: 1.7;
opacity: 0.85;
max-width: 280px;
} .w3eden .wpdm-auth-right {
flex: 1;
padding: 48px 40px;
display: flex;
flex-direction: column;
justify-content: center;
background: var(--auth-bg);
}
.w3eden .wpdm-auth-right--scroll {
overflow-y: auto;
}
.w3eden .wpdm-auth-form-header {
margin-bottom: 32px;
}
.w3eden .wpdm-auth-form-header--compact {
margin-bottom: 28px;
}
.w3eden .wpdm-auth-form-title {
font-size: 24px;
font-weight: 700;
color: var(--auth-primary);
margin-bottom: 12px;
}
.w3eden .wpdm-auth-form-title--error {
color: #dc2626;
}
.w3eden .wpdm-auth-form-desc {
font-size: 13px;
color: var(--auth-text-muted);
line-height: 1.6;
} .w3eden .wpdm-auth-field {
margin-bottom: 20px;
}
.w3eden .wpdm-auth-field--compact {
margin-bottom: 16px;
}
.w3eden .wpdm-auth-field--large {
margin-bottom: 24px;
}
.w3eden .wpdm-auth-input-wrap {
position: relative;
display: flex;
align-items: center;
} .w3eden .wpdm-auth-split input[type="text"],
.w3eden .wpdm-auth-split input[type="email"],
.w3eden .wpdm-auth-split input[type="password"],
.w3eden .wpdm-auth-split input[type="tel"],
.w3eden .wpdm-auth-split textarea,
.w3eden .wpdm-auth-split select,
.w3eden .wpdm-auth-split .form-control,
.w3eden .wpdm-auth-input {
width: 100% !important;
height: 50px !important;
padding: 0 16px 0 20px !important;
font-size: 14px !important;
font-family: inherit !important;
color: var(--auth-text) !important;
background: var(--auth-input-bg) !important;
border: none !important;
border-left: 3px solid var(--color-primary-hover) !important;
border-radius: 0 !important;
outline: none !important;
transition: all 0.2s ease !important;
}
.w3eden .wpdm-auth-split textarea {
height: auto !important;
min-height: 80px !important;
padding: 12px 16px 12px 20px !important;
resize: vertical;
}
.w3eden .wpdm-auth-input::placeholder,
.w3eden .wpdm-auth-split .form-control::placeholder,
.w3eden .wpdm-auth-split input::placeholder {
color: #94a3b8 !important;
opacity: 1 !important;
}
.w3eden .wpdm-auth-input:focus,
.w3eden .wpdm-auth-split .form-control:focus,
.w3eden .wpdm-auth-split input:focus,
.w3eden .wpdm-auth-split textarea:focus,
.w3eden .wpdm-auth-split select:focus {
background: var(--auth-input-focus) !important;
border-left-color: var(--color-primary-active) !important;
box-shadow: none !important;
} .w3eden .wpdm-auth-input:-webkit-autofill,
.w3eden .wpdm-auth-input:-webkit-autofill:hover,
.w3eden .wpdm-auth-input:-webkit-autofill:focus,
.w3eden .wpdm-auth-split .form-control:-webkit-autofill,
.w3eden .wpdm-auth-split input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px var(--auth-input-bg) inset !important;
-webkit-text-fill-color: var(--auth-text) !important;
border-left: 3px solid var(--auth-primary) !important;
} .w3eden .wpdm-auth-input.has-toggle,
.w3eden .wpdm-auth-split .form-control.has-toggle {
padding-right: 48px !important;
}
.w3eden .wpdm-auth-pwd-toggle {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 36px;
height: 36px;
background: transparent;
border: none;
border-radius: 6px;
cursor: pointer;
color: var(--auth-text-muted);
display: flex;
align-items: center;
justify-content: center;
transition: color 0.15s;
}
.w3eden .wpdm-auth-pwd-toggle:hover {
color: var(--auth-text);
}
.w3eden .wpdm-auth-pwd-toggle svg {
width: 18px;
height: 18px;
} .w3eden .wpdm-auth-meta {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 28px;
font-size: 13px;
} .w3eden .wpdm-auth-remember {
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
user-select: none;
color: var(--auth-text-muted);
}
.w3eden .wpdm-auth-remember input[type="checkbox"] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
.w3eden .wpdm-auth-check {
width: 18px;
height: 18px;
border: 2px solid var(--auth-border);
border-radius: 4px;
background: var(--auth-bg);
display: flex;
align-items: center;
justify-content: center;
transition: all 0.15s ease;
flex-shrink: 0;
}
.w3eden .wpdm-auth-check svg {
width: 10px;
height: 10px;
color: #fff;
opacity: 0;
transform: scale(0.5);
transition: all 0.15s ease;
}
.w3eden .wpdm-auth-remember input:checked + .wpdm-auth-check {
background: var(--auth-primary);
border-color: var(--auth-primary);
}
.w3eden .wpdm-auth-remember input:checked + .wpdm-auth-check svg {
opacity: 1;
transform: scale(1);
} .w3eden .wpdm-auth-forgot {
color: var(--auth-primary);
text-decoration: none;
font-weight: 500;
transition: color 0.15s;
}
.w3eden .wpdm-auth-forgot:hover {
color: var(--auth-primary-dark);
}  .w3eden .wpdm-auth-btn {
width: 100%;
height: 50px;
font-size: 14px;
font-weight: 600;
font-family: inherit;
color: #fff;
background: var(--auth-primary);
border: none;
border-radius: 25px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.2s ease;
box-shadow: 0 4px 15px rgba(var(--color-primary-rgb), 0.3);
text-decoration: none;
}
.w3eden .wpdm-auth-btn:hover {
background: var(--auth-primary-dark);
box-shadow: 0 6px 20px rgba(var(--color-primary-rgb), 0.6);
transform: translateY(-1px);
color: #fff;
}
.w3eden .wpdm-auth-btn:active {
transform: translateY(0);
}
.w3eden .wpdm-auth-btn:disabled {
opacity: 0.7;
cursor: not-allowed;
transform: none;
}
.w3eden .wpdm-auth-btn svg {
width: 16px;
height: 16px;
}
.w3eden .wpdm-auth-btn--margin-top {
margin-top: 8px;
} @keyframes wpdm-auth-spin {
to { transform: rotate(360deg); }
}
.w3eden .wpdm-auth-spinner {
width: 18px;
height: 18px;
border: 2px solid rgba(255,255,255,0.3);
border-top-color: #fff;
border-radius: 50%;
animation: wpdm-auth-spin 0.7s linear infinite;
}  .w3eden .wpdm-auth-link {
text-align: center;
margin-top: 24px;
font-size: 13px;
color: var(--auth-text-muted);
}
.w3eden .wpdm-auth-link a {
color: var(--auth-primary);
font-weight: 600;
text-decoration: none;
margin-left: 4px;
}
.w3eden .wpdm-auth-link a:hover {
text-decoration: underline;
} .w3eden .wpdm-auth-back {
text-align: center;
margin-top: 24px;
font-size: 13px;
color: var(--auth-text-muted);
}
.w3eden .wpdm-auth-back a {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--auth-primary);
font-weight: 600;
text-decoration: none;
transition: color 0.15s;
}
.w3eden .wpdm-auth-back a:hover {
color: var(--auth-primary-dark);
}
.w3eden .wpdm-auth-back a svg {
width: 16px;
height: 16px;
} .w3eden .wpdm-auth-divider {
display: flex;
align-items: center;
gap: 16px;
margin: 24px 0;
font-size: 12px;
color: var(--auth-text-muted);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.w3eden .wpdm-auth-divider::before,
.w3eden .wpdm-auth-divider::after {
content: '';
flex: 1;
height: 1px;
background: var(--auth-border);
} .w3eden .wpdm-auth-social {
display: flex;
gap: 12px;
justify-content: center;
}
.w3eden .wpdm-auth-social-btn {
width: 44px;
height: 44px;
border-radius: 10px;
border: 1px solid var(--auth-border);
background: var(--auth-bg);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
padding: 0;
}
.w3eden .wpdm-auth-social-btn svg {
width: 20px;
height: 20px;
}
.w3eden .wpdm-auth-social-btn.google svg { color: #ea4335; }
.w3eden .wpdm-auth-social-btn.facebook svg { color: #1877f2; }
.w3eden .wpdm-auth-social-btn.twitter svg { color: #0f172a; }
.w3eden .wpdm-auth-social-btn.linkedin svg { color: #0a66c2; }
.w3eden .wpdm-auth-social-btn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.w3eden .wpdm-auth-social-btn.google:hover { background: #ea4335; border-color: #ea4335; }
.w3eden .wpdm-auth-social-btn.facebook:hover { background: #1877f2; border-color: #1877f2; }
.w3eden .wpdm-auth-social-btn.twitter:hover { background: #0f172a; border-color: #0f172a; }
.w3eden .wpdm-auth-social-btn.linkedin:hover { background: #0a66c2; border-color: #0a66c2; }
.w3eden .wpdm-auth-social-btn:hover svg { color: #fff; } .w3eden .wpdm-auth-alert {
padding: 12px 16px;
border-radius: 8px;
font-size: 13px;
margin-bottom: 20px;
display: flex;
align-items: flex-start;
gap: 10px;
line-height: 1.5;
}
.w3eden .wpdm-auth-alert svg {
width: 16px;
height: 16px;
flex-shrink: 0;
margin-top: 2px;
}
.w3eden .wpdm-auth-alert.success {
background: #ecfdf5;
color: #065f46;
border: 1px solid #a7f3d0;
}
.w3eden .wpdm-auth-alert.error {
background: #fef2f2;
color: #991b1b;
border: 1px solid #fecaca;
cursor: pointer;
}
.w3eden .wpdm-auth-alert.info {
background: #eff6ff;
color: #1e40af;
border: 1px solid #bfdbfe;
} .w3eden .wpdm-auth-right .form-group { margin-bottom: 0; }
.w3eden .wpdm-auth-right .form-group > label:first-child { display: none; }
.w3eden .wpdm-auth-right .form-group .input-group { display: block; }
.w3eden .wpdm-auth-right .form-group .input-group-prepend { display: none; } .w3eden .wpdm-auth-right .input-wrapper {
margin-bottom: 16px;
}
.w3eden .wpdm-auth-right .input-wrapper label {
display: none;
}
.w3eden .wpdm-auth-right .input-wrapper.heading-input-wrapper {
background: var(--auth-input-bg);
padding: 10px 16px;
border-left: 3px solid var(--auth-primary);
font-weight: 600;
font-size: 12px;
color: var(--auth-text-muted);
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 16px;
margin-top: 8px;
} .w3eden .wpdm-auth-right .g-recaptcha,
.w3eden .wpdm-auth-right #reCaptchaLock {
margin-bottom: 20px;
display: flex;
justify-content: center;
transform: scale(0.92);
transform-origin: center;
} .w3eden .wpdm-auth-disabled {
padding: 60px 40px;
text-align: center;
}
.w3eden .wpdm-auth-disabled-icon {
width: 64px;
height: 64px;
margin: 0 auto 20px;
background: rgba(239, 68, 68, 0.1);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
color: #dc2626;
}
.w3eden .wpdm-auth-disabled-icon svg {
width: 32px;
height: 32px;
}
.w3eden .wpdm-auth-disabled p {
color: var(--auth-text-muted);
font-size: 15px;
margin: 0;
} @media (max-width: 768px) {
.w3eden .wpdm-auth-split {
padding: 16px;
}
.w3eden .wpdm-auth-panel {
flex-direction: column;
max-width: 440px;
min-height: auto;
}
.w3eden .wpdm-auth-left {
flex: 0 0 auto;
padding: 32px 24px;
min-height: 200px;
}
.w3eden .wpdm-auth-welcome-title {
font-size: 24px;
}
.w3eden .wpdm-auth-welcome-text {
display: none;
}
.w3eden .wpdm-auth-right {
padding: 32px 24px;
max-height: none;
}
.w3eden .wpdm-auth-meta {
flex-direction: column;
gap: 12px;
align-items: flex-start;
}
}
@media (max-width: 480px) {
.w3eden .wpdm-auth-left {
padding: 24px 20px;
min-height: 160px;
}
.w3eden .wpdm-auth-welcome-title {
font-size: 20px;
letter-spacing: 1px;
}
.w3eden .wpdm-auth-right {
padding: 24px 20px;
}
.w3eden .wpdm-auth-input,
.w3eden .wpdm-auth-split .form-control,
.w3eden .wpdm-auth-split input {
font-size: 16px !important; }
}  .w3eden.dark-mode .wpdm-auth-split {
--auth-text: #f1f5f9;
--auth-text-muted: #94a3b8;
--auth-border: #334155;
--auth-bg: #1e293b;
--auth-input-bg: #0f172a;
--auth-input-focus: #1e293b;
} .w3eden.dark-mode .wpdm-auth-panel {
background: #1e293b;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}
.w3eden.dark-mode .wpdm-auth-right {
background: #1e293b;
}
.w3eden.dark-mode .wpdm-auth-form-title {
color: var(--color-primary);
}
.w3eden.dark-mode .wpdm-auth-form-desc {
color: #94a3b8;
}
.w3eden.dark-mode .wpdm-auth-split input[type="text"],
.w3eden.dark-mode .wpdm-auth-split input[type="email"],
.w3eden.dark-mode .wpdm-auth-split input[type="password"],
.w3eden.dark-mode .wpdm-auth-split input[type="tel"],
.w3eden.dark-mode .wpdm-auth-split textarea,
.w3eden.dark-mode .wpdm-auth-split select,
.w3eden.dark-mode .wpdm-auth-split .form-control,
.w3eden.dark-mode .wpdm-auth-input {
background: #0f172a !important;
color: #f1f5f9 !important;
border-left-color: var(--color-primary) !important;
}
.w3eden.dark-mode .wpdm-auth-input::placeholder,
.w3eden.dark-mode .wpdm-auth-split .form-control::placeholder,
.w3eden.dark-mode .wpdm-auth-split input::placeholder {
color: #64748b !important;
}
.w3eden.dark-mode .wpdm-auth-input:focus,
.w3eden.dark-mode .wpdm-auth-split .form-control:focus,
.w3eden.dark-mode .wpdm-auth-split input:focus,
.w3eden.dark-mode .wpdm-auth-split textarea:focus,
.w3eden.dark-mode .wpdm-auth-split select:focus {
background: #1e293b !important;
}
.w3eden.dark-mode .wpdm-auth-input:-webkit-autofill,
.w3eden.dark-mode .wpdm-auth-split .form-control:-webkit-autofill,
.w3eden.dark-mode .wpdm-auth-split input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px #0f172a inset !important;
-webkit-text-fill-color: #f1f5f9 !important;
}
.w3eden.dark-mode .wpdm-auth-pwd-toggle {
color: #64748b;
}
.w3eden.dark-mode .wpdm-auth-pwd-toggle:hover {
color: #f1f5f9;
}
.w3eden.dark-mode .wpdm-auth-remember {
color: #94a3b8;
}
.w3eden.dark-mode .wpdm-auth-check {
background: #0f172a;
border-color: #475569;
}
.w3eden.dark-mode .wpdm-auth-right .input-wrapper.heading-input-wrapper {
background: #0f172a;
color: #94a3b8;
}
.w3eden.dark-mode .wpdm-auth-divider {
color: #64748b;
}
.w3eden.dark-mode .wpdm-auth-divider::before,
.w3eden.dark-mode .wpdm-auth-divider::after {
background: #334155;
}
.w3eden.dark-mode .wpdm-auth-social-btn {
background: #0f172a;
border-color: #334155;
}
.w3eden.dark-mode .wpdm-auth-link,
.w3eden.dark-mode .wpdm-auth-back {
color: #94a3b8;
}
.w3eden.dark-mode .wpdm-auth-disabled p {
color: #94a3b8;
}
.w3eden.dark-mode .wpdm-auth-disabled-icon {
background: rgba(239, 68, 68, 0.15);
}
.w3eden.dark-mode .wpdm-auth-alert.success {
background: rgba(16, 185, 129, 0.15);
color: #34d399;
border-color: rgba(16, 185, 129, 0.3);
}
.w3eden.dark-mode .wpdm-auth-alert.error {
background: rgba(239, 68, 68, 0.15);
color: #f87171;
border-color: rgba(239, 68, 68, 0.3);
}
.w3eden.dark-mode .wpdm-auth-alert.info {
background: rgba(59, 130, 246, 0.15);
color: #60a5fa;
border-color: rgba(59, 130, 246, 0.3);
} @media (prefers-color-scheme: dark) {
.w3eden:not(.light-mode) .wpdm-auth-split {
--auth-text: #f1f5f9;
--auth-text-muted: #94a3b8;
--auth-border: #334155;
--auth-bg: #1e293b;
--auth-input-bg: #0f172a;
--auth-input-focus: #1e293b;
}
.w3eden:not(.light-mode) .wpdm-auth-panel {
background: #1e293b;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}
.w3eden:not(.light-mode) .wpdm-auth-right {
background: #1e293b;
}
.w3eden:not(.light-mode) .wpdm-auth-form-title {
color: var(--color-primary);
}
.w3eden:not(.light-mode) .wpdm-auth-form-desc {
color: #94a3b8;
}
.w3eden:not(.light-mode) .wpdm-auth-split input[type="text"],
.w3eden:not(.light-mode) .wpdm-auth-split input[type="email"],
.w3eden:not(.light-mode) .wpdm-auth-split input[type="password"],
.w3eden:not(.light-mode) .wpdm-auth-split input[type="tel"],
.w3eden:not(.light-mode) .wpdm-auth-split textarea,
.w3eden:not(.light-mode) .wpdm-auth-split select,
.w3eden:not(.light-mode) .wpdm-auth-split .form-control,
.w3eden:not(.light-mode) .wpdm-auth-input {
background: #0f172a !important;
color: #f1f5f9 !important;
border-left-color: var(--color-primary) !important;
}
.w3eden:not(.light-mode) .wpdm-auth-input::placeholder,
.w3eden:not(.light-mode) .wpdm-auth-split .form-control::placeholder,
.w3eden:not(.light-mode) .wpdm-auth-split input::placeholder {
color: #64748b !important;
}
.w3eden:not(.light-mode) .wpdm-auth-input:focus,
.w3eden:not(.light-mode) .wpdm-auth-split .form-control:focus,
.w3eden:not(.light-mode) .wpdm-auth-split input:focus,
.w3eden:not(.light-mode) .wpdm-auth-split textarea:focus,
.w3eden:not(.light-mode) .wpdm-auth-split select:focus {
background: #1e293b !important;
}
.w3eden:not(.light-mode) .wpdm-auth-input:-webkit-autofill,
.w3eden:not(.light-mode) .wpdm-auth-split .form-control:-webkit-autofill,
.w3eden:not(.light-mode) .wpdm-auth-split input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px #0f172a inset !important;
-webkit-text-fill-color: #f1f5f9 !important;
}
.w3eden:not(.light-mode) .wpdm-auth-pwd-toggle {
color: #64748b;
}
.w3eden:not(.light-mode) .wpdm-auth-pwd-toggle:hover {
color: #f1f5f9;
}
.w3eden:not(.light-mode) .wpdm-auth-remember {
color: #94a3b8;
}
.w3eden:not(.light-mode) .wpdm-auth-check {
background: #0f172a;
border-color: #475569;
}
.w3eden:not(.light-mode) .wpdm-auth-right .input-wrapper.heading-input-wrapper {
background: #0f172a;
color: #94a3b8;
}
.w3eden:not(.light-mode) .wpdm-auth-divider {
color: #64748b;
}
.w3eden:not(.light-mode) .wpdm-auth-divider::before,
.w3eden:not(.light-mode) .wpdm-auth-divider::after {
background: #334155;
}
.w3eden:not(.light-mode) .wpdm-auth-social-btn {
background: #0f172a;
border-color: #334155;
}
.w3eden:not(.light-mode) .wpdm-auth-link,
.w3eden:not(.light-mode) .wpdm-auth-back {
color: #94a3b8;
}
.w3eden:not(.light-mode) .wpdm-auth-disabled p {
color: #94a3b8;
}
.w3eden:not(.light-mode) .wpdm-auth-disabled-icon {
background: rgba(239, 68, 68, 0.15);
}
.w3eden:not(.light-mode) .wpdm-auth-alert.success {
background: rgba(16, 185, 129, 0.15);
color: #34d399;
border-color: rgba(16, 185, 129, 0.3);
}
.w3eden:not(.light-mode) .wpdm-auth-alert.error {
background: rgba(239, 68, 68, 0.15);
color: #f87171;
border-color: rgba(239, 68, 68, 0.3);
}
.w3eden:not(.light-mode) .wpdm-auth-alert.info {
background: rgba(59, 130, 246, 0.15);
color: #60a5fa;
border-color: rgba(59, 130, 246, 0.3);
}
}@font-face {
font-family: 'ccb-fonts';
src: url(//hausboot-duesseldorf.de/wp-content/plugins/cost-calculator-builder/frontend/dist/css/icon/fonts/ccb-fonts.eot?dwu1sa);
src:
url(//hausboot-duesseldorf.de/wp-content/plugins/cost-calculator-builder/frontend/dist/css/icon/fonts/ccb-fonts.eot?dwu1sa#iefix) format('embedded-opentype'),
url(//hausboot-duesseldorf.de/wp-content/plugins/cost-calculator-builder/frontend/dist/css/icon/fonts/ccb-fonts.ttf?dwu1sa) format('truetype'),
url(//hausboot-duesseldorf.de/wp-content/plugins/cost-calculator-builder/frontend/dist/css/icon/fonts/ccb-fonts.woff?dwu1sa) format('woff'),
url(//hausboot-duesseldorf.de/wp-content/plugins/cost-calculator-builder/frontend/dist/css/icon/fonts/ccb-fonts.svg?dwu1sa#ccb-fonts) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^='ccb-icon-'],
[class*=' ccb-icon-'] { font-family: 'ccb-fonts' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ccb-icon-Chart-1:before {
content: '\ea2a';
color: #1ab163;
}
.ccb-icon-Chat-Square:before {
content: '\ea2b';
}
.ccb-icon-Color:before {
content: '\ea2c';
}
.ccb-icon-Left:before {
content: '\ea2d';
}
.ccb-icon-Link-2:before {
content: '\ea2e';
}
.ccb-icon-Shopping-Cart:before {
content: '\ea2f';
color: #1ab163;
}
.ccb-icon-Dashboard-chart:before {
content: '\ea29';
color: #fff;
}
.ccb-icon-icon-code:before {
content: '\ea0c';
color: #1ab163;
}
.ccb-icon-credit-card:before {
content: '\ea0b';
color: #9facb9;
}
.ccb-icon-sticky-calc:before {
content: '\ea0a';
color: #1ab163;
}
.ccb-icon-Icon-element:before {
content: '\ea09';
color: #9facb9;
}
.ccb-icon-no-preview:before {
content: '\ea03';
}
.ccb-icon-group-element:before {
content: '\ea01';
}
.ccb-icon-inner-line:before {
content: '\ea02';
}
.ccb-icon-Checkmark-Circle-2:before {
content: '\ea00';
color: #1ab163;
}
.ccb-icon-Down:before {
content: '\e9ff';
}
.ccb-icon-order-detail:before {
content: '\e9fe';
}
.ccb-icon-cloud:before {
content: '\e9ec';
}
.ccb-icon-pazzle:before {
content: '\e9ed';
}
.ccb-icon-reload:before {
content: '\e9ee';
}
.ccb-icon-several:before {
content: '\e9ef';
}
.ccb-icon-pdf-lite:before {
content: '\e9f0';
}
.ccb-icon-order-list:before {
content: '\e9f1';
}
.ccb-icon-picture:before {
content: '\e9f2';
}
.ccb-icon-upload:before {
content: '\e9f3';
}
.ccb-icon-multi-range:before {
content: '\e9f4';
}
.ccb-icon-time-picker:before {
content: '\e9f5';
}
.ccb-icon-date-picker:before {
content: '\e9f6';
}
.ccb-icon-seven:before {
content: '\e9f7';
}
.ccb-icon-paypal-p:before {
content: '\e9f8';
}
.ccb-icon-stripe-s:before {
content: '\e9f9';
}
.ccb-icon-woo:before {
content: '\e9fa';
}
.ccb-icon-shield:before {
content: '\e9fb';
}
.ccb-icon-schema:before {
content: '\e9fc';
}
.ccb-icon-page:before {
content: '\e9fd';
}
.ccb-icon-Add-Plus-Circle:before {
content: '\e9eb';
}
.ccb-icon-repeater:before {
content: '\e9ea';
}
.ccb-icon-Browser:before {
content: '\e9e9';
}
.ccb-icon-History:before {
content: '\e9e8';
}
.ccb-icon-Check-Circle-new:before {
content: '\e9e7';
}
.ccb-icon-Arrow-Previous:before {
content: '\e9e6';
}
.ccb-icon-close-x:before {
content: '\e9e5';
}
.ccb-icon-dropdown-2:before {
content: '\e9e3';
}
.ccb-icon-new-calculator:before {
content: '\e9e4';
}
.ccb-icon-globus:before {
content: '\e9df';
}
.ccb-icon-update:before {
content: '\e9e0';
}
.ccb-icon-support:before {
content: '\e9e1';
}
.ccb-icon-feature:before {
content: '\e9e2';
}
.ccb-icon-ccb-icon-video-play:before {
content: '\e9de';
}
.ccb-icon-drag-dots:before {
content: '\e9dd';
}
.ccb-icon-circle-question:before {
content: '\e9dc';
}
.ccb-icon-Webhooks:before {
content: '\e9db';
}
.ccb-icon-timepicker-light-clock:before {
content: '\e9da';
}
.ccb-icon-ccb_time_picker:before {
content: '\e9d9';
}
.ccb-icon-icon-Unlock-filled:before {
content: '\e9d7';
}
.ccb-icon-Graphic-Designing:before {
content: '\e9d6';
}
.ccb-icon-Advanced-Mortgage-Calculator:before {
content: '\e97b';
}
.ccb-icon-After-School-Club-Registration:before {
content: '\e97c';
}
.ccb-icon-Agency-Booking:before {
content: '\e97d';
}
.ccb-icon-Attorney-Appointment-Booking:before {
content: '\e97e';
}
.ccb-icon-Barber-Shop:before {
content: '\e97f';
}
.ccb-icon-Beauty-Salon-Booking:before {
content: '\e980';
}
.ccb-icon-BMI-Calculator:before {
content: '\e981';
}
.ccb-icon-Business-Coaching-Booking:before {
content: '\e982';
}
.ccb-icon-Car-Rental-Booking:before {
content: '\e983';
}
.ccb-icon-Charity-Donation:before {
content: '\e984';
}
.ccb-icon-Chess-Club-Application:before {
content: '\e985';
}
.ccb-icon-Cleaning-Company:before {
content: '\e986';
}
.ccb-icon-Clinic-Booking:before {
content: '\e987';
}
.ccb-icon-Compound-Interest-Calculator:before {
content: '\e988';
}
.ccb-icon-Condition:before {
content: '\e989';
}
.ccb-icon-Conference-Registration:before {
content: '\e98a';
}
.ccb-icon-Content-Writing-Agency:before {
content: '\e98b';
}
.ccb-icon-Conversion-Calculator:before {
content: '\e98c';
}
.ccb-icon-Custom-Totals:before {
content: '\e98d';
}
.ccb-icon-Daily-Calorie-Intake-Calculator:before {
content: '\e98e';
}
.ccb-icon-Delivery-Service:before {
content: '\e98f';
}
.ccb-icon-Dental-Service:before {
content: '\e990';
}
.ccb-icon-Dental-Supply-Order:before {
content: '\e991';
}
.ccb-icon-Dinner-Reservation:before {
content: '\e992';
}
.ccb-icon-Discount-Calculator:before {
content: '\e993';
}
.ccb-icon-Energy-Consumption:before {
content: '\e994';
}
.ccb-icon-Exhibition-Booking:before {
content: '\e995';
}
.ccb-icon-Fabric-Company1:before {
content: '\e996';
}
.ccb-icon-Facial-Booking:before {
content: '\e997';
}
.ccb-icon-Flower-Order-Form:before {
content: '\e998';
}
.ccb-icon-Food-Catering:before {
content: '\e999';
}
.ccb-icon-Football-League-Entry:before {
content: '\e99a';
}
.ccb-icon-Fuel-Cost-Calculator:before {
content: '\e99b';
}
.ccb-icon-Fundraiser-Order:before {
content: '\e99c';
}
.ccb-icon-Funeral-Home-Company:before {
content: '\e99d';
}
.ccb-icon-Gift-Card-Order-Form:before {
content: '\e99e';
}
.ccb-icon-Golf-Tournament-Entry:before {
content: '\e99f';
}
.ccb-icon-Graphic-Design:before {
content: '\e9a0';
}
.ccb-icon-High-School-Calculator:before {
content: '\e9a1';
}
.ccb-icon-High-School-Reunion-Registration:before {
content: '\e9a2';
}
.ccb-icon-Hosting:before {
content: '\e9a3';
}
.ccb-icon-Hotel-Reservation:before {
content: '\e9a4';
}
.ccb-icon-Ideal-Weight-Calculator:before {
content: '\e9a5';
}
.ccb-icon-Insurance-Booking:before {
content: '\e9a6';
}
.ccb-icon-Interior-Design-Booking:before {
content: '\e9a7';
}
.ccb-icon-Internet-Marketing:before {
content: '\e9a8';
}
.ccb-icon-Jewelry-Order-Form:before {
content: '\e9a9';
}
.ccb-icon-Kitchen-Renovations:before {
content: '\e9aa';
}
.ccb-icon-Laboratory-Diagnosis:before {
content: '\e9ab';
}
.ccb-icon-Loan-Calculator:before {
content: '\e9ac';
}
.ccb-icon-Maintenance-Service:before {
content: '\e9ad';
}
.ccb-icon-Marketing-Advice-Booking:before {
content: '\e9ae';
}
.ccb-icon-Medicine-Order:before {
content: '\e9af';
}
.ccb-icon-Paid-Blog-Post-Submission:before {
content: '\e9b0';
}
.ccb-icon-Party-Planner:before {
content: '\e9b1';
}
.ccb-icon-Paycheck-Calculator:before {
content: '\e9b2';
}
.ccb-icon-Percentage-Calculator:before {
content: '\e9b3';
}
.ccb-icon-Personal-Trainer-Booking:before {
content: '\e9b4';
}
.ccb-icon-Photo-Upload:before {
content: '\e9b5';
}
.ccb-icon-Photography-Booking:before {
content: '\e9b6';
}
.ccb-icon-Printing-Service:before {
content: '\e9b7';
}
.ccb-icon-Promotional-Items-Order:before {
content: '\e9b8';
}
.ccb-icon-Psychologist-Advice-Booking:before {
content: '\e9b9';
}
.ccb-icon-Renovation1:before {
content: '\e9ba';
}
.ccb-icon-Reset-Value:before {
content: '\e9bb';
}
.ccb-icon-ROI-Calculator:before {
content: '\e9bc';
}
.ccb-icon-ROS-Calculator:before {
content: '\e9bd';
}
.ccb-icon-Sales-Call-Booking:before {
content: '\e9be';
}
.ccb-icon-Sample-Size-Calculator:before {
content: '\e9bf';
}
.ccb-icon-Savings-and-Investment-Calculator:before {
content: '\e9c0';
}
.ccb-icon-School-Residential-Payment:before {
content: '\e9c1';
}
.ccb-icon-School-Trip-PayPal-Payment:before {
content: '\e9c2';
}
.ccb-icon-School-Uniform-Order:before {
content: '\e9c3';
}
.ccb-icon-Social-Media-Management:before {
content: '\e9c4';
}
.ccb-icon-Spa-Booking:before {
content: '\e9c5';
}
.ccb-icon-T-Shirt-Order-Form:before {
content: '\e9c6';
}
.ccb-icon-Takeout-Order-Form:before {
content: '\e9c7';
}
.ccb-icon-Tax-Calculator:before {
content: '\e9c8';
}
.ccb-icon-Taxi-Booking-Form:before {
content: '\e9c9';
}
.ccb-icon-Ticket-Order-Form:before {
content: '\e9ca';
}
.ccb-icon-Tip-Calculator:before {
content: '\e9cb';
}
.ccb-icon-Tour-Booking:before {
content: '\e9cc';
}
.ccb-icon-Tuition-Fee:before {
content: '\e9cd';
}
.ccb-icon-Vaccination-Service:before {
content: '\e9ce';
}
.ccb-icon-VAT-Calculator:before {
content: '\e9cf';
}
.ccb-icon-Venue-Rental1:before {
content: '\e9d0';
}
.ccb-icon-Veterinary-Appointment-Booking:before {
content: '\e9d1';
}
.ccb-icon-Village-Hall-Room-Booking:before {
content: '\e9d2';
}
.ccb-icon-Wedding-Planner-Booking:before {
content: '\e9d3';
}
.ccb-icon-Wholesale-Order:before {
content: '\e9d4';
}
.ccb-icon-Yearbook-Order:before {
content: '\e9d5';
}
.ccb-icon-Envelope:before {
content: '\e979';
}
.ccb-icon-Lock:before {
content: '\e97a';
}
.ccb-icon-Search-Magnifier:before {
content: '\e978';
}
.ccb-icon-Add-Plus-Circle-filled:before {
content: '\e95c';
}
.ccb-icon-Beauty:before {
content: '\e95d';
}
.ccb-icon-Bulb:before {
content: '\e95e';
}
.ccb-icon-Calculators-filled:before {
content: '\e95f';
}
.ccb-icon-Car-Rental:before {
content: '\e960';
}
.ccb-icon-Car-Wash:before {
content: '\e961';
}
.ccb-icon-Coins:before {
content: '\e962';
}
.ccb-icon-Color-Palette-filled:before {
content: '\e963';
}
.ccb-icon-Delivery:before {
content: '\e964';
}
.ccb-icon-Dental:before {
content: '\e965';
}
.ccb-icon-Fabric-Company:before {
content: '\e966';
}
.ccb-icon-Flash-On-filled:before {
content: '\e967';
}
.ccb-icon-Globe:before {
content: '\e968';
}
.ccb-icon-heart-filled:before {
content: '\e969';
color: #d94141;
}
.ccb-icon-Heart-outlined:before {
content: '\e96a';
}
.ccb-icon-Horn:before {
content: '\e96b';
}
.ccb-icon-Import-Upload:before {
content: '\e96c';
}
.ccb-icon-Lock-filled:before {
content: '\e96d';
}
.ccb-icon-Magister-Hat:before {
content: '\e96e';
}
.ccb-icon-Medical:before {
content: '\e96f';
}
.ccb-icon-Print:before {
content: '\e970';
}
.ccb-icon-Renovation:before {
content: '\e971';
}
.ccb-icon-Trash-filled:before {
content: '\e972';
color: #d94141;
}
.ccb-icon-Trucking:before {
content: '\e974';
}
.ccb-icon-Venue-Rental:before {
content: '\e975';
}
.ccb-icon-Wedding-Planner:before {
content: '\e976';
}
.ccb-icon-Weight:before {
content: '\e977';
}
.ccb-icon-html:before {
content: '\e95b';
}
.ccb-icon-circle-plus:before {
content: '\e913';
}
.ccb-icon-radius:before {
content: '\e959';
}
.ccb-icon-ccb-logo:before {
content: '\e958';
}
.ccb-icon-mail:before {
content: '\e957';
}
.ccb-icon-image-checkbox:before {
content: '\e955';
}
.ccb-icon-image-radio:before {
content: '\e956';
}
.ccb-icon-pdf:before {
content: '\e900';
}
.ccb-icon-Box-open-2:before {
content: '\e901';
}
.ccb-icon-close:before {
content: '\e902';
}
.ccb-icon-Layer-2:before {
content: '\e903';
}
.ccb-icon-Loading:before {
content: '\e904';
}
.ccb-icon-Path-2572:before {
content: '\e905';
}
.ccb-icon-Path-3367:before {
content: '\e906';
}
.ccb-icon-Path-3398:before {
content: '\e907';
}
.ccb-icon-Path-3400:before {
content: '\e908';
}
.ccb-icon-Path-3440---Outline:before {
content: '\e909';
}
.ccb-icon-Path-3448:before {
content: '\e90a';
}
.ccb-icon-Path-3453:before {
content: '\e90b';
}
.ccb-icon-Path-3458:before {
content: '\e90c';
}
.ccb-icon-Path-3464:before {
content: '\e90d';
}
.ccb-icon-Path-3468:before {
content: '\e90e';
}
.ccb-icon-Path-3481:before {
content: '\e90f';
}
.ccb-icon-Path-3482:before {
content: '\e910';
}
.ccb-icon-Path-3483:before {
content: '\e911';
}
.ccb-icon-Path-3484:before {
content: '\e912';
}
.ccb-icon-Path-3485:before {
content: '\e95a';
}
.ccb-icon-Path-3486:before {
content: '\e914';
}
.ccb-icon-Path-3487:before {
content: '\e915';
}
.ccb-icon-Path-3488:before {
content: '\e916';
}
.ccb-icon-Path-3489:before {
content: '\e917';
}
.ccb-icon-Path-3490:before {
content: '\e918';
}
.ccb-icon-Path-3491:before {
content: '\e919';
}
.ccb-icon-Path-3492:before {
content: '\e91a';
}
.ccb-icon-Path-3493:before {
content: '\e91b';
}
.ccb-icon-Path-3494:before {
content: '\e91c';
}
.ccb-icon-Path-3495:before {
content: '\e91d';
}
.ccb-icon-Path-3496:before {
content: '\e91e';
}
.ccb-icon-Path-3498:before {
content: '\e91f';
}
.ccb-icon-Path-3499:before {
content: '\e920';
}
.ccb-icon-Path-3500:before {
content: '\e921';
}
.ccb-icon-Path-3501:before {
content: '\e922';
}
.ccb-icon-Path-3502:before {
content: '\e923';
}
.ccb-icon-Path-3503:before {
content: '\e924';
}
.ccb-icon-Path-3505:before {
content: '\e925';
}
.ccb-icon-Path-3508:before {
content: '\e926';
}
.ccb-icon-Path-3509:before {
content: '\e927';
}
.ccb-icon-Path-3510:before {
content: '\e928';
}
.ccb-icon-Path-3511:before {
content: '\e929';
}
.ccb-icon-Path-3512:before {
content: '\e92a';
}
.ccb-icon-Path-3513:before {
content: '\e92b';
}
.ccb-icon-Path-3514:before {
content: '\e92c';
}
.ccb-icon-Path-3515:before {
content: '\e92d';
}
.ccb-icon-Path-3516:before {
content: '\e92e';
}
.ccb-icon-Path-3517:before {
content: '\e92f';
}
.ccb-icon-Path-3518:before {
content: '\e930';
}
.ccb-icon-Path-34581:before {
content: '\e931';
}
.ccb-icon-Path-36518:before {
content: '\e932';
}
.ccb-icon-Path-36519:before {
content: '\e933';
}
.ccb-icon-path7:before {
content: '\e934';
}
.ccb-icon-path3745:before {
content: '\e935';
}
.ccb-icon-Subtraction-6:before {
content: '\e936';
}
.ccb-icon-Subtraction-7:before {
content: '\e937';
}
.ccb-icon-Subtraction-8:before {
content: '\e938';
}
.ccb-icon-Union-5:before {
content: '\e939';
}
.ccb-icon-Union-6:before {
content: '\e93a';
}
.ccb-icon-Union-15:before {
content: '\e93b';
}
.ccb-icon-Union-16:before {
content: '\e93c';
}
.ccb-icon-Union-17:before {
content: '\e93d';
}
.ccb-icon-Union-18:before {
content: '\e93e';
}
.ccb-icon-Union-19:before {
content: '\e93f';
}
.ccb-icon-Union-20:before {
content: '\e940';
}
.ccb-icon-Union-21:before {
content: '\e941';
}
.ccb-icon-Union-22:before {
content: '\e942';
}
.ccb-icon-Union-23:before {
content: '\e943';
}
.ccb-icon-Union-24:before {
content: '\e944';
}
.ccb-icon-Union-25:before {
content: '\e945';
}
.ccb-icon-Union-26:before {
content: '\e946';
}
.ccb-icon-Union-27:before {
content: '\e947';
}
.ccb-icon-Union-28:before {
content: '\e948';
}
.ccb-icon-Union-29:before {
content: '\e949';
}
.ccb-icon-Union-30:before {
content: '\e94a';
}
.ccb-icon-Union-31:before {
content: '\e94b';
}
.ccb-icon-Union-32:before {
content: '\e94c';
}
.ccb-icon-Union-33:before {
content: '\e94d';
}
.ccb-icon-Union-34:before {
content: '\e94e';
}
.ccb-icon-XMLID_426:before {
content: '\e94f';
}
.ccb-icon-Octicons:before {
content: '\e950';
}
.ccb-icon-Path-3599:before {
content: '\e951';
}
.ccb-icon-Path-3601:before {
content: '\e952';
}
.ccb-icon-feedback:before {
content: '\e953';
}
.ccb-icon-click-out:before {
content: '\e954';
}
.ccb-icon-email-template:before {
content: '\e9d8';
}
.ccb-icon-Sale-Discount:before {
content: '\ea04';
color: #1ab163;
}
.ccb-icon-Promocode:before {
content: '\ea05';
}
.ccb-icon-location-lite:before {
content: '\ea06';
}
.ccb-icon-location:before {
content: '\ea07';
}
.ccb-icon-plus-lite:before {
content: '\ea08';
}
.ccb-icon-page-break:before {
content: '\ea0d';
}
.ccb-icon-radius-check:before {
content: '\ea0e';
}
.ccb-icon-info-circle:before {
content: '\ea0f';
}
.ccb-icon-AI:before {
content: '\ea10';
color: #1ab163;
}
.ccb-icon-multi-step:before {
content: '\ea11';
}
.ccb-icon-phone-solid:before {
content: '\ea12';
}
.ccb-icon-account-solid:before {
content: '\e973';
}
.ccb-icon-space:before {
content: '\ea13';
}
.ccb-icon-textarea:before {
content: '\ea14';
}
.ccb-icon-mail-solid:before {
content: '\ea15';
}
.ccb-icon-Cost-Calculator-Admin-Sidebar-Left:before {
content: '\ea16';
}
.ccb-icon-Cost-Calculator-Admin-Sidebar-Right:before {
content: '\ea17';
}
.ccb-icon-Cost-Calculator-Admin-Align-Center:before {
content: '\ea20';
}
.ccb-icon-Cost-Calculator-Admin-Align-Left:before {
content: '\ea21';
}
.ccb-icon-Cost-Calculator-Admin-Align-Center1:before {
content: '\ea18';
}
.ccb-icon-Cost-Calculator-Admin-Align-Left1:before {
content: '\ea1a';
}
.ccb-icon-Cost-Calculator-Admin-Align-Right:before {
content: '\ea19';
}
.ccb-icon-Cost-Calculator-Admin-Border-All:before {
content: '\ea1b';
}
.ccb-icon-Cost-Calculator-Admin-Border-Left:before {
content: '\ea1c';
}
.ccb-icon-Cost-Calculator-Admin-Border-Right:before {
content: '\ea1d';
}
.ccb-icon-Cost-Calculator-Admin-Border-Top:before {
content: '\ea1e';
}
.ccb-icon-Cost-Calculator-Admin-Bottom:before {
content: '\ea1f';
}
.ccb-icon-Cost-Calculator-Admin-New-Align-Justified:before {
content: '\ea22';
}
.ccb-icon-Cost-Calculator-Admin-Sidebar-1:before {
content: '\ea23';
}
.ccb-icon-Cost-Calculator-Admin-Sidebar:before {
content: '\ea25';
}
.ccb-icon-Cost-Calculator-Admin:before {
content: '\ea24';
}
.ccb-icon-share-quote:before {
content: '\ea26';
}
.ccb-icon-form-edit-manager:before {
content: '\ea27';
}
.ccb-icon-warning:before {
content: '\ea28';
}#ccb-preview-overlay,
#ccb_app_1295,
.ccb-sticky-floating-1295 {
--ccb-container-converted:       rgba(199, 198, 197, 0.21);
--ccb-container-invert:          ;
--ccb-container-color:           rgba(199, 198, 197, 0.21);
--ccb-container-opacity:         100;
--ccb-container-dark-color:      #4949491D;
--ccb-container-border-color:    #4949491A;
--ccb-payment-bg-color:          rgba(199, 198, 197, 0.21);
--ccb-text-color:                #494949;
--ccb-accent-color:              #00B163;
--ccb-fields-color:			     #FFFFFF;
--ccb-fields-bg-color:           #FFFFFF;
--ccb-fields-border-color:       #4949491A;
--ccb-fields-description-color:  #49494980;
--ccb-fields-hover-color:        #4949491a;
--ccb-error-color:			     #D94141;
--ccb-summary-description-color: #494949B3;
--ccb-toggle-label-bg:           #49494933;
--ccb-fields-bg-color-alpha:     #00B1631A;
--ccb-orders-notice-color:       #00B16333;
--ccb-header-size:			     20px;
--ccb-header-weight:			 700;
--ccb-header-display:			 block;
--ccb-field-size:			     14px;
--ccb-field-weight:			     400;
--ccb-field-label-weight:		 700;
--ccb-description-size:          12px;
--ccb-description-weight:        500;
--ccb-payment-label-size:        13px;
--ccb-field-size-2:			     12px;
--ccb-summary-header-size:       14px;
--ccb-summary-header-weight:     700;
--ccb-summary-text-size:         12px;
--ccb-summary-text-weight:       500;
--ccb-summary-text-transform:    capitalize;
--ccb-grand-total-size:          14px;
--ccb-grand-total-weight:        700;
--ccb-fields-button-size:        13px;
--ccb-fields-button-weight:      400;
--ccb-mobile-header-size:         18px;
--ccb-mobile-header-weight:       700;
--ccb-mobile-field-size:          11px;
--ccb-mobile-field-weight:        500;
--ccb-mobile-field-label-weight:  700;
--ccb-mobile-description-size:    11px;
--ccb-mobile-description-weight:  500;
--ccb-mobile-summary-header-size:   14px;
--ccb-mobile-summary-header-weight: 700;
--ccb-mobile-summary-text-size:   14px;
--ccb-mobile-summary-text-weight: 500;
--ccb-mobile-summary-text-transform: capitalize;
--ccb-mobile-grand-total-size:     16px;
--ccb-mobile-grand-total-weight:   700;
--ccb-mobile-fields-button-size: 14px;
--ccb-mobile-fields-button-weight: 500;
--ccb-container-border:          0px;
--ccb-container-border-radius:   8px;
--ccb-container-border-style:    solid;
--ccb-fields-border:             1px;
--ccb-fields-border-radius:      0px;
--ccb-fields-border-style:       solid;
--ccb-button-border:             1px;
--ccb-button-border-radius:      0px;
--ccb-button-border-style:       solid;
--ccb-container-shadow-blur:     0px;
--ccb-container-shadow-x-offset: 0px;
--ccb-container-shadow-y-offset: 0px;
--ccb-container-shadow-color:    #ffffff;
--ccb-field-button-height:        45px;
--ccb-vertical-max-width:         970px;
--ccb-horizontal-max-width:       970px;
--ccb-two-columns-max-width:      1200px;
--ccb-mobile-field-button-height: 45px;
--ccb-field-side-indent:         20px;
--ccb-field-spacing:             20px;
--ccb-summary-spacing:           10px;
--ccb-summary-group-spacing:     5px;
--ccb-grand-total-spacing:       10px;
--ccb-container-margin-top:      0px;
--ccb-container-margin-bottom:   0px;
--ccb-container-margin-left:     0px;
--ccb-container-margin-right:    0px;
--ccb-container-padding-top:     40px;
--ccb-container-padding-bottom:  40px;
--ccb-container-padding-left:    40px;
--ccb-container-padding-right:   40px;
--ccb-mobile-field-side-indent:        20px;
--ccb-mobile-field-spacing:            20px;
--ccb-mobile-summary-spacing:          10px;
--ccb-mobile-summary-group-spacing:    5px;
--ccb-mobile-container-margin-top:     0px;
--ccb-mobile-container-margin-bottom:  0px;
--ccb-mobile-container-margin-left:    0px;
--ccb-mobile-container-margin-right:   0px;
--ccb-mobile-container-padding-top:    25px;
--ccb-mobile-container-padding-bottom: 25px;
--ccb-mobile-container-padding-left:   25px;
--ccb-mobile-container-padding-right:  25px;
--ccb-date-picker-day:           #4949490D;
--ccb-date-picker-picket-day:    #00B1631D;
--ccb-button-light-bg:           #4949490D;
--ccb-button-light-bg-alpha:     #49494926;
--ccb-page-done-bg-color:        #00B16330;
--ccb-repeater-title-font-size:  10px;
}