body.register #register-form .register-firstname-group,
body.register #register-form .register-lastname-group,
body.register #register-form .register-password-group,
body.register #register-form .register-password-repeat-group,
body.register #register-form .register-contact-custom-fields,
body.register #register-form .register-country-group,
body.register #register-form .register-address-group,
body.register #register-form .register-zip-group,
body.register #register-form .register-city-group,
body.register #register-form .register-company-custom-fields,
body.register #register-form .register-contact-info-heading,
body.register #register-form .register-company-info-heading {
    display: none !important;
}

body.register #register-form .simple-registration-fields {
    float: none;
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
}

body.register #register-form .simple-registration-fields .register-company-group,
body.register #register-form .simple-registration-fields .register-email-group {
    display: block !important;
}

body.register #register-form .simple-registration-empty-column {
    display: none;
}

body.register #register-form .simple-registration-fields .form-group:last-child {
    margin-bottom: 0;
}

body.register #register-form .simple-registration-fields input.form-control {
    height: 42px;
}

body.register #register-form .simple-registration-fields label.control-label {
    font-weight: 600;
}

body.simple-registration-embed {
    margin: 0;
    background: #fff;
    color: #1f2933;
    overflow-x: hidden;
}

body.simple-registration-embed-dark {
    background: #0b1120;
    color: #cbd5e1;
}

body.simple-registration-embed .simple-registration-embed-shell {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 0;
}

body.simple-registration-embed .simple-registration-embed-card {
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.simple-registration-embed-dark .simple-registration-embed-card {
    color: #cbd5e1;
}

body.simple-registration-embed-dark #register-form,
body.simple-registration-embed-dark .panel_s,
body.simple-registration-embed-dark .panel-body,
body.simple-registration-embed-dark .panel-footer,
body.simple-registration-embed-dark .row,
body.simple-registration-embed-dark [class*="col-"],
body.simple-registration-embed-dark .form-group,
body.simple-registration-embed-dark .register-company-group,
body.simple-registration-embed-dark .register-email-group,
body.simple-registration-embed-dark .register-terms-and-conditions-wrapper,
body.simple-registration-embed-dark .simple-registration-embed-terms {
    background: transparent !important;
    background-color: transparent !important;
    color: #cbd5e1 !important;
}

body.simple-registration-embed .simple-registration-embed-logo {
    display: flex;
    justify-content: center;
    margin: 0 0 18px;
    text-align: center;
}

body.simple-registration-embed .simple-registration-embed-logo .logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    color: #2563eb;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

body.simple-registration-embed-dark .simple-registration-embed-logo .logo {
    color: #e2e8f0;
}

body.simple-registration-embed .simple-registration-embed-logo img {
    display: block;
    max-width: 220px;
    max-height: 72px;
    width: auto;
    height: auto;
}

body.simple-registration-embed .panel-body {
    padding: 0;
}

body.simple-registration-embed .panel-footer {
    padding: 16px 0 0;
    border: 0;
    background: transparent;
}

body.simple-registration-embed #register-form .simple-registration-fields {
    float: none;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}

body.simple-registration-embed #register-form .simple-registration-fields .form-group:last-child {
    margin-bottom: 0;
}

body.simple-registration-embed #register-form input.form-control {
    height: 44px;
}

body.simple-registration-embed-dark #register-form input.form-control {
    border-color: #334155 !important;
    background: #0f172a !important;
    background-color: #0f172a !important;
    color: #e2e8f0 !important;
}

body.simple-registration-embed-dark #register-form input.form-control:focus {
    border-color: #60a5fa !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .18) !important;
}

body.simple-registration-embed-dark #register-form input.form-control::placeholder {
    color: #64748b;
}

body.simple-registration-embed #register-form label.control-label {
    font-weight: 600;
}

body.simple-registration-embed-dark #register-form label.control-label,
body.simple-registration-embed-dark .simple-registration-embed-terms label {
    background: transparent !important;
    background-color: transparent !important;
    color: #cbd5e1 !important;
}

body.simple-registration-embed-dark .simple-registration-embed-terms a {
    color: #93c5fd !important;
}

body.simple-registration-embed-dark .simple-registration-embed-terms input[type="checkbox"] {
    background: #0f172a !important;
    border-color: #334155 !important;
    accent-color: #3b82f6;
}

body.simple-registration-embed-dark .checkbox label::before {
    border-color: #334155 !important;
    background: #0f172a !important;
    background-color: #0f172a !important;
}

body.simple-registration-embed-dark .checkbox label::after {
    color: #60a5fa !important;
}

body.simple-registration-embed #register-form .honey-element {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.simple-registration-embed .register-terms-and-conditions-wrapper {
    margin-top: 16px;
}

body.simple-registration-embed .simple-registration-embed-terms {
    margin-top: 0;
    margin-bottom: 0;
}

body.simple-registration-embed .simple-registration-embed-submit {
    width: 100%;
    min-height: 44px;
    font-size: 16px;
    line-height: 1.35;
}

body.simple-registration-embed .register-recaptcha {
    margin-top: 16px;
}

body.simple-registration-embed .simple-registration-embed-alert {
    margin: 0;
}

body.simple-registration-embed-dark .alert-danger,
body.simple-registration-embed-dark .alert-warning {
    border-color: #78350f;
    background: #1f2937;
    color: #fde68a;
}

body.simple-registration-embed-dark .text-danger {
    color: #f87171;
}

body.simple-registration-setup-active {
    overflow: hidden;
}

.simple-registration-setup-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(245, 247, 250, 0.92);
    opacity: 0;
    transition: opacity 180ms ease;
}

.simple-registration-setup-overlay.is-visible {
    opacity: 1;
}

.simple-registration-setup-panel {
    width: 100%;
    max-width: 460px;
    padding: 28px;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(18, 38, 63, 0.18);
    color: #2d3e50;
    text-align: left;
}

.simple-registration-setup-spinner {
    width: 38px;
    height: 38px;
    margin: 0 auto 18px;
    border: 3px solid #d9e2ec;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: simple-registration-spin 900ms linear infinite;
}

.simple-registration-setup-panel h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
}

.simple-registration-setup-message,
.simple-registration-setup-note {
    margin: 0;
    color: #5d6d7e;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.simple-registration-setup-steps {
    margin: 24px 0 18px;
    padding: 0;
    list-style: none;
}

.simple-registration-setup-steps li {
    display: flex;
    align-items: center;
    min-height: 34px;
    color: #718096;
    font-size: 14px;
    line-height: 1.4;
}

.simple-registration-setup-step-icon {
    position: relative;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin-right: 12px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    background: #fff;
}

.simple-registration-setup-steps li.is-active {
    color: #1f2937;
    font-weight: 600;
}

.simple-registration-setup-steps li.is-active .simple-registration-setup-step-icon {
    border-color: #2563eb;
}

.simple-registration-setup-steps li.is-active .simple-registration-setup-step-icon::after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2563eb;
    content: "";
}

.simple-registration-setup-steps li.is-complete {
    color: #25624c;
}

.simple-registration-setup-steps li.is-complete .simple-registration-setup-step-icon {
    border-color: #16a34a;
    background: #16a34a;
}

.simple-registration-setup-steps li.is-complete .simple-registration-setup-step-icon::after {
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg);
}

@keyframes simple-registration-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 480px) {
    .simple-registration-setup-overlay {
        padding: 16px;
    }

    .simple-registration-setup-panel {
        padding: 22px;
    }
}
