.is_dark .notification_icon {
  color: #fff !important;
}

.logodesign {
  filter: invert(1);
}

.h800,
.TVChartContainer {
  height: 591px;
}

/* .action-btn:hover, */
.is_dark .action-btn:focus,
.is_dark .action-btn:active,
.is_dark .action-btn.outline:hover,
.is_dark .action-btn.outline:focus .action-btn.outline:active {
  /* background-color: var(--button-hover-color); */
  color: #fff
}

.is_dark {
  background-color: #000;
}

.is_dark .exchange_styled {
  background-color: #000;
}

.is_dark .currency-market-wrapper {
  background-color: #101014;
  border-bottom: 1px solid #000 !important;
}

.is_dark .card {
  background-color: #0c0c0c !important;
}

.is_dark .card-header {
  background-color: #212529 !important;
  border-bottom: 1px solid rgb(55 55 55 / 20%) !important;
}

.is_dark .currency-market {
  background-color: #0e0e0e !important;

}

.is_dark .order-book-dropdown {
  background: #1b1b1b;
}

.is_dark .sticky_thead {
  background-color: #101014;
  /* border-top: 1px solid #0a0a0a !important; */
  border-bottom: 1px solid #0e0e0e !important;
}

.is_dark .border-bottom {
  border-bottom: 1px solid #212529 !important;
}

.is_dark .dropdown-divider {
  border-top: 1px solid rgb(105 105 105 / 18%) !important;

}

.is_dark .exchange_tbl tbody tr:nth-child(odd) {
  background-color: transparent;
}

.is_dark .exchange_input_grp .input-group-text {
  font-size: 12px;
  background-color: #444 !important;
  color: #bbb !important;
  border: 1px solid #444 !important;
}

.is_dark .exchange_input_grp.input-group input {
  background-color: #444 !important;
  border: 1px solid #444 !important;
  color: #bbb;
}
.is_dark .input__container {

  align-items: center;
  border: 1px solid #000;
  border-radius: 4px;
  background-clip: padding-box;
  color: #fff;
  padding: 10px;
  background: #000;
  width: 100%;
}
.is_dark .input__container:focus,
.is_dark .input__container:active{
  outline: 0;
}

.is_dark .buy_sell_amount_picker {
  background-color: #343434;
  border: 0.0625rem solid #343434;
  color: #bbb;
}

.is_dark .order-book-table tbody tr:not(.text-red) {
  color: #bbb;
}

.is_dark .order-book-table tbody tr td,
.is_dark .order-book-trading tbody tr td {
  color: #ccc;
}

.is_dark .custom-select {
  background: #1e1e1e;
  color: #fff;
  border: 1px solid #1e1e1e;
}

.is_dark .hide-currency-market,
.is_dark .eth-market {
  background-color: #0e0e0e;
}

.is_dark .buysell_tabs .nav-pills .nav-link {
  background-color: #2c2a2a;
  border: 1px solid #2c2a2a;
  color: #9E9E9E;

}

.is_dark .left_wrapper {
  background-color: #000000;
  border-right: 1px solid #000 !important;
}

.is_dark .filter_btn {
  color: #fff
}

/* Track */
.is_dark .custom_scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
.is_dark .custom_scrollbar::-webkit-scrollbar-thumb {
  background-color: #212529;
}

.is_dark .bg-white {
  background-color: #2b2b2b !important;
}

.is_dark .currency-header-left {
  border-right: 1px solid #161616;
}

.is_dark .text-muted {
  color: #bbb !important;
}

/* .is_dark a:not(.btn),
.is_dark a:not(.action-btn) {
  color: #fff;
} */

.is_dark .action-btn.outline,
.is_dark .market_trend_table tbody tr .action-btn{
  color: #fff;
}

.is_dark .arrow_down {
  border: solid #fff;
  border-width: 0 1px 1px 0;
}

.is_dark .dropdown-item:focus,
.is_dark .dropdown-item:hover {
  background-color: #1e1e1e !important;
}

.currency_header:hover .arrow_down {
  border: solid #052a5a;
  border-width: 0 1px 1px 0 !important;
}

.is_dark .value-block .heading_value {
  color: #fff;
}

.is_dark .currency-header-left:hover {
  color: #fff;
}

.is_dark .table_on_hover .order-book-table tbody tr:hover,
.is_dark .table_on_hover .order-book-table tbody tr:hover ~ tr{
  background: rgba(220, 86, 86, 0.08) !important;
  /* border-top: 1px dashed #6A0000; */

}

.is_dark #preloader {
  background-color: #000;
}

.is_dark .sidebar a.active {
  background-color: var(--main-color);
  color: #fff;
}

.is_dark .sidebar {
  background-color: #161616;
}

.is_dark .profile-card {
  background: #161616;
  color: #fff;
}

.is_dark .profile-card::before {
  background-color: #262626;
}

.is_dark .image {
  background-color: #161616;
}

.is_dark .profile-card .text-data {
  color: #b3b3b3;
}

.is_dark .main-content {
  color: #fff;
}

.is_dark .bg-gredient-primary {
  background: #070707 !important;
}

.is_dark .faq_wrapper .accordion-button:not(.collapsed) {
  background-color: #101010 !important;

}

.is_dark .staking-accordion-body {
  border: 1px solid #101010 !important;
  background-color: #0a0a0a;
  color: #fffdfd !important;
}

.is_dark .listInfo-text {
  color: #fff;
}

/* .is_dark .cstm_form .form-control:focus {
  color: #fff;
  background-color: #000!important;
  border-color: #000!important;
 
} */

.is_dark .accordion-button:not(.collapsed) {
  background-color: #0a0a0a !important;
  box-shadow: none !important;
  color: #fff;
}

.is_dark .hero_div {
  background: #242424;
  border: 1px solid #212121;
}

.is_dark thead.bg-light {
  background: #242424 !important;
}

.is_dark .table {
  color: #878787;
  vertical-align: top;
  border-color: #2d2d2d;
}

.is_dark .home_table {
  color: #fff;
}

.is_dark span.badge.bg-light {
  background: #333 !important;
  border: 1px solid #4a4949 !important;
  color: #bbb;
}


.is_dark .filter_input_grp.input-group .form-control,
.is_dark .input-group-text {
  background: var(--black-color-600);
  color: var(--light-gray-color);
  border: 1px solid var(--black-color-600); 
  
}
.is_dark .filter_popover {
  background-color: var(--black-color-600)!important;
  color: var(--light-gray-color)!important;

  
  }


/* .is_dark .form-control {
  background-color: #202222;
  background-clip: padding-box;
  border: 1px solid #363636;
  color: #bbb;
} */

.is_dark .ana-tb-col,
.is_dark .ana_label {
  color: #fff;
}



/* .is_dark .input-group-text {
  color: #8e8e8e;
  background-color: #202222 !important;
  border: 1px solid #393c3e !important;
} */

.is_dark .hero_heading {
  color: #fff;
}

.is_dark span.badge.bg-light.text-dark {
  color: #bbb !important;
}

.is_dark .buysell-card .nav-pills .nav-link.active {
  color: #fff !important;
  background-color: #000;
}

.is_dark .buysell-card .nav-pills .nav-link {
  background-color: #202222;
  color: #bbb;
}

.is_dark .buysell-card .form-control {
  border: none;
  color: #bbb;
}

.is_dark .buysell-card .input-group-text {
  border: none !important;
  color: #bbb;
}

.is_dark li.badge.bg-light.border.rounded-pill.me-2 {
  background: #2196f300 !important;
  border: 1px solid #3c3535 !important;
  color: #bbb !important;
}

.is_dark .btn-light {
  color: #f8f4f4 !important;
  background-color: #0e0e0e !important;
  border-color: #313131 !important;
}

.is_dark .custom_tbl thead {
  background-color: #0e0e0e;
}

.is_dark .custom_tbl thead tr th>h6 {
  color: #c1c1c1;
}

.is_dark .features_section {
  background-color: #171717;
  color: #fff;
}

.is_dark .features_section .card {
  background-color: #171717 !important;
}

.is_dark .heading {
  color: #fff;
}

.is_dark .app_section {
  color: #bbb;
}

.is_dark .banner_child {
  background-color: #242424 !important;
  color: #fff;
  border-color: #222;
}

.is_dark .home_page_banner {
  background-color: #131313;
  border-bottom: 0;
  color: #fff;
}

.is_dark .banner-section {
  background: #070707;
  border-bottom: 1px solid #000;
}

.is_dark .buysell-card {
  background-color: #000;
  box-shadow: none;
  border: 1px solid #080808;
}

.is_dark .buysell-card .payement {
  background-color: #202222 !important;
  color: #8e8e8e !important;
}

.is_dark .payement_method h4 {
  color: rgb(171 172 173 / 60%)
}
.is_dark .notice-items { 
  border-bottom: 1px solid #171717;
}

@media screen and (min-width: 992px) {
.is_dark .custom_drpdwn .dropdown-menu {
  box-shadow: 0px 8px 30px rgba(7, 7, 10, 0.1);
  background: #141414;
}
}

@media screen and (max-width: 992px) {
.is_dark .custom_drpdwn .dropdown-menu {
  box-shadow: none;
  background: transparent;
}
}

.is_dark .footer_div {
  background: #000;
  color: #fff;
}

.is_dark .footer_div h5 {
  margin-bottom: 20px;
  color: #fff;
}

.is_dark .footer-bottom a {
  color: #bbb;
}

.is_dark .banner_left_inner h3 {
  color: #bbb;
}

.is_dark .home_nav,
.is_dark .exchange-header {
  background-color: #000;
  border-bottom: 1px solid rgb(41, 40, 40) !important;
}

.is_dark .name_coin {
  color: #fff;
}

.is_dark .sidebar {
  background: #121212;
}

.is_dark .p2p-works-container {
  background-color: #31313185;

  color: #fff;
}

.is_dark .mdfthemetxt,
.is_dark h2.title,
.is_dark {
  color: #fff;
}

.is_dark p {
  color: #bbb;
}

.is_dark .work-box .work-arrow {
  filter: invert(0.6);
}

.is_dark .custom_tbl thead .bg-pale-dark {
  background-color: #292929 !important;
}

.is_dark .custom_tbl thead tr th {
  color: #d1d1d1;
}

.is_dark .bg-login {
  background-color: #000000;
}

.is_dark .list-group-item:first-child {
  background-color: #4a4a4a;
}

.is_dark .text-dark {
  color: #a5a5a5 !important;
}

.is_dark .list-group-item {
  color: #ffffff;

  background-color: #242424;
  border-color: rgb(124 124 124 / 13%);
}

.is_dark .tooltip_box {
  background-color: #070707;
  color: #d1d1d1;

}

.is_dark .exchange_styled .card {
  border: 1px solid #101014;
  background: #101014 !important;
}

.is_dark .exchange_styled .card-header {
  color: #fff !important;
  background: #16171A !important;
  border-bottom: 0 !important;
}

.is_dark .order-book-table thead tr th>h6 {
  color: #bbb;
}

.is_dark .key_features h4 {
  color: #fff;
}

.is_dark .buysell_without_login {
  background-color: rgb(0 0 0 / 98%);
  opacity: 1 !important;
}

.is_dark .key_features p {
  color: #bbb;
}

.is_dark .para_heading {
  color: #fff;
}

.is_dark .home_table thead tr th {
  color: #bbb;
}

.is_dark .tree_bg {
  background: url("/./img/tree_bg_dark.png") no-repeat;
  background-position: bottom right;
  background-size: cover;
  /* height: 600px; */
  padding: 6rem 0;
}

.is_dark .inner_page_banner {
  background: #0003;

  border-bottom: 1px solid #212121;
}

.is_dark .tab_area {
  background-color: #282828;
}

.is_dark .accordion {
  --bs-accordion-bg: transparent !important;
  --bs-accordion-bg: #fff;
  --bs-accordion-border-color: #212529;
}

.is_dark .accordion-button {
  color: #b3b3b3;
}

.is_dark .faq .accordion-button:not(.collapsed) {
  color: #fffdfd;
}

.is_dark .faq .accordion-body {
  color: rgb(214 214 214 / 60%);
}

.is_dark .reward_banner {
  background: #0003;

  border-bottom: 1px solid #0e0e0e;
}

.is_dark .s-sidebar__nav {
  background-color: #080808;
}

.is_dark .s-sidebar__nav-link span {
  color: #fff;
}

.is_dark .s-sidebar__nav a.active {
  background: #161c1e;
}

.is_dark .s-sidebar__nav li.border-bottom {
  border: 1px solid #3c3a3a;
}

.is_dark .s-sidebar__nav ul li a:hover:not(.active) {
  background-color: #323232;
}

.is_dark .s-sidebar__nav a svg {
  color: #ffffff;
}

.is_dark .dashboard_header {
  color: #fff;
  background: #020202;
  border-bottom: 1px solid rgb(18 18 18);
}

.is_dark .header_title {
  color: #fff;
}

.is_dark .account_page_subheading {
  color: rgb(185 185 185);
}

.is_dark .big_heading {
  color: #ffffff;
}

.is_dark .custom_pills .nav-pills .nav-link {
  color: #adb1b8;
}

.is_dark .custom_pills .nav-pills .nav-link.active,
.is_dark .custom_pills .nav-pills .show>.nav-link {
  color: #fff !important;
}

.is_dark .verticle_line {
  background: rgb(127 127 127);
}

.is_dark .search_input_grp .input-group-text {
  background-color: #202222 !important;
  color: #a6a6a6 !important;
  border: 1px solid #2b2b2b !important;
  /* border-radius: 0.175rem!important; */
}

.is_dark ul.dropdown-menu.dropdown_body_custom .dropdown-item:hover,
.is_dark ul.dropdown-menu.dropdown_body_custom .dropdown-item:focus {
  background-color: #222;
}

.is_dark .global_table tbody tr td {
  border-bottom: 1px solid rgb(93 93 93 / 8%);
  color: rgb(136 134 134);
  background: #080808;
}

.is_dark .global_table thead tr th {
  color: rgb(182 188 196 / 60%);
  background: #080808;
}

.is_dark .jambotron {
  background: #0e0e0e;
}

.is_dark .jambotron-outline {
  border: 1px solid #424245;
}

.is_dark .tablelike_box {
  padding: 20px 5px;
  border-bottom: 1px solid #424245;
}

.is_dark .verification_accrodion .accordion-button:not(.collapsed) {
  color: #ffffff;
}

.is_dark .accor_timeline_line {
  background: rgb(44 44 44);
}

.is_dark .accor_timeline_no {
  color: #2196F3;
  border: 2px solid #424141;
  background-color: transparent;
}

.is_dark .identity_accordion .accordion-body {
  color: rgb(190 190 190 / 60%);
}

.is_dark .identity_accordion .accordion-button:not(.collapsed) {
  color: #fff;
}

.is_dark .jambotron h5 {
  color: #ccc;
}

.is_dark .progress {
  --bs-progress-bg: #3d3d3d;
}

.is_dark .alert-success .text-lighter {
  color: rgb(205 205 205 / 60%) !important;
}

.is_dark .aco_hero {
  border: 1px solid rgb(38 38 38);
}

.is_dark .col_left {
  color: rgb(183 183 183 / 60%);
}

.is_dark .address_item {
  color: #a1a4a6;
}

.is_dark .select_box {
  background-color: #202222;
  border: 1px solid #393c3e;
}

.is_dark .new_pills .nav-pills .nav-link {
  color: #fff;
  border: 2px solid #ffffff;
}

.is_dark .header_bg {
  background-color: #17181E !important;
  border-bottom: 1px solid #17181E !important;
}

.is_dark .custom_nav a.nav-link {
  color: #e1e1e1;

}

.is_dark .custom_nav a.nav-link.active {
  background-color: #141414 !important;
  color: var(--main-color) !important;
}

.is_dark .custom_nav.left_nav a.nav-link {
  color: #e1e1e1
}

.is_dark .main-content-fold {
  padding: 50px 0 20px !important;
  background: #070707;

}

.is_dark .hero-text h1 {
  color: #ffffff;
}

.is_dark .hero-text p {
  color: #dfdddd;
}

.is_dark .hero_text {
  color: #dfdddd;
}

.is_dark .market_trend_table tbody tr td {

  color: #dfdddd;
}


.is_dark .page-content-title h3 {
  color: #fff;
}

.is_dark .market-text h2 {

  color: #fff;
}

.is_dark .market_trend_table tbody tr:hover {
  box-shadow: rgb(14 14 14 / 20%) 2px 4px 9px 1px;
  background-color: #26252575;
}

.is_dark .huge-container {
  background-color: #070707;
}

.is_dark .feature-text h3 {
  color: #fff;
}

.is_dark .feature-list-text {
  color: #ccc;
}

.is_dark .bg-soft-gray {
  color: rgba(var(--white-color-rgb),0.6);
  background: rgba(var(--main-color-rgb), 0.2)
}

.is_dark .new_pills .nav-pills .nav-link.active,
.new_pills .nav-pills .show>.nav-link {
  color: #e5618e !important;
  background-color: #f600502e !important;
  border: 1px solid #e91e63;
}

.is_dark .activity_panel .input-group-text {
  color: #8e8e8e;
  background-color: #202222 !important;
  border: 1px solid #393c3e !important;
}

.is_dark .activity_panel .search_input_grp .input-group input {
  background-color: #202222;
  color: #ffffff;
  border-color: #393c3e;
  box-shadow: none;
}

.is_dark .cstm_form .form-select {
  color: rgb(210 210 210);
  background-color: #202222;
  border: 1px solid #393c3e;
}

.is_dark .cstm_form .form-select:focus {
  border-color: #393c3e !important;
  outline: 0;
  box-shadow: none;
}

.is_dark .faq-head {
  color: rgb(255 255 255);
}

.is_dark .faq-desc {
  color: rgb(187 187 187 / 60%);
}

.is_dark .home_nav .navbar-nav .nav-item .nav-link {
  color: #828282;
}

.is_dark .bg-soft-pink {
  color: #c4b3b9;
  background: rgb(233 30 99 / 57%);
}

.is_dark .circle_backdrop {
  background-color: #000;
  color: rgb(163 163 163);
}

.is_dark .custom_card {
  background: #0e0e0e;
  box-shadow: none;
  /* background-size: cover; */
}

.is_dark .pro_img img,
.is_dark .about_img img {
  filter: invert(0.7);
}

.is_dark .blog_wrapper {

  background: #070707
}

.is_dark .faq_wrapper .accordion-button:not(.collapsed) {
  color: #fff !important;
}

.is_dark .accordion-body {
  color: #8e8e8e;
}

.is_dark .custom_card .head {

  color: rgb(132 132 132);

}

.is_dark .offcanvas-header {
  background: #2b2b2b;
}

.is_dark .offcanvas {
  background-color: #212121;
}

.is_dark .circle_backdrop_outline.gray_border {
  border: 1px solid #6e6e6e;
  color: #777;
}

.is_dark .faq_wrapper .nav-tabs .nav-link {
  color: #6e6e6e;
}

.is_dark .circle_backdrop_outline {
  color: rgb(191 191 191);
  border: 1px solid #2e2e2e !important;
}

.is_dark .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.is_dark .navbar-toggler svg {
  color: #fff;
}

.is_dark ul.dropdown-menu.dropdown_body_custom {
  background: #000;
  box-shadow: 1px 1px 20px #160d0d;
  border: 1px solid #333 !important;
}

.is_dark .right_part {
  background: #191919;
}

.is_dark .dropdown-body-item-title {
  color: #fff;
}

.is_dark .dropdown-body-item-subtitle {
  color: #b2b2b2;
}

.is_dark .mega-menu-pills.nav-pills .nav-link.active,
.is_dark .mega-menu-pills.nav-pills .show>.nav-link {
  border-bottom: none !important;
  background-color: #222627 !important;
  color: #fff;

}

.is_dark .search_input_grp .input-group input {
  background-color: #222627;
  color: #787878;
  border-color: #f5f6f6;
}

.is_dark .form-group label {
  color: rgb(147 147 147 / 60%);
}

/* .is_dark .input-group .form-control {
  background-color: #202222;
  background-clip: padding-box;
  border-color: #393c3e #202222 #393c3e #393c3e;
  color: #bbb;
} */

.is_dark .login_left_bg {
  background-color: #141313;
}

.is_dark .verticle-pills.nav-pills .nav-link.active,
.is_dark .verticle-pills.nav-pills .nav-item:hover,
.is_dark .verticle-pills.nav-pills .show>.nav-link {
  background-color: #1b1b1b !important;
  color: #f00077;
}

.is_dark .s-sidebar__trigger {
  background: #1c1c1c;
}

.is_dark .modal-content {

  background-color: #212121;
  border-color: solid rgb(252 252 252 / 18%);
  color: #bbb;

}

.is_dark .wrap-privacy {
  background-color: #141a28;

}

@media screen and (max-width: 480px) {

  .is_dark .banner_child {
    background-color: #212122 !important;
    color: #fff;
  }
}

@media screen and (min-width: 2400px) {
  .container.marginTop {
    max-width: 1140px;
  }
}


@media screen and (max-width :992px) {
  .is_dark ul.dropdown-menu.dropdown_body_custom {
    background: #231e1e00;
    box-shadow: 1px 1px 20px #160d0d;
    border: 1px solid transparent !important;
  }
}

.is_dark .small_heading,
.is_dark .anchor_gray {

  color: #656565;

}

.is_dark .btn_light {
  color: #fff !important;
  background-color: #2196F3 !important;
  ;
  border-color: #2196F3 !important;

}

.is_dark .cstm_form .form-control[type=file]:not(:disabled):not([readonly]) {

  background: #000;
  color: #fff;
}

.is_dark .label_light {
  background: rgb(175 167 167 / 4%);
  color: rgb(229 227 227 / 60%);

}

.is_dark .asset_dropdown_menu {
  background: #202222;
  color: #fff;
  box-shadow: none;

}

.is_dark .select_options:hover {
  background: rgba(91, 89, 105, 0.09);
}

.is_dark .call_action_left {
  color: #f8f4f4;
}

.is_dark .recieved_amt {
  color: #666
}
.is_dark .cstm_form input:not(input[type="checkbox"]), 
.is_dark .cstm_form input[type="select"] {
  color: #fff;
  background-color: #393c3e;
}

.is_dark .form-control:focus {
  border: 1px solid #393c3e !important;;
}
.is_dark .cstm_form .form-control:focus {
  color: #fff !important;
  background-color: #393c3e !important;
  border:0!important;
}

.is_dark .register_card {
  background-color: #0e0e0e;
}

.is_dark .register_card h4 {
  color: #fff;
}

.is_dark .footer_row ul li a {
  color: #bbb;
}

.is_dark .divider-bottom {
  border-bottom: 1px solid #222;
}

.is_dark .social_nav .social_btn {
  background-color: #000;
  color: #ffffff;
}

.is_dark .theme-setting-box .switch {
  background-color: #0e0e0e;
}

.is_dark .theme-setting-box .switch .item {
  color: #727271;
}

.is_dark .theme-setting-box .switch .item.active {
  background-color: #201f1f;
  color: #fff;
}

.is_dark .theme-setting-box {
  border-bottom: 1px solid rgb(55 55 56 / 80%);

}

.is_dark #notification-list .activity-item {

  border-top: 1px solid #262626;

}

.is_dark #notification-list .activity {

  color: #d9d3d3;
}

.is_dark .right_nav a.nav-link {
  /* background-color: #F4F6F7; */
  color: #F4F6F7;

}

.is_dark .asset-dropdown-header {
  color: #706f6f;
}

.is_dark .header-card h5 {
  color: #fff;
}

.is_dark .header-card {
  background-color: #202020;
}

.is_dark .userprofile_sidbar_nav {
  color: #d9d3d3 !important;
}

.is_dark .userprofile_sidbar_nav:hover {
  color: #fff !important;
}

.is_dark .drawer {
  background-color: #1E1E1E;
}

.is_dark .right-column {
  background-color: #101014;
}

.is_dark .exchange-footer {
  background-color: #1E2023;
}

.is_dark .gray_btn {
  background-color: #3c474c;
  color: #c7c7c7;
}

.is_dark .trade_btn {

  background-color: #595D61;
  color: #fff;

}

.is_dark .order-book-trading tbody tr:hover {
  background-color: #454A5010;
}

.is_dark .token_name {
  color:#fff
}

.is_dark .order-book-dropdown .dropdown-item.active,
.is_dark .order-book-dropdown .dropdown-item:active
{
  background-color: #595D61;
  color: #fff;
}
.is_dark .order-book-dropdown .dropdown-item:hover{
  background-color: #595D61!important;
  color: #fff;
}

.is_dark .red-jambotron {
  background: #190f0d;
}

.is_dark .w3_megamenu .nested_menuwrapper .dropdown-menu {
  background: #141414;
}
.is_dark .w3_megamenu .multilevel_menu.dropdown-submenu:hover>.dropdown-menu {
  background: #1b1919!important;
}

.is_dark .w3_megamenu .dropdown-submenu:hover
/* .nested_menuwrapper li:hover  */
{
  background-color:#202020
}
.is_dark .navbar_table_scroll .table {
  --bs-table-hover-bg: #202020!important;  
}
.is_dark .navbar_table_scroll .table tr td  {
  color: #fff;
}
.is_dark .navbar_filter .filter_btn.active {
  color: #fff;
}
.is_dark .dropdown-menu {
  --bs-dropdown-bg: #111
}
.is_dark .new-user-kyc {
  background: linear-gradient(286deg, rgb(0 29 47) 8.82%, rgb(36 38 41) 120.87%);
 
}
.is_dark .profile-tag {
  background: #303b43;
  color:#fff;
  
}

.is_dark .new-user-guide-title {
  color: #eee;
}
.is_dark .circle_backdrop {
  background-color: #303b43;
  color: #ccc
}
.is_dark .box_sqaure {
  background: #171717;
  color: #fff;  
}
.is_dark .box_sqaure .box-title {
  color: #a0a0a0;
}

.is_dark .white_bg_card { 
  background-color: #2d2d2d;
  color: #fff;
 
}

.is_dark .trending-events-thumbnail {
  border: 1px solid #000000; 
}
.is_dark .modal-left { 
  background-color: #1d1d1d;
  color: #fff; 
  
}
.is_dark .crypto-info-item-value {
  color: #fff;
}

.is_dark .modal-right { 
  background-color: #242424;
  color: #fff;
  
}
.is_dark .amount-input-wrapper {
  background-color: #121212;
 
}
.is_dark .p2p_input_grp.input-group input {
  color: #fff;
  border-color: #121212!important;
  background-color: #121212!important;
}

 .is_dark .p2p_input_grp .input-group-text {
  background-color: #121212 !important;
  border: 1px solid #121212;
  color: #ccc;
}
.is_dark .advertiser-crypto-info {
  border-top: 1px solid #383838;
  
}

.is_dark .p2p-btn-box {
  background-color: #242424;
  
}


.is_dark .ads-btn-box .actionbtn-item {

  background-color: #090808;
  color: #fff;
}
.is_dark .p2p_select .form-select {
  color: rgb(210 210 210);
  background-color: #121212;
  border: 1px solid #121212;
}
.is_dark .cta_block {
  background: var(--black-color-500);
  color: var(--white-color);
}
.is_dark .cta_block h3 {
  color: var(--white-color);

}
.is_dark .date_bg {
  background:transparent
}
.is_dark .p2p_select_box,
.is_dark .filter_form_bg{
  background: var(--black-color-600)!important;
  color: var(--light-gray-color);
}

.is_dark .input_container {
  border:1px solid #414141;
  color: #fff;
  background: var(--black-color-500);  
}

.is_dark .modal-header {
 border-bottom:1px solid #2a2828 !important;  
}

.is_dark .form-control,
.is_dark .form-control:focus {
  background-color: #121214;
  color: #fff;
  border: 1px solid #121214;
}
.is_dark .bg-light{
  background-color: #121214!important;
  color: #fff;
}
.is_dark .border{
  border: 1px solid #121214!important;
}

.is_dark .input_drpdwon,
.is_dark .input_drpdwon:active,
.is_dark .input_drpdwon:hover,
.is_dark .input_drpdwon:focus {
  background: #121214!important;
  border-color: #121214!important;
  color: #f3f4f7;
}

.is_dark .custom_tabs .nav-pills .nav-link {
  color: #fff!important;
  background:#000 !important;
}
.is_dark .custom_tabs > .nav-pills .nav-link.active,
.is_dark .custom_tabs > .nav-pills .show>.nav-link {
  background:#20B26C !important;;
  color: #fff !important
}

.is_dark .custom_tabs {
  background-color: #000;
  border-radius: 6px;
}

.is_dark .margin-mode {
  background-color: #444444; 
}