.footer-bar-xpand u {
    background-color: rgba(255, 255, 255, .2)
}

.footer-bar-xpand {
    margin-left: -3px
}

.footer-bar-xpand span {
    font-size: 10px !important
}

.footer-bar-xpand .active-nav em,
.footer-bar-xpand .circle-nav strong {
    background-image: linear-gradient(to bottom, #5d9cec, #4a89dc) !important
}

.footer-bar-xpand .circle-nav span {
    font-size: 11px !important;
    margin-top: -8px !important
}

.footer-bar-xpand .circle-nav i {
    transform: translateY(-21px) translateX(0);
    color: #fff !important;
    opacity: 1 !important;
    font-size: 20px !important;
    position: relative;
    z-index: 2
}

.footer-bar-xpand .circle-nav svg {
    width: 25px !important;
    height: 25px !important;
    stroke: #fff !important;
    fill: rgba(255, 255, 255, .1) !important;
    transform: translateY(-25px) translateX(-1px) !important;
    position: relative;
    z-index: 2
}

.footer-bar-xpand .circle-nav u {
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    z-index: 0
}

#footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    display: flex;
    min-height: 75px;
    border-top: solid 1px rgb(243 243 243 / 26%);
    text-align: center;
    transition: transform 350ms ease !important;
    -webkit-backdrop-filter: blur(20px);
    margin: 0;
    background: rgb(0 0 0);
    -webkit-backdrop-filter: blur(8px);
    background-color: hsl(0deg 0% 100% / 85%);
    transform: translateZ(0);
    box-shadow: 0 0 65px rgba(0, 0, 0, .07);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(8px);
    font-family: 'Font Awesome 6 Pro';
}

.footer-bar-xpand i {
    transform: translateY(-2px);
    opacity: initial;
    color: #1798e0
}

.footer-bar-xpand .active-nav em {
    position: absolute;
    width: 40px;
    height: 2px;
    border-radius: 60px;
    left: 50%;
    top: 55px;
    transform: translateX(-50%);
   background-image: linear-gradient(to bottom, #ffffff 0, rgba(255, 255, 255, .15) 100%) !important;
}

.px {
    margin: 48px
}

#footer-bar a span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: -6px;
   
    font-family: Barlow, sans-serif !important;
    color: #202d3e;
}

.footer-bar-xpand .circle-nav strong {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    left: 50%;
    top: -23px;
    z-index: 0;
    transform: translateX(-50%);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .09);
    animation: footerAni 1s infinite;
    background-image: linear-gradient(to bottom, #1b55bf 0, #1740bf 100%) !important
}

#footer-bar a {
    color: #fff;
    padding-top: 14px;
    position: relative;
    flex: 1 1 auto
}

#footer-bar a span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 10px;
    font-weight: 800;
    margin-top: -10px;
 
    font-family: Barlow, sans-serif !important
}

#footer-bar a i {
    font-size: 19px;
    position: relative;
    z-index: 2;
    font-style: normal !important
}

#footer-bar a svg {
    transform: translateY(-6px)
}

#footer-bar .badge {
    font-style: normal;
    z-index: 5;
    top: 0;
    position: absolute;
    margin-left: 3px;
    color: #fff !important;
    width: 18px;
    text-align: center;
    line-height: 18px;
    padding: 0;
    padding-left: 0 !important;
    border-radius: 18px;
    margin-top: 7px;
    font-size: 11px
}

#footer-bar.position-relative {
    z-index: 2 !important
}

#footer-bar {
    height: calc(65px + (constant(safe-area-inset-bottom))*1.1);
    height: calc(65px + (env(safe-area-inset-bottom))*1.1)
}

.top-bar-content p {
    font-family: poppins, open sans, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin: 10px 0 0 0
}

.footer-bar {
    height: calc(65px + (constant(safe-area-inset-bottom))*1.1);
    height: calc(65px + (env(safe-area-inset-bottom))*1.1)
}

@media (min-width:1164px) {

    #footer-bar,
    .flag {
        display: none
    }
}