5ALC3B3KZ6TQU5KXUFOIH7KHXAS3WXFTFMVSG6UKTOUVPR46ZZTQC
}
.stickybar {
position: -webkit-sticky;
position: sticky;
top: 0;
background-color: #fafafa;
cursor: default;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
width: 100%;
padding: 0 2em 0 0;
font-size: 1.6em;
z-index: 2000;
height: 56px;
line-height: 2em;
transition: height 0.3s linear 0s, padding 0.3s linear 0s;
transition: box-shadow 250ms;
}
.stickybar img {
position: relative;
top: 10px;
left: 18px;
object-fit: cover;
width: 32px;
height: 32px;
z-index: 500;
border-radius: 4px;
}
.stickybar h1 {
position: absolute;
left: 0;
top: 2px;
width:100%;
display: block;
margin: 0;
padding: 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-align: center;