/* _content/aztecapp04302024/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0ek3981h98] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0ek3981h98] {
    flex: 1;
}

.sidebar[b-0ek3981h98] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-0ek3981h98] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-0ek3981h98] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/aztecapp04302024/Components/Layout/NavMenu.razor.rz.scp.css */
.aztec-nav[b-a0yzdvol1y] {
  background-color: #ffffff;

}

.aztec-logo[b-a0yzdvol1y] {
  height: 40px;
  width: auto;
  max-width: 150px;
  max-height: 40px;
}

.aztec-nav .navbar-toggler[b-a0yzdvol1y] {
  border: 0;
  padding: 0.5rem 0.75rem;
}

.aztec-nav .navbar-nav .nav-link[b-a0yzdvol1y] {
  padding: 0.5rem 0.75rem;
}

.aztec-nav .dropdown-menu[b-a0yzdvol1y] {
  min-width: 15rem;
}

@media (max-width: 991.98px) {
  .aztec-nav[b-a0yzdvol1y] {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .aztec-logo[b-a0yzdvol1y] {
    height: 42px;
  }

  .aztec-nav .navbar-collapse[b-a0yzdvol1y] {
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
  }

  .aztec-nav .dropdown-menu[b-a0yzdvol1y] {
    position: static;
    width: 100%;
    min-width: 0;
    max-height: 70vh;
    overflow-y: auto;
    display: block;
  }

  .aztec-nav .dropdown-toggle[b-a0yzdvol1y] {
    display: none;
  }

  .aztec-nav .dropdown-item[b-a0yzdvol1y] {
    padding: 0.6rem 1rem;
  }
}
/* _content/aztecapp04302024/Components/Pages/Home.razor.rz.scp.css */
/* Home.razor.css */
.parent-container[b-o35sd2bc3j]  .custom-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.parent-container[b-o35sd2bc3j]  .custom-table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.parent-container[b-o35sd2bc3j]  .custom-bg-warning {
    background-color: rgba(255, 193, 7, 0.25) !important;
}

.parent-container[b-o35sd2bc3j]  .custom-text-dark {
    color: #343a40 !important;
}

.parent-container[b-o35sd2bc3j]  .custom-bg-opacity-25 {
    background-color: rgba(255, 193, 7, 0.25) !important;
}

.parent-container[b-o35sd2bc3j]  .custom-bg-danger {
    background-color: rgba(220, 53, 69, 0.25) !important;
}

.parent-container[b-o35sd2bc3j]  .custom-bg-success {
    background-color: rgba(40, 167, 69, 0.25) !important;
}

.home-admin-row .qb-header[b-o35sd2bc3j] {
    gap: 1rem;
    flex-wrap: wrap;
}

.home-admin-row .qb-actions[b-o35sd2bc3j] {
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .home-admin-row .qb-header[b-o35sd2bc3j] {
        align-items: flex-start;
    }

    .home-admin-row .qb-title[b-o35sd2bc3j],
    .home-admin-row .qb-status[b-o35sd2bc3j],
    .home-admin-row .qb-actions[b-o35sd2bc3j] {
        width: 100%;
    }

    .home-admin-row .qb-env-toggle[b-o35sd2bc3j] {
        width: 100%;
    }

    .home-admin-row .qb-env-toggle .btn[b-o35sd2bc3j],
    .home-admin-row .qb-actions > .btn[b-o35sd2bc3j] {
        flex: 1 1 50%;
    }

    .home-admin-row .qb-actions[b-o35sd2bc3j] {
        gap: 0.75rem;
    }

    .home-admin-row .pm-selector[b-o35sd2bc3j] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .home-admin-row .pm-selector .form-select[b-o35sd2bc3j] {
        width: 100%;
    }
}
/* _content/aztecapp04302024/Components/Pages/LeadList.razor.rz.scp.css */
/* LeadList.razor.css */
.custom-table[b-hfsf4lu0mg] {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.custom-table-hover tbody tr:hover[b-hfsf4lu0mg] {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.custom-bg-warning[b-hfsf4lu0mg] {
    background-color: rgba(255, 193, 7, 0.25) !important;
}

.custom-text-dark[b-hfsf4lu0mg] {
    color: #343a40 !important;
}

.custom-bg-opacity-25[b-hfsf4lu0mg] {
    background-color: rgba(255, 193, 7, 0.25) !important;
}

.custom-bg-danger[b-hfsf4lu0mg] {
    background-color: rgba(220, 53, 69, 0.25) !important;
}

.custom-bg-success[b-hfsf4lu0mg] {
    background-color: rgba(40, 167, 69, 0.25) !important;
}

/* Additional styles for table elements */
.custom-table th[b-hfsf4lu0mg] {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.custom-table td[b-hfsf4lu0mg],
.custom-table th[b-hfsf4lu0mg] {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.custom-table thead th[b-hfsf4lu0mg] {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.custom-table tbody + tbody[b-hfsf4lu0mg] {
    border-top: 2px solid #dee2e6;
}
/* _content/aztecapp04302024/Components/Pages/PMDashboard.razor.rz.scp.css */
.pm-dashboard .pm-table td[b-2i6dtb4z6g],
.pm-dashboard .pm-table th[b-2i6dtb4z6g] {
    vertical-align: middle;
}

.pm-dashboard .card-header h5[b-2i6dtb4z6g] {
    line-height: 1.2;
}

@media (max-width: 767.98px) {
    .pm-dashboard .table thead[b-2i6dtb4z6g] {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .pm-dashboard .table tbody tr[b-2i6dtb4z6g] {
        display: block;
        border: 1px solid #dee2e6;
        border-radius: 0.5rem;
        margin-bottom: 0.75rem;
        padding: 0.25rem 0;
    }

    .pm-dashboard .table tbody td[b-2i6dtb4z6g] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.5rem 0.75rem;
        border: 0;
        text-align: right;
    }

    .pm-dashboard .table tbody td[b-2i6dtb4z6g]::before {
        content: attr(data-label);
        color: #6c757d;
        font-weight: 600;
        text-align: left;
    }

    .pm-dashboard .table tbody td:last-child[b-2i6dtb4z6g] {
        justify-content: flex-end;
    }
}
