#game-wappe { background-color:#0177b6! important; height:74px; display:flex; align-items:center; justify-content: center; }

.n-o-toggle{
	margin:0px 10px;
	float: left;
}
.n-o-toggle .theme-switch-wrapper span{
	color: #007bba;
	margin:0px 5px;
	font-weight: 500;
}

.desktop-view{display: none;}
.mobile-view{display: block;}
.theme-switch-wrapper {display: flex;align-items: center;}
.theme-switch { display: inline-block; height: 28px; position: relative; width: 56px; margin-bottom: 0;}
.theme-switch input { display: none;}
.slider {
	background-color: #1b8dcc;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.slider:before {
	bottom: 2px;
	content: "";
	height: 24px;
	width: 24px;
	background-image: url(../img/new.png);
	background-position: center;
	background-size: contain;
	left: 4px;
	position: absolute;
	transition: .4s;
}
.theme-switch input:checked + .slider {  background-color: #1F6CA8; }
.theme-switch input:checked + .slider:before {transform: translateX(25px);background-image: url(../img/old.png);}
.slider.round {border-radius: 34px;}
.slider.round:before {border-radius: 50%;}

.theme-switch-wrapper-1 {display: flex;align-items: center;}
.theme-switch-1 { display: inline-block; height: 45px; position: relative; width: 90px; }
.theme-switch-1 input { display: none;}
.slider-1 {
	background-color: #1F6CA8;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
	border: 2px solid #fff;
}
.slider-1:before {
	bottom: 1px;
	content: "";
	height: 24px;
	width: 24px;
	background-image: url(../img/new.png);
	background-position: center;
	background-size: contain;
	left: 4px;
	position: absolute;
	transition: .4s;
}
.theme-switch input:checked + .slider { background-color: #1F6CA8;}
.theme-switch-1 input:checked + .slider-1:before {transform: translateX(40px);background-image: url(../img/moon-btn.png);}
.slider-1.round-1 {border-radius: 34px;}
.slider-1.round-1:before {border-radius: 50%;}

@media (min-width: 1024px){
	.desktop-view{display: block;}
	.mobile-view{display: none;}
}

@media (max-width: 768px){
	.n-o-toggle{display: none;}
}