/* _content/EzytreevWeb/Components/EzySearchBox/EzySearchBox.razor.rz.scp.css */
.ezy-blazor-select-box-list[b-9c7vwlkw31] {
    position: absolute;
    width: 100%;
    z-index: 3;
    max-height: 200px;
    overflow: auto;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-radius: 6px;
}

.ezy-blazor-select-box-item[b-9c7vwlkw31] {
    font-size: 14px;
}

.ezy-blazor-select-box-item:hover[b-9c7vwlkw31] {
    background: #EFEFEF;
}
/* _content/EzytreevWeb/Pages/Enquiries/EnquiryDetails.razor.rz.scp.css */

.enquiry-panel-button[b-nera75dzw3] {
    margin: 0px;
    font-size: 20px;
    padding: 5px;
    width: 50px;
    height: 50px;

    /*color: white;
    background: #333; */
}

.enquiry-panel-button-badge[b-nera75dzw3] {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    right: -5px;
    top: -5px; 
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    background: white;
    font-size: 12px;
    display: flex; 
    justify-content: center;
    align-items: center;
    pointer-events: none;
    position: absolute;
}



.communication-list-item[b-nera75dzw3] { 
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

    .communication-list-item:not(.active-communication):hover[b-nera75dzw3] {
        background: #f8f9fa;
    }

.communication-list-item-content[b-nera75dzw3] {
    padding: 10px 12px;
    width: 100%;
}

.active-communication[b-nera75dzw3] {
    background: #dceeff;
}
.active-communication button[b-nera75dzw3] {
    display: block !important;
}

 

.communication-list-avatar[b-nera75dzw3] {
    background-color: #aac7d8;
    color: white;
    font-weight: bold;
    font-size: 16px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.communication-list-details[b-nera75dzw3] {
    flex: 1;
}

.communication-list-header[b-nera75dzw3] {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    color: #2e2e2e;
}

.communication-list-subject[b-nera75dzw3] {
    font-size: 13px;
    font-weight: 600;
    color: #2a2a2a;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.communication-list-snippet[b-nera75dzw3] {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




.status-history-header[b-nera75dzw3] {
    background: #EEEE;
    padding: 6px;
    font-size: 16px;
    font-weight: 500;
}

.status-history-subheader[b-nera75dzw3] {
    padding: 6px;
}

.status-history-text[b-nera75dzw3] {
    padding: 6px;
}

.status-history-circle[b-nera75dzw3] {
    border-radius: 10px;
    height: 20px;
    width: 20px;
    display: flex;
    position: absolute;
    background: #777777;
    left: -10px;
    top: 0px;
}

.status-history-circle-current[b-nera75dzw3] {
    background: #3f3f3f;
}


.status-history-circle-empty[b-nera75dzw3] {
    background: #f7f7f7;
    border: 1px solid #777777;
}

.status-history-circle-future[b-nera75dzw3] {
    background: #f7f7f7;
    border: 1px dashed #777777;
}

.status-history-circle-add[b-nera75dzw3] {
    background: #00a333;
    top: 0px;
    color: white;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .status-history-circle-add:hover[b-nera75dzw3] {
        background: #008329;
    }

.status-history-line-container[b-nera75dzw3] {
    width: 30px;
    border-left: 1px solid #777777;
}

.status-history-details[b-nera75dzw3] {
    border: 1px solid lightgray;
}

.enquiry-tree-table-scrollable[b-nera75dzw3] {
    height: 300px;
    overflow-y: auto;
    border: 1px solid #DDD;
    position: relative;
}

    .enquiry-tree-table-scrollable thead[b-nera75dzw3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

table.enquiry-tree-table[b-nera75dzw3] {
}


.enquiry-associated-tree-item .btn[b-nera75dzw3] {
    display: none;
}
.enquiry-associated-tree-item:hover .btn[b-nera75dzw3]{
    display: block;
}

thead.thead-light[b-nera75dzw3] {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: bold;
}


.enquiry-photo-panel[b-nera75dzw3] {
    background: #f7f7f7;
    border: 1px solid lightgray;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
}

.enquiry-photo-description[b-nera75dzw3] {
    padding-left: 10px;
    padding-right: 10px;
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.enquiry-photo-date[b-nera75dzw3] { 
    font-size: 12px;
    padding: 0px 10px 5px 10px;
}

 
