.page-heading-container {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: rgba(26, 32, 44, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
}

.page-heading {
    padding-top: .35rem !important;
    padding-bottom: .35rem !important;
}

.page-heading h3,
.page-heading .breadcrumb-item,
.page-heading .breadcrumb-item a,
.page-heading .text-muted {
    color: #ECEFF1 !important;
}

.page-heading .breadcrumb-item a:hover {
    color: #435ebe !important;
}

.page-heading .breadcrumb-item.active {
    color: #a0aec0 !important;
}

.page-heading .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
}

.user-dropdown-menu {
    position: fixed;
    z-index: 1060;
    background-color: #2c3747;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 240px;
    border-radius: 0.75rem !important;
    padding: 0.5rem 0 !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.user-dropdown-menu .dropdown-item {
    color: #ECEFF1 !important;
}

.user-dropdown-menu .dropdown-item:hover {
    background-color: rgba(67, 94, 190, 0.2) !important;
    border-radius: 0.5rem;
    padding-left: 1rem;
    color: #fff !important;
}

.user-dropdown-menu .dropdown-item.text-danger {
    color: #fc8181 !important;
}

.user-dropdown-menu .dropdown-item.text-danger:hover {
    color: #fc8181 !important;
    background-color: rgba(220, 53, 69, 0.15) !important;
}

.user-dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

@media (max-width: 1199px) {
    .page-heading-container {
        z-index: 50;
    }
}

@media (max-width: 768px) {
    .user-dropdown-menu {
        min-width: 200px !important;
    }

    .page-heading {
        padding: 0.5rem 0 !important;
    }

    .breadcrumb {
        font-size: 0.8rem;
    }

    .user-details {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .user-dropdown-menu {
        min-width: 180px !important;
    }

    .breadcrumb {
        font-size: 0.72rem;
    }

    .breadcrumb-item {
        font-size: 0.7rem;
    }
}

.my-dropdown-toggle::after {
    content: unset !important;
}

.dropdown-menu[style] {
    right: 0 !important;
}
