.buorg {
position: absolute;
position: fixed;
z-index: 111111;
width: 100%;
top: 0px;
left: 0px;
border-bottom: 1px solid #ddd !important;
text-align: center;
color: #fff !important;
background-color: #0669B3 !important;
font: 18px var( --e-global-typography-text-font-family ) !important;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
animation: buorgfly 1s ease-out 0s;
}