html[data-color-mode="dark"] body {
  background-color: #000;
  color: #fff;
}

html[data-color-mode="light"] body {
  background-color: #fff;
  color: #000;
}

html[data-color-mode="dark"] .header-top {
  background-color: #1a1a1a;
  border-bottom: 1px solid #313131;
}


html[data-color-mode="dark"] header.border-bottom {
  background-color: #000;
  border-bottom: 1px solid #313131!important;
}


html[data-color-mode="dark"] .nav>ul>li>a {
  color: #fff !important;
}

html[data-color-mode="dark"] .theme{ box-shadow: #ffffff 0px 0px 15px 1px;}
@media screen and (max-width: 768px) {
  html[data-color-mode="dark"] li {
      border-bottom: 1px solid #313131;
      padding: 13px 0px;
  }
}

html[data-color-mode="dark"] h3.text-uppercase.section-badge::after {
  border-right: 17px solid #000;
}

html[data-color-mode="dark"] span.material-symbols-outlined {
  color: #fff;
}

html[data-color-mode="dark"] a#hero-section-link {
  background-color: black;
  color: #fff;
  line-height: 1.4;
}

html[data-color-mode="dark"] .triangleShape {
  width: 10px !important;
  height: 0 !important;
  border-top: 15px solid transparent !important;
  border-bottom: 17px solid transparent !important;
  border-right: 17px solid #000 !important;
  top: 0 !important;
  right: -1px !important;
}


html[data-color-mode="dark"] #market-rates a {
  color: #fff !important;
}

html[data-color-mode="dark"] #market-rates li,
#market-rates a {
  border-bottom: 1px solid #313131;
}

html[data-color-mode="dark"] #market-rates li:last-child {
  border: none;
}

html[data-color-mode="dark"] .featured-title h3 a {
  color: #fff !important;
}

html[data-color-mode="dark"] .horizontal-featured-news a {
  color: #fff !important;
}

html[data-color-mode="dark"] .dark-logo {
  display: block;
}

html[data-color-mode="dark"] table#currency-table {
  width: 100%;
}

html[data-color-mode="dark"] #currency-table tr{
  color: #fff;
  border-bottom: 1px solid #313131 ;

}
html[data-color-mode="dark"] #currency-table tr:last-child{
  border-bottom: none !important;
}
html[data-color-mode="dark"]  #currency-table thead > tr:last-child{
  border-bottom: 1px solid #313131 !important;
  width: 100%;
}

html[data-color-mode="dark"] span.text-uppercase.social-title  {
  color: #fff;
}

html[data-color-mode="dark"] a {
  color: #000000 !important;
}

html[data-color-mode="dark"] .mobile-menu-button i.fa-solid.fa-bars {
  color: #fff;
  font-size: 25px;
}


html[data-color-mode="dark"] .sidebar-nav.mobile-menu.active {
  background-color: #000 !important;
  color: #fff;
  padding: 20px;
}

html[data-color-mode="dark"] i.fa-brands.fa-facebook-f {
  color: #fff;
}

html[data-color-mode="dark"] i.fa-brands.fa-instagram {
  color: #fff;
}

html[data-color-mode="dark"] i.fa-brands.fa-youtube {
  color: #fff;
}

html[data-color-mode="dark"] i.fa-solid.fa-envelope {
  color: #fff;
}

html[data-color-mode="dark"] .mobile-menu-item {
  color: #fff !important;
}

html[data-color-mode="dark"] .section-1 {
  border: 1px solid #313131;
}

html[data-color-mode="dark"] .footer-link-section{
  padding: 60px 0px 0px 0px;
  margin-bottom: 30px;
  background-color: #000000;
  border-color: #000000;
}

html[data-color-mode="dark"] .footer-social-border{
  border-bottom: 1px solid #313131;
}

html[data-color-mode="dark"] .footer-social-title{
  color: #fff;
}
