@font-face {
    font-family: "TheSans";
    src:
        url("../fonts/TheSans-Light.eot");
    src:
        url("../fonts/TheSans-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/TheSans-Light.woff2") format("woff2"),
        url("../fonts/TheSans-Light.woff") format("woff"),
        url("../fonts/TheSans-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "GretaArabic";
    src: url("../fonts/ar/Greta-Arabic-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --kd-ink: #0f172a;
    --kd-deep: #122b55;
    --kd-teal: #0f766e;
    --kd-blue: #2563eb;
    --kd-sky: #38bdf8;
    --kd-mint: #2dd4bf;
    --kd-bg: #f3f7fb;
    --kd-surface: #ffffff;
    --kd-surface-soft: #f8fbff;
    --kd-border: #dbe5f0;
    --kd-text-muted: #64748b;
    --kd-danger: #dc2626;
    --kd-success: #16a34a;
    --kd-warning: #ea580c;
    --kd-shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.12);
    --kd-shadow-md: 0 18px 45px rgba(15, 23, 42, 0.08);
    --kd-radius-xl: 28px;
    --kd-radius-lg: 24px;
    --kd-radius-md: 18px;
    --kd-radius-sm: 14px;
    --kd-radius-control: var(--kd-radius-sm);
    --kd-radius-button: var(--kd-radius-sm);
    --kd-radius-input: var(--kd-radius-sm);
    --kd-radius-text: var(--kd-radius-sm);
}

html {
    scroll-behavior: smooth;
}

html,
body,
button,
input,
select,
textarea {
    font-family: "TheSans", "Segoe UI", Tahoma, sans-serif;
}

html[dir="rtl"],
html[dir="rtl"] body,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] select,
html[dir="rtl"] textarea {
    font-family: "GretaArabic", "Tahoma", sans-serif;
}

body.kd-public-body,
body.kd-auth-body {
    min-height: 100vh;
    margin: 0;
    color: var(--kd-ink);
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 24%),
        radial-gradient(circle at top right, rgba(45, 212, 191, 0.10), transparent 18%),
        var(--kd-bg);
}

.kd-public-shell {
    min-height: 100vh;
}

.kd-public-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(18px);
}

.kd-public-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 18px auto 0;
    padding: 14px 20px;
    max-width: 1220px;
    border: 1px solid rgba(219, 229, 240, 0.9);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--kd-shadow-md);
}

.kd-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--kd-ink);
    text-decoration: none;
}

.kd-brand:hover,
.kd-brand:focus {
    color: var(--kd-ink);
    text-decoration: none;
}

.kd-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--kd-blue), var(--kd-mint));
    box-shadow: 0 16px 30px rgba(37, 99, 235, 0.22);
}

.kd-brand-mark img {
    max-width: 30px;
    height: auto;
}

.kd-brand-copy strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
}

.kd-brand-copy span {
    display: block;
    margin-top: 3px;
    color: var(--kd-text-muted);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kd-nav-links,
.kd-nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.kd-nav-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex: 1;
}

.kd-mobile-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(219, 229, 240, 0.9);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--kd-shadow-md);
}

.kd-mobile-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--kd-ink);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.kd-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(219, 229, 240, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
}

.kd-language-caption {
    padding: 0 8px 0 4px;
    color: var(--kd-text-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.kd-language-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--kd-text-muted);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.kd-language-option:hover,
.kd-language-option:focus {
    color: var(--kd-ink);
    text-decoration: none;
}

.kd-language-option.is-active {
    background: linear-gradient(135deg, var(--kd-blue), #1d4ed8);
    color: #fff;
    box-shadow: 0 10px 18px rgba(37, 99, 235, 0.18);
}

.kd-auth-utility {
    max-width: 1220px;
    margin: 18px auto 0;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
}

.kd-nav-link,
.kd-nav-button,
.kd-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.kd-nav-link {
    color: var(--kd-text-muted);
    font-weight: 600;
}

.kd-nav-link:hover,
.kd-nav-link:focus {
    color: var(--kd-ink);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.7);
}

.kd-nav-button,
.kd-link-button {
    background: linear-gradient(135deg, var(--kd-blue), #1d4ed8);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 14px 24px rgba(37, 99, 235, 0.18);
}

.kd-nav-button:hover,
.kd-nav-button:focus,
.kd-link-button:hover,
.kd-link-button:focus {
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

.kd-nav-button.kd-nav-button-secondary,
.kd-link-button.kd-link-button-secondary {
    background: rgba(255, 255, 255, 0.72);
    color: var(--kd-ink);
    border-color: rgba(219, 229, 240, 0.9);
    box-shadow: none;
}

.kd-public-main {
    max-width: 1220px;
    margin: 0 auto;
    padding: 28px 20px 80px;
}

.kd-hero {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border-radius: var(--kd-radius-xl);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(18, 43, 85, 0.95) 48%, rgba(15, 118, 110, 0.92));
    color: #fff;
    box-shadow: var(--kd-shadow-lg);
}

.kd-hero::before,
.kd-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.kd-hero::before {
    top: -110px;
    right: -20px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.26), transparent 70%);
}

.kd-hero::after {
    bottom: -120px;
    left: -40px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(45, 212, 191, 0.16), transparent 70%);
}

.kd-hero > * {
    position: relative;
    z-index: 1;
}

.kd-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #dbeafe;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kd-hero-title {
    margin: 18px 0 14px;
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1.02;
    font-weight: 800;
}

.kd-hero-copy {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.8;
}

.kd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.kd-hero-actions {
    margin-top: 24px;
}

.kd-stat-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.kd-stat-card,
.kd-surface-card,
.kd-auth-card,
.kd-pricing-card {
    border: 1px solid rgba(219, 229, 240, 0.9);
    border-radius: var(--kd-radius-lg);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--kd-shadow-md);
}

.kd-stat-card {
    grid-column: span 3;
    padding: 20px;
}

.kd-stat-card label {
    display: block;
    margin: 0;
    color: var(--kd-text-muted);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.kd-stat-card strong {
    display: block;
    margin-top: 10px;
    color: var(--kd-ink);
    font-size: 26px;
    font-weight: 800;
}

.kd-stat-card span {
    display: block;
    margin-top: 10px;
    color: var(--kd-text-muted);
    line-height: 1.7;
}

.kd-surface-card {
    padding: 24px;
}

.kd-section-title {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
}

.kd-section-copy {
    margin: 10px 0 0;
    color: var(--kd-text-muted);
    line-height: 1.8;
}

.kd-pricing-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.kd-page-stack {
    display: grid;
    gap: 24px;
}

.kd-feature-grid,
.kd-info-grid {
    display: grid;
    gap: 18px;
}

.kd-feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.kd-info-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
}

.kd-feature-card,
.kd-empty-card {
    padding: 24px;
    border: 1px solid rgba(219, 229, 240, 0.9);
    border-radius: var(--kd-radius-lg);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--kd-shadow-md);
}

.kd-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: var(--kd-blue);
    font-size: 22px;
}

.kd-feature-card h3,
.kd-empty-card h3 {
    margin: 18px 0 10px;
    font-size: 20px;
    font-weight: 800;
}

.kd-feature-card p,
.kd-empty-card p {
    margin: 0;
    color: var(--kd-text-muted);
    line-height: 1.8;
}

.kd-pricing-card {
    padding: 24px;
}

.kd-pricing-card.is-featured {
    background: linear-gradient(180deg, #ffffff, #eff6ff);
    border-color: rgba(37, 99, 235, 0.18);
}

.kd-pricing-name {
    color: var(--kd-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kd-pricing-price {
    margin-top: 16px;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.kd-pricing-sub {
    margin-top: 10px;
    color: var(--kd-text-muted);
    font-size: 14px;
}

.kd-check-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.kd-check-list li {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    color: var(--kd-text-muted);
    line-height: 1.7;
}

.kd-check-list li i {
    margin-top: 4px;
    color: var(--kd-mint);
}

.kd-form-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 22px;
    align-items: stretch;
}

.kd-auth-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
}

.kd-auth-wrap {
    width: min(1120px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 460px);
    gap: 22px;
}

.kd-auth-panel {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border-radius: var(--kd-radius-xl);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(18, 43, 85, 0.96), rgba(15, 118, 110, 0.92));
    color: #fff;
    box-shadow: var(--kd-shadow-lg);
}

.kd-auth-panel h1,
.kd-auth-panel h2,
.kd-auth-panel h3 {
    margin: 18px 0 12px;
    color: #fff;
    font-weight: 800;
}

.kd-auth-panel p,
.kd-auth-panel li {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.kd-auth-card {
    padding: 28px;
}

.kd-auth-card h1,
.kd-auth-card h2,
.kd-auth-card h3 {
    margin: 0 0 10px;
    font-weight: 800;
}

.kd-auth-copy {
    margin: 0 0 20px;
    color: var(--kd-text-muted);
    line-height: 1.8;
}

.kd-form-grid {
    display: grid;
    gap: 16px;
}

.kd-form-grid.kd-form-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kd-field {
    display: grid;
    gap: 8px;
}

.kd-field label {
    margin: 0;
    color: var(--kd-ink);
    font-size: 13px;
    font-weight: 700;
}

.kd-field .form-control,
.kd-field input[type="text"],
.kd-field input[type="password"],
.kd-field input[type="email"],
.kd-field input[type="number"],
.kd-field select,
.kd-field textarea {
    width: 100%;
    min-height: 52px;
    /*padding: 3px 1px;*/
    padding:0px 1px 0px 11px;
    border: 1px solid var(--kd-border);
    border-radius: var(--kd-radius-input);
    background: var(--kd-surface-soft);
    color: var(--kd-ink);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.kd-field .form-control:focus,
.kd-field input:focus,
.kd-field select:focus,
.kd-field textarea:focus {
    outline: none;
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.10);
    background: #fff;
}

.kd-submit,
.signupbtn,
.kd-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 20px;
    border: 0;
    border-radius: var(--kd-radius-button);
    /*background: linear-gradient(135deg, var(--kd-blue), #1d4ed8);*/
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(18, 43, 85, 0.96), rgba(15, 118, 110, 0.92));
    color: #fff;
    font-weight: 700;
    box-shadow: 0 14px 24px rgba(37, 99, 235, 0.18);
}

.kd-submit:hover,
.kd-submit:focus,
.signupbtn:hover,
.signupbtn:focus,
.kd-button:hover,
.kd-button:focus {
    color: #fff;
    text-decoration: none;
}

.kd-note,
.text-danger {
    color: var(--kd-danger) !important;
}

.kd-note {
    font-size: 13px;
    line-height: 1.7;
}

.kd-form-actions,
.kd-auth-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.kd-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--kd-text-muted);
    font-size: 14px;
}

.kd-checkbox input {
    width: 16px;
    height: 16px;
}

.kd-auth-links a,
.kd-inline-link {
    color: var(--kd-blue);
    font-weight: 700;
    text-decoration: none;
}

.kd-auth-links a:hover,
.kd-inline-link:hover {
    text-decoration: underline;
}

.kd-info-card {
    padding: 22px;
}

.kd-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--kd-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kd-status-pill.is-success {
    background: rgba(22, 163, 74, 0.10);
    color: var(--kd-success);
}

.kd-status-pill.is-danger {
    background: rgba(220, 38, 38, 0.10);
    color: var(--kd-danger);
}

.kd-bullet-list {
    margin: 18px 0 0;
    padding-left: 18px;
    color: var(--kd-text-muted);
}

.kd-bullet-list li {
    margin-top: 10px;
    line-height: 1.8;
}

.kd-data-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.kd-data-table th,
.kd-data-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--kd-border);
    text-align: left;
}

.kd-data-table th {
    color: var(--kd-text-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kd-data-table tbody tr:last-child td {
    border-bottom: 0;
}

.kd-data-table td strong {
    color: var(--kd-ink);
}

.kd-footer {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px 28px;
}

.kd-footer-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid rgba(219, 229, 240, 0.9);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--kd-text-muted);
    box-shadow: var(--kd-shadow-md);
}

.kd-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.kd-footer-links a {
    color: var(--kd-text-muted);
    text-decoration: none;
}

.kd-footer-links a:hover,
.kd-footer-links a:focus {
    color: var(--kd-ink);
}

.kd-content-hero {
    padding: 32px;
    border: 1px solid rgba(219, 229, 240, 0.9);
    border-radius: var(--kd-radius-xl);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(18, 43, 85, 0.95), rgba(15, 118, 110, 0.90));
    color: #fff;
    box-shadow: var(--kd-shadow-lg);
}

.kd-content-hero h1 {
    margin: 18px 0 10px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
}

.kd-content-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
}

.kd-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 18px;
}

.kd-copy-stack {
    display: grid;
    gap: 18px;
}

.kd-copy-card {
    padding: 24px;
    border: 1px solid rgba(219, 229, 240, 0.9);
    border-radius: var(--kd-radius-lg);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--kd-shadow-md);
}

.kd-copy-card h2,
.kd-copy-card h3 {
    margin: 0 0 12px;
    color: var(--kd-ink);
    font-weight: 800;
}

.kd-copy-card p {
    margin: 0;
    color: var(--kd-text-muted);
    line-height: 1.8;
}

.kd-copy-card p + p,
.kd-copy-card ul,
.kd-copy-card ol,
.kd-copy-card .kd-data-table {
    margin-top: 14px;
}

.kd-copy-card ul,
.kd-copy-card ol {
    padding-left: 18px;
    color: var(--kd-text-muted);
}

.kd-copy-card li {
    margin-top: 8px;
    line-height: 1.8;
}

.kd-side-card {
    position: sticky;
    top: 96px;
    padding: 22px;
    border: 1px solid rgba(219, 229, 240, 0.9);
    border-radius: var(--kd-radius-lg);
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: var(--kd-shadow-md);
}

.kd-side-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
}

.kd-side-card p {
    margin: 0;
    color: var(--kd-text-muted);
    line-height: 1.8;
}

.kd-side-card .kd-check-list {
    margin-top: 12px;
}

@media (max-width: 991.98px) {
    .kd-public-nav-inner,
    .kd-public-main,
    .kd-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .kd-public-nav-inner {
        flex-wrap: wrap;
    }

    .kd-form-shell,
    .kd-auth-wrap,
    .kd-info-grid,
    .kd-content-grid {
        grid-template-columns: 1fr;
    }

    .kd-stat-card {
        grid-column: span 6;
    }

    .kd-mobile-menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .kd-nav-panel {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding-top: 8px;
    }

    body.kd-public-menu-open .kd-nav-panel {
        display: flex;
    }

    .kd-nav-links,
    .kd-nav-actions {
        width: 100%;
    }

    .kd-nav-links {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .kd-nav-link,
    .kd-nav-button {
        width: 100%;
        justify-content: flex-start;
        border-radius: var(--kd-radius-control);
    }

    .kd-nav-actions .kd-nav-button {
        justify-content: center;
    }

    .kd-auth-utility {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 767.98px) {
    .kd-hero {
        padding: 24px;
    }

    .kd-content-hero,
    .kd-copy-card,
    .kd-side-card {
        padding: 20px;
    }

    .kd-form-grid.kd-form-grid-2 {
        grid-template-columns: 1fr;
    }

    .kd-stat-card {
        grid-column: span 12;
    }

    .kd-nav-links,
    .kd-nav-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .kd-public-nav-inner {
        padding: 12px 14px;
        border-radius: 20px;
    }

    .kd-brand-copy span {
        letter-spacing: 0.06em;
    }

    .kd-language-switcher {
        width: 100%;
        justify-content: center;
    }

    .kd-auth-utility {
        margin-top: 14px;
    }
}
.kd-error-hero {
    position: relative;
    overflow: hidden;
}

.kd-error-hero::after {
    content: "";
    position: absolute;
    inset: auto -60px -80px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.kd-error-hero-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
}

.kd-error-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--kd-radius-lg);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 30px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.kd-error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.kd-error-actions .kd-button,
.kd-error-actions .kd-link-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

html[dir="rtl"] .kd-public-nav-inner,
html[dir="rtl"] .kd-nav-panel,
html[dir="rtl"] .kd-footer-card,
html[dir="rtl"] .kd-brand,
html[dir="rtl"] .kd-hero-actions,
html[dir="rtl"] .kd-form-actions,
html[dir="rtl"] .kd-error-hero-row,
html[dir="rtl"] .kd-auth-wrap,
html[dir="rtl"] .kd-form-shell,
html[dir="rtl"] .kd-info-grid,
html[dir="rtl"] .kd-content-grid {
    direction: rtl;
}

html[dir="rtl"] .kd-hero,
html[dir="rtl"] .kd-auth-panel,
html[dir="rtl"] .kd-auth-card,
html[dir="rtl"] .kd-copy-card,
html[dir="rtl"] .kd-side-card,
html[dir="rtl"] .kd-surface-card,
html[dir="rtl"] .kd-empty-card,
html[dir="rtl"] .kd-content-hero {
    text-align: right;
}

html[dir="rtl"] .kd-data-table th,
html[dir="rtl"] .kd-data-table td,
html[dir="rtl"] .kd-field label {
    text-align: right;
}

html[dir="rtl"] .kd-language-caption {
    padding: 0 4px 0 8px;
}

@media (max-width: 767.98px) {
    .kd-error-hero-row {
        align-items: flex-start;
        flex-direction: column;
    }
}

