.project-title-icon {
    width: 36px;
    padding: 8px;
    /* margin: 0px 7px; */
}
/* Header Container */
.ms-header {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* background-color: var(--bg-secondary); */
    padding: 11px;
    height: 100%;
    position: fixed;
    z-index: 2000000;
    width: min-content;
    height: min-content;
    /* border-bottom: 1px solid var(--border-color); */
    left: 0px;
    bottom: 8px;
}

/* Left side with title */
.ms-header-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min-content;
    /* padding: 7px 14px; */
    /* margin-bottom: 8px; */
}

.ms-title {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}
img.ms-avatar-image {
    height: 32px;
    border-radius: 50%;
}
img.ms-avatar-image-large {
    height: 48px;
    border-radius: 50%;
}

/* Right side with profile */
.ms-header-right {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

/* Profile avatar circle */
.ms-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f06d0c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.ms-avatar-large {
    width: 48px;
    height: 48px;
    font-size: 18px;
}

.ms-profile {
    /* padding: 4px; */
    cursor: pointer;
    border-radius: 50%;
}

.ms-profile:hover {
    background-color: #f3f2f1;
}

/* Profile dropdown menu */
.ms-profile-menu {
    position: absolute;
    left: 0px;
    bottom: 40px;
    width: max-content;
    background-color: var(--chat-bg-shade-3);
    border-radius: 30px;
    border: 1px solid var(--border-color);
    display: none;
    flex-direction: column;
    z-index: 200;
    overflow: hidden;
    padding: 10px;
}

.ms-profile-menu.active {
    display: flex;
}


.ms-user-details {
    /* margin-left: 12px; */
}

.ms-username {
    font-weight: 600;
    font-size: 14px;
    color: var(--text-color);
    margin-bottom: 4px;
}

.ms-email {
    font-size: 12px;
    color: var(--text-color);
    opacity: 0.5;
}

.ms-menu-divider {
    height: 1px;
    background-color: var(--border-color);
    width: 100%;
}

.ms-menu-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 14px;
    justify-content: flex-start;
    border-radius: 24px;
    cursor: pointer;
    gap: 11px;
    opacity: 0.7;
    color: var(--text-color);
}

.ms-menu-item:hover {
    background-color: var(--bg-hover);
    opacity: 1;
}

.ms-logout {
    /* color: #d83b01; */
}

.project-name {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* margin: 16px 0px; */
    /* border-bottom: 1px solid #f06d0c; */
    gap: 19px;
    /* padding-bottom: 16px; */
}

.project-title {
    text-align: center;
    font-weight: 500;
    font-size: 19px;
    /* padding: 7px; */
    align-items: center;
    justify-content: center;
    display: flex;
    /* margin: 8px; */
    border-radius: 2rem;
    transition: 0.3s ease;
    /* margin-left: 19px; */
    margin: 0px 7px;
}
/* Home Button Styling */
.home-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    /* margin-bottom: 15px; */
    cursor: pointer;
}

/* Circular Home Icon */
.home-icon-wrapper {
    /* width: 40px; */
    /* height: 40px; */
    /* background-color: #e0e0e0; */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.home-icon-wrapper:hover {
    /* background-color: #d6d6d6; */
}

/* Home Icon */
.home-icon {
    /* width: 24px; */
    /* height: 24px; */
    /* filter: brightness(0); */
    height: 25px;
    padding: 5px;
    /* filter: invert(1); */
}

/* Home Button Text */
.home-text {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    color: #f06d0c;
}

.home-button:hover .project-title {
    background-color: var(--chat-bg-shade-4);
}
.home-button {
    text-decoration: none;
    font-weight: 600;
    font-size: smaller;
    /* border: 1px solid #f06d0c; */
    /* background-color: #f06d0c; */
    cursor: pointer;
    /* border-radius: 10px; */
    align-items: center;
    justify-content: center;
    display: inline-flex;
    /* padding: 5px 0px; */
    transition: border 0.3s ease;
    transition: border, background-color 0.3s ease;
}

.ms-admin-portal-button {
    display: flex;
    /* align-items: center; */
    /* padding: 5px; */
    /* color: var(--etex-orange-primary); */
    /* text-decoration: none; */
    /* border: 1px solid var(--etex-orange-primary); */
    /* border-radius: 2rem; */
    /* font-size: 10px; */
    /* gap: 4px; */
}

.ms-admin-portal-button:hover {
    /* background-color: var(--etex-orange-seconday); */
}
img.shield-user-icon.icon-svg {
    height: 19px;
}

.ms-profile-info {
    display: flex;
    padding: 16px;
    align-items: center;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 14px;
    justify-content: flex-start;
    border-radius: 10px;
    cursor: auto;
    gap: 11px;
    opacity: 1;
}.ms-profile-info:hover {
    background-color: transparent;
}.ms-menu-item img {
    height: 19px;
}