.subitem-header .icon-nav-hb {
    width: 32px;
    height: 32px;
    background: #DEE2E6;
    border-radius: 100px;
}

[data-bs-theme=dark] .subitem-header .icon-nav-hb {
    background: #495057;
}

.app-header {
    border-bottom: 1px solid #CED4DA;
}

[data-bs-theme=dark] .app-header {
    border-bottom: 1px solid #343A40;
}

.welcome-dash {
    margin-left: 80px;
}

.welcome-dash .welcome-feat p {
    font-size: 20px;
    color: #3B4395;
    font-weight: 800;
}

.welcome-dash .item-welcome {
    font-size: 14px;
}

.welcome-dash::before {
    content: "";
    width: 1px;
    height: 65px;
    position: absolute;
    background: #CED4DA;
    top: -12px;
    left: -30px;
}

[data-bs-theme=dark] .welcome-dash::before {
    background: #343A40;
}

.mode-message .item {
    width: 48px;
    height: 32px;
    border-radius: 100px;
    background: #DEE2E6;
    align-items: center;
}

[data-bs-theme=dark] .mode-message .item {
    background: #495057;
}

.mode-message .item.profile {
    background: transparent;
    width: 100%;
}

.profile-dropdown img {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    margin-top: -2px;
}
