/* _content/MF.Dev.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* =========================================================
   APP
   ========================================================= */

.app-layout[b-82hw1v9ov9] {
    width: 100%;
    min-height: 100vh;
}


/* =========================================================
   TOP TOOLBAR
   ========================================================= */

.main-toolbar[b-82hw1v9ov9] {
    width: 100% !important;
    height: 56px !important;
    background-color: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
    box-sizing: border-box;
    display: block;
}


/* =========================================================
   BODY
   ========================================================= */

.app-body[b-82hw1v9ov9] {
    display: flex;
    width: 100%;
    min-height: calc(100vh - 56px);
}


/* =========================================================
   SIDEBAR
   ========================================================= */

.sidebar[b-82hw1v9ov9] {
    width: 260px;
    min-width: 260px;
    height: calc(100vh - 56px);
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
    overflow: hidden;
    position: sticky;
    top: 56px;
    transition: width 0.25s ease, min-width 0.25s ease;
    z-index: 1000;
}


/* CLOSED */

.sidebar-closed[b-82hw1v9ov9] {
    width: 0;
    min-width: 0;
    border-right: 0;
}


/* OPEN */

.sidebar-open[b-82hw1v9ov9] {
    width: 260px;
    min-width: 260px;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

.main-content[b-82hw1v9ov9] {
    flex: 1;
    min-width: 0;
    background: #f5f6f8;
}


/* =========================================================
   CONTENT
   ========================================================= */

.content[b-82hw1v9ov9] {
    padding: 24px;
}


/* =========================================================
   MENU BUTTON
   ========================================================= */

.toolbar-menu-button[b-82hw1v9ov9] {
    width: 40px;
    height: 40px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
}

    .toolbar-menu-button:hover[b-82hw1v9ov9] {
        background: #f3f4f6;
    }

    .toolbar-menu-button span[b-82hw1v9ov9] {
        display: block;
        width: 20px;
        height: 2px;
        background: #444;
        border-radius: 2px;
    }


/* =========================================================
   MOBILE OVERLAY
   ========================================================= */

.sidebar-overlay[b-82hw1v9ov9] {
    display: none;
}


@media (max-width: 640.98px) {

    .app-body[b-82hw1v9ov9] {
        display: block;
    }


    /* Sidebar */

    .sidebar[b-82hw1v9ov9] {
        position: fixed;
        top: 56px;
        left: 0;
        width: 260px;
        min-width: 260px;
        height: calc(100vh - 56px);
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        z-index: 9999;
        box-shadow: 4px 0 15px rgba(0, 0, 0, 0.15);
    }


    .sidebar-open[b-82hw1v9ov9] {
        width: 260px;
        min-width: 260px;
        transform: translateX(0);
    }


    .sidebar-closed[b-82hw1v9ov9] {
        width: 260px;
        min-width: 260px;
        transform: translateX(-100%);
    }


    /* Main */

    .main-content[b-82hw1v9ov9] {
        width: 100%;
    }


    /* Overlay */

    .sidebar-overlay[b-82hw1v9ov9] {
        display: block;
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.35);
        z-index: 9998;
    }


    /* Content */

    .content[b-82hw1v9ov9] {
        padding: 16px;
    }
}
/* _content/MF.Dev.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.crm-sidebar[b-au6ebatz43] {
    width: 250px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    overflow: hidden;
    flex-shrink: 0;
    transition: width 0.2s ease;
}

    .crm-sidebar.menu-collapsed[b-au6ebatz43] {
        width: 0;
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 0;
    }


/* Header */

.nav-header[b-au6ebatz43] {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-bottom: 1px solid #eeeeee;
    flex-shrink: 0;
}

.logo[b-au6ebatz43] {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.logo-icon[b-au6ebatz43] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 6px;
    background: #696cff;
    color: white;
    font-weight: 700;
}

.logo-text[b-au6ebatz43] {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}


/* Navigation */

.nav-container[b-au6ebatz43] {
    flex: 1;
    width: 250px;
    padding: 12px 8px;
    overflow-y: auto;
    overflow-x: hidden;
}

.crm-menu[b-au6ebatz43] {
    width: 100%;
}
/* _content/MF.Dev.Web/Components/Pages/Entity/Entity.razor.rz.scp.css */
/* _content/MF.Dev.Web/Components/Pages/Entity/EntityList.razor.rz.scp.css */
.grid-page[b-4lqhp79wf4] {
    padding: 24px;
    background: #f8f9fb;
    min-height: 100%;
}

.grid-toolbar[b-4lqhp79wf4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .contacts-toolbar h2[b-4lqhp79wf4] {
        margin: 0;
        font-size: 24px;
        font-weight: 600;
    }

.text-muted[b-4lqhp79wf4] {
    color: #6c757d;
    font-size: 14px;
}

.toolbar-actions[b-4lqhp79wf4] {
    display: flex;
    gap: 10px;
}

.contacts-grid[b-4lqhp79wf4] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.status-badge[b-4lqhp79wf4] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

    .status-badge.active[b-4lqhp79wf4] {
        background: #e7f7ed;
        color: #198754;
    }

    .status-badge.inactive[b-4lqhp79wf4] {
        background: #f1f1f1;
        color: #777;
    }
/* _content/MF.Dev.Web/Components/Pages/Login.razor.rz.scp.css */
.login-page[b-5imcbvj1e4] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    font-family: "Segoe UI", sans-serif;
}

.login-card[b-5imcbvj1e4] {
    width: 420px;
    padding: 45px 40px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid #eeeeee;
}

.logo-container[b-5imcbvj1e4] {
    text-align: center;
    margin-bottom: 25px;
}

.logo[b-5imcbvj1e4] {
    width: 250px;
    height: auto;
}

.title[b-5imcbvj1e4] {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.subtitle[b-5imcbvj1e4] {
    text-align: center;
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 35px;
}

[b-5imcbvj1e4] .login-button {
    width: 100%;
    margin-top: 25px;
    height: 48px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
}

.forgot-password[b-5imcbvj1e4] {
    text-align: center;
    margin-top: 20px;
    color: #2563eb;
    cursor: pointer;
    font-size: 14px;
}

    .forgot-password:hover[b-5imcbvj1e4] {
        text-decoration: underline;
    }

.error[b-5imcbvj1e4] {
    margin-top: 15px;
    text-align: center;
    color: #dc2626;
    font-size: 14px;
}

.footer-text[b-5imcbvj1e4] {
    text-align: center;
    margin-top: 30px;
    font-size: 13px;
    color: #9ca3af;
}
