.notificationcontent {
    padding-top: 10px;
    line-height: 1px;
    width: 100%;
    height: 400px;
    overflow-y: auto;
}

.messagestyle {
    color: blue;
    border-bottom: 1px solid blue;
    padding-bottom: 20px;
    padding-top: 10px;
    cursor: pointer;
}
.messagestyle2 {
    color: initial;
    border-bottom: 1px solid #98a0ab;
    padding-bottom: 20px;
    padding-top: 10px;
    cursor: pointer;
}

.contrinert {
    line-height: 2px;
    text-align: center;
}
.notificationCount {
    font-weight: 700;
    bottom: 0;
}

.contentDisplay {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20;
}
.contentContainer {
    color: #98a0ab;
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    height: auto;
}
.messageHeading {
    width: 380; /* Set width of the box */
    font-weight: 700;
    color: black;
}
.hours {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    line-height: 2px;
}
.actinbutton {
    margin-left: auto;
}
.imageStyle {
    width: 50px;
    height: 50px;
}
.textContent {
    margin-left: 10px;
}
.content {
    font-size: 12px;
    line-height: auto;
}
