#multipleInvitePopup {
    z-index: 9999 !important;
}

.active {
    color: var(--black);
    font-weight: 600 !important;
  }

  .darkmode .active {
    color: var(--white);
  }

  .new-melp-logo {
    min-height: 7.7rem;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    padding: 0 1.5rem;
  }

  .logo-img {
    width: 15.8rem;
  }

  .releaseNotes{
    color: var(--color-text-primary);
  }

  .releaseNotes:hover {
    color: var(--color-text-primary);
  }

  .new-melp-logo svg,
  .new-melp-logo img {
    width: 15.8rem;
    height: 100%;
    object-fit: contain;
  }

  .free-tag {
    max-width: 6rem;
    height: 2rem;
    background-color: var(--color-background);
    font-weight: 600;
    font-size: var(--font-size-13);
    line-height: 1.8rem;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem;
  }

  .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    color: var(--brown);
    transition: font-variation-settings 0.2s;
  }

  .darkmode .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    color: var(--white);
    transition: font-variation-settings 0.2s;
  }

  .nav-item.active .material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    color: var(--black);
    transition: font-variation-settings 0.2s;
  }

  .darkmode .nav-item.active .material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    color: var(--white);
    transition: font-variation-settings 0.2s;
  }

    .dashboard-card:hover .material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    color: var(--black);
    transition: font-variation-settings 0.2s;
  }

  .darkmode .dashboard-card:hover .material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    color: var(--white);
    transition: font-variation-settings 0.2s;
  }

  .active-tab:hover .material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    color: var(--black);
    transition: font-variation-settings 0.2s;
  }

  .active span.material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    color: var(--black);
    transition: font-variation-settings 0.2s;
  }

  .darkmode .active span.material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    color: var(--white);
    transition: font-variation-settings 0.2s;
  }

  /* Topbar */
  .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    padding: 0 2rem;
    height: 7.7rem;
    flex-wrap: wrap;
    gap: 1rem;
    z-index: 99;
    border-bottom: 0.75px solid var(--gray);
  }

  .darkmode .topbar {
    background-color: var(--popup);
    border-bottom: 0.75px solid var(--light-brown);
  }

  .topbar_logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .dashboard-title {
    font-weight: 600;
    font-size: var(--font-size-15);
    margin-bottom: 0 !important;
  }

  .darkmode .dashboard-title {
    color: var(--white);
  }

  .menu-button {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
  }

  .logo {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 54px;
  }

  .text-dashboard {
    font-size: var(--font-size-15);
  }

  .darkmode .text-dashboard {
    color: var(--white);
  }

  .search-darkmode {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    gap: 20px;
  }

  .search-bar {
    width: 100%;
    max-width: 490px;
    height: 41px;
    background-color: rgb(from var(--slate-gray) r g b / 10%);
    display: flex;
    align-items: center;
    padding-left: 1rem;
    border-radius: 2px;
    gap: 0.5rem;
  }

  .search-bar input {
    background-color: transparent;
    border: none;
    color: var(--slate-gray);
    width: 100%;
    height: 100%;
    outline: none;
    font-size: var(--font-size-15);
  }


  /* Profile Section */
  .profile-section {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .call-button {
    height: 3.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 1rem;
    padding: 0.6rem 1.4rem;
    border-radius: 2px;
    background-color: var(--dark-gray);
    color: var(--white);
    font-size: var(--font-size-15);
    font-weight: 600;
    cursor: pointer;
    margin-right: 1rem;
  }

  .call-button:hover {
    background-color: var(--red);
  }

  .call-button.active {
    background-color: var(--red) !important ;
    color: var(--white) !important;
  }

  .pin-button {
    height: 100%;
    width: 5.7rem;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }



  .topbar-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 2.5rem;
    position: relative;
  }

  .topbar-icon-container svg {
    height: 100%;
  }


  .pin-button:hover {
    background-color:var(--dark-white);
  }

  .darkmode .pin-button:hover {
    background-color: var(--black);
  }


  .avatar {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-left: 2rem;
  }

  #avatarImg{
    width: 4rem;
    height: 4rem;
    border-radius: 4px;
  }

  .avatar:hover #avatarImg{
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgb(from var(--color-text-primary) r g b / 20%);
 }

  .profile-setting-dropdown {
    display: none;
    position: absolute;
    top: 120%;
    right: 0;
    background: var(--white);
    min-width: 180px;
    z-index: 999;
    box-shadow: 0 4px 8px rgb(from var(--color-text-primary) r g b / 10%);
    width: 35.4rem;
    padding: 6px 0px;

  }

  .sub-menu .active{
    background-color: var(--dark-white);
  }

  .darkmode .sub-menu .active {
    background-color: var(--light-slate-brown-v2);
  }

  .darkmode .profile-setting-dropdown {
    background: var(--popup);
    color: var(--white);
  }

  .dropdown-profile-photo img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
  }

  .dropdown-profile-details {
    border-bottom: 1px solid var(--gray);
    padding: 1.4rem 1.8rem;
  }

  .dropdown-user-name,
  .dropdown-user-designation,
  .dropdown-user-address {
    font-size: var(--font-size-15);
    margin-bottom: 0rem !important;
  }

  .dropdown-user-name {
    line-height: 1.3rem;
    font-weight: bold;
    margin-bottom: 0rem !important;
  }


  .userNameHeader{
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
  }

  .dropdown-user-designation,
  .dropdown-user-address {
    font-weight: 500;
  }

  .dropdown-user-designation {
    margin: 2px 0;
  }

  .profile-setting-dropdown.show {
    display: block;
  }

  /* Contact/location accordions create their own stacking layers. Raise the
     top-right avatar branch only while its profile dropdown is open so the
     dropdown is never painted behind a filtered contact list. */
  .profile-section:has(.profile-setting-dropdown.show) {
    position: relative;
    z-index: 10001;
  }

  .avatar:has(.profile-setting-dropdown.show) {
    z-index: 10002;
  }

  .profile-setting-dropdown.show {
    z-index: 10003;
  }

  .profile-setting-dropdown ul {
    list-style-type: none;
    margin: 0;
  }

  .dropdown-online-status-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-online-status {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }

  .dropdown-online-status-text {
    margin: 0 !important;
    padding: 0 !important;
  }

  .profile-setting-dropdown li {
    font-size: var(--font-size-15);
    cursor: pointer;
    padding: 1.4rem 1.8rem;
    display: flex;
    align-items: center;
    font-weight: 500;
  }

  .profile-dropdown-section + .profile-dropdown-section {
    border-top: 1px solid var(--gray);
  }

  .profile-dropdown-heading {
    margin: 0;
    padding: 1.4rem 1.8rem 0.6rem;
    font-size: var(--font-size-15);
    font-weight: 700;
  }

  .profile-setting-dropdown-ul > li:not(.status-section):hover {
    background-color: var(--color-background);
    font-weight: bold;
  }

  .profile-setting-dropdown-ul > li {
    justify-content: space-between;
    align-items: center;
  }

  .profile-setting-dropdown-ul > .status-section {
    padding: 0;
  }

  .darkmode .profile-setting-dropdown-ul > li:not(.status-section):hover {
    background-color: var(--dropdown);
    color: var(--white);
  }

  .darkmode
    .profile-setting-dropdown-ul
    > li:hover
    .copy-icon-svg {
    fill: var(--popup);
  }

  .support-section {
    position: relative;
    font-size: var(--font-size-15);
  }

  .support-title {
    padding: 1.4rem 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: var(--font-size-15);
    cursor: pointer;
  }

  .support-title:hover {
    background-color: var(--color-background);
    font-weight: bold;
  }

  .darkmode .support-title:hover {
    color: var(--white);
    background-color: var(--dropdown);
  }
  .darkmode .support-title:hover .copy-icon-svg {
    fill: var(--popup);
  }
  .support-dropdown li:hover {
    background-color: var(--color-background);
    font-weight: bold;
  }

  .darkmode .support-dropdown li:hover {
    color: var(--white);
    background-color: var(--dropdown);
  }

  .support-arrow {
    display: inline-block;
    transition: transform 0.2s;
    margin-left: .5rem;
  }

  .support-title:hover .support-arrow {
    transform: rotate(180deg);
  }

  .support-dropdown {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .support-title:hover + .support-dropdown,
  .support-dropdown:hover {
    display: block;
  }

  .status-section {
    position: relative;
    font-size: var(--font-size-15);
  }

  .status-title {
    padding: 1.4rem 1.8rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 600;
    font-size: var(--font-size-15);
    cursor: pointer;
  }

  .status-title:hover {
    background-color: var(--color-background);
    font-weight: bold;
  }

  .darkmode .status-title:hover {
    color: var(--white);
    background-color: var(--dropdown);
  }

  .darkmode .status-title:hover .copy-icon-svg {
    fill: var(--popup);
  }

  .status-arrow {
    display: flex;
    transition: transform 0.2s;
    margin-left: .5rem;
  }


  .status-dropdown {
    position: absolute;
    top: 0;
    right: 100%;
    list-style: none;
    box-shadow: -1px 2px 8px rgb(from var(--color-text-primary) r g b / 10%);
    background-color: var(--white);
    width: 17rem;
    padding: 1rem 0;

  }

  .darkmode .status-dropdown {
    background: var(--popup);
    border-color: var(--dark-gray);
  }



  .status-dropdown li {
    padding: 1.2rem 1.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .status-dropdown li:hover {
    background-color: var(--color-background);
    font-weight: bold;
  }

  .darkmode .status-dropdown li:hover {
    background-color: var(--dropdown);
    color: var(--white);
  }

  .status-option {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: var(--font-size-15);
  }

  .dropdown-online-status-text {
    margin: 0;
    font-size: var(--font-size-15);
    display: flex;
    align-items: center;
    height: 100%;
    line-height: normal;
  }

  .notification-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
  }

  /* Sidebar */
  .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background: var(--color-surface);
    z-index: 50;
    width: 87px;
    transition: all 0.3s ease;
    border-right: 0.75px solid var(--gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

  .darkmode .sidebar {
    background-color: var(--popup);
    border-right: 0.75px solid var(--light-brown);
  }

  .sidebar.expanded {
    width: 23.9rem;
  }

  .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .toggle-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    background-color: var(--dark-white);
    border: none;
    cursor: pointer;
    position: fixed;
    left: 22rem;
    top: 9.2rem;
    z-index: 999;
    border-radius: 100%;
    width: 28px;
    height: 28px;
  }

  .darkmode .toggle-button {
    background-color: var(--popup);
    color: var(--color-text-inverse);
  }

  .toggle-button .mui-icon {
    transition: transform 0.3s ease;
  }

  .img-rotate .mui-icon {
    transform: rotate(180deg);
  }

  .mobile-close-button {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px;
  }

  .navbar_container {
    width: 100%;
  }

  .nav-menu:not(.mui-nav) {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
  }

  .nav-item:not(.mui-nav-item) {
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 40px;
    padding: 1rem 1.2rem;
    gap: 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: var(--font-size-15);
    font-weight: 600;
    text-align: left;

    text-decoration: none;
    transition: background-color 0.2s ease;
    position: relative;
  }

  .collapsed-logo {
    border-bottom: 0.75px solid var(--gray);
    justify-content: center !important;
  }

  .darkmode .collapsed-logo {
    border-bottom: 0.75px solid var(--light-brown);
  }

  .collapsed-logo svg,
  .collapsed-logo img {
    width: 4.6rem;
  }

  .nav-item:not(.mui-nav-item):hover,
  .nav-item:not(.mui-nav-item).active {
    background-color: var(--dark-white);
  }

  .nav-item:not(.mui-nav-item):hover .nav-title,
  .nav-item:not(.mui-nav-item).active .nav-title {
    font-weight: 600;
  }

  .darkmode .nav-item:not(.mui-nav-item):hover,
  .darkmode .nav-item:not(.mui-nav-item).active {
    background-color: var(--black);
  }

  .icon-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
  }

  .nav-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .back-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .darkmode .nav-icon .dashboard-icon {
    fill: var(--white);
  }

  .darkmode li.chatEvent > span.nav-icon > svg path {
    fill: var(--white);
  }

  .darkmode li.chatEvent > span.nav-icon > svg:nth-of-type(2) path {
    fill: var(--red);
  }

  .darkmode ul.missed-activity li .nav-icon > svg path {
    fill: var(--white);
  }

  .darkmode ul.missed-activity li .nav-icon > svg:nth-of-type(2) path {
    fill: var(--white);
  }

  .darkmode .card-container .dashboard-card .nav-icon > svg path {
    fill: var(--white);
  }

  .darkmode .card-container .dashboard-card .nav-icon > svg:nth-of-type(2) path {
    fill: var(--white);
  }

  .darkmode .icon-container .nav-icon svg path {
    fill: var(--white);
  }

  .darkmode .icon-container .nav-icon svg:nth-child(2) path {
    fill: var(--white);
  }

  .darkmode .topbar-icon-container .nav-icon svg path {
    fill: var(--white);
  }

  .darkmode .topbar-icon-container .nav-icon svg:nth-child(2) path {
    fill: var(--red);
  }

  .darkmode .pinned-icon path {
    fill: none !important;
    stroke: var(--white);
  }

  .darkmode .releaseNotes {
    color: var(--white);
  }

  .darkmode .profile-dropdown-links:hover .releaseNotes {
    color: var(--white);
  }


  .darkmode .nav-title {
    color: var(--white) !important;
  }


  .nav-title {
    margin-left: 0.5rem;
    display: none;
    white-space: nowrap;
    font-weight: 500;
    color: var(--black);

  }

  .nav-title:hover {
    font-weight: 600;
  }

  .nav-title.active {
    font-weight: 600;
  }

  .darkmode .nav-title {
    color: var(--white);
  }

  .expanded .nav-title {
    display: inline-block;
  }

  /* Keep Privacy & Security aligned with the other sidebar labels on one line */
  .expanded #deleteNavItem {
    height: 4rem;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .expanded #deleteNavItem .icon-container {
    align-items: center;
  }

  .expanded #deleteNavItem .nav-title {
    white-space: nowrap;
    line-height: normal;
    font-size: inherit;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-footer {
    max-width: 21.9rem;
    height: 16.6rem;
    border-radius: 8px;
    background: var(--color-background);
    margin-bottom: 2.6rem;
    padding: 2.4rem 1rem;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 1.6rem;
  }

  .nav-footer_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-footer_header button {
    height: 2rem;
    width: 2rem;
    border: none;
    background-color: transparent;
  }

  .nav-footer_header button svg{
    height: 100%;
    width: 100%;
  }

  .nav-footer p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: var(--font-size-15);
    color: var(--brown);
  }

  .nav-footer_btn-group {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1.6rem;
  }

  .nav-footer_btn-group button{
    border: none;
    background-color: transparent;
  }

  .nav-btn_dismiss {
    font-weight: 600;
    font-size: var(--font-size-15);
    line-height: 2rem;
    color: var(--brown);
  }

  .nav-btn_pro {
    font-weight: 600;
    font-size: var(--font-size-15);
    line-height: 2rem;
    color: var(--red);
  }

  /* Badges */
  .badges:not(.mui-nav-badge) {
    min-width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: var(--red);
    text-align: center;
    color: var(--white);
    padding: 1px 4px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: var(--font-size-11);
  }

  #activeNetworkdot.badges:not(.mui-nav-badge){
    padding: 0px 4px 1px 4px !important;
  }

  #activeRecentDot:not(.mui-nav-badge) {
    min-width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: var(--red);
    text-align: center;
    color: var(--white);
    padding: 1px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font-size-11);
    font-weight: 500;
  }

  .collapsed-active-badge {
    position: relative;
    top: 0px;
    right: -0.5rem;
}

.dot_notification {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: var(--red);
    position: absolute;
    top: -0.6rem;
    right: 30%;
}
.dot_notificationDash {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: var(--red);
    position: absolute;
     top: 0;
    left: 2.6rem;
}

.pinNotification{
  left: 4rem !important;
}

.dot_notification-msg {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: var(--red);
    position: absolute;
    top: -0.6rem;
    right: 22%;
}

  #activeRecentDot span {
    font-size: var(--font-size-11);

  }

  .badges:not(.mui-nav-badge) p {
    font-size: var(--font-size-11);
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  .submenu-badges::after {
    content: "99";
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: var(--red);
    padding: 0.4rem;
    margin-left: 8px;
    top: -8px;
    position: relative;
    color: var(--color-text-inverse);
  }

  /* Submenu */
  .submenu-container {
    display: flex;
    transition: ease 1s;
  }

  .hidden {
    display: none;
  }

  .line {
    width: 2px;
    margin-right: 16px;
  }

  .sub-menu {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .sub-menu li {
    height: 4rem;
    padding: 8px 1rem 8px 4.9rem !important;
    margin-top: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: var(--font-size-15);
    font-weight: 500;
    /* line-height: 16px; */
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease;
    position: relative;
  }

  .sub-menu li:hover {
    background-color: var(--dark-white);
  }

  .darkmode .sub-menu li:hover {
    background-color: var(--light-slate-brown-v2);
  }

  .darkmode .sub-menu li:hover a {
    color: var(--brown);
  }

  .sub-menu li a {
    color: var(--brown);
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .darkmode .sub-menu li a {
    color: var(--white);
  }

  .darkmode .sub-menu li {
    color: var(--white);
  }

  /* Page Content */
  .page-content {
    margin-left: 86px;
    transition: margin-left 0.3s ease;
    height: 100vh;
  }

  .page-content.expanded {
    margin-left: 23.9rem;
  }

  .meeting-header_arrow-left, .meeting-header_arrow-right {
    cursor: pointer;
  }

  .darkmode .meeting-header_arrow-left svg path, .darkmode .meeting-header_arrow-right svg path {
    fill: var(--white);
  }

  .darkmode .normal-svg {
    fill: var(--white);
    stroke: var(--white);
  }

  .darkmode .hover-svg {
    fill: var(--white);
    stroke: var(--white);
  }

  .darkmode .hover-svg path {
    fill: var(--white);
    stroke: var(--white);
  }
  /* Responsive Styles */
  @media screen and (max-width: 1024px) {
    .menu-button {
      display: block !important;
      z-index: 1000;
    }

    .dashboard-content h1 {
      font-size: var(--font-size-31) !important;
    }

    .dashboard-title {
      font-weight: 600;
      font-size: var(--font-size-25);
      margin-bottom: 0 !important;
    }

    .new-melp-logo svg {
      width: 20rem;
    }

    .sub-menu li {
      font-size: var(--font-size-25);
      padding: 8px 1rem 8px 5.9rem;
      height: auto;
      width: 100%;
    }

    .logo {
      display: flex !important;
    }

    /* Sidebar adjustments for mobile */
    .sidebar {
      position: fixed !important;
      top: 0;
      width: 50% !important;
      left: -100%;
      height: 100vh;
      transition: left 0.3s ease;
      z-index: 1002;
      overflow-y: auto;
      box-shadow: 0 0 15px rgb(from var(--color-text-primary) r g b / 10%);
    }

    .sidebar.show-mobile {
      left: 0;
    }

    /* Overlay for blurred background */
    .sidebar-overlay {
      display: none;
      position: fixed;
      height: calc(100vh - 10rem);
      top: 10rem;
      left: 0;
      right: 0;
      background-color: rgb(from var(--dark-black) r g b / 50%);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      z-index: 999;
      transition: all 0.3s ease;
    }

    .sidebar-overlay.show {
      display: block;
    }

    /* Content adjustments */
    .page-content {
      margin-left: 0 !important;
      width: 100% !important;
      transition: all 0.3s ease;
    }

    .page-content.expanded {
      margin-left: 0 !important;
    }

    /* Bottom navbar */
    .bottom-navbar {
      display: flex;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: var(--white);
      border-top: 1px solid var(--gray);
      height: 60px;
      z-index: 997;
      padding: 0 1rem;
    }

    .darkmode .bottom-navbar {
      background-color: var(--popup);
      border-top: 1px solid var(--light-brown);
    }
      /* Add padding to content to account for bottom navbar */
    .content-container {
      padding-bottom: 70px;
      height: calc(100dvh - 21.7rem);
      overflow-y: auto;
    }

    /* Bottom navbar icons */
    .bottom-navbar-icons {
      display: flex;
      justify-content: space-around;
      align-items: center;
      height: 100%;
    }

    .bottom-navbar-icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: var(--black);
      text-decoration: none;
      font-size: var(--font-size-15);
    }

    .darkmode .bottom-navbar-icon {
      color: var(--white);
    }

    .bottom-navbar-icon span {
      font-size: var(--font-size-23);
    }

    .bottom-navbar-icon.active {
      color: var(--primary);
    }

    .darkmode .bottom-navbar-icon.active {
      color: var(--primary);
    }
      /* Hide the toggle button */
    .toggle-button {
      display: none;
    }  }
  /* Extra adjustments for mobile screens */
  @media screen and (max-width: 767px) {
    /* Make sidebar wider on smaller screens */
    .sidebar {
      width: 75% !important;
      left: -100%;
    }

    /* Adjust card container for smaller screens */
    .card-container {
      flex-wrap: wrap;
      justify-content: center;
    }

    .dashboard-card {
      width: calc(50% - 1rem);
      margin: 0.5rem;
    }

    /* Adjust content layout for mobile */
    .dashboard-content-container {
      flex-direction: column;
    }

    .dashboard-content-main-section,
    .dashboard-right-panel {
      width: 100%;
      padding: 0;
    }


  .nav-title {
      display: inline-block;
      color: var(--color-text-primary);
    }

    .search-darkmode {
      order: 3;
      width: 100%;
      max-width: none;
    }

    .notification-toggle {
      display: block;
    }
  }

  @media screen and (max-width: 1024px) {
    .topbar {
      padding: 1rem;
      height: 10rem;
    }

    .main-section-body {
      height: calc(100vh - 10rem) !important;
    }

    .message-tabe {
      height: 83vh;
    }

    .profile-section {
      gap: 1rem;
    }

    .call-button {
      display: none;
    }

    .text-dashboard {
      display: none;
    }

    .dot_notification {
      top: 0rem;
      right: 1rem;
    }

    .dot_notification-msg {
      top: 0rem;
      right: 10%;
    }
  }

  /* Content area */


  .content-container {
    width: 100%;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 7.7rem);
    overflow: hidden !important;
  }

  .content-container:has(#dashboard-template) {
    overflow: visible !important;
  }

.dashboard-content-ui {
    display: flex;
    gap: 6rem;
    margin-top: 0.5rem;
}

.dashboard-subtitle {
    flex: 0 0 60%; /* fixed at 70% width */
    font-size: var(--font-size-17) !important;
    font-weight: 500;

    color: var(--light-slate-brown-v1);
    display: flex;
    flex-direction: column;
    gap: 5.4rem;
}

.rightDiv {
    flex: 0 0 40%; /* fixed at 30% width */
    display: flex;
    flex-direction: column;
    gap: 2.6rem;
    margin-top: 3.1rem;
}

  .dashboard-content h1 {
    color: var(--black);
  }

  .darkmode .dashboard-content h1 {
    color: var(--white);
  }

  /* Copy icon tooltip */
  .copy-icon {
    cursor: pointer;
    position: relative;
  }

  .copy-icon:hover .icon-tooltip {
    display: block;
  }

  .icon-tooltip {
    position: absolute;
    top: 0;
    left: 4rem;
    transform: translateX(-10%);
    background-color: var(--popup);
    padding: 5px 12px;
    color: var(--white);
    border-radius: 0.5rem;

    font-size: var(--font-size-11);
    display: none;
    white-space: nowrap;

  }

  .copy-icon-svg {
    fill: var(--black);
  }

  .darkmode .copy-icon-svg {
    fill: var(--white);
  }
  .dashboard-content-container {
    display: flex;
    gap: 6rem;
    height: calc(100% - 6rem); /* Changed from max-height to height */
    overflow: visible;
  }

  .dashboard-content-main-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%; /* Explicit height */
    overflow: visible;
    gap: 5.4rem;
  }
    /* Card Container */
  .card-container {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1.2rem;
    margin-top: 3.2rem;
    margin-left: 1.5px;
    flex-shrink: 0; /* Prevent shrinking */
    height: auto; /* Allow natural height */
    width: 100%;
    flex-wrap: wrap;
  }

  .dashboard-icon {
    fill: var(--black);
  }

  .darkmode .active .dashboard-icon {
    fill: var(--white);
  }

  .darkmode .nav-item:hover .dashboard-icon {
    fill: var(--white);
  }

  .darkmode .add-svg_icon path {
    fill: var(--white);
  }


  .dashboard-card {
    min-width: 16rem;
    height: 8.8rem;
    gap: 1.8rem;
    border-radius: 8px;
    background-color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    outline: 1px solid var(--gray);
    cursor: pointer;
    padding: 1.6rem;
    position: relative;
  }

  .darkmode .dashboard-card {
    background-color: var(--popup);
    color: var(--color-text-inverse);
    border: 0.66px solid var(--light-brown);
  }

  .dashboard-card:hover {
    outline: 1.5px solid var(--red);   /* draws outside */
  }

  .dashboard-add-icon,
  .dashboard-icon {
    width: 20px;
    height: 20px;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .dashboard-add-icon img,
  .dashboard-icon img {
    width: 20px;
    height: 20px;
  }

  .dashboard-add-icon {
    background-color: var(--red);
  }


  .card-content {

  }


  .card-content p {
    font-size: var(--font-size-15);
    font-weight: 500;
    line-height: 1.4rem;
    color: var(--black);

    margin-bottom: 0;
  }

  .darkmode .card-content p {
    color: var(--white);
  }
    /* Messages */
  .missed-activity-message-container {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-border-light);
    border-radius: 4px;
    overflow: hidden;
    min-height: 0; /* Important for flex containers */
  }

  .recent-activity_msg {
    list-style-type: none;
    width: 100%;
    height: 100%; /* Use full available height */
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Hide horizontal overflow */
    margin: 0;
    padding: 0;
    /* Add custom scrollbar styling */
    scrollbar-width: thin;
    scrollbar-color: var(--color-border) transparent;
  }

  /* Custom scrollbar for webkit browsers */
  .recent-activity_msg::-webkit-scrollbar {
    width: 6px;
  }

  .recent-activity_msg::-webkit-scrollbar-track {
    background: transparent;
  }

  .recent-activity_msg::-webkit-scrollbar-thumb {
    background-color: var(--color-border);
    border-radius: 3px;
  }

  .recent-activity_msg::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-text-muted);
  }
  .missed-activity-details {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    flex: 1;
    min-height: 0; /* Important for flex shrinking */
    overflow: hidden; /* Prevent overflow */
  }

  .recent-activity_msg-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2.6rem 4.6rem 2.6rem 2.4rem;
    border-bottom: 1px solid var(--color-border-light);
  }

  .recent-activity_msg-list img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.4rem;
  }

  .recent_btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }

  .recent_btn-group button {
    padding: 1rem 1.6rem;
    font-weight: 600;
    font-size: var(--font-size-15);
    text-align: center;
    border-radius: 0.4rem;
    background-color: var(--color-surface);
  }

  .recent_btn-reply {
    border: 1px solid var(--black);
    font-weight: 600;
    font-size: var(--font-size-15);
    line-height: 100%;
    text-align: center;
    height: 3.6rem;
  }

  .recent_btn-read {
    border: 1px solid var(--color-text-secondary);
    font-weight: 600;
    font-size: var(--font-size-15);
    line-height: 100%;
    text-align: center;
    color: var(--color-text-secondary);
    height: 3.6rem;
  }

  .recent-activity_messages {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.8rem;
    flex: 1;
  }

  .messagewidthClass {
    max-width: 72%;
  }

  .recent_user-message-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
  }

  .recent_user-message-container p {
    font-weight: 400;
    font-size: var(--font-size-15);
    margin-bottom: 0;
    padding-right:2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 31vw;
  }

  .suite-dashboard-heading {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }

  .recent-activity_user-details {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .recent-activity_user-details p {
    margin-left: 0.5rem;
  }

  .darkmode .recent-activity_user-details {
    color: var(--white);
  }

  .darkmode .recent_user-message-container p {
    color: var(--white);
  }

  .recent-activity_user-details h6 {
    font-weight: 600;
    font-size: var(--font-size-15);
    margin-bottom: 0 !important;
  }

  .missed-activity {
    display: flex;
    justify-content: start;
    align-items: center;
    list-style-type: none;
    gap: 3.6rem;
    width: 100%;
    border-bottom: 1px solid var(--color-border-light);
  }

  .darkmode .missed-activity {
    border-bottom: 0.1rem solid var(--light-brown) !important;
  }

  .missed-activity li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: var(--font-size-15);
    gap: 0.8rem;
    line-height: 2rem;
    padding-bottom: 1rem;
    padding-right: 0.5rem;
    cursor: pointer;
  }

  .missed-activity li:hover .material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    color: var(--black);
    transition: font-variation-settings 0.2s;
  }

  .darkmode .missed-activity li {
    color: var(--white);
  }

  .active-tab {
    border-bottom: 1px solid var(--black);
  }

  .darkmode .active-tab {
    border-bottom: 1px solid var(--brown);
  }


  .missed-activity li span svg {
    width: 100%;
    height: 100%;
  }

  .message-container {
    background-color: var(--white);
    flex: 1;
    overflow: auto;
    min-height: 0;
    position: relative;
  }

  .darkmode .missed-activity-message-container {
    border: 0.66px solid var(--light-brown);
  }


.dashboard-right-panel {
    display: flex;
    flex-direction: column;
    gap: 2.6rem;
    margin-top: 3.1rem;
    overflow: hidden;
}

  .suite-container-dashboard {
    border: 1px solid var(--color-border-light);
    border-radius: 0.8rem;
    height: fit-content;
    padding: 1.8rem;
    background-color: var(--white);
  }

  .darkmode .suite-container-dashboard {
    background-color: var(--popup);
    border: 1px solid var(--light-brown);
    color: var(--white);
  }

  .suite-dashboard-heading h6 {
    font-weight: 600;
    font-size: var(--font-size-17);
    line-height: 1.8rem;
  }

  .suite-dashboard-heading a {
    font-weight: 500;
    font-size: var(--font-size-15);
    line-height: 1.8rem;
    color: var(--color-info) !important;
    cursor: pointer;
  }

  #recentmessageParentContainer.tour-step-backdrop {
    padding: 3rem 2rem 0 2rem;
  }

  #recentmessageParentContainer.tour-step-backdrop.missed-activity-details{
    margin-top: 0rem !important;
  }

  #profileDropdown.tour-step-backdrop{
    position: absolute !important;
  }

  .dashboard-suit_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dashboard-suit_content div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 4rem;
    padding: 0 1rem;
    cursor: pointer;
  }

  /* while a doc/ppt/sheet is being created, block further clicks on the suite tiles */
  .dashboard-suit_content.fmCreatingFile {
    pointer-events: none;
    opacity: 0.6;
  }

  .dashboard-suit_content div p{
    font-weight: 600;
    font-size: var(--font-size-11);
    line-height: 1.8rem;
  }

  .dashboard_meeting-container {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-border-light);
    padding-top: 2.6rem;
    border-radius: 8px;
    max-height: calc(100% - 18.5rem);
    overflow: hidden;
  }

  .darkmode .dashboard_meeting-container {
    background-color: var(--popup);
    border: 1px solid var(--light-brown);
    color: var(--white);
  }

  .dashboard_meeting-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 2.6rem;
  }

  .meeting-header_date {
    font-weight: 600;
    font-size: var(--font-size-15);
    text-align: center;
    flex: 1;
  }

  .dashboard_meeting-calendar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 2.6rem;
  }

  .week-date {
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    gap: 1.5rem;
  }

  .current-date-active .dashboard_week, .current-date-active .dashboard_date{
    color: var(--black) !important;
    font-weight: 700 !important;
  }

  .darkmode .current-date-active .dashboard_week, .darkmode .current-date-active .dashboard_date{
    color: var(--white) !important;
    font-weight: 700 !important;
  }

  .dashboard_week{
    font-weight: 500;
    font-size: var(--font-size-11);
    color: var(--brown);

  }

  .darkmode .dashboard_week, .darkmode .dashboard_date{
    color: var(--white);
  }

  .dashboard_date {
    font-weight: 500;
    font-size: var(--font-size-15);
    text-align: center;
    color: var(--brown);
  }



  .oragnising-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 0.8px solid var(--color-background);
    padding-top: 1.4rem;
  }

  #meetingListinLeftDashboard {
    width: 100%;
    max-height: 44rem;
    overflow-y: auto;
    padding: 0 2.6rem 2.6rem 2.6rem;
  }

  .close-chat{
    cursor: pointer;
  }

  .oraganiser-detail-container {
    max-width: 20.9rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 0.6rem;
  }

  .oraganiser-detail-container h5 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: var(--font-size-15);
    word-break: break-word;
  }

  .oraganiser-detail-container p {
    margin-bottom: 0;
  }


  .darkmode .emojionearea .emojionearea-picker .emojionearea-search>input {
    background-color: var(--color-surface);
  }

  .organising_date-time {
    font-weight: 500;
    font-size: var(--font-size-15);
    line-height: 1.9rem;
    color: var(--brown);
  }

  .darkmode .organising_date-time {
    color: var(--white);
  }

  .dashboard-oraganiser {
    font-weight: 600;
    font-size: var(--font-size-13);
    color: var(--black);
  }

  .darkmode .dashboard-oraganiser {
    color: var(--white);
  }

  .dashboard-oraganiser-name {
    font-weight: 500;
    font-size: var(--font-size-15);
    color: var(--color-text-secondary);
  }

  .darkmode .dashboard-oraganiser-name {
    color: var(--white);
  }
#melpGuideMenu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

  .organising-join-btn {
    font-weight: 600;
    font-size: var(--font-size-13);
    text-align: center;
    width: 7rem;
    height: 2.5rem;
    border-radius: 2px;
    background: var(--color-brand);
    color: var(--color-text-inverse);
    border: none;
  }

  /* Approve / Decline for link-booked appointments awaiting the host, shown in the
     dashboard meeting widget in place of the Join button. The shared
     .bookingStatusCancele rule (monthF.css) is absolutely positioned for the
     calendar list, so re-flow it for this row here. */
  .dashboardBookingActions {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
  }

  .dashboardBookingActions .bookingStatusCancele {
    position: static;
    top: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    line-height: 0;
    cursor: pointer;
  }

  .dashboardBookingActions .bookingStatusCancele img {
    width: 2.4rem;
    height: 2.4rem;
    max-width: 2.4rem;
    max-height: 2.4rem;
  }

  .dashboard_meeting-footer {
    display: flex;
    justify-self: center;
    align-items: center;
    width: 100%;
    gap: 1.6rem;
    border-top: 0.8px solid var(--color-background);
    padding: 1.4rem 2.6rem;
  }

  .footer-empty-state {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
    max-height: 4.8rem;
    gap: 0.8rem;
  }

  .footer-empty-state p {
    font-weight: 500;
    font-size: var(--font-size-15);
    line-height: 1.8rem;
    color: var(--black);
    margin-bottom: 0;
  }

  .darkmode .footer-empty-state p {
    color: var(--white);
  }

  .footer-empty-state a {
    font-weight: 600;
    font-size: var(--font-size-15);
    line-height: 2.4rem;
    color: var(--color-brand) !important;
    cursor: pointer;
  }

  .darkmode .message-container {
    background-color: var(--light-slate-black-v2);
    border: 0.66px solid var(--light-brown);
  }

  .message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 6rem 2rem 2rem;
    gap: 1rem;
    border-bottom: 0.66px solid var(--gray);
    width: 100%;
  }

  .darkmode .message {
    border-bottom: 0.66px solid var(--light-slate-brown-v1);
  }

  .empty-message-state {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1;
    padding: 7rem 0;
  }

  .empty-message-state svg {
    height: 14rem;
  }

  .darkmode .empty-message-state {
    color: var(--white);
  }

  .empty-message {
    font-size: var(--font-size-15);
    font-weight: 500;
    line-height: 18.29px;
    margin-top: 26px;
    margin-bottom: 8px;
  }

  .empty-message-desc {
    font-size: var(--font-size-15);
    font-weight: 400;
    line-height: 24px;
  }

  .message-content-container {
    display: flex;
    align-items: start;
    gap: 1rem;
  }

  .message-content-container div {
    gap: 6px;
  }

  .message-heading {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
  }

  .darkmode .expanded-logo svg {
    fill: var(--white);
    color: var(--white);
  }

  .message-heading h6 {
    font-size: var(--font-size-17);
    font-weight: 600;
    color: var(--black);
  }

  .darkmode .message-heading h6 {
    color: var(--white);
  }

  .message-heading p {
    font-size: var(--font-size-15);
    font-weight: 400;
    color: var(--brown);
  }

  .darkmode .message-heading p {
    color: var(--light-white);
  }

  .message-content {
    font-size: var(--font-size-15);
    font-weight: 400;
    color: var(--brown);
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75rem;
  }

  .darkmode .message-content {
    color: var(--white);
  }

  .message-actions {
    display: flex;
    gap: 1rem;
    width: fit-content;
  }

  .message-actions button {
    cursor: pointer;
    padding: 6px 8px;
    background-color: transparent;
    border-radius: 4px;
  }

  .message-actions button:first-child {
    border: 1px solid var(--black);
    color: var(--black);
    font-size: var(--font-size-15);
    font-weight: 600;
  }

  .darkmode .message-actions button:first-child {
    border: 1px solid var(--white);
    background-color: var(--dark-white);
  }

  .message-actions button:first-child:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .darkmode .message-actions button:first-child:hover {
    border: 1px solid var(--red);
    color: var(--white);
    background-color: var(--red);
  }

  .message-actions button:nth-child(2) {
    border: 1px solid var(--color-text-secondary);
    color: var(--color-text-secondary);
    font-size: var(--font-size-15);
    font-weight: 600;
  }

  .darkmode .message-actions button:nth-child(2) {
    border: 1px solid var(--white);
    color: var(--dark-white);
  }

  .message-actions button:nth-child(2):hover {
    background-color: var(--dark-white);
    color: var(--black);
  }

  .filter-icon {
    padding: 14px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  .darkmode .filter-icon svg {
    color: var(--white);
  }

  .icon-filter {
    fill: var(--black);
  }

  .darkmode .icon-filter {
    fill: var(--white);
  }

  .filter-dropdown {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    position: absolute;
    top: 40px;
    right: 0;
    box-shadow: 0px 1px 8px 0px rgb(from var(--color-text-primary) r g b / 20%);
    padding: 10px 0;
    background-color: var(--white);
    box-shadow: 0px 1px 8px 0px rgb(from var(--color-text-primary) r g b / 20%);
  }

  .darkmode .filter-dropdown {
    background-color: var(--popup);
  }

  .filter-dropdown li {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 208px;
    height: 48px;
    padding: 14px 16px 14px 12px;
    gap: 10px;
    font-size: var(--font-size-15);
  }

  .filter-dropdown li p {
    margin-bottom: 0px;
  }

  .filter-dropdown li:hover {
    background-color: var(--dark-white);
    cursor: pointer;
  }

  .darkmode .filter-dropdown li {
    color: var(--white);
    cursor: pointer;
  }

  .darkmode .filter-dropdown li:hover {
    background-color: var(--light-slate-brown-v2);
    cursor: pointer;
  }

  .filter-dropdown-icons {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Notification Bar */
  .notification-bar {
    width: 420px;
    min-width: 200px;
    height: calc(100vh - 75px);
    position: fixed;
    top: 75px;
    right: 0;
    background-color: var(--white);
    overflow-y: auto;
    transition: all 0.3s ease;
    border-left: 0.75px solid var(--gray);
  }

  .darkmode .notification-bar {
    background-color: var(--black);
    border-left: 0.75px solid var(--light-brown);
  }

  .notification-head {
    width: 100%;
    height: 131px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    overflow: hidden;
    position: relative;
  }

  .day-svg,
  .night-svg {
    position: absolute;
    top: 0;
    left: 0;
  }

  .date-time {
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .time,
  .day-date {
    display: block;
    line-height: 20px;
    z-index: 999;
  }

  .time {
    font-size: var(--font-size-27);
    font-weight: 600;
  }

  .day-date {
    font-size: var(--font-size-19);
    font-weight: 500;
  }

  .notification-warning {
    background-color: var(--color-warning-bg);
    width: 100%;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }

  .notification-warning p {
    font-size: var(--font-size-15);
    font-weight: 400;
    line-height: 20px;
  }

  .notification-warning a {
    color: var(--color-info);
    text-decoration: none;
    font-size: var(--font-size-15);
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
  }

  .notification-content-container {
    margin-top: 15%;
  }

  .notification-content {
    padding: 0.5rem;
  }

  .notification-content-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
  }

  .notification-content-dropdown {
    font-size: var(--font-size-21);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
  }

  .notification-content-dropdown:hover .notification-content-dropdown-menu {
    display: block;
  }

  .notification-content-dropdown-menu {
    position: absolute;
    top: 24px;
    left: 0;
    list-style-type: none;
    background-color: var(--white);

    border-radius: 4px;
    font-size: var(--font-size-15);
    display: none;
    background-color: var(--dark-white);
    overflow: hidden;
  }

  .notification-content-dropdown-menu li {
    padding: 8px 12px;
    cursor: pointer;
  }

  .notification-content-dropdown-menu li:hover {
    background-color: var(--color-text-secondary);
    color: var(--color-text-inverse);
  }

  .darkmode .notification-content-dropdown {
    color: var(--white);
  }

  .notification-content-dropdown .down-icon {
    fill: var(--black);
  }

  .darkmode .notification-content-dropdown .down-icon {
    fill: var(--white);
  }

  .notification-content-btn {
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .notification-content-btn button {
    width: 3rem;
    height: 3rem;
    border-radius: 4px;
    border: 1px solid var(--black);
    background-color: transparent;
  }

  .darkmode .notification-content-btn button {
    width: 3rem;
    height: 3rem;
    border-radius: 4px;
    border: 1px solid var(--white);
    background-color: var(--white);
  }

  .notification-content-btn button:hover {
    background-color: var(--dark-white);
  }

  .notification-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .notification-text {
    font-size: var(--font-size-21);
    text-align: center;
  }

  .darkmode .notification-text {
    color: var(--white);
  }

  .addCalendar {
    background-color: transparent;
    border: none;
    font-size: var(--font-size-15);
    color: var(--red);
    cursor: pointer;
    margin-top: 1rem;
  }

  /* Mobile & Tablet Styles */
  @media screen and (max-width: 1024px) {


    .nav-item {
      font-size: var(--font-size-25);
      width: 100% !important;
      max-width: 100% !important;
      height: 8rem;
    }


    .missed-activity {
      gap: 4rem;
    }

    .missed-activity-message-container{
      height: 100%;
    }

    .topbar-icon-container {
      height: 4rem;
    }

    .recent-activity_msg {
      height: fit-content;
      max-height: 110rem ;
    }

    .missed-activity li {
      font-size: var(--font-size-25);
    }

    .dashboard-suit_content {
      height: 100%;
    }

    .footer-empty-state a {
      font-size: var(--font-size-25);
    }

    .footer-empty-state p {
      font-size: var(--font-size-21);
    }

    .dashboard_week {
      font-size: var(--font-size-19);
    }

    .card-content p {
      font-size: var(--font-size-25);
    }

    .overlay.show {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgb(from var(--dark-black) r g b / 50%);
      z-index: 1000;
    }

    .suite-dashboard-heading h6 {
      font-size: var(--font-size-25);
    }

    .suite-dashboard-heading a {
      font-size: var(--font-size-21);
    }



    .notification-bar {
      position: fixed;
      top: 75px;
      right: 0;
      z-index: 1001;
      display: none;
      width: 100%;
      height: 100vh;
      background-color: var(--white);
      overflow-y: auto;
      transform: translateX(100%);
      transition: transform 0.3s ease;
    }

    .notification-bar.show {
      display: block;
      transform: translateX(0);
    }

  }


  /* Mobile only styles */
  @media screen and (max-width: 767px) {
    .message-actions {
      flex-direction: column;
      width: 100%;
    }

    .message-actions button {
      width: 100%;
    }

    .message-content-container {
      flex-direction: column;
      text-align: center;
      width: 100%;
    }

    .message-heading {
      justify-content: center;
    }

    .message {
      padding: 1rem;
      text-align: center;
    }

    .content-container {
      padding: 1rem;
      margin-top: 30px;
    }

    .missed-activity-heading {
      font-size: var(--font-size-17);
      text-align: center;
    }


    .card-content h6 {
      font-size: var(--font-size-15);
    }

    .card-content p {
      font-size: var(--font-size-15);
    }
  }

  /* Custom Scrollbar */
  ::-webkit-scrollbar {
    width: 6px;
  }

  ::-webkit-scrollbar-track {
    background: var(--light-white);
  }

  ::-webkit-scrollbar-thumb {
    background: var(--color-text-secondary);
    border-radius: 3px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: var(--popup);
  }

  /* Utility & Animations */
  .no-scroll {
    overflow: hidden;
  }

  .transition-all {
    transition: all 0.3s ease;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .fade-in {
    animation: fadeIn 0.3s ease-in-out;
  }

  /* chatbox */

  .chatbox {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 2.4rem;
    background-color: var(--white);
    border-top: 0.1rem solid var(--gray);
    border-left: 0.1rem solid var(--gray);
    border-right: 0.1rem solid var(--gray);
    border-bottom: 0;
    box-shadow: 0 0.1rem 0.8rem 0.1rem rgb(from var(--color-text-primary) r g b / 20%);
    border-top-right-radius: 0.8rem;
    border-top-left-radius: 0.8rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    max-width: 100%;
    box-sizing: border-box;
    /* Save height of collapsed state for transitions */
    height: 6.8rem;
    transform-origin: bottom;
    box-shadow: 0 0.1rem 0.8rem 0.1rem rgb(from var(--color-text-primary) r g b / 20%);
  }

  .chatbox-expand {
    width: 30vw;
    min-width: 35rem;
    max-width: calc(100vw - 4.8rem);
    height: 60vh;
    /* Grow upward by adjusting the bottom position - keep bottom anchored */
    bottom: 0;
    transform-origin: bottom;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .darkmode .chatbox-expand {
    background-color: var(--black);
  }

    .sender-user-details-dashboard,
  .reciever-user-details-dashboard {
    max-width: 40rem !important;
    transition: max-width 0.35s ease-in-out;
  }

  .chatSettingContainer {
    width: fit-content !important;
  }

  @media screen and (max-width: 1024px) {
    .chatbox-expand {
      width: 50vw;
      height: 45vh;
      right: 2%;
      bottom: 8%;
    }

    .chatbox_chats {
      max-height: calc(80vh - 6.8rem);
    }
  }

  .expand-icon {
    rotate: 180deg;
    transition: rotate 0.3s ease-in-out;
  }

  .chatbox-icon-expand {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }

  .chatbox-collapse {
    height: 6.8rem;
    width: 38.8rem;
    max-width: calc(100vw - 4.8rem);
  }

  .chatbox-header {
    width: 38.8rem;
    height: 6.8rem;
    padding: 1.5rem 3.2rem 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--light-slate-brown-v3);
    margin-bottom: 1rem;
  }

.openedChatBadge {
    min-width: 2rem;
    min-height: 2rem;
    width: fit-content;
    padding: 0.5rem;
    height: fit-content;
    top: 15.91px;
    left: 204px;
    border-radius: 4px;
    background-color: var(--color-brand);
    color: var(--color-text-inverse);

    font-weight: 600;
    font-size: var(--font-size-13);
    line-height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
}


  .darkmode .chatbox-header {
    background-color: var(--popup);
  }

  .chatbox-header_user-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: var(--black);
  }

  .darkmode .chatbox-header_user-container {
    color: var(--white);
  }

  .chatbox-header_user-name {
    font-size: var(--font-size-15);
    font-weight: 500;
    margin-bottom: 0px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.4rem;
  }

  .chat-badge {
    display: flex;
    width: 2rem;
    height: 2rem;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
    padding: 0.4rem;
    color: var(--white);
    font-size: var(--font-size-13);
    font-weight: 400;
    line-height: normal;
  }

  .chatbox-header_desc {
    font-size: var(--font-size-11);
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 2rem;
  }

  .chatbox-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
  }

  .chatbox-icons img {
    cursor: pointer;
  }
    .chatbox_chats {
    gap: 1.2rem;
    max-height: calc(60vh - 8rem); /* Account for header height and some padding */
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 0 2rem 2rem 2rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }

  .darkmode .chatbox_chats {
    background-color: var(--light-slate-black-v2);
  }

  .chatbox_chats ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .chatbox_chats_container {
    max-width: 100%;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }

  .chating-box {
    display: flex;
    justify-content: start;
    align-items: end;
    gap: 8px;
  }

  .chating-box_image img {
    width: 3.4rem;
    height: 3.4rem;
  }
    .chatting-box_message-container {
    max-width: 100%;
    width: fit-content;
    background-color: var(--dim-gray);
    padding: 1.2rem;
    border-radius: 0.4rem 0.4rem 0.4rem 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }

  .darkmode .chatting-box_message-container {
    background-color: var(--popup);
  }

  .chatting-box_username {
    font-size: var(--font-size-15);
    font-weight: 500;
    color: var(--black);
  }

  .chatting-box_message {
    font-size: var(--font-size-15);
    color: var(--black);
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }

  .chatting-box_time {
    text-align: end;
    font-size: var(--font-size-11);
    font-weight: 500;
    color: var(--black);
  }

  .darkmode .chatting-box_username,
  .darkmode .chatting-box_message,
  .darkmode .chatting-box_time {
    color: var(--white);
  }

  .chatbox_inputfield_container {
    width: 100%;
    background-color: var(--white);
  }

  .darkmode .chatbox_inputfield_container {
    background-color: var(--black);
    color: var(--white);
  }

  .chatbox_inputfield_container input {
    width: 100%;
    height: 5.2rem;
    font-size: var(--font-size-15);
    font-weight: 500;
    padding: 0 1rem;
  }

  .darkmode .chatbox_inputfield_container input {
    background-color: var(--popup);
  }

  .chatbox_chats_icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    margin: 0 1rem;
  }

  .chats_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.2rem;
  }

  .chatbox-button {
    background-color: transparent;
    border: none;
    height: 3.3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .chatsettings-icon {
    width: 3.3rem;
    height: 3.3rem;
    padding: 0.4rem;
  }

  .chatbox_submit_button {
    padding: 1rem 2rem;
    background-color: var(--dark-gray);
    color: var(--white);
    font-size: var(--font-size-15);
    font-weight: 600;
    border: none;
    border-radius: 8px;
  }

  /* unread chat notification panel */

  #trayList .unreadNotificationContainer {
    list-style-type: none;
    width: 100%;
    border: none;
  }

  .profile-card-outer-container {
    width: 100%;
    border: none;
  }

  .profile-card-inner-container {
    display: flex;
    justify-content: center;
    align-items: start;
    align-items: start !important;
  }

  .profile-card-user-image {
    margin-right: 1rem;
  }

  #profile-card-username {
    width: 100%;
    max-width: max-content !important;
  }

  .profile-card-username-message-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 99999999;
    bottom: 0;
  }

  .mobile-bottom-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 10px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--dark-white);
    padding: 1rem 2rem;
    border-radius: 10px;
    width: 90%;
    display: none ;
  }

  .mobile-bottom-navbar a {
    width: fit-content;
  }

  .mobile-nav-item-submenu,
  .mobile-nav-item {
    width: fit-content;
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 10px 12px;
    gap: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: var(--font-size-15);
    font-weight: 600;
    text-align: left;

    text-decoration: none;
    transition: background-color 0.2s ease;
    position: relative;
  }

  .mobile-nav-item:hover .mobile-dashboard-icon {
    fill: white;
  }

  .mobile-nav-item:hover,
  .mobile-nav-item.active {
    background-color: var(--red);
    color: var(--color-text-inverse);
  }

  .mobile-dashboard-icon {
    fill: black;
  }

  @media (min-width: 1025px) {
    .mobile-bottom-navbar {
      display: none;
    }
  }


  .all-section-chat-hide {
    position: relative;
  }

  .characterlimit-chatbox {
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 3rem;
    display: flex;
  }

  #chatInputArea-chatbox {
    width: 100%;
  }

  .chat-input-section-chatbox {
    margin: 0px auto;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 2;
  }

  .chat-input-section {
    padding: 0 2rem 1rem !important;
  }

  .input-chat-border-chatbox {
    border: 0.1rem solid var(--gray);
    padding: 0rem 0rem;
    width: 100%;
    margin: 0rem auto;
    width: 100%;
    margin: 0rem auto;
    margin: 0.5rem auto;
    position: relative;
  }

  .input-chat-border {
    position: relative;
  }


  .voiceMemo-chatbox .voiceMemoIcon-chatbox {
    height: 2rem !important;
  }

  .display-grid-emoji-chatbox {
    display: grid;
    grid-template-columns: min-content min-content !important;
    width: 100%;
    align-items: flex-end;
    padding: 0 2rem;
  }

  .chatIconsBar-chatbox {
    width: 25% !important;
    margin-top: 0 !important;
  }

  @media (max-width: 991.98px) {
    .headerSearchBarMiddle {
      left: 50%;
    }

    .recent-activity_user-details h6 {
         font-weight: 600;
    font-size: var(--font-size-15);
      line-height: 3rem;
    }

    .recent_user-message-container p {
      font-size: var(--font-size-19);
    }

    .recent_btn-group button {
      font-size: var(--font-size-23);
    }

    .recent_btn-reply {
      height: fit-content;
    }

    .recent_btn-read {
      height: fit-content;
    }
  }


  @media (max-width: 991.98px) {
    .dashboard-content-container {
      flex-direction: column-reverse;
    }

    .dashboard-right-panel {
      display: none;
    }

    .meeting-header_date {
      font-size: var(--font-size-31);
      line-height: normal;
    }

    .week-date {
      width: 7rem;
    }

    .dashboard_date {
      font-size: var(--font-size-25);
    }

    .meeting-header_date {
      font-size: var(--font-size-25);
      line-height: normal;
    }

    .dashboard-card {
      height: fit-content;
      min-height: 8.8rem;
      width: 220px;
      max-width: 220px;
      padding: 4rem;
    }

   }

   .horizontalMoreOption{
    width: 2rem !important;
    height: 2rem !important;
    cursor: pointer;
   }

   .dropdown-menu-file-dashboard{
    position: absolute;
    z-index: 1000;
    float: left;
    width: 21.1rem;
    padding: 0;
    margin: 2px 0 0;
    font-size: var(--font-size-15);
    list-style: none;
    background-color: var(--color-surface);
    background-clip: padding-box;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 4px rgb(from var(--color-text-primary) r g b / 12%);
    box-shadow: 0px 4px 4px rgb(from var(--color-text-primary) r g b / 12%);
   }

.dropdown-menu-file-dashboard li {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 1.3rem 1.6rem;
  gap: 1.5rem;
  font-weight: 400;
  font-size: var(--font-size-15);
  color: var(--slate-gray);
  line-height: 1.9rem;
}

.dropdown-menu-file-dashboard li svg {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

.dropdown-menu-file-dashboard li:hover {
  background-color: var(--color-background);
  cursor: pointer;
}

.dashboard-send-btn-section {
  position: absolute;
  left: 0;
  background-color: var(--color-surface);
}

.voiceMemoWaveDashboard {
  display: flex;
  align-items: center;
  width: 20rem !important;
  overflow: hidden;
}

.teamPopup-common {
  z-index: 9999;
}

.fileViewPopup1_dashboard {
  top: 7.7rem !important;
  height: calc(100vh - 7.7rem) !important;
}

.chatbox-icon {
  width: 24px;
  height: 24px;
  padding: 0.2rem;
  cursor: pointer;
}

.chatbox-icon svg{
  height: 100%;
  width: auto;
}

.darkmode .chatbox-icon svg path {
  fill: var(--white);
}

.darkmode .dashboard-send-btn-section {
  background-color: var(--black);
}

.chatbot-icon .material-symbols-outlined {
  font-size: var(--font-size-19);
}

/* Hide the hover SVG initially */
.dashboard-card-group-icon .hover-svg {
  display: none;
}

.darkmode .group-icon path {
  stroke: var(--white);
  fill: none !important;
}

.darkmode .group-icon-filled path {
  fill: var(--white) !important;
  stroke: var(--white) !important;
}

/* When hovering over this specific dashboard card */
.dashboard-card-group-icon:hover .normal-svg {
  display: none;
}

.dashboard-card-group-icon:hover .hover-svg {
  display: block;
}

/* Ensure smooth appearance */
.dashboard-card-group-icon svg {
  width: 24px;
  height: 24px;
}

/* Add cursor pointer for better UX */
.dashboard-card-group-icon {
  cursor: pointer;
}

@media (max-width: 991.98px) {

  .dashboard-right-panel {
    flex-direction: row;


.darkmode .group-icon path {
  fill: none !important;
  stroke: var(--white);
} }
.darkmode .group-icon path {
  fill: none !important;
  stroke: var(--white);
}

.darkmode .group-icon path:last-child {
  fill: var(--white) !important;
  stroke: none !important;
}

.darkmode .group-icon-filled path {
  stroke: var(--white);
}


  .suite-dashboard-heading{
    display: flex;
    align-items: start;
  }

  .suite-container-dashboard {
    width: 50%;
  }

  .dashboard_meeting-container {
    width: 50%;
  }


 }

 /* Custom responsive styling for mobile sidebar and bottom navbar */

/* Sidebar Overlay */
.sidebar-overlay {
  display: none;
  position: fixed;
  height: calc(100vh - 10rem);
  top: 10rem;
  left: 0;
  right: 0;
  background-color: rgb(from var(--dark-black) r g b / 50%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 998;
  transition: all 0.3s ease;
}

.sidebar-overlay.show {
  display: block;
}

/* Bottom Navbar */
.bottom-navbar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--white);
  border-top: 1px solid var(--gray);
  height: 60px;
  z-index: 997;
  padding: 0 1rem;
}

.darkmode .bottom-navbar {
  background-color: var(--popup);
  border-top: 1px solid var(--light-brown);
}

.bottom-navbar-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.bottom-navbar-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--black);
  text-decoration: none;
  font-size: var(--font-size-15);
}

.darkmode .bottom-navbar-icon {
  color: var(--white);
}

.bottom-navbar-icon span {
  font-size: var(--font-size-23);
}

.bottom-navbar-icon small {
  font-size: var(--font-size-11);
  margin-top: 0.2rem;
}

.bottom-navbar-icon.active {
  color: var(--primary);
}

.darkmode .bottom-navbar-icon.active {
  color: var(--primary);
}

/* Media query for tablets and smaller devices */
@media screen and (max-width: 1024px) {
  /* Show burger menu */
  .hamburger {
    display: block !important;
  }

  .logo {
    display: flex !important;
    height: fit-content;
  }

  /* Sidebar adjustments */
  .sidebar {
    position: fixed;
    top: 10rem;
    left: -100%;
    width: 80% !important;
    max-width: 300px;
    height: calc(100vh - 10rem);
    z-index: 999;
    box-shadow: 0 0 10px rgb(from var(--color-text-primary) r g b / 10%);
    transition: all 0.3s ease;

  }

  .sidebar.show-mobile {
    left: 0;
  }

  /* Content adjustments */
  .page-content {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .page-content.expanded {
    margin-left: 0 !important;
  }

  .headerSearchBarMiddleInput {
    font-size: var(--font-size-21);
  }

  /* Show bottom navbar */
  .bottom-navbar {
    display: flex;
  }

  /* Add padding to content to account for bottom navbar */
  .content-container {
    padding-bottom: 70px;
  }

  /* Hide the toggle button */
  .toggle-button {
    display: none;
  }

  .card-container {
    flex-wrap: wrap;
  }

  #userPageContent {
    display: none !important;
  }
}

/* Further adjustments for mobile phones */
@media screen and (max-width: 767px) {
  /* Make sidebar wider on smaller screens */
  .sidebar {
    width: 75% !important;
    left: -100%;
  }

  /* Adjust card container for smaller screens */
  .card-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .dashboard-card {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }

  /* Adjust content layout for mobile */
  .dashboard-content-container {
    flex-direction: column;
  }

  .dashboard-content-main-section,
  .dashboard-right-panel {
    width: 100%;
    padding: 0;
  }

  .dashboard-right-panel {
    flex-direction: column;
  }
}


/* hamburger menu button  */

.hamburger {
  height: 4rem;
  width: 4rem;
  transform: 0.2s;
  position: relative;
  display: none;
}

.hamburger svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hamburger .checkbox {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.line {
  transition: 0.5s;
  stroke-width: 0.8rem;
  stroke: var(--black);
}
.lineMid {
  stroke-dasharray: 40 40;
}
.hamburger .checkbox:checked + svg .line {
  stroke: var(--black);
}
.hamburger .checkbox:checked + svg .lineTop {
  stroke-dashoffset: 0;
  transform-origin: left;
  transform: rotateZ(45deg) translate(-1rem, -1rem);
}
.hamburger .checkbox:checked + svg .lineMid {
  stroke-dashoffset: 40;
}
.hamburger .checkbox:checked + svg .lineBottom {
  stroke-dashoffset: 0;
  transform-origin: left;
  transform: rotateZ(-45deg) translate(-1rem, 1.5rem);
}

.hamburger-icon,
.close-icon {
  transition: all 0.3s ease !important;
}

.close-icon {
  display: none !important;
}

.hamburger.open .hamburger-icon {
  display: none !important;
}

.hamburger.open .close-icon {
  display: block !important;
}

.hamburger svg path {
  stroke: var(--black);
}

.darkmode .hamburger svg path {
  stroke: var(--white) !important;
}

.dropdown-view-profile-btn {
  width: 100%;
  padding: 0.8rem 0;
  border: 0.1rem solid var(--black);
  border-radius: 999px;
  background: var(--color-surface);
  color: var(--black);
  font-size: var(--font-size-15);
  font-weight: 600;
  margin-top: 1.2rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-view-profile-btn:hover {
  background: var(--dark-white);
  color: var(--black);
}

.darkmode .dropdown-view-profile-btn {
  border-color: var(--white);
  color: var(--white);
}

.darkmode .dropdown-view-profile-btn:hover {
  background: var(--dropdown);
  color: var(--white);
}
