@media screen and (prefers-color-scheme: dark){

.form-body , body{
	background: #111!important;
}
	
h2#select-preference {
    color: #fff;
}

.box, .form-input, .card, .form-control, .bg-dark-mode, .list-category{
	background-color: #191919!important;
}

.box, .card, .bg-dark-mode, .list-category{
	box-shadow: none;
    border: unset!important;
}

:checked + label span, .heading, .form-input, .card h6, .card h4, .form-control, .bg-dark-mode h2, .drk-white{
	color: white!important;
}
.msg, #select-preferencen {
    color: #fff!important;
}

.list-category label .icon-demo{
  filter: contrast(.4);
}
:checked + label .icon-demo{
	filter: contrast(.1);
}

.w-custom-google-button span {
    color: #9d9d9d;
}

.w-custom-google-button span:after, .w-custom-google-button span:before {
    background-color: rgb(255 255 255 / 40%);
   }

.w-custom-google-button span:after, .w-custom-google-button span:before {
    background-color: rgb(255 255 255 / 40%);
}
}

