.primary-sidebar {
    width: 235px;
    height: 100vh;
    background: transparent linear-gradient(169deg, #343379 0%, #089752 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000002b;
    border-radius: 0px 20px 20px 0px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #fff !important;

    .logo-container {
        height: 121px;
        width: 100%;
        background-color: white;
        border-top-right-radius: 20px;
        opacity: 1;
        padding: 15px 60px;
    }

    ul {
        padding: 20px 16px;

        li {
            list-style-type: none;
            width: 212px;
            height: 30px;
            color: white;
            padding: 3px 13px;
            margin-bottom: 20px;
            text-align: left;
            span {
                width: 27px;
                display: inline-block;
            }
            img {
                margin-bottom: 3px;
            }
            a {
                text-decoration: none;
                font-size: 14px !important;
            }
        }
        li.active {
            background: transparent
                linear-gradient(289deg, #2d2ba8 0%, #089752 100%) 0% 0%
                no-repeat padding-box;
            box-shadow: 0px 0px 20px #0000002b;
            border-radius: 4px 0px 0px 4px;
        }
    }
}

*[dir="rtl"] .primary-sidebar {
    left: auto;
    right: 0;

    ul li {
        text-align: right !important;
    }
}

.top-navigation {
    position: fixed;
    top: 0;
    right: 0;
    padding: 22px 26px 22px calc(244px + 24px);
    width: 100%;
    z-index: 1;
    background-color: #f8f8f8;
    transition: all ease-in 100ms;
    margin-left: 24px;

    .avatar {
        vertical-align: middle;
        display: inline-block;
        width: 28px;
        height: 28px;
        border-radius: 50%;

        @include BGImageCenterCover();
    }
}
*[dir="rtl"] .top-navigation {
    padding: 22px calc(225px + 24px) 22px 26px;
}
.scroll-active {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 3px 0px 15px #85858529;
}

.container-main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.Logo {
    max-width: 100px;
    padding-top: 19px;
    padding-bottom: 19px;
}

.container-inner {
    width: 205px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 0px 20px #0000002b;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff !important;
}

[dir="rtl"] .container-inner {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    left: auto;
    right: 0 !important;
}

.admin-sidebar-wrapper .container-inner {
    width: 235px !important;
}
.admin-sidebar-wrapper .sidebar-list-item {
    width: 225px !important;
}
.admin-sidebar-wrapper .mainHomeRightContainer {
    margin-left: 240px !important;
}
[dir="rtl"] .admin-sidebar-wrapper .mainHomeRightContainer {
    margin-left: 20px !important;
    margin-right: 240px !important;
}
.admin-sidebar-wrapper .topContainer {
    padding: 22px 30px 0 260px !important;
}
*[dir="rtl"] .admin-sidebar-wrapper .topContainer {
    padding: 22px 260px 0 24px !important;
}

.menu-list {
    width: 100%;
    /* border: 1px solid black; */
    padding-top: 10px;
    list-style-type: none;
    padding-left: 33px;
    padding-right: 29px;
    background: transparent linear-gradient(170deg, #343379 0%, #089752 100%) 0%
        0% no-repeat padding-box;
    height: 100%;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 0px 20px #0000002b;
    filter: drop-shadow(0 0 20px #0000002b);
    position: relative;
    overflow: hidden auto;
}
*[dir="rtl"] .menu-list {
    padding-right: 14px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 20px;
}

.list {
    /*margin-top: 21px;*/
    padding-left: 0px;
    float: left;
    list-style-type: none !important;
    text-align: center !important;
    vertical-align: middle;
}
*[dir="rtl"] .list {
    float: right !important;
}

.menu-list li {
    display: flex;
    align-items: center;
}
.menu-list li a {
    list-style-type: none !important;
    letter-spacing: 0px;
    display: inline;
    vertical-align: middle;
    padding-top: 25px;
    padding-bottom: 20px !important;
    font-weight: 400 !important;
    width: 42px;
    height: 20px;
    text-align: left;
    font: normal normal normal 14px/21px Poppins;
    letter-spacing: 0px;
    white-space: nowrap;
    opacity: 1;
    color: white !important;
}

.menu-list .unread-mail-count {
    width: 20px;
    color: #000000;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: #ffffff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    opacity: 1;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px !important;
    margin-top: 24px !important;
    margin-left: 56px !important;
}

.list-active {
    background: transparent linear-gradient(290deg, #2d2ba8 0%, #089752 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000002b;
    border-radius: 4px 0px 0px 4px;
}
*[dir="rtl"] .list-active {
    border-radius: 0 4px 4px 0px !important;
}

.sidebar-list-item {
    opacity: 1;
    width: 196px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 30px;
    padding-left: 20px;
    font-weight: 400 !important;
    margin-left: -20px;
    font-size: 14px;
    margin-bottom: 10px;
}
*[dir="rtl"] .sidebar-list-item a {
    text-align: right !important;
}
.sidebar-list-item:first-child {
    margin-top: 25px;
}

.list-icon {
    display: inline;
    margin-right: 17px;
    background: transparent no-repeat padding-box;
    color: white;
    font-size: 14px !important;
    margin-bottom: -25px !important;
}
*[dir="rtl"] .list-icon {
    margin-left: 17px;
}

.mail-count {
    width: 21px;
    color: white;
    height: 21px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: #089752;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    font-size: 18px;
    line-height: 21px !important;
    margin-left: 24px !important;
}

li.list-item.list-active .mail-count {
    background: transparent;
    box-shadow: none;
}

.list-hover {
    display: flex;
    width: 196px;
    height: 30px;
    border: 1px solid black;
}
.footer-text {
    text-align: left;
    font: normal normal normal 12px/16px Segoe UI;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    position: absolute;
    bottom: 32px !important;
    color: #b4b4b4;
}

.mainHomeRightContainer {
    display: flex;
    flex: 1;
    margin: 91px 30px 62px 206px;
    flex-direction: column;
    overflow: hidden;
}
*[dir="rtl"] .mainHomeRightContainer {
    margin-left: 30px;
    margin-right: 206px;
}
.topContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 22px 30px 0 232px;
}
*[dir="rtl"] .topContainer {
    padding: 22px 232px 0 30px;
}

.top-bar {
    position: fixed;
    top: 0;
    right: 0;
    padding: 22px 30px 61px 232px;
    width: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0);
    transition: all ease-in 100ms;
}
.top-bar-scroll-active {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 3px 0px 15px #85858529;
}
.leftContainerImage {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.profileImage {
    width: 32px;
    height: 32px;
    margin-right: 14px;
}
*[dir="rtl"] .profileImage {
    margin-right: 0;
    margin-left: 14px;
}
.helo {
    font-size: 20px;
    font-weight: 600;
}

.nameText {
    color: #089752;
    font-size: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.idText {
    color: #838cab;
    font-size: 15px;

    font-weight: 500;
    margin: 5px;
    margin-left: 15px;
}
.langMenu {
    min-width: 6.5rem !important;
}

// profile container - name hover animation

.animate-name {
    transform: scale(1);
    transition: all 150ms ease-in;
}

.name-animation:hover {
    .animate-name {
        transform: scale(1.1);
    }
}
