header {
    width: 100%;
    height: 65px;
    transition: all 0.3s ease-in-out;
    background-color: #0c0902 !important;
}

.custom_nav {
    display: flex;
    gap: 30px;
}

.custom_nav a {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: var(--white);
}

.custom_nav a::after {
    /* content: "";
    width: 100%;
    height: 2px;
    background-color: var(--off-white);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease-in; */
}

.custom_nav a:active::after,
.custom_nav a:hover::after {
    opacity: 1;
}

.custom_nav a:hover {
    /* color: var(--off-white) !important; */
}

.dropdown-toggle::after {
    display: none;
}

.profile::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #E9EBEE20;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* 
.profile {
    margin-left: 10px;
}
*/

.profile_about img {
    width: 100%;
}

.profile_space {
    margin-left: 38px;
}

.profile_image {
    width: 37px;
    height: 37px;
    margin-right: 10px;
    background-color: #EDEDED;
    border-radius: 50%;
}

.header_main {
    padding: 17px 25px;
    z-index: 99;
    border-bottom: 1px solid var(--border);
    height: 65px;
    left: 0;
    width: 100%;
}

.noti_icon {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E9EBEE55;
}

.profile_about {
    padding: 0px 30px;
}

.profile p {
    color: var(--off-white);
    font-size: 14px;
    font-weight: 400;
}

.profile span {
    display: block;
    color: var(--black-light);
    font-size: 14px;
    font-weight: 400;
}

.noti_icon::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--mint);
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 50%;
}

.login_btn {
    border: none;
    outline: none;
    padding: 8px 0px;
    margin: 0px 30px;
    background-color: transparent;
    color: var(--off-white);
}

.btn_padd {
    padding: 0px 30px;
}

.dont_acc p {
    font-size: 14px;
    line-height: 20px;
    color: var(--dullfont);
    margin: 0;
}

p {
    margin: 0;
}

.dont_acc a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
}

.url_verify {
    /* background-color: #2DD15825; */
    background-color: var(--bg);
    padding: 15px 25px;
    display: flex;
}

.url_verify p {
    font-size: 12px;
    line-height: 20px;
    color: var(--white);
    display: flex;
    align-items: center;
}

.url_verify p span {
    color: var(--yellow);
}

.menu_list.show {
    width: 370px;
    padding: 2px;
    top: 42px;
    margin-top: 0;
}

.private_nav {
    gap: 20px;
    margin-right: 20px;
}

.menu_list.down_app.show {
    width: 210px;
    padding: 15px;
    border-radius: 0px 0px 3px 3px;
}

.menu_list.profile_app.show {
    width: 360px;
    border-radius: 0px 0px 3px 3px;
}

.menu_list.menulist_private {
    right: 0;
    left: inherit;
    color: var(--pera);
    background-color: var(--bg-theme);
}

.menu_list.menulist_private .drope_nav,
.menu_list.menulist_private .drope_nav span {
    color: var(--pera);
}

.drope_nav {
    padding: 15px;
    transition: all 0.3s;
    color: inherit;
}

.drope_nav:hover {
    border-radius: 3px;
    background-color: var(--bg);
}

.drope_nav.active {
    border-radius: 3px;
    background-color: var(--bg);
}

body.light-mode .menu_list.menulist_private,
body.light-mode .menu_list.menulist_private .drope_nav,
body.light-mode .menu_list.menulist_private .drope_nav span {
    color: var(--white);
}

body.light-mode .menu_list.menulist_private {
    background-color: var(--bg);
}

.sgtx_nav.navbar-collapse.show,
.sgtx_nav.navbar-collapse.collapsing,
.sgtx_nav.collapsing.show,
.sgtx_nav.collapse.show {
    position: absolute !important;
    top: 65px;
    left: 0;
    height: calc(100vh - 65px);
    width: 100%;
    z-index: 9;
    background-color: var(--bg-theme) !important;
    overflow-y: auto;
    transition: all 0.3s ease-in;
    padding: 25px;
}

.sgtx_nav.navbar-collapse.show .custom_nav,
.sgtx_nav.navbar-collapse.collapsing .custom_nav {
    flex-direction: column;
    gap: 20px;
    transition: all 0.3s ease-in;
}

.navbar-collapse.show .menu_list.show,
.navbar-collapse.collapsing .menu_list.show {
    position: static;
    border: none;
    width: 100%;
    max-width: 100% !important;
    transition: all 0.3s ease-in;
}

.profile_overview {
    padding: 20px;
    background-color: var(--bg);
    border-radius: 3px;
}

.profile_overview .profile_pic {
    width: 43px;
    height: 43px;
    gap: 15px;
}

.profile_overview .profile_detail {
    gap: 15px;
}

.market_top .live_price {
    flex-basis: calc(100% - 183px);
}

.nav_menu .arrow_men {
    transition: all 0.3s;
}

.nav_menu.show .arrow_men {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.register_btn {
    font-weight: 800;
    font-size: 16px !important;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: linear-gradient(180deg, #892CDF 0%, #882fdc 100%);
    box-shadow: 0 17px 7px 0 rgba(255, 255, 255, 0.25) inset;
    color: var(--white) !important;
    height: 45px;
    text-decoration: none !important;
}

.top_header span {
    font-size: 14px;
    color: #9F9D8B;
    font-weight: 500;
}

.top_header span.text_success {
    color: var(--green);
}

.nav-header {
    background-color: #040509;
}

.main_top {
    background: #202020;
    padding: 15px 0px;
}

@media screen and (max-width: 600px) {
    .header_main {
        padding: 18px 15px;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing,
    .collapsing.show,
    .collapse.show {
        padding: 15px;
    }

    .menu_list.show {
        top: 39px;
    }

    .menu_list.menulist_private {
        right: -60px;
    }

    .url_verify {
        padding: 10px 15px;
    }

    .url_verify p {
        font-size: 11px;
        flex-wrap: wrap;
    }
}

/* ==============================
   MAIN MENU WRAPPER
================================ */
.main-menu {
    width: 100%;
}

.main-menu__nav {
    display: flex;
    align-items: center;
    gap: 40px;
    /* padding: 0 24px; */
}

.main-menu__list {
    display: flex;
    align-items: center;
    gap: 3px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu__child {
    position: relative;
    padding: 18px 0;
}

.main-menu__child>a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0);
    transform: all 0.3s linear;

}

/* Hover & Active */
.main-menu__child:hover>a,
.main-menu__child.active>a {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 166, 0, 0.10);
    color: var(--theme);
}

.main-menu__child.active>a .arrow_men svg path,
.main-menu__child:hover>a .arrow_men svg path {
    stroke: var(--theme) !important;
}


.main-menu__child.open a .arrow_men svg {
    transform: rotate(180deg);
}

.login_txt:hover {
    color: var(--theme) !important;
}

/* ==============================
   SUB MENU
================================ */
.main-menu__sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: var(--bg) !important;
    border-radius: 8px;
    padding: 10px 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 999;
    backdrop-filter: blur(20px);
}

/* Show dropdown */
.main-menu__child.open .main-menu__sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ==============================
   SUB MENU ITEM
================================ */
.main-menu__sub-menu li {
    list-style: none;
}

.main-menu__sub-menu li a {
    display: block;
    padding: 10px 18px;
    color: #cfd2d6;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

/* Hover */
.main-menu__sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #f0b90b;
}

/* ==============================
   RIGHT SIDE ICON MENU
================================ */
.main-menu__list.w-100 {
    margin-left: auto;
}

.main-menu__list img {
    display: block;
}

.main-header {
    height: 80px;
}

/* -------- mobile device -------- */

/* ===============================
   MOBILE OVERLAY (WRAPPER)
================================ */
.mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
}

/* ===============================
   BACKDROP
================================ */
.mobile-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9998;
}


.mobile-menu-box {
    width: 300px;
    max-width: 85%;
    height: 100%;
    background: #0b0e11;
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.6);
    transform: translateX(-100%);
    animation: slideInLeft 0.35s ease forwards;
}

/* .mobile_bar svg path {
    stroke: var(--white);
} */
/* Slide animation */
@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

/* ===============================
   HEADER
================================ */
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

/* ===============================
   MENU LIST
================================ */
.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ===============================
   MENU ITEM
================================ */
.mobile-menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-menu-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
}

.mobile-menu-row a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

/* ===============================
   TOGGLE BUTTON
================================ */
.mobile-toggle {
    width: 28px;
    height: 28px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.25s ease;
}

.mobile-toggle.open {
    transform: rotate(45deg);
    /* + becomes x */
}

/* ===============================
   SUB MENU
================================ */
.mobile-sub-menu {
    list-style: none;
    padding: 0 0 0 24px;
    background: #111318;
}

.mobile-sub-menu li a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    color: #cfd2d6;
    text-decoration: none;
}

.mobile-sub-menu li a:hover {
    color: #f0b90b;
}

.auth_logo svg {
    width: 180px;
}

/* ===============================
   MOBILE ONLY
================================ */
@media (min-width: 1200px) {

    .mobile-overlay,
    .mobile-menu-box {
        display: none !important;
    }
}