/* _content/DFW.Web.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yk4b0t53w8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yk4b0t53w8] {
    flex: 1;
}

.sidebar[b-yk4b0t53w8] {
    background: #F8F8F8;
}

.top-row[b-yk4b0t53w8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-yk4b0t53w8]  a, .top-row[b-yk4b0t53w8]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-yk4b0t53w8]  a:hover, .top-row[b-yk4b0t53w8]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-yk4b0t53w8]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar[b-yk4b0t53w8] {
    background: #f5f5f5;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-box[b-yk4b0t53w8] {
    display: flex;
    align-items: center;
    width: 350px;
}

.search-box input[b-yk4b0t53w8] {
    border-radius: 0.25rem 0 0 0.25rem;
}

.search-box .btn[b-yk4b0t53w8] {
    border-radius: 0 0.25rem 0.25rem 0;
}

.top-icons i[b-yk4b0t53w8] {
    color: #aaa;
    font-size: 18px;
    margin-left: 18px;
    cursor: pointer;
}

.top-icons i:hover[b-yk4b0t53w8] {
    color: #fff;
}

.top-icons .logout[b-yk4b0t53w8] {
    color: #f66;
}

.top-icons .logout:hover[b-yk4b0t53w8] {
    color: #ff0000;
}

.header[b-yk4b0t53w8] {
    background: #e0e0e0;
    height: 65px;
}

@media (max-width: 640.98px) {
    .top-row[b-yk4b0t53w8] {
        justify-content: space-between;
    }

    .top-row[b-yk4b0t53w8]  a, .top-row[b-yk4b0t53w8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yk4b0t53w8] {
        flex-direction: row;
    }

    .sidebar[b-yk4b0t53w8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yk4b0t53w8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-yk4b0t53w8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yk4b0t53w8], article[b-yk4b0t53w8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-yk4b0t53w8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-yk4b0t53w8] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/DFW.Web.UI/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-c7meuc5067] {
    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-c7meuc5067] {
        background-color: rgba(255, 255, 255, 0.5);
    }

        .navbar-toggler:checked ~ .nav-scrollable[b-c7meuc5067] {
            display: block;
        }

.sidebar[b-c7meuc5067] {
    border-right: 1px solid #e7e7e7;
}

    .sidebar .nav-link[b-c7meuc5067] {
        padding: 12px 20px;
        display: flex;
        align-items: center;
        font-size: 14px;
        border-bottom: 1px solid #e7e7e7;
    }

        .sidebar .nav-link i[b-c7meuc5067] {
            width: 20px;
            text-align: center;
            margin-right: 10px;
        }

        .sidebar .nav-link.active[b-c7meuc5067],
        .sidebar .nav-link:hover[b-c7meuc5067] {
            background: #f5f5f5;
            font-weight: 600;
        }

            .sidebar .nav-link.active i[b-c7meuc5067] {
                color: #198754;
            }

    .sidebar .badge[b-c7meuc5067] {
        font-size: 12px;
    }

.navbar-brand img[b-c7meuc5067] {
    max-width: 60%;
    max-height: 100%;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c7meuc5067] {
        display: none;
    }

    .nav-scrollable[b-c7meuc5067] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}


@media (max-width: 641px) {
    .mobile_nav[b-c7meuc5067] {
        display: none;
    }
}
/* _content/DFW.Web.UI/Components/Pages/Dashboard.razor.rz.scp.css */

.dashboard-title[b-qz5rm5wp6b] {
    font-weight: 600;
    margin-bottom: 20px;
}

.info-box[b-qz5rm5wp6b] {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-header[b-qz5rm5wp6b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    color: #fff;
}

    .info-header i[b-qz5rm5wp6b] {
        font-size: 60px;
        margin-right: 10px;
    }

.info-body[b-qz5rm5wp6b] {
    padding: 0 15px 10px 15px;
    color: #fff;
    font-size: 14px;
}

.info-footer[b-qz5rm5wp6b] {
    background: #f8f9fa;
    padding: 12px 10px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .info-footer a[b-qz5rm5wp6b] {
        margin-right: 8px;
        text-decoration: none;
        font-weight: 500;
        color: inherit;
    }

.last-login[b-qz5rm5wp6b] {
    background: #f5f5f5;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
}

/* Colors like image */
.bg-lead[b-qz5rm5wp6b] {
    background: #337ab7;
}
/* Blue */
.bg-customer[b-qz5rm5wp6b] {
    background: #5cb85c;
}
/* Green */
.bg-invoice[b-qz5rm5wp6b] {
    background: #f0ad4e;
}
/* Orange */
.bg-rmr[b-qz5rm5wp6b] {
    background: #d9534f;
}
/* Red */

/* Outer panel that contains the whole report */
.report-panel[b-qz5rm5wp6b] {
    background: var(--card-bg);
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(20,20,20,0.03);
}

.report-header[b-qz5rm5wp6b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 1px solid #eee;
    background-color: #f4f5f8;
    border-radius: 5px 5px;
}

    .report-header h3[b-qz5rm5wp6b] {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }

    .report-header .filter[b-qz5rm5wp6b] {
        min-width: 160px;
    }

        .report-header .filter select.form-select[b-qz5rm5wp6b] {
            height: 32px;
            padding: 3px 8px;
            font-size: 13px;
        }
/* _content/DFW.Web.UI/Components/Pages/Home.razor.rz.scp.css */
body[b-a7s99hj7st] {
    font-family: "Open Sans", Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

.home_page_container[b-a7s99hj7st] {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background: #f2f2f2;
    overflow-x: hidden;
    min-height: 700px;
}

.home_page_header[b-a7s99hj7st] {
    width: 100%;
    float: left;
    padding-top: 25px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #4ba020 0%, #4ca126 50%, #454545 100%);
}

    .home_page_header[b-a7s99hj7st]::after {
        position: absolute;
        content: '';
        pointer-events: none;
        bottom: -50%;
        left: -25%;
        width: 150%;
        height: 50%;
        background: #f2f2f2;
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
        -webkit-transform-origin: 2% 0;
        transform-origin: 2% 0;
    }

.home_page_inner_container[b-a7s99hj7st] {
    width: 80%;
    margin: auto;
    display: table;
    position: relative;
}

.home_page_logo_div[b-a7s99hj7st] {
    float: left;
    background-color: #fbfbfb;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #000;
}

    .home_page_logo_div img[b-a7s99hj7st] {
        max-height: 50px;
        width: auto;
    }

.home_page_top_menu_div[b-a7s99hj7st] {
    float: right;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    padding: 15px 0px;
}

    .home_page_top_menu_div a[b-a7s99hj7st] {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .home_page_top_menu_div .site_link[b-a7s99hj7st] {
        margin-right: 30px;
        text-transform: uppercase;
    }

.home_page_100p[b-a7s99hj7st] {
    width: 100%;
    float: left;
}

.home_page_header_content_left[b-a7s99hj7st] {
    width: 55%;
    float: left;
    line-height: 40px;
    font-size: 34px;
    text-align: left;
    color: #fff;
    position: relative;
    padding-top: 100px;
}

.home_page_header_content_right[b-a7s99hj7st] {
    width: 45%;
    float: left;
    text-align: right;
}

    .home_page_header_content_right img[b-a7s99hj7st] {
        width: 100%;
    }

.home_page_padding_top[b-a7s99hj7st] {
    padding-top: 30px;
}

.home_page_main_info[b-a7s99hj7st] {
    width: 100%;
    float: left;
    margin: auto;
    background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 100%);
    padding-bottom: 50px;
}

.home_page_main_info_container_header[b-a7s99hj7st] {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 34px;
    padding-top: 70px;
    padding-bottom: 20px;
    color: #2ca01c;
}

.home_page_main_info i[b-a7s99hj7st] {
    font-size: 45px;
    color: #2ca01c;
}

.home_page_main_info_container_subheader[b-a7s99hj7st] {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 60px;
    color: #808080;
}

.home_page_feature_div[b-a7s99hj7st] {
    width: 33.33%;
    float: left;
    text-align: center;
    padding-bottom: 40px;
    cursor: pointer
}

.home_page_feature_text[b-a7s99hj7st] {
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 15px;
    color: #808080;
}

.demo_contact_form_container[b-a7s99hj7st] {
    width: 100%;
    float: left;
    margin: auto;
    background-color: #f2f2f2;
    padding-top: 75px;
    padding-bottom: 30px;
}

.demo_contact_form_left[b-a7s99hj7st] {
    width: 50%;
    float: left;
    text-align: center;
}

    .demo_contact_form_left img[b-a7s99hj7st] {
        width: 350px;
    }

.demo_contact_form_right[b-a7s99hj7st] {
    width: 50%;
    float: left;
}

    .demo_contact_form_right .home_page_main_info_container_subheader[b-a7s99hj7st] {
        text-align: left;
        padding-bottom: 20px;
    }

    .demo_contact_form_right .home_page_main_info_container_header[b-a7s99hj7st] {
        padding-top: 0px;
    }

    .demo_contact_form_right input[b-a7s99hj7st] {
        height: 45px;
        border-radius: 0px;
        margin-bottom: 20px;
    }

.home_page_submit_btn[b-a7s99hj7st] {
    width: 170px;
    float: right;
    background-color: #8cbf3f;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

    .home_page_submit_btn:hover[b-a7s99hj7st] {
        background-color: #9fe124;
    }

.home_page_footer[b-a7s99hj7st] {
    width: 100%;
    float: left;
    padding: 25px;
    position: relative;
    background: linear-gradient(to right, #4ba020 0%, #4ca126 50%, #454545 100%);
}

.footer_content[b-a7s99hj7st] {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.required[b-a7s99hj7st] {
    border: 1px solid red;
}

@media (max-width: 1024px) {

    .home_page_main_info_container_header[b-a7s99hj7st] {
        font-size: 28px;
    }

    .home_page_header_content_left[b-a7s99hj7st] {
        font-size: 27px;
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    .home_page_header_content_left[b-a7s99hj7st] {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 20px;
        text-align: center;
    }

    .home_page_header_content_right[b-a7s99hj7st] {
        width: 100%;
        text-align: center;
    }

    .demo_contact_form_left[b-a7s99hj7st] {
        width: 100%;
        padding-bottom: 20px;
    }

    .demo_contact_form_right[b-a7s99hj7st] {
        width: 100%;
    }

        .demo_contact_form_right .home_page_main_info_container_header[b-a7s99hj7st] {
            padding-bottom: 0px;
        }

        .demo_contact_form_right .home_page_main_info_container_subheader[b-a7s99hj7st] {
            text-align: center;
        }
}

@media (max-width: 414px) {
    .home_page_logo_div[b-a7s99hj7st] {
        float: none;
        width: 172px;
        margin: auto;
    }

    .home_page_top_menu_div[b-a7s99hj7st] {
        float: none;
        width: 320px;
        margin: auto;
        text-align: center;
    }

    .home_page_inner_container[b-a7s99hj7st] {
        width: 90%;
    }

    .home_page_header_content_left[b-a7s99hj7st] {
        font-size: 22px;
        line-height: 30px;
    }

    .home_page_main_info_container_header[b-a7s99hj7st] {
        padding-top: 20px;
    }

    .home_page_main_info_container_subheader[b-a7s99hj7st] {
        font-size: 15px;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .home_page_main_info[b-a7s99hj7st] {
        padding-bottom: 0px;
    }

    .home_page_feature_div[b-a7s99hj7st] {
        width: 50%;
        height: 120px;
    }
}

@media (max-width: 375px) {
    .home_page_header_content_left[b-a7s99hj7st] {
        font-size: 18px;
    }

    .demo_contact_form_left img[b-a7s99hj7st] {
        width: 100%;
    }
}
/* _content/DFW.Web.UI/Components/Pages/Lead.razor.rz.scp.css */
.table-responsive[b-1bl0ow8lo0] {
    height: 75vh;
}
/* _content/DFW.Web.UI/Components/Pages/Login.razor.rz.scp.css */
.login-panel[b-a4qzi300it] {
    margin-top: 25%;
}

.text-security-disk[b-a4qzi300it] {
    -webkit-text-security: disc !important;
}
.modal_title_icon h4[b-a4qzi300it] {
    text-align: center;
    font-size: 40px;
    color: #e3e307;
}
.modal_title_icon .modal-body[b-a4qzi300it] {
    text-align: center;
}
/* _content/DFW.Web.UI/Components/UI/DashboardTableSmall.razor.rz.scp.css */
/* Outer panel that contains the whole report */
.report-panel[b-cynluywcrv] {
    background: var(--card-bg);
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(20,20,20,0.03);
}

.report-header[b-cynluywcrv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 1px solid #eee;
    background-color: #f4f5f8;
    border-radius: 5px 5px;
}

.report-header h3[b-cynluywcrv] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.report-header .filter[b-cynluywcrv] {
    min-width: 160px;
}

.report-header .filter select.form-select[b-cynluywcrv] {
    height: 32px;
    padding: 3px 8px;
    font-size: 13px;
}

/* Card containers */
.report-card[b-cynluywcrv] {
    position: relative;
    border-radius: 6px;
    padding: 18px 18px 14px 18px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(10,10,10,0.03);
    border: 2px solid rgba(0,0,0,0.03);
    margin-bottom: 18px;
}

.report-card .pill[b-cynluywcrv] {
    position: absolute;
    top: -12px;
    left: 16px;
    padding: 6px 12px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

/* colored variants */
.card-green[b-cynluywcrv] {
    border-color: rgba(46,155,79,0.25);
}

.card-green .pill[b-cynluywcrv] {
    background: #2e9b4f;
}

.card-red[b-cynluywcrv] {
    border-color: rgba(227,75,75,0.18);
}

.card-red .pill[b-cynluywcrv] {
    background: #d9534f;
}

/* Tables */
.report-table[b-cynluywcrv] {
    margin-top: 6px;
}

.report-table .table[b-cynluywcrv] {
    margin-bottom: 0;
    border: none;
}

.report-table thead th[b-cynluywcrv] {
    background: #fafafa;
    font-weight: 700;
    font-size: 13px;
    border-top: 0;
    padding: 8px 10px;
    text-align: center;
    color: #444;
}

.report-table tbody td[b-cynluywcrv] {
    padding: 10px;
    vertical-align: middle;
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
}
/* first column = row label (Today/Week/...) */
.report-table tbody td:first-child[b-cynluywcrv] {
    text-align: left;
    color: #333;
    font-weight: 600;
    width: 160px;
}
/* other numeric columns center */
.report-table tbody td:not(:first-child)[b-cynluywcrv] {
    text-align: center;
}

/* alternating subtle rows like the screenshot */
.report-table tbody tr:nth-child(odd) td[b-cynluywcrv] {
    background: var(--muted-row);
}

.report-table tbody tr:nth-child(even) td[b-cynluywcrv] {
    background: transparent;
}

/* stat colors */
.stat-down[b-cynluywcrv] {
    color: var(--red);
    font-weight: 700;
}

.stat-up[b-cynluywcrv] {
    color: var(--green);
    font-weight: 700;
}

/* helpers for small arrow */
.arrow[b-cynluywcrv] {
    font-size: 12px;
    margin-left: 4px;
    opacity: 0.95;
}

/* responsive: allow table horizontal scroll on small screens */
.table-responsive[b-cynluywcrv] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* small screens: adjust pill placement and spacing */
@media (max-width: 767.98px) {
    .report-header[b-cynluywcrv] {
        flex-direction: column;
        align-items: flex-start;
    }

    .report-header .filter[b-cynluywcrv] {
        width: 100%;
    }

    .report-card[b-cynluywcrv] {
        padding-top: 26px;
    }

    .report-card .pill[b-cynluywcrv] {
        left: 12px;
        top: -14px;
        font-size: 12px;
        padding: 5px 10px;
    }

    .report-table tbody td:first-child[b-cynluywcrv] {
        width: 120px;
    }
}
/* _content/DFW.Web.UI/Components/UI/Pagination.razor.rz.scp.css */
.active > .page-link[b-gadycejsfn], .page-link[b-gadycejsfn] {
    color: #000;
}

.active > .page-link[b-gadycejsfn], .page-link.active[b-gadycejsfn] {
    color: var(--bs-pagination-active-color);
    background-color: #198754;
    border-color: #198754;
}
