.site-branding {
    min-width: auto !important;
}

.augmented-avatar {
    width: 8rem;
    height: 8rem;
    object-fit: cover;
    border-radius: 50rem !important;
    object-position: top;
}

.notices {
    z-index: 999999 !important;
}

.btn-login {
    background-color: var(--warning) !important;
    border-radius: 5rem;
    padding: .5em 1rem !important;
}

.btn-login:hover {
    background-color: var(--slr-yellow-90) !important;
    color: rgba(0, 0, 0, .7) !important;
}

/* #global_search_container .global-searchbar-button {
    overflow: hidden;
    margin: 0 1rem;
}

#global_search_container .global-searchbar-button .search-text {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.3s ease, opacity 0.3s ease, margin-left 0.3s ease;
}

#global_search_container .global-searchbar-button:hover .search-text {
    max-width: 200px;
    opacity: 1;
    margin-left: 0.25rem;
} */

/* ============================================
   Fixed Button
   ============================================ */

.global-search-button-container {
    width: 100%;
    position: fixed;
    top: calc(90px + 0.5rem);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.global-search-button-container .global-search-fixed {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    transition: all 0.3s ease;
    z-index: 401;
    pointer-events: auto;
}

.global-search-button-container .global-search-fixed:hover {
    transform: translateY(-1px) scale(1.02);
}

.global-search-button-container .global-search-fixed .content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.global-search-button-container .global-search-fixed .custom-icon {
    border-radius: 50%;
    color: #ffffff;
}

.global-search-button-container .global-search-fixed .text {
    color: var(--primary);
    background: linear-gradient(90deg,
            var(--primary) 0%,
            var(--primary) 40%,
            var(--warning) 50%,
            var(--primary) 60%,
            var(--primary) 100%);
    background-size: 250% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: 0% center;
    animation: shimmer 4s ease-in-out infinite;
    animation-direction: normal;
    font-weight: 600;
    position: relative;
}

.global-search-button-container .global-search-fixed .text::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg,
            var(--primary) 0%,
            var(--primary) 40%,
            var(--warning) 50%,
            var(--primary) 60%,
            var(--primary) 100%);
    background-position: 0% center;
    animation: shimmer 4s ease-in-out infinite;
    animation-direction: normal;
    background-size: 250% auto;
    filter: blur(8px);
    opacity: 0.6;
}

@keyframes shimmer {
    0% {
        background-position: 100% center;
    }

    40% {
        background-position: 0% center;
    }

    100% {
        background-position: 0% center;
    }
}

article {
    background-color: white;
}

kbd {
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.2),
        0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
    color: #333;
    display: inline-block;
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    white-space: nowrap;
}

p {
    margin: 0 !important;
}

button.button {
    line-height: 1 !important;
}

@keyframes clignote {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.notification-dot {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    border-radius: 50%;
    display: block;
    border: 1px solid #fff;
    animation: clignote 1.5s infinite;
}

#buddypress .site-header-wrapper {
    height: 50px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #fafafa69;
    z-index: 99;
}

#loading-image {
    z-index: 100;
}

#scrollUp i {
    font-weight: 600 !important;
}

.progress-sli::-webkit-progress-value {
    background-color: var(--primary);
}

.progress-sli::-moz-progress-bar {
    background-color: var(--primary);
}

.progress-sli::-ms-fill {
    background-color: var(--primary);
    border: none;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

.contactnetworkmain {
    height: 1400px;
}

.contactnetwork {
    height: 680px;
}

.topicsimgradar {
    max-height: 300px;
}

.topicsboxradar {
    max-height: 340px;
    padding: 5px;
}

@media screen and (max-width: 640px) {
    .register-block {
        flex-direction: column;
    }

    .site-logo-wrapper img {
        width: 150px !important;
    }    

    @media print {
        #scrollUp {
            display: none;
        }
    }

    .logofront {
        display: inline;
        max-width: 90%;
    }

    .logofront_landing {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .inputphase {
        border-radius: 5px;
        color: #3e8ed0;
        outline: none;
        background-color: white;
        padding: 20px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
    }

    .inputbloclanding {
        width: 100%;
        height: 52px;
        padding-left: 10px;
        padding: 20px;
        border-radius: 20px;
        border: 0px solid;
        color: #3e8ed0;
        outline: none;
        margin-left: 0px;
    }

    .inputfacetedsearch {
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 100px;
    }

    input[type="search"],
    textarea {
        color: #666;
        border: 1px solid var(--global-border-color);
        border-radius: 15px;
        padding-left: 20px;
        min-height: 30px;
    }

    .box-indicator {
        max-height: 100px;
    }

    .tag-sli:not(body).is-link {
        background-color: #8833d3;
        color: #fff;
        height: 1.6em;
    }

    .timeline {
        display: none;
    }
}

@media screen and (min-width: 641px) and (max-width: 4000px) {
    .site {
        padding-top: 0px;
        background-position: center;
        background-position: 50% 75%;
        background-size: 65% 80%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        min-height: 1080px;
    }

    #map {
        height: 996px;
    }

    .site-wrapper {
        margin: 0rem 0;
    }

    .logofront_landing {
        width: 40%;
        margin-left: 30%;
        margin-top: 3%;
        margin-bottom: 2%;
    }

    .logofront {
        display: inline;
        max-width: 750px;
    }

    .inputbloc {
        width: 50vw;
        max-width: 700px;
        height: 44px;
        padding: 20px;
        border-radius: 20px;
        border: 0px solid;
        color: #3e8ed0;
        outline: none;
        margin-left: 0px;
    }

    .inputphase {
        border-radius: 20px;
        color: #3e8ed0;
        outline: none;
        background-color: white;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 1px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .inputbloclanding {
        width: 100%;
        height: 52px;
        padding-left: 10px;
        padding: 20px;
        border-radius: 20px;
        border: 0px solid;
        color: #3e8ed0;
        outline: none;
        margin-left: 0px;
    }

    .inputfacetedsearch {
        margin-left: 12%;
        padding-top: 100px;
    }

    .box-indicator {
        max-height: 100px;
    }

    .tag-sli:not(body).is-link {
        background-color: #8833d3;
        color: #fff;
        height: 1.6em;
    }
}

@media screen and (max-width: 768px) {
    .inputbloc {
        width: 80vw;
    }

    .site-branding {
        flex: none !important;
    }

    .global-search-button-container {
        bottom: 3.5rem;
        top: auto;
    }
}

.site-wrapper {
    min-height: calc(100vh - 100px);
}

#primary {
    min-height: calc(100vh - 100px);
}

.site-info {
    padding-top: 0px;
    padding-bottom: 0px;
}

.datamap {
    border: none;
    width: 620px;
    height: 400px;
    position: relative;
    margin-left: 5%;
}

.contacts_map {
    border: none;
}

.contact_map_legend {
    border: none;
}

.contactnetwork {
    height: 720px;
}

.healthnews {
    padding-top: 50px;
}

.tabs-content li {
    display: none;
    list-style: none;
}

.tabs-content li.is-active {
    display: block;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

#group-manage-members-ui .uname-column .profile-photo {
    margin-right: 1em;
    width: 5%;
}

.mce-edit-area mce-container mce-panel mce-stack-layout-item {
    background-color: white;
}

div.doc-content {
    padding: 20px;
    border: 3px solid #f3f3f3;
    background-color: white;
}

.bp-docs-nav li {
    background-color: #f5f5f5;
}

.doctable {
    background-color: white;
}

.bp-single-vert-nav .item-body:not(#group-create-body) {
    left: auto;
    background: rgb(255, 255, 255);
    border-left: 1px solid #d6d6d6;
    float: left;
    margin: 0;
    min-height: 400px;
}

.slim-tag {
    height: 1.2rem !important;
}

@media screen and (min-width: 1216px) {
    .container {
        max-width: 90% !important;
    }
}

@media (min-width: 799px) {
    .has-free-tag::after {
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
        top: -5.1rem;
        left: 0.5rem;
        padding: 0 3px;
        font-size: 0.5rem;
        content: "FREE";
        align-self: end;
        color: #fff;
        background-color: #f14668;
        border: 2px outset #ff4a6e;
        border-radius: 40px;
    }
}

@media (min-width: 768px) {
    body.more-menu-enable .site-header-wrapper {
        height: 90px !important;
    }

    .nav--toggle-sub ul ul {
        transition: none !important;
    }

    .main-navigation #user-profile-menu {
        transition: none !important;
    }
}

.site-sub-header {
    display: none;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    max-width: 450px;
}

@media screen and (max-width: 376px) {

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        max-width: 334px;
    }
}

#buddypress.buddypress-wrap .bp-navs ul.bp-priority-object-nav-nav-items {
    width: 100%;
}

@media screen and (min-width: 46.8em) {
    .buddyx-nav-iconic nav#object-nav.vertical a {
        width: 100%;
    }
}

@media screen and (max-width: 46.8em) {
    #buddypress.buddypress-wrap #item-body {
        width: 100%;
    }
}