.icon-container {
    position: relative;
}

.icon-div {
    border: 1px solid #ff5500;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 1px;
    right: 0px;
    border-radius: 11px;
    background-color: #ff5500;
}

.icon-text {
    text-align: center;
    line-height: 1 !important;
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
    display: block;
    font-size: medium;
}

.notificationDiv {
    position: absolute;
    top: 50px;
    z-index: 999;
    max-height: 666px;
    width: 666px;
    overflow: auto;
    box-shadow: -10px 10px 10px rgba(170, 170, 170, 0.7);
    border: 1px solid rgba(102, 102, 102, 0.9);
}

.notification-body {
    min-height: 60px;
    padding: 23px !important;
}

.notificationDiv small {
    font-weight: bold;
}