/* _content/MoonwalkCRM/Components/Layout/LoginLayout.razor.rz.scp.css */

/* ─── Overall layout container ───────────────────────────────────── */
/* Sets up the two-column flex container (sidebar + main) */
.login-layout[b-gq0jrtxz3j] {
    background-color: white;
    display: flex;
    height: 100%; /* make sure parent html/body are 100% */
}


/* ─── Sidebar panel ──────────────────────────────────────────────── */
/* Full-height dark sidebar (40% width) */
.login-sidebar[b-gq0jrtxz3j] {
    height: 100vh;
    flex: 0 0 45%;
    background-color: #1F2937;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 5rem; /*this is the top padding for the logo*/
}


/* ─── Logo image inside the sidebar ─────────────────────────────── */
/* Sizes and centers the SVG/PNG logo at the top of the sidebar */
.login-logo-image[b-gq0jrtxz3j] {
    display: block;
    width: 60%;
    max-width: 600px; /* adjust to taste */
    margin: 1rem auto; /* push it down & center */
}

.login-main[b-gq0jrtxz3j] {
    flex: 1;
    display: flex;
    /* keep left-to-right alignment */
    align-items: center;
    justify-content: flex-start;
    /* add this: push content down by 10% of viewport height */
    background: #fff;
}

/* Font color in the input fields for login page */
[b-gq0jrtxz3j] .login-input .mud-input-label.mud-input-label-animated.mud-input-label-filled.mud-input-label-inputcontrol {
    color: white;
}

/* Font color in the input fields for registration & forgot password*/
[b-gq0jrtxz3j] .login-input .mud-input-label.mud-input-label-animated.mud-input-label-text.mud-input-label-inputcontrol {
    color: white;
}



[b-gq0jrtxz3j] .login-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 2rem;
}
/* _content/MoonwalkCRM/Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout.razor.css */

/* _content/MoonwalkCRM/Components/Layout/NavMenu.razor.rz.scp.css */
/* ============ Sidebar Toggler ============ */
.navbar-toggler[b-1fu8xpkf8i] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-1fu8xpkf8i] {
        background-color: rgba(255, 255, 255, 0.5);
    }


/* ============ Top Brand Row ============ */
.top-row[b-1fu8xpkf8i] {
    display: flex;
    align-items: center;
    height: 4rem;
    background-color: #1F2937 !important;
    color: white;
}

    .top-row .navbar-brand[b-1fu8xpkf8i] {
        margin: 0;
        line-height: 4rem;
        color: white !important;
    }

.navbar-brand[b-1fu8xpkf8i] {
    font-size: 1.1rem;
    padding: 1rem;
}


/* ============ Optional SVG Icon Overrides ============ */
.bi[b-1fu8xpkf8i] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-1fu8xpkf8i],
.bi-plus-square-fill-nav-menu[b-1fu8xpkf8i],
.bi-list-nested-nav-menu[b-1fu8xpkf8i] {
    background-image: url("data:image/svg+xml,..."); /* Optional */
}


/* ============ Nav Items ============ */
.nav-item[b-1fu8xpkf8i] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1fu8xpkf8i] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1fu8xpkf8i] {
        padding-bottom: 1rem;
    }

    .nav-item .mud-nav-link[b-1fu8xpkf8i] {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

[b-1fu8xpkf8i] .mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
    color: #808080;
    font-weight: 600;
    background-color: #1F2937 !important;
}

        .nav-item .mud-nav-link:hover[b-1fu8xpkf8i] {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
        }


/* ============ Sidebar Scrollable Area ============ */
.nav-scrollable[b-1fu8xpkf8i] {
    background-image: linear-gradient(180deg, #1F2937 0%, #2F3E5B 100%);
    color: white;
    height: 100vh;
    overflow-y: auto;
    padding-top: 1rem;
}

    .nav-scrollable .mud-navmenu-root[b-1fu8xpkf8i] {
        background: transparent;
    }

    .nav-scrollable .mud-nav-link[b-1fu8xpkf8i] {
        color: #d7d7d7;
    }

        .nav-scrollable .mud-nav-link.active[b-1fu8xpkf8i],
        .nav-scrollable .mud-nav-link:hover[b-1fu8xpkf8i] {
            background: rgba(255, 255, 255, 0.1);
            color: white;
        }


/* ============ Responsive Behavior ============ */
@media (min-width: 641px) {
    .navbar-toggler[b-1fu8xpkf8i] {
        display: none;
    }

    .nav-scrollable[b-1fu8xpkf8i] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}


/* ============ Top Icon + Title ============ */
.nav-title-container[b-1fu8xpkf8i] {
    display: flex;
    align-items: center;
    padding: 1rem 1rem 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #1F2937; /* Ensure this matches your sidebar bg */
}

.nav-logo[b-1fu8xpkf8i],
.nav-moon-icon[b-1fu8xpkf8i] {
    width: 30px;
    height: auto;
    margin-right: 0.5rem;
}

.nav-title-text[b-1fu8xpkf8i] {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
}

.nav-section[b-1fu8xpkf8i] {
    font-size: 1.5em;
    margin-bottom: 4vh;
}



/*spacing between groups on navbar*/
.nav-divider[b-1fu8xpkf8i] {
    height: 60vh;
    background-color: transparent;
    margin: 0;
}
/* _content/MoonwalkCRM/Components/Pages/Dashboard.razor.rz.scp.css */
/*.kpi-value {
    padding: 1rem;
    background-color: #000000;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    text-align: left;
    border-radius: 8px;
}

.kpi-value {
    height: 150px;*/ /* or whatever height you want */
    /*background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;*/ /* vertical centering */
    /*align-items: center;*/ /* horizontal centering */
    /*text-align: left;
    padding: 1rem;
}
.kpi-label {
    background-color: white;
    font-size: 1.5rem;
    color: black;
    text-align: center;
    margin-bottom: 0.25rem;
    border-radius: 8px;
}
.kpi-value {
    font-size: 1.75rem;
    font-weight: 600;
    color: black;
}*/



/*Kpi card sizing*/
.kpi-value[b-sea82oockh] {
    height: 100px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;  center vertically 
    align-items: center;  center horizontally 
    padding:1rem;
    text-align: center;
}

.kpi-label[b-sea82oockh] {
    font-size: 1rem;
    color: #6B7280;*/ /* soft gray */
    margin-bottom: 1rem;
    font-weight: 500;
    


/*.kpi-value {
    font-size: 1.75rem;
    font-weight: 600;
    color: #111827;*/ /* dark gray/black */
/*}*/


/* _content/MoonwalkCRM/Components/Pages/Deals.razor.rz.scp.css */
.deals-page[b-tqpsleuv8g] {
    background-color: #F5F5F5;
    padding: 2rem;
    min-height: 100vh;
}

.filter-row[b-tqpsleuv8g] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.filter-label[b-tqpsleuv8g] {
    font-weight: 500;
    margin-right: 0.5rem;
}

.filter-options[b-tqpsleuv8g] {
    display: flex;
    gap: 1rem;
}

.filter-option[b-tqpsleuv8g] {
    cursor: pointer;
    color: #374151;
    font-weight: 500;
}

.search-field[b-tqpsleuv8g] {
    margin-left: auto;
    min-width: 250px;
}

.clear-button[b-tqpsleuv8g] {
    color: #6B7280;
}
/* _content/MoonwalkCRM/Components/Pages/Leads.razor.rz.scp.css */
.filter-bar[b-4zvoobri0m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    gap: 1rem;
}

.filter-left[b-4zvoobri0m] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.filter-label[b-4zvoobri0m] {
    color: #6B7280;
    font-weight: 500;
}

.filter-option[b-4zvoobri0m] {
    cursor: pointer;
    color: #374151;
    font-weight: 500;
    text-transform: capitalize;
}

.filter-right[b-4zvoobri0m] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-field[b-4zvoobri0m] {
    min-width: 250px;
}

.clear-button[b-4zvoobri0m] {
    color: #374151;
    font-weight: 600;
}
