/* ==========================================================================
   Ezey CRM — modern light panel
   Layout: logo + menü aynı satır | Open Sans | Phosphor | SweetAlert
   ========================================================================== */

:root {
    --ezey-font: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    --ezey-orange: #e85a28;
    --ezey-orange-deep: #d14a1c;
    --ezey-burgundy: #8b1a3a;
    --ezey-burgundy-deep: #6e1430;
    --ezey-ink: #1e293b;
    --ezey-muted: #64748b;
    --ezey-line: #e2e8f0;
    --ezey-line-strong: #cbd5e1;
    --ezey-surface: #f1f5f9;
    --ezey-white: #ffffff;
    --ezey-radius: 12px;
    --ezey-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 4px 16px rgba(15, 23, 42, .04);

    /* Limitless Inter → Open Sans */
    --font-sans-serif: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    --body-font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

    /* Primary → marka turuncu (btn-flat-primary / bg-primary) */
    --primary: #e85a28;
    --primary-rgb: 232, 90, 40;
    --bs-primary: #e85a28;
    --bs-primary-rgb: 232, 90, 40;
    --component-active-bg: #e85a28;
    --component-active-bg-rgb: 232, 90, 40;
}

html, body {
    font-family: var(--body-font-family) !important;
    background: var(--ezey-surface);
    color: var(--ezey-ink);
}

/* Sticky footer: kısa sayfalarda footer alta yapışır */
body {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.page-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.page-content > .content-wrapper {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.content-inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.content-inner > .content {
    flex: 1 1 auto;
}

.content-inner > .navbar-footer,
.content-inner > .ezey-footer {
    margin-top: auto;
    flex-shrink: 0;
}

.ezey-footer {
    background: #fff;
    border-top: 1px solid var(--ezey-line);
}

h1, h2, h3, h4, h5, h6,
.navbar, .btn, .form-control, .dropdown-menu, .card, .page-title {
    font-family: var(--body-font-family) !important;
}

/* —— Buttons —— */
.btn-ezey-primary {
    background-color: var(--ezey-orange);
    border-color: var(--ezey-orange);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
}

.btn-ezey-primary:hover,
.btn-ezey-primary:focus {
    background-color: var(--ezey-orange-deep);
    border-color: var(--ezey-orange-deep);
    color: #fff;
}

.btn-outline-secondary {
    border-radius: 10px;
}

/* —— Top navbar (logo + menu) —— */
.ezey-navbar {
    background: var(--ezey-white) !important;
    border-bottom: 1px solid var(--ezey-line);
    box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
    padding-top: .5rem;
    padding-bottom: .5rem;
    min-height: 58px;
}

.ezey-navbar-inner {
    gap: .35rem;
    flex-wrap: nowrap;
}

.ezey-logo-link {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0;
}

.ezey-logo-img {
    height: 36px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    display: block;
}

.ezey-navbar .navbar-toggler {
    border: 1px solid var(--ezey-line);
    border-radius: 10px;
    padding: .4rem .55rem;
    color: var(--ezey-ink);
}

.ezey-menu .navbar-nav-link {
    color: var(--ezey-ink);
    font-weight: 500;
    font-size: .875rem;
    padding: .4rem .65rem;
    border-radius: 10px;
    transition: background .15s ease, color .15s ease;
    white-space: nowrap;
}

.ezey-menu .navbar-nav-link:hover,
.ezey-menu .navbar-nav-link:focus {
    background: rgba(232, 90, 40, .08);
    color: var(--ezey-orange-deep);
}

.ezey-menu .navbar-nav-link.active {
    background: rgba(232, 90, 40, .12);
    color: var(--ezey-orange-deep);
    font-weight: 600;
}

.ezey-menu .navbar-nav-link.disabled,
.ezey-menu .dropdown-item.disabled {
    opacity: .4;
    pointer-events: none;
}

/* Dashboard: sadece ikon */
.ezey-menu-icon-only {
    width: 36px;
    height: 36px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.ezey-menu-icon-only i {
    font-size: 1.15rem;
    margin: 0 !important;
}

@media (min-width: 992px) {
    .ezey-main-nav {
        flex-wrap: nowrap;
        align-items: center;
    }

    .ezey-menu {
        flex-wrap: nowrap;
        min-width: 0;
    }

    .ezey-menu .navbar-nav-link {
        padding: .4rem .55rem;
        font-size: .8125rem;
    }

    .ezey-menu .navbar-nav-link i.me-2 {
        margin-right: .35rem !important;
    }

    .ezey-menu .dropdown-toggle::after {
        margin-left: .25rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ezey-logo-img {
        max-width: 120px;
        height: 32px;
    }

    .ezey-menu .navbar-nav-link {
        padding: .35rem .4rem;
        font-size: .78rem;
    }

    .ezey-menu .navbar-nav-link i.me-2 {
        margin-right: .2rem !important;
    }
}

.ezey-user-avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.ezey-user-nav .navbar-nav-link {
    color: var(--ezey-ink);
}

.ezey-user-nav .navbar-nav-link:hover {
    background: rgba(15, 23, 42, .05);
}

.page-header {
    background: transparent;
    padding-top: 1.25rem;
}

.page-title {
    font-weight: 700;
    letter-spacing: -.02em;
}

/* Page toolbar card */
.ezey-page-toolbar {
    padding: 1rem 1.25rem !important;
}

.ezey-page-toolbar .page-title {
    font-size: 1.15rem;
}

.ezey-page-toolbar .btn-sm.btn-labeled {
    font-size: .8125rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-inline-end: .75rem;
}

.ezey-page-toolbar .btn-sm.btn-labeled .btn-labeled-icon {
    padding: .35rem .55rem;
    margin-inline-end: .55rem;
}

.ezey-page-toolbar .btn-sm.btn-labeled .btn-labeled-icon i {
    font-size: .95rem;
}

/* —— Cards (kenarlıklı, modern) —— */
.ezey-card {
    background: var(--ezey-white);
    border: 1px solid var(--ezey-line-strong) !important;
    border-radius: var(--ezey-radius) !important;
    box-shadow: var(--ezey-shadow);
    overflow: hidden;
}

.ezey-card .card-body {
    padding: 1.15rem 1.25rem;
}

.ezey-card-header {
    background: transparent !important;
    border-bottom: 1px solid var(--ezey-line) !important;
    padding: 1rem 1.25rem;
}

.ezey-badge {
    background: var(--ezey-surface);
    color: var(--ezey-muted);
    border: 1px solid var(--ezey-line);
    font-weight: 500;
}

.ezey-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
    border: 1px solid transparent;
}

.ezey-stat-icon-orange {
    background: rgba(232, 90, 40, .1);
    color: var(--ezey-orange);
    border-color: rgba(232, 90, 40, .18);
}

.ezey-stat-icon-burgundy {
    background: rgba(139, 26, 58, .1);
    color: var(--ezey-burgundy);
    border-color: rgba(139, 26, 58, .18);
}

.ezey-setup-list li {
    font-size: .925rem;
}

.ezey-empty {
    border: 1px dashed var(--ezey-line);
    border-radius: 10px;
    background: var(--ezey-surface);
}

/* —— Soft panel content (dashboard hissi) —— */
.content {
    padding-top: 1.25rem !important;
}

.ezey-card {
    border-color: #e8edf3 !important;
    box-shadow: 0 2px 12px rgba(15, 23, 42, .04) !important;
}

.ezey-card-header {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: 1.1rem 1.35rem !important;
}

.ezey-card-accent {
    width: 4px;
    min-height: 28px;
    border-radius: 99px;
    background: var(--ezey-orange);
    flex-shrink: 0;
    margin-top: .15rem;
}

.ezey-card-accent.burgundy { background: var(--ezey-burgundy); }
.ezey-card-accent.slate { background: #64748b; }

.ezey-card-header-body {
    flex: 1;
    min-width: 0;
}

.ezey-card-header-body h6 {
    margin: 0;
    font-weight: 700;
    font-size: .95rem;
}

.ezey-card-header-body .ezey-card-desc {
    margin: .2rem 0 0;
    color: var(--ezey-muted);
    font-size: .8125rem;
    line-height: 1.45;
}

/* —— Forms —— */
.ezey-form-section + .ezey-form-section {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--ezey-line);
}

.ezey-form .form-label {
    font-weight: 600;
    font-size: .8125rem;
    color: #334155;
    margin-bottom: .4rem;
}

.ezey-form .form-control,
.ezey-form .form-select {
    border-radius: 0;
    border-color: #d0d7e2;
    min-height: 46px;
    padding: .65rem .95rem;
    font-size: .9rem;
}

.ezey-form textarea.form-control {
    min-height: 120px;
    padding-top: .75rem;
}

.ezey-form .form-control:focus,
.ezey-form .form-select:focus {
    border-color: rgba(232, 90, 40, .55);
    box-shadow: 0 0 0 .2rem rgba(232, 90, 40, .12);
}

.ezey-form .form-text {
    font-size: .75rem;
    color: #94a3b8;
    margin-top: .35rem;
    line-height: 1.4;
}

.ezey-form .form-check-input:checked {
    background-color: var(--ezey-orange);
    border-color: var(--ezey-orange);
}

.ezey-form-hint {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    padding: .9rem 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 3px solid var(--ezey-orange);
    color: #475569;
    font-size: .875rem;
    line-height: 1.5;
}

.ezey-form-hint i {
    color: var(--ezey-orange);
    font-size: 1.15rem;
    margin-top: .1rem;
    flex-shrink: 0;
}

.ezey-choice-card {
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 1rem 1.1rem;
    border: 1px solid #d0d7e2;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease;
}

.ezey-choice-card:hover {
    border-color: rgba(232, 90, 40, .45);
    background: #fffaf7;
}

.ezey-choice-card .form-check-input {
    margin-top: .2rem;
    flex-shrink: 0;
    border-radius: 0;
    width: 1.1rem;
    height: 1.1rem;
}

.ezey-choice-card-body {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    min-width: 0;
}

.ezey-choice-card-title {
    font-weight: 650;
    color: #0f172a;
    font-size: .9rem;
}

.ezey-choice-card-desc {
    color: #64748b;
    font-size: .78rem;
    line-height: 1.45;
}

.ezey-check-panel {
    background: var(--ezey-surface);
    border: 1px solid var(--ezey-line);
    border-radius: 0;
    padding: 1rem;
}

/* —— Modern bordered table —— */
.ezey-table-card .card-header {
    background: transparent;
    border-bottom: 1px solid var(--ezey-line);
    padding: 1.05rem 1.25rem;
}

.ezey-table-card .table-responsive {
    padding: 0 1rem 1rem;
}

.ezey-table-tools {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
}

.ezey-search {
    position: relative;
    min-width: 220px;
}

.ezey-search .form-control {
    border-radius: 10px;
    padding-left: 2.25rem;
    background: #fff;
    border-color: #dbe3ee;
    min-height: 38px;
}

.ezey-search .form-control:focus {
    border-color: rgba(232, 90, 40, .5);
    box-shadow: 0 0 0 .15rem rgba(232, 90, 40, .12);
}

.ezey-search-icon {
    position: absolute;
    left: .85rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}

.table.ezey-table {
    --bs-table-bg: #fff;
    --bs-table-border-color: #e2e8f0;
    margin-bottom: 0;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px;
    border-collapse: separate !important;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
}

.table.ezey-table > :not(caption) > * > * {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: .75rem 1rem;
    vertical-align: middle;
}

.table.ezey-table > :not(caption) > * > *:last-child {
    border-right: 0 !important;
}

.table.ezey-table tbody tr:last-child > * {
    border-bottom: 0 !important;
}

.table.ezey-table thead th {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%) !important;
    color: #475569;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
    white-space: nowrap;
}

.table.ezey-table tbody tr {
    transition: background .12s ease;
}

.table.ezey-table tbody tr:nth-child(even) {
    background: #fafbfc;
}

.table.ezey-table tbody tr:hover {
    background: #fff7f2;
}

.table.ezey-table .ezey-row-title {
    font-weight: 650;
    color: #0f172a;
}

.ezey-status {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .3rem .7rem;
    border-radius: 8px;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.2;
    border: 1px solid transparent;
}

.ezey-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.ezey-status-success { background: #ecfdf5; color: #047857; border-color: #a7f3d0; }
.ezey-status-warning { background: #fff7ed; color: #c2410c; border-color: #fed7aa; }
.ezey-status-danger { background: #fef2f2; color: #b91c1c; border-color: #fecaca; }
.ezey-status-info { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
.ezey-status-muted { background: #f8fafc; color: #64748b; border-color: #e2e8f0; }
.ezey-status-primary { background: rgba(232, 90, 40, .1); color: #c2410c; border-color: rgba(232, 90, 40, .28); }

.ezey-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .35rem;
}

.ezey-actions .btn-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
}

.ezey-actions .btn-icon:hover {
    background: #fff7f2;
    border-color: rgba(232, 90, 40, .35);
    color: var(--ezey-orange);
}

.ezey-actions .btn-icon.text-danger:hover {
    background: #fef2f2;
    border-color: #fecaca;
    color: #b91c1c !important;
}

.ezey-table-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    padding: .85rem 1.25rem 1.1rem;
    color: var(--ezey-muted);
    font-size: .8125rem;
}

/* —— View toggle —— */
.ezey-sort-link {
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-weight: 700;
}

.ezey-sort-link:hover {
    color: var(--ezey-orange);
}

.ezey-sort-link i {
    font-size: .85rem;
    opacity: .7;
}

.ezey-advanced-filters .form-label {
    font-size: .75rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: .3rem;
}

.ezey-advanced-filters .form-select,
.ezey-advanced-filters .form-control {
    min-height: 40px;
    border-radius: 0;
}

.ezey-view-toggle .btn {
    border-radius: 0;
    border: 1px solid #d0d7e2;
    font-weight: 600;
    min-height: 34px;
    padding: .35rem .8rem;
}

.ezey-view-toggle .btn-primary {
    border-color: var(--ezey-orange);
    background: var(--ezey-orange);
}

.ezey-view-toggle .btn-light:hover {
    background: #fff7f2;
    border-color: rgba(232, 90, 40, .35);
    color: var(--ezey-orange);
}

/* —— Pipeline / Kanban —— */
.ezey-pipeline-board {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
    align-items: start;
    overflow-x: auto;
    padding-bottom: .5rem;
}

.ezey-pipeline-col {
    min-width: 260px;
}

.ezey-pipeline-col-inner {
    background: #fff;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    min-height: 480px;
}

.ezey-pipeline-col-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: .85rem 1rem;
    font-weight: 700;
    font-size: .875rem;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.ezey-pipeline-count {
    min-width: 1.5rem;
    height: 1.5rem;
    padding: 0 .4rem;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 700;
    background: #e2e8f0;
    color: #334155;
}

.ezey-pipeline-tone-primary .ezey-pipeline-count,
.ezey-pipeline-tone-info .ezey-pipeline-count { background: #dbeafe; color: #1d4ed8; }
.ezey-pipeline-tone-warning .ezey-pipeline-count { background: #ffedd5; color: #c2410c; }
.ezey-pipeline-tone-success .ezey-pipeline-count { background: #d1fae5; color: #047857; }
.ezey-pipeline-tone-danger .ezey-pipeline-count { background: #fee2e2; color: #b91c1c; }
.ezey-pipeline-tone-secondary .ezey-pipeline-count { background: #e2e8f0; color: #475569; }

.ezey-pipeline-tone-primary,
.ezey-pipeline-tone-info { border-top: 3px solid #3b82f6; }
.ezey-pipeline-tone-warning { border-top: 3px solid #f97316; }
.ezey-pipeline-tone-success { border-top: 3px solid #10b981; }
.ezey-pipeline-tone-danger { border-top: 3px solid #ef4444; }
.ezey-pipeline-tone-secondary { border-top: 3px solid #94a3b8; }

.ezey-pipeline-list {
    flex: 1;
    padding: .75rem;
    min-height: 420px;
    max-height: 70vh;
    overflow-y: auto;
    background: #fafbfc;
}

.ezey-pipeline-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: .9rem;
    margin-bottom: .65rem;
    cursor: grab;
    transition: border-color .12s ease, box-shadow .12s ease;
}

.ezey-pipeline-card:hover {
    border-color: rgba(232, 90, 40, .4);
    box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
}

.ezey-pipeline-ghost {
    opacity: .45;
}

.ezey-pipeline-card-title {
    font-weight: 650;
    color: #0f172a;
    text-decoration: none;
    font-size: .9rem;
    line-height: 1.35;
}

.ezey-pipeline-card-title:hover {
    color: var(--ezey-orange);
}

.ezey-pipeline-card-meta {
    display: grid;
    gap: .25rem;
    color: #64748b;
    font-size: .78rem;
    margin-bottom: .65rem;
}

.ezey-pipeline-card-meta i {
    width: 1rem;
    margin-right: .35rem;
    color: #94a3b8;
}

.ezey-pipeline-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    border-top: 1px solid #f1f5f9;
    padding-top: .55rem;
    color: #94a3b8;
    font-size: .72rem;
}

.ezey-pipeline-empty {
    border: 1px dashed #d0d7e2;
    color: #94a3b8;
    text-align: center;
    padding: 1.25rem .75rem;
    font-size: .8rem;
    background: #fff;
}

@media (max-width: 992px) {
    .ezey-pipeline-board {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }
}

@media (max-width: 576px) {
    .ezey-pipeline-board {
        grid-template-columns: 1fr;
    }
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
    border-color: #d0d7e2 !important;
    min-height: 46px !important;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
    padding-left: .95rem !important;
    padding-right: 2rem !important;
    font-size: .9rem;
    color: #0f172a;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
    width: 2rem;
    right: .15rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    line-height: 44px !important;
    color: #94a3b8;
}

.select2-container--default .select2-selection--multiple {
    padding: .35rem .45rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0 !important;
    margin: 0 !important;
    padding: .2rem .45rem;
    background: #f1f5f9;
    border-color: #d0d7e2;
    line-height: 1.35;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
    height: 28px;
    min-height: 28px;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: rgba(232, 90, 40, .55) !important;
    box-shadow: 0 0 0 .2rem rgba(232, 90, 40, .12);
}

/* Form içindeki sm select’leri de aynı yüksekliğe çek */
.ezey-form .form-select-sm,
.ezey-form .form-control-sm {
    min-height: 46px;
    padding: .65rem .95rem;
    font-size: .9rem;
    border-radius: 0;
}

/* —— Login (2 kolon) —— */
html.ezey-login,
body.ezey-login-body {
    height: 100%;
    height: 100dvh;
    margin: 0;
    overflow: hidden;
    background: #fff;
    font-family: var(--ezey-font) !important;
}

.ezey-login-page,
.ezey-login-page .content-wrapper,
.ezey-login-page .content-inner,
.ezey-login-page .content {
    height: 100%;
    max-height: 100dvh;
    min-height: 0;
    overflow: hidden;
    padding: 0 !important;
}

.ezey-login-split { height: 100%; min-height: 0; }

.ezey-login-cover {
    position: relative;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    background: #f1f5f9;
}

.ezey-login-cover-media {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1.03);
}

.ezey-login-cover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(255,255,255,.55) 0%, rgba(232,90,40,.28) 48%, rgba(139,26,58,.32) 100%);
    pointer-events: none;
}

.ezey-login-cover-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3rem;
    color: var(--ezey-ink);
    max-width: 34rem;
}

.ezey-login-cover-logo {
    height: 52px;
    width: auto;
    max-width: 240px;
    object-fit: contain;
    margin-bottom: 1.75rem;
    align-self: flex-start;
    border-radius: 10px;
    background: #111;
    padding: .35rem .55rem;
}

.ezey-login-cover-title {
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: .85rem;
    color: var(--ezey-ink);
}

.ezey-login-cover-text {
    margin: 0;
    color: rgba(15, 23, 42, .82);
    font-size: 1rem;
    line-height: 1.55;
}

.ezey-login-form-col {
    background: var(--ezey-white);
    height: 100%;
    min-height: 0;
    max-height: 100dvh;
    padding: 1.5rem;
    overflow: auto;
    justify-content: center;
}

.ezey-login-form-wrap {
    width: 100%;
    max-width: 420px;
    margin: auto;
}

.ezey-login-form-footer { padding-top: 1rem; }

.ezey-login-card {
    border-radius: var(--ezey-radius) !important;
    border: 1px solid var(--ezey-line-strong) !important;
    box-shadow: var(--ezey-shadow);
}

.ezey-login-card-logo {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: var(--ezey-shadow);
}

.ezey-login-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ezey-password-toggle {
    position: absolute;
    top: 50%;
    right: .75rem;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: var(--ezey-muted);
    padding: 0;
    line-height: 1;
    z-index: 5;
}

.form-control-feedback .form-control { padding-right: 2.5rem; }

.swal2-popup { font-family: var(--ezey-font) !important; }
.swal2-actions .btn { margin: 0 .25rem; }
.swal2-confirm.btn-primary,
.swal2-confirm.btn-ezey-primary {
    background-color: var(--ezey-orange) !important;
    border-color: var(--ezey-orange) !important;
}

.ezey-flash-alert {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: .85rem 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.ezey-flash-alert .btn-close {
    margin-left: auto;
    padding: .65rem;
}

@media (max-width: 991.98px) {
    body.ezey-login-body {
        overflow: auto;
        height: auto;
        min-height: 100dvh;
    }

    .ezey-login-page,
    .ezey-login-page .content-wrapper,
    .ezey-login-page .content-inner,
    .ezey-login-page .content,
    .ezey-login-form-col {
        height: auto;
        max-height: none;
        overflow: visible;
    }

    .ezey-login-form-col {
        min-height: 100dvh;
        padding: 2rem 1.25rem;
    }

    .ezey-main-nav {
        padding-top: .75rem;
        border-top: 1px solid var(--ezey-line);
        margin-top: .75rem;
    }

    .ezey-menu .navbar-nav-link {
        width: 100%;
    }

    .ezey-menu-icon-only {
        width: auto;
        justify-content: flex-start;
        padding: .5rem .85rem !important;
        gap: .5rem;
    }

    .ezey-menu-icon-only::after {
        content: "Dashboard";
        font-size: .925rem;
        font-weight: 500;
    }
}
