.top-alert{width:100%;position:-webkit-sticky;position:sticky;top:0;height:46px;display:flex;justify-content:center;align-items:center;z-index:1200;color:#ef6253;padding:0 15px;background-color:#f8cdc8}.top-alert.show{height:46px;opacity:1}.top-alert.hide,.top-alert.show{transition:height .5s,opacity .5s}.top-alert.hide{height:0;opacity:0}.top-alert .message{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;font-size:14px;font-weight:600}.top-alert .message>.external-icon{margin-left:4px}