.popover__title {
    color: #dfdfdf;
}
.popover__wrapper {
    position: relative;
}
.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /* left: -433px; */
    right: 19.5px;
    top: 50px;
    transform: translate(0, -1px);
    background-color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    width: auto;
    min-width: 480px;
    max-height: 650px;
    padding: 0;
    border: 0.1px solid #fff;
    border-radius: 4px;
}
.popover__content:before {
    position: absolute;
    z-index: -1;
    content: '';
    right: calc(50% - 240px);
    top: -11px;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    transition-duration: 0.1s;
    transition-property: transform;
}
.popover__wrapper .popover__content {
    z-index: 999;
    opacity: 1;
    /* visibility: visible; */
    transform: translate(0,-5px);
    transition: all 0.1s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.popover__message {
    text-align: center;
}

.horizontal-center {
    display: flex;
    justify-content: center;
}

.fa-bell-color {
    color: #999999;
}
.fa-bell-color:hover {
    color: #666666;
}

.vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-group-item-container {
    display: flex;
    flex-wrap: nowrap;
}

.flex-container-up-down {
    display: flex;
    flex-direction: column;
}

.notification-center-content {
    font-size: 15px;
    /* height: 50px;  */
    width: 350px; 
    /* word-wrap: break-word; */
}

.top-left-corner {
    position: relative;
}

.top-right-corner {
    position: absolute;
    top: 0px;
    right: 0px;
}

.notification-table {
    border: 0px !important;
    border-bottom: 1px solid #ddd !important;
}