.sidebar-area {
    background-color: #0e0c28;
}

.menu-vertical .menu-item .menu-link {
    color: #ffffffd1;
}

.menu-vertical .menu-item .menu-link .menu-icon {
    color: #ffffffd1;
}

.menu-vertical .menu-item .menu-link:hover {
    background-color: #ffffff21;
}

.menu-vertical .menu-item .menu-link {
    transition: all ease 0.3s;
}

.menu-vertical .menu-item .menu-link.logout {
    background-color: #ffffff21;
}

.sidebar-area .logo {
    padding: 25px 0px 20px;
    margin: 0px 27px 0px 27px;
    border-bottom: 0px solid #ffffff3b;
}

.menu-divider {
    color: #ffffff3b;
    border-top: 1px solid;
}

.auth-w {
    width: 400px;
}

.feather, .feather-x {
    color: #ffffffd1;
}

.table {
    width: 100% !important;
}

.right-header-content .header-right-item .admin-profile .dropdown-menu {
    width: max-content;
}

.default-table-area.transaction-history.style-two .table-responsive .table tbody tr td {
    padding-top: 23.5px;
    padding-bottom: 23.5px;
}

.menu-vertical .menu-sub .menu-item .menu-link:hover {
    background-color: #ffffff21;
    color: #ffffffd1;
}

.menu-vertical .menu-item.open .menu-link.menu-toggle.active {
    background-color: #ffffff21;
}

.menu-vertical .menu-item.open .menu-link.menu-toggle.active .title {
    color: #ffffffd1;
}

.menu-vertical .menu-item.open .menu-link.menu-toggle.active .menu-icon {
    color: #ffffffd1;
}

.menu-item .active {
    background-color: #ffffff21;
}

.menu-vertical .menu-sub .menu-item .menu-link.active {
    background-color: #ffffff21;
    color: #ffffffd1;
}

.menu-vertical .menu-sub .menu-item .menu-link:hover::before {
    opacity: 1;
    background-color: #ffffff21;
    border-color: #ffffffd1;
}

.menu-vertical .menu-sub .menu-item .menu-link::before {
    opacity: 1;
    background-color: #ffffff21;
    border-color: #ffffffd1;
}

.menu-vertical .menu-sub .menu-item .menu-link.active::before {
    opacity: 1;
    border-color: #ffffffd1;
}

.menu-vertical .menu-title .menu-title-text {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
}

.menu-vertical .menu-item {
    margin-bottom: 6px;
}

.simplebar-content{
    padding: 20px 25px 60px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    height: 100%;
}

.menu-item.open {
    background-color: #ffffff1c;
    border-radius: 4px;
}

.wallet-header {
    display: flex; 
    align-items: center;
    gap: 6px; 
    border-radius: 5px; 
    background-color: transparent; 
    color: #333; 
    text-decoration: none;
}

.wallet-header:hover {
    color: inherit;
    text-decoration: none;
}

.wallet-header .material-symbols-outlined {
    font-size: 22px;
    transition: color 0.3s ease;
}

.right-header-content .header-right-item {
    margin-right: 20px;
}

@media (max-width: 768px) {
    .header-menu-item {
        display: block;
    }
}

/* ORDER PAGE STYLES */
.order-text:hover {
    color: inherit;
    text-decoration: none;
}

.recent-orders {
    border: 2px solid #f0f0f0;
    border-radius: 5px;
}

@media screen and (max-width:768px) {
    .mmt-10{
        margin-top: 10px;
    }   
}

/* Remove default Bootstrap nav-link styles if necessary */
.nav {
    font-size: 13px;
    /* border-bottom: 1px solid #0000004d; */
}

.nav-underline {
    color: #6c757d; /* Gray color for non-active links */
    background-color: transparent;
    position: relative;
    padding: 0.3rem 0.8rem;
    text-decoration: none;
  }
  
  .nav-underline:hover {
    color: #000; /* Adjust hover color */
  }
  
  .nav-underline.active {
    color: #000; /* Active color */
  }
  
  .nav-underline.active::after,
  .nav-underline:hover::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #000; /* Underline color */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: width 0.3s ease;
  }
  
  .nav-underline:hover::after {
    width: 100%;
  }
  
  .nav-underline.active::after {
    width: 100%;
  }

  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: transparent;
}

button:hover i {
    color: inherit;
}

.header-area.sticky {
    position: inherit;
}

.form-control {
    border: 1px solid #d5d9e278;
}

@media (min-width: 1400px) {
    .d-xxl-block {
        display: none !important;
    }
}

.hover-bg:hover {
    background-color: #00000012 !important;
    color: black !important;
}

body {
    font-family: Work Sans, sans-serif !important;
}

.menu-sub{
    gap: 1px;
}

.menu-vertical .menu-sub .menu-item .menu-link.active::before {
    opacity: 1;
    border-color: #ffffffd1;
    background: #ffffffd1;
}

#toast-container>div:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#toast-container>div {
    opacity: 1;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}