/* === Dark Mode Overrides === */
body.dark-mode {
  background:  #020117;;
  color: #c2c9ea;
}

body.dark-mode .sub-head{
    color: #c2c9ea;
}

body.dark-mode #shuffle_btn{
    background-color:  #6c84ff;
    color:#ffffff;
}
body.dark-mode #droppable{
background-color: #030223;
}

body.dark-mode .steps-rec{
    background-color: #030223;  
    border: solid 1px #4a5ba5;
}

body.dark-mode .step-txt{
    color: #c2c9ea;
}

body.dark-mode  .exp-bottom-head,
body.dark-mode  .exp-bottom-sub-head{
    color: #c2c9ea;
}

body.dark-mode .box{
    border: solid 1px #6677c3;
    background: #030223;
}

body.dark-mode .profil-expertname{
    color: #eff2ff;
}
body.dark-mode .profil-title,
body.dark-mode .profil-reviews-number, 
body.dark-mode .profil-reading-text,
body.dark-mode .profil-description,
body.dark-mode .card-text
{
    color:#c2c9ea
}

body.dark-mode .profil-price,
body.dark-mode .profil-rate-number {
    color: #eff2ff;
}
