.header-container {
    background: #fff;
    box-shadow: -1px 2px 20px 1px #f1f1f185;
}

.left-menu.hide {
    width: 0;
}

header.header {
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.header-left {
    justify-content: space-between;
    align-items: center;
}

.brand_name {
    margin-left: -120px;
}

.custom-actions {
    display: flex; 
    justify-content: flex-end;
}

.custom-actions a {
    margin-left: 10px;
    text-decoration: none; /* Prevents underline on links */
}

.logo {
    width: 240px;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    background: var(--main-grident);
    color: var(--white-color);
}

.dropdown {
    position: relative;
}

ul.navbar-item {
    display: flex;
}

.user-profile-dropdown {
    margin-left: 20px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link.user {
    padding: 6px 0;
    font-size: 25px;
    color: #9999;
    position: relative;
}

img.icon {
    width: 25px;
}

p.count {
    position: absolute;
    top: 0;
    font-size: 10px;
    color: var(--white-color);
    height: 13px;
    width: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: -3px;
}

/* ==============dropdown-menu-create========================= */

.dropdown-menu {
    z-index: var(--z-fixed);
    max-width: 15rem;
    right: -6px !important;
    left: auto !important;
    min-width: 16rem;
    padding: 0;
    border-radius: 5px;
}

img.user-note {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.dp-main-menu {
    display: inline-grid;
    width: 100%;
    box-shadow: 0px 4px 20px 0px #ddd;
    border-radius: 5px;
    padding: 10px 0px;
}

.dp-main-menu a {
    font-size: 13px;
    color: var(--second-color);
    width: 100%;
    white-space: initial;
    line-height: 18px;
    border-bottom: 1px solid #ddd;
    align-items: center;
    padding: 15px;
}

.dp-main-menu a:last-child {
    border-bottom: 0px;
}

.dp-main-menu a span {
    color: var(--main-color);
    padding-right: 7px;
}

.dp-main-menu a i {
    font-size: 14px;
    padding-right: 7px;
}

.message-item{
    display: flex;
}

.note-info-dismiss {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.user-notify-info {
    line-height: 18px;
}

.status-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--main-grident);
    color: var(--white-color);
}

p.status-link span {
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px !important;
}

p.note-name {
    font-size: 13px;
    font-weight: 500;
}

p.note-time {
    font-size: 11px;
}

/* ===============profile========== */
.media {
    background: var(--main-color);
    text-align: center;
    padding-top: 10px;
}

img.img-fluid.mr-2 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.media-body {
    margin-top: 10px;
    line-height: 20px;
    padding-bottom: 10px;
}

.media-body h5 {
    font-weight: 700;
    color: var(--white-color);
}

.media-body p {
    font-size: 13px;
    color: var(--white-color);
    font-weight: 500;
}

/* =============Sidebar Style================ */

a.sidebarCollapse {
    padding-left: 14px;
    color: #999;
    font-size: 20px;
}

.left-menu {
    height: 100vh;
    max-height: 90vh;
    width: 240px;
    position: fixed;
    box-shadow: 3px 1px 19px 1px #efeeee;
    overflow-y: scroll;
    transition:  width 0.5s ease;
    margin-top: -15px;
    background: var(--white-color);
    padding-bottom: 20px;
}

nav.animated {
    position: relative;
}

/* Collapsed state */
.left-menu.collapsed {
    width: 60px; /* Collapsed width */
}

ul#sidebar li:hover {
    border-left:5px solid var(--main-color);
}

ul#sidebar {
    margin: 0;
    padding: 0;
}

ul#sidebar li {
    transition: .5s;
    border-left: 5px solid var(--main-color);
}

ul#sidebar li a:hover {
    color: var(--main-color);
    background: #eae6e6;
}

ul#sidebar li a {
    display: block;
    padding: 5px 5px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    font-size: 11px;
    font-weight: 300;
    color: #525151;
    white-space: wrap;
    overflow: hidden;
}


li.active {
    border-left: 5px solid var(--main-color) !important;
}

.pagination li.active {
    border-left: none !important;
}

li.active a {
    color: var(--main-color) !important;
    background: #f4eeee;
}

ul#sidebar li a i {
    font-size: 11px;
    padding-right: 5px;
}

.active-a {
    font-weight: bold !important;
}

.collapse-item .icon {
    display: inline-block;
    width: 20px;
}

.collapse-item .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 25px); /* Adjust based on icon width + spacing */
}

/* =============Footer================= */
.fixed-bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
