.globalWrap {
	min-width: 375px;
}
.btn-check,
.btn-reload {
	border-color: transparent;
}
.levelPanel {
	display: flex;
	justify-content: center;
	align-items: center;
}
.levelPanel .btn {
	font-size: 14px;
	line-height: 18px;
	border-radius: 6px;
	height: 36px;
	padding: 0px 8px;
	margin-right: 8px;
	color: var(--color-white) !important;
}
[dir="rtl"] .levelPanel .btn {
	margin-right: 0;
	margin-left: 8px;
}
.levelPanel .btn:hover,
.levelPanel .btn.active {
	background-color: rgba(0, 0, 0, 0.1);
}
.levelPanel .btn:last-child {
	margin-right: 0px !important;
}
[dir="rtl"] .levelPanel .btn:last-child {
	margin-left: 0px !important;
}
.stats {
	margin-top: 28px !important;
	margin-bottom: 8px;
}
.stopWatch .timeDisplay,
.scoreBoard {
	font-size: 16px !important;
	line-height: 24px !important;
}
.sidebar {
	margin-top: 0;
}
.sidebar .section {
	padding: 14px 0;
}
.checkPanel.upper {
	margin-bottom: 15px;
}
.digitStrip {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.digitStrip div {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background-color: var(--color-white);
	color: var(--color-black);
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
[data-touch="false"] .digitStrip div:hover,
.digitStrip div:focus,
.digitStrip div:active,
.digitStrip div.active {
	background: var(--color-black);
	color: var(--color-white);
}
.cheats {
	margin-top: 32px;
}
.cheats h2 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}
.cheats .item {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}
.cheats .item .switch {
	margin-right: 12px;
}
[dir="rtl"] .cheats .item .switch {
	margin-right: 0;
	margin-left: 12px;
}
.gameOptions {
	display: flex;
	flex-wrap: wrap;
	margin-top: 36px;
}
.gameOptions .btn {
	margin-bottom: 12px;
	width: 48%;
}
.gameOptions .btn:first-child {
	margin-right: 4%;
}
[dir="rtl"] .gameOptions .btn:first-child {
	margin-right: 0;
	margin-left: 4%;
}
.gameOptions .btn:last-child {
	width: 100%;
	margin-bottom: 0;
}
.col-1 {
	width: 330px;
	margin: 0 auto 20px;
}
.gameGrid {
	clear: both;
	width: 330px;
	height: 330px;
	background-color: #000000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.gameGrid.dig1 {
	cursor: url(./img/dig1.png) 10 12, url(./img/dig1.cur), pointer;
}
.gameGrid.dig2 {
	cursor: url(./img/dig2.png) 10 12, url(./img/dig2.cur), pointer;
}
.gameGrid.dig3 {
	cursor: url(./img/dig3.png) 10 12, url(./img/dig3.cur), pointer;
}
.gameGrid.dig4 {
	cursor: url(./img/dig4.png) 10 12, url(./img/dig4.cur), pointer;
}
.gameGrid.dig5 {
	cursor: url(./img/dig5.png) 10 12, url(./img/dig5.cur), pointer;
}
.gameGrid.dig6 {
	cursor: url(./img/dig6.png) 10 12, url(./img/dig6.cur), pointer;
}
.gameGrid.dig7 {
	cursor: url(./img/dig7.png) 10 12, url(./img/dig7.cur), pointer;
}
.gameGrid.dig8 {
	cursor: url(./img/dig8.png) 10 12, url(./img/dig8.cur), pointer;
}
.gameGrid.dig9 {
	cursor: url(./img/dig9.png) 10 12, url(./img/dig9.cur), pointer;
}

.gameGrid div {
	position: relative;
	float: left;
	width: 36px;
	height: 36px;
	background-color: var(--color-white);
	font-weight: 600;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}
.gameGrid div.margRight {
	margin-right: 3px;
	border-right: 0;
}
.gameGrid div.margRight:nth-child(9n) {
	margin-right: 0 !important;
}
.gameGrid div.margBottom {
	margin-bottom: 3px;
}
.gameGrid div.muted {
	background-color: #edf0f2;
}
.gameGrid .digit {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 36px;
	color: var(--color-black);
}
.gameGrid .digit.preset {
}
.gameGrid .digit.erroneous {
	color: var(--color-red);
}
.gameGrid .candidate {
	position: absolute;
	color: #808080;
	font-size: 8px;
	line-height: 1.5em;
}
.gameGrid .candi1 {
	left: 4px;
	top: 1px;
}
.gameGrid .candi2 {
	left: 15px;
	top: 1px;
}
.gameGrid .candi3 {
	left: 27px;
	top: 1px;
}
.gameGrid .candi4 {
	left: 4px;
	top: 13px;
}
.gameGrid .candi5 {
	left: 15px;
	top: 13px;
}
.gameGrid .candi6 {
	left: 27px;
	top: 13px;
}
.gameGrid .candi7 {
	left: 4px;
	top: 24px;
}
.gameGrid .candi8 {
	left: 15px;
	top: 24px;
}
.gameGrid .candi9 {
	left: 27px;
	top: 24px;
}
.gameGrid div:nth-child(n + 19):nth-child(-n + 27),
.gameGrid div:nth-child(n + 46):nth-child(-n + 54),
.gameGrid div:nth-child(n + 73):nth-child(-n + 81) {
	border-bottom: 0 !important;
}

.resultsDisplay {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 32px;
	bottom: 0;
}
.resultsBackground {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: white;
}
.resultsContent {
	position: absolute;
	left: 90px;
	right: 170px;
	top: 103px;
	border: 1px solid #808080;
	background-color: white;
	box-shadow: 0 4px 16px 0 #000;
}
.resultsContent h2 {
	margin: 20px 20px 10px;
}
.resultsContent p {
	margin: 10px 20px 10px;
	font: 16px "Aestetico", sans-serif;
}
.resultsContent .linkList {
	margin-top: 30px;
	margin-bottom: 35px;
}
.resultsContent p .arrowLink {
	background-position: 0 5px;
}
.resultsDisplay .closeCross {
	float: right;
	margin: 10px 10px 0;
	/*position:absolute; right:10px; top:10px;*/
	width: 21px;
	height: 21px;
	border-radius: 11px;
	overflow: hidden;
	background-color: gray;
	color: white;
	font: bold 18px Arial;
	text-align: center;
	cursor: pointer;
}
[data-touch="false"] .resultsDisplay .closeCross:hover {
	background-color: #e22225;
}
/*.resultsDisplay .closeCross span {
	position:relative; top:1px;
}*/

.switch {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 24px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e5e7eb;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.switch .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 3px;
	bottom: 2px;
	background-color: var(--color-white);
	background-image: url(../common/img/checkbox-false.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px 6px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
}

.switch input:checked + .slider {
	background-color: #48a906;
}

.switch input:checked + .slider:before {
	-webkit-transform: translateX(19px);
	-ms-transform: translateX(19px);
	transform: translateX(19px);
	background-image: url(../common/img/checkbox-true.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px 6px;
}

.switch .slider.round {
	border-radius: 12px;
}

.switch .slider.round:before {
	border-radius: 50%;
}

@media all and (min-width: 640px) {
	.container {
		display: flex;
		justify-content: center;
	}
	.digitStrip {
		flex-wrap: wrap;
		width: 210px;
	}
	.digitStrip div {
		width: 58px;
		height: 40px;
		font-size: 16px;
		margin-right: 12px;
		margin-bottom: 12px;
	}
	.col-1 {
		margin: 0;
	}
	.col-2 {
		padding-top: 76px;
		padding-left: 24px;
	}
	[dir="rtl"] .col-2 {
		padding-left: 0;
		padding-right: 24px;
	}
	.cheats {
		margin-top: 46px;
	}
	.levelPanel .btn {
		padding: 0px 16px;
		margin-right: 16px;
	}
	[dir="rtl"] .levelPanel .btn {
		margin-right: 0;
		margin-left: 16px;
	}
	.gameOptions {
		flex-wrap: no-wrap;
		justify-content: center;
		margin-bottom: 32px;
	}
	.gameOptions .btn {
		margin-bottom: 0;
		margin-right: 16px;
		width: auto;
	}
	[dir="rtl"] .gameOptions .btn {
		margin-right: 0;
		margin-left: 16px;
	}
	.gameOptions .btn:first-child {
		margin-right: 16px;
	}
	[dir="rtl"] .gameOptions .btn:first-child {
		margin-right: 0;
		margin-left: 16px;
	}
	.gameOptions .btn:last-child {
		margin-right: 0;
	}
	[dir="rtl"] .gameOptions .btn:last-child {
		margin-left: 0;
	}
	.gameOptions .btn:last-child {
		width: auto;
	}
}
