.notification-bar-container{position:sticky;top:0;z-index:99999}.notification-bar{align-items:center;background-color:#e91419;color:#fff;display:flex;justify-content:center;padding:10px;position:relative;text-align:center;width:100%}.notification-bar p{color:#fff}.close-btn{cursor:pointer;height:20px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px}.close-btn:after,.close-btn:before{background-color:#fff;content:" ";height:2px;left:0;position:absolute;top:50%;transition:all .3s ease;width:100%}.close-btn:before{transform:rotate(45deg)}.close-btn:after{transform:rotate(-45deg)}.close-btn:hover:after,.close-btn:hover:before{background-color:#fed0c8}@media screen and (max-width:767px){.notification-bar{padding:10px 40px 10px 10px}}