/* /Shared/Components/Inbox/InboxComponent.razor.rz.scp.css */
.inboxPopUp[b-rx910ii9si] {
    position: absolute;
    top: 50px;
    right: 50px;
    border: 2px solid rgba(35,124,146,1);
    border-radius: 10px;
    background-color: white;
    width: 350px;
    height: fit-content;
    color: black;
}
/* /Shared/Components/Inbox/InboxNotification.razor.rz.scp.css */
.inboxNotification[b-8t2owuyusc] {
    padding: 10px 0 10px 0;
    margin: 0 10px 0 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid rgba(35,124,146,1);
}

.inboxNotification:last-child[b-8t2owuyusc]{
    border: none;
}

.inboxNotification p[b-8t2owuyusc] {
    margin: 0;
}
