.gray3{
    color: #dee2e6;
}

.img48{
    height: 48px;
    width: 48px;
}
.img72{
    height: 72px;
    width: 72px;
}

.status-icon {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    background: currentColor;
    border-radius: 50%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: .375rem;
    vertical-align: middle;
}

.incident-details tr.heading > td{
    color: #344050;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.incident-details tr.heading :hover{
    --bs-table-accent-bg: initial !important;
    color: initial !important;;
}

.incident-details td,th {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.table-nowrap  th,td {
    white-space:nowrap;
}

.focus-shadow-none :focus {
    box-shadow: unset !important;
    color: red;
}

.incident-table th,td{
    font-size: 0.83333rem !important;
}
.incident-table th{
    color: #1a68d1 !important;
}

.custom-radio-status{
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio-status input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio-status input:checked ~ .checkmark {
    background-color: transparent;
}

.custom-radio-status input:checked ~ .checkmark:after {
    display: block;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 50%;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio-status .checkmark:after {
    left: 12px;
    top: 4px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(
        45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
        45deg
    );
}

.border-top-3{
    border-top-width: 3px !important;
}

.scrollbar-solid::-webkit-scrollbar-thumb{
    background-color: rgba(116, 129, 148, 0.3) !important;
}

.scrollbar-solid::-webkit-scrollbar{
    background-color: white !important;
}
