body[data-path="me"] .my-account-item-link {
    display: none !important;
}

body[data-path="me"] .account-info {
    background: #ffffff;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

body[data-path="me"] .account-info > .col {
    padding: 18px 12px;
    border-radius: 12px;
    transition: all 0.2s ease;
}

body[data-path="me"] .account-info > .col:hover {
    background: #f3f8ff;
    transform: translateX(4px);
}

body[data-path="me"] .my-account-name {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
}

body[data-path="me"] .my-account-avatar .avatar-frame {
    background: linear-gradient(135deg, #2490ef, #67b1ff);
    color: white;
    font-weight: 700;
}

body[data-path="me"] .my-account-item-link a {
    color: #2490ef !important;
    font-weight: 600;
    text-decoration: none;
}

body[data-path="me"] .my-account-item-link a:hover {
    color: #0d6efd !important;
}

body[data-path="me"] .my-account-item-desc {
    color: #6b7280;
    font-size: 13px;
}

body[data-path="me"] .col:has(a[href="/update-password"]),
body[data-path="me"] .col:has(a[href="/third_party_apps"]) {
    display: none !important;
}

body[data-path="me"] .main-column {
    flex: 1 !important;
    max-width: none !important;
    width: 100% !important;
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%) !important;
    min-height: calc(100vh - 60px);
}

body[data-path="me"] .page_content,
body[data-path="me"] .page-content-wrapper {
    background: transparent !important;
}

body[data-path="me"] .page-content-wrapper,
body[data-path="me"] .page_content,
body[data-path="me"] .container,
body[data-path="me"] .container.my-4 {
    max-width: 100% !important;
    width: 100% !important;
}

body[data-path="me"] .account-info {
    background: #ffffff;
    border-radius: 22px;
    padding: 24px;
    border: 1px solid #e8eef5;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.06);
    max-width: 900px;
    backdrop-filter: none;
}

body[data-path="me"] .account-info > .col {
    padding: 18px 16px;
    border-radius: 14px;
    transition: all 0.25s ease;
}

body[data-path="me"] .account-info > .col:hover {
    background: transparent;
    transform: none;
}

body[data-path="me"] .my-account-name {
    font-size: 24px;
    font-weight: 500;
    color: #111827;
    margin-left: 18px;
}

body[data-path="me"] .my-account-avatar .avatar-frame {
    width: 72px !important;
    height: 72px !important;
    font-size: 22px !important;
    border-radius: 50% !important;
    background: linear-gradient(
        135deg,
        #3b82f6,
        #2563eb
    ) !important;
    color: white !important;
    font-weight: 700;
    box-shadow: none !important;
}

body[data-path="me"] .my-account-item-link a {
    background: #2490ef;
    color: white !important;
    padding: 8px 14px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

body[data-path="me"] .my-account-item-link a:hover {
    background: #1677d8;
    transform: translateY(-2px);
}

body[data-path="me"] .icon {
    opacity: 0.85;
}

body[data-path="me"] .account-info > .col:not(:last-child) {
    border-bottom: 1px solid #edf2f7;
}

body[data-path="me"] .account-info {
    backdrop-filter: none;
}

body[data-path="me"] .my-account-header {
    font-size: 42px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 30px;
}

body[data-path="me"] .account-info > .col:first-child {
    min-height: 100px;
    display: flex !important;
    align-items: center !important;
}

body[data-path="me"] .sidebar-item a {
    display: flex;
    align-items: center;
    gap: 12px;
}

body[data-path="me"] .sidebar-item a.active {
    background: #eef4ff;
    color: #2563eb !important;
    border-radius: 16px !important;
    padding: 18px 24px !important;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px !important;
}

body[data-path="me"] .sidebar-item a {
    display: flex;
    align-items: center;
    gap: 18px !important;
    padding: 12px 16px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    justify-content: flex-start !important;
}

body[data-path="me"] .sidebar-item a::before {
    content: "";
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}
body[data-path="me"] .web-sidebar ul:first-child .sidebar-item:nth-child(1) a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}
body[data-path="me"] .web-sidebar ul:first-child .sidebar-item:nth-child(2) a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%232b3a55' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}
body[data-path="me"] .web-sidebar ul:last-child .sidebar-item a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

body[data-path="me"] .sidebar-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body[data-path="me"] .web-sidebar {
    padding-left: 0 !important;
    margin-left: 0px !important;
    margin-top: 10px !important;
    white-space: nowrap !important;
}

body[data-path="me"] .sidebar-items {
    padding-left: 0 !important;
}

body[data-path="me"] .sidebar-item {
    margin-left: 0 !important;
     margin-bottom: -10px !important   ;
}

body[data-path="me"] .web-footer {
    display: none !important;
}
