.my-header-wrapper {
    background-color: var(--color-3);
    z-index: 11;
}

.my-header-wrapper,
.tabs-myheader {
    position: relative;
}

.tabs-myheader {
    z-index: 1;
}

.my-header {
    min-height: 130px;
    position: relative;
}

    .my-header > .col-sm-12:first-child {
        display: flex;
        align-items: center;
    }

    .my-header > .col-sm-12.d-md-block > .row {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .my-header .my-name {
        color: #fff;
        margin: 0 !important;
        font-size: 30px;
    }

    .mobile-membersearch .input-group-append.border-bottom,
    .my-header .input-group-append.border-bottom {
        display: none;
    }

    .my-header > .col-sm-12.d-md-block .form-row {
        display: flex;
        justify-content: end;
        padding-bottom: 10px;
    }

    .dashboard-overview .my-header .form-group input::placeholder,
    .my-header .form-group input::placeholder {
        color: white;
        opacity: .5;
    }

    .my-header .form-group-member > .input-group {
        position: relative;
    }

        .mobile-membersearch .form-group-member > .input-group:after,
        .my-header .form-group-member > .input-group:after {
            position: absolute;
            content: "\f002";
            top: 4px;
            right: 4px;
            color: #fff;
            font-family: "Font Awesome 5 Pro";
        }

.mobile-membersearch .form-group-member > .input-group:after {
    color: var(--color-3);
}

.dashboard-overview .my-header .form-group label,
.dashboard-overview .my-header .form-group input[type=text],
.my-header .form-group label,
.my-header .form-group input[type=text] {
    color: #FFFFFF;
}

.form-group-member svg {
    fill: #ffffff;
}

.membersearch-items {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dropdown-membersearch {
    background: #f4f4f4;
    border: 1px solid #E0E3E4;
    box-sizing: border-box;
    min-width: 520px;
    position: absolute;
    z-index: 100;
    font-size: 14px;
    padding: 20px;
    right: 7px;
    margin-top: 80px;
}

    .dropdown-membersearch .membersearch-item {
        border-bottom: 1px solid #e2e2e2;
        padding: 10px 0;
    }

        .dropdown-membersearch .membersearch-item:last-child {
            border-bottom: 0;
        }

        .dropdown-membersearch .membersearch-item h3 {
            color: #004489;
            font-size: 1.6rem;
            line-height: 2rem;
            font-weight: 600;
        }

    .dropdown-membersearch .btn-friend-request {
        line-height: 1.8rem;
    }

    .dropdown-membersearch label {
        text-align: left;
        display: block;
    }

    .dropdown-membersearch label,
    .dropdown-membersearch p,
    .dropdown-membersearch small {
        color: #004489;
    }

@media (max-width: 760px) {
    .dropdown-membersearch {
        width: 97%;
        min-width: 350px;
        margin-top: 15px;
    }

        .dropdown-membersearch .btn-friend-request {
            padding: 7px;
        }
}

.template__tabs a.nav-link {
    color: var(--color-3);
    transition: opacity .3s ease;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
}

.tabs--news {
    background-color: #ededed;
}

.tab-menu {
    display: flex;
    align-items: center;
    height: 80px;
}

.tabs--news .filter__item {
    display: none;
}

.template__tabs a.nav-link.dot {
    background-color: var(--color-3);
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-header .btn-friend-request {
    border-radius: 100px;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 12px;
}

@media (max-width: 1260px) {
    .tabs--news .navlink-container:not(.d-sm-none) {
        display: none;
    }

    .tabs--news .tab {
        display: none;
    }

    .tab-menu {
        justify-content: space-between;
        gap: 15px;
    }

    .tabs--news .filter__item {
        display: block;
        flex: 1;
    }
}

.my-header .custom-dropdown {
    background: #fff;
    box-sizing: border-box;
    max-height: 230px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    z-index: 100;
    width: calc(100% - 16px);
    font-size: 14px;
    margin-left: 0;
    min-width: 355px;
}

.my-header .custom-dropdown {
    margin-top: 30px;
    margin-left: 130px;
    border: 1px solid #ccc;
    padding: 0;
}

    .my-header .custom-dropdown .custom-dropdown-item {
        padding: 5px 15px;
    }

        .my-header .custom-dropdown .custom-dropdown-item:hover {
            background-color: var(--color-1);
        }

    .my-header .custom-dropdown .clickable {
        cursor: pointer;
    }

    .my-header .custom-dropdown .custom-dropdown-item label {
        margin-bottom: 0;
        text-align: left;
        display: block;
        color: var(--color-3);
    }

.my-header .btn.btn-outline-secondary {
    border-color: #ced4da;
}

.tabs-myheader.template__tabs a.nav-link {
    padding: 7px 15px;
}

.tabs-myheader .tab.active {
    background-color: var(--color-3);
    color: #fff;
}

@media (max-width: 760px) {
    .notifications {
        background: #FFF;
        border: 1px solid #E0E3E4;
        box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
        box-sizing: border-box;
        max-width: 320px;
        max-height: 400px;
        overflow-y: auto;
        position: absolute;
        z-index: 100;
        font-size: 14px;
        padding: 10px 20px;
        margin-top: 10px;
        color: #051219;
        line-height: 1.5;
        border-radius: 3px;
    }

    .notification-arrow {
        content: "\A";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 14px solid white;
        position: absolute;
        margin-left: 8px;
        margin-top: 0px;
        z-index: 1000;
    }

    .notifications .notification {
        padding: 12px 8px;
        border-bottom: 1px solid #efefef;
    }

        .notifications .notification:last-child {
            border-bottom: 0;
        }

    .notification-count {
        position: absolute;
        background-color: var(--color-3);
        color: #FFF;
        font-size: 10px;
        padding: 3px 5px 1px 5px;
        margin-top: -14px;
        border-radius: 3px;
        margin-left: -9px;
        font-weight: 900;
        display: inline-block;
        float: right;
        z-index: 8;
        border: 2px solid #fff;
    }

    .notifications.mobile-membersearch {
        max-height: 420px;
        height: 100vh;
    }

    .notifications {
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 300px;
    }
}

@media (max-width: 576px) {
    .tabs-myheader {
        z-index: 11;
    }
}