 /*.theme-toggle {*/
 /*   z-index: 99999;*/
 /*     position: fixed;*/
 /*     bottom: 51px;*/
 /*     left: 40px;*/
 /*     width: 50px;*/
 /*     height: 25px;*/
 /*     background-color: #ccc;*/
 /*     border-radius: 25px;*/
 /*     border: none;*/
 /*     cursor: pointer;*/
 /*     padding: 0;*/
 /*     transition: background-color 0.3s;*/
 /*   }*/

 /*   .theme-toggle .toggle-thumb {*/
 /*     display: block;*/
 /*     width: 23px;*/
 /*     height: 23px;*/
 /*     background-color: white;*/
 /*     border-radius: 50%;*/
 /*     transform: translateX(1px);*/
 /*     transition: transform 0.3s, background-color 0.3s;*/
 /*   }*/

 /*   body.dark-mode .theme-toggle {*/
 /*     background-color: #555;*/
 /*   }*/

 /*   body.dark-mode .theme-toggle .toggle-thumb {*/
 /*     transform: translateX(24px);*/
 /*     background-color: #ffd700;*/
 /*   }*/



