.header_menu {}
.header_menu>.account_header {
    position: fixed;
    left: 13%;
    width: 18%;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -30px;
    background-color: #4160f605;
    padding: 30px 8px 10px 8px;
}
.header_menu>.account_header {
    background-color: #4160f605;
}
.header_menu>div:nth-child(2) {
    width: 75%;
    margin-left: 22%;
}
.header_menu .account-header-navbar {
    flex-direction: column;
    justify-content: flex-start;
}
.header_menu .account-header-navbar .nav-item a {
    background: none !important;
}
.header_menu .account-header-navbar .nav-item.active a, .header_menu .account-header-navbar .nav-item.active a:hover {
    border: 2px solid #3348f6 !important;
}

.statsOnSameLine .account-header-navbar {
    justify-content: flex-start;
    gap: 10px 0;
}

@media screen and (max-width: 993px) {
    .header_menu {
        flex-direction: column;
    }
    .header_menu>.account_header {
        width: 100%;
        position: relative;
        left: 0;
        height: auto;
        margin: 0 auto;
    }
    .header_menu>div:nth-child(2) {
        width: 100%;
        margin-left: 0;
    }
}

/* .header_menu {
    display: flex;
    align-items: flex-start;
    gap: 10px 4%;
}
.header_menu>div:nth-child(1) {
    width: 20%;
}
.header_menu>div:nth-child(2) {
    width: 75%;
}
.header_menu .account-header-navbar {
    flex-direction: column;
}

@media screen and (max-width: 993px) {
    .header_menu {
        flex-direction: column;
    }
    .header_menu>div:nth-child(1) {
        width: 100%;
    }
    .header_menu>div:nth-child(2) {
        width: 100%;
    }
} */