/* View: Views/Shared/_FooterScripts.cshtml */
.float2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float2 {
    margin-top: 16px;
}

#header,
#header.fixed-top,
#header.header_bar {
    background-color: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    border-bottom: 0 !important;
    position:fixed;
}
#header {
    position: relative;
}
#header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: rgba(255,255,255,.88);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid #e4edf5;
    pointer-events: none;
}
#header .logo a { color: #1d1d1f; }
#header .navbar a,
#header .navbar a:focus,
#header.fixed-top .navbar a {
    color: #1d1d1f !important;
}
#header .navbar a:not(.btn):hover,
#header .navbar .active:not(.btn),
#header .navbar li:hover > a:not(.btn) {
    color: #009fda !important;
}
#header .navbar .btn.btn-primary {
    background-color: #ffb704 !important;
    color: #000 !important;
}
.mobile-nav-toggle {
    color: #1d1d1f !important;
    position: relative;
    z-index: 9999;
}
.mobile-nav-toggle.bi-x {
    color: #fff !important;
}

.navbar-mobile ul { background-color: #fff; }
.navbar-mobile a,
.navbar-mobile a:focus { color: #1d1d1f !important; }
.navbar-mobile a:hover,
.navbar-mobile li:hover > a { color: #009fda !important; }
