.site-top-container{
margin:0;
background-color:#dd4f4f;
color:#000;
font-size:20px;
font-weight:500;
text-align:center;
padding:16px;
border:2px dashed #000;
position:relative;
display:flex;
justify-content:space-between;
align-items:center;
max-width:100%;
display: none;
}
.site-top-msg{
flex-grow:1;
}
.close-container{
width:36px;
margin-left: 16px;
background-color:#c94444;
display:flex;
justify-content:center;
align-items:center;
cursor:pointer;
}
.close-btn{
color:#000;
font-size:20px;
font-weight:bold;
pointer-events:none;
}