/* Header */
.lt-header {
position: absolute;
width: 100%;
height: 90px;
background: transparent;
z-index: 10;
padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
}
.lt-header .nav-container {
padding: 30px 30px 0 30px;
/*position: fixed;*/
position: relative;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.lt-header .logo {
display: inline-block;
position: relative;
left: 0;
transform: none;
width: 60px;
height: 60px;
background: #000;
}
.lt-header .logo img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
margin: 0;
width: 45px;
height: auto;
}
.lt-header .service_container {
position: relative;
float: right;
top: 0;
right: 0;
width: 30px;
height: 30px;
border-radius: 50px;
}
.lt-header .service_container .blur {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 30px;
height: 30px;
border-radius: 50px;
background: rgba(255,255,255,0.2);
}
.lt-header .service_container .service_container_inner img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 20px;
height: auto;
}
.lt-header .service_container .notification {
opacity: 1;
position: absolute;
top: 35px;
left: 50%;
transform: translateX(-50%);
width:7px;
height: 7px;
border-radius: 25px;
border: none;
background: #AA0202;
right: 0;
}