﻿[data-nav='matches'], [data-nav='interviews'], [data-nav='chat'], [data-nav='settings'] {
    opacity: 0.5;
    pointer-events: none;
}

.header-col {
    visibility:hidden;
}

.log-out-item {
    display:none;
}

.my-profile-item {

}

.my-profile-item {
    color: transparent;
    position: relative;
}

    .my-profile-item::after {
        content: "כניסה לרשומים";
        color: black;
        position: absolute;
        right: 10px;
        top: 3px;
        text-align:right;
    }