@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Shared/Components/LeadSearch/Search.razor.rz.scp.css */
.selector-button[b-2ghemeal8j]{
    cursor:pointer;
    padding:12px;
    padding-left:16px;
    padding-right:14px;
    border:1px solid #a4a4a4;
    border-radius:4px;
    font-size:28px;
}

.selector-button h1[b-2ghemeal8j]{
    font-size:28px;
    margin:0px;
    padding:0px;
    margin-top:4px;
}

.selector-button:hover[b-2ghemeal8j] {
    /*opacity:.4;*/
    background-color: #f1ece9;
}

.selector-text[b-2ghemeal8j]{
    font-size:28px;
}
.selector-text h1[b-2ghemeal8j]{
    font-size:28px;
    margin:0px;
    padding:0px;
    margin-top:4px;
}

.selector-button-sm[b-2ghemeal8j] {
    cursor:pointer;
    padding:6px;
    padding-left:12px;
    padding-right:6px;
    border:1px solid #a4a4a4;
    border-radius:4px;
    font-size:14px;
}
.selector-button-sm:hover[b-2ghemeal8j] {
    /*opacity:.4;*/
    background-color: #f1ece9;
}

.selector-button-reset[b-2ghemeal8j] {
    opacity: .75;
    cursor:pointer;
    padding:6px;
    padding-left:12px;
    padding-right:12px;
    background-color: #d2d2d2; /*#ffe8a1;*/
    border:1px solid #696969; /*#ffc107;*/
    border-radius:4px;
    font-size:14px;
}
.selector-button-reset:hover[b-2ghemeal8j] {
    /*opacity:.4;*/
    background-color: #aaaaaa  /*#ffc107;*/
}


.lead-type-icon[b-2ghemeal8j]{
    height: 38px;
    width: 38px;
    margin-right: 12px;
}

.state-icon[b-2ghemeal8j]{
    height: 38px;
    width: 38px;
    margin-right: 6px;
}

.page-divider[b-2ghemeal8j]{
    background-color:black;
    margin:6px;
}

.lead-search-description h2[b-2ghemeal8j]{
    padding:0px;
    margin: 0px;
    font-size:14px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-49rc1pnord] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-49rc1pnord] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-49rc1pnord] {
    font-size: 1.1rem;
}

.oi[b-49rc1pnord] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-49rc1pnord] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-49rc1pnord] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-49rc1pnord] {
        padding-bottom: 1rem;
    }

    .nav-item[b-49rc1pnord]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 2.6rem;
        display: flex;
        align-items: center;
        line-height: 2.6rem;
    }

.nav-item[b-49rc1pnord]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-49rc1pnord]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse[b-49rc1pnord] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-49rc1pnord] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/PublicLayout.razor.rz.scp.css */
.public[b-h5cd3hot3s] {
    flex: 1;
    flex-direction: row;
}
/* /Shared/PublicPackageLayout.razor.rz.scp.css */
.page[b-twrq1tqblj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-twrq1tqblj] {
        display: none;
    }

    .top-row.auth[b-twrq1tqblj] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row[b-twrq1tqblj], article[b-twrq1tqblj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/PublicSearchLayout.razor.rz.scp.css */
.page[b-ko0511vwy3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.underline-on-hover:hover[b-ko0511vwy3] {
    text-decoration: underline;
}

.opacity-on-hover:hover[b-ko0511vwy3] {
    opacity: .45;
}

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ko0511vwy3] {
        display: none;
    }

    .top-row.auth[b-ko0511vwy3] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row[b-ko0511vwy3], article[b-ko0511vwy3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/SecureLayout.razor.rz.scp.css */
.page[b-o2m7d40933] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.opacity-on-hover:hover[b-o2m7d40933] {
    opacity: .45;
}

.sidebar[b-o2m7d40933] {
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, #3c3c3c 70%);
}

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-o2m7d40933] {
        display: none;
    }

    .top-row.auth[b-o2m7d40933] {
        justify-content: space-between;
    }

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

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

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

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

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

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