
/*.themeModeSwitch {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    border: 1px solid light-dark(var(--light-color), var(--dark-color));*/
/*    border-radius: 50px;*/
/*    width: 4em;*/
/*}*/

/*.themeModeSwitch input {*/
/*    height: 1em;*/
/*    width: 1em;*/
/*    appearance: none;*/
/*    background-color: light-dark(var(--light-color), var(--dark-color));*/
/*    border-radius: 50%;*/
/*    cursor: pointer;*/
/*    opacity: 0;*/
/*}*/

/*.themeModeSwitch input:checked {*/
/*    opacity: 1;*/
/*}*/