/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-mj3r1y4zfs] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-mj3r1y4zfs] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.sidebar[b-mj3r1y4zfs] {
    height: 100vh;
    position: sticky;
    top: 0;
}

.top-row[b-mj3r1y4zfs] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mj3r1y4zfs]  a, .top-row[b-mj3r1y4zfs]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-mj3r1y4zfs]  a:hover, .top-row[b-mj3r1y4zfs]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-mj3r1y4zfs]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-mj3r1y4zfs] {
        justify-content: space-between;
    }

        .top-row[b-mj3r1y4zfs]  a, .top-row[b-mj3r1y4zfs]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-mj3r1y4zfs] {
        flex-direction: row;
    }

    .top-row[b-mj3r1y4zfs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-mj3r1y4zfs]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
}

#blazor-error-ui[b-mj3r1y4zfs] {
    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-mj3r1y4zfs] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.attachment-drop-area[b-mj3r1y4zfs] {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    margin: 1em 0;
    background-color: #f9f9f9;
    transition: border-color 0.2s ease-in-out;
}

    .attachment-drop-area.drag-over[b-mj3r1y4zfs] {
        border-color: #007acc;
        background-color: #eef7ff;
    }

.upload-label[b-mj3r1y4zfs] {
    color: #007acc;
    cursor: pointer;
    text-decoration: underline;
}

.file-list[b-mj3r1y4zfs] {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.send-button[b-mj3r1y4zfs] {
    margin-top: 10px;
    padding: 8px 16px;
    font-weight: bold;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7t9so1y1lj] {
    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-7t9so1y1lj] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-7t9so1y1lj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7t9so1y1lj] {
    font-size: 1.1rem;
}

.bi[b-7t9so1y1lj] {
    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-7t9so1y1lj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-7t9so1y1lj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-7t9so1y1lj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-7t9so1y1lj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-7t9so1y1lj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-7t9so1y1lj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-7t9so1y1lj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-7t9so1y1lj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}


.nav-item[b-7t9so1y1lj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7t9so1y1lj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7t9so1y1lj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7t9so1y1lj]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-7t9so1y1lj]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-7t9so1y1lj]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-7t9so1y1lj] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7t9so1y1lj] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7t9so1y1lj] {
        display: none;
    }

    .nav-scrollable[b-7t9so1y1lj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* Sidebar base */
.sidebar[b-7t9so1y1lj] {
    background-color: #2ca587; /* Deep Slate Blue */
    color: #ffffff;
    font-weight: bold;
    width: 220px;
    transition: width 0.3s ease;
    overflow-x: hidden;
    /* .nav-scrollable is named for scrolling, but nothing ever actually constrained it - with
       enough nav items to exceed one viewport's height, the menu visually overflowed past this
       fixed 100vh box. Unlike a clipped/internally-scrolled overflow, that spillover added to the
       page's own scrollable area, forcing the whole page to scroll instead of just this sidebar. */
    overflow-y: auto;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    height: 100vh;
}

    /* Collapsed state */
    .sidebar.collapsed[b-7t9so1y1lj] {
        width: 25px;
    }

        /* Hide text when collapsed */
        .sidebar.collapsed .menu-text[b-7t9so1y1lj] {
            display: none;
        }

    .sidebar h2[b-7t9so1y1lj], .sidebar i[b-7t9so1y1lj], .menu-text[b-7t9so1y1lj] {
        color: #ffffff; /* Clean and compliant */
    }

    .sidebar.collapsed .menu-text[b-7t9so1y1lj] {
        display: none;
    }

    .sidebar a:hover[b-7t9so1y1lj], .sidebar a.active[b-7t9so1y1lj] {
        background-color: #5661A6; /* Slightly lighter, still contrast-safe */
    }
/* Sidebar toggle button */
.sidebar-toggle[b-7t9so1y1lj] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    margin: 10px;
}

/* Pin button style */
.pin-btn[b-7t9so1y1lj] {
    position: absolute;
    bottom: 20px;
    left: 10px;
}

.custom-top-row[b-7t9so1y1lj] {
    background-color: rgba(0, 0, 0, 0.4); /* same as top-row */
    padding: 0.5rem;
    display: flex;
    justify-content: center; /* center horizontally */
    align-items: center;
}
/* /Components/Pages/AddressCompanyContactDisplay.razor.rz.scp.css */
.page-container[b-tb1grbxyom] {
    padding:20px;
    width:100%;
}

.page-title[b-tb1grbxyom]{
    font-size:28px;
    font-weight:600;
    margin-bottom:20px;
}

.crm-grid-container[b-tb1grbxyom] {
    width: 100%;
    max-height: 500px;
    overflow-x: scroll;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    background: white;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
}

.crm-grid[b-tb1grbxyom]{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
}

.crm-grid thead[b-tb1grbxyom]{
    position:sticky;
    top:0;
    z-index:1;
}

.crm-grid th[b-tb1grbxyom]{
    background:#2c3e50;
    color:white;
    padding:14px;
    text-align:left;
    font-weight:600;
    font-size:14px;
    border-right:1px solid rgba(255,255,255,.2);
}

.crm-grid td[b-tb1grbxyom]{
    padding:12px;
    border-bottom:1px solid #ececec;
    vertical-align:top;
    font-size:14px;
    word-wrap:break-word;
}

.crm-grid tr:hover[b-tb1grbxyom]{
    background:#f5f9ff;
    cursor:pointer;
}

.crm-grid tr:nth-child(even)[b-tb1grbxyom]{
    background:#fafafa;
}

.address-cell[b-tb1grbxyom]{
    min-width:320px;
    line-height:1.4;
}
.cStZip[b-tb1grbxyom]{
    max-width: 100px;
}
.company-cell[b-tb1grbxyom] {
    min-width: 180px;
    font-weight: 600;
}
    .company-cell img[b-tb1grbxyom]{
        max-height:25px;
    }

    .description-cell[b-tb1grbxyom] {
        max-width: 250px;
        color: #666;
        font-size: 13px;
    }

.contact-cell[b-tb1grbxyom]{
    min-width:180px;
}

.title-cell[b-tb1grbxyom]{
    width:140px;
}

.greeting-cell[b-tb1grbxyom]{
    max-width:150px;
}

.loading-message[b-tb1grbxyom],
.empty-message[b-tb1grbxyom]{
    padding:30px;
    text-align:center;
    color:#777;
    font-size:16px;
}

@media(max-width:1000px){

    .crm-grid[b-tb1grbxyom]{
        font-size:12px;
    }

    .crm-grid th[b-tb1grbxyom],
    .crm-grid td[b-tb1grbxyom]{
        padding:8px;
    }
}
.searchDialog[b-tb1grbxyom] {
    position: absolute;
    background-color: white;
    border: 1px green solid;
    border-radius: 15px;
    top: 20px;
    left: 200px;
    height: 600px;
    width: 950px;
    z-index: 2300;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
/* /Components/Pages/AddressDetail.razor.rz.scp.css */

/* /Components/Pages/AddressSection.razor.rz.scp.css */
.addressDisplay[b-xjtjrd2r73] {
    padding: 5px;
    list-style: none;
    position: relative;
}

    .addressDisplay li[b-xjtjrd2r73] {
        vertical-align: top;
        list-style: none;
    }

    .addressDisplay ol[b-xjtjrd2r73] {
        padding: 0;
        list-style: none;
    }

        .addressDisplay ol li[b-xjtjrd2r73] {
            padding: 0;
            display: list-item;
            list-style: none;
        }

            .addressDisplay ol li ul[b-xjtjrd2r73] {
                padding: 0;
            }

                .addressDisplay ol li ul li[b-xjtjrd2r73] {
                    padding: 0;
                    display: inline-block;
                    list-style: none;
                }

                    .addressDisplay ol li ul li ul li[b-xjtjrd2r73] {
                        padding: 0;
                        display: list-item;
                        list-style: none;
                    }
/* /Components/Pages/BreadCrumbs.razor.rz.scp.css */
/* Add to your site CSS */
.trail-grid-container[b-43ecr4cidz] {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 columns */
    gap: 10px;
}

.trailView[b-43ecr4cidz] {
    border: 2px solid #80bab3;
    padding: 8px;
    background: #f8f8f8;
}

.trailView[b-43ecr4cidz] {
    border: 1px blue solid;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #5c7c99;
    height: 100px;
    width: 300px;
    position: relative;
    padding: 5px;
    overflow: hidden;
}

.tableDisplay[b-43ecr4cidz] {
    list-style: none;
    padding: 5px;
}

    .tableDisplay li[b-43ecr4cidz] {
        list-style: none;
        vertical-align: top;
    }

        .tableDisplay li ul[b-43ecr4cidz] {
            padding-left: 0;
        }

            .tableDisplay li ul li[b-43ecr4cidz] {
                display: inline-block;
                padding-left: 0;
            }

                .tableDisplay li ul li img[b-43ecr4cidz] {
                    float: left;
                }

    .tableDisplay img[b-43ecr4cidz] {
        position: absolute;
        bottom: 5px;
        right: 5px;
        height: 25px;
        cursor: pointer;
    }

    .tableDisplay textarea[b-43ecr4cidz] {
        min-width: 500px;
        min-height: fit-content;
    }

    .tableDisplay .tableRow:nth-child(odd):not(.headerRow)[b-43ecr4cidz] {
        background-color: #e6f3ff; /* light blue */
    }
/* /Components/Pages/CalendarInviteView.razor.rz.scp.css */
/* Container */
.calendar-invite[b-3yvb73gqcg] {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 1rem 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    font-family: system-ui, sans-serif;
}

    /* Header */
    .calendar-invite .method[b-3yvb73gqcg] {
        text-transform: uppercase;
        font-size: 0.75rem;
        color: #666;
        margin-bottom: 0.25rem;
        letter-spacing: 0.05em;
    }

    .calendar-invite h2[b-3yvb73gqcg] {
        font-size: 1.25rem;
        margin: 0.25rem 0 0.5rem;
        font-weight: 600;
        color: #222;
    }

    /* Meta info */
    .calendar-invite .meta[b-3yvb73gqcg] {
        font-size: 0.9rem;
        color: #444;
        margin: 0.25rem 0;
    }

        .calendar-invite .meta strong[b-3yvb73gqcg] {
            font-weight: 600;
        }

    /* Description */
    .calendar-invite .description[b-3yvb73gqcg] {
        margin: 0.5rem 0;
        font-size: 0.9rem;
        line-height: 1.4;
        white-space: pre-wrap;
    }

    /* Attendees */
    .calendar-invite ul.attendees[b-3yvb73gqcg] {
        margin: 0.5rem 0 0.5rem 1.25rem;
        padding: 0;
        font-size: 0.9rem;
        color: #333;
    }

        .calendar-invite ul.attendees li[b-3yvb73gqcg] {
            margin-bottom: 0.25rem;
        }

    /* Actions */
    .calendar-invite .actions[b-3yvb73gqcg] {
        margin-top: 0.75rem;
        display: flex;
        gap: 0.5rem;
    }

        .calendar-invite .actions a[b-3yvb73gqcg],
        .calendar-invite .actions button[b-3yvb73gqcg] {
            font-size: 0.85rem;
            padding: 0.35rem 0.75rem;
            border-radius: 0.25rem;
            border: 1px solid #ccc;
            cursor: pointer;
            background: #f9f9f9;
            transition: background 0.2s, color 0.2s;
        }

            .calendar-invite .actions a:hover[b-3yvb73gqcg],
            .calendar-invite .actions button:hover[b-3yvb73gqcg] {
                background: #eee;
            }

            .calendar-invite .actions button.accept[b-3yvb73gqcg] {
                background: #2d8659;
                color: white;
                border: none;
            }

                .calendar-invite .actions button.accept:hover[b-3yvb73gqcg] {
                    background: #256d47;
                }

            .calendar-invite .actions button.tentative[b-3yvb73gqcg] {
                background: #d6a53b;
                color: white;
                border: none;
            }

                .calendar-invite .actions button.tentative:hover[b-3yvb73gqcg] {
                    background: #b68529;
                }

            .calendar-invite .actions button.decline[b-3yvb73gqcg] {
                background: #c0392b;
                color: white;
                border: none;
            }

                .calendar-invite .actions button.decline:hover[b-3yvb73gqcg] {
                    background: #a93226;
                }

.cal[b-3yvb73gqcg] {
    height: 35px;
    width: auto;
    float: left;
}

.icsBoarder[b-3yvb73gqcg] {
    padding: 10px;
    border: solid 2px #b1fbf7;
    max-height: 500px;
    overflow-y: scroll;
    border-radius: 25px;
    cursor: auto;
}

    .icsBoarder button[b-3yvb73gqcg] {
        border-radius: 15px;
        border: 2px solid #2d8659;
        background-color: #2d8659;
        color: white;
        margin-left: 10px;
        margin-bottom: 10px;
        box-shadow: 5px 5px 5px #5c7c99;
    }
/* /Components/Pages/ContactModal.razor.rz.scp.css */
.modal-overlay[b-ojzp7mlsdx] {
    position: fixed;
    top: 50px;
    left: 50px;
    width: fit-content;
    background: white;
    border-radius: 15px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
    padding: 10px;
    z-index: 1000;
}

.modal-header[b-ojzp7mlsdx] {
    display: relative;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 5px;
}

    .modal-header .img1[b-ojzp7mlsdx] {
        height: 25px;
        width: 25px;
        position: absolute;
        right: 40px;
        cursor: pointer;
        top:15px;
    }

    .modal-header .img2[b-ojzp7mlsdx] {
        height: 30px;
        width: 30px;
        position: absolute;
        right: 65px;
        cursor: pointer;
        top: 13px;
    }

.modal-content[b-ojzp7mlsdx] {
    font-size: 13px;
    cursor: auto;
}

.input-group[b-ojzp7mlsdx] {
    margin: 4px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .input-group .otherLabel[b-ojzp7mlsdx] {
        width: 250px;
    }

    .input-group label[b-ojzp7mlsdx] {
        width: 85px;
        white-space: nowrap;
    }

    .input-group .label2[b-ojzp7mlsdx] {
        width: 250px;
        white-space: nowrap;
    }

    .input-group input[type="text"][b-ojzp7mlsdx] {
        width: 150px
    }

    .input-group textarea[b-ojzp7mlsdx] {
        width: 100%;
        height: 50px;
    }

.input-full[b-ojzp7mlsdx] {
    width: 150px;
    box-sizing: border-box;
}

.btn-save[b-ojzp7mlsdx] {
    border-radius: 10px;
    background-color: #e15454;
    border: none;
    font-size: 18px;
    cursor: pointer;
    height: 30px;
}
/* /Components/Pages/ContactPage.razor.rz.scp.css */
.contactBlock[b-1233cv82yc] {
    max-width: 500px;
    position: center;
    padding: 20px;
}

    .contactBlock mb-3[b-1233cv82yc] {
        white-space: nowrap;
    }
/* /Components/Pages/Contacts.razor.rz.scp.css */

.headerRow[b-xpnav43wit] {
    font-weight: bold;
    border-bottom: 2px solid #333;
    background: #80bab3;
    color: white;
}

    .headerRow ol[b-xpnav43wit] {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .headerRow ol li[b-xpnav43wit] {
            list-style: none;
            display: inline-block;
            padding-left: 0;
        }

.tableDisplay[b-xpnav43wit] {
    list-style: none;
    padding: 5px;
}

    .tableDisplay .tableRow:nth-child(odd):not(.headerRow)[b-xpnav43wit] {
        background-color: #e6f3ff; /* light blue */
    }

    .tableDisplay li[b-xpnav43wit] {
        list-style: none;
    }

        .tableDisplay li ul[b-xpnav43wit] {
            padding-left: 0;
        }

            .tableDisplay li ul li[b-xpnav43wit] {
                display: inline-block;
                padding-left: 0;
            }

    .tableDisplay .imageButton[b-xpnav43wit] {
        cursor: pointer;
        height: 25px;
        width: 25px;
    }

    .tableDisplay img[b-xpnav43wit] {
        height: 25px;
    }

.hidden[b-xpnav43wit] {
    display: none;
}

.iconContainer[b-xpnav43wit] {
    border: 1px red solid;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #5c7c99;
    height: auto;
    width: auto;
    overflow: hidden;
    padding: 3px;
}

    .iconContainer img[b-xpnav43wit] {
        display: inline-block;
        margin-right: 3px;
        cursor: pointer;
        height: 25px;
        width: 25px;
    }

.freeIcon[b-xpnav43wit] {
    cursor: pointer;
    height: 25px;
}
/* /Components/Pages/Crumbs.razor.rz.scp.css */
img[b-hweq80t012] {
    height: 45px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
}
/* /Components/Pages/CSV_Upload.razor.rz.scp.css */
.companySection[b-iscw58gvyo] {
    border: 1px solid red;

}
.addressImportDisplay[b-iscw58gvyo] {
    padding: 5px;
    list-style: none;
    position: relative;
}

    .addressImportDisplay li[b-iscw58gvyo] {
        vertical-align: top;
        list-style: none;
    }

    .addressImportDisplay ol[b-iscw58gvyo] {
        padding: 0;
        list-style: none;
    }

        .addressImportDisplay ol li[b-iscw58gvyo] {
            padding: 0;
            display: list-item;
            list-style: none;
        }

            .addressImportDisplay ol li ul[b-iscw58gvyo] {
                padding: 0;
            }

                .addressImportDisplay ol li ul li[b-iscw58gvyo] {
                    padding: 0;
                    display: inline-block;
                    list-style: none;
                    min-width:200px;
                }

                    .addressImportDisplay ol li ul li ul li[b-iscw58gvyo] {
                        padding: 0;
                        display: inline-block;
                        list-style: none;
                    }
/* /Components/Pages/EmailCenter.razor.rz.scp.css */


.email-center[b-mvrm9eos5f] {
    position: fixed;
    top: 0px;
    right: 5px;
    width: fit-content;
    max-height: 600px;
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px;
    overflow: hidden;
    resize: both;
    direction: rtl;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.emailContentWrapper[b-mvrm9eos5f] {
    display: flex;
    flex-direction: row;
    direction: ltr;
    gap: 12px;
    flex-grow: 1;
    overflow: hidden;
}

.emailContainer[b-mvrm9eos5f] {
    overflow-y: auto;
    flex-grow: 1;
    max-height: 400px; /* adjust based on total emailCenter height */
    direction: ltr;
    background-color: #f7f1f1;
    width:750px;
}

.emailBody[b-mvrm9eos5f] {
    display: flex;
    flex-direction: column;
}

.headerRow[b-mvrm9eos5f] {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    border-bottom: 2px solid #333;
    background: #80bab3;
    color: white;
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 10;
}

.emailRow[b-mvrm9eos5f] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid #ccc;
}

    .emailRow img[b-mvrm9eos5f] {
        height: 25px;
        cursor: pointer;
    }

.emailBody .emailRow:nth-child(odd):not(.headerRow)[b-mvrm9eos5f] {
    background-color: #e6f3ff;
}


.email-buttons[b-mvrm9eos5f] {
    border: 1px solid black;
    position: absolute;
    width: 150px;
    border-radius: 15px;
    padding: 5px;
}

    .email-buttons img[b-mvrm9eos5f] {
        height: 25px;
        width: 25px;
        margin-left: 5px;
        display: inline-block;
        cursor: pointer;
        margin-left: 5px;
    }

.emailTable[b-mvrm9eos5f] {
    border: 2px solid #80bab3;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #5c7c99;
    padding: 10px;
    width: 175px;
    text-align: left;
    height: fit-content;
}

    .emailTable ol[b-mvrm9eos5f] {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .emailTable ol li[b-mvrm9eos5f] {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .emailTable ol li select[b-mvrm9eos5f] {
                width: 90%;
            }

            .emailTable ol li ul[b-mvrm9eos5f] {
                list-style: none;
                margin: 0;
                padding: 0;
            }

                .emailTable ol li ul li[b-mvrm9eos5f] {
                    margin: 5px 0;
                    cursor: pointer;
                }

.emailMain[b-mvrm9eos5f] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
    margin-top: 40px;
}

.firstLine[b-mvrm9eos5f] {
    height: 40px;
    position: absolute;
    top: 5px;
    margin-right: 175px;
    direction: ltr;
}

    .firstLine li[b-mvrm9eos5f] {
        vertical-align: top;
        display: inline-block;
    }

/* Width helpers */
.w25[b-mvrm9eos5f] {
    width: 25px;
}

.w45[b-mvrm9eos5f] {
    width: 45px;
}

.w55[b-mvrm9eos5f] {
    width: 55px;
}

.w100[b-mvrm9eos5f] {
    width: 100px;
}

.w175[b-mvrm9eos5f] {
    width: 175px;
}

.w300[b-mvrm9eos5f] {
    width: 300px;
}


/* Width classes for layout */


.emailBody ul li ul li[b-mvrm9eos5f] {
    list-style: none;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.context-menu[b-mvrm9eos5f] {
    position: fixed;
    background: white;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    width: 150px;
    z-index: 3000;
}

    .context-menu li:nth-child(odd):not(.headerRow)[b-mvrm9eos5f] {
        background-color: #7a96f1; /* light blue */
    }

    .context-menu ul[b-mvrm9eos5f] {
        list-style: none;
        margin: 0;
        padding: 5px 0;
    }

    .context-menu li[b-mvrm9eos5f] {
        padding: 8px 12px;
        cursor: pointer;
        list-style: none;
    }

        .context-menu li:hover[b-mvrm9eos5f] {
            background-color: #eef;
        }
/* /Components/Pages/EmailForm.razor.rz.scp.css */

@media (min-width: 150px) {
    .container[b-66s0250kni], .container-lg[b-66s0250kni], .container-md[b-66s0250kni], .container-sm[b-66s0250kni], .container-xl[b-66s0250kni] {
        max-width: 740px;
    }
}

.emailHeader[b-66s0250kni] {
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.emailFormBody[b-66s0250kni] {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    height: 250px;
    overflow-y: scroll;
    cursor: auto;
}

    .emailFormBody ol[b-66s0250kni] {
        padding: 0;
        list-style: none;
    }

        .emailFormBody ol li[b-66s0250kni] {
            padding: 0;
            list-style: none;
        }

    .emailFormBody ul[b-66s0250kni] {
        padding: 0;
        list-style: none;
    }

        .emailFormBody ul li[b-66s0250kni] {
            padding: 0;
            list-style: none;
        }

.emailUl[b-66s0250kni] {
    padding: 0;
    list-style: none;
}

    .emailUl li[b-66s0250kni] {
        padding: 0;
    }

.smallIcon[b-66s0250kni] {
    height: 25px;
}

.switchContact[b-66s0250kni] {
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.createContact[b-66s0250kni] {
    cursor: pointer;
}

.emailButtons[b-66s0250kni] {
    border: 1px solid black;
    position: absolute;
    width: auto;
    top: 15px;
    right: 15px;
}

    .emailButtons img[b-66s0250kni] {
        height: 35px;
        width: 35px;
        margin-left: 5px;
        display: inline-block;
        cursor: pointer;
        top: 5px;
        right: 5px;
    }

.emailButtonsSM[b-66s0250kni] {
    border: 1px solid black;
    position: absolute;
    width: auto;
    top: 15px;
    right: 15px;
}

    .emailButtonsSM img[b-66s0250kni] {
        height: 25px;
        width: 25px;
        margin-left: 5px;
        display: inline-block;
        cursor: pointer;
        top: 5px;
        right: 5px;
    }

.emailTable[b-66s0250kni] {
    position: absolute;
    top: 80px;
    right: 0;
    height: 400px;
    overflow-y: scroll;
    background-color: white;
    width: fit-content;
    float: left;
    text-align: left;
}

    .emailTable ol[b-66s0250kni] {
        list-style: none;
        padding: 0;
    }

        .emailTable ol li[b-66s0250kni] {
            padding: 0;
        }

            .emailTable ol li ul[b-66s0250kni] {
                padding: 0;
            }

                .emailTable ol li ul li[b-66s0250kni] {
                    display: inline-block;
                    vertical-align: top;
                }

.odd[b-66s0250kni] {
    background-color: #a98989;
}

.even[b-66s0250kni] {
    background-color: white;
}

.emailReadClass[b-66s0250kni] {
    position: absolute;
    width: 750px;
    max-height: 500px;
    border: 1px solid red;
    background-color: white;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #5c7c99;
    padding: 5px;
    z-index: 2000;
    overflow-y: scroll;
}

.shortList ul[b-66s0250kni] {
    padding: 0;
}

.reporting[b-66s0250kni] {
    position: absolute;
    left: 200px;
    top: 10px;
    font-weight: bold;
}

.shortList li[b-66s0250kni] {
    padding: 0;
    list-style: none;
    display: inline-block;
}


.spamClass[b-66s0250kni] {
    position: absolute;
    border: 1px solid gray;
    background-color: white;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #5c7c99;
    z-index: 2500;
    width: 200px;
    height: 200px;
    padding: 10px;
    overflow: hidden;
}

    .spamClass ol[b-66s0250kni] {
        padding: 0;
    }

    .spamClass li[b-66s0250kni] {
        list-style: none;
        padding: 0;
    }

        .spamClass li ul[b-66s0250kni] {
            padding: 0;
        }

            .spamClass li ul li[b-66s0250kni] {
                display: inline-block;
            }

    .spamClass img[b-66s0250kni] {
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
    }

    .spamClass input[type="button"][b-66s0250kni] {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

.offButton[b-66s0250kni] {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.floatDiv[b-66s0250kni] {
    position: absolute;
    background-color: white;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #5c7c99;
    z-index: 2500;
}

.emailImageClass[b-66s0250kni] {
    position: relative;
    max-height: 250px;
}

.oneContainer[b-66s0250kni] {
    border: black solid 1px;
    background-color: white;
    left: 0;
}

.keepInDiv[b-66s0250kni] {
    overflow: hidden;
    overflow-y: scroll;
}

.editable[b-66s0250kni], .editable_base64[b-66s0250kni] {
    word-wrap: break-word;
}

.dialog_style1[b-66s0250kni] {
    z-index: 2000;
    position: absolute;
    height: 500px;
    width: 750px;
    overflow-y: scroll;
    background-color: white;
    border: double blue 3px;
    box-shadow: 5px 5px 5px #5c7c99;
}

.dialog_style2[b-66s0250kni] {
    z-index: 2100;
    position: absolute;
    height: 500px;
    min-width: 300px;
}

.dialog_style3[b-66s0250kni] {
    position: absolute;
    height: 500px;
    width: auto;
    border: none;
}

.dialog_style4[b-66s0250kni] {
    position: absolute;
    height: auto;
    width: auto;
    border: green 2px double;
    box-shadow: 5px 5px 5px #5c7c99;
    border-radius: 15px;
    z-index: 2200;
    padding: 10px;
    background-color: white;
}

.dialog_style5[b-66s0250kni] {
    position: absolute;
    height: 380px;
    width: 330px;
    border: green 2px double;
    box-shadow: 5px 5px 5px #5c7c99;
    border-radius: 15px;
    z-index: 2200;
    padding: 0;
    background-color: white;
}

.dialog_style6[b-66s0250kni] {
    position: absolute;
    height: 180px;
    width: 330px;
    border: green 2px double;
    box-shadow: 5px 5px 5px #5c7c99;
    border-radius: 15px;
    z-index: 2200;
    padding: 0;
    background-color: white;
}

.closeButton[b-66s0250kni] {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.fileSpan[b-66s0250kni] {
    border: 1px black solid;
    cursor: pointer;
    height: 25px;
    width: auto;
    display: inline-block;
}

.thumNail[b-66s0250kni] {
    display: inline-block;
    height: 50px;
    width: 40px;
    cursor: pointer;
}

.pdfNail[b-66s0250kni] {
    display: inline-block;
    height: 50px;
    width: 40px;
    cursor: pointer;
}

:global(.DOCNail)[b-66s0250kni] {
    display: inline-block;
    height: 50px;
    width: 40px;
    cursor: pointer;
}

.mp4Nail[b-66s0250kni] {
    display: inline-block;
    height: 50px;
    width: 40px;
    cursor: pointer;
}

.picDisp[b-66s0250kni] {
    height: 500px;
    width: auto;
    border: 1px black solid;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #5c7c99;
    position: absolute;
    z-index: 4200;
}

.biggerDiv[b-66s0250kni] {
    position: absolute;
    z-index: 4400;
    width: auto;
    height: auto;
    top: 100px;
    background-color: white;
    border: 1px black solid;
}

.accordion[b-66s0250kni] {
    background-color: aliceblue;
    border: solid black 1px;
}

.collapsible[b-66s0250kni] {
    background-color: cornflowerblue;
    color: white;
    cursor: pointer;
    padding: 5px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    .collapsible ul[b-66s0250kni] {
        padding: 0;
    }

    .collapsible li[b-66s0250kni] {
        list-style: none;
    }

        .collapsible li ul li[b-66s0250kni] {
            list-style: none;
        }

    .active[b-66s0250kni], .collapsible:hover[b-66s0250kni] {
        background-color: #555;
    }

.content[b-66s0250kni] {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: cornflowerblue;
}

.data-coll[b-66s0250kni] {
    display: none;
}

.subSet[b-66s0250kni] {
    list-style: none;
}

    .subSet ul:hover[b-66s0250kni] {
        background-color: #f3b6b6;
    }

.liveLead[b-66s0250kni] {
    cursor: pointer;
}

.liveSubLead[b-66s0250kni] {
    cursor: pointer;
}

    .liveSubLead ul:hover[b-66s0250kni] {
        background-color: aquamarine;
    }

.editBlock[b-66s0250kni] {
    background-color: white;
    border: double blue 4px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #5c7c99;
    width: 600px;
}

.editBlock2[b-66s0250kni] {
    background-color: white;
    border: double blue 4px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #5c7c99;
    width: 750px;
}

.fileBlock[b-66s0250kni] {
    position: absolute;
    background-color: white;
    border: double blue 4px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #5c7c99;
    width: 300px;
    z-index: 4100;
}

.functionDiv[b-66s0250kni] {
    position: absolute;
    padding: 5px;
    border: 2px blue solid;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #5c7c99;
    background-color: #f6e1e1;
    z-index: 4000;
}

    .functionDiv li[b-66s0250kni] {
        border: 1px solid cornflowerblue;
        background-color: white;
        color: green;
        padding: 2px;
        width: 100%;
    }

        .functionDiv li:hover[b-66s0250kni] {
            background-color: #8e5c5c;
            color: white;
            font-weight: bold;
        }

.tableDisplay[b-66s0250kni] {
    list-style: none;
    padding: 5px;
    cursor: auto;
}

    .tableDisplay li[b-66s0250kni] {
        list-style: none;
        vertical-align: top;
    }

        .tableDisplay li ul[b-66s0250kni] {
            padding-left: 0px;
        }

            .tableDisplay li ul li[b-66s0250kni] {
                display: inline-block;
                padding-left: 0px;
            }

    .tableDisplay .imageButton[b-66s0250kni] {
        cursor: pointer;
        height: 25px;
        width: 25px;
    }

.hidden[b-66s0250kni] {
    display: none;
}

.identifier[b-66s0250kni] {
    max-width: 150px;
    overflow: hidden;
}

.attachmentHolder[b-66s0250kni] {
    cursor: pointer;
}

    .attachmentHolder:hover[b-66s0250kni] {
        color: white;
        background-color: #4b5ab1;
    }

.solBorder[b-66s0250kni] {
    border: solid 2px black;
    width: 715px;
    padding: 5px;
}

.downloadableFile[b-66s0250kni] {
    cursor: pointer;
}

    .downloadableFile :hover[b-66s0250kni] {
        background-color: aqua;
        color: red;
        font-weight: bold;
    }

.collapsibleList li[b-66s0250kni] {
    list-style-image: url('button.png');
    cursor: auto;
}

li.collapsibleListOpen[b-66s0250kni] {
    list-style-image: url('button-open.png');
    cursor: pointer;
}

li.collapsibleListClosed[b-66s0250kni] {
    list-style-image: url('button-closed.png');
    cursor: pointer;
}

.calCSS[b-66s0250kni] {
    border: 1px solid black;
    margin-top: 150px;
    width: 100%;
}

.expandFull[b-66s0250kni] {
    width: 100%;
}

.contNotes[b-66s0250kni] {
    border: 1px black solid;
    border-radius: 15px;
    padding: 5px;
}

.email-body-host[b-66s0250kni] {
    width: 100%;
}

.email-iframe[b-66s0250kni] {
    width: 100%;
    height: 70vh; /* pick a default */
    border: 0;
}


.email-body-container[b-66s0250kni] {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    padding: 10px;
}

    .email-body-container h1[b-66s0250kni],
    .email-body-container h2[b-66s0250kni],
    .email-body-container h3[b-66s0250kni] {
        font-weight: bold;
        margin: 1em 0 0.5em;
    }

    .email-body-container p[b-66s0250kni] {
        margin: 0 0 1em;
    }

    .email-body-container a[b-66s0250kni] {
        color: #0645AD;
        text-decoration: underline;
    }

    .email-body-container table[b-66s0250kni] {
        border-collapse: collapse;
        width: 100%;
    }

    .email-body-container td[b-66s0250kni],
    .email-body-container th[b-66s0250kni] {
        border: 1px solid #ccc;
        padding: 8px;
    }

.marginTop10[b-66s0250kni] {
    padding-top: 10px;
}

.marginTop20[b-66s0250kni] {
    padding-top: 20px;
}

.attList[b-66s0250kni] {
    list-style: none;
    padding: 0;
    cursor: auto;
}

    .attList ul li[b-66s0250kni] {
        padding: 0;
        margin-left: 3px;
        display: inline-block;
    }

        .attList ul li img[b-66s0250kni] {
            height: 25px;
        }
/* /Components/Pages/ErrorLogHandler.razor.rz.scp.css */
.closeButton[b-f0s70ygu9q] {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.errorLogHeader[b-f0s70ygu9q] {
    display: flex;
    font-weight: bold;
    background-color: #80bab3;
    color: white;
    padding: 5px;
}

    .errorLogHeader > div[b-f0s70ygu9q] {
        border: 1px solid #666;
        padding: 2px 6px;
    }

.colTime[b-f0s70ygu9q] {
    flex: 0 0 150px;
}

.colLevel[b-f0s70ygu9q] {
    flex: 0 0 90px;
    text-align: center;
}

.colCategory[b-f0s70ygu9q] {
    flex: 0 0 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.colMessage[b-f0s70ygu9q] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.errorLogBody[b-f0s70ygu9q] {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.errorLogRow[b-f0s70ygu9q] {
    display: flex;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

    .errorLogRow:hover[b-f0s70ygu9q] {
        background-color: #f2f2f2;
    }

    .errorLogRow.selected[b-f0s70ygu9q] {
        background-color: #d9edf0;
    }

    .errorLogRow.level-error[b-f0s70ygu9q],
    .errorLogRow.level-critical[b-f0s70ygu9q] {
        color: #a10000;
    }

    .errorLogRow.level-warning[b-f0s70ygu9q] {
        color: #8a6d00;
    }

.errorLogEmpty[b-f0s70ygu9q] {
    padding: 20px;
    text-align: center;
    color: #666;
}

.errorLogFooter[b-f0s70ygu9q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.errorDetailOverlay[b-f0s70ygu9q] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 2400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.errorDetailModal[b-f0s70ygu9q] {
    position: relative;
    background-color: white;
    border: 1px solid #666;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    width: 700px;
    max-width: 90vw;
    max-height: 85vh;
    overflow-y: auto;
    padding: 15px 20px 20px;
}

.errorDetailGrid[b-f0s70ygu9q] {
    display: grid;
    grid-template-columns: 110px 1fr;
    row-gap: 6px;
    column-gap: 10px;
    margin-bottom: 12px;
}

.errorDetailLabel[b-f0s70ygu9q] {
    font-weight: bold;
    color: #444;
}

.errorDetailOrigin[b-f0s70ygu9q] {
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
    word-break: break-word;
}

.errorDetailMessage[b-f0s70ygu9q] {
    margin: 4px 0 12px;
    white-space: pre-wrap;
    word-break: break-word;
}

.errorDetailException[b-f0s70ygu9q] {
    background-color: #2b2b2b;
    color: #f2f2f2;
    padding: 8px;
    margin: 4px 0 0;
    max-height: 300px;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 12px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hdrContain[b-t02jyhr5lx] {
}

    .hdrContain img[b-t02jyhr5lx] {
        height: 30px;
        width: 30px;
        border: 1px red solid;
        border-radius: 15px;
        padding: 6px;
        margin-left: 5px;
    }

.sectionsHead[b-t02jyhr5lx] {
    padding: 0;
    list-style: none;
}

    .sectionsHead li[b-t02jyhr5lx] {
        width: 433px;
        padding: 0;
        list-style: none;
        display: inline-block;
        vertical-align: top;
    }

        .sectionsHead li div[b-t02jyhr5lx] {
            height: 100%;
        }

.secPairing[b-t02jyhr5lx] {
    list-style: none;
    padding: 0;
}

    .secPairing ul[b-t02jyhr5lx] {
        list-style: none;
        padding: 0;
    }

    .secPairing li[b-t02jyhr5lx] {
        list-style: none;
        padding: 0 3px 0 0;
        display: inline-block;
        vertical-align: top;
    }

.search-bar-container[b-t02jyhr5lx] {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    background-color: transparent;
    z-index: 2000;
    overflow: visible; /* the tab sticks out to the left and must not be clipped */
    height: 100%;
}

.search-bar-tab[b-t02jyhr5lx] {
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #80bab3;
    color: white;
    padding: 14px 6px;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    user-select: none;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
}

.search-bar-panel[b-t02jyhr5lx] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    transition: width 0.3s ease;
}

.search-bar-container--open .search-bar-panel[b-t02jyhr5lx] {
    width: 300px;
    background-color: #f0f0f0;
    border: 2px solid #80bab3;
    border-radius: 15px 0 0 15px;
}

    .search-bar-container ol[b-t02jyhr5lx] {
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }

        .search-bar-container ol li[b-t02jyhr5lx] {
            list-style: none;
            display: list-item;
            vertical-align: top;
            padding: 5px 0 5px;
        }

.search-bar-input[b-t02jyhr5lx] {
    margin: 5px;
    width: 300px;
    padding: 5px;
    font-size: 16px;
}

.emailOut[b-t02jyhr5lx] {
    width: 500px;
    height: 500px;
}

.pendingAlarms[b-t02jyhr5lx] {
    border: 1px solid red;
    max-width: 680px;
    max-height: 200px;
    overflow-x: scroll;
}

    .pendingAlarms img[b-t02jyhr5lx] {
        height: 25px;
        cursor: pointer;
    }

    .pendingAlarms .header[b-t02jyhr5lx] {
        background-color: #808080;
        color: black;
        font-weight: bold;
    }

    .pendingAlarms ol[b-t02jyhr5lx] {
        padding: 0;
        list-style: none;
    }

        .pendingAlarms ol li[b-t02jyhr5lx] {
            padding: 0;
            list-style: none;
            display: list-item;
        }

            .pendingAlarms ol li ul[b-t02jyhr5lx] {
                padding: 0;
                list-style: none;
            }

                .pendingAlarms ol li ul li[b-t02jyhr5lx] {
                    padding: 0;
                    list-style: none;
                    display: inline-block;
                    white-space: nowrap;
                    overflow: hide;
                }

.flexRow[b-t02jyhr5lx] {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
}

.wrap[b-t02jyhr5lx] {
    flex-wrap: wrap;
}

.contactBlock[b-t02jyhr5lx], .alertBlock[b-t02jyhr5lx] {
    flex: 1;
    min-width: 300px;
}

.secPairing[b-t02jyhr5lx] {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

    .secPairing > .fitToContent[b-t02jyhr5lx] {
        flex: 1 1 0;
        min-width: 0; /* IMPORTANT for Blazor components */
    }

.secTriplet[b-t02jyhr5lx] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

    .secTriplet > .fitToContent[b-t02jyhr5lx] {
        flex: 1;
        min-width: 250px;
    }

.alertBlock[b-t02jyhr5lx] {
}

.calendarHome[b-t02jyhr5lx] {
    position: absolute;
    top: 5px;
    left: 5px;
    width: fit-content;
    height: fit-content;
    z-index: 4000;
    border: 3px red solid;
    border-radius: 15px;
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    background-color: white;
    padding: 5px;
}
.spamDialog[b-t02jyhr5lx] {
    position: absolute;
    background-color: white;
    border: 1px green solid;
    border-radius: 15px;
    top: 20px;
    left: 200px;
    height: 600px;
    width: 950px;
    z-index: 2300;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.errorDialog[b-t02jyhr5lx] {
    position: absolute;
    background-color: white;
    border: 1px green solid;
    border-radius: 15px;
    top: 20px;
    left: 200px;
    height: 600px;
    width: 950px;
    z-index: 2300;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

/* /Components/Pages/ICSViewer.razor.rz.scp.css */
.description[b-r13v4lw92b] {
    padding: 10px;
    border: 2px blue solid;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #5c7c99;
}
/* /Components/Pages/PendingEdit.razor.rz.scp.css */

.imgConvert[b-hrostfgv9s] {
    height: 35px;
    width: 35px;
    cursor: pointer;
}

.w550[b-hrostfgv9s] {
    width: 500px;
}

.ht100[b-hrostfgv9s] {
    height: 100%;
}

.bump15[b-hrostfgv9s] {
    margin-left: 15px;
}

.bump_5[b-hrostfgv9s] {
    margin-left: 5px;
}

.timeIcon[b-hrostfgv9s] {
    height: 35px;
    width: 35px;
    cursor: pointer;
}
/* /Components/Pages/PendingHandler.razor.rz.scp.css */
.alertBlock[b-0zesppywx5] {
    margin-top: 10px;
    width: 700px;
    box-shadow: 0 0 0 0.1rem #ee9d9d, 0 0 0 0.25rem #ef6f6f;
    border: 2px solid red;
    border-radius: 15px;
    padding: 10px;
}

.pendingAlarms[b-0zesppywx5] {
    list-style: none;
}

    .pendingAlarms ol[b-0zesppywx5] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .pendingAlarms ol li[b-0zesppywx5] {
            list-style: none;
            display: list-item;
            padding: 5px;
        }

            .pendingAlarms ol li ul[b-0zesppywx5] {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .pendingAlarms ol li ul li[b-0zesppywx5] {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    display: inline-block;
                }

    .pendingAlarms img[b-0zesppywx5] {
        height: 25px;
        cursor: pointer;
    }

.noPendingAlerts[b-0zesppywx5] {
    font-family: 'Baskerville Old Face';
    font-size: medium;
    color: green;
    font-weight: bold;
}
/* /Components/Pages/PhoneDetail.razor.rz.scp.css */
.phoneDisplay[b-wr8i4nx66i] {
    padding: 5px;
    list-style: none;
    position: relative;
}

    .phoneDisplay li[b-wr8i4nx66i] {
        vertical-align: top;
        list-style: none;
    }

    .phoneDisplay ol[b-wr8i4nx66i] {
        padding: 0;
        list-style: none;
    }

        .phoneDisplay ol li[b-wr8i4nx66i] {
            padding: 0;
            display: list-item;
            list-style: none;
        }

            .phoneDisplay ol li ul[b-wr8i4nx66i] {
                padding: 0;
                
            }

                .phoneDisplay ol li ul li[b-wr8i4nx66i] {
                    padding: 0;
                    display: inline-block;
                    list-style: none;
                    min-width: 110px;
                }

                    .phoneDisplay ol li ul li ul li[b-wr8i4nx66i] {
                        padding: 0;
                        display: list-item;
                        list-style: none;
                    }

    .phoneDisplay img[b-wr8i4nx66i] {
        height: 25px;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 40px;
    }

.bump1[b-wr8i4nx66i] {
    margin-right: 30px;
}

.bump2[b-wr8i4nx66i] {
    margin-right: 70px;
}

.bump3[b-wr8i4nx66i] {
    margin-right: 105px;
}
/* /Components/Pages/PhoneSection.razor.rz.scp.css */
.phoneDisplay[b-834tmlqd9l] {
    list-style: none;
    padding: 5px;
}

    .phoneDisplay li[b-834tmlqd9l] {
        list-style: none;
        vertical-align: top;
    }

        .phoneDisplay li ul[b-834tmlqd9l] {
            padding-left: 0;
        }

            .phoneDisplay li ul li[b-834tmlqd9l] {
                display: inline-block;
                padding-left: 0;
            }

                .phoneDisplay li ul li img[b-834tmlqd9l] {
                    float: left;
                }

    .phoneDisplay .imageButton[b-834tmlqd9l] {
        cursor: pointer;
        height: 25px;
        width: 25px;
    }
/* /Components/Pages/SearchBarContainer.razor.rz.scp.css */
.search-bar-list[b-ppsvscpt9i] {
    position: relative;
    width: 100%;
}

    .search-bar-list ol[b-ppsvscpt9i] {
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }

        .search-bar-list ol li[b-ppsvscpt9i] {
            list-style: none;
            padding: 0;
            display: inline-block;
            vertical-align: top;
        }

            .search-bar-list ol li ul[b-ppsvscpt9i] {
                list-style: none;
                padding: 0;
                vertical-align: top;
            }

            .search-bar-list ol li ul[b-ppsvscpt9i] {
                list-style: none;
                padding: 0;
                display: list-item;
                vertical-align: top;
            }
/* /Components/Pages/SpamHandler.razor.rz.scp.css */


.spamHeader[b-cl5vuyo8um] {
    display: flex;
    font-weight: bold;
    background-color: #80bab3;
    color: white;
    padding: 5px;
}

    .spamHeader > div[b-cl5vuyo8um] {
        flex: 1;
        text-align: center;
        border: 1px solid #666;
    }

.spamBody[b-cl5vuyo8um] {
    display: flex;
    flex: 1;
    overflow: hidden;
    margin-bottom: 10px;
}

.column[b-cl5vuyo8um] {
    flex: 1;
    border: 1px solid #ccc;
    overflow-y: auto;
    padding: 5px;
}

    .column img[b-cl5vuyo8um] {
        height: 15px;
        cursor: pointer;
    }

.cell[b-cl5vuyo8um] {
    padding: 2px 4px;
    border-bottom: 1px solid #eee;
    word-break: break-word;
}

.spamFooter[b-cl5vuyo8um] {
    display: flex;
    gap: 10px;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.footerLabel[b-cl5vuyo8um] {
    font-weight: bold;
}

.closeButton[b-cl5vuyo8um] {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.searchSpam[b-cl5vuyo8um] {
    position: relative;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 45px;
    height: 25px;
    width: auto;
    float: right;
    cursor: pointer;
}

.spamModal[b-cl5vuyo8um] {
    position: absolute;
    border-radius: 15px;
    border: 2px solid green;
    z-index: 3000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    background-color: #97b79e;
}

.topPart[b-cl5vuyo8um] {
    padding: 5px;
    margin-top: 15px;
}

.modal-dialog[b-cl5vuyo8um] {
    margin: 0;
}

.search-input[b-cl5vuyo8um] {
    flex: 1;
    width: 85%;
}

.noWrap[b-cl5vuyo8um] {
    width: 100%;
    white-space: nowrap;
    margin-bottom: 30px;
    position: relative;
}

.searchButton[b-cl5vuyo8um] {
    height: 20px;
    width: auto;
    cursor: pointer;
    right: 5px;
    position: absolute;
}

.highlight[b-cl5vuyo8um] {
    background-color: red;
    color: white;
    font-weight: bold;
}
/* /Components/Pages/TextUploads.razor.rz.scp.css */
.crm-page[b-odrt59nmjv] {
    padding: 14px;
    background: #f7f7f7;
    min-height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
}

.crm-panel[b-odrt59nmjv] {
    background: white;
    border: 2px solid #ee9a9a;
    border-radius: 14px;
    box-shadow: 4px 5px 6px rgba(40, 78, 95, 0.55);
    margin-bottom: 20px;
    overflow: hidden;
}

.crm-panel-title[b-odrt59nmjv] {
    position: relative;
    padding: 8px 52px 8px 8px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    min-height: 36px;
}

.teal-header[b-odrt59nmjv] {
    background: #82bdb2;
    color: white;
}

.item-count[b-odrt59nmjv] {
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin-right: 8px;
}

.circle-btn[b-odrt59nmjv] {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 38px;
    height: 38px;
    border: 2px solid red;
    border-radius: 50%;
    background: white;
    box-shadow: 3px 4px 5px rgba(40, 78, 95, 0.55);
    cursor: pointer;
    font-size: 18px;
}

.upload-form[b-odrt59nmjv] {
    padding: 8px;
}

.form-row[b-odrt59nmjv] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

    .form-row label[b-odrt59nmjv] {
        width: 85px;
        font-weight: normal;
    }

    .form-row.full[b-odrt59nmjv] {
        align-items: flex-start;
    }

.crm-input[b-odrt59nmjv] {
    border: 1px solid #777;
    padding: 4px;
    font-size: 15px;
    background: #fdfdfd;
}

.title-input[b-odrt59nmjv] {
    width: 360px;
}

.category-input[b-odrt59nmjv] {
    width: 180px;
}

.text-area[b-odrt59nmjv] {
    width: calc(100% - 95px);
    min-height: 220px;
    resize: vertical;
}

.button-row[b-odrt59nmjv] {
    margin-left: 85px;
    margin-top: 10px;
}

.crm-button[b-odrt59nmjv] {
    background: #2fa789;
    color: white;
    border: none;
    padding: 7px 18px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 8px;
}

    .crm-button.secondary[b-odrt59nmjv] {
        background: #7dbdb2;
    }

.crm-table[b-odrt59nmjv] {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

    .crm-table th[b-odrt59nmjv] {
        background: #82bdb2;
        color: white;
        text-align: left;
        padding: 6px;
    }

    .crm-table td[b-odrt59nmjv] {
        padding: 7px;
        border-bottom: 1px solid #eee;
    }

.alert-box[b-odrt59nmjv] {
    background: white;
    border: 4px double red;
    border-radius: 16px;
    padding: 14px;
    color: green;
    font-weight: bold;
}
