@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout-container[b-isav70kxal] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.page[b-isav70kxal] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-isav70kxal] {
    flex: 1;
    background: white;
    border-radius: 0;
}

.sidebar[b-isav70kxal] {
    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.sidebar[b-isav70kxal]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.sidebar-header[b-isav70kxal] {
    text-align: center;
    padding: 30px 20px 25px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
}

.logo-container[b-isav70kxal] {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    animation: float-b-isav70kxal 3s ease-in-out infinite;
}

@keyframes float-b-isav70kxal {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

.medical-logo[b-isav70kxal] {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.app-title[b-isav70kxal] {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}

.top-row[b-isav70kxal] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .top-row[b-isav70kxal]  a, .top-row[b-isav70kxal]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: white;
        font-weight: 500;
    }

    .top-row[b-isav70kxal]  a:hover, .top-row[b-isav70kxal]  .btn-link:hover {
        text-decoration: underline;
        color: rgba(255, 255, 255, 0.9);
    }

    .top-row[b-isav70kxal]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.content[b-isav70kxal] {
    background: white;
}

/* Style navigation menu items in sidebar */
.sidebar[b-isav70kxal]  .nav-item {
    position: relative;
    z-index: 1;
}

.sidebar[b-isav70kxal]  .nav-item a {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.sidebar[b-isav70kxal]  .nav-item a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white;
}

.sidebar[b-isav70kxal]  .nav-item a.active {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    font-weight: 600;
}

@media (max-width: 640.98px) {
    .top-row[b-isav70kxal] {
        justify-content: space-between;
    }

    .top-row[b-isav70kxal]  a, .top-row[b-isav70kxal]  .btn-link {
        margin-left: 0;
    }

    .sidebar-header[b-isav70kxal] {
        padding: 20px 15px 20px;
    }

    .app-title[b-isav70kxal] {
        font-size: 18px;
    }

    .medical-logo[b-isav70kxal] {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 641px) {
    .page[b-isav70kxal] {
        flex-direction: row;
    }

    .sidebar[b-isav70kxal] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-isav70kxal] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-isav70kxal]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-isav70kxal], article[b-isav70kxal] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    main[b-isav70kxal] {
        border-radius: 8px 0 0 0;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    }
}

#blazor-error-ui[b-isav70kxal] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-isav70kxal] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-am3zizjcvp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-am3zizjcvp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-am3zizjcvp] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-am3zizjcvp] {
    font-size: 1.1rem;
}

.bi[b-am3zizjcvp] {
  display: inline-block;
    position: relative;
  width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-am3zizjcvp] {
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-am3zizjcvp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-am3zizjcvp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-am3zizjcvp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-am3zizjcvp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-am3zizjcvp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-am3zizjcvp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-am3zizjcvp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-newspaper[b-am3zizjcvp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-newspaper' viewBox='0 0 16 16'%3E%3Cpath d='M0 2.5A1.5 1.5 0 0 1 1.5 1h11A1.5 1.5 0 0 1 14 2.5v10.528c0 .3-.05.654-.238.972h.738a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 1 1 0v9a1.5 1.5 0 0 1-1.5 1.5H1.497A1.497 1.497 0 0 1 0 13.5v-11zM12 14c.37 0 .654-.211.853-.441.092-.106.147-.279.147-.531V2.5a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5v11c0 .278.223.5.497.5H12z'/%3E%3Cpath d='M2 3h10v2H2V3zm0 3h4v3H2V6zm0 4h4v1H2v-1zm0 2h4v1H2v-1zm5-6h2v1H7V6zm3 0h2v1h-2V6zM7 8h2v1H7V8zm3 0h2v1h-2V8zm-3 2h2v1H7v-1zm3 0h2v1h-2v-1zm-3 2h2v1H7v-1zm3 0h2v1h-2v-1z'/%3E%3C/svg%3E");
}

.bi-chat-dots-fill[b-am3zizjcvp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chat-dots-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
}

.bi-person-circle[b-am3zizjcvp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
}

.nav-item[b-am3zizjcvp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-am3zizjcvp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-am3zizjcvp] {
      padding-bottom: 1rem;
    }

    .nav-item[b-am3zizjcvp]  .nav-link {
      color: #d7d7d7;
     background: none;
        border: none;
        border-radius: 4px;
     height: 3rem;
        display: flex;
        align-items: center;
    line-height: 3rem;
      width: 100%;
    }

.nav-item[b-am3zizjcvp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-am3zizjcvp]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-am3zizjcvp] {
    display: none;
    width: 100%;
}

.navbar-toggler:checked ~ .nav-scrollable[b-am3zizjcvp] {
    display: block;
}

nav.nav[b-am3zizjcvp] {
    max-width: 100%;
    overflow: hidden;
}

/* News Feed & Messages Sections */
.nav-section[b-am3zizjcvp] {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 100%;
    overflow: hidden;
}

.nav-section-header[b-am3zizjcvp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    position: relative;
}

.nav-section-title[b-am3zizjcvp] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.badge-notification[b-am3zizjcvp] {
    background-color: #dc3545;
    color: white;
    border-radius: 10px;
  padding: 0.15rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
min-width: 1.25rem;
    text-align: center;
    flex-shrink: 0;
}

.nav-section-content[b-am3zizjcvp] {
    display: flex;
  flex-direction: column;
    gap: 0.65rem;
    max-width: 100%;
}

/* News Items */
.news-item[b-am3zizjcvp] {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    padding: 0.75rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    max-width: 100%;
    overflow: hidden;
}

.news-item:hover[b-am3zizjcvp] {
  background-color: rgba(255, 255, 255, 0.1);
}

.news-item-header[b-am3zizjcvp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.35rem;
    gap: 0.5rem;
}

.news-item-title[b-am3zizjcvp] {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.85rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.news-item-date[b-am3zizjcvp] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    flex-shrink: 0;
}

.news-item-preview[b-am3zizjcvp] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

/* Message Items */
.message-item[b-am3zizjcvp] {
    display: flex;
 gap: 0.65rem;
    background-color: rgba(255, 255, 255, 0.05);
 border-radius: 6px;
    padding: 0.65rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    max-width: 100%;
    overflow: hidden;
}

.message-item:hover[b-am3zizjcvp] {
    background-color: rgba(255, 255, 255, 0.1);
}

.message-item.unread[b-am3zizjcvp] {
  background-color: rgba(74, 144, 226, 0.15);
}

.message-item.unread:hover[b-am3zizjcvp] {
  background-color: rgba(74, 144, 226, 0.25);
}

.message-avatar[b-am3zizjcvp] {
    flex-shrink: 0;
}

.message-avatar .bi[b-am3zizjcvp] {
    width: 2rem;
 height: 2rem;
    margin: 0;
}

.message-content[b-am3zizjcvp] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.message-header[b-am3zizjcvp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
    gap: 0.5rem;
}

.message-sender[b-am3zizjcvp] {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.85rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  flex: 1;
}

.message-time[b-am3zizjcvp] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    flex-shrink: 0;
}

.message-preview[b-am3zizjcvp] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-section-link[b-am3zizjcvp] {
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    padding: 0.6rem;
    margin-top: 0.5rem;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.nav-section-link:hover[b-am3zizjcvp] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

@media (min-width: 641px) {
    .navbar-toggler[b-am3zizjcvp] {
        display: none;
    }

 .nav-scrollable[b-am3zizjcvp] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding-bottom: 2rem;
    }
    
    /* Smooth scrolling */
    .nav-scrollable[b-am3zizjcvp]::-webkit-scrollbar {
        width: 6px;
    }
    
    .nav-scrollable[b-am3zizjcvp]::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
    }
    
    .nav-scrollable[b-am3zizjcvp]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }
    
    .nav-scrollable[b-am3zizjcvp]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }
}
/* /Components/Layout/TopMenu.razor.rz.scp.css */
.top-menu-container[b-6gze3bo6cp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.menu-bar[b-6gze3bo6cp] {
    flex: 1;
    display: flex;
    align-items: center;
}

.menu-root[b-6gze3bo6cp] {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
}

.menu-item[b-6gze3bo6cp] {
    position: relative;
}

/* Add padding to create hover area */
.menu-item[b-6gze3bo6cp]::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 8px;
    z-index: 9999;
}

.menu-link[b-6gze3bo6cp] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.6rem 1.2rem;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.menu-link:hover[b-6gze3bo6cp] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.menu-arrow[b-6gze3bo6cp] {
    font-size: 10px;
    margin-left: 2px;
    transition: transform 0.3s ease;
}

.menu-item:hover .menu-arrow[b-6gze3bo6cp] {
    transform: rotate(180deg);
}

.submenu[b-6gze3bo6cp] {
    visibility: hidden !important;
    opacity: 0 !important;
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: white !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0.5rem 0 !important;
    min-width: 220px !important;
    z-index: 10000 !important;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease !important;
    transform: translateY(0) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    pointer-events: none !important;
}

.menu-item:hover > .submenu[b-6gze3bo6cp] {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

.submenu:hover[b-6gze3bo6cp] {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

.submenu-item[b-6gze3bo6cp] {
    margin: 0;
}

.submenu-link[b-6gze3bo6cp] {
    display: block;
    padding: 0.75rem 1.25rem;
    color: #333 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
}

.submenu-link[b-6gze3bo6cp]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transition: height 0.2s ease;
}

.submenu-link:hover[b-6gze3bo6cp] {
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.05) 100%);
    color: #667eea !important;
    padding-left: 1.5rem;
}

.submenu-link:hover[b-6gze3bo6cp]::before {
    height: 100%;
}

.top-menu-actions[b-6gze3bo6cp] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: 1rem;
}

.culture-selector[b-6gze3bo6cp] {
    display: flex;
    align-items: center;
}

.culture-selector[b-6gze3bo6cp]  select,
.culture-selector[b-6gze3bo6cp]  .culture-link {
    color: white;
    font-weight: 500;
}

.culture-selector[b-6gze3bo6cp]  a {
    color: white;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.culture-selector[b-6gze3bo6cp]  a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.culture-selector[b-6gze3bo6cp]  a.active {
    background: rgba(255, 255, 255, 0.3);
    font-weight: 600;
}

/* Force submenu visibility on hover and focus */
.top-menu-container .menu-item:hover > .submenu[b-6gze3bo6cp],
.top-menu-container .menu-item:focus-within > .submenu[b-6gze3bo6cp] {
 visibility: visible !important;
 opacity:1 !important;
 transform: translateY(0) !important;
 pointer-events: auto !important;
}

.top-menu-container .submenu:hover[b-6gze3bo6cp] {
 visibility: visible !important;
 opacity:1 !important;
 transform: translateY(0) !important;
 pointer-events: auto !important;
}

/* Create invisible bridge between menu and submenu to maintain hover */
.top-menu-container .menu-item:hover[b-6gze3bo6cp]::after,
.top-menu-container .menu-item:focus-within[b-6gze3bo6cp]::after {
 content: '';
 position: absolute;
 top:100%;
 left:0;
 right:0;
 height:2px;
 z-index:9999;
 pointer-events: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .menu-root[b-6gze3bo6cp] {
        gap: 0.25rem;
    }

    .menu-link[b-6gze3bo6cp] {
        padding: 0.5rem 0.8rem;
        font-size: 14px;
    }

    .submenu[b-6gze3bo6cp] {
        min-width: 180px !important;
    }

    .top-menu-actions[b-6gze3bo6cp] {
        margin-left: 0.5rem;
    }
}

@media (max-width: 640px) {
    .top-menu-container[b-6gze3bo6cp] {
        flex-wrap: wrap;
    }

    .menu-bar[b-6gze3bo6cp] {
        width: 100%;
        overflow-x: auto;
    }

    .menu-root[b-6gze3bo6cp] {
        flex-wrap: nowrap;
    }

    .top-menu-actions[b-6gze3bo6cp] {
        margin-left: 0;
        margin-top: 0.5rem;
    }
}
/* /Components/Shared/AppointmentEditorDialog.razor.rz.scp.css */
.expired-input .e-input[b-9f42em3vzl],
.expired-input input[b-9f42em3vzl] {
 background-color: #ffe6e6 !important;
}

/* Apply border color on the wrapper itself (Syncfusion adds CssClass to wrapper) */
.expired-input.e-control-wrapper[b-9f42em3vzl],
.expired-input.e-input-group[b-9f42em3vzl],
.expired-input .e-input[b-9f42em3vzl],
.expired-input input[b-9f42em3vzl] {
 border-color: #dc3545 !important;
}

.expired-input .e-input:focus[b-9f42em3vzl],
.expired-input input:focus[b-9f42em3vzl],
.expired-input.e-control-wrapper:focus-within[b-9f42em3vzl] {
 box-shadow: 0 0 .2rem rgba(220,53,69,0.25) !important;
}

/* Whole row background when date/time is in the past */
.expired-row[b-9f42em3vzl] {
 background-color: #ffefef !important;
 border-left:3px solid #dc3545;
 border-right:3px solid #dc3545;
 border-radius:4px;
 padding-top:6px;
 padding-bottom:6px;
}

/* Conflict highlighting styles - using red/danger color to match expired styling */
.conflict-input .e-input[b-9f42em3vzl],
.conflict-input input[b-9f42em3vzl],
.conflict-input .e-multi-select-wrapper[b-9f42em3vzl] {
 background-color: #ffe6e6 !important;
}

/* Apply border color on the wrapper itself (Syncfusion adds CssClass to wrapper) */
.conflict-input.e-control-wrapper[b-9f42em3vzl],
.conflict-input.e-input-group[b-9f42em3vzl],
.conflict-input .e-input[b-9f42em3vzl],
.conflict-input input[b-9f42em3vzl],
.conflict-input .e-multi-select-wrapper[b-9f42em3vzl] {
 border-color: #dc3545 !important;
}

.conflict-input .e-input:focus[b-9f42em3vzl],
.conflict-input input:focus[b-9f42em3vzl],
.conflict-input.e-control-wrapper:focus-within[b-9f42em3vzl],
.conflict-input .e-multi-select-wrapper:focus-within[b-9f42em3vzl] {
 box-shadow: 0 0 .2rem rgba(220,53,69,0.25) !important;
}

/* Column/field wrapper background when there's a conflict - red left border accent */
.conflict-row[b-9f42em3vzl] {
 background-color: #fff5f5 !important;
 border-left: 4px solid #dc3545;
 border-radius: 4px;
 padding: 10px !important;
 margin-bottom: 8px;
}
/* /Components/Shared/ReceivedMessages.razor.rz.scp.css */
.received-messages-container[b-jbk4dyitfo] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.received-messages-header[b-jbk4dyitfo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.received-messages-header h6[b-jbk4dyitfo] {
    margin: 0;
    font-weight: 600;
    color: #495057;
}

.received-messages-list[b-jbk4dyitfo] {
    max-height: 400px;
    overflow-y: auto;
    padding: 0.5rem;
}

.no-messages[b-jbk4dyitfo] {
    text-align: center;
    padding: 2rem 1rem;
    color: #6c757d;
    font-style: italic;
}

.notification[b-jbk4dyitfo] {
    margin-bottom: 0.5rem;
    padding: 0.75rem;
    border-radius: 6px;
    border-left: 4px solid;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: transform 0.2s;
    animation: blink-b-jbk4dyitfo 0.5s ease-in-out 5;
}

@keyframes blink-b-jbk4dyitfo {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.notification:hover[b-jbk4dyitfo] {
    transform: translateX(2px);
}

.notification-info[b-jbk4dyitfo] {
    border-left-color: #0dcaf0;
    background: #cff4fc;
}

.notification-success[b-jbk4dyitfo] {
    border-left-color: #198754;
    background: #d1e7dd;
}

.notification-warning[b-jbk4dyitfo] {
    border-left-color: #ffc107;
    background: #fff3cd;
}

.notification-error[b-jbk4dyitfo] {
    border-left-color: #dc3545;
    background: #f8d7da;
}

.notification-header[b-jbk4dyitfo] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.25rem;
}

.notification-header strong[b-jbk4dyitfo] {
    flex: 1;
    color: #212529;
    font-size: 0.95rem;
}

.btn-close-notification[b-jbk4dyitfo] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
    color: #6c757d;
    padding: 0;
    margin-left: 0.5rem;
}

.btn-close-notification:hover[b-jbk4dyitfo] {
    color: #000;
}

.notification-body[b-jbk4dyitfo] {
    color: #495057;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.notification-time[b-jbk4dyitfo] {
    font-size: 0.75rem;
    color: #6c757d;
    text-align: right;
}

.notification-clickable[b-jbk4dyitfo] {
    cursor: pointer;
}

.notification-clickable:hover[b-jbk4dyitfo] {
    transform: translateX(4px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
