#header_social_actions .dropdown-menu {
    background: linear-gradient(rgb(121 116 116 / 50%), rgb(141 137 137 / 50%));
    padding: 20px 19px 20px 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateX(-15%);
}

#header_social_actions .dropdown-item {
    padding: 0 6px 14px 6px;
    display: flex;
    gap: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

#header_social_actions .dropdown-item:last-child {
    padding: 0 6px 0 6px;
    display: flex;
    gap: 10px;
}

#header_social_actions span {
    border-radius: 50%;
    border: 1px solid white;
    background-color: #fff;
    padding: 0 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23%;
}

#header_social_actions span img {
    width: 14px;
    height: 14px;
}


#header_social_actions .dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

#header_social_actions:hover {
    padding-bottom: 40px;
    margin-top: 40px;
}

.social_ui_mb_view .flex_mb {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.tabs_view .nav-item {
    list-style: none;
}

.tabs_view {
    display: none;
}

#header_social_actions .dropdown-item:hover span svg path {
    fill: var(--default-background-dark-color);
    font-weight: bold;
}

#header_social_actions .dropdown-item:hover span {
    background-color: white;
}

#darker_navigtaion #header_social_actions .dropdown-item:hover span svg path {
    fill: #fff;
    font-weight: bold;
}

.darker_navigtaion #header_social_actions .dropdown-item:hover span svg path {
    fill: #fff;
    font-weight: bold;
}
