:root {
    --pro-font-body: 'Source Sans 3', 'Segoe UI', sans-serif;
    --pro-font-title: 'Sora', 'Source Sans 3', 'Segoe UI', sans-serif;
    --pro-primary: #1a3d95;
    --pro-accent: #82eb1d;
    --pro-surface: #ffffff;
    --pro-bg-soft: #eef3ff;
    --pro-text: #333333;
    --pro-muted: #5f6470;
    --pro-radius-sm: 10px;
    --pro-radius-md: 12px;
    --pro-radius-lg: 16px;
    --pro-radius-xl: 20px;
    --pro-btn-h-sm: 32px;
    --pro-btn-h-md: 38px;
    --pro-btn-h-lg: 44px;
    --pro-field-h-sm: 34px;
    --pro-field-h-md: 44px;
    --pro-field-h-lg: 50px;
}

html[data-bs-theme='dark'] {
    --pro-surface: #161d2e;
    --pro-bg-soft: #0f1624;
    --pro-text: #e6ecfa;
    --pro-muted: #b7c3da;
}

.template-pro-body {
    position: relative;
    color: var(--pro-text);
    font-family: var(--pro-font-body);
    background:
        radial-gradient(circle at 10% 10%, rgba(26, 61, 149, 0.15), transparent 42%),
        radial-gradient(circle at 90% 18%, rgba(130, 235, 29, 0.14), transparent 44%),
        linear-gradient(180deg, #f8faff 0%, #f2f6ff 100%);
}

.template-pro-body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        repeating-linear-gradient(135deg, rgba(26, 61, 149, 0.02) 0, rgba(26, 61, 149, 0.02) 1px, transparent 1px, transparent 18px),
        radial-gradient(circle at 92% 86%, rgba(130, 235, 29, 0.12), transparent 34%);
}

.template-pro-body .app-wrapper,
.template-pro-body .auth-pro-shell {
    position: relative;
    z-index: 1;
}

.template-pro-body h1,
.template-pro-body h2,
.template-pro-body h3,
.template-pro-body h4,
.template-pro-body h5,
.template-pro-body h6,
.template-pro-body .pro-page-title,
.template-pro-body .prospect-id-name,
.template-pro-body .auth-pro-title {
    font-family: var(--pro-font-title);
}

.template-pro-body .bi {
    font-size: 1rem;
    line-height: 1;
    vertical-align: -0.08em;
}

.template-pro-body .btn .bi {
    font-size: 0.95em;
    vertical-align: -0.06em;
}

.template-pro-body .navbar .nav-link .bi,
.template-pro-body .sidebar .nav-link .bi {
    font-size: 1.04rem;
}

.template-pro-body .pro-table-actions .bi,
.template-pro-body .dt-button .bi {
    font-size: 0.9rem;
}

.pro-navbar {
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.theme-toggle-btn {
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .theme-toggle-btn {
        min-width: 36px;
        min-height: 36px;
        padding-inline: 0.55rem;
    }
}

html[data-bs-theme='dark'] .template-pro-body {
    background:
        radial-gradient(circle at 12% 8%, rgba(95, 124, 197, 0.22), transparent 38%),
        radial-gradient(circle at 90% 18%, rgba(130, 235, 29, 0.14), transparent 42%),
        linear-gradient(180deg, #0f1624 0%, #0c1220 100%);
}

html[data-bs-theme='dark'] .template-pro-body::before {
    background:
        repeating-linear-gradient(135deg, rgba(157, 177, 223, 0.03) 0, rgba(157, 177, 223, 0.03) 1px, transparent 1px, transparent 18px),
        radial-gradient(circle at 92% 86%, rgba(130, 235, 29, 0.09), transparent 34%);
}

html[data-bs-theme='dark'] .pro-navbar {
    background-color: rgba(18, 25, 41, 0.9) !important;
    border-bottom-color: rgba(157, 177, 223, 0.18);
}

html[data-bs-theme='dark'] .pro-search {
    background: #1d2740;
}

html[data-bs-theme='dark'] .template-pro-body .card,
html[data-bs-theme='dark'] .pro-panel,
html[data-bs-theme='dark'] .prospect-timeline-card,
html[data-bs-theme='dark'] .prospect-meta-item,
html[data-bs-theme='dark'] .prospect-id-chip,
html[data-bs-theme='dark'] .template-pro-body .pro-panel .card-body form {
    background: #161d2e;
    border-color: #2c3958;
    color: #e6ecfa;
}

html[data-bs-theme='dark'] .template-pro-body .form-control,
html[data-bs-theme='dark'] .template-pro-body .form-select,
html[data-bs-theme='dark'] .template-pro-body textarea.form-control,
html[data-bs-theme='dark'] .template-pro-body .ts-wrapper.single .ts-control,
html[data-bs-theme='dark'] .template-pro-body .ts-wrapper.multi .ts-control {
    background-color: #111a2d;
    border-color: #2f3c5a;
    color: #e6ecfa;
}

html[data-bs-theme='dark'] .template-pro-body .form-label,
html[data-bs-theme='dark'] .template-pro-body .pro-form-grid .form-label {
    color: #d7e2f7;
}

html[data-bs-theme='dark'] .template-pro-body .form-control::placeholder,
html[data-bs-theme='dark'] .template-pro-body textarea.form-control::placeholder {
    color: #8e9cb7;
}

html[data-bs-theme='dark'] .template-pro-body .text-secondary,
html[data-bs-theme='dark'] .template-pro-body .prospect-meta-label,
html[data-bs-theme='dark'] .prospect-timeline-date,
html[data-bs-theme='dark'] .prospect-timeline-author {
    color: #bcc8df !important;
}

html[data-bs-theme='dark'] .template-pro-body .table,
html[data-bs-theme='dark'] .template-pro-body .table td,
html[data-bs-theme='dark'] .template-pro-body .table th,
html[data-bs-theme='dark'] .prospect-meta-value,
html[data-bs-theme='dark'] .prospect-timeline-reaction,
html[data-bs-theme='dark'] .template-pro-body .dt-info {
    color: #e6ecfa !important;
}

html[data-bs-theme='dark'] .template-pro-body .table thead th,
html[data-bs-theme='dark'] .template-pro-body table.dataTable > thead > tr > th,
html[data-bs-theme='dark'] .template-pro-body table.dataTable > thead > tr > td {
    border-bottom-color: #31405f;
}

html[data-bs-theme='dark'] .template-pro-body .table-hover > tbody > tr:hover > * {
    background-color: rgba(130, 235, 29, 0.12);
    color: #f3f7ff;
}

html[data-bs-theme='dark'] .prospect-id-card {
    background: linear-gradient(135deg, rgba(59, 84, 141, 0.28), rgba(130, 235, 29, 0.1));
    border-color: #3a4f78;
}

html[data-bs-theme='dark'] .prospect-id-head {
    border-bottom-color: #3a4f78;
}

html[data-bs-theme='dark'] .prospect-id-kicker {
    color: #b7c6e3;
}

html[data-bs-theme='dark'] .prospect-id-name,
html[data-bs-theme='dark'] .prospect-id-chip-value {
    color: #eef3ff;
}

html[data-bs-theme='dark'] .prospect-id-chip-label {
    color: #b6c3dd;
}

html[data-bs-theme='dark'] .prospect-timeline::before {
    background: linear-gradient(180deg, rgba(120, 145, 202, 0.42), rgba(130, 235, 29, 0.46));
}

html[data-bs-theme='dark'] .prospect-timeline-dot {
    border-color: #161d2e;
    box-shadow: 0 0 0 3px rgba(130, 235, 29, 0.2);
}

html[data-bs-theme='dark'] .prospect-timeline-channel {
    color: #d9e3f7;
    background: rgba(82, 104, 147, 0.3);
    border-color: rgba(146, 166, 203, 0.4);
}

html[data-bs-theme='dark'] .prospect-timeline-channel.is-appel {
    color: #dbe7ff;
    background: rgba(62, 90, 146, 0.34);
    border-color: rgba(120, 145, 202, 0.52);
}

html[data-bs-theme='dark'] .prospect-timeline-channel.is-sms {
    color: #e7f8d3;
    background: rgba(94, 134, 54, 0.34);
    border-color: rgba(130, 235, 29, 0.5);
}

html[data-bs-theme='dark'] .prospect-timeline-channel.is-mail {
    color: #ffe8bf;
    background: rgba(151, 103, 29, 0.34);
    border-color: rgba(248, 191, 67, 0.5);
}

html[data-bs-theme='dark'] .prospect-timeline-channel.is-generic {
    color: #d8e3f8;
    background: rgba(99, 118, 156, 0.3);
    border-color: rgba(131, 150, 186, 0.42);
}

html[data-bs-theme='dark'] .prospect-timeline-empty {
    color: #c3d0e7;
    border-color: #3a4f78;
    background: #141f34;
}

html[data-bs-theme='dark'] .template-pro-body .dt-search,
html[data-bs-theme='dark'] .template-pro-body .dataTables_filter,
html[data-bs-theme='dark'] .template-pro-body .dt-length,
html[data-bs-theme='dark'] .template-pro-body .dataTables_length,
html[data-bs-theme='dark'] .template-pro-body .dt-empty {
    color: #c5d1e7 !important;
}

html[data-bs-theme='dark'] .template-pro-body .dt-button.dt-export-btn,
html[data-bs-theme='dark'] .template-pro-body button.dt-button.dt-export-btn {
    background: #18243a !important;
    border-color: #48608f !important;
    color: #e9effd !important;
    box-shadow: 0 6px 14px rgba(8, 14, 26, 0.42);
}

html[data-bs-theme='dark'] .template-pro-body .dt-button.dt-export-btn:hover,
html[data-bs-theme='dark'] .template-pro-body .dt-button.dt-export-btn:focus,
html[data-bs-theme='dark'] .template-pro-body .dt-button.dt-export-btn:active {
    background: rgba(130, 235, 29, 0.24) !important;
    border-color: rgba(130, 235, 29, 0.75) !important;
    color: #f5fbff !important;
}

html[data-bs-theme='dark'] .template-pro-body .dt-paging-button,
html[data-bs-theme='dark'] .template-pro-body .paginate_button {
    background: #18243a !important;
    border-color: #455d8b !important;
    color: #dce6fb !important;
    box-shadow: 0 4px 12px rgba(8, 14, 26, 0.35);
}

html[data-bs-theme='dark'] .template-pro-body .dt-paging-button:hover,
html[data-bs-theme='dark'] .template-pro-body .paginate_button:hover {
    background: rgba(130, 235, 29, 0.24) !important;
    border-color: rgba(130, 235, 29, 0.78) !important;
    color: #f5fbff !important;
}

html[data-bs-theme='dark'] .template-pro-body .dt-paging-button.current,
html[data-bs-theme='dark'] .template-pro-body .paginate_button.current {
    background: #82eb1d !important;
    border-color: #82eb1d !important;
    color: #102404 !important;
}

html[data-bs-theme='dark'] .app-footer {
    background: rgba(18, 25, 41, 0.8);
    border-top-color: #2b3958;
    color: #9eabc5;
}

.pro-search {
    width: min(460px, 45vw);
    background: #edf2ff;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
}

.pro-search .form-control:focus {
    box-shadow: none;
}

.pro-cta {
    background-color: var(--pro-accent);
    border-color: var(--pro-accent);
    color: #1c2f0a;
    border-radius: 999px;
    padding-inline: 0.95rem;
}

.pro-cta:hover,
.pro-cta:focus {
    background-color: #70d015;
    border-color: #70d015;
    color: #152309;
}

.pro-user-header {
    background: linear-gradient(145deg, #1a3d95, #2a54bd) !important;
}

.template-pro-body .app-header .user-menu {
    position: relative;
}

.template-pro-body .app-header .user-menu .dropdown-menu {
    right: 0;
    left: auto;
    width: max-content;
    min-width: 16rem;
    max-width: calc(100vw - 1rem);
    box-sizing: border-box;
}

.template-pro-body .app-header .user-menu .dropdown-menu .user-footer {
    flex-wrap: wrap;
}

.pro-header {
    padding-top: 1.35rem;
    margin-bottom: 0.35rem;
}

.pro-page-hero {
    background: linear-gradient(125deg, rgba(26, 61, 149, 0.96), rgba(31, 84, 176, 0.94));
    color: #ffffff;
    border-radius: var(--pro-radius-xl);
    padding: 1.25rem 1.35rem;
    box-shadow: 0 14px 34px rgba(26, 61, 149, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.pro-page-kicker {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
    font-weight: 700;
    opacity: 0.86;
}

.pro-page-title {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.15;
}

.pro-page-subtitle {
    color: rgba(255, 255, 255, 0.9);
    max-width: 70ch;
}

.pro-page-actions .btn-primary {
    font-weight: 700;
}

.pro-page-actions .btn-outline-primary,
.pro-page-actions .btn-outline-secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.6);
    background: transparent;
}

.pro-page-actions .btn-outline-primary:hover,
.pro-page-actions .btn-outline-primary:focus,
.pro-page-actions .btn-outline-secondary:hover,
.pro-page-actions .btn-outline-secondary:focus {
    color: #1a3d95;
    background: #ffffff;
    border-color: #ffffff;
}

.prospect-focus-hero {
    background: linear-gradient(125deg, rgba(26, 61, 149, 0.96), rgba(31, 84, 176, 0.94));
    color: #ffffff;
    border-radius: 16px;
    padding: 1rem 1.1rem;
    box-shadow: 0 12px 28px rgba(26, 61, 149, 0.25);
}

.prospect-focus-kicker {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
    font-weight: 700;
    opacity: 0.86;
}

.prospect-focus-title {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.15;
}

.prospect-focus-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.prospect-focus-hero .btn-primary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1a3d95;
    font-weight: 700;
}

.prospect-focus-hero .btn-primary:hover,
.prospect-focus-hero .btn-primary:focus {
    background-color: #f2f6ff;
    border-color: #f2f6ff;
    color: #163582;
}

.pro-hero-card {
    background: linear-gradient(145deg, rgba(26, 61, 149, 0.97), rgba(36, 84, 196, 0.96));
    color: #fff;
    border-radius: var(--pro-radius-xl);
    padding: 1.3rem 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    box-shadow: 0 16px 36px rgba(26, 61, 149, 0.2);
}

.pro-hero-actions {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.pro-muted {
    letter-spacing: 0.08em;
    opacity: 0.85;
}

.pro-highlight-card {
    border: 0;
    border-radius: var(--pro-radius-lg);
    background: var(--pro-surface);
    box-shadow: 0 12px 30px rgba(26, 61, 149, 0.1);
}

.pro-kpi-card {
    border: 0;
    border-radius: var(--pro-radius-lg);
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(29, 43, 60, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pro-kpi-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(29, 43, 60, 0.12);
}

.pro-kpi-card .card-body {
    background: var(--pro-surface);
    border-left: 5px solid transparent;
}

.kpi-blue .card-body { border-left-color: #2f80ed; }
.kpi-blue .card-body { border-left-color: #1a3d95; }
.kpi-green .card-body { border-left-color: #82eb1d; }

.kpi-trend {
    margin-bottom: 0;
    font-size: 0.84rem;
}

.pro-panel {
    border: 0;
    border-radius: var(--pro-radius-lg);
    box-shadow: 0 14px 34px rgba(26, 61, 149, 0.09);
}

.pro-panel .card-body {
    padding: 1.3rem 1.35rem;
}

.pro-panel .card-header {
    background: transparent;
    padding-top: 1rem;
    padding-bottom: 0.7rem;
}

.prospect-id-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(26, 61, 149, 0.06), rgba(130, 235, 29, 0.08));
    border: 1px solid #dbe6ff;
    border-radius: 16px;
    padding: 1rem;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.prospect-id-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(26, 61, 149, 0.16);
}

.prospect-id-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    background: linear-gradient(180deg, #1a3d95, #82eb1d);
}

.prospect-id-head {
    display: flex;
    justify-content: space-between;
    gap: 0.85rem;
    align-items: center;
    padding-bottom: 0.9rem;
    border-bottom: 1px dashed #d4e0fb;
}

.prospect-id-identity {
    display: flex;
    gap: 0.85rem;
    align-items: center;
}

.prospect-avatar {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.02rem;
    color: #ffffff;
    background: linear-gradient(145deg, #1a3d95, #2a54bd);
    box-shadow: 0 10px 18px rgba(26, 61, 149, 0.28);
}

.prospect-id-kicker {
    color: #5e6a86;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.68rem;
    font-weight: 700;
}

.prospect-id-name {
    color: #1a3d95;
    font-weight: 700;
    line-height: 1.15;
}

.prospect-id-side {
    text-align: right;
    min-width: 240px;
}

.prospect-id-chip {
    display: inline-flex;
    flex-direction: column;
    gap: 0.1rem;
    border: 1px solid #d6e1fb;
    background: #ffffff;
    border-radius: 12px;
    padding: 0.45rem 0.65rem;
}

.prospect-id-chip-label {
    color: #6f7b93;
    font-size: 0.67rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}

.prospect-id-chip-value {
    color: #1a3d95;
    font-weight: 800;
    font-size: 0.9rem;
}

.prospect-last-touch {
    display: inline-flex;
    flex-direction: column;
    gap: 0.14rem;
    max-width: 300px;
}

.prospect-last-touch-value {
    color: #2e3d5f;
    font-size: 0.8rem;
    font-weight: 600;
}

.prospect-meta-item {
    background: #ffffff;
    border: 1px solid #e5ecfd;
    border-radius: 12px;
    padding: 0.65rem 0.75rem;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.prospect-meta-item:hover {
    transform: translateY(-1px);
    border-color: #cddcfa;
    box-shadow: 0 8px 20px rgba(26, 61, 149, 0.08);
}

.prospect-exchange-collapse summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.prospect-exchange-collapse summary::-webkit-details-marker {
    display: none;
}

.prospect-exchange-collapse summary:hover {
    transform: translateY(-1px);
}

.prospect-exchange-collapse .prospect-exchange-content {
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.prospect-exchange-collapse[open] .prospect-exchange-content {
    opacity: 1;
    transform: translateY(0);
}

.pro-step-card {
    border: 1px solid #e3eafc;
    border-radius: 12px;
    background: #ffffff;
    margin-bottom: 0.8rem;
    padding: 0.65rem 0.75rem;
}

.pro-step-card summary {
    cursor: pointer;
    list-style: none;
    font-weight: 700;
    color: #1a3d95;
    user-select: none;
}

.pro-step-card summary::-webkit-details-marker {
    display: none;
}

.pro-step-card[open] summary {
    margin-bottom: 0.5rem;
}

.prospect-meta-label {
    color: #5f6470;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.prospect-meta-value {
    color: #1f2b46;
    font-size: 0.94rem;
    font-weight: 600;
    word-break: break-word;
}

.pro-task-item {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    align-items: flex-start;
    border-bottom: 1px solid #e3e9fa;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.app-footer {
    border-top: 1px solid #dce4f7;
    background: rgba(255, 255, 255, 0.8);
}

.app-sidebar {
    background: linear-gradient(180deg, #1a3d95 0%, #163582 100%) !important;
}

.app-sidebar .sidebar-brand,
.app-sidebar .sidebar-wrapper .nav-link {
    color: #ffffff;
}

.app-sidebar .nav-header {
    color: rgba(130, 235, 29, 0.95);
    letter-spacing: 0.08em;
    font-weight: 700;
}

.app-sidebar .nav-link.active,
.app-sidebar .nav-link:hover {
    background: rgba(130, 235, 29, 0.2);
    color: #ffffff;
}

.app-sidebar .nav-link.active .nav-icon,
.app-sidebar .nav-link:hover .nav-icon {
    color: var(--pro-accent);
}

.template-pro-body .btn {
    border-radius: var(--pro-radius-md);
    font-weight: 600;
    line-height: 1.15;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease,
        transform 0.18s ease;
}

.template-pro-body .btn .bi {
    line-height: 1;
}

.template-pro-body .btn.btn-sm {
    min-height: var(--pro-btn-h-sm);
    padding: 0.28rem 0.62rem;
    font-size: 0.8rem;
}

.template-pro-body .btn:not(.btn-sm):not(.btn-lg) {
    min-height: var(--pro-btn-h-md);
    padding: 0.4rem 0.84rem;
    font-size: 0.88rem;
}

.template-pro-body .btn.btn-lg {
    min-height: var(--pro-btn-h-lg);
    padding: 0.58rem 1rem;
    font-size: 0.96rem;
}

.template-pro-body .btn:hover,
.template-pro-body .btn:focus {
    box-shadow: 0 8px 18px rgba(26, 61, 149, 0.16);
}

.template-pro-body .btn:active {
    transform: translateY(1px) scale(0.99);
}

.template-pro-body .btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(26, 61, 149, 0.16);
}

.template-pro-body .btn:disabled,
.template-pro-body .btn.disabled,
.template-pro-body .btn[aria-disabled='true'] {
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.template-pro-body .btn.is-loading,
.template-pro-body .btn[aria-busy='true'] {
    pointer-events: none;
    opacity: 0.82;
    cursor: progress;
}

.template-pro-body .btn-primary {
    background-color: var(--pro-primary);
    border-color: var(--pro-primary);
    color: #ffffff;
}

.template-pro-body .btn-primary:hover,
.template-pro-body .btn-primary:focus {
    background-color: #163582;
    border-color: #163582;
    color: #ffffff;
}

.template-pro-body .btn-primary i,
.template-pro-body .btn-primary:hover i,
.template-pro-body .btn-primary:focus i {
    color: #ffffff;
}

.template-pro-body .btn-outline-secondary {
    color: var(--pro-primary);
    border-color: rgba(26, 61, 149, 0.45);
    background-color: rgba(26, 61, 149, 0.03);
}

.template-pro-body .btn-outline-secondary:hover,
.template-pro-body .btn-outline-secondary:focus {
    background-color: rgba(26, 61, 149, 0.12);
    color: var(--pro-primary);
    border-color: rgba(26, 61, 149, 0.7);
}

html[data-bs-theme='dark'] .template-pro-body .btn-outline-secondary {
    color: #d8e3f8;
    border-color: #5a73a5;
    background-color: rgba(68, 94, 150, 0.2);
}

html[data-bs-theme='dark'] .template-pro-body .btn-outline-secondary:hover,
html[data-bs-theme='dark'] .template-pro-body .btn-outline-secondary:focus {
    color: #f6fbff;
    border-color: #82eb1d;
    background-color: rgba(130, 235, 29, 0.22);
}

.template-pro-body .progress-bar.bg-primary {
    background-color: var(--pro-accent) !important;
}

.template-pro-body .badge.text-bg-success {
    background-color: #d9f9b7 !important;
    color: #28470e !important;
}

.template-pro-body .badge.text-bg-warning,
.template-pro-body .badge.text-bg-info,
.template-pro-body .badge.text-bg-primary,
.template-pro-body .badge.text-bg-danger {
    background-color: #e9efff !important;
    color: #1a3d95 !important;
}

.template-pro-body .badge {
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.38em 0.62em;
    line-height: 1;
}

.template-pro-body .card {
    border-radius: var(--pro-radius-lg);
    border: 1px solid #e5ecfd;
    box-shadow: 0 10px 24px rgba(17, 34, 70, 0.07);
}

.template-pro-body .alert {
    border-radius: var(--pro-radius-md);
    border-width: 1px;
    box-shadow: 0 6px 18px rgba(26, 61, 149, 0.08);
    font-weight: 500;
}

.template-pro-body .alert .btn-close:focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 61, 149, 0.12);
}

.pro-toast-container {
    z-index: 1090;
}

.pro-toast {
    box-shadow: 0 14px 26px rgba(15, 31, 70, 0.24);
    border-radius: 12px;
    backdrop-filter: blur(2px);
}

.exchange-row-highlight {
    animation: exchangeFlash 1.25s ease-out 1;
}

.prospect-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    padding-left: 1.65rem;
}

.prospect-timeline::before {
    content: "";
    position: absolute;
    top: 0.25rem;
    bottom: 0.25rem;
    left: 0.54rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(26, 61, 149, 0.22), rgba(130, 235, 29, 0.45));
}

.prospect-timeline-item {
    position: relative;
}

.prospect-timeline-dot {
    position: absolute;
    left: -1.63rem;
    top: 1.1rem;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    border: 3px solid #ffffff;
    background: var(--pro-primary);
    box-shadow: 0 0 0 3px rgba(26, 61, 149, 0.16);
}

.prospect-timeline-card {
    border: 1px solid #dfe8fd;
    border-radius: var(--pro-radius-md);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 8px 18px rgba(16, 36, 76, 0.07);
    padding: 0.9rem 1rem;
}

.prospect-timeline-head {
    display: flex;
    justify-content: space-between;
    gap: 0.65rem;
    align-items: flex-start;
    margin-bottom: 0.55rem;
}

.prospect-timeline-channel {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #17367f;
    background: rgba(26, 61, 149, 0.1);
    border: 1px solid rgba(26, 61, 149, 0.14);
    border-radius: 999px;
    padding: 0.25rem 0.58rem;
}

.prospect-timeline-channel.is-appel {
    color: #113883;
    background: rgba(26, 61, 149, 0.12);
    border-color: rgba(26, 61, 149, 0.2);
}

.prospect-timeline-channel.is-sms {
    color: #245107;
    background: rgba(130, 235, 29, 0.2);
    border-color: rgba(130, 235, 29, 0.42);
}

.prospect-timeline-channel.is-mail {
    color: #4a2d08;
    background: rgba(248, 191, 67, 0.22);
    border-color: rgba(248, 191, 67, 0.48);
}

.prospect-timeline-channel.is-generic {
    color: #394969;
    background: rgba(109, 124, 156, 0.14);
    border-color: rgba(109, 124, 156, 0.3);
}

.prospect-timeline-date {
    font-size: 0.8rem;
    color: #4f5f83;
    font-weight: 600;
}

.prospect-timeline-author {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #5f6f92;
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
}

.prospect-timeline-reaction {
    color: #1f2b46;
    line-height: 1.55;
    font-size: 0.93rem;
    word-break: break-word;
}

.prospect-timeline-empty {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1rem;
    border: 1px dashed #d7e2fb;
    border-radius: var(--pro-radius-md);
    color: #5f6f92;
    background: #f8fbff;
}

@keyframes exchangeFlash {
    0% {
        background-color: rgba(130, 235, 29, 0.35);
    }
    60% {
        background-color: rgba(130, 235, 29, 0.14);
    }
    100% {
        background-color: transparent;
    }
}

.template-pro-body .table thead th {
    color: #1a3d95;
    border-bottom-color: #dbe4fb;
}

.template-pro-body .table-hover > tbody > tr:hover > * {
    background-color: rgba(130, 235, 29, 0.08);
    color: #2d2d2d;
}

.col-reaction {
    width: 38%;
    min-width: 220px;
}

.exchange-reaction-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.45;
    max-height: calc(1.45em * 2);
}

@media (max-width: 768px) {
    .col-reaction {
        min-width: 180px;
    }

    .exchange-reaction-text {
        line-clamp: 3;
        -webkit-line-clamp: 3;
        max-height: calc(1.45em * 3);
    }
}

.template-pro-body .pro-table-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
}

.template-pro-body .pro-table-actions form {
    margin: 0 !important;
    padding: 0;
    border: 0;
    display: flex !important;
    align-items: center;
    flex: 0 0 auto;
}

.template-pro-body .pro-table-actions .btn {
    --bs-btn-padding-y: 0.02rem;
    --bs-btn-padding-x: 0.34rem;
    --bs-btn-font-size: 0.66rem;
    --bs-btn-line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    font-weight: 600;
    font-size: 0.66rem;
    line-height: 1;
    padding: 0.02rem 0.34rem;
    min-height: 18px;
}

.template-pro-body .pro-table-actions > a,
.template-pro-body .pro-table-actions > form {
    flex: 0 0 auto;
}

.template-pro-body .pro-table-actions .pro-btn-view {
    border-color: rgba(26, 61, 149, 0.3);
}

.template-pro-body .pro-table-actions .pro-btn-edit {
    border-color: rgba(26, 61, 149, 0.45);
}

.template-pro-body .pro-table-actions .pro-btn-delete {
    border-color: rgba(220, 53, 69, 0.6);
}

.template-pro-body .kpi-trend .bi-exclamation-circle {
    color: var(--pro-accent);
}

.template-pro-body .dt-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.template-pro-body .dt-button.dt-export-btn,
.template-pro-body button.dt-button.dt-export-btn {
    border: 1px solid rgba(26, 61, 149, 0.25) !important;
    background: #ffffff !important;
    color: var(--pro-primary) !important;
    border-radius: 999px !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    padding: 0.32rem 0.75rem !important;
    line-height: 1.2 !important;
    box-shadow: 0 4px 12px rgba(26, 61, 149, 0.1);
}

.template-pro-body .dt-button.dt-export-btn:hover,
.template-pro-body .dt-button.dt-export-btn:focus,
.template-pro-body .dt-button.dt-export-btn:active {
    background: rgba(130, 235, 29, 0.18) !important;
    border-color: rgba(130, 235, 29, 0.7) !important;
    color: #163582 !important;
    box-shadow: 0 6px 16px rgba(26, 61, 149, 0.18);
}

.template-pro-body .dt-button.dt-export-btn .bi {
    font-size: 0.88rem;
    vertical-align: -0.06rem;
}

.template-pro-body .dt-container,
.template-pro-body .dataTables_wrapper {
    color: var(--pro-text);
}

.template-pro-body .dt-container .dt-layout-row,
.template-pro-body .dataTables_wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

.template-pro-body .dt-search,
.template-pro-body .dataTables_filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    color: var(--pro-muted);
    font-weight: 600;
}

.template-pro-body .dt-length,
.template-pro-body .dataTables_length {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--pro-muted);
    font-weight: 600;
}

.template-pro-body .dt-search input,
.template-pro-body .dataTables_filter input,
.template-pro-body .dt-length select,
.template-pro-body .dataTables_length select {
    border: 1px solid #d9e2f8 !important;
    background: #ffffff !important;
    color: var(--pro-text) !important;
    border-radius: 10px !important;
    min-height: 36px;
    padding: 0.35rem 0.65rem !important;
}

.template-pro-body .dt-search input:focus,
.template-pro-body .dataTables_filter input:focus,
.template-pro-body .dt-length select:focus,
.template-pro-body .dataTables_length select:focus {
    outline: none;
    border-color: rgba(26, 61, 149, 0.45) !important;
    box-shadow: 0 0 0 0.2rem rgba(26, 61, 149, 0.12);
}

.template-pro-body .dt-info,
.template-pro-body .dataTables_info {
    color: var(--pro-muted) !important;
    font-size: 0.88rem;
}

.template-pro-body .dt-paging,
.template-pro-body .dataTables_paginate {
    display: flex;
    justify-content: flex-end;
    gap: 0.35rem;
}

.template-pro-body .dt-paging-button,
.template-pro-body .paginate_button {
    border: 1px solid rgba(26, 61, 149, 0.2) !important;
    background: #ffffff !important;
    color: var(--pro-primary) !important;
    border-radius: 8px !important;
    min-width: 34px;
    min-height: 34px;
    line-height: 1.1;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(26, 61, 149, 0.08);
}

.template-pro-body .dt-paging-button:hover,
.template-pro-body .paginate_button:hover {
    background: rgba(130, 235, 29, 0.16) !important;
    border-color: rgba(130, 235, 29, 0.75) !important;
    color: #163582 !important;
}

.template-pro-body .dt-paging-button.current,
.template-pro-body .paginate_button.current {
    background: var(--pro-primary) !important;
    border-color: var(--pro-primary) !important;
    color: #ffffff !important;
}

.template-pro-body table.dataTable > thead > tr > th,
.template-pro-body table.dataTable > thead > tr > td {
    border-bottom: 1px solid #dbe4fb;
}

.template-pro-body .dt-empty {
    color: var(--pro-muted);
}

.template-pro-body .text-secondary {
    color: var(--pro-muted) !important;
}

.template-pro-body .pro-panel .card-body form {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 251, 255, 0.95) 100%);
    border: 1px solid #e6edfb;
    border-radius: var(--pro-radius-md);
    padding: 1.15rem;
}

.template-pro-body .app-content .container-fluid > .pro-page-hero:not(:last-child),
.template-pro-body .app-content .container-fluid > .pro-hero-card:not(:last-child),
.template-pro-body .app-content .container-fluid > .pro-panel:not(:last-child),
.template-pro-body .app-content .container-fluid > .row:not(:last-child) {
    margin-bottom: 1.2rem;
}

.template-pro-body .pro-panel .card-body form.table-inline-form {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.template-pro-body .form-label {
    color: #1a3d95;
    font-weight: 700;
    font-size: 0.86rem;
    letter-spacing: 0.02em;
    margin-bottom: 0.45rem;
}

.template-pro-body .form-control,
.template-pro-body .form-select,
.template-pro-body textarea.form-control {
    border: 1px solid #d9e2f8;
    border-radius: var(--pro-radius-md);
    min-height: var(--pro-field-h-md);
    background-color: #ffffff;
    color: var(--pro-text);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.template-pro-body .form-control-sm,
.template-pro-body .form-select-sm {
    min-height: var(--pro-field-h-sm);
    border-radius: var(--pro-radius-sm);
}

.template-pro-body .form-control-lg,
.template-pro-body .form-select-lg {
    min-height: var(--pro-field-h-lg);
    border-radius: var(--pro-radius-md);
}

.template-pro-body textarea.form-control {
    min-height: 110px;
}

.template-pro-body .form-control::placeholder,
.template-pro-body textarea.form-control::placeholder {
    color: #8b93a4;
}

.template-pro-body .form-control:focus,
.template-pro-body .form-select:focus,
.template-pro-body textarea.form-control:focus {
    border-color: rgba(26, 61, 149, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(26, 61, 149, 0.12);
    background-color: #fff;
}

.template-pro-body .form-check-input {
    border-color: #c7d4f4;
}

.template-pro-body .form-check-input:checked {
    background-color: var(--pro-primary);
    border-color: var(--pro-primary);
}

.template-pro-body .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 61, 149, 0.15);
}

.template-pro-body .invalid-feedback {
    font-size: 0.8rem;
    font-weight: 600;
}

.template-pro-body .is-invalid,
.template-pro-body .form-control.is-invalid,
.template-pro-body .form-select.is-invalid {
    border-color: #e55353;
}

.template-pro-body .form-control.is-invalid:focus,
.template-pro-body .form-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.15);
}

.template-pro-body small.text-secondary {
    display: inline-block;
    margin-top: 0.3rem;
    font-size: 0.78rem;
}

.template-pro-body .pro-form-grid {
    align-items: flex-start;
}

.template-pro-body .pro-form-grid .form-label {
    font-weight: 600;
    color: #1f2b46;
    margin-bottom: 0.35rem;
}

.template-pro-body .pro-form-actions {
    padding-top: 0.6rem;
    border-top: 1px dashed #dfe7fa;
}

.template-pro-body .pro-form-actions .btn {
    min-width: 150px;
}

.template-pro-body .prospect-action-group {
    align-items: center;
    flex-wrap: wrap;
}

.template-pro-body .prospect-action-group .btn,
.template-pro-body .prospect-action-group a.btn {
    min-height: 44px;
    font-weight: 700;
    text-align: center;
    white-space: normal;
}

.template-pro-body .prospect-show-actions {
    border-top: 1px dashed #dfe7fa;
    padding-top: 0.85rem;
}

html[data-bs-theme='dark'] .template-pro-body .prospect-show-actions {
    border-top-color: #344567;
}

.template-pro-body #prospect-exchange-form .pro-form-actions .btn {
    min-height: 44px;
    font-weight: 700;
}


    .prospect-mobile-page {
        padding-bottom: 92px;
    }

    .prospects-mobile-actions {
        position: fixed;
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.65rem;
        z-index: 1085;
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid #dbe5fb;
        box-shadow: 0 10px 24px rgba(18, 36, 74, 0.2);
        border-radius: 14px;
        padding: 0.5rem;
    }

    .prospects-mobile-actions .btn {
        flex: 1 1 calc(50% - 0.25rem);
        min-height: 42px;
    }

    html[data-bs-theme='dark'] .prospects-mobile-actions {
        background: rgba(20, 30, 48, 0.95);
        border-color: #3b5078;
        box-shadow: 0 12px 24px rgba(6, 10, 18, 0.56);
    }

    html[data-bs-theme='dark'] .prospects-mobile-actions .btn.btn-primary {
        background-color: #2a4ea7;
        border-color: #2a4ea7;
        color: #f3f7ff;
    }

    html[data-bs-theme='dark'] .prospects-mobile-actions .btn.btn-primary:hover,
    html[data-bs-theme='dark'] .prospects-mobile-actions .btn.btn-primary:focus {
        background-color: #3b61c0;
        border-color: #3b61c0;
        color: #ffffff;
    }

    html[data-bs-theme='dark'] .prospects-mobile-actions .btn.btn-outline-secondary {
        background-color: rgba(67, 92, 145, 0.2);
        border-color: #5b75a9;
        color: #dce7fb;
    }

    html[data-bs-theme='dark'] .prospects-mobile-actions .btn.btn-outline-secondary:hover,
    html[data-bs-theme='dark'] .prospects-mobile-actions .btn.btn-outline-secondary:focus {
        background-color: rgba(130, 235, 29, 0.23);
        border-color: rgba(130, 235, 29, 0.78);
        color: #f7fcff;
    }

    .pro-mobile-action-bar {
        position: fixed;
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.65rem;
        z-index: 1085;
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid #dbe5fb;
        box-shadow: 0 10px 24px rgba(18, 36, 74, 0.2);
        border-radius: 14px;
        padding: 0.5rem;
        margin-top: 0 !important;
    }

    .pro-mobile-action-bar .btn,
    .pro-mobile-action-bar a.btn {
        flex: 1 1 0;
        min-height: 42px;
    }

    .pro-step-card {
        padding: 0.55rem 0.65rem;
    }

    .pro-step-card summary {
        font-size: 0.88rem;
    }
.template-pro-body .pro-panel .card-body form .d-flex.gap-2,
.template-pro-body .pro-panel .card-body form .d-flex.flex-wrap.gap-2 {
    padding-top: 0.35rem;
    border-top: 1px dashed #dfe7fa;
}

.template-pro-body .ts-wrapper.single .ts-control,
.template-pro-body .ts-wrapper.multi .ts-control {
    border: 1px solid #d9e2f8;
    border-radius: 10px;
    min-height: 44px;
    padding: 0.4rem 0.55rem;
    box-shadow: none;
}

.template-pro-body .ts-wrapper.focus .ts-control {
    border-color: rgba(26, 61, 149, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(26, 61, 149, 0.12);
}

.template-pro-body .ts-wrapper.multi .ts-control > div {
    background: rgba(130, 235, 29, 0.22);
    color: #163582;
    border-radius: 999px;
    font-weight: 600;
    padding: 0.2rem 0.55rem;
}

.template-pro-body .ts-dropdown {
    border: 1px solid #d9e2f8;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(26, 61, 149, 0.14);
}

.template-pro-body .ts-dropdown .option.active {
    background: rgba(130, 235, 29, 0.18);
    color: #163582;
}

@media (max-width: 991.98px) {
    .pro-hero-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .pro-search {
        display: none !important;
    }

    .template-pro-body .dt-search,
    .template-pro-body .dataTables_filter,
    .template-pro-body .dt-length,
    .template-pro-body .dataTables_length {
        width: 100%;
        justify-content: flex-start;
        margin-top: 0.35rem;
    }

    .template-pro-body .dt-search input,
    .template-pro-body .dataTables_filter input {
        width: 100% !important;
    }

    .template-pro-body .dt-paging,
    .template-pro-body .dataTables_paginate {
        justify-content: flex-start;
        margin-top: 0.45rem;
    }

    .template-pro-body .pro-table-actions {
        justify-content: flex-end;
    }

    .template-pro-body .pro-form-actions .btn {
        min-width: 0;
    }

    .template-pro-body .prospect-action-group {
        position: sticky;
        bottom: 0.65rem;
        z-index: 1020;
        margin-top: 1rem !important;
        padding: 0.55rem;
        border: 1px solid #dbe5fb;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 10px 22px rgba(18, 36, 74, 0.14);
        backdrop-filter: blur(4px);
    }

    html[data-bs-theme='dark'] .template-pro-body .prospect-action-group {
        border-color: #3c4f76;
        background: rgba(22, 31, 49, 0.94);
        box-shadow: 0 12px 24px rgba(7, 11, 20, 0.55);
    }

    .template-pro-body .prospect-action-group .btn,
    .template-pro-body .prospect-action-group a.btn,
    .template-pro-body #prospect-exchange-form .pro-form-actions .btn {
        flex: 1 1 100%;
        width: 100%;
        min-height: 48px;
        font-size: 0.95rem;
    }

    .template-pro-body .prospect-action-group .btn-primary {
        order: -2;
    }

    .template-pro-body .prospect-action-group .btn-outline-primary {
        order: -1;
    }

    .prospect-focus-hero {
        padding: 0.9rem 1rem;
    }

    .pro-page-hero {
        padding: 0.9rem 1rem;
    }

    .pro-panel .card-body {
        padding: 1rem 1rem;
    }

    .prospect-id-card {
        padding: 0.85rem;
    }

    .prospect-timeline {
        padding-left: 1.3rem;
    }

    .prospect-timeline::before {
        left: 0.43rem;
    }

    .prospect-timeline-dot {
        left: -1.28rem;
        top: 1rem;
    }

    .prospect-timeline-head {
        flex-direction: column;
    }

    .prospect-timeline-author {
        white-space: normal;
    }

    .prospect-id-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .prospect-id-side {
        text-align: left;
        min-width: 0;
        width: 100%;
    }

    .prospect-avatar {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }
}

.auth-pro-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.auth-pro-shell {
    width: 100%;
}

.auth-pro-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--pro-primary);
}

.auth-pro-logo {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(26, 61, 149, 0.25);
}

.auth-pro-card {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(22, 41, 78, 0.14);
}

.auth-pro-title {
    color: var(--pro-primary);
    font-weight: 700;
}

.auth-pro-form .form-control {
    border-radius: 10px;
    border-color: #d9e2f8;
    min-height: 44px;
}

.auth-pro-form .form-control:focus {
    border-color: rgba(26, 61, 149, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(26, 61, 149, 0.12);
}

.auth-pro-link {
    color: var(--pro-primary);
    text-decoration: none;
    font-weight: 600;
}

.auth-pro-link:hover {
    color: #163582;
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .auth-pro-page {
        min-height: 100dvh;
        align-items: stretch;
    }

    .auth-pro-shell {
        padding: 0 !important;
    }

    .auth-pro-shell .row {
        min-height: 100dvh;
        margin: 0;
    }

    .auth-pro-shell .col-12 {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .auth-pro-shell .text-center.mb-3 {
        margin-bottom: 0.75rem !important;
        padding-top: 1rem;
    }

    .auth-pro-card {
        min-height: calc(100dvh - 70px);
        border-radius: 0;
        box-shadow: none;
    }

    .template-pro-body .app-header .user-menu .dropdown-menu {
        min-width: 0;
        width: min(22rem, calc(100vw - 1rem));
        max-width: calc(100vw - 1rem);
    }

    .template-pro-body .pro-table-actions .btn {
        --bs-btn-padding-y: 0.02rem;
        --bs-btn-padding-x: 0.3rem;
        --bs-btn-font-size: 0.64rem;
        font-size: 0.64rem;
        line-height: 1;
        padding: 0.02rem 0.3rem;
        min-height: 17px;
    }

    .template-pro-body .pro-form-actions {
        gap: 0.65rem !important;
    }

    .template-pro-body .pro-form-actions .btn,
    .template-pro-body .pro-form-actions a.btn {
        width: 100%;
    }

    .prospect-focus-title {
        font-size: 1.05rem;
    }

    .pro-page-title {
        font-size: 1.05rem;
    }

    .prospect-id-name {
        font-size: 1.05rem;
    }

    .prospect-id-identity {
        align-items: flex-start;
    }

    .prospect-id-chip,
    .prospect-last-touch {
        width: 100%;
        max-width: none;
    }
}
