﻿

.profile {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.avatarimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dropdownAvatar .menu {
    position: absolute;
    top: 10px;
    right: -10px;
    padding: 10px 20px;
    background: #f4eeee;
    width: 250px;
    box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}
    .dropdownAvatar .menu::before {
        content: "";
        position: absolute;
        top: -5px; 
        width: 20px;
        height: 20px;
        background: #f4eeee;
        transform: rotate(45deg);
    }
    .dropdownAvatar .menu.active {
        top: 48px;
        visibility: visible;
        opacity: 1;
        z-index: 99;
    }
    .dropdownAvatar .menu h3 {
        width: 100%;
        text-align: center;
        font-size: 18px;
        padding: 20px 0;
        font-weight: 500;
        color: #555;
        line-height: 1.5em;
    }

        .dropdownAvatar .menu h3 span {
            font-size: 14px;
            color: #cecece;
            font-weight: 300;
        }

    .dropdownAvatar .menu ul li {
        list-style: none;
        padding: 16px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
    }

       
        .dropdownAvatar .menu ul li:hover img {
            opacity: 1;
        }

        .dropdownAvatar .menu ul li a {
            display: inline-block;
            text-decoration: none;
            color: #555;
            font-weight: 500;
            transition: 0.5s;
        }

        .dropdownAvatar .menu ul li:hover a {
            color: #ff5d94;
        }

.headerRow {
    /*    background-color: #f4eeee;*/
    border-bottom: thin solid lightgray;
}

.menuRow {
    /*    background-color: #F4EEEE;*/
    border-bottom: thin solid lightgray;
}

.topIconsColor {
    height: 32px;
    width:32px;
}



/* Favourites*/
.dropdownFavourites .menu {
    position: absolute;
    top: 10px;
    right: -10px;
    padding: 10px 20px;
    background: #f4eeee;
    width: 250px;
    box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}
.dropdownFavourites .menu::before {
    content: "";
    position: absolute;
    top: -5px;
    width: 20px;
    height: 20px;
    background: #f4eeee;
    transform: rotate(45deg);
}
.dropdownFavourites .menu.active {
    top: 48px;
    visibility: visible;
    opacity: 1;
    z-index: 99;
}
.dropdownFavourites .menu h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    font-weight: 500;
    color: #555;
    line-height: 1.5em;
}
.dropdownFavourites .menu h3 span {
    font-size: 14px;
    color: #cecece;
    font-weight: 300;
}
.dropdownFavourites .menu ul li {
    list-style: none;
    padding: 16px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}
.dropdownFavourites .menu ul li:hover img {
    opacity: 1;
}
.dropdownFavourites .menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: 0.5s;
}
.dropdownFavourites .menu ul li:hover a {
    color: #ff5d94;
}
/**/


/* To Notifications*/
.dropdownTopNotifications .menu {
    position: absolute;
    top: 10px;
    right: -10px;
    padding: 10px 20px;
    background: #f4eeee;
    width: 500px;
    box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}
.dropdownTopNotifications .menu::before {
    content: "";
    position: absolute;
    top: -5px;
    width: 20px;
    height: 20px;
    background: #f4eeee;
    transform: rotate(45deg);
}
.dropdownTopNotifications .menu.active {
    top: 48px;
    visibility: visible;
    opacity: 1;
    z-index: 99;
}
.dropdownTopNotifications .menu h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    font-weight: 500;
    color: #555;
    line-height: 1.5em;
}
.dropdownTopNotifications .menu h3 span {
    font-size: 14px;
    color: #cecece;
    font-weight: 300;
}
.dropdownTopNotifications .menu ul li {
    list-style: none;
    padding: 16px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}
.dropdownTopNotifications .menu ul li:hover img {
    opacity: 1;
}
.dropdownTopNotifications .menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: 0.5s;
}
.dropdownTopNotifications .menu ul li:hover a {
    color: #ff5d94;
}
.e-grid[disable="yes"] {
    opacity: .5;
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none;
    cursor: no-drop;
    /**/