﻿.svg-green {
    filter: brightness(0) saturate(100%) invert(28%) sepia(21%) saturate(6747%) hue-rotate(138deg) brightness(101%) contrast(80%);
}
.svg-red {
    filter: invert(30%) sepia(50%) saturate(4948%) hue-rotate(343deg) brightness(95%) contrast(105%);
}
.svg-white {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(145deg) brightness(102%) contrast(100%);
}

.notification-preview {
    cursor: pointer;
    border-left: 2px solid red;
}

.read-notification-preview {
    border-left: unset;
}

#offcanvas-notifications-individual {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.btn-clear {
    border: none;
    background-color: transparent;
}

.btn-large-icon.k-button .k-icon.k-svg-icon > svg {
    height: 36px;
    width: 36px;
}

body:not([data-bs-theme="dark"]) #navbar-global {
    background-color: rgb(25, 132, 200);
    color: white;
}

.img-powered-by-rocketclaims {
    height: auto;
    max-height: 2rem;
    max-width: 100px;
}

.link-underline-primary {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration: underline !important;
}
