
body[data-theme="dark"] {
  background: #181A20;
  color: #fff;
}

[data-theme='dark'] .darkmood,
[data-theme='light'] .darkmood {
    transition: background-color 0.5s ease, color 0.5s ease; /* Add other properties if needed */
}
[data-theme="dark"] aside{
  background-color: #181A20 !important;
}

[data-theme="dark"] .dark-call{
  background: #181A20!important;
  color:#fff!important;
}
[data-theme="dark"] .dark-call-stage{
  background: #181A20!important;
}

[data-theme="dark"] .dark-call:active{
background: #181A20!important;
  color:#fff!important;
}

[data-theme="dark"] .dark-light-stage{
  color: #fff!important;
}

[data-theme="dark"] .cards{
  background: #1F222A!important;
    color:#fff!important;
    border-radius: 25px;
  }
  
  
[data-theme="dark"] .information{
  background: #1F222A!important;
    color:#fff!important;
  
  }
  
    
[data-theme="dark"] .informations{
  background: #1F222A!important;
    color:#fff!important;
  
  }
  
  

[data-theme="dark"] .dark-call:focus, .dark-call:hover{
  color:#fff!important;
  
}
/*

for card color #1F222A

*/
[data-theme="dark"] aside{
 background: #181A20!important;

}

[data-theme="dark"] .label-humburger{
  color: #ffe002!important;
 
 }
 


[data-theme="dark"] .bg-navbar-thee{
  
  background: #181A20!important;
}

[data-theme="dark"] .setting-show{
  background: #181A20!important;
  color:#fff!important;

  
}

[data-theme="dark"] .icons-dark{
  background: #000!important;
  

  
}


[data-theme="dark"] .dark-call-stage{
  background: #181A20!important;
  color:#fff!important;
}


[data-theme="dark"]
  .nav-tabs-bordereds .nav-links.active:hover,
  .nav-tabs-bordereds .nav-links.active:focus  {
  background:#181A20!important;
  color:#fff!important;
}

[data-theme="dark"] .scroll-dark-mood{
  background: #181A20!important;
}

[data-theme="dark"] .d-standbye{
  background: #ffe002!important;
}

[data-theme="dark"] .bigswiss-btn-dark{
  background: #ffe002!important;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37)!important;
  color:#000;
}



[data-theme="dark"] input[type="text"]{
  background:#1F222A!important;
  color:#fff!important;
}

[data-theme="dark"] input[type="number"]{
  background:#1F222A!important;
  color:#fff!important;
}

[data-theme="dark"] input[type="password"]{
  background:#1F222A!important;
  color:#fff!important;
}

[data-theme='dark'] .span-identity{
  background:#1F222A!important;
  color:#fff!important;

}

[data-theme="dark"] .select-option-color{
  background:#1F222A!important;
  color:#fff!important;
}

[data-theme="dark"] .nav-tabs-bordered .nav-link {

  color: #fff!important;
  background:transparent!important;
}

[data-theme="dark"] .nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4!important;
  
}





