.BSSE{
    width: 100%;
    height: calc(50px + (env(safe-area-inset-top))*0.8)!important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    border-bottom: solid 1px rgba(0,0,0,.08);
    opacity: 1;
    pointer-events: all;
    transition: all 300ms ease;
    background: #fff;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.BSSE1{
    width: 150px;
    left: 50%;
    margin-left: -75px;
    text-align: center;
    position: absolute;
    height: 50px;
    line-height: 49px;
    font-size: 14px;
    color: inherit;
    font-weight: 600;
    z-index: 1;
    font-family: inter,sans-serif;
    margin-top: calc((env(safe-area-inset-top))*0.8)!important;
}
.BSSE1:hover{
    color: #000;
}
.header-auto-show{
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease;
}
.header-active{
    opacity: 1;
    pointer-events: all;
    transition: all 300ms ease;
}
.header-icon-1{
    left: 0;
}
.header-icon-4{
    right: 0;
}
.header-icon{
    position: absolute;
    height: 50px;
    width: 45px;
    text-align: center;
    line-height: 49px;
    font-size: 12px;
    color: inherit;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent!important;
    margin-top: calc((env(safe-area-inset-top))*0.8)!important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.BHHy1{
    width: 18px;
    height: 18px;
    color: inherit;
    fill: currentColor;
}

/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px){
    
}
/* SMARTPHONE */
@media only screen and (min-width: 0px) and (max-width: 767px){
    .BSSE1{
        font-size: 18px;
    }
}