.my-alert{position:fixed;bottom:0;left:0;width:100%;background:#000;z-index:10000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.75rem}.my-alert .alert__content{color:#fff;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;line-height:1.2}.my-alert .close-btn{width:5rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:1.75rem}