html, body {
overflow-x: hidden;
} .gt_switcher,
.gtranslate_wrapper,
.gt_switcher_wrapper,
#gt-nvframe {
display: none !important;
}
.jm-top-bar {
background: #3e4146;
height: 46px;
line-height: 36px;
font-size: 0;
position: relative;
z-index: 1000;
padding-top: 10px;
overflow: hidden;
width: 100%;
max-width: 100vw;
box-sizing: border-box;
}
.jm-top-bar .container-fluid {
padding-left: 20px;
padding-right: 20px;
}
.jm-top-bar-inner {
display: flex;
align-items: center;
justify-content: space-between;
height: 36px;
position: relative;
overflow: hidden;
} .jm-top-social a {
display: inline-block;
color: #ffffff;
font-size: 22px;
margin-right: 14px;
text-decoration: none;
transition: color 0.2s ease;
line-height: 36px;
}
.jm-top-social a:hover {
color: #00aeef;
} .jm-top-flags {
display: flex;
align-items: center;
gap: 8px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.jm-top-flags a {
display: inline-flex;
align-items: center;
justify-content: center;
opacity: 0.55;
transition: opacity 0.2s ease, border-color 0.2s ease;
border-bottom: 3px solid transparent;
padding-bottom: 0;
line-height: 1;
text-decoration: none;
}
.jm-top-flags a:hover {
opacity: 1;
}
.jm-top-flags a.jm-flag-active {
opacity: 1;
border-bottom-color: #00aeef;
}
.jm-top-flags a img {
width: 24px;
height: 24px;
display: block;
border-radius: 2px;
} .jm-top-login a {
display: inline-block;
color: #ffffff;
font-size: 22px;
text-decoration: none;
transition: color 0.2s ease;
line-height: 36px;
}
.jm-top-login a:hover {
color: #00aeef;
}
.jm-top-login a.jm-logged-in {
color: #4caf50;
}
.jm-top-login a.jm-logged-in:hover {
color: #66cc6a;
} .jm-top-social a .fa-whatsapp {
font-size: 25px;
} .header-mobile .header-user {
display: none !important;
} @media (max-width: 767px) {
.jm-top-bar {
padding-top: 0;
height: 32px;
line-height: 32px;
}
.jm-top-bar .container-fluid {
padding-left: 12px;
padding-right: 12px;
}
.jm-top-bar-inner {
height: 32px;
}
.jm-top-social a {
font-size: 19px;
margin-right: 10px;
line-height: 32px;
}
.jm-top-social a .fa-whatsapp {
font-size: 21px;
}
.jm-top-flags {
gap: 6px;
}
.jm-top-flags a img {
width: 20px;
height: 20px;
}
.jm-top-login a {
font-size: 19px;
line-height: 32px;
}
}