html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow: hidden;
}

body {

    font-stretch: normal;
    font-style: normal;
}

.sticky-offset {
    z-index: inherit;
}

#sidebar-container {
    height: 100vh;
    background-color: var(--brown);
    padding: 0;
}

/* Sidebar sizes when expanded and expanded */

.sidebar-expanded {
    width: 100%;
}

.sidebar-collapsed {
    width: 6rem;
}

/* Menu item*/

#sidebar-container .list-group a {
    height: 5rem;
    color: var(--white);
}

/* Submenu item*/

#sidebar-container .list-group .sidebar-submenu a {
    height: 4.5rem;
    padding-left: 3rem;
}

.sidebar-submenu {
    font-size: var(--font-size-11);
}

/* Separators */

.sidebar-separator-title {
    background: none;
    text-align: center;
}

.sidebar-separator {
    background-color: var(--popup);
    height: 2.5rem;
}

.logo-separator {
    height: 8.5rem;
}

/* custom own css */

/* header logo padding */

.navbar-brand {
    padding-top: unset;
    padding-bottom: unset;
}

/* top header background color */

.bg-primary {
    background-color: var(--white) !important;
    border-bottom: 1rem solid var(--gray);
    max-height: 11.4rem;
    z-index: inherit;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    z-index: 9;
    width: 100%;
    clear: both;
}

/* body background color */

.col.py-3 {
    background-color: var(--dark-slate-gray);
}

.navbar-left {
    border-right: 0.1rem solid var(--gray);
    width: 100%;
    background-image: url(../../images/transparent-logo.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    max-width: 10rem;
    background-position: center center;
    height: 7.5rem;
    cursor: pointer;
    max-width: 11.5rem;
}

.navbar-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.navbar-nav {
    float: right;
    flex-direction: row;
    margin-right: 0rem;
    align-items: center;
    justify-content: center;
}

.headerBtn,
.liveCallBtn {
    margin-right: 1.5rem;
}
.liveCallIcon {
    width: 100%;
    max-width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.8rem;
}
.navBarLeftTitle {
    float: left;
}

.navbar-nav li:hover {
    background-color: var(--dark-white);
}

.nav-item a {
    cursor: pointer;
    display: block;
}

.navbar-title {
    font-size: var(--font-size-15);
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    color: var(--black);
    line-height: 6.99rem;
    float: left;
}

.navbar-sub-title {
    color: var(--red);
}

/* red-border*/

.red-border {
    border-radius: 0.3rem;
    padding: 0.2rem;
}

/* single menu */

.list-group-item {
    padding: 1.5rem 0 2.2rem 0;
}

.menu-style {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6rem;
    color: var(--white);
    margin-top: 0.3rem;
    display: inline-block;
    margin-bottom: 0.3rem;
}

/* menu border */

.list-group-item {
    border: unset;
    cursor: pointer;
}

.padding-unset {
    padding: unset;
}

.list-group-item:nth-child(1) img {
    width: 1.6rem;
}
.navIcon img {
    width: 100%;
    max-width: 2rem;
    max-height: 2rem;
    text-align: center;
    object-fit: fill;
    margin-top: 0.7rem;
}

.list-group-item:nth-child(6) .menu-style {
    position: relative;
    left: -0.098rem;
}

/* menu hover*/
.list-group-item.active {
    background-color: var(--red);
}

.list-group-item .recentCount{
    background-color: var(--red);
    color: var(--white);
    line-height: 2rem;
    height: 2rem;
    border: 0.01rem solid rgb(from var(--white) r g b / 59%);
}
.list-group-item.active .recentCount {
    background-color: var(--white);
    color: var(--red) !important;
    line-height: 1.8rem;
    height: 1.8rem;
}
.list-group-item:hover {
    background-color: var(--slate-gray);
}

.list-group-item.active:hover {
    background: var(--red);
}

.list-group-item.active:hover {
    background: var(--red);
}

.list-group-item:first-child:hover {
    background: none;
}

.profile-menu:hover>ul {
    display: block;
}

.recent-menu:hover>ul {
    display: block !important;
}
.more-menu:hover>ul {
    display: block !important;
}
.calendar-menu:hover>ul{
    display: block !important;
}
.sub-menu li {
    padding: 1rem 0rem 0rem 1.6rem !important;
    cursor: pointer;
}

.profile-menu .sub-menu li {
    padding: 1rem 0 0.5rem 2rem !important;
    cursor: pointer;
}

.copyIcon {
    width: 1.5rem !important;
    height: 1.5rem !important;
    float: right;
    margin-right: 0.8rem;
    margin-left: 0.8rem;
}

.contacts-menu:hover>ul {
    display: block;
}

.network-menu:hover>ul {
    display: block;
}

/* sub menu */

ul.sub-menu.recent-sub-menu li a {
    border: 0 none;
    font-size: var(--font-size-15);
    font-weight: 500;
    margin: 0;
    padding: 1rem 0rem 0rem 4.9rem;
    position: relative;
    text-decoration: none;
    display: block;
}
ul.sub-menu.recent-sub-menu li .melpGuide{
    padding: inherit !important;
    height: inherit !important;
}
a.melpGuide:hover{
    color: var(--color-brand) !important;
}
ul.sub-menu.recent-sub-menu li {
    margin-top: 0.1rem;
}

.list-group-item ul {
    width: 20.7rem;
    position: absolute;
    background-color: var(--brown);
    list-style: none;
    left: 100%;
    top: 0;
    padding-bottom: 1rem;
    display: none;
    padding-top: 0.3rem;
    z-index: 9999;
    min-width: max-content;
}

.list-group-item ul li {
    padding: 1.5rem 0rem 0rem 0rem;
    text-align: left;

    font-size: var(--font-size-15);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4rem;
    color: var(--white);

    cursor: pointer;
}

.list-group-item ul li span.commonBg {
    font-size: var(--font-size-15);
    text-align: center;
    color: var(--white);
    border-radius: 0.2rem;
    float: right;
    margin-right: 1rem;

    font-stretch: normal;
    font-style: normal;
    background-color: var(--red);
    font-size: var(--font-size-11);
    border: 0.01rem solid rgb(from var(--white) r g b / 59%);
    border-radius: 0.1rem;
    width: 3rem;
    padding-top: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commonBg.commonSub {
    display: none !important;
}

.pf-p-none {
    padding: 0rem !important;
}

/* global search section start here */

#headersearchbar {
    top: 0rem;
    background: var(--dark-white);
    border: none;
    right: 100%;
    width: 100%;
    padding: 0;
    position: absolute;
    display: none;
    max-width: 31.9rem;
    padding-top: 0rem;
}

#keywordsheader {
    width: 100%;
    height: 6.9rem;
    background: var(--dark-white);
    border: 0rem solid;
    padding-left: 1rem;
    font-size: var(--font-size-15);
    font-weight: 500;
    padding: 0rem 2rem;
    vertical-align: middle;
    display: inline-block;
}

#headersearchbar .form-group {
    margin-bottom: 0rem;
}

#keywordsheader:focus {
    outline: unset;
}

.add-bg-search {
    background-color: var(--dark-white);
}

.listshow-search {
    position: absolute;
    top: 7.5rem;
    right: 0rem;
    width: 34.7rem;
    z-index: 9;
    background-color: var(--white);
}

.border-set {
    border: 0.1rem solid var(--color-border-light);
}

.search-list-section {
    padding: 1.3rem 0rem 1.3rem 1rem;
    border-bottom: solid 0.1rem var(--gray);
    cursor: pointer;
}

.global-search-trancate {
    display: inline-block;
    vertical-align: top;
    width: 16.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.see-all-result a {

    font-size: var(--font-size-15);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: var(--black);
    padding: 0rem;
    text-decoration: none;
}

/*custom*/
.pfuser {
    border-radius: 0.2rem;
    padding: 0.2rem;
    width: 100%;
    max-width: 5.2rem;
    height: 100%;
    max-height: 5.2rem;
    object-fit: cover;
    margin-top: 1.6rem;
    margin-left: 0.2rem;
}

.userProfileNav {
    border-radius: 0.2rem;
    padding: 0.2rem;
    width: 100%;
    max-width: 5.2rem;
    object-fit: cover;
    margin-top: 1.6rem;
    margin-left: 0;
    width: 5.2rem !important;
    height: 5.2rem !important;
    border-radius: 0.6rem;
}

.profile-img .selfprofilepic {
    width: 5.2rem;
    height: 5.2rem;
}

.count-new-notification {
    top: 0.2rem;
    position: absolute;
    display: none;
    bottom: 3.5rem;
    font-weight: 600;
    right: 1rem;
    display: block;
    justify-content: center;
    align-items: center;
    vertical-align: initial;
    line-height: 1.2rem;
    border-radius: 0.1rem;
    padding-left: 0.4rem;
    padding-right: 0.3rem;
    width: auto;
    max-width: max-content;
    min-width: 2.3rem;
}

.notificationDot,
.pinnedDot,
.messageDot {
    left: 3.5rem;
    top: 0;
    position: absolute;
    border-radius: 100%;
    z-index: 9;
    font-size: var(--font-size-51);
    line-height: 2rem;
    color: var(--red);
}
.notificationDotDash{

    right: 0;
    top: -2px;
    position: absolute;
    border-radius: 100%;
    z-index: 9;
    font-size: var(--font-size-51);
    line-height: 2rem;
    color: var(--red);
}


.recent-count {
    font-size: var(--font-size-11);
    display: flex;
    align-items: center;
    justify-content: center;
}

.count-new-notification.recent-count {
    margin: inherit !important;
}



.booking-nav-badge {
    margin-left: auto;
}

.booking-page-nav-badge {
    margin-left: 1rem;
}

.booking-tab-badge {
    margin-left: 0.6rem;
    min-width: 2rem;
    height: 1.6rem;
    font-size: var(--font-size-11);
} */

.booking-pending-count-container {
    top: 0px;
    right: -0.5rem;
    position: absolute;
}

.booking-nav-title-wrapper {
    position: relative;
    width: 100%;
    align-items: center;
}

.mui-nav-badge.booking-collapsed-hidden {
    display: none !important;
}

.booking-pending-count:not([data-booking-count]),
.booking-pending-count[data-booking-count=""],
.booking-pending-count[data-booking-count="0"] {
    display: none !important;
}

#activeNetworkdot:not(.mui-nav-badge) {
    display: none;
}

.profile-menu {
    margin-bottom: 1rem;
    background: none;
}

/*navbar_right_sidebar_start_here*/
.navbar-icon li.nav-item {
    cursor: pointer;
    width: 5.7rem;
    margin-right: 0.1rem;
    position: relative;
    text-align: center;
}

.navbar-icon {
    position: relative;
}

.navbar-icon .navbar-icon li.nav-item a img {
    width: 1.7rem !important;
}

.navbar-icon li.nav-item:nth-child(5) img {
    width: 2.2rem;
}

.navbar-icon li.nav-item:nth-child(4) img {
    width: 1.5rem;
    position: relative;
    margin-top: -0.2rem;
    margin-right: -0.3rem;
}

.navbar-icon li.nav-item:nth-child(3) img {
    width: 1.36rem;
    margin-top: -0.1rem;
    margin-right: 0.5rem;
}

.navbar-icon li.nav-item:nth-child(1) img {
    margin-right: -0.5rem;
    margin-top: 0rem;
}

/* global serach section end here */

@media (max-width: 1600px) {
    .list-group-item {
        padding: 1.0rem 0 2.2rem 0;
    }
}

@media (max-width: 1500px) {
    .list-group-item {
        padding: 1.2rem 1rem;
    }
}

@media (max-width: 1300px) {
    .nav-item a {
        padding: 1.65rem 1.4rem;
    }
}

/*reciever-hover-start*/
.navbar-nav li {
    width: 3.5rem;
    height: 6.9rem;
    margin: 0rem auto;
    text-align: center;
}

.navbar-nav li.headerSearchIcons {
    display: block;
    background: url(../../images/searchicons.svg) no-repeat center center;
    text-decoration: none;
    background-size: 32% 100%;
}

.navbar-nav li.headerSearchIcons:hover {
    background: url(../../images/icons/searchicons-active.svg) no-repeat center center var(--dark-white);
    background-size: 32% 100%;
}

.headerSearchIcons.navActive,
.headerSearchIcons.navActive:hover {
    background: url(../../images/closeIcon.svg) no-repeat center center var(--dark-white) !important;
    background-size: 32% 100%;
}

.navbar-nav li.headerChatIcons {
    display: block;
    background-image: url(../../images/icons/chatg.svg);
    text-decoration: none;
    background-size: 35%;
    background-position: center center;
    background-repeat: no-repeat;
}

.navbar-nav li.headerChatIcons:hover,
.headerChatIcons.active:hover,
.headerChatIcons.navActive {
    background: url(../../images/icons/chatg-active.svg) no-repeat center center var(--dark-white) !important;
    background-size: 35% !important;
    background-position: center center;
    background-repeat: no-repeat;
}

.headerChatIcons.active {
    background: url(../../images/icons/chatg-active.svg) no-repeat center center !important;
    background-size: 26% 100% !important;
}

.navbar-nav li.headerNotificationIcons {
    display: block;
    background-image: url(../../images/icons/notification.svg);
    text-decoration: none;
    background-size: 35%;
    background-position: center center;
    background-repeat: no-repeat;
}

.navbar-nav li.headerNotificationIconsActive {
    display: block;
    background: url(../../images/icons/notification-hover.svg) no-repeat center center;
    text-decoration: none;
    background-size: 26% 100%;
    background-position: center center;
}

.navbar-nav li.headerNotificationIcons:hover,
.navbar-nav li.headerNotificationIcons.navActive {
    background: url(../../images/icons/notification-hover.svg) no-repeat var(--dark-white);
    background-size: 35%;
    background-position: center center;
}

.navbar-nav li.headerPinnedIcons {
    display: block;
    background-image: url(../../images/icons/pinned.svg);
    background-size: 35%;
    background-position: center center;
    background-repeat: no-repeat;
}

.navbar-nav li:hover,
.navbar-nav li.navActive {
    background-color: var(--dark-white) !important;
}

.navbar-nav li.headerPinnedIconsActive {
    display: block;
    background: url(../../images/icons/nav-pinnedItem-hover.svg) no-repeat left 2rem top -0.1rem;
    text-decoration: none;
    background-size: 27% 100%;
}

.navbar-nav li.headerPinnedIcons:hover,
.navbar-nav li.headerPinnedIcons.navActive {
    background: url(../../images/icons/nav-pinnedItem-hover.svg) no-repeat center center var(--dark-white);
    background-size: 35%;
}

.navbar-nav li.headerConferenceIcons {
    display: block;
    background: url(../../images/icons/active-conference-new.svg) no-repeat center center;
    background-position: center center;
    background-size: 37.2% 100%;
}

.navbar-nav .navActive.headerConferenceIconsActive {
    display: block;
    background: url(../../images/icons/active-conference-red-new.svg) no-repeat left 2rem top 0rem;
    text-decoration: none;
    background-size: 37.2% 100%;
}

.headerConferenceIcons.navActive {
    background: url(../../images/icons/active-conference-red-new.svg) no-repeat left 2rem top 0rem !important;
    text-decoration: none;
    background-size: 37.2% 100%;
    background-position: center center !important;
}

.headerConferenceIconsActive {
    display: block;
    background: url(../../images/icons/active-conference-red-new.svg) no-repeat left 2rem top 0rem !important;
    text-decoration: none;
    background-size: 37.2% 100%;
    background-position: center center !important;
}

.navbar-nav li.headerConferenceIcons:hover {
    background: url(../../images/icons/active-conference-red-new.svg) no-repeat center center var(--dark-white);
    background-size: 37% 100%;
}

/*reciever-hover-end*/



/*toady*/
.navSideBar {
    width: 8.1rem;
    z-index: 9;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    transition: all .1s ease-out;
}

.sideBarHeadrer {
    background: var(--white);
    border-right: 0.1rem solid var(--gray);
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 7rem;
}

.sideBarHeadrer img {
    width: 100%;
    max-width: 4.5rem;
    height: 100%;
}

.navbar-content {
    padding-left: 1.55%;
    justify-content: space-between;
    padding-bottom: 0.14%;
    height:100%;
    width: calc(100vw - 10rem);
    height: 100%;
    max-height: 7rem;
}

/*==headerSearchBar*/
.headerSearchBar {
    width: 55rem;
    height: 4.2rem;
    background: var(--slate-gray);
    border-radius: 4px;
    margin-top: 1.5rem;
    position: relative;
}

input.headersearchba1r {

    font-size: var(--font-size-21);
    line-height: 4.2rem;

    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-15);

    color: var(--slate-gray);
    width: 55rem;
    height: 4.2rem;
    background: var(--slate-gray);
    border-radius: 4px;
    margin-top: 1.5rem;
    position: relative;
}

input.headersearchba1r::placeholder {

    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-15);
    color: var(--slate-gray) !important;
}

.serchHeaderIcon {
    display: block;
    background: url(../../images/icons/search-icon.svg) no-repeat center center;
    text-decoration: none;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    z-index: 9999;
}

/*==headerSearchBar*/
.headerSearchBarMiddle {
    width: min(30vw, 460px);
    min-width: 240px;
    height: 4.2rem;
    border-radius: 0.85rem;
    position: fixed;
    z-index: 999;
    margin: 1.3rem auto;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    background: rgb(from var(--color-surface) r g b / 92%);
    backdrop-filter: blur(12px);
    transition: width 0.32s ease, margin 0.32s ease, box-shadow 0.32s ease, background 0.32s ease;
}

body.global-search-expanded .headerSearchBarMiddle {
    width: min(88vw, 820px);
    margin: 1rem auto;
    border-radius: 1rem;
    box-shadow: 0 25px 60px rgb(from var(--color-text-primary) r g b / 25%);
    background: rgb(from var(--color-surface) r g b / 98%);
    backdrop-filter: blur(16px);

}

@media (max-width: 768px) {
    body.global-search-expanded .headerSearchBarMiddle {
        width: calc(100vw - 2rem);
        left: 50%;
        transform: translate(-50%);
    }
}

.headerSearchBarMiddleInput {
    line-height: 4.2rem;

    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-15);
    color: var(--color-text-primary);
    height: 4.2rem;
    position: relative;
    padding-left: 5rem;
    padding-right: 6%;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    min-width: 100%;
    background: rgb(from var(--color-background) r g b / 95%);
    border-radius: 0.5rem;
    overflow: hidden;
    width: 100%;
    transition: background 0.32s ease, box-shadow 0.32s ease;
}

body.global-search-expanded .headerSearchBarMiddleInput {
    background: var(--color-surface);
    box-shadow: 0 14px 34px rgb(from var(--color-text-primary) r g b / 12%);
}

.headerSearchBarMiddleInput input[type=text]:active,
input[type=text]:focus {
    background-color: var(--white);
}

.serchHeaderIcon {
    display: block;
    background: url(../../images/icons/search-icon.svg) no-repeat center center;
    text-decoration: none;
    background-size: auto;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 4rem;
    height: 4rem;
    z-index: 9999;
    cursor: pointer;
    background-size: 1.5rem;
}

.serchHeaderClose {
    display: block;
    background: url(../../images/icons/serachheaderCancle.svg) no-repeat center center;
    text-decoration: none;
    background-size: 30%;
    position: absolute;
    top: 0rem;
    right: 0rem;
    width: 4rem;
    height: 4.2rem;
    z-index: 9999;
    cursor: pointer;
}















    .serachOpacity {
    background: rgb(from var(--dark-black) r g b / 60%);
    backdrop-filter: none; /* blur remove */
    -webkit-backdrop-filter: none; /* safari blur remove */
    height: 100vh;
    left: 0;
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
    opacity: 1;
    transition: opacity 0.3s ease, background 0.3s ease;
}



.globalHeaderSearch {
    border-radius: 0.4rem;
    display: inline-block;
    margin-top: 1.79rem;
    min-width: 100%;
}

.globalHeaderSearcTabbing {
    padding: 1.5rem;
    margin-bottom: 1rem;
    background: var(--white);
    width: 100%;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-around;
    overflow-x: auto;
}

.globalHeaderSearcTabbing::-webkit-scrollbar {
    width: 10px !important;
  }

ul.globalHeaderSearcTabbing li {
    list-style: none;
    float: left;
    padding: 0.5rem 1.3rem;
    border: 1px solid var(--dark-gray);
    border-radius: 0.3rem;

    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-15);
    line-height: 1.9rem;
    /* identical to box height, or 153% */
    color: var(--dark-gray);
    margin: 0px 0 0 7px;
    cursor: pointer;
    height: 3rem;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) and (orientation:landscape) {
    ul.globalHeaderSearcTabbing li {
        font-size: var(--font-size-11) !important;
        margin: 0px 0 0 5px !important;
    }
}

@media only screen and (max-width: 830px) and (orientation:portrait) {
    ul.globalHeaderSearcTabbing li {
        font-size: var(--font-size-11) !important;
    }
}

@media only screen and (min-width: 850px) and (max-width: 1024px) and (orientation:landscape) {
    ul.globalHeaderSearcTabbing li {
        font-size: var(--font-size-15) !important;
        margin: 0px 0 0 5px !important;
    }
}

li.globalActive {
    background: var(--dark-gray);
    border-radius: 4px;
    color: var(--white) !important;
}

ul.globalHeaderSearcTabbing li:first-child {
    margin-left: 0px;
}
.glbAllSection .globaListMsg li:last-child .common-postion{
    border-bottom: unset;
}
.glbAllSection .globaListMsg li:last-child:before {
    border-bottom: unset;
}
.globalMessageHeader {
    height: 4.5rem;
    background: var(--color-background);
    clear: both;
    cursor: pointer;
    border-radius: 0.9rem 0.9rem 0rem 0rem;
}

.search-text-here {
    padding-left: 1.6rem;

    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-15);
    line-height: 4.5rem;
    /* or 153% */
    color: var(--slate-gray);
    float: left;
}


/*listing*/
.seeAllPepoleBtn {
    display: block;
    text-align: center;
    color: var(--brown);
    font-size: var(--font-size-15);
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    border-top: 1px solid var(--gray);
    cursor: pointer;
    clear: both;
}

.seeAllPepoleBtn:hover {
    background: rgb(from var(--brown) r g b / 20%);
}

.global-msg-list-section {
    padding: 1.5rem 0rem 0rem 0rem;

    background: var(--white);
    display: inline-block;
    width: 100%;
    border-radius: 0rem 0rem 0.9rem 0.9rem;
}
.globaltabbingContent .globaCommon{
    margin-bottom: unset;
}
.globaCommon {
    margin-bottom: 0.94rem;
}

.globalMsgContactIcon {
    float: left;
    margin-right: 1.5rem;
}

.globaListMsg {
    margin-bottom: 0px !important;
    width: 100%;
    border-radius: 0rem 0rem 0.9rem 0.9rem;
}

.globalName {

    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-15);
    line-height: 1.8rem;
    color: var(--black);
}

/*suraj added start */
.globalNameWrapThreeDot {
    width: auto;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

/*suraj added end */


.globalMessage {

    font-style: normal;
    font-size: var(--font-size-15);
    line-height: 1.5rem;
    /* identical to box height, or 162% */
    color: var(--slate-gray);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.globalDate {

    font-style: normal;
    font-size: var(--font-size-15);
    line-height: 1.8rem;
    /* identical to box height, or 162% */
    color: var(--slate-gray);
}

.globaListMsg li {
    list-style: none;
    margin-bottom: 2.2rem;
    float: left;
    width: 100%;
    cursor: pointer;
    position: relative;
    padding: 0rem 0.7rem 0rem 1.5rem;
    position: relative;
}

.globaListMsg li:before {
    position: absolute;
    border-bottom: 1px solid var(--gray);
    content: "";
    width: 100%;
    padding: 2.9rem;
    max-width: 95%;
}

#allUser li,
#glbPeopleSection li {
    margin-bottom: unset;
}

#allUser li:before,
#glbPeopleSection li:before {
    border-bottom: unset;
}

.globaListMsg li:last-child {
    margin-bottom: 1rem;
}

.globalSearchIcon {
    width: 4.3rem;
    height: 4.3rem;
    border-radius: 0.5rem;
}

.globalTabDiv, .singleSection {
    max-height: calc(100vh - 22rem);
    overflow-x: hidden;
    border-radius: 0.5rem;
    background-color: var(--white);

}

.GlobalchevronRight {
    float: right;
    margin-top: 1.5rem;
    margin-right: 1rem;
    position: relative;
}

.globaltabbingContent {
    position: relative;
    border-radius: 0.5rem;
    width: 100%;
}




.GlobalchevronRight img {
    width: 1.6rem;
    height: 1.6rem;
}


.highlightGLbStr {
    background: rgb(from var(--color-brand) r g b / 20%);
}

.globalMsgRighContent {
    position: relative;
}

.globalMsgRighContent .date-common {
    right: 0rem;
}

.rightZero {
    right: 0.5rem !important;
}

.globalMsgRighContent .common-activebtn {
    color: var(--red) !important;
    background-color: var(--white) !important;
}

.globalResultNoFound {
    background: var(--white);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
    border-radius: 0.4rem;
}

.globalResultNoFound h3 {
    font-size: var(--font-size-19);
    color: var(--black);
    padding-top: 3.5rem;
    padding-bottom: 1rem;
}



.globalResultNoFound p {
    font-size: var(--font-size-15);
    color: var(--black);
    font-weight: 400;
}

.menuArrow {
    width: auto !important;
}
.menuArrow {
    width: auto !important;
    transform: translate(0rem, 0.38rem);
    min-height: 1rem;
    min-width: 0.8rem;
    max-width: 0.8rem !important;
    position: absolute;
    right: 0.3rem;
}
.menuArrowProfile {
    width: auto !important;
    transform: translate(0rem, 0rem);
    max-width: 0.8rem !important;
    min-height: 1rem;
    min-width: 0.8rem;
    position: absolute;
    right: 0.3rem;
    top: 45%;
}
.countPlusSymbol {
    font-size: var(--font-size-15);
    padding-left: 0.2rem;
}

/* notification  */
/* add class common-user-icon */
.NotificationMsg{
    padding-left: 1.2rem;
    padding-right: 1rem;
}
.list-group-item ul li:hover{
    color: var(--color-brand);
}


.list-group-item:nth-child(6) img {
    max-width: 1.5rem;
}


.list-group-item:nth-child(3) img {
    max-width: 1.4rem !IMPORTANT;
}


.list-group-item:nth-child(8) img {
    max-width: 1.5rem;
}



.serachPopupInvite {
    width: 100%;
    border: solid 0.1rem var(--dark-gray);
    outline: none;
    background: var(--dark-gray);

    padding: 0.8rem 1.5rem;
    border-radius: 0.3rem;
    font-size: var(--font-size-15);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6rem;
    text-align: center;
    color: var(--white);
    cursor: pointer;
    height: 3.3rem;
    margin-top: 0px !important;
}

.recentMenu {
    left: 0 ! IMPORTANT;
    right: auto;
    transform: translate(0, 2.5rem);
}
.rotateIcon {
    transform: rotate(90deg) !IMPORTANT;
    margin-right: 1rem;
    margin-top: 0.3rem !IMPORTANT;
}
.supportMenu:hover>ul, .recent-menusupport:hover>ul {
    display: block;
}

.supportMenu:hover .rotateIcon {
    transform: rotate(270deg) !important;
    transition: transform 0.3s ease; /* Optional for smoothness */
  }
  .searchHeaderCloseDrive{
    right: 4rem;
  }
