﻿
.badge-container {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.notification-badge {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2%;
    right: 0;
    width: 21px;
    height: 21px;
    background-color: red;
    border-radius: 50%;
    border: 2px solid white;
    font-size: medium;
}

.notification-icon {
    margin-right: 10px;
    color: #0071b9;
    font-size: xx-large;
}

.pu_notif_dropdown {
    position: relative;
    display: inline-block;
}

.pu_notif_dropdown_content {
    display: none;
    position: absolute;
    margin-top: 12px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 3px #0071b9 solid;
    min-width: 270px !important;
    border-radius: 4px;
    min-height: 350px !important;
    overflow: visible;
}

    .pu_notif_dropdown_content::before {
        content: "";
        position: absolute;
        top: -15px;
        left: 16px;
        border-width: 0 13px 13px 13px;
        border-style: solid;
        border-color: transparent transparent #0071b9 transparent;
    }

.pu_notif_dropdown_scroll {
    max-height: 400px;
    overflow-y: auto;
}

.pu_notif_div_individual_container {
    color: black;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 10px;
    background-color: #eaf5fa;
    cursor: pointer;
    border: 0px;
}

    .pu_notif_div_individual_container:hover {
        background-color: white;
    }

.pu_btn_notification_bell {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
}

    .pu_btn_notification_bell:focus {
        outline: 0px !important;
        background-color: transparent;
        border: 0px;
    }

.pu_notif_btn_link_notif {
    color: black;
    border-radius: 5px;
    background-color: #eaeaea;
    cursor: pointer;
    border: 0px solid;
    padding-inline: 10px;
}

.pu_notif_icon_circle {
    border-radius: 50%;
    border-color: black;
    border: 1px black solid;
    padding: 6px;
    max-width: 35px;
    min-width: 35px;
    text-align: center;
}

.pu_notif_cell_no {
    max-width: 35px;
    text-align: left;
}

.pu_notif_cell_subject {
    max-width: 300px;
    text-align: left;
}

.pu_notif_cell_message {
    max-width: 600px;
    text-align: left;
}

.pu_notif_cell_date {
    max-width: 150px;
    text-align: left;
}

.pu_notif_btn_subject_table {
    color: blue !important;
    background-color: transparent;
    border: 0px solid;
    text-decoration: underline;
    text-align: left;
}

    .pu_notif_btn_subject_table:hover {
        text-decoration: none;
    }