.account .profile-menu {
    background-color: var(--surface-color);
    border-radius: 24px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.account .content-area {
    background-color: var(--surface-color);
    border-radius: 24px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.account .profile-menu .user-info h4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
}

.account .profile-menu .user-info {
    text-align: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.account .profile-menu .user-info .user-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background-color: lightgray;
    color: #000000;
    border-radius: 20px;
    font-size: 13px;
}

.account .profile-menu .user-info .user-status i {
    font-size: 14px;
}

.account .profile-menu .menu-nav .nav-link span{
    flex: 1;
    font-size: 14px;
}

.account .profile-menu .menu-nav .nav-link.active{
    background-color: #B9121B;
    color: #ffffff;
    font-weight: 500;
}

.profile-menu .menu-nav .nav .nav-item{
    margin-right: 0px;
}

.nav-item .nav-link{
    padding: .5rem 1rem;
    border-radius: 5px;
}

.bi-box-seam::before,
.bi-heart::before,
.bi-wallet2::before,
.bi-star::before
{
    font-size: 15px;
}

.account .profile-menu .menu-footer {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.account .mobile-menu .mobile-menu-toggle {
    width: 100%;
    background-color: var(--surface-color);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    color: var(--heading-color);
    transition: all 0.3s ease;
}

.account .mobile-menu .mobile-menu-toggle:hover {
    background-color: lightgrey;
}

.account .profile-menu .menu-nav .nav-link:hover {
    background-color: lightgrey;
    color: #000000;
}

.account .content-area .section-header h2{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.account .content-area .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.account .addresses-grid .address-card {
    background-color: var(--surface-color);
    border: 1px solid #000000;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

.account .addresses-grid .address-card:hover {
    border-color: #000000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.account .addresses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.card-header h4{
    font-size: 14px;
    color: #B9121B;
    font-weight: bold;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.account .addresses-grid .address-card .card-actions button.btn-edit {
    background-color: #fef2f2;
    color: #ef4444;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.account .addresses-grid .address-card .card-actions button {
    height: 36px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.account .addresses-grid .address-card .card-actions button.btn-edit:hover {
    background-color: #fee2e2;
}

.nav::before {
    position: absolute;
    left: 0;
    top: 13px;
    height: 0px;
    width: 335px;
    background: #e1e1e1;
    content: "";
}

.nav::after {
    position: absolute;
    right: 0;
    top: 13px;
    height: 0px;
    width: 335px;
    background: #e1e1e1;
    content: "";
}

.card-actions button.btn-edit {
    background-color: #fef2f2;
    color: #ef4444;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.card-actions button {
    height: 36px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.card-actions button.btn-edit:hover {
    background-color: #fee2e2;
}

.progress-container {
    width: 90%;
    height: 15px;
    background-color: #f1f1f1;
    border-radius: 10px;
    position: relative;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}

.progress-bar {
    height: 100%;
    background-color: #4CAF50;
    border-radius: 10px;
    width: 0%;
    transition: width 0.3s;
}

.palier {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
}

.palier-marker {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff6b6b;
    position: relative;
    top: -17px;
    z-index: 2;
}

.palier-label {
    font-weight: bold;
    margin-top: 5px;
    margin-top: -15px;
    font-size: 13px;
}

.palier.reached .palier-marker {
    background-color: #4CAF50;
}

.palier.reached[data-palier="300"] .palier-marker {
    background-color: #4CAF50;
}

.palier.reached[data-palier="500"] .palier-marker {
    background-color: #4CAF50;
}

.palier.reached[data-palier="700"] .palier-marker {
    background-color: #4CAF50;
}

.palier.reached[data-palier="900"] .palier-marker {
    background-color: #4CAF50;
}

.palier.reached[data-palier="1500"] .palier-marker {
    background-color: #4CAF50;
}