.notification{padding:22px 0;border-bottom:1px solid #f5f9fb;cursor:pointer}.notification .content-box{width:calc(100% - 65px)}.notification .content-box .title{color:#3d4661;font-weight:600;font-size:16px}.notification .content-box .txt{color:#646f79;font-size:14px}.notification .content-box .date{color:#646f79;font-size:13px;font-weight:600}.notification .icon-box{width:50px;height:50px;border-radius:50%;text-align:center;background:#3d4661;color:var(--white);margin:0 15px 0 0}.notification .icon-box i{font-size:24px;padding:12px 0}.notification.cl-info .icon-box{background:#3d4661}.notification.cl-success .icon-box{background:#1ebe9c}.notification.cl-danger .icon-box{background:var(--ne-red)}.notification.cl-warning .icon-box{background:#f2d309;color:#2e3549}