.notification-td-1{
    width:30%;
    padding: 0px 3px 3px 3px;
    font-size: 13px;
    color: #676767;
}
.notification-td-2{
    width:5%;
    padding: 0px 3px 3px 3px;
    font-size: 13px;
    color: #676767;
}
.notification-td-3{
    padding: 0px 3px 3px 3px;
    font-size: 12px;
    color: #676767;
}
#notification_btn{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: 10px;
    border-radius: 10px
}
#notification_btn a{
    border-radius: 10px
}
#notification_div{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 390px;
    width: 300px;
    z-index: 10;
    margin: 10px 10px 0 10px;
    border-radius:10px 10px 0 0;
}
.notification-container{
    margin: 0;
    height: 100%;
    border-radius:10px 10px 0 0;
}
#notification-main{
    background-color: #388492;
    margin: 0;
    padding: 0;
    border-radius:10px 10px 0 0;
}

.centre-banner{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 10px;
}
.centre-banner div{
    background: #ffffff;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 5px 20px;
    box-shadow: 1px 1px 14px 1px rgba(0, 0, 0, 0.09), 0 3px 2px 0px rgba(0, 0, 0, 0.15), -1px 1px 1px -3px rgba(0, 0, 0, 0.02);
}
.modal-info-card i{
    margin-bottom: 10px;
}