header {
    background: #000a13;
}

.header__menu__wrapper {
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 100%; */
}

.header__logo__wrapper {
    max-width: 135px;
}

.header_navigation_wrapper {
    top: 0%;
    right: 0%;
    z-index: 999;
    padding: 20px;
    overflow: auto;
    height: calc(100% - 8%);
    position: fixed;
    transition: all 0.5s;
    background: radial-gradient(89.86% 89.86% at 13.18% 12.2%, #8f5f01, #5c3502 26.36%, #0c0700);
    display: none;
    border-top-left-radius: 5%;
}

.header_navigation_wrapper .menu-a {
    display: block;
    color: #959595;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 15px;
}

.header_navigation_wrapper .menu-a:hover {
    background-clip: text;
    background: linear-gradient(180deg, #ffd84e 28.6%, #fcb500 71.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.children-menu{
    height: 0px;
    overflow: hidden;
}

.children-menu.active{
    height: auto;
    overflow: visible;
}

.header_navigation_wrapper.active {
    display: block;
    z-index: 999;
}

.header_list_icon {
    color: #efba39;
    font-size: 1.5rem;
}

.header_close_nav {
    color: #efba39;
    text-align: end;
    margin-bottom: 5px;
}

.header_close_nav img {
    width: 100%;
    height: 100%;
    max-width: 20px;
}

.header_navigation_wrapper_acc_detail_sign_in_btn {
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000 !important;
    background: linear-gradient(180deg, #ffed4e, #ffae35);
    cursor: pointer;
}

.header_navigation_wrapper_acc_detail_register_btn {
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000 !important;
    background: linear-gradient(180deg, #ffcf71, #ff8a00);
    cursor: pointer;
}

.header_navigation_wrapper_acc_detail .wallet-wrapper {
    display: flex;
    margin: 10px 0;
    cursor: default;
}

.header_navigation_wrapper_acc_detail .wallet-wrapper .wallet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(golden-frame.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.header_navigation_wrapper_acc_detail .wallet-wrapper {
    color: #000000;
    font-weight: bold;
}

.header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper {
    width: 80%;
    line-height: 1;
}

.header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper .wallet-amount {
    font-weight: 900;
}

.header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper .wallet-amount .currency {
    font-weight: 300;
}

.header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .wallet-type-img {
    width: 20px;
    height: 20px;
}

.header_navigation_wrapper_acc_detail .transaction-top {
    margin: 8px 0;
    padding: 14px 0;
    border-top: 1.5px solid #656565;
}

.header_navigation_wrapper_acc_detail .transaction-top .trans,
.transaction-bottom .trans {
    color: #ffffff;
    width: 33.33%;
    font-size: 12px;
    text-align: center;
}

.header_navigation_wrapper_acc_detail .transaction-top .trans .trans-image,
.transaction-bottom .trans .trans-image {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}

.header_navigation_wrapper_acc_detail .transaction-bottom {
    border-bottom: 1.5px solid #656565;
    margin: 5px 0;
    padding: 5px 0;
}

.header_navigation_wrapper_acc_detail .trans {
    color: #ffffff;
    width: 33.33%;
    font-size: 12px;
    text-align: center;
}

.transaction-text {
    color: #ffffff;
    font-weight: bold;
}

@media(min-width: 320px) {

    .header_navigation_wrapper .menu-a {
        font-size: 0.8rem;
    }

    .header_navigation_wrapper {
        width: 80%;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet {
        padding: 10px;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper .wallet-name {
        font-size: 8px;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper .wallet-amount {
        font-size: 10px;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper .wallet-amount .currency {
        font-size: 8px;
    }

    .transaction-text {
        font-size: 8px;
    }
}

@media(min-width: 375px) {
    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet {
        padding: 10px;
    }
}

@media(min-width: 768px) {
    .header_navigation_wrapper {
        width: 60%;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet {
        padding: 12px;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper .wallet-name {
        font-size: 10px;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper .wallet-amount {
        font-size: 12px;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper .wallet-amount .currency {
        font-size: 10px;
    }

    .transaction-text {
        font-size: 12px;
    }
}

@media(min-width: 1024px) {
    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet {
        padding: 14px;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper .wallet-name {
        font-size: 14px;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper .wallet-amount {
        font-size: 16px;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper .wallet-amount .currency {
        font-size: 14px;
    }

    .transaction-text {
        font-size: 14px;
    }
}

@media(min-width: 1440px) {

    .header_navigation_wrapper .menu-a {
        font-size: 1rem;
    }

    .header_navigation_wrapper {
        width: 40%;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet {
        padding: 16px;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper .wallet-name {
        font-size: 16px;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper .wallet-amount {
        font-size: 18px;
    }

    .header_navigation_wrapper_acc_detail .wallet-wrapper .wallet .text-wrapper .wallet-amount .currency {
        font-size: 16px;
    }

    .transaction-text {
        font-size: 16px;
    }
}

@media(min-width: 2560px) {
    .header_navigation_wrapper {
        width: 30%;
    }
}