body[data-theme="light"] .navbar-bg {
  background: #194d74;
}
.hamburger, .hamburger::after, .hamburger::before {
  background: #bdc0c5;
  border-radius: 1px;
  content: "";
  cursor: pointer;
  display: block;
  height: 3px;
  transition: background .1s ease-in-out,color .1s ease-in-out;
  width: 24px;
}
.nav-flag, .nav-icon{
color:#bdc0c5;	
}
.card-gradient{
  background-image: linear-gradient(to right, rgb(12, 80, 130) 25%, rgb(0, 122, 161) 65%);
  color: #fff;
}
.card-gradient h3{ color: #fff }
.btn-white{ color: #000; background:#fff; border-color:#fff }
.btn-blue{ color:#fff; background:#194d74; border-color:#194d74 }
.white-bar{ padding:15px 0px; background:#fff; border-bottom:1px solid #ddd }


 .filter-container {
            background-color: transparent;
           
            padding: 8px;
        }
        .filter-btn {
            background-color: #ffffff;
            border: 1px solid #dee2e6;
            color: #212529;
            border-radius: 6px;
            padding: 8px 16px;
            font-size: 15px;
            font-weight: 500;
            white-space: nowrap;
        }
        .filter-btn:hover {
            background-color: #f8f9fa;
        }
        .toggle-icon {
            font-size: 24px;
            color: #212529;
            cursor: pointer;
        }
        .badge-custom {
            background-color: #0dcaf0;
            color: #000;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: 600;
            margin-left: 4px;
        }
        .search-input {
            border: 1px solid #dee2e6;
            border-radius: 6px;
            padding: 8px 16px;
            font-size: 15px;
        }
        .search-input:focus {
            border-color: #86b7fe;
            outline: 0;
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        }
        .btn-search {
            background-color: #1e4d6d;
            border: none;
            color: white;
            border-radius: 0 6px 6px 0;
            padding: 8px 20px;
        }
        .btn-search:hover {
            background-color: #163d56;
        }
        .sort-icon {
            font-size: 24px;
            color: #6c757d;
            cursor: pointer;
        }

         .nav-tabs .nav-link {
            color: #6c757d;
            border: none;
            border-bottom: 3px solid transparent;
            padding: 0.75rem 1rem;
        }
        .nav-tabs .nav-link.active {
            color: #0d6efd;
            background-color: transparent;
            border-bottom: 3px solid #0d6efd;
            font-weight: 600;
        }
        .nav-tabs {
            border-bottom: 1px solid #dee2e6;
        }
        .empty-state {
            padding: 3rem 0;
            text-align: center;
            color: #212529;
        }

        .profile-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 1.5rem;
            border-bottom: 1px solid #dee2e6;
            background-color: #fff;
        }
        .profile-header h5 {
            margin: 0;
            font-weight: 600;
        }
        .profile-header .actions {
            display: flex;
            gap: 0.75rem;
        }
        .profile-header .btn-icon {
            background: none;
            border: none;
            color: #6c757d;
            font-size: 1.25rem;
            padding: 0.25rem;
            cursor: pointer;
        }
        .profile-content {
            padding: 2rem 1.5rem;
            text-align: center;
        }
        .profile-content h4 {
            font-weight: 600;
            margin-bottom: 1.5rem;
        }
        .progress {
            height: 8px;
            margin-bottom: 1rem;
        }
        .progress-bar {
            background-color: #0d6efd;
        }
        .profile-status {
            margin-bottom: 0.5rem;
        }
        .profile-status .percentage {
            color: #198754;
            font-weight: 600;
        }
        .profile-instruction {
            color: #6c757d;
            font-size: 0.9rem;
            margin-bottom: 2rem;
        }
        .profile-link-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 1.5rem;
            border-top: 1px solid #dee2e6;
        }
        .profile-link-section a {
            color: #0d6efd;
            text-decoration: none;
            font-weight: 500;
        }
        .profile-link-section a:hover {
            text-decoration: underline;
        }
        .profile-link-section .mark-na {
            color: #6c757d;
            font-size: 0.9rem;
        }

         .article-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 0;
            border-bottom: 1px solid #dee2e6;
            margin-bottom: 1.5rem;
        }
        .article-card {
            background: #fff;
            border: 1px solid #dee2e6;
            border-radius: 0.375rem;
            padding: 1.5rem;
            margin-bottom: 1rem;
        }
        .article-author {
            display: flex;
            align-items: start;
            gap: 1rem;
            margin-bottom: 1rem;
        }
        .article-author img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }
        .article-author-info h5 {
            margin: 0;
            font-size: 1.1rem;
        }
        .article-author-info h5 a {
            color: #0d6efd;
            text-decoration: none;
        }
        .article-author-info h5 a:hover {
            text-decoration: underline;
        }
        .article-author-info h5 .badge {
            font-size: 0.75rem;
            font-weight: normal;
            background-color: #e9ecef;
            color: #495057;
            margin-left: 0.5rem;
        }
        .article-time {
            display: flex;
            align-items: center;
            gap: 0.25rem;
            color: #6c757d;
            font-size: 0.9rem;
        }
        .article-content ul {
            margin: 1rem 0;
            padding-left: 1.5rem;
        }
        .article-content a {
            color: #0d6efd;
            word-break: break-all;
        }
        .article-tags {
            display: flex;
            gap: 0.5rem;
            margin: 1rem 0;
        }
        .article-tags .badge {
            background-color: #e9ecef;
            color: #495057;
            font-weight: normal;
            padding: 0.35rem 0.65rem;
        }
        .article-stats {
            display: flex;
            gap: 1.5rem;
            padding-top: 1rem;
            border-top: 1px solid #dee2e6;
            color: #6c757d;
            font-size: 0.9rem;
        }
        .article-stats > div {
            display: flex;
            align-items: center;
            gap: 0.35rem;
        }
        .labels-card {
            background: #fff;
            border: 1px solid #dee2e6;
            border-radius: 0.375rem;
            position: sticky;
            top: 1rem;
        }
        .labels-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 1.25rem;
            border-bottom: 1px solid #dee2e6;
            font-weight: 600;
        }
        .labels-header button {
            background: none;
            border: none;
            color: #6c757d;
            cursor: pointer;
        }
        .labels-list {
            padding: 0;
            margin: 0;
            list-style: none;
        }
        .labels-list li {
            border-bottom: 1px solid #dee2e6;
        }
        .labels-list li:last-child {
            border-bottom: none;
        }
        .labels-list a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.75rem 1.25rem;
            color: #0d6efd;
            text-decoration: none;
            transition: background-color 0.15s;
        }
        .labels-list a:hover {
            background-color: #f8f9fa;
        }
        .labels-list li.active {
            background-color: #e9ecef;
        }
        .labels-list li.active a {
            font-weight: 500;
        }
        .labels-list .check-icon {
            color: #198754;
            font-size: 1.2rem;
        }

         .events-c  .filter-bar {
            display: flex;
            gap: 1rem;
            margin-bottom: 2rem;
        }
        .events-c .dropdown-toggle {
            background-color: #fff;
            border: 1px solid #dee2e6;
            color: #212529;
            padding: 0.5rem 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .events-c .dropdown-toggle::after {
            margin-left: auto;
        }
        .events-c .filter-button {
            background-color: #e9ecef;
            border: 1px solid #dee2e6;
            color: #212529;
            padding: 0.5rem 1rem;
            cursor: default;
        }
        .events-c .dropdown-menu {
            box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
        }
        .events-c .dropdown-item {
            padding: 0.5rem 1rem;
        }
       .events-c  .dropdown-item.active {
            background-color: #fff;
            color: #212529;
        }
       .events-c  .dropdown-item input[type="radio"] {
            margin-right: 0.5rem;
        }
       .events-c  .empty-state {
            background-color: #fff;
            border: 1px solid #dee2e6;
            border-radius: 0.375rem;
            padding: 3rem 2rem;
            text-align: center;
            color: #212529;
        }

        .resources-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem;
            border-bottom: 1px solid #dee2e6;
        }
        .resource-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1.5rem;
            border-bottom: 1px solid #dee2e6;
        }
        .resource-item:last-child {
            border-bottom: none;
        }
        .resource-content {
            display: flex;
            align-items: center;
            gap: 1rem;
            flex: 1;
        }
        .resource-icon {
            width: 50px;
            height: 50px;
            background-color: #6c757d;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 1.5rem;
            flex-shrink: 0;
        }
        .resource-info h5 {
            margin: 0 0 0.25rem 0;
            font-size: 1rem;
        }
        .resource-info h5 a {
            color: #0d6efd;
            text-decoration: none;
        }
        .resource-info h5 a:hover {
            text-decoration: underline;
        }
        .resource-info .badge {
            background-color: #0d6efd;
            color: #fff;
            font-size: 0.7rem;
            font-weight: normal;
            padding: 0.25rem 0.5rem;
            margin-left: 0.5rem;
            border-radius: 50%;
            vertical-align: middle;
        }
        .resource-meta {
            display: flex;
            align-items: center;
            gap: 0.25rem;
            color: #6c757d;
            font-size: 0.875rem;
        }
        .btn-view-details {
            background-color: #0c5c8d;
            color: #fff;
            border: none;
            padding: 0.5rem 1.5rem;
            font-weight: 500;
            white-space: nowrap;
        }
        .btn-view-details:hover {
            background-color: #094a73;
            color: #fff;
        }

        .contact_admin .info-text {
            background-color: #f8f9fa;
            padding: 1rem 1.5rem;
            border-radius: 0.375rem;
            margin-bottom: 1.5rem;
            color: #212529;
        }
        .contact_admin .info-text a {
            color: #0d6efd;
            text-decoration: none;
        }
        .contact_admin .info-text a:hover {
            text-decoration: underline;
        }
        .contact_admin .form-label {
            font-weight: 600;
            color: #212529;
            margin-bottom: 0.5rem;
        }
        .contact_admin .form-label .required {
            color: #dc3545;
        }
        .contact_admin .drop-zone {
            background-color: #f8f9fa;
            border: 2px dashed #dee2e6;
            border-radius: 0.375rem;
            padding: 3rem 2rem;
            text-align: center;
            color: #6c757d;
            cursor: pointer;
            transition: all 0.3s;
        }
        .contact_admin .drop-zone:hover {
            border-color: #0d6efd;
            background-color: #e7f3ff;
        }
        .contact_admin .drop-zone.dragover {
            border-color: #0d6efd;
            background-color: #e7f3ff;
        }
        .contact_admin .form-actions {
            display: flex;
            justify-content: flex-end;
            gap: 1rem;
            margin-top: 1.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid #dee2e6;
        }
        .contact_admin .btn-cancel {
            background-color: #fff;
            color: #212529;
            border: 1px solid #dee2e6;
            padding: 0.5rem 1.5rem;
        }
        .contact_admin .btn-cancel:hover {
            background-color: #f8f9fa;
        }
        .contact_admin .btn-send {
            background-color: #0c5c8d;
            color: #fff;
            border: none;
            padding: 0.5rem 1.5rem;
        }
        .contact_admin .btn-send:hover {
            background-color: #094a73;
        }
        .contact_admin #fileInput {
            display: none;
        }
        <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>User Profile</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css">
    <style>
        .profile-page .profile-header {
            background-color: #fff;
            padding: 1.5rem;
            border-radius: 0.375rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .profile-page .profile-user {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        .profile-page .profile-avatar {
            width: 60px;
            height: 60px;
            background-color: #c8d9e8;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 600;
            color: #0c5c8d;
        }
        .profile-page .profile-info h4 {
            margin: 0;
            font-size: 1.1rem;
            font-weight: 600;
        }
        .profile-page .profile-info .badge {
            background-color: #e9ecef;
            color: #495057;
            font-weight: normal;
            font-size: 0.85rem;
        }
        .profile-page .btn-actions {
            background-color: #0c5c8d;
            color: #fff;
            border: none;
            padding: 0.5rem 1.5rem;
        }
        .profile-page .btn-actions:hover {
            background-color: #094a73;
            color: #fff;
        }
        .profile-page .dropdown-menu {
            box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.15);
        }
        .profile-page .dropdown-item {
            padding: 0.5rem 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .profile-page .section-card {
            background-color: #fff;
            border-radius: 0.375rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
        }
        .profile-page .section-header {
            padding: 1rem 1.5rem;
            border-bottom: 1px solid #dee2e6;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }
        .profile-page .section-header h5 {
            margin: 0;
            font-size: 1rem;
            font-weight: 600;
        }
        .profile-page .section-body {
            padding: 1.5rem;
        }
        .profile-page .stats-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }
        .profile-page .stat-item {
            text-align: left;
        }
        .profile-page .stat-number {
            font-size: 2rem;
            font-weight: 600;
            color: #212529;
            margin-bottom: 0.25rem;
        }
        .profile-page .stat-label {
            color: #6c757d;
            font-size: 0.9rem;
        }
        .profile-page .info-row {
            margin-bottom: 1.5rem;
        }
        .profile-page .info-row:last-child {
            margin-bottom: 0;
        }
        .profile-page .info-label {
            font-weight: 600;
            color: #212529;
            margin-bottom: 0.25rem;
        }
        .profile-page .info-value {
            color: #0d6efd;
            text-decoration: none;
        }
        .profile-page .info-value:hover {
            text-decoration: underline;
        }
        .profile-page .sidebar-widget {
            background-color: #fff;
            border-radius: 0.375rem;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
        }
        .profile-page .sidebar-widget h5 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        .profile-page .progress {
            height: 8px;
            margin-bottom: 0.75rem;
        }
        .profile-page .progress-bar {
            background-color: #0d6efd;
        }
        .profile-page .completion-text {
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }
        .profile-page .completion-text .percentage {
            color: #198754;
            font-weight: 600;
        }
        .profile-page .completion-instruction {
            color: #6c757d;
            font-size: 0.85rem;
            margin-bottom: 1rem;
        }
        .profile-page .profile-action-link {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.75rem 0;
            border-top: 1px solid #dee2e6;
        }
        .profile-page .profile-action-link a {
            color: #0d6efd;
            text-decoration: none;
        }
        .profile-page .profile-action-link a:hover {
            text-decoration: underline;
        }
        .profile-page .mark-na {
            color: #6c757d;
            font-size: 0.85rem;
        }
        .profile-page .meetings-widget {
            background-color: #fff;
            border-radius: 0.375rem;
            box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
        }
        .profile-page .meetings-header {
            padding: 1rem 1.5rem;
            border-bottom: 1px solid #dee2e6;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }
        .profile-page .meetings-header h5 {
            margin: 0;
            font-size: 1rem;
            font-weight: 600;
            color: #0d6efd;
        }
        .profile-page .meetings-body {
            padding: 2rem 1.5rem;
            text-align: center;
            color: #6c757d;
        }