/* /Components/ActivityLogItemDetail.razor.rz.scp.css */
.activity-code-wrapper[b-c2274btbwe] {
    background-color: #2e2e2e;
    width: 100%;
}

.activity-code-wrapper code[b-c2274btbwe] {
    color: #d6d6d6;
}
/* /Components/ActivityLogTable.razor.rz.scp.css */
.btn.caseDetail-activity-back-button[b-cwze9d77il] {
    height: 48px;
    width: 48px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn.caseDetail-activity-print-btn[b-cwze9d77il] {
    padding: 0;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Activity Table */
.caseDetail-activity-table .caseDetail-activity-table-row[b-cwze9d77il] {
    display: grid;
    grid-template-columns: 4fr 4fr 10fr 1fr;
}

.caseDetail-activity-table .caseDetail-activity-table-head[b-cwze9d77il] {
    color: #9EA0A5;
    font-size: 10px;
}

.caseDetail-activity-table .caseDetail-activity-img-default[b-cwze9d77il] {
    object-fit: contain;
}

.caseDetail-activity-table .caseDetail-activity-label[b-cwze9d77il] {
    font-size: 14px;
    color: #9EA0A5;
}

.caseDetail-activity-table .caseDetail-activity-detail[b-cwze9d77il] {
    font-size: 12px;
    color: #A6A7AC;
}

.caseDetail-activity-table .caseDetail-activity-value[b-cwze9d77il] {
    font-size: 14px;
    color: #454F63;
}

.caseDetail-activity-table .caseDetail-activity-divider[b-cwze9d77il] {
    width: 1px;
    height: 14px;
    background-color: #454F63;
}

.caseDetail-activity-table .caseDetail-activity-code-button[b-cwze9d77il] {
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

    .caseDetail-activity-table .caseDetail-activity-code-button img[b-cwze9d77il] {
        width: 12px;
    }

/* Drawer */
.activity-drawer-bg[b-cwze9d77il] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99;
    box-sizing: border-box;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.activity-drawer--open .activity-drawer-bg[b-cwze9d77il] {
    display: block;
    z-index: 998;
}

.activity-drawer-paper[b-cwze9d77il] {
    transition: width .2s ease-in-out;
    background-color: #fbfbfd;
    width: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    box-sizing: border-box;
    z-index: 999;
}

.activity-drawer--open .activity-drawer-paper[b-cwze9d77il] {
    width: 45vw;
}

    .activity-drawer--open .activity-drawer-paper .activity-drawer-paper-content[b-cwze9d77il] {
        width: 45vw;
    }


@media (max-width: 767px) {
    .activity-drawer--open .activity-drawer-paper[b-cwze9d77il] {
        width: 60vw;
    }

        .activity-drawer--open .activity-drawer-paper .activity-drawer-paper-content[b-cwze9d77il] {
            width: 60vw;
        }


    .caseDetail-activity-table .caseDetail-activity-table-row[b-cwze9d77il] {
        grid-template-columns: 4fr 4fr 4fr 1fr;
        min-width: 500px;
    }
}

@media (max-width: 575px) {
    .activity-drawer--open .activity-drawer-paper[b-cwze9d77il] {
        width: 100vw;
    }

        .activity-drawer--open .activity-drawer-paper .activity-drawer-paper-content[b-cwze9d77il] {
            width: 100vw;
        }
}
/* /Components/AuthorBadge.razor.rz.scp.css */
.authorBadge-text[b-kg3x7acb1k] {
    font-size: 14px;
    color: #8c929f;
}

.authorBadge-text-date[b-kg3x7acb1k] {
    font-size: 12px;
    line-height: 1;
    opacity: 0.56;
    word-wrap: break-word;
}

.authorBadge-text-table[b-kg3x7acb1k] {
    font-size: 14px;
    color: #29324b;
}
/* /Components/AutocompleteSelector.razor.rz.scp.css */
.pcc-autocomplete .dropdown-menu.show[b-jjpflz7uur] {
    width: 100%;
    display: block;
    max-height: 200px;
    overflow-y: auto;
}

    .pcc-autocomplete .dropdown-menu.show .dropdown-item[b-jjpflz7uur] {
        width: 100%;
    }
/* /Components/Avatar.razor.rz.scp.css */
.avatar[b-ehtj3nqp1a] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #BDBDBD;
    color: #fff;
    overflow: hidden;
}

.avatar-img[b-ehtj3nqp1a] {
    object-fit: cover;
}
/* /Components/CaseDetailActivityCard.razor.rz.scp.css */
.caseDetail-activity-card[b-ofa7pqz5qu] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

    .caseDetail-activity-card img[b-ofa7pqz5qu],
    .caseDetail-activity-card span.rounded-circle.placeholder[b-ofa7pqz5qu] {
        width: 36px;
        min-width: 36px;
        height: 36px;
        object-fit: cover;
    }

        .caseDetail-activity-card img.caseDetail-activity-image-default[b-ofa7pqz5qu] {
            object-fit: contain;
        }

    .caseDetail-activity-card p[b-ofa7pqz5qu] {
        color: #3ACCE1;
        font-size: 16px;
        line-height: 22px;
    }

    .caseDetail-activity-card .btn[b-ofa7pqz5qu] {
        min-width: 146px;
        font-size: 11px;
        font-family: "Gibson SemiBold", sans-serif;
        height: 33px;
        padding-top: 0;
        padding-bottom: 0;
    }

@media (max-width: 1119px) {
    .caseDetail-activity-card[b-ofa7pqz5qu] {
        flex-direction: column;
        justify-content: center;
    }
}


@media (max-width: 991px) {
    .caseDetail-activity-card[b-ofa7pqz5qu] {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .caseDetail-activity-card[b-ofa7pqz5qu] {
        flex-direction: column;
        justify-content: center;
    }
}
/* /Components/CaseDetailIncidentCard.razor.rz.scp.css */
.card-body .caseDetail-incident-label[b-bhjx6xiiqs] {
    font-size: 18px;
    font-family: "Gibson SemiBold", sans-serif;
}

.card-body .caseDetail-incident-row[b-bhjx6xiiqs] {
    flex-wrap: wrap;
}

.card-body .caseDetail-incident-map-button[b-bhjx6xiiqs] {
    font-size: 14px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    border: 1px solid #454f63;
    min-width: 121px;
}
/* /Components/CaseDetailInjuriesCard.razor.rz.scp.css */
.card-body .caseDetail-injuries-title[b-laarjajfje] {
    font-size: 14px;
}

.card-body .caseDetail-injuries-count[b-laarjajfje] {
    color: #9ea0a5;
}
/* /Components/CaseDetailMediaCard.razor.rz.scp.css */
.card-body .caseDetail-icon-btn[b-wg1614trn1] {
    min-width: 35px;
}

.card-body.caseDetail-media-content[b-wg1614trn1] {
    gap: 16px;
}

.card.caseDetail-media-card[b-wg1614trn1] {
    width: 100%;
    white-space: initial;
}

.card-body .caseDetail-media-label[b-wg1614trn1] {
    color: #78849e;
    font-size: 14px;
    font-family: "Open Sans", Arial, sans-serif;
}

.card-body .caseDetail-media-status-label[b-wg1614trn1] {
    color: #78849e;
    font-size: 14px;
    font-family: "Open Sans", Arial, sans-serif;
    margin: 0 0 8px;
    text-align: center;
}

.card-body .caseDetail-media-status-label.caseDetail-media-status-label--error[b-wg1614trn1] {
    color: #e6007e;
}

.caseDetail-media-image-placeholder[b-wg1614trn1] {
    width: 100%;
    padding-top: 56.25%;
    padding-bottom: 0;
    border-radius: 4px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
}

@media (min-width: 575px) {
    .card.caseDetail-media-card[b-wg1614trn1] {
        width: 50%;
    }
}

@media (min-width: 1366px) {
    .card.caseDetail-media-card[b-wg1614trn1] {
        width: 33%;
    }
}

@media (min-width: 1920px) {
    .card.caseDetail-media-card[b-wg1614trn1] {
        width: 25%;
    }
}
/* /Components/CaseDetailMedicalCard.razor.rz.scp.css */
.card-body .caseDetail-medical-timestamp[b-sc2ipkbfw2] {
    font-size: 14px;
    text-align: left;
}

.card-body .caseDetail-medical-description[b-sc2ipkbfw2] {
    font-size: 14px;
    color: #78849e;
}

.caseDetail-image-placeholder[b-sc2ipkbfw2] {
    width: 48px;
    height: 48px;
    background-color: #f2f2f2;
    border-radius: 4px;
    background-position: center;
    background-size: cover;
}

.caseDetail-image-placeholder--loading[b-sc2ipkbfw2] {
    width: 48px;
    height: 48px;
}
/* /Components/CaseDetailNoteItem.razor.rz.scp.css */
.note-item[b-t4mgt042vn] {
    padding: 22px;
}

.note-item.note-item--editing[b-t4mgt042vn] {
    position: relative;
    padding: 0;
}

.note-item.note-item--editing .note-item__avatar[b-t4mgt042vn] {
    position: absolute;
    top: 22px;
    left: 22px;
}

.note-item.note-item--editing .note-item__button-wrapper[b-t4mgt042vn] {
    position: absolute;
    bottom: 2px;
    right: 2px;
    padding: 8px 16px 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.5);
}

.note-item.note-item--editing .note-item__button-wrapper.note-item__button-wrapper--disabled[b-t4mgt042vn] {
    background: none;
}

.note-item.note-item--editing .note-item__button-wrapper button.btn[b-t4mgt042vn] {
    width: 100px;
    height: 34px;
    padding: 0;
}

.note-item__content[b-t4mgt042vn] {
    margin-left: 44px;
    margin-bottom: 0;
}
/* /Components/CaseDetailNotesCard.razor.rz.scp.css */
.case-notes__note-input-wrapper[b-1t60vh5ejk] {
    position: relative;
    padding: 0;
}

.case-notes__input-avatar[b-1t60vh5ejk] {
    position: absolute;
    top: 22px;
    left: 22px;
}

.case-notes__button-wrapper[b-1t60vh5ejk] {
    position: absolute;
    bottom: 2px;
    right: 2px;
    padding: 8px 16px 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.5);
}

.case-notes__button-wrapper.case-notes__button-wrapper--disabled[b-1t60vh5ejk] {
    background: none;
}

.case-notes__button-wrapper button.btn[b-1t60vh5ejk] {
    width: 100px;
    height: 34px;
    padding: 0;
}

.case-notes__list[b-1t60vh5ejk] {
    gap: 16px;
}
/* /Components/CaseDetailPerpetratorsCard.razor.rz.scp.css */
.card .caseDetail-data-block h4[b-m2w19zkmfl] {
    font-size: 18px;
}

.card .caseDetail-data-block:last-of-type[b-m2w19zkmfl] {
    border: none !important;
}

.card .caseDetail-data-block .perpetrator-image-wrapper[b-m2w19zkmfl] {
    display: flex;
    position: relative;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    align-items: flex-start;
    background-color: #f2f2f2;
    border-radius: 4px;
}

.card-body .caseDetail-media-label[b-m2w19zkmfl] {
    color: #78849e;
    font-size: 14px;
    font-family: "Open Sans", Arial, sans-serif;
}

.card .caseDetail-data-block .perpetrator-image-wrapper .perpetrator-image[b-m2w19zkmfl] {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.card .caseDetail-data-block .perpetrator-image-wrapper .perpetrator-download-button[b-m2w19zkmfl] {
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .caseDetail-data-block .perpetrator-image-wrapper .perpetrator-download-icon[b-m2w19zkmfl] {
    filter: brightness(100);
}
/* /Components/CaseDetailSendEvidenceCard.razor.rz.scp.css */
.send-case-content[b-u1r6bza6ps] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.send-case-description[b-u1r6bza6ps] {
    font-size: 15px;
}

.send-case-btn.btn[b-u1r6bza6ps] {
    min-width: 146px;
    font-size: 11px;
    font-family: "Gibson SemiBold", sans-serif;
    height: 33px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #454F63;
    color: #FFFFFF;
    border: none;
}

@media (max-width: 1199px) {
    .send-case-content[b-u1r6bza6ps] {
        margin-right: 0;
        margin-bottom: 16px;
    }
}

@media (max-width: 1120px) {
    .send-case-content[b-u1r6bza6ps] {
        flex-direction: column;
        justify-content: center;
    }
}


@media (max-width: 991px) {
    .send-case-content[b-u1r6bza6ps] {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .send-case-content[b-u1r6bza6ps] {
        flex-direction: column;
        justify-content: center;
    }
}
/* /Components/CaseDetailSummaryCard.razor.rz.scp.css */
.caseDetailSummaryCard h2[b-7c3spqfukc],
.caseDetailSummaryCard p[b-7c3spqfukc] {
    word-break: break-word;
}

    .caseDetailSummaryCard h2.heading-title[b-7c3spqfukc] {
        margin: 0;
    }

.caseDetailSummaryCard .title-container[b-7c3spqfukc] {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    margin-right: 12px;
}

    .caseDetailSummaryCard .title-container .title-wrapper[b-7c3spqfukc] {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

.caseDetailSummaryCard button.btn.edit-button[b-7c3spqfukc] {
    min-width: 80px;
}

.alert-icon[b-7c3spqfukc] {
    margin-right: 1rem;
}

.bold-span[b-7c3spqfukc] {
    margin-right: 1rem;
    font-family: "Gibson SemiBold", sans-serif;
}

.caseDetail-divider[b-7c3spqfukc] {
    height: 1px;
    background-color: #eaedf3;
    width: 100%;
}

.card-body .caseDetails-assigned-heading[b-7c3spqfukc] {
    font-size: 24px;
}

.card-body .caseDetail-assigned-label[b-7c3spqfukc] {
    color: #9ea0a5;
    font-family: "Gibson", sans-serif;
    font-size: 14px;
    height: 16px;
}

.card.caseDetail-selected-card[b-7c3spqfukc] {
    background-color: #e5f8ff;
}

@media (max-width: 1100px) {
    .caseDetailSummaryCard .title-container[b-7c3spqfukc] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .caseDetailSummaryCard .title-container .title-wrapper[b-7c3spqfukc] {
        flex-direction: column;
        align-items: flex-start;
    }

    .caseDetailSummaryCard h2.heading-title[b-7c3spqfukc] {
        font-size: 24px;
        margin: 0 0 8px;
    }
}
/* /Components/CaseDetailVictimCard.razor.rz.scp.css */
.card-body .caseDetail-icon-btn[b-5txq20apf7] {
    min-width: 35px;
}

.card-body .caseDetail-patient-name[b-5txq20apf7] {
    font-size: 26px;
    color: #3e3f42;
}

.card-body .caseDetail-victim-picture[b-5txq20apf7] {
    border-radius: 8px;
    object-fit: cover;
    cursor: pointer;
}

.card-body .caseDetail-victim-picture-overlay[b-5txq20apf7] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 888;
    background-color: rgba(0,0,0,0.5);
}

.card-body .caseDetail-victim-picture-big[b-5txq20apf7] {
    max-width: 80vw;
    max-height: 80vh;
}

.card-body .caseDetail-victim-name-label[b-5txq20apf7] {
    font-size: 15px;
    color: #9EA0A5;
    font-weight: 500;
}

.card-body .caseDetail-victim-label[b-5txq20apf7] {
    font-size: 15px;
    color: #6b6c6f;
    min-width: 20ch;
    margin: 0;
}

.card-body .caseDetail-victim-value[b-5txq20apf7] {
    font-size: 15px;
    color: #3e3f42;
    margin: 0;
}

.card-body.caseDetail-card-contact-wrapper[b-5txq20apf7] {
    background-color: #E5F8FF;
}

    .card-body.caseDetail-card-contact-wrapper .caseDetail-card-contact-label[b-5txq20apf7] {
        color: #3ACCE1;
        font-family: "Gibson SemiBold", sans-serif;
        font-size: 18px;
        margin-bottom: 12px;
    }

    .card-body.caseDetail-card-contact-wrapper .caseDetail-card-contact-value[b-5txq20apf7] {
        font-size: 15px;
        margin-left: 15px;
    }

@media (max-width: 575px) {
    .card-body .caseDetail-victim-picture[b-5txq20apf7] {
        width: 100%;
        height: 100%;
    }

    .card-body.caseDetail-card-contact-wrapper .caseDetail-card-contact-label[b-5txq20apf7] {
        margin-bottom: 0;
    }

    .card-body.caseDetail-card-contact-wrapper .caseDetail-card-contact-value[b-5txq20apf7] {
        margin-left: 8px;
    }
}
/* /Components/CaseDetailWitnessCard.razor.rz.scp.css */
.card .caseDetail-data-block h4[b-vq777dxcip] {
    font-size: 18px
}

.card .caseDetail-data-block:last-of-type[b-vq777dxcip] {
    border: none !important;
}
/* /Components/CaseRequestForm.razor.rz.scp.css */
.caseRequestForm-content[b-f3e62tscdy] {
    width: 60vw;
    max-width: 1280px;
}

    .caseRequestForm-content .caseRequestForm-description p[b-f3e62tscdy] {
        color: #9ea0a5;
        font-family: "Open Sans", sans-serif;
        font-size: 1rem;
        margin: 0;
    }

    .caseRequestForm-content .caseRequestForm-footer p[b-f3e62tscdy] {
        font-family: "Gibson", sans-serif;
        font-size: 1rem;
        margin: 0;
    }

    .caseRequestForm-content .caseRequestForm-ref-number[b-f3e62tscdy] {
        color: #676767;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
    }

    .caseRequestForm-content .caseRequestForm-label[b-f3e62tscdy] {
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
    }

    .caseRequestForm-content .caseRequestForm-value[b-f3e62tscdy] {
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
    }

    .caseRequestForm-content .caseRequestForm-success-btn[b-f3e62tscdy] {
        border-radius: 21px;
        height: 42px;
        padding: 0 34px;
    }

.caseRequestForm-footer a[b-f3e62tscdy] {
    color: #3ACCE1 !important;
}

@media (max-width: 991px) {
    .caseRequestForm-content[b-f3e62tscdy] {
        width: 70vw;
    }
}

@media (max-width: 767px) {
    .caseRequestForm-content[b-f3e62tscdy] {
        width: 90vw;
    }
}
/* /Components/CaseRow.razor.rz.scp.css */
tr[b-cmocm9gx3f] {
    height: 66px;
    padding: 10px 0;
}

td[b-cmocm9gx3f] {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
}

    td a[b-cmocm9gx3f] {
        font-weight: 600;
        text-decoration: none;
    }

        td a:hover[b-cmocm9gx3f] {
            text-decoration: underline;
        }

    td[b-cmocm9gx3f]  .badge {
        width: 52px;
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    td span[b-cmocm9gx3f] {
        color: #676767;
        font-size: 14px;
    }

        td span.unassigned[b-cmocm9gx3f] {
            font-size: 14px;
            font-weight: 600;
            color: #303338;
        }

    td.col-number[b-cmocm9gx3f] {
        width: 20%;
        min-width: 150px;
    }

    td.col-patient[b-cmocm9gx3f] {
        width: 20%;
        min-width: 130px;
    }

    td.col-location[b-cmocm9gx3f] {
        width: 20%;
        min-width: 200px;
    }

    td.col-patient[b-cmocm9gx3f] {
        width: 20%;
        min-width: 130px;
    }

    td.col-incident[b-cmocm9gx3f] {
        width: 20%;
        min-width: 150px;
    }

    td.col-submission[b-cmocm9gx3f] {
        width: 20%;
        min-width: 175px;
    }

    td.col-status[b-cmocm9gx3f] {
        width: 15%;
        min-width: 120px;
    }

    td.col-severity[b-cmocm9gx3f] {
        width: 15%;
        min-width: 80px;
    }

    td.col-author[b-cmocm9gx3f] {
        min-width: 175px;
    }

    td.col-sensitive[b-cmocm9gx3f] {
        min-width: 85px;
    }

.custom-loader.custom-loader--small[b-cmocm9gx3f],
.custom-loader.custom-loader--small[b-cmocm9gx3f]:after {
    margin: 0 auto;
}

/* Sensitive Icon */
.icon-mask[b-cmocm9gx3f] {
    width: 16px;
    height: 16px;
    background-color: #ACACAC;
    mask: url('/images/icons/eye-off-bold.svg') no-repeat center;
    mask-size: contain;
    transform: scaleY(-1);
}

    .icon-mask.active[b-cmocm9gx3f] {
        background-color: #E6007E;
    }
/* /Components/CasesTabLink.razor.rz.scp.css */
.nav-link[b-sar26c84jc] {
    font-family: "Gibson Light", sans-serif;
    font-weight: 300;
    color: #D0D0D3;
    position: relative;
    cursor: pointer;
    width: 130px;
    display: flex;
    justify-content: center;
    padding: 16px 0;
}

    .nav-link:hover[b-sar26c84jc] {
        color: #11141A;
    }

    .nav-link.active[b-sar26c84jc] {
        font-family: "Gibson SemiBold", sans-serif;
        color: #11141A;
    }

    .nav-link[b-sar26c84jc]::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        background-color: #3acce1;
        transition: all 0.3s ease-in-out;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    .nav-link.active[b-sar26c84jc]::before {
        height: 3px;
        width: 100%;
    }
/* /Components/CasesTabs.razor.rz.scp.css */
.nav[b-psfivbyibt] {
    flex: 1;
    position: relative;
}

    .nav[b-psfivbyibt]::after {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #e2e7ee;
        position: absolute;
        left: 0;
        bottom: 0;
    }

/* /Components/ConfirmationDialog.razor.rz.scp.css */
.confirmation-dialog-wrapper[b-s25ajqsid9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 70px;
    gap: 24px;
}

    .confirmation-dialog-wrapper .alert-icon[b-s25ajqsid9] {
        margin: 0;
        width: 48px;
        height: 48px;
        background-color: #E6007E;
        mask: url('/images/icons/alert.svg') no-repeat center;
        mask-size: contain;
    }

    .confirmation-dialog-wrapper .confirmation-dialog-content[b-s25ajqsid9] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 100%;
        max-width: 380px;
    }

        .confirmation-dialog-wrapper .confirmation-dialog-content h3[b-s25ajqsid9] {
            margin: 0;
            font-size: 20px;
            line-height: 1.3;
            text-align: center;
        }

        .confirmation-dialog-wrapper .confirmation-dialog-content p[b-s25ajqsid9] {
            margin: 0;
            font-size: 16px;
            line-height: 1.5;
            margin: 0;
            text-align: center;
            opacity: 68%;
        }

.confirmation-dialog-action[b-s25ajqsid9] {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

    .confirmation-dialog-action button.btn[b-s25ajqsid9] {
        width: 144px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .confirmation-dialog-action button.btn.btn-secondary[b-s25ajqsid9] {
            border: 0;
        }

@media (max-width: 575px) {
    .confirmation-dialog-wrapper[b-s25ajqsid9] {
        padding: 24px;
        max-width: 90vw;
    }

    .confirmation-dialog-action[b-s25ajqsid9] {
        flex-direction: column;
        width: 100%;
    }

        .confirmation-dialog-action button.btn[b-s25ajqsid9] {
            width: 100%;
            max-width: 300px;
            display: flex;
            margin: 0 auto;
        }
}
/* /Components/ConfirmationToast.razor.rz.scp.css */
div.toast[b-hwnza82528] {
    background-color: #454F63;
    padding: 12px 32px;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 470px;
    max-width: 90vw;
}

    div.toast.fade-in[b-hwnza82528] {
        opacity: 1;
        transform: translateX(0);
    }

    div.toast.fade-out[b-hwnza82528] {
        opacity: 0;
        transform: translateX(20px);
        pointer-events: none;
    }

    div.toast p.toast-body[b-hwnza82528] {
        color: white;
        font-size: 20px;
        margin: 0;
    }

    div.toast button.btn[b-hwnza82528] {
        color: #3ACCE1;
        font-size: 16px;
        text-decoration: underline;
    }
/* /Components/ContributorBadge.razor.rz.scp.css */
.contributorBadge-capacity[b-ij6frulq9k] {
    color: #9EA0A5;
    font-size: 11px;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
}

.contributorBadge-name[b-ij6frulq9k] {
    font-size: 16px;
    line-height: 1;
    font-family: "Gibson SemiBold", sans-serif;
}

.contributorBadge-detail[b-ij6frulq9k] {
    color: #3E3F42;
    font-size: 14px;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    word-break: break-word;
}

a.contributorBadge-detail[b-ij6frulq9k] {
    text-decoration: none;
}
/* /Components/DashboardMap.razor.rz.scp.css */
#azure-map[b-83fvlhl37q] {
    height: 50vh;
    max-height: 700px;
    width: 100%;
    box-shadow: 10px 10px 30px #00000014;
}

.map-container[b-83fvlhl37q] {
    position: relative;
}

.map-overlay[b-83fvlhl37q] {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 300;
    cursor: pointer;
    transition: .2s all ease-in-out;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
}

    .map-overlay p[b-83fvlhl37q] {
        color: white;
        font-size: 24px;
        transition: .2s all ease-in-out;
    }
/* /Components/DetailsEvidenceCard.razor.rz.scp.css */
.detailsEvidenceCard[b-hiwgudccnw] {
    background-color: #f0f0f035;
    border-color: #454f6335;
    padding: 30px 50px;
}

.detailsEvidenceCard-title-wrapper[b-hiwgudccnw] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.detailsEvidenceCard .card-heading[b-hiwgudccnw] {
    margin-right: 12px;
}

.detailsEvidenceCard-chip[b-hiwgudccnw] {
    background-color: #1a9fff;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
}

.detailsEvidenceCard-chip img[b-hiwgudccnw] {
    filter: brightness(0) invert(1);
    margin-right: 12px;
}

.detailsEvidenceCard-img-wrapper[b-hiwgudccnw] {
    position: relative;
    margin-right: 32px;
}

.detailsEvidenceCard-img-wrapper .detailsEvidenceCard-files-count[b-hiwgudccnw] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6007e;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    top: -12px;
    right: -12px;
}

.detailsEvidenceCard-img-wrapper .detailsEvidenceCard-files-count span[b-hiwgudccnw] {
    color: white;
    font-family: "Gibson SemiBold", sans-serif;
    font-size: 12px;
}

.detailsEvidenceCard .card-body p[b-hiwgudccnw] {
    font-size: 14px;
    line-height: 1.5;
}

.detailsEvidenceCard button.btn[b-hiwgudccnw] {
    min-width: 139px;
    font-size: 11px;
    font-family: "Gibson SemiBold", sans-serif;
    height: 33px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #454f63;
    color: #ffffff;
    border: none;
    margin-right: auto;
}

.detailsEvidenceCard-modal.modal[b-hiwgudccnw] {
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 400;
}

.detailsEvidenceCard-modal.modal .modal-content[b-hiwgudccnw] {
    position: relative;
    padding: 60px 40px;
    border: none;
    box-shadow: 0px 1px 13px #0000001d;
    border: 1px solid #eaedf3;
}

.detailsEvidenceCard-modal.modal .modal-content button.btn-close[b-hiwgudccnw] {
    position: absolute;
    top: 20px;
    right: 20px;
}

.detailsEvidenceCard-modal.modal .modal-content img[b-hiwgudccnw] {
    margin-bottom: 16px;
}

.detailsEvidenceCard-modal.modal .modal-content h3[b-hiwgudccnw] {
    font-size: 20px;
    margin-bottom: 20px;
}

.detailsEvidenceCard-modal.modal .modal-content p[b-hiwgudccnw] {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    opacity: 0.68;
    max-width: 280px;
}

.detailsEvidenceCard-modal.modal .modal-content a.btn[b-hiwgudccnw] {
    background-color: #69d565;
    color: #ffffff;
}

@media (max-width: 575px) {
    .detailsEvidenceCard[b-hiwgudccnw] {
        padding: 16px;
    }
    .detailsEvidenceCard-title-wrapper[b-hiwgudccnw] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .detailsEvidenceCard-img-wrapper[b-hiwgudccnw] {
        margin-right: auto;
        margin-bottom: 16px;
    }
}
/* /Components/EmptyCardPlaceholder.razor.rz.scp.css */
.emptyCardPlaceholder[b-um8mta1hkm] {
  height: 100%;
}

.emptyCardPlaceholder-text[b-um8mta1hkm] {
  font-family: "Gibson", sans-serif;
  font-size: 20px;
  opacity: 0.4;
}
/* /Components/EvidenceProgress.razor.rz.scp.css */
.evidence-progress[b-l2vox4t39q] {
    padding-top: 40px;
}

    .evidence-progress .evidence-progress__heading[b-l2vox4t39q] {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        margin: 0 0 12px;
    }

    .evidence-progress .evidence-progress__title[b-l2vox4t39q] {
        font-size: 18px;
        margin: 0;
    }

    .evidence-progress .evidence-progress__value[b-l2vox4t39q] {
        font-size: 15px;
        margin: 0 0 0 8px;
        line-height: 1.5;
    }

    .evidence-progress .evidence-progress__remaining[b-l2vox4t39q] {
        color: #BCBCBC;
        font-size: 12px;
        margin: 0 0 8px;
    }

    .evidence-progress .evidence-progress__disclaimer[b-l2vox4t39q] {
        font-size: 14px;
        margin: 0;
        max-width: 75ch;
    }

    .evidence-progress .evidence-progress__loading-wrapper[b-l2vox4t39q] {
        height: 100px;
        overflow: hidden;
        width: 100%;
    }

.progress-bar__container[b-l2vox4t39q] {
    flex: 1;
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    background-color: #F0F0F0;
    position: relative;
}

.progress-bar__content[b-l2vox4t39q] {
    background: transparent linear-gradient(270deg, #69D565 0%, #3ACCE1 100%) 0% 0% no-repeat padding-box;
    height: 8px;
    border-radius: 4px;
    transition: width .2s ease-in-out;
}

    .progress-bar__content[b-l2vox4t39q]::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 70%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
        animation: wave-animation-b-l2vox4t39q 1.5s linear infinite;
    }

@keyframes wave-animation-b-l2vox4t39q {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}
/* /Components/IncidentMapViewer.razor.rz.scp.css */
#incident-map[b-mdkhm5da19] {
    height: 100%;
    width: 100%;
}

.incidentMapModal-content[b-mdkhm5da19] {
    width: 60vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1280px;
}

.map-container[b-mdkhm5da19] {
    position: relative;
    display: flex;
    flex: 1;
}

.map-overlay[b-mdkhm5da19] {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 300;
    cursor: pointer;
    transition: .2s all ease-in-out;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
}

    .map-overlay p[b-mdkhm5da19] {
        color: white;
        font-size: 24px;
        transition: .2s all ease-in-out;
    }

@media (max-width: 991px) {
    .incidentMapModal-content[b-mdkhm5da19] {
        width: 70vw;
    }
}

@media (max-width: 767px) {
    .incidentMapModal-content[b-mdkhm5da19] {
        width: 90vw;
    }
}
/* /Components/Login.razor.rz.scp.css */
.login[b-byto7g6fwe] {
    text-align: center;
}
/* /Components/MediaAuthorBadge.razor.rz.scp.css */
.mediaAuthorBadge-name[b-keacbvdjw9] {
    font-size: 16px;
    line-height: 1;
}

.mediaAuthorBadge-date[b-keacbvdjw9] {
    font-size: 12px;
    line-height: 1;
    opacity: 0.56;
}
/* /Components/MediaViewer.razor.rz.scp.css */
.mediaViewer-nav-btn[b-0apzoxvgnw] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.mediaViewer-nav-btn-left[b-0apzoxvgnw] {
    left: 0;
    position: fixed;
    z-index: 99999;
}

.mediaViewer-nav-btn-right[b-0apzoxvgnw] {
    right: 0;
    position: fixed;
    z-index: 99999;
}

.mediaViewer-filename[b-0apzoxvgnw] {
    font-size: 30px;
    font-family: "Gibson SemiBold", sans-serif;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    padding: 56px 56px 0;
    width: 100%;
    word-wrap: break-word;
}

.mediaViewer-description-wrapper[b-0apzoxvgnw] {
    left: 0;
    bottom: 0;
    position: fixed;
    padding: 0 56px 40px;
}

.mediaViewer-description-label[b-0apzoxvgnw] {
    font-size: 20px;
    font-family: "Gibson SemiBold", sans-serif;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.mediaViewer-description-value[b-0apzoxvgnw] {
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    font-size: 24px;
    color: #FFFFFF;
}

.mediaViewer-container[b-0apzoxvgnw] {
    overflow: hidden;
    max-width: 70vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .mediaViewer-container.mediaViewer-container--error[b-0apzoxvgnw] {
        align-items: center;
        justify-content: center;
        padding: 40px;
    }

        .mediaViewer-container.mediaViewer-container--error p[b-0apzoxvgnw] {
            line-height: 1.5;
        }

        .mediaViewer-container.mediaViewer-container--error div.error-icon[b-0apzoxvgnw] {
            height: 56px;
            width: 56px;
            display: flex;
            justify-content: center;
            margin-bottom: 8px;
        }

    .mediaViewer-container .pg-viewer-wrapper[b-0apzoxvgnw] {
        overflow: "initial";
    }

.mediaViewer-image[b-0apzoxvgnw] {
    display: block;
    max-width: 100%;
    max-height: 70vh;
    min-height: 200px;
}

.mediaViewer-embed[b-0apzoxvgnw] {
    width: 70vw;
    height: calc(70vh - 55px);
    border: 0;
    z-index: 99;
}


.mediaViewer-download-icon-wrapper[b-0apzoxvgnw] {
    height: 40px;
    width: 40px;
}

.mediaViewer-download-icon[b-0apzoxvgnw] {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .mediaViewer-filename[b-0apzoxvgnw] {
        font-size: 24px;
        padding: 32px 32px 0;
    }

    .mediaViewer-description-wrapper[b-0apzoxvgnw] {
        padding: 0 32px 24px;
    }

    .mediaViewer-description-label[b-0apzoxvgnw] {
        font-size: 14px;
    }

    .mediaViewer-description-value[b-0apzoxvgnw] {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .mediaViewer-filename[b-0apzoxvgnw] {
        font-size: 20px;
    }
}
/* /Components/MediaViewerInjury.razor.rz.scp.css */
.mediaViewer-nav-btn[b-jnfe9amahm] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.mediaViewer-nav-btn-left[b-jnfe9amahm] {
    left: 0;
    position: fixed;
    z-index: 99999;
}

.mediaViewer-nav-btn-right[b-jnfe9amahm] {
    right: 0;
    position: fixed;
    z-index: 99999;
}

.mediaViewer-filename[b-jnfe9amahm] {
    font-size: 30px;
    font-family: "Gibson SemiBold", sans-serif;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    padding: 56px 56px 0;
    width: 100%;
    word-wrap: break-word;

}

.mediaViewer-container[b-jnfe9amahm] {
    overflow: hidden;
    min-height: 200px;
    min-width: 200px;
    max-width: 70vw;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .mediaViewer-container .pg-viewer-wrapper[b-jnfe9amahm] {
        overflow: visible;
    }

    .mediaViewer-container .mediaViewer-sensitive-overlay[b-jnfe9amahm] {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 99;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 12px;
        font-weight: 400;
        font-family: "Gibson", sans-serif;
        line-height: 1;
        background-color: rgba(0,0,0,0.3);
    }

.mediaViewer-image[b-jnfe9amahm] {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 100%;
    max-height: 70vh;
    min-height: 200px;
}

    .mediaViewer-image.mediaViewer-image--hidden[b-jnfe9amahm] {
        filter: blur(10px);
    }

@media (max-width: 767px) {
    .mediaViewer-filename[b-jnfe9amahm] {
        padding: 32px 32px 0;
    }
}
/* /Components/NoInfoPlaceholder.razor.rz.scp.css */
.noInfoPlaceholder-text[b-7m6ykueyv3] {
  font-family: "Gibson", sans-serif;
  font-size: 15px;
  opacity: 0.4;
}
/* /Components/OtherReportedCases.razor.rz.scp.css */
.otherReported-loading-wrapper[b-kz2iwokxc9] {
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Table */
.table-responsive[b-kz2iwokxc9] {
    max-height: 60vh;
    overflow-y: auto;
}

.thead-sticky th[b-kz2iwokxc9] {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
}

.table thead tr[b-kz2iwokxc9] {
    box-shadow: 0 1px 0px #00000014;
}

.table th[b-kz2iwokxc9] {
    border: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #676767;
    font-size: 14px;
    cursor: pointer;
}

    .table th img.invert-arrow[b-kz2iwokxc9] {
        transform: rotate(180deg);
    }

.table tbody[b-kz2iwokxc9]::before {
    content: "";
    display: block;
    height: 10px;
}

.table tbody tr[b-kz2iwokxc9] {
    height: 66px;
    padding: 10px 0;
}

.table tbody td[b-kz2iwokxc9] {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
}

    .table tbody td a[b-kz2iwokxc9] {
        font-weight: 600;
        text-decoration: none;
    }

        .table tbody td a:hover[b-kz2iwokxc9] {
            text-decoration: underline;
        }

    .table tbody td[b-kz2iwokxc9]  .badge {
        width: 52px;
        height: 20px;
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .table tbody td span[b-kz2iwokxc9] {
        color: #676767;
        font-size: 14px;
    }

        .table tbody td span.unassigned[b-kz2iwokxc9] {
            font-size: 14px;
            font-weight: 600;
            color: #303338;
        }

    .table tbody td.col-number[b-kz2iwokxc9] {
        width: 5%;
    }

    .table tbody td.col-patient[b-kz2iwokxc9] {
        width: 15%;
    }

    .table tbody td.col-incident[b-kz2iwokxc9] {
        width: 20%;
    }

    .table tbody td.col-submission[b-kz2iwokxc9] {
        width: 20%;
    }

    .table tbody td.col-status[b-kz2iwokxc9] {
        width: 15%;
    }

    .table tbody td.col-severity[b-kz2iwokxc9] {
        width: 10%;
    }

    .table tbody td.col-author[b-kz2iwokxc9] {
        width: 15%;
    }
/* /Components/ProgressBar.razor.rz.scp.css */
/* Progress Bar */
.progress-bar__container[b-5aknax5l5a] {
    flex: 1;
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f0f0f0;
    position: relative;
    margin-bottom: 4px;
}

.progress-bar__content[b-5aknax5l5a] {
    background: transparent linear-gradient(270deg, #69d565 0%, #3acce1 100%) 0% 0% no-repeat
        padding-box;
    height: 8px;
    border-radius: 4px;
    transition: width 0.2s ease-in-out;
}

.progress-bar__content.progress-bar__content--success[b-5aknax5l5a] {
    background: #69d565;
}

.progress-bar__content.progress-bar__content--success[b-5aknax5l5a]::after {
    animation: none;
}

.progress-bar__content[b-5aknax5l5a]::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: wave-animation-b-5aknax5l5a 1.5s linear infinite;
}

.progress-item__value[b-5aknax5l5a] {
    font-weight: 700;
    font-size: 14px;
}

.progress-item__value .colorSuccess[b-5aknax5l5a] {
    color: #69d565;
}

.progress-item__disclaimer[b-5aknax5l5a] {
    font-size: 14px;
}

@keyframes wave-animation-b-5aknax5l5a {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}
/* /Components/ProgressItem.razor.rz.scp.css */
.progress-item[b-z9g6p98ll2] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}

.progress-item .item-title-row[b-z9g6p98ll2] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 8px;
    min-height: 25px;
}

.progress-item .item-title-row p[b-z9g6p98ll2] {
    font-size: 14px;
    margin: 0 0 4px;
}

.progress-item .item-title-row button.btn[b-z9g6p98ll2] {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-item .evidence-progress__loading-wrapper[b-z9g6p98ll2] {
    overflow: hidden;
}

.progress-item .evidence-progress__loading-wrapper .custom-loader--small[b-z9g6p98ll2],
.progress-item .evidence-progress__loading-wrapper .custom-loader--small[b-z9g6p98ll2]:after {
    width: 16px;
    height: 16px;
    border-width: 2px;
    margin: 10px;
}
/* /Components/RecentCasesPanel.razor.rz.scp.css */
/* Table */
.table thead tr[b-5ycrherocg] {
    border-bottom: 1px solid #e2e7ee;
}

.table th[b-5ycrherocg] {
    border: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #676767;
    font-size: 14px;
    cursor: pointer;
}

    .table th img.invert-arrow[b-5ycrherocg] {
        transform: rotate(180deg);
    }

.table tbody[b-5ycrherocg]::before {
    content: "";
    display: block;
    height: 10px;
}

.table tbody tr[b-5ycrherocg] {
    height: 66px;
    padding: 10px 0;
}

.table tbody td[b-5ycrherocg] {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
}

    .table tbody td a[b-5ycrherocg] {
        font-weight: 600;
        text-decoration: none;
    }

        .table tbody td a:hover[b-5ycrherocg] {
            text-decoration: underline;
        }

    .table tbody td[b-5ycrherocg]  .badge {
        width: 52px;
        height: 20px;
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .table tbody td span[b-5ycrherocg] {
        color: #676767;
        font-size: 14px;
    }

        .table tbody td span.unassigned[b-5ycrherocg] {
            font-size: 14px;
            font-weight: 600;
            color: #303338;
        }
/* /Components/RequestHistoryItem.razor.rz.scp.css */
.progress-item[b-g90it3mkmk] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 24px;
}

.progress-item .item-title-row[b-g90it3mkmk] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 8px;
    min-height: 25px;
}

.progress-item .item-title-row p[b-g90it3mkmk] {
    font-size: 14px;
    margin: 0 0 4px;
}

.progress-item .item-title-row button.btn[b-g90it3mkmk] {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-item .evidence-progress__loading-wrapper[b-g90it3mkmk] {
    overflow: hidden;
}

.progress-item .evidence-progress__loading-wrapper .custom-loader--small[b-g90it3mkmk],
.progress-item .evidence-progress__loading-wrapper .custom-loader--small[b-g90it3mkmk]:after {
    width: 16px;
    height: 16px;
    border-width: 2px;
    margin: 10px;
}
/* /Components/SensitiveSwitch.razor.rz.scp.css */
.sensitive-switch.form-switch[b-5jk1h7nxyz] {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 43px;
    padding: 0;
}

    .sensitive-switch.form-switch div.icon-mask[b-5jk1h7nxyz] {
        width: 16px;
        height: 16px;
        background-color: #ACACAC;
        mask: url('/images/icons/eye-off-bold.svg') no-repeat center;
        mask-size: contain;
        transform: scaleY(-1);
        margin-right: 6px;
    }

    .sensitive-switch.form-switch p.form-check-label[b-5jk1h7nxyz] {
        margin: 0;
        font-size: 15px;
        font-weight: 600;
    }

    .sensitive-switch.form-switch input.form-check-input[b-5jk1h7nxyz] {
        margin-top: 0;
        margin-left: 10px;
        accent-color: #E6007E;
        height: 30px;
        width: 50px;
        cursor: pointer;
        background-color: transparent;
    }

        .sensitive-switch.form-switch input.form-check-input:checked[b-5jk1h7nxyz] {
            background-color: #E6007E;
            border-color: #E6007E;
        }

    .sensitive-switch.form-switch.active[b-5jk1h7nxyz] {
        color: #E6007E;
    }

        .sensitive-switch.form-switch.active div.icon-mask[b-5jk1h7nxyz] {
            background-color: #E6007E;
        }

        .sensitive-switch.form-switch.active .icon-mask[b-5jk1h7nxyz] {
            background-color: #E6007E;
        }

@media (max-width: 1100px) {
    .sensitive-switch.form-switch[b-5jk1h7nxyz] {
        flex-direction: row-reverse;
    }

        .sensitive-switch.form-switch div.icon-mask[b-5jk1h7nxyz] {
            margin-right: 0;
            margin-left: 6px;
        }

        .sensitive-switch.form-switch input.form-check-input[b-5jk1h7nxyz] {
            margin-left: 0;
            margin-right: 10px;
        }
}
/* /Components/SidebarProgress.razor.rz.scp.css */
.sidebar-progress-container[b-39y34u7d47] {
    border-top: 1px solid rgba(70, 70, 70, 0.2);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    height: 100%;
    min-height: 0;
}

.sidebar-progress-panel[b-39y34u7d47] {
    min-height: 0;
    display: grid;
    grid-template-rows: 1fr;
    transition: grid-template-rows 0.2s ease-in-out;
}

.sidebar-progress-panel--collapsed[b-39y34u7d47] {
    grid-template-rows: 0fr;
}

.sidebar-progress-collapse-button[b-39y34u7d47] {
    padding: 16px 32px;
    border: 0;
    border-radius: 0;
    flex: 0 0 auto;
}

.sidebar-progress-collapse-button h4[b-39y34u7d47] {
    font-size: 15px;
}

.sidebar-progress-content[b-39y34u7d47] {
    min-height: 0;
    overflow-y: auto;
    padding: 0 32px;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.sidebar-progress-panel--collapsed .sidebar-progress-content[b-39y34u7d47] {
    opacity: 0;
}
/* /Components/Statements.razor.rz.scp.css */
.statements-note-button--active[b-ifvpeiz9y9] {
    background-color: #F7F7F7;
}

.statements-note-author[b-ifvpeiz9y9] {
    font-size: 13px;
    color: #8C929F;
}

.statements-note-author-text[b-ifvpeiz9y9] {
    font-family: "Gibson SemiBold", sans-serif;
    word-wrap: break-word;
}

.statements-note-title[b-ifvpeiz9y9] {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}

.statements-note-content[b-ifvpeiz9y9] {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-wrap;
    text-align: left;
}

.statements-detail-title[b-ifvpeiz9y9] {
    font-family: "Gibson SemiBold", sans-serif;
    font-size: 24px;
}
/* /Components/StatisticBadge.razor.rz.scp.css */
.card[b-wm1d3djxmy] {
    border-radius: 24px;
    background-color: transparent;
}

a.card[b-wm1d3djxmy],
a.card:link[b-wm1d3djxmy],
a.card:visited[b-wm1d3djxmy],
a.card:active[b-wm1d3djxmy] {
    text-decoration: none;
    color: #000;
}

a.card:hover[b-wm1d3djxmy] {
    background-color: rgba(255,255,255,1);
}

.card-body[b-wm1d3djxmy] {
    padding: 24px 42px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.statistic-badge-label[b-wm1d3djxmy] {
    font-size: 14px;
    color: #354052;
}

.statistic-badge-value[b-wm1d3djxmy] {
}
/* /Components/StatisticPanel.razor.rz.scp.css */
.card[b-1llwxrw6ub] {
    min-width: 300px;
    border-radius: 24px;
    background-color: transparent;
}

a.card[b-1llwxrw6ub],
a.card:link[b-1llwxrw6ub],
a.card:visited[b-1llwxrw6ub],
a.card:active[b-1llwxrw6ub] {
    text-decoration: none;
    color: #000;
}

a.card:hover[b-1llwxrw6ub] {
    background-color: rgba(255,255,255,1);
}

.card-body[b-1llwxrw6ub] {
    padding: 24px 42px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.statistic-badge-label[b-1llwxrw6ub] {
    font-size: 14px;
    color: #354052;
}

.statistic-badge-value[b-1llwxrw6ub] {
}
/* /Components/VideoPlayer.razor.rz.scp.css */
.video-player-loading-wrapper[b-h0wsm4wayn] {
    min-width: 200px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-player[b-h0wsm4wayn] {
    width: 70vw;
    height: 39.375vw;
    display: block;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #000;
    max-height: 90vh;
    overflow: hidden;
    min-height: auto;
    min-width: auto;
}

    .video-player video[b-h0wsm4wayn] {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
/* /Layout/BottomBar.razor.rz.scp.css */
.bottom-bar[b-5pnwwnqeme] {
    background-color: white;
    box-shadow: 0px 3px 26px #00000029;
    padding: 18px 30px 0;
    z-index: 400;
    transition: bottom .2s ease-in-out;
}

    .bottom-bar.bottom-bar--hidden[b-5pnwwnqeme] {
        bottom: -125px;
    }

.bottom-bar__content[b-5pnwwnqeme] {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-in-out;
}

    .bottom-bar__content.bottom-bar__content--open[b-5pnwwnqeme] {
        max-height: 500px;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-sd8dvabat1] {
    position: relative;
    display: flex;
    background-color: #fbfbfd;
}

.menu-backdrop[b-sd8dvabat1] {
    position: fixed;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 480;
    transition: all 0.2s ease-in-out;
}

.menu-backdrop.open[b-sd8dvabat1] {
    width: 100%;
}

.sidebar[b-sd8dvabat1] {
    border-right: 1px solid #eaedf3;
    background-color: #fff;
    width: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: flex-end;
    z-index: 490;
}

.sidebar.open[b-sd8dvabat1] {
    width: 350px;
    max-width: 100vw;
    box-shadow: 0px 1px 3px #0000000a;
}

.sidebar .sidebar-header[b-sd8dvabat1] {
    display: flex;
    width: 100%;
    padding: 32px;
}

.sidebar button[b-sd8dvabat1] {
    position: absolute;
    top: 16px;
    right: 16px;
}

.sidebar-content[b-sd8dvabat1] {
    padding: 0;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 350px;
}

.sidebar-brand[b-sd8dvabat1] {
    display: flex;
    align-items: center;
    font-size: 24px;
}

.ic-logo[b-sd8dvabat1] {
    margin-right: 24px;
    width: 150px;
}

.main[b-sd8dvabat1] {
    width: 100vw;
    max-width: 1920px;
    margin: 0 auto;
}

/* Header */
.top-row[b-sd8dvabat1] {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    padding: 32px 0 20px;
    background-color: #fbfbfd;
    border-bottom: 1px solid #eaedf3;
    z-index: 400;
    position: sticky;
    top: 0;
}

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

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

/* Left Content */
.search-wrapper[b-sd8dvabat1] {
    position: relative;
    max-width: 570px;
    flex: 1;
}

.search-input[b-sd8dvabat1] {
    background-color: #fff;
    border-radius: 10px;
    padding-left: 40px;
    width: 100%;
}

.search-icon[b-sd8dvabat1] {
    position: absolute;
    height: 100%;
    left: 16px;
    top: 0;
    display: flex;
    align-items: center;
}

.clear-btn[b-sd8dvabat1] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1rem;
    color: #888;
}

.clear-btn:hover[b-sd8dvabat1] {
    color: #000;
}

/* Right Content */
.btn.logout-button img[b-sd8dvabat1] {
    height: 16px;
    width: 16px;
}

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

    .main[b-sd8dvabat1] {
        padding-left: 350px;
    }

    .sidebar[b-sd8dvabat1] {
        width: 350px;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        box-shadow: 0px 1px 3px #0000000a;
    }

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

    .search-input[b-sd8dvabat1] {
        padding-left: 62px;
    }

    .search-icon[b-sd8dvabat1] {
        left: 26px;
    }
}

@media (max-width: 575px) {
    .top-row[b-sd8dvabat1] {
        padding-top: 20px;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navmenu[b-12w70v91ae] {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navmenu-content[b-12w70v91ae] {
    height: 300px;
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100vw;
}

.nav-item[b-12w70v91ae] {
    width: 100%;
}

.nav-item[b-12w70v91ae]  a {
    width: 100%;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-item[b-12w70v91ae]  a.active {
    background-color: #e5f8ff;
}

.nav-item[b-12w70v91ae]  a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.info-container[b-12w70v91ae] {
    gap: 16px;
    padding: 16px 32px;
    flex: 0 0 auto;
    margin-top: auto;
    width: 100%;
}

.loading-skeleton .rounded-circle[b-12w70v91ae] {
    width: 42px;
    height: 42px;
}

.tenant-logo-container[b-12w70v91ae] {
    background-color: var(--bg-color);
    width: 42px;
    height: 42px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tenant-logo-container img[b-12w70v91ae] {
    max-width: 100%;
    max-height: 100%;
}

.initials-container[b-12w70v91ae] {
    width: 42px;
    height: 42px;
    background: #3acce1 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    font-family: "Gibson Regular";
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-name[b-12w70v91ae] {
    font-family: "Gibson SemiBold";
    font-size: 15px;
}

.tenant-name[b-12w70v91ae] {
    font-family: "Gibson Light";
    font-size: 15px;
}

@media (min-width: 576px) {
    .navmenu[b-12w70v91ae] {
        height: auto;
        flex: 1;
    }

    .navmenu-content[b-12w70v91ae] {
        height: auto;
    }
}
/* /Pages/ApplicationPasswords.razor.rz.scp.css */
.monospace[b-f91uofsmqg] {
  font-family: "Roboto Mono", monospace;
}
/* /Pages/Authentication.razor.rz.scp.css */
.login-error-message[b-thfozh61au] {
    width: 732px;
    max-width: 90vw;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #0000000A;
    border: 1px solid #EAEDF3;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 8px;
    margin: 40px auto;
    gap: 16px;
}

.error-message-text-container[b-thfozh61au] {
    font-size: 24px;
    text-align: center;
    color: #454F63;
}

    .error-message-text-container p[b-thfozh61au] {
        font: normal normal normal 14px/21px Open Sans
    }

    .copy-link a[b-thfozh61au] {
        width: 110px;
        text-align: center;
        text-decoration: underline;
        font: normal normal normal 14px/21px Open Sans;
        letter-spacing: -0.14px;
        color: #1A9FFF;
        opacity: 1;
    }



/* /Pages/Cases.razor.rz.scp.css */
/* Scroll Observer */
.scroll-sentinel[b-bfhnswbdh6] {
    height: 1px;
}

/* Main Content */
.card[b-bfhnswbdh6] {
    padding: 0;
}

/* Heading */
.heading-wrapper[b-bfhnswbdh6] {
    gap: 40px;
    padding: 48px 32px 0;
}

/* Table */
.table-responsive[b-bfhnswbdh6] {
    overflow-y: auto;
    max-height: calc(100vh - 250px);
}

.table thead[b-bfhnswbdh6] {
    position: sticky;
    top: 0;
    z-index: 99;
}

.table tr[b-bfhnswbdh6] {
    height: 66px;
    padding: 10px 0;
}

.table thead tr[b-bfhnswbdh6] {
    box-shadow: 0 1px 0px #00000014;
}

.table th[b-bfhnswbdh6] {
    border: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #676767;
    font-size: 14px;
    cursor: pointer;
}

.table th img.invert-arrow[b-bfhnswbdh6] {
    transform: rotate(180deg);
}

.table tbody[b-bfhnswbdh6]::before {
    content: "";
    display: block;
    height: 10px;
}

.table td[b-bfhnswbdh6] {
    vertical-align: middle;
}

@media (max-width: 1250px) {
    .table-responsive[b-bfhnswbdh6] {
        overflow-y: auto;
        max-height: calc(100vh - 450px);
    }
}

@media (max-width: 991px) {
    .heading-wrapper[b-bfhnswbdh6] {
        gap: 36px;
        margin-bottom: 24px !important;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 575px) {
    .card[b-bfhnswbdh6] {
        padding: 16px 0;
    }

    .heading-wrapper[b-bfhnswbdh6] {
        gap: 16px;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.table[b-h3wb2xy79i] {
    width: 97%;
}
/* /Pages/InjuryDetail.razor.rz.scp.css */
.injuryDetail-back-button[b-mdacuprlfe] {
    height: 48px;
    width: 48px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.injuryDetail-title[b-mdacuprlfe] {
    font-size: 36px;
}

.injuryDetail-case-number[b-mdacuprlfe] {
    font-size: 24px;
}

.injuryDetail-description-title[b-mdacuprlfe] {
    font-size: 18px;
}

.injuryDetail-content-text[b-mdacuprlfe] {
    color: #9ea0a5;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.injuryDetail-content-text .injuryDetail-content-text-author[b-mdacuprlfe] {
    color: #9ea0a5;
    text-decoration: underline;
    color: #00b8ff;
}

.injuryDetail-image-button[b-mdacuprlfe] {
    border-radius: 4px;
    width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
}

.injuryDetail-image-button:hover
    .injuryDetail-image-container:not(.injuryDetail-image-container--hidden):not(
        .injuryDetail-image-container--placeholder
    )[b-mdacuprlfe] {
    transform: scale(1.2);
}

.injuryDetail-image-container[b-mdacuprlfe] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.injuryDetail-image-container.injuryDetail-image-container--placeholder[b-mdacuprlfe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #eaedf3;
    background-color: #fbfbfd;
    padding: 0 16px;
    pointer-events: none;
}

.injuryDetail-image-container.injuryDetail-image-container--placeholder img[b-mdacuprlfe] {
    height: 20px;
}

.injuryDetail-image-container:not(.injuryDetail-image-container--hidden)[b-mdacuprlfe] {
    transition: transform 0.1s ease-in-out;
}

.injuryDetail-image-container--hidden[b-mdacuprlfe] {
    filter: blur(10px);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -10px;
    left: -10px;
}

.injuryDetail-sensitive-overlay[b-mdacuprlfe] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
    font-weight: 400;
    font-family: "Gibson", sans-serif;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.injuryDetail-body-map-title[b-mdacuprlfe] {
    color: #9ea0a5;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.injuryDetail-body-map-image[b-mdacuprlfe] {
    border-radius: 4px;
}

/* Body Map */
.injuryDetail-image-wrapper[b-mdacuprlfe] {
    position: relative;
    padding: 24px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.injuryDetail-indicator[b-mdacuprlfe] {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 24px;
}

.injuryDetail-frontLeft-indicator[b-mdacuprlfe] {
    right: 15px;
    align-items: flex-end;
}

.injuryDetail-frontRight-indicator[b-mdacuprlfe] {
    left: 15px;
}

.injuryDetail-backLeft-indicator[b-mdacuprlfe] {
    left: 15px;
}

.injuryDetail-backRight-indicator[b-mdacuprlfe] {
    right: 15px;
    align-items: flex-end;
}

.injuryDetail-indicator p[b-mdacuprlfe] {
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

/* Indicator Arrows */
.injuryDetail-frontRight-indicator .injuryDetail-poligon-icon[b-mdacuprlfe] {
    transform: rotate(180deg);
}

.injuryDetail-backLeft-indicator .injuryDetail-poligon-icon[b-mdacuprlfe] {
    transform: rotate(180deg);
}

/* Body Chart */
.injuryDetail-chart-bodySection[b-mdacuprlfe] {
    fill: white;
    fill-rule: nonzero;
    stroke: black;
}

.injuryDetail-chart-bodySection--selected[b-mdacuprlfe] {
    fill: #e6007e;
}
/* /Pages/SendAppLinkPage.razor.rz.scp.css */
button.btn.sendAppLink-button-success[b-3amoilo5r8] {
    background-color: #69D565 !important;
    border-color: #69D565 !important;
}

.sendAppLink-modal.modal[b-3amoilo5r8] {
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 400;
    
}

    .sendAppLink-modal.modal .modal-content[b-3amoilo5r8] {
        position: relative;
        padding: 60px 40px;
        border: none;
        box-shadow: 0px 1px 13px #0000001D;
        border: 1px solid #EAEDF3;
    }

        .sendAppLink-modal.modal .modal-content button.btn-close[b-3amoilo5r8] {
            position: absolute;
            top: 20px;
            right: 20px;
        }

        .sendAppLink-modal.modal .modal-content img[b-3amoilo5r8] {
            margin-bottom: 16px
        }

        .sendAppLink-modal.modal .modal-content h3[b-3amoilo5r8] {
            font-size: 20px;
            margin-bottom: 20px;
        }

        .sendAppLink-modal.modal .modal-content p[b-3amoilo5r8] {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 20px;
            padding: 0;
            text-align: center;
            opacity: 0.68;
            max-width: 280px;
        }

        .sendAppLink-modal.modal .modal-content a.btn[b-3amoilo5r8] {
            background-color: #69D565;
            color: #FFFFFF;
        }

.sendAppLink-input-wrapper[b-3amoilo5r8] {
    position: relative;
}

.sendAppLink-basic-button[b-3amoilo5r8] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

    .sendAppLink-basic-button button.btn[b-3amoilo5r8] {
        padding: 10px 22px;
        font-size: 14px;
        line-height: 1;
    }


.sendAppLink-success-wrapper[b-3amoilo5r8] {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
}

.sendAppLink-success-text[b-3amoilo5r8] {
    color: #69D565;
    font-size: 16px;
    margin: 0;
}

.sendAppLink-case-form[b-3amoilo5r8] {
    padding-left: 100px !important;
}

    .sendAppLink-case-form.sendAppLink-case-form--disabled[b-3amoilo5r8] {
        opacity: 0.5;
    }

.sendAppLink-textarea[b-3amoilo5r8] {
    resize: none;
    rows: 5;
}

.sendAppLink-dropdown-menu[b-3amoilo5r8] {
    max-height: 50vh;
    overflow-y: scroll;
}


@media (max-width: 575px) {
    .sendAppLink-case-form[b-3amoilo5r8] {
        padding-left: 16px !important;
    }
}
/* /Shared/AppNotifications.razor.rz.scp.css */
.header-text[b-uwrse558z7] {
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
}
