.dark-mode{
    background-color: #181818 !important;
    color: #fff !important;
}
.dark-mode{
    .navbar{
        background-color: #090909;
    }
    .dark-light-icon {
        color: #fff;
    }
    #sidebarMenu{
      background-color: #0E0E0E !important;  
    }
    .side-bar-nav a:hover, .side-bar-nav a.active{
        background-color: #232324;
        color: #EFEFEF;
    }
    .side-bar-nav .bi{
        color: #444444;
    }
    .btn-close{
        background-color: #EFEFEF;
    }
    td,
    .card-title,
    h6,
    h5,
    .navbar-icon button,
    .side-bar-nav a{
        color: #EFEFEF;
    }
    .table-id-time p:first-child{
        color: #EFEFEF !important;
    }
    .card-bg{
        background-color: #0E0E0E;
    }
    .triangular-list-grp li .hash-id{
        background-color: #232324;
        color: #EFEFEF;
    }
    th,
    .table-bot-col ul li::after{
        color: #909090 !important;
    }
    .inner-card-bg{
        background-color: #151515;
    }
    tr{
        border-bottom: rgba(255,255,255,0.2)
    }
    
    .toggle-label input[type=checkbox] + .back .toggle{
        background: #232324 !important;
        
    }
    .summary-list li div p:last-child,
    .toggle-label .label{
        color: #EFEFEF !important;
    }
    .table{
        --bs-table-color: #fff !important;
        --bs-table-hover-color: #fff !important;
    }
    .profit-bg {
        background-color: #181818 !important;
        padding: 6px;
        border-radius: 4px;
        color: #ffffff !important;
    }
    .text-theme{
        color: #fff !important;
      }
}
