@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
 
body {
	font-family: "Freeman", sans-serif;
	font-weight: 400;
	font-style: normal;
	height: 100%;
	max-height:100vh;
	transition: all .4s ease-in-out, background 1.1s ease;
	touch-action: manipulation;
}

body.theme-transition {
	transition: 
		background-color 0.5s ease,
		color 0.5s ease,
		border-color 0.5s ease,
		box-shadow 0.5s ease;
}

.bodyBG {
	background: #9d9999 !important;
}

input, textarea {
	font-size:12px;
}

h2 {
	margin-top:unset;
}

.loggedIn,
.loggedOut {
    opacity:0;
    pointer-events:none;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
}

.loggedOut {
    opacity:1;
    pointer-events:all;
    max-height: 1000px;
    overflow: initial;
}

.loggedIn.switch {
    opacity:1;
    pointer-events:all;
    max-height: 1000px;
    overflow: initial;
}

.loggedOut.switch {
    opacity:0;
    pointer-events:none;
    max-height: 0;
    overflow: hidden;
}

.wideCatcher {
	width: 100%;
  	height: 100%;
  	position: absolute;
}

.logoHolder {
    margin-top: 10px;
    margin-left: 10px;
	z-index: 9;
}

#customWelcomeWrap {
    position: absolute;
    margin: 0 auto;
    width: 500px;
    max-width: 74%;
    color: #000;
    font-size: 19px;
    background: #e2e2e2;
    transition: all .5s ease;
    transform: translateX(140vw);
    z-index: 99999;
    padding: 20px 30px;
    box-sizing: border-box;
    top: 30px;
    left: 50%;
    text-align: center;
    box-shadow: 0 20px 10px -20px;
    border-radius: 3px;
}

#customWelcomeWrap.showWelcome {
    transform: translateX(-50%);
}

@media all and (max-width:480px) {
    #customWelcomeWrap {
        transform-origin: top left;
        transform: scale(0.8) translateX(140vw);
        max-width: 100%;
        width: 600px;
        padding: 20px 30px;
    }
    
    #customWelcomeWrap.showWelcome {
        transform: scale(0.8) translateX(-50%);
    }
}

#customWelcomeWrap .small {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

#customWelcomeWrap .small a {
    font-family: 'Courier', monotype;
    text-decoration: none;
    color: #646363;
    text-shadow: 1px 1px #fff;
    white-space: nowrap;
    font-size: 17px;
    letter-spacing: -0.5px;
}

#custTimeSpan {
    font-weight: 800;
    color: #13889b;
}

#custCreateUser {
    font-weight: 500;
    font-style: italic;
    color: #c87d7dc4;
    white-space: nowrap;
    background: #ffffff91;
    padding: 0 4px;
    border-bottom: .5px solid #827d7d;
    border-right: .5px solid #b0abab;
    border-top-left-radius: 4px;
    font-size: 14px;
}

.passModal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.passModal-content {
    background: #111111d4;
    color: #fff;
    padding: 30px 40px;
    border-radius: 3px;
    text-align: center;
    max-width: 320px;
    width: 80%;
    box-shadow: 0 0 15px rgba(255,255,255,0.2);
    margin-top: 20px;
}

.passModal-content h2 {
    margin-top: 0;
    font-size: 1.5em;
    letter-spacing: 0.05em;
}

.passTitle {
    position: absolute;
    top: 50%;
    transform: translateY(-240px);
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 0;
}

.passTitle h2 {
    font-size:20px;
}

.passTitle h3 {
    font-size: 25px;
    margin-top: 0;
}

.passModal-content input {
    margin-top: 15px;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 2px;
    font-size: 1em;
}

.passModal-content input:focus-visible {
    outline: .5px solid #868686;
    background: #e3e3e3;
}

.passModal-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 20px 30px 0;
}

.passModal-buttons button {
    background: #222;
    color: #fff;
    border: 1px solid #555;
    padding: 8px 14px;
    border-radius: 1px;
    cursor: pointer;
    transition: background 0.2s ease;
    width: 108px;
    font-family: "Freeman", sans-serif;
    font-size: 17px;
}

.passModal-buttons button:hover {
    background: #333;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	height: 100%; 
	transition: all .5s ease;
}

.logoHolder .row {
	display: inline-block;
	width: 28px;
 	height: 40px;
	background: #f4f4f4;
	overflow: hidden;
}

.logoHolder h2 {
	text-align:center;
	font-size: 30px;
}

.logoHolder img {
	padding-left:1px;
	padding-right:1px;
	padding-top:6px;
	padding-bottom:5px;
	width:calc(100% - 2.5px) !important;
}

.infiniteCrypt-row {
    width: 40px;          /* visible slot width */
    height: 40px;         /* visible slot height */
    overflow: hidden;     /* hide all but one symbol */
    position: relative;
    display: inline-block;
    border-radius: 6px;
    background: rgba(0,0,0,0.2);
}

.infiniteCrypt-inner {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.3, 0.6, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.infiniteCrypt-inner img,
.infiniteCrypt-inner .letter-o {
    width: 100%;
    height: 40px;
    display: block;
    transform: translateY(-5px);
    padding: 0 0.6px;
    box-sizing: border-box;
    font-size: 29px;
    color: #000000b8;
    line-height: 40px;
}

.passHead-insert .infiniteCrypt-row {
    height: 31px;
    margin-bottom: -4px;
    border-radius: 0;
    width: 20px;
    margin-right: 2px;
}

.holdTogether {
    display: inline-block;
    margin-right: 4px;
    white-space: nowrap;
}

.passHead-insert .infiniteCrypt-inner img {  
    opacity:0.75;
}

.passHead-insert .infiniteCrypt-inner {
    background: #fff;
}

.letterD {
	margin: unset;
	margin-top:-125px;
	animation: DSlide 3s forwards .6s;
}

@keyframes DSlide {
	 0% {
		margin-top:-125px;
	}
	100% {
		margin-top:0;
	}
}

.letterE {
	display: block;
	margin-top: 0;
	animation: ESlide 2.5s forwards 1.2s;
}

@keyframes ESlide {
	 0% {
		margin-top:0px;
	}
	100% {
		margin-top:-77px;
	}
}

.letterC {
	margin:unset;
	margin-top:-165px;
	animation: CSlide 3.5s forwards 1.5s;
}

@keyframes CSlide {
	 0% {
		margin-top:-165px;
	}
	100% {
		margin-top:0;
	}
}

.letterDd {
	margin: unset;
	margin-top:-120px;
	animation: DdSlide 3.5s forwards 1.9s;
}

@keyframes DdSlide {
	 0% {
		margin-top:-120px;
	}
	100% {
		margin-top:0;
	}
}

.letterEe {
	display: block;
	margin-top: 0;
	animation: EeSlide 4.1s forwards 2.1s;
}

@keyframes EeSlide {
	 0% {
		margin-top:0px;
	}
	100% {
		margin-top:-207px;
	}
}

.letterR {
	display:block;
	margin: unset;
	margin-top:2px;
	animation: RSlide 2.6s forwards 3.8s;
}

@keyframes RSlide {
	 0% {
		margin-top:2px;
	}
	58% {
		margin-top:-80px;
	}
	100% {
		margin-top:-37px;
	}
}

.cryptoHolder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
	z-index: 1;
	transition: filter .7s ease;
}

.container.r1b {
	background:#f2f8ffeb;
}

.container.r2b {
	background:#fff3d914;
}

.container.r3b {
	background:#ffecec36;
}

.container.rbb {
	background:#f0d0ff38;
}

#encryptedWord,
.word-line {
    font-size: 24px;
    margin-bottom: 78px;
    display: flex;
    flex-direction: row;
    gap: 10px;
	height: 68px;
  	overflow: hidden;
}

.word-line {
	margin-bottom:5px;
}

#encryptedWord.roundThree {	
	flex-direction: column;
	height:auto;
	align-items: center;
	margin-bottom: 50px;
}

#encryptedWord .row {
	width:50px;
    height: 65px;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid;

}

#encryptedWord .column {
    display: flex;
    flex-direction: column;
    transform: translateY(-199px);
    transition: transform 1s ease-in-out;
}

@keyframes spinDown {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(0); }
}

@keyframes instantReset {
    0% { transform: translateY(0); }
    100% { transform: translateY(-270px); }
}

.column.spin-down {
    animation: spinDown 1s forwards;
}

.column.instant-reset {
    animation: instantReset 0s forwards;
}

.guessed-letter,
#encryptedWord img {
    height: 50px;
    width: 100%;
	margin-bottom: 18px;
	font-size: 60px;
  	text-align: center;
	text-transform: uppercase;
}

.keyTypeW-dark #encryptedWord img {
    filter: invert(1);
}

.keyTypeW-dark .guessed-letter {
    color:#f9f9f9;
}

#keyboard {
    display: block;
    width: 500px;
}

.key {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding-top: 10%;
    position: relative;
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	background: #000;
	color: #fff;
	user-select: none;
	transform:color .4s ease;
}


.key span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.enter {
	width: 130px;
	position: absolute;
	margin-left: 400px;
	border-radius: 50px;
	margin-top: 12px;
}

.key.enter {
	background-color: #C9C9C9;
	color: white;
}

.key.enter.active {
	background-color: black;
	color: white;
}

.key.enter.keyInvert {
 	background: #fff;
  	color: #000;
  	border: 1.5px solid;
}

.key.enter.keyWood {
 	border-radius: 3px;
	color: #5A3E1B;
}

.key.enter.keyTypeW {
	color:#e1dec6;
	border-radius: 29px;
}

.key.enter.keyPollux {
	margin-left: auto;
	border-radius: 6px;
	transform: translateY(-10px) perspective(20px) rotateX(2deg) !important;
}

.backspace {
	margin-left: auto;
    width: calc(2.2 * 10%);
    padding-top: 10%;
    border-radius: 50px;
}

.backspace.keyTypeW {
	border-radius: 30px;
}

@media all and (min-width:500px) {
	.backspace.keyPollux {
		padding-left: 9px;
	}
}

.backspace.keyTypeW span,
.backspace.keyPollux span {
	transform: translate(-50%, -50%) scale(0.8);
}

.backspace.keyWood {
	padding-left: 22px;
  	margin-right: -6px;
}

.keyboard-row {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.keyboard-row div {
    transform:all .4s ease;
}

.keyboard-row-top {
    /* Specific styles for the top row if needed */
}

.keyboard-row-middle {
    /* Specific styles for the middle row if needed */
}

.keyboard-row-bottom {
    justify-content: left;
}

.keyboard-row-action {
    display: flex;
    justify-content: right;
    margin-top: 10px;
}

.keyboard-row-action .key {
	padding-top: 50px;
}

.guessed {
	opacity:.74;
}

#hintBtn {
    cursor:pointer;
    position: absolute;
    width: 37px;
    left: 0;
    margin-top: -78px;
    background: #000;
    opacity: 0.66;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    transition:all .3s ease;
}

#hintBtn .hintText {
    display:none;
}

#hintBtn.noHinting {
    opacity:0;
    left:-100px;
    pointer-events:none;
}

#hintBtn.obsBtn {
    background: #ccc;
    border: .5px solid #b3b3b3;
}

.hintText p {
    color: #fff;
    margin: 6px 10px 7px 7px;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 18px;
}

.hideHint {
    transform: translateX(-100px) !important;
}

.hintBtnImg {
    width: calc(100% - 8px);
    padding-bottom: 100%;
    background: url('https://decoder.click/symbols/tag-btn.png');
    background-size: contain;
    background-position: 0% 40%;
    margin-left: 2px;
}

#hintConf {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffc9;
    z-index: 9999999999999;
    display:none;
}

#hintConf.showHintConf {
    display:block;
}

.hintConfBox {
    max-width: 420px;
    width:calc(100% - 26px);
    background: #fff;
    padding: 20px;
    border: 1px solid;
    margin: 50vh auto 0;
    transform: translateY(-50%);
}

#hintConf h3 {
    text-align: center;
    font-size: 25px;
    margin-top: 7px;
}

.genHint,
.noHint {
    display:inline-block;
    text-align:center;
    width: 49%;
    cursor:pointer;
}

#hintDeny {
    position: absolute;
    top: 73px;
    font-size: 14px;
    left: 0;
    padding: 5px 15px;
    background: #eaeaea;
    line-height: 10px;
    box-shadow: 2px 1px 10px -6px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: -500px;
    transition: all .3s ease;
}

#hintDeny.showHintDeny {
    left:0;
}

.hideDif {
    display:none;
}

.genHint span {
    background: #000;
    padding: 4px 19px;
    color: #fff;
    border-radius: 17px;
}

#diffChangeMod {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffffab;
    opacity:0;
    pointer-events:none;
    z-index:-999;
    transition:opacity .3s ease;
}

#diffChangeMod.showDiffChange {
    z-index:9999999999;
    opacity:1;
    pointer-events:all;
}

.diffCInt {
    max-width: 325px;
    background: #fff;
    border: 1px solid;
    margin: 70% auto 0;
    transform: translateY(-50%);
    box-shadow: 2px 2px 10px -1px #756c6c;
    padding: 20px;
    box-sizing: border-box;
    width: 95%;
}

.diffCInt h3 {
    text-align: center;
}

.confDiffChange,
.closeDiffChange {
    display: inline-block;
    text-align: center;
    cursor:pointer;
}

.confDiffChange {
    margin-right: 10px;
}

.confDiffChange span {
    background: #000;
    color: #fff;
    padding: 3px 15px;
    border-radius: 17px;
    font-size: 16px;
}

.ifDailyM {
    display:block;
}

.ifPracticeM {
    display:none;
}

/* Previously guessed words... */

#previousGuesses {
	position: absolute;
	right: 100px;
	opacity: .9;
}

#previousGuesses .guess span {
	position: relative;
	display: inline-block;
	width: 20px;
	text-align: center;
}

#previousGuesses .guess:nth-last-child(4) {
	font-size: 23px;
	margin-bottom: 4px;
	opacity: .86;
}

#previousGuesses .guess:nth-last-child(3) {
	font-size: 27px;
	margin-bottom: 4px;
	opacity: .9;
}

#previousGuesses .guess:nth-last-child(2) {
	font-size:30px;
	margin-bottom: 4px;
	opacity: .94;
}

#previousGuesses .guess:last-child {
	font-size: 32px;
	opacity:1;
}

/* Guessed letter IN encrypted word... */

.guessed-letter {
    display: block;
    transform: translateY(-14px);
}

.letter-move {
    animation: letterMove 1s forwards;
}


.letter-stay {
	color: #13dddd;
	animation: letterStayAnimation 0.7s ease-in-out 1.1s;
}

@keyframes letterStayAnimation {
    0% { transform: scale(1) translateY(-14px); }
    30% { transform: scale(1.08) translateY(-14px); }
    60% { transform: scale(0.93) translateY(-14px); }
    100% { transform: scale(1) translateY(-14px); }
}

#errorMessage {
	color: #f74c4c;
	margin-bottom: 31px;
    margin-top: -44px;
    min-height: 21px;
	font-weight:100;
	font-size:17px;
	text-align:center;
}

#guessLimit {
	display: flex;
	justify-content: center;
	padding-top: 18px;
	margin-right: -80px;
	opacity: 0;
	transition: opacity 0.5s ease;
	margin-bottom: -26px;
}

#guessLimit.slideKeys {
    transform: translateY(-41px);
}

body.keyPollux-light #guessLimit {
    margin-right: -61px;
}

.guess-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: black;
    margin: 0 5px;
    transition: background-color 0.5s;
}

.guess-dot.used {
    background-color: grey;
}

.wordsHolder {
	position: relative;
	overflow: hidden;
}

#hiddenWord {
	color: #ff5757;
	transition: all 1s ease-in-out;
	text-transform: uppercase;
	font-size: 64px;
	line-height: 1;
	margin-top: -152px;
	text-align: center !important;
	display: flex;
	flex-direction: row;
	gap: 10px;
	height: 68px;
	overflow: hidden;
	position: absolute;
}

#hiddenWord.roundThree {
	margin-top: -209px;
	height:160px;
	flex-direction: column;
    align-items: center;
}

#hiddenWord.roundThreeShort {
    margin-top: -135px;
    height: auto;
    flex-direction: column;
    align-items: center;
}

#hiddenWord .word-line {
	font-size: 56px;
}

.hidden-letter {
	width: 50px;
	background: #fff;
    margin-top: -114px; /* Initial position above the view */
    transition: margin-top .5s ease-in-out;
	opacity: 0;
}


.account h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
	color: #a0a7a8fa;
	text-shadow: 1px -1px 2px #e8e8e8, -1px 1px 1px #cacaca;
	letter-spacing: 2px;
}

.directions {
    position: fixed;
    box-sizing: border-box;
    height: calc(100% - 60px);
	max-height: calc(100% - 60px);
	overflow: scroll;
    width: calc(100vw - 20px);
    background: #f9f7f7;
    right: 10px;
    bottom: calc(-100% + 59px);
    padding: 55px 17px 0px;
    transition: bottom 0.6s ease;
    z-index: 9999;
    animation: openDirection 3.5s forwards 1.5s;
	
	max-width:500px;
}

.directions .title,
.account .title,
.accountSettings .title,
#settingsMat .title {
	position: absolute;
	top: 0px;
	right: 10px;
	margin: 0;
	font-size: 23px;
	letter-spacing: 6px;
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #3e3e3e;
	color: #e8e8e8;
	opacity: 0.14;	
}

.directions .title,
#settingsMat .title {
	top: 15px;
}

.directions .miniTitle,
#settingsMat .miniTitle {
	top: 20px !important;
}

.miniTitle {
    font-size: 13px;
    letter-spacing: 11px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #000;
    opacity: 0.5;	
}

.directions .miniTitle,
.account .miniTitle,
.accountSettings .miniTitle,
#settingsMat .miniTitle {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
    font-size: 13px;
    letter-spacing: 11px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #262525;
    opacity: 0.9;	
}

.directions .miniTitle {
	color: #574e4e;
}

.bottomCaps {
	opacity:0;
	transition: all .5s ease;
}

.bottomCaps.reveal {
	opacity:1;
}

.bottomTitle {
	top: unset !important;
	bottom: 74px;
	right: calc(50% + 18px) !important;
	left: unset !important;
	transform: scale(0.9);
	transform-origin: right;
}

.bottomMiniTitle {
	top: unset !important;
	bottom: 74px;
	right: calc(50% + 8px) !important;
	left: unset !important;
	transform: scale(0.9);
}

.settingsInt {
    height: calc(100% - 125px);
    z-index: 0;
    position: absolute;
}

#settingExtnd,
#createPuzzle {
    position: absolute;
    width: 100%;
    top: 60px;
    height: calc(100% - 183px);
    background: #fff;
    transform: translateX(-105%);
    transition: all .3s ease;
    border-right: 1px solid #858585;
    z-index: 99999;
}

body.dark #settingExtnd,
body.dark #createPuzzle {
    background: #979cac;
}

#createPuzzle {
    transform: translateX(105%);
}

#settingExtnd.openSetExt,
#createPuzzle.openSetExt {
    transform: translateX(0);
}

.dailySText,
.dailySTextMini {
	opacity: 0 !important;
	pointer-events: none;
	transition: all .4s ease;
}

.dailySText.switch {
	opacity:.3 !important
}

.dailySTextMini.switch {
	opacity:0.9 !important;
	pointer-events: all;
	cursor:pointer;
}

.leaderText,
.leaderTextMini {
	opacity:1;
	pointer-events: all;
	transition: all .4s ease;
	cursor:pointer;
}

.leaderTextMini {
	opacity:0.6;
}

body.dark .leaderTextMini {
	opacity:1;
}

.leaderText {
	opacity:.3 !important;
	pointer-events: none;
}

.leaderText.switch,
.leaderTextMini.switch,
body.dark .leaderText.switch,
body.dark .leaderTextMini.switch {
	opacity:0 !important;
	pointer-events: none;
}

@media all and (max-width:400px) {
	.topTrans,
	.topTransMini {
		transform:scale(0.7) !important;
		transform-origin:left !important;
	}
}

.statSwitcher {
	position: absolute;
	top: 10px;
	left: calc(50% - 60px);
	width: 30px;
	height: 30px;
	overflow:hidden;
	z-index:999;
	cursor:pointer;
}

.statSwitchInt {
	width: 80px;
  	height: 30px;
  	left: 0;
  	position: absolute;
  	transition: all .4s ease;
}

.statSwitchInt.switched {
	left: -30px;
}

.statSwitcher i {
	font-size:21px;
}

.accountSettings .title,
.accountSettings .miniTitle, 
.showLogon .title,
.showLogon .miniTitle {
	left: calc(50% + 14px) !important;
	right: unset;
}

.account .title {
	margin:-5px 0 0 -7px;
}

.account .title,
.account .miniTitle {
    left: 20px;
    top: 12px;

}

.firstShow {
    bottom: 0% !important;
	transition: bottom .4s ease !important;
}

.show {
    bottom: calc(0% + 0px) !important;
}

#directionsTag,
#accountTag,
#settingsTag {
	position: absolute;
	width: 60px;
	height: 60px;
	background: #f0f1f5;
	bottom: 35px;
	margin-bottom: calc(0% + 0px);
	left: 0;
	margin-left: calc(0vw + 0px);
	overflow:hidden;
	cursor: pointer;
	text-align: center;
	font-size: 38px;
	line-height: 0;
	font-weight: 100 !important;
	color: #a0a3ae;
	transition: all 1.1s ease;
	z-index: 999; 
}

#directionsTag {
	opacity:0;
	pointer-events: none;
	transition: all 0.6s ease;
}

#settingsTag {
	opacity:0;
	background: #f0f1f5;
	text-align: center;
	font-size: 42px !important;
  	padding-top: 8px;
	box-sizing: border-box;
	left:-45px;
	transition: opacity .6s ease-in-out, left .5s ease-in-out, margin-left .6s linear, bottom .5s ease-in-out, box-shadow .6s ease;
}

#settingsTag i {
	color: #c2c3cc;
	text-align: center;
}

.settingsAdBox {
	position: absolute;
	height: 130px;
	width: 100%;
	bottom: 7px;
	transform: translateY(130px);
	transition:all .3s ease;
}

#accountTag {
	left:-65px;
	opacity:0;
	bottom: calc(0% + 35px);
	background: #f0f1f5fa;
    font-size: 51px;
	color: #b0b1b9;
	z-index:9999;
	transition: opacity .6s ease-in-out, left .6s ease-in-out, margin-left .5s linear, bottom .5s ease-in-out, box-shadow .5s ease;
}

#directionsTag p,
#accountTag p {
	font-weight: 100 !important;
	border: 2px solid #d0d6d7;
	border-radius: 48%;
	line-height: 60px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
	transform: scale(0.8);
	text-shadow: 1px -1px 1px #d9dee3;
    transform-origin: center;
}

#accountTag p {
	position: absolute;
    width: 100%;
    height: 200%;
    transform: scale(1);
}

#accountTag p {
	border:0px;
	background: #cfd9dafa;
    text-shadow: 1px 1px #fff;
	background: none;
}

#accountTag img,
.acctImg1,
.acctImg2,
.acctImg3,
.acctImg4 {
	position:absolute;
	opacity:0;
	width: 100%;
    left: 0;
    transform: scale(0.8);
	transition: all .3s ease;
}

#accountTag img.showAcctImg,
.acctImg1.showAcctImg,
.acctImg2.showAcctImg,
.acctImg3.showAcctImg,
.acctImg4.showAcctImg {
	opacity:.85;
	animation: acctShadow .8s linear;
}

.hideDirctBtn {
	margin-left: -70px !important;
}

@keyframes acctShadow {
	0% {
		filter: drop-shadow(0px 0px 0px #FCB048);
	}
	
	30% {
		filter: drop-shadow(1px 1px 1px #FCB048);
	}
	
	50% {
		filter: drop-shadow(2px 2px 35px #FCB048);
	}
	
	97% {
		filter: drop-shadow(0px 0px 0px #FCB048);
	}
	
	100% {
		filter:none;
	}
}

#settingsMat,
.account {
	position: absolute;
	width: calc(100vw - 20px);
	left:10px;
	height:0px;
	bottom: 0;
	z-index: 9999;
  	box-sizing: border-box;
	background: #fff;
	transition: all .5s ease-in-out;
	overflow: hidden;
	max-width:500px;
}

.account {
	background: #f0f1f5fa;
}

#accountForm,
#accountPracForm {
	display:none;
}

#accountPracForm {
	height:100%;
}

#accountForm.showStats,
#accountPracForm.showStats {
	display:block;
}

#settingsMat.openSettings,
.accountSlide {
	height: calc(100% - 60px);
}

.deskSlide {
	right:unset;
	left: 10px;
}

.settingsRow {
	padding: 0 4%;
 	display: flex;
    align-items: baseline;
    flex-direction: row;
    margin-top:22px
}

#settingExtnd .settingsRow {
    margin-top:19px
}

.firstRow {
    margin-top:65px;
}

.settingsIcon {
	display: inline-block;
	width: 20px;
	margin-right: 20px;
	font-size: 25px;
	color: #919191;
	transform: translateY(-8px);
}

.explCol {
	position: relative;
	width: 110px;
	margin-right: 8px;
	flex: 1 1 auto;
}

.expNarrow {
    width:80px;
}

.explCol p {
	bottom: 0;
	margin-bottom: 8px;
	font-size: 14px;
}

.settingsSwitch {
	height: 36px;
	width: 150px;
  	display: inline-block;
	border: .5px solid;
  	border-radius: 2px;
	margin-left: calc(49% - 160px);
}

.largeSwitch {
    width: 180px;
}

.settingsSwitch > div {
	height:100%;
	width: 100%;
	position: relative;
}

.setBoxOne, 
.setBoxTwo,
.setModeBoxOne,
.setModeBoxTwo,
.setColorBoxOne,
.setColorBoxTwo,
.setTimeDefBoxOne,
.setTimeDefBoxTwo,
.setDiffBoxOne, 
.setDiffBoxTwo,
.setDiffBoxThree {
	position: absolute;
  	top: 0;
	font-size:0;
  	display: inline-block;
  	width: 50%;
  	height: calc(100% - .5px);
	cursor:pointer;
}

.setDiffBoxOne, 
.setDiffBoxTwo,
.setDiffBoxThree {
    width:calc(33% - .5px);
}

.setBoxTwo,
.setModeBoxTwo,
.setColorBoxTwo,
.setTimeDefBoxTwo {
	left: 50%;
}

.setDiffBoxTwo {
    left:33%;
    border-left: .5px solid #b7b7b7;
}

.setDiffBoxThree {
    left:66%;
    border-left: .5px solid #b7b7b7;
}

.setBoxOne p,
.setBoxTwo p,
.setModeBoxOne p,
.setModeBoxTwo p,
.setColorBoxOne p,
.setColorBoxTwo p,
.setTimeDefBoxOne p,
.setTimeDefBoxTwo p,
.setDiffBoxOne p, 
.setDiffBoxTwo p,
.setDiffBoxThree p {
	font-size: 10.5px;
	text-align: center;
	color: #787c7d;
	line-height: 15px;
	pointer-events: none;
}

.setModeBoxTwo p,
.setTimeDefBoxOne p,
.setTimeDefBoxTwo p {
	line-height: 11px;
  	transform: translateY(-3px);
}

.setTimeDefBoxOne p,
.setTimeDefBoxTwo p {
	padding: 0 3px;
}

.settingOn,
.settingOff,
.settingDifOn,
.settingClockOn,
.settingClockOff,
.settingLightOn,
.settingLightOff,
.settingTimeDefOn,
.settingTimeDefOff,

.settingIsOn,
.settingIsOff,
.settingModeIsOn,
.settingModeIsOff,
.settingColorIsOn,
.settingColorIsOff,
.settingTimeDefIsOn,
.settingTimeDefIsOff,

.settingIsEasy,
.settingIsReg,
.settingIsHard {
	opacity:0;
	position:absolute;
	transition:all .4s ease;
}

.settingDifOn {
    opacity:1;
}

.checked {
	opacity:1 !important;
}

.timerToggleBox,
.modeSetToggleBox,
.colorToggleBox,
.timeDefToggleBox,
.diffToggleBox {
	position: absolute !important;
	width: 50%;
	height: calc(100% - 1px);
	background: #a9b2ce;
	right: calc(50% - .5px);
	top: 0.5px;
	transition: all .2s ease;
	box-sizing: border-box;
	border: .6px solid #eaeaea;
}

.diffToggleBox {
    width: 33%;
    right: 33%;
}

.timerToggleBox p,
.modeSetToggleBox p,
.colorToggleBox p,
.timeDefToggleBox p,
.diffToggleBox p {
	text-align: center;
	width: calc(100% - .5px);
	line-height: 2px;
	text-transform: uppercase;
	color: #fff;
	pointer-events: none;
}

.diffToggleBox p {
    font-size: 13px;
    line-height: 7px;
}

.settingModeIsOn,
.settingColorIsOn,
.settingColorIsOff {
	line-height: 14px !important;
  	transform: scale(0.9) translateY(-14px);
}

.setKeyStyle {
	padding: 0 0 57px;
    margin: 24px 16px 0;
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #000;
}

.setKeyStyle > p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 59px;
	transform: translateY(6px);
}

.keyOptionHolder {
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	width: calc(100% - 65px);
}

.keyHolder {
	display: inline-block;
	width: 11%;
	padding-bottom: 9%;
	margin-right: 6.7%;
	position: relative;
	max-width: 33px;
}

.keyHolder .key {
	position: absolute;
	width: 100%;
  	padding-top: 100%;
  	z-index:0;
}

.keyInvert {
	background: #fff;
  	color: #000;
  	border: 1.5px solid;
}

.keyTypeW {
	font-family: "Courier New", monospace;
	font-weight: bold;
	font-size: 19px;
	color: #e1dec6;
	background: radial-gradient(circle at 30% 30%, #392f16, #a49a89 80%);
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #333;
	border: 2px solid #6c6c6c;
	border-radius: calc(50% - 2px);
	outline: 0.5px solid #b3b3b3;
	transform: scale(0.96);
}

body.dark .keyTypeW {
	outline: 0.5px solid #484848 !important;
	
}

.keyWood {
	font-family: "Arial", "Courier New", sans-serif;
	font-weight: 600 !important;
	color: #5A3E1B;
	background: linear-gradient(45deg, #E6CBA8, #D4A976);
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.12), 0.2px 0.2px 0px rgb(185, 152, 112), 0.4px 0.4px 0px rgb(185, 152, 112), 0.6px 0.6px 0px rgb(185, 152, 112), 0.8px 0.8px 0px rgb(185, 152, 112), 1px 1px 0px rgb(185, 152, 112), 1.2px 1.2px 0px rgb(185, 152, 112), 1.4px 1.4px 0px rgb(185, 152, 112), 2px 3px 2.4px rgba(0, 0, 0, 0.5);
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	transform: scaleY(0.91) scaleX(0.91) translateY(-1px);
}

.keyPollux {
	font-family: 'Courier New', serif;
	font-size: 22px;
	font-weight: 800;
	color: #f0f2ec;
	text-shadow: -1px -1px 0px #2a2a2a, 1px 1px 2px rgba(0, 0, 0, 0.6);
	background: linear-gradient(to bottom, #b6f0e6 5%, #3c8e55 95%);
	border: 2px solid #33681f;
	border-radius: 6px;
	box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 6px rgba(0, 0, 0, 0.6), 2px 3px 5px rgba(0, 0, 0, 0.5);
	transform: perspective(12px) rotateX(2deg) scale(0.9) translateY(-1px);
	transition: all 0.1s ease-in-out;
}

/* Pressed Effect */
.keyPollux:active {
	background: linear-gradient(to bottom, #3c8e55 5%, #b6f0e6 95%);
	box-shadow: 
	inset -2px -2px 4px rgba(255, 255, 255, 0.2), 
	inset 2px 2px 6px rgba(0, 0, 0, 0.8);
	transform: perspective(12px) rotateX(1deg) scale(0.93) translateY(1px);
}

/* Side Panels for 3D Depth */
.keyPollux::before {
	content: '';
	position: absolute;
	top: 3px;
	left: -1px;
	width: 6px;
	height: 106%;
	background: linear-gradient(to bottom, #4e8a54, #2c512c);
	transform: skewY(-10deg);
	border-radius: 4px;
	box-shadow: inset -1px -1px 3px rgba(255, 255, 255, 0.2);
	opacity: .6;
}

.keyPollux::after {
	content: '';
	position: absolute;
	top: 0px;
	right: -4px;
	width: 7px;
	height: 112%;
	background: linear-gradient(to bottom, #2c512c, #1c301c);
	transform: skewY(10deg);
	border-radius: 4px;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
	opacity: 0.5;
}

.keyHolder .keyPollux {
	box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 6px rgba(0, 0, 0, 0.6), 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.keyHolder .keyPollux::before {
	height:100%;
}

.key.selectedKey::after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: inherit; 
    box-shadow: 0 0 10px #f98825, 0 0 15px rgba(249, 136, 37, 0.8);
    pointer-events: none;
    z-index: -1;
}

.keyPollux.selectedKey::after {
	content: "";
	position: absolute;
	top: -4px !important;
	left: -4px !important;
	right: -4px !important;
	bottom: -4px !important;
	border-radius: inherit;
	box-shadow: 0 0 10px #f98825, 0 0 15px rgba(249, 136, 37, 0.8) !important;
	pointer-events: none;
	transform: none !important;
	opacity: 1 !important;
	z-index: -1;
	width: auto;
	height: auto;
	background: none;
	outline: 2px solid #fff;
  	outline-offset: -1px;
}

.keyWood.selectedKey::after {
  top: -3px;
  left: -3px;
  right: -6px;
  bottom: -6px;
}

.correct-letter {
	animation: slideToCorrect .4s forwards;
}

@keyframes slideToCorrect {
    0% {
        color:#fff;
    }
    
    100% {
        color:#13dddd;;
    }
}

.includes-letter {
	animation: slideToIncludes .4s forwards;
}


@keyframes slideToIncludes {
    0% {
        color:#fff;
        background-color: #000;
    }
    
    100% {
        color:#FCB048;
    	background-color: #312424;
    }
}

.incorrect-letter {
    animation: slideToIncorrect .4s forwards;
}

@keyframes slideToIncorrect {
    0% {
        color:#fff;
        background-color: #000;
    }
    
    100% {
        color:#737373;
    	background-color: #464646;
    }
}

.correct-letter.keyInvert {
    animation: slideToCorrect-kInv .4s forwards;
}

@keyframes slideToCorrect-kInv {
    0% {
        color:#000;
        background-color: #fff;
        border-color:#000;
    }
    
    100% {
        color:#fff;
    	background-color: #13dddd;
    	border-color: #086868;
    }
}


.includes-letter.keyInvert {
    animation: slideToIncludes-kInv .4s forwards;
}

@keyframes slideToIncludes-kInv {
    0% {
        background-color: #fff;
        border-color:#000;
    }
    
    100% {
    	background-color: #ffcc85;
    	border-color: #2b261f;
    }
}

.incorrect-letter.keyInvert {
    animation: slideToIncorrect-kInv .4s forwards;
}

@keyframes slideToIncorrect-kInv {
    0% {
        background-color: #fff;
        border-color:#000;
        color:#000;
    }
    
    100% {
    	background-color: #c8c2c2;
    	border-color: #56574d;
    	color: #8e8787;
    }
}

.correct-letter.keyTypeW {
    animation: slideToCorrect-kTypeW .4s forwards;
}

@keyframes slideToCorrect-kTypeW {
    0% {
        background: radial-gradient(circle at 30% 30%, #392f16, #a49a89 80%);
        border: 2px solid #6c6c6c;
        color: #e1dec6;
        text-shadow: 1px 1px 0 #000, -1px -1px 0 #333;
        opacity:1;
    }
    
    100% {
    	background: radial-gradient(circle at 30% 30%, #13dddd, #1e9393 80%);
        border: 2px solid #31a6a6;
        color: #f0f0f0;
        text-shadow: 1px 1px 0 #35caae, -1px -1px 0 #8e8e8e;
        opacity: 0.9;
    }
}

.includes-letter.keyTypeW {
    animation: slideToIncludes-kTypeW .4s forwards;
}

@keyframes slideToIncludes-kTypeW {
    0% {
        background: radial-gradient(circle at 30% 30%, #392f16, #a49a89 80%);
        border: 2px solid #6c6c6c;
        color: #e1dec6;
        text-shadow: 1px 1px 0 #000, -1px -1px 0 #333;
    }
    
    100% {
    	background: radial-gradient(circle at 30% 30%, #fcb048, #bba071 80%);
        border: 2px solid #bf9d6c;
        color: #f0f0f0;
        text-shadow: 1px 1px 0 #ca8c35, -1px -1px 0 #8e8e8e;
    }
}

.incorrect-letter.keyTypeW {
    animation: slideToIncorrect-kTypeW .4s forwards;
}

@keyframes slideToIncorrect-kTypeW {
    0% {
        background: radial-gradient(circle at 30% 30%, #392f16, #a49a89 80%);
        border: 2px solid #6c6c6c;
        color: #e1dec6;
        text-shadow: 1px 1px 0 #000, -1px -1px 0 #333;
    }
    
    100% {
    	background: radial-gradient(circle at 30% 30%, #85867b, #56574d 80%);
    	border: 2px solid #5a6464;
    	color: #262121;
    	text-shadow: 1px 1px 0 #bbb, -1px -1px 0 #8e8e8e;
    	opacity: 0.7;
    }
}

.correct-letter.keyWood {
    animation: slideToCorrect-kWood .4s forwards;
}

@keyframes slideToCorrect-kWood {
    0% {
        color: #5A3E1B;
        background: linear-gradient(45deg, #E6CBA8, #D4A976);
        border: 1px solid #ccc;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.5);
        opacity:1;
    }
    
    100% {
        color: #f0f0f0;
    	background: radial-gradient(circle at 30% 30%, #13ddb7, #60acb9 80%);
    	border: 0px solid #31a6a6;
    	text-shadow: 1px 1px 0 #35caae, -1px -1px 0 #8e8e8e;
    	opacity: 0.9;
    }
}

.includes-letter.keyWood {
    animation: slideToIncludes-kWood .4s forwards;
}

@keyframes slideToIncludes-kWood {
    0% {
        color: #5A3E1B;
        background: linear-gradient(45deg, #E6CBA8, #D4A976);
        border: 1px solid #ccc;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.5);
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.12), 0.2px 0.2px 0px rgb(185, 152, 112), 0.4px 0.4px 0px rgb(185, 152, 112), 0.6px 0.6px 0px rgb(185, 152, 112), 0.8px 0.8px 0px rgb(185, 152, 112), 1px 1px 0px rgb(185, 152, 112), 1.2px 1.2px 0px rgb(185, 152, 112), 1.4px 1.4px 0px rgb(185, 152, 112), 2px 3px 2.4px rgba(0, 0, 0, 0.5);
        filter: brightness(1);
    }
    
    100% {
    	color: #f0f0f0;
    	background: radial-gradient(circle at 30% 30%, #fdb654, #d5ae6c 80%);
    	border: 1px solid #df9f46;
    	text-shadow: 1px 1px 0 #ca8c35, -1px -1px 0 #978f81;
    	box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.12), 0.2px 0.2px 0px rgb(185, 152, 112), 0.4px 0.4px 0px rgb(185, 152, 112), 0.6px 0.6px 0px rgb(185, 152, 112), 0.8px 0.8px 0px rgb(185, 152, 112), 1px 1px 0px rgb(185, 152, 112), 1.2px 1.2px 0px rgb(185, 152, 112), 1.4px 1.4px 0px rgb(185, 152, 112), 2px 3px 2.4px rgba(0, 0, 0, 0.5);
    	filter: brightness(1.05);
    }
}

.incorrect-letter.keyWood {
    animation: slideToIncorrect-kWood .4s forwards;
}

@keyframes slideToIncorrect-kWood {
    0% {
        color: #5A3E1B;
        background: linear-gradient(45deg, #E6CBA8, #D4A976);
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.12), 0.2px 0.2px 0px rgb(185, 152, 112), 0.4px 0.4px 0px rgb(185, 152, 112), 0.6px 0.6px 0px rgb(185, 152, 112), 0.8px 0.8px 0px rgb(185, 152, 112), 1px 1px 0px rgb(185, 152, 112), 1.2px 1.2px 0px rgb(185, 152, 112), 1.4px 1.4px 0px rgb(185, 152, 112), 2px 3px 2.4px rgba(0, 0, 0, 0.5);
        opacity:1;
    }
    
    100% {
        color: #826c3a;
        background: linear-gradient(45deg, #7B6E5C, #BDA98F);
    	filter: brightness(0.84);
    	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.12), 0.2px 0.2px 0px rgb(185, 152, 112), 0.4px 0.4px 0px rgb(123, 107, 88), 0.6px 0.6px 0px rgb(134, 114, 91), 0.8px 0.8px 0px rgb(130, 116, 100), 1px 1px 0px rgb(106, 86, 62), 1.2px 1.2px 0px rgb(121, 106, 88), 1.4px 1.4px 0px rgb(138, 114, 85), 2px 3px 2.4px rgba(0, 0, 0, 0.5);
    	opacity: 0.85;
    }
}

.correct-letter.keyPollux {
    animation: slideToCorrect-kPol .4s forwards;
}

@keyframes slideToCorrect-kPol {
    0% {
        background: linear-gradient(to bottom, #b6f0e6 5%, #3c8e55 95%);
        border: 2px solid #33681f;
        color: #f0f2ec;
        text-shadow: -1px -1px 0px #2a2a2a, 1px 1px 2px rgba(0, 0, 0, 0.6);
        box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 6px rgba(0, 0, 0, 0.6), 2px 3px 5px rgba(0, 0, 0, 0.5);
        transform: perspective(12px) rotateX(2deg) scale(0.9) translateY(-1px);
    }
    
    100% {
        background: radial-gradient(circle at 30% 30%, #13dddd, #0ea6a6 80%);
    	border: 2px solid #22d2d2;
    	color: #ccf4f7;
    	text-shadow: 1px 1px 0 #116c6c, -1px -1px 0 #748888;
    	box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 6px rgba(255, 255, 255, 0.6), 2px 3px 5px rgba(14, 65, 68, 0.5);
    	transform: perspective(10px) rotateX(2deg) scale(0.9) translateY(-1px);
    }
}

.correct-letter.keyPollux::before {
	width: 6px;
	background: linear-gradient(to bottom, #31939d, #179da4);
}

.correct-letter.keyPollux::after {
	background: linear-gradient(to bottom, #25bec6, #02b3c6);
  	box-shadow: inset 1px 1px 3px rgba(21, 68, 68, 0.5);
}

.includes-letter.keyPollux {
    animation: slideToIncludes-kPol .4s forwards;
}

@keyframes slideToIncludes-kPol {
    0% {
        background: linear-gradient(to bottom, #b6f0e6 5%, #3c8e55 95%);
        border: 2px solid #33681f;
        color: #f0f2ec;
        text-shadow: -1px -1px 0px #2a2a2a, 1px 1px 2px rgba(0, 0, 0, 0.6);
        box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 6px rgba(0, 0, 0, 0.6), 2px 3px 5px rgba(0, 0, 0, 0.5);
    }
    
    100% {
        background: radial-gradient(circle at 30% 30%, #fcb048, #bba071 80%);
    	border: 2px solid #bf9d6c;
    	color: #eee;
    	text-shadow: 1px 1px 0 #ca8c35, -1px -1px 0 #9b9894;
    	box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 6px rgba(255, 172, 14, 0.6), 2px 3px 5px rgba(0, 0, 0, 0.5);
    }
}

.includes-letter.keyPollux::before {
	background: linear-gradient(to bottom, #d09344, #a67a4c);
}

.includes-letter.keyPollux::after {
	background: linear-gradient(to bottom, #e39634, #ffae30);
 	box-shadow: inset 1px 1px 3px rgba(2, 1, 1, 0.5);
}

.incorrect-letter.keyPollux {
    animation: slideToIncorrect-kPol .4s forwards;
}

@keyframes slideToIncorrect-kPol {
    0% {
        color: #f0f2ec;
        text-shadow: -1px -1px 0px #2a2a2a, 1px 1px 2px rgba(0, 0, 0, 0.6);
        opacity:1;
        filter: brightness(1);
        background: linear-gradient(to bottom, #b6f0e6 5%, #3c8e55 95%);
        transform: perspective(12px) rotateX(2deg) scale(0.9) translateY(-1px);
    }
    
    100% {
        color: #e6e6e6;
    	text-shadow: -1px -1px 0px #868181, 1px 1px 2px rgba(85, 81, 81, 0.6);
    	opacity: 0.8;
    	filter: brightness(0.7);
    	background: linear-gradient(to bottom, #abb9b7 5%, #57625b 95%);
    	transform: perspective(10px) rotateX(2deg) scale(0.9) translateY(-1px);
    }
}

.incorrect-letter.keyPollux::before {
	height: 103%;
	background: linear-gradient(to bottom, #3d423d, #080d08);
}

.incorrect-letter.keyPollux::after {
	height: 110%;
	background: linear-gradient(to bottom, #626664, #000);
}

.disapGear {
  opacity: 0;
  max-height: 0px;
  margin-top: -5px !important;
}

.showAcctTag {
	opacity:1 !important;
	left:140px !important;
}

.showSettingsTag {
	opacity:1 !important;
	left:70px !important;
}

.acctTagSlide {
	margin-left: 310px !important;
	margin-bottom:0 !important;
  	bottom: calc(100% - 60px) !important;
}

.statsAds {
	position: absolute;
	bottom: 0;
	width: calc(100% - 4px);
	margin-left: 2px;
	transform: translateY(130px);
	transition:all .3s ease;
}

.settingsAdBox.upMove,
.statsAds.upMove {
	transform: translateY(0px);
}

.settingsToLogin p,
#slideToSetExt,
#goBackSet,
#closeMakePuzzle {
	position: absolute;
	left: 18px;
	color: #666;
	border: 1px solid #b0b0b0;
	padding: 2px 5px;
	background: #f2f2f2;
	font-size: 14px;
	top: 4px;
	opacity: .8;
	cursor:pointer;
}

.settingsToLogin p {
    opacity:0.6;
}

#slideToSetExt {
    left:unset;
    right:20px;
    top: 251px;
}

#goBackSet {
    left: unset;
    right: 22px;
    font-size: 17px;
    top: 206px;
}

#closeMakePuzzle {
    top: -56px;
    left: unset;
    right: 23px;
}

#makePuzzle-div {
    margin-top: 25px;
    width: 86%;
    margin-left: 7%;
    border: 1px solid;
    padding: 10px;
    box-sizing: border-box;
    background: #f4f4f4;
}

#makePuzzle-div h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    margin: 4px 0 3px;
}

#makePuzzle-div h5 {
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 100;
}

#makePuzzle-div p {
    font-size: 14px;
    padding: 0 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

#makePuzzle-div .btn {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin: 2px 0 6px;
    cursor:pointer;
}

body.dark #makePuzzle-div .btn {
    color:#000;
}

#makePuzzle-div .btn span {
    background: #fff;
    border-radius: 2px;
    padding: 4px 11px;
    border: .5px solid #afafaf;
}

#createPuzzle {
    padding: 32px 20px 0;
    text-align: left;
    box-sizing: border-box;
    box-shadow: 1px 0, 2px 6px 7px -4px #000;
}

#createPuzzle h2 {
    font-family: 'Freeman', serif;
    font-size: 21px;
    margin-bottom: 10px;
    position: absolute;
    top: -42px;
    right: 010px;
    background: #fff;
    padding: 44px 15px 0 0;
}

#createPuzzle h2 span {
    padding: 1px 7px;
    border: 0.5px solid #ccc;
    background: #fbfbfb;
}

#createPuzzle .formRow {
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
}

#createPuzzle input {
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 14px;
    background: #f4f4f4;
    margin: 5px 0;
    font-family: 'Courier', serif;
    height: 29px;
}

#createPuzzle input:focus-visible,
#createPuzzle textarea:focus-visible {
    outline: .7px solid #939191;
    background: #f0f0f0;
}

#charLimitNotice {
    color: #e16b6b;
    text-align: right;
    margin-right: 19px;
}

#creatorMessage {
    height: 58px;
    padding: 6px 10px; 
}

#createPuzzle button {
    background: #222;
    color: #fff;
    border: none;
    padding: 9px 14px;
    border-radius: 2px;
    cursor: pointer;
    width: 161px;
    font-family: 'Freeman', sans-serif;
    font-size: 17px;
    margin: 0 auto;
}

#createPuzzle button:hover {
    background: #444;
}

.phraseRow input {
    
}

#createPuzzleResult.hidden {
    max-height:0;
    overflow-y:hidden;
}

#createPuzzleResult {
    height:100%;
    margin-top: 1em;
    text-align: center;
    max-height: calc(100% - 45px);
    overflow-y:scroll;
    position: absolute;
    bottom: 0;
    background: #eee;
    width: 100%;
    left: 0;
    height: 100%;
    padding: 20px 30px 0;
    box-sizing: border-box;
    transition: all .3s ease;
}

#makePuzzle-alert {
    position: absolute;
    top: 32px;
    width: 100%;
    left: 0;
    transition: all .3s ease;
    overflow: hidden;
    height: 55px;    
    pointer-events:none;
}

#makePuzzle-alert.showAlert {
    width:0;
}

#createAnotherBtn p {
    text-align: left;
    margin-top: 4px;
}

#createAnotherBtn p span {
    padding: 4px 9px;
    border: .5px solid;
    cursor: pointer;
    background: #ffffff47;
}

#createPuzzleResult h3 {
    font-size: 19px;
    margin: 1px 0 -8px;
}

#createPuzzleResult h3 span {
    color: #58bfb6;
    text-shadow: 1px 0.5px #fff;
}

#sendInviteBtn {
    width: 101px !important;
    font-size: 15px !important;
    padding: 12px 0 14px !important;
    vertical-align: middle;
    margin-bottom: -2px !important;
}

.invitePuzzWrap p {
    text-align: right;
    margin: 11px 10px 4px 0;
}

.sharePuzzMsg {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    background: #fff;
    padding: 0px 10px;
    border-radius: 10px;
    border: .5px solid;
    text-align: right;
    width: calc(100% - 119px);
    display: inline-block;
    margin-left: 14px;
    box-sizing: border-box;
}

#createPuzzleResult button {
    display:inline-block;
}

#createAnotherBtn {
    position: absolute;
    left: 17px;
    font-size: 13px !important;
    background: #eaeaea !important;
    color: #000 !important;
    border: 0.5px solid !important;
    padding: 6px 18px !important;
    top: 7px;
    width: auto !important;
    opacity:0;
    pointer-events:none;
    transition: all .3s ease;
}

#createAnotherBtn.showBtn {
    opacity:1;
    pointer-events:all;
}

#copyPuzzleLink {
    width: 100px !important;
    font-size: 15px !important;
    padding: 9px 0 12px !important;
}

#inviteEmail {
    width: calc(100% - 143px) !important;
    margin-left: 14px !important;
}

#puzzleLink {
    width: calc(100% - 143px);
    font-size: 12.3px !important;
    height: 25px !important;
    transform: translateY(-2px);
    margin-left: 14px !important;
}

#copyPuzzleMsg {
    width: 100px !important;
    font-size: 16px;
    vertical-align: bottom;
    padding: 17px 10px;
}

#createPuzzleResult h4 {
    font-weight: 100;
    text-align: right;
    margin: 11px 10px 4px 0;
}

#puzzleLinkLabel {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 4px;
    margin-top: 25px;
}

#createPuzzleAlert {
    color: #ec5555;
    width: 100%;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    min-width: 280px;
}

#createPuzzleResult {
  margin-top: 1.5em;
  text-align: center;
}

.shareWrap,
.inviteWrap {
  margin-top: 1em;
}

.shareWrap input {
  width: 100%;
  margin: 0.5em 0;
  text-align: center;
}

.inviteWrap button {
  margin: 0.3em;
}

#inviteEmail,
#inviteMessage {
  width: 100%;
  margin-top: 0.5em;
  border-radius: 6px;
  padding: 8px;
  border: 1px solid #ccc;
}

#inviteMessage {
  height: 100px;
  resize: none;
}

.savingText {
    position: absolute;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #29c2ca;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    top: 12px;
    left: 16px;
    width: 107px;
    background: #fff;
    z-index: -1;
    pointer-events:none;
    margin: 0;
    height: 36px;
    line-height: 34px;
    letter-spacing: 1px;
}

.savingText p {
    margin:0;
}

.savingText .saving {
    display: none;
}

.savingText .saved {
    display: none;
}

.savingText.savingActive {
    opacity: 1 !important;
    z-index:99;
    pointer-events:all;
}

.savingText.savingActive .saving {
    display: block;
}

.savingText.savedActive .saved {
    display: block;
}

.settingsSignIn,
.settingsEditAcc {
	position: absolute;
	top: 0;
	left: -105%;
	width: 100%;
	height: calc(100% - 123px);
	background: #fff;
	transition: all 0.5s ease;
	overflow: hidden;
	z-index: 999999 !important;
}

.settingsEditAcc {
	display:none;
}
.settingsEditAcc.logged {
	display:block;
}

.settingsSignIn.open,
.settingsEditAcc.open {
	left:0%;
}

.settingsEditAcc .editP {
	margin-top: 70px;
	font-size: 13px;
}

.settingsEditAcc .loginButton {
	right: unset;
  	left: 30px;
}

.backSettings {
	position: absolute;
	left: 20px;
	font-size: 14px;
	color: #686666;
	padding: 2px 4px;
	border: 1px solid #aaa;
	background: #f2f2f2;
	cursor:pointer;
	opacity: 0.9;
}

.settingsContainer .showLogon .title,
.settingsContainer .showLogon .miniTitle,
.settingsContainer .showLogon .loginP,
.settingsContainer .showLogon .leftCol {
	display:none;
}

.settingsContainer .showLogon,
.settingsContainer .showLogon .makeAccount,
.settingsContainer .showLogon .signInAcct {
	width: 100%;
	background:#fff;
}

.settingsContainer .showLogon .signInAcct:after,
.settingsContainer .showLogon .makeAccount:after,
.account #signUp::after {
	content: 'Log into your account below.';
	position: absolute;
	top: 21px;
	left: 32px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #626161;
}

.settingsContainer .showLogon .makeAccount:after,
.account #signUp:after {
	content: 'Sign up for an account below.';
}

.account #signUp::after {
	text-align: right;
  	width: calc(100% - 66px);
}

.settingsContainer .showLogon .makeAccount {
	margin-top: 40px;
}

.settingsContainer .showLogon .signInAcct {
	height: calc(100% - 100px);
}

.settingsContainer .showLogon .makeAccount .inputBox {
	margin-top: 58px;
}

.saveSettings,
.slideToLogin.userLogged {
	display:none;
}

.slideToLogin,
.saveSettings.userLogged {
	display:block;
}

.adspaceMini,
.adspaceMicro {
	width: 100%;
    height: 100px;
    background: #000;
    position: absolute;
    bottom: 15px;
    left: 0;
	max-height: 100px;
    min-width: 320px;
}

.adspaceMicro {
    height: 50px;
	max-height: 50px;
    min-width: 300px;
	display:none;
}

.statsAds .adspaceMini {
	bottom: 20px;
}

#settingsMat .adspaceMini, 
#settingsMat .adspaceMicro {
	width: calc(100% - 4px);
	margin-left: 2px;
}

#settingsMat .adCaption {
	bottom: -3px !important;
	width: 100%;
}

#settingsMat .adCapMini p {
	text-align: right !important;
  	margin-right: 7px;
}

.adCapMini {
    font-size: 11px !important;
    opacity: .4;
    position: absolute !important;
    bottom: 4px;
    top: unset !important;
    right: unset !important;
}

.adCapMini p {
	margin-bottom: 0;
	text-align:left !important; 
}

.statsAds .adCapMini p {
	text-align:right !important;
	margin-right: 5px;
}

.loginP {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #7b8384;
	text-shadow: 1px -1px 1px #e3e3e3;
	letter-spacing: .5px;
	text-align: center;
	margin-bottom: 4px;
	margin-top: 37px;
}

.makeAccount,
.signInAcct {
	position: absolute;
	width: calc(50% - 2px);
	height:calc(100% - 90px);
}

.signInAcct {
	top:calc(100% + 0px);
	background:#f0f1f5fa;
	transition: all .5s ease;
}

.signInSwitch,
.signUpSwitch {
	width: 205px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #77777d;
	cursor:pointer;
}

.signInSpan {
	border: 1px solid #acacac;
	padding: 2px 6px;
}

.slideSignIn {
	top: calc(0% + 60px);
}

.slide {
    margin-left: calc(100vw - 60px) !important;
	bottom: calc(100% - 60px) !important;
}

.SetSlide {
  margin-left: 380px !important;
  bottom: calc(100% - 60px) !important;
}

.firstSlide {
    margin-left: calc(100vw - 60px) !important;
	bottom: calc(100% - 90px) !important;
	transition: all .4s ease !important;
}

.dailyStats,
.leaderBoard {
	width: calc(50% - 0px);
	height: calc(100% - 60px);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 50px 6px 24px 20px;
	overflow: hidden;
	box-sizing: border-box;
}

.internalStatd {
    height:auto;
    width:100%;
}

.afterGame .dailyStats {
	width: 100%;
	overflow-x:hidden;
	overflow-y:scroll;
	position: relative;
	max-height:110px;
	padding: 0px 5px 7px 5px;
}

.leaderBoard {
	background: #f0f1f5fa;
	max-height: 0px;
	padding: 7px 7px 0;
	bottom: 65px;
	top: unset;
	transition: all .4s ease;
	border-top: 0px solid #000;
	width: calc(50% - 21px);
  	left: 15px;
}

.leaderData {
	max-height: calc(100% - 85px);
 	overflow-y: scroll;
}

.leaderBoard.switch {
	max-height: calc(100% - 110px);
	border-top: .5px solid #000;
}

.leaderboardFallback p {
	color: #7b7b7b;
}

.leaderHeader.hideIt {
	display:none;
}

.leaderHeader p {
	display:inline-block;
	font-size:11px;
	text-transform:uppercase;
	color: #7b7b7b;
  	font-family: 'Roboto', sans-serif;
}

.leaderHeader p span {
	border-bottom: .5px solid;
	padding: 0 4px;
	border-right: .5px solid;
}

.leaderboardRow {
	display:block;
	font-size:13px;
}

.wideWidth {
	width: calc(29% - 1px);
}

.roundP {
	width: calc(18.5% - 3px);
	text-align: center;
}

.leaderUser,
.leaderRound,
.leaderTotal {
	font-size: 12px;
	display:inline-block;
	width: calc(29% - 1px);
}

.leaderRound {
	width: calc(18.5% - 3px);
	text-align: right;
}

.leaderTotal {
	transform: translateY(-17px);
 	color: #FCB048;
}

.leaderTotal,
.totalP {
	width: calc(13.5% - 1px);
	text-align:center;
}

.yourStats .leaderTotal {
	transform: translateY(0px);
}

.leaderRound .guess-dot {
	display:inline-block;
	margin: 0 1.5px;
	width: 18%;
	height: auto;
	padding-bottom: 18%;
	background-color: #ccc;
}

.leaderRound .avg-dot {
	background-color: #FCB048;
}

.smallFall {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #605f5f;
}

.dailyStats p {
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: #848491;
    width: calc(100% - 250px);
    margin: 21px 0 8px 0;
    border-top: 1px solid #ccccd1;
    padding-top: 5px;
}

.bonusHider {
	opacity:0;
	max-height:0;
	overflow:hidden;
}

.bonusHider.showBonus {
	opacity:1;
	max-height:300px;
	overflow:visible;
}

.statWord,
.statNum {
	display: inline-block;
	width:calc(100% - 237px);
}

#accountPracForm .statWord {
  	width: calc(100% - 225px);
}

.statNum {
	width: 225px;
	padding-left: 8px;
}

#accountPracForm .statNum {
	width: 212px;
}

.statWord .row {
	width: 15px;
    display: inline-block;
    margin-right: 2px;
}

.statWord .row img {
	max-height: 16px;
}

.statWord span {
	margin-right: 2.5px;
    font-size: 22px;
    background: #fff;
    max-height: 21px;
    overflow: hidden;
    display: inline-block;
    line-height: 19px;
}

.blank-space {
    width:2px;
}

.wordDiv {
	display:inline-block;
	margin-right: 8px;
}

#practiceStats {
	position: relative;
	height: calc(100% - 190px);
}

#practiceStats .wordDiv {
    display: flex;
    justify-content: left;
}

#practiceStats .wordDiv .column {
	width: var(--col-width, 10%);
    text-align: center;
	margin-right: 2px;
	max-width:20px;
}

#practiceStats .wordDiv .column img {
	width:100%;
}

.space {
    display:inline-block;
}

.practiceWordList {
	margin-top: 30px;
	padding-top: 24px;
	overflow-y: scroll;
	height: 100%;
}

.practiceSessionStats p span {
	float: right;
	margin-right: 12px;
	background: #000;
	text-align: center;
	color: #fff;
	line-height: 17px;
	font-size: 16px;
	padding: 2px 8px;
}

.practiceSessionStats {
	height: 125px;
}

.pracSesCol {
	width: calc(50% - 2px);
	display: inline-block;
}

.statLeft,
.statRight {
	display: inline-block;
 	width: calc(100% - 60px);
	margin-top: 5px;
  	margin-bottom: 5px;
	font-size: 11px;
	vertical-align: middle;
}

.statRight {
	max-width:56px;
}

.sW3 .row {
	width: 11px;
	margin-right:1px;
}

.sW2 .row {
	width: 13px;
}

.statGuesses,
.statTime {
	width: 70px;
    display: inline-block;
}

.statTime {
	width:130px;
	font-size:12px;
}

.avgTimeToSolve {
	font-family: 'Roboto', sans-serif;
    font-size: 10.5px;
    display: inline-block;
    width: 52px;
    transform: translateY(-3px);
	white-space: nowrap;
	text-align: center;

}

.yourTime,
.timeDiff {
	display:inline-block;
	text-align: center;
}

.yourTime {
	margin-right: 13px;
    font-size: 14px;
    color: #605c5c;
    width: 58px;
	text-shadow: 1px .5px #fff;
}

.last-avg-dot::before,
.last-used-dot::after {
    content: '⇣ avg';
    position: absolute;
    top: -16px;
    left: 4px;
    color: #3e3e40;
    font-family: 'Roboto', sans-serif;
    font-size: 9.5px;
    white-space: nowrap;
}

.last-avg-dot-final::before {
	content: 'avg ⇣';
    position: absolute;
    top: -16px;
    left: -14px;
    color: #3e3e40;
    font-family: 'Roboto', sans-serif;
    font-size: 9.5px;
    white-space: nowrap;
}

.last-used-dot::after,
.last-used-dot-final::after {
	content: '⇡ you';
    top: unset;
    bottom: -15px;
}

.last-used-dot-final::after {
	content: 'you ⇡';
	left: -14px;
}

.statGuesses .guess-limit {
	display:flex;
	gap:1.5px;
}

.statGuesses .guess-dot {
	width:12px;
	height:12px;
	margin:0;
	background-color: #454242;
	opacity:.5;
}

.firstGame {
    color:#9d9d9d !important;
}

.statGuesses .avg-dot {
	background-color: #FCB048 !important;
}

.statGuesses .used {
	opacity:1 !important;
}

.scaleSeven {
	transform: scale(0.80) !important;
}

.scaleEight {
	transform: scale(0.70) !important;
}

.scaleNine {
	transform: scale(0.64) !important;
}

.round3Scale {
	transform: scale(0.62) !important;
}

.timerSlide {
	transform: scale(0.8);
    opacity: .5 !important;
    letter-spacing: 2px;
    right: 50px !important;
    top: 9px !important;
}

.timerHolder {
	transition:all .6s ease;
}
.timerHolder.hideTimer {
	opacity:0;
}

.closeIt {
    border:0 !important;
	opacity:0;
	transition: all .4s ease;
	text-shadow: 0 0 !important;
}

.afterGameWrap {
	position: absolute;
	left: 0;
	background: #0000003d;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	backdrop-filter: blur(1.5px);
	opacity:0;
	pointer-events:none;
	transition: all .5s ease-in-out;
}

.afterGameWrap.gameEnded {
	opacity:1;
	pointer-events:all;
}

.afterGame {
	background: #e4e7ea;
	width: 500px;
	height: auto;
	margin: 50vh auto 0;
	position: relative;
  	transform: translateY(-50%);
	padding: 5px 10px;
    box-sizing: border-box;
}

.aftGameTitle {
	color: #289d9d;
	font-size: 23px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 0;
	display:none;
}

.aftGameSub {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	color: #6c6969;
	display:none;
}

.lBPosHolder {
	padding: 0 20px;
	display:none;
}

.showDiv {
	display:block !important;
}

.yourStatsWrap {
	padding:0 6px;
}

.yourStats {
	padding: 0px 0px 0 18px;
  	border: 1px solid;
}

.userLeaderboardSnippet {
    background: rgba(0, 0, 0, 0.04);
    padding: 12px;
    text-align: center;
    margin-top: 10px;
}

.leaderboardSnippetRow {
    display: flex;
    justify-content: space-between;
    padding: 3px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.leaderboardSnippetRow:last-child {
    border-bottom: none;
}

.highlightUser {
    background: rgba(255, 215, 0, 0.2);
    font-weight: bold;
}

.hidden {
    display: none !important;
}

.closeAftGame {
	text-align: center;
	width: 100%;
	margin: 24px 0px 15px;
}

.practiceSwitchBtn {
	padding: 3px 9px;
	font-size: 15.5px;
	letter-spacing: 0.3px;
	cursor:pointer;
	margin-left: 23px;
}

#contAftLoss {
    font-size: 16px;
    background: #000;
    cursor:pointer;
    color: #fff;
    display:inline-block;
    opacity:1;
    padding: 4px 13px 6px;
    border-radius: 26px;
}

#contAftLoss.hideBtn {
    opacity:0;
    display:none;
}

.justCloseAftGame {
	cursor:pointer;
	color: #595959;
  	text-shadow: 1px 0.5px 0px #fff;
  	margin-top: 20px;
    display: block;
    border: 1px solid #a8a8a8;
    padding: 3px 9px;
    border-radius: 3px;
}

#accountTag .closeIt {
    color: #a0a3ae !important;
	margin-top: -7px !important;
    margin-left: -2px !important;
    transform: scale(0.8) !important;
}

.question {
	opacity:1;
	max-height:100px;
	overflow:hidden;
}

.showCloserQuestion {
	opacity:0;
	max-height:0px;
	margin-top: -5px !important;
}

.closeItShow {
	opacity:1;
}

#settingsTag p.closeItShow {
  	opacity: 1;
  	margin-top: 6px;
	font-family: 'Roboto', sans-serif;
  	font-weight: 500;
}

.customButton {
	border: none;
	background: none;
	padding: 10px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.customButton .buttonWrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.customButton .key {
    color: #fff;
    padding: 10px;
    margin: 0 1px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, background 0.3s ease;
    width: 11px;
    height: 11px;
	letter-spacing: 0 !important;
	opacity:.8;	
}

.customButton .key span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

#accountTag .closeIt {
	color: #c4c5cd;
}

#signUp input,
#editAccountForm input,
#signInForm input,
#editAccountSettingsForm input {
	padding: 9px 22px !important;
    margin: 0 auto;
    width: 70%;
    position: relative;
    display: block;
    background: #ebeeeefa;
	background-color: #ebeeeefa !important;
    border: 1px solid #a6aeb0fa !important;
    border-radius: 2px !important;
    color: #81858e;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-bottom: 12px;
    letter-spacing: 2px;
	-webkit-appearance: none; /* Removes default styling on mobile */
    appearance: none; /* Removes default styling on mobile */
    outline: none; /* Removes the default outline on focus */
}


#signUp input[placeholder],
#editAccountForm input[placeholder],
#signInForm input[placeholder],
#editAccountSettingsForm input[placeholder] {
	color:#000;
}

#signUp input:focus-visible,
#editAccountForm input:focus-visible,
#signInForm input:focus-visible,
#editAccountSettingsForm input:focus-visible {
	outline: 1px solid #c4b8b8;
}

#signUp button,
#editAccountForm button, 
#signInForm button,
#editAccountSettingsForm button {
	margin: 19px auto;
	display: block;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
	color: #83898c;
	font-size: 14px;
	cursor:pointer;
	font-family: 'Freeman', sans-serif;
}

#editAccountSettingsForm button {
	margin: 0px auto;
}

#signUp button:hover .key span,
#editAccountForm button:hover .key span, 
#signInForm button:hover .key span,
#editAccountSettingsForm button:hover .key span {
	color:#13dddd;
}


.loginButton {
	position: absolute;
	cursor:pointer;
	bottom:22px;
}

.loginButton {
	right: calc(100% - 164px);
}

.loginButton p {
	text-align: center;
	margin-top: 14px;
}

.loginButton p span {
	color: #9c9898;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}

.accountHolder .loginButton p span {
	font-size: 14px;
}

.leftCol .loginButton p span {
	font-size:15px;
}

.extraLeft {
	margin-left:15px;	
}

.rightCol .loginButton {
	bottom: 0px;
    right: 30px;
}

.showLogon .leftCol .loginButton,
.backArrow {
	right: unset;
    left: calc(50% + 20px);
  	bottom: 17px;
}

.accountLogout {
	opacity: 0.4;
	bottom: 10px !important;
}

.accountBack {
	right: unset !important;
  	left: 20px;
	bottom: 0px !important;
	pointer-events: all;
}

.editP {
	padding: 0 20px;
	margin-top: 50px;
	font-size: 15px;
	color: #6f6f6f;
}

.logInStatsHolder .loginButton {
	bottom: 4px;
	right:20px;
	pointer-events: all;
}

.logInStatsHolder .accountBlock .loginButton {
	
}

.loggedCap,
.unloggedCap.logIn {
	display:none !important;
}

.unloggedCap,
.loggedCap.logIn {
	display:block !important;
}

.accountHolder .loginP {
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #919d9fb0;
    text-shadow: 1px -1px 1px #e3e3e3;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    bottom: 16px;
}

.showSignup .loginP {
	left: 18px;
}

.showLogon .loginP { 
	bottom:40px;
}

.stats2,
.stats1,
.practiceStats2,
.practiceStats1 {
	position: absolute;
    bottom: 60px;
    right: 20px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
    background: #fafbff;
    padding: 7px 21px;
    border: 1px solid #c8c8c8;
    color: #7c7171;
}

.stats1,
.practiceStats1 {
	display:none;
}

.seeLink {
	display:block !important;
}

.hideLink {
	display:none;
}

.acctArrow {
    font-size:9px;
	margin-left: 9px;
    transform: scaleX(-1) translateY(-3px);
    display: inline-block;
    font-size: inherit;
    color: inherit;
}

.acctSettingsClick i {
	margin-right: 15px;
}

.accountHolder i {
	margin-right: 10px;
}

.accountHolder,
.userData {
	width: calc(200% - 40px);
    height: calc(100% - 150px);
    position: absolute;
    overflow: hidden;
    transition: all .7s ease;
    background: #f0f1f5fa;
    padding: 20px 20px;
}

.userData {
	display: flex;
	overflow-x: hidden;
}

.userData p {
	font-size:13px;
	font-weight:400;
	font-family: 'Freeman', sans-serif;
}

.logInStatsHolder {
	position: absolute;
	max-height: 0px;
	overflow: hidden;
	bottom: 15px;
	right: 0;
	width: 50%;
	height: calc(100% - 20px);
	transition: all .6s ease;
	pointer-events: none;
}

.logInStatsHolder.reveal {
	max-height: calc(100% - 20px);
}

.accountBlock {
	position:absolute;
	background: #f0f1f5;
	width:100%;
	left:calc(100% + 5px);
	top:0;
	overflow: hidden;
	transition: all .6s ease;
	height: 100%;
}

.accountBlock.open {
	left: 0;
}

.accountSettings .leftCol,
.accountSettings .rightCol,
.showLogon .leftCol,
.showLogon .rightCol {
	display:inline-block;
	width: calc(50% - 2px);
}

.loginSlide {
	transform: translateX(-50%);
}

.showLogon,
.showSignup,
.userStats,
.accountSettings {
	display: inline-block;
	width: calc(50% - 2px);
}

.showSignup {
	height: calc(100% - 40px);
}

.showLogon {
	max-height: calc(100% - 50px);
    overflow: hidden;
	vertical-align: top;
}

.showSignup,
.userStats {
	padding-right: 20px;
	box-sizing: border-box;
}

.userStatsBox {
	height: 200px;
}

.logInStatsHolder .userStats {
	width:100%;
	padding-right: 15px;
	padding-left: 15px;
	background: #f0f1f5;
	height: calc(100% - 45px);
	pointer-events: all;
	overflow-x: hidden;
	margin-left:0;
	transition: all .6s ease;
}

.logInStatsHolder .userStats.close {
	margin-left:calc(-100% + 5px);
}

.dailyRunningStats,
.practiceRunningStats.practice {
	display:block;
}

.practiceRunningStats,
.dailyRunningStats.practice {
	display:none;
}

.stat-column {
	display:inline-block;
    border: 1px solid #e3e5ea;
    padding: 0 14px;
    line-height: 8px;
}

.stat-column p {
	text-transform: uppercase;
    letter-spacing: 2px;
    color: #e8a549;
}

.lightStat p {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #636060;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 12px;
}

.longestWord {
	margin-top:50px;
}

.longestWord p {
	color:#000;
}

.shortestWord {
	color:#0ec4c4 !important;
}

.accountSettings .leftCol p {
	margin-top: 9px;
	margin-bottom: 19px;
}

.logOut {
	text-transform: uppercase;
    font-weight: 400 !important;
    color: #988282 !important;
    background: #d6d6d6fc !important;
    padding: 10px 14px;
}

.statsSwitcherRow {
	text-align: center;
	margin-top:33px;
}

.statsSwitcherRow p {
	display: inline-block;
    font-size: 14px;
    color: #8d9697;
    letter-spacing: 2px;
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px -1px 1px #dce3e3;
    border: 1px solid #b5bdbe;
    padding: 4px 14px;
    border-radius: 1px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 10px;
    transition: all .3s ease;
}

.statsSwitcherRow p:first-child {
	margin-right: calc(27% - 31px);
}

#statsBox1,
#statsBox2,
#practiceStatsBox1,
#practiceStatsBox2{
	display: flex;
	line-height: 1;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

#statsBox2,
#practiceStatsBox2 {
	display:none;
	padding: 35px 4px 20px;
}

.pracSesRow {
	height: 26px;
}

.pracSesTitle {
	margin-bottom: 3px !important;
	font-size: 13px !important;
	margin-top: 7px;
}

.stat-column1,
.stat-column2 {
	display:inline-block;
	padding: 0 4px;
}

.stat-column1 {
	width: 60%;
    padding-top: 52px;
}

.stat-column2 {
	width:calc(40% - 10px);
}

.inputBox {
	opacity: .9;
	margin-top:55px;
}

.signInForm .inputBox {
	margin-top:70px;
}

#editAccountForm .inputBox { 
	margin-top: 40px;
}

#editAccountSettingsForm .inputBox {
	margin-top: 30px;
}

.accountMessage {
	padding: 9px 17px 0;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}

#statsBox1 .row,
#practiceStatsBox1 .row {
    display: inline-block;
    width: 20.5px;
    height: 22px;
    background: #f5f3f3;
    overflow: hidden;
    margin-right: 1px;
    box-shadow: 1px 1px 3px #dad1d1;
}

#statsBox1 .row .column,
#practiceStatsBox1 .row .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(calc(-100% + 30px)); /* Start position above the container */
    transition: transform 3s ease-in-out;
}

#statsBox1 .row img,
#practiceStatsBox1 .row img {
    padding: 1px 0;
}

#statsBox1 .row h2,
#practiceStatsBox1 .row h2 {
    text-align: center;
    font-size: 22px;
    margin: 0;
}

/* Example for Games Played */
.letterGamesPlayed-0, .letterGamesPlayed-1, .letterGamesPlayed-2 {
    animation: statSlide 3s forwards;
}

/* Generic keyframes for moving downwards */
@keyframes statSlide {
    0% { transform: translateY(calc(-100% + 30px)); }
    100% { transform: translateY(0); }
}

.statLine {
	display:flex;
	align-items: center;
}

.statLine p,
.statLine .row {
	display:inline-block;
	color:#606060;
	margin-top: 9px;
    margin-bottom: 8px;
}

.line2 .row,
.line4 .row {
	margin-left:0;
}

#statsBox1 .row .column h2,
#practiceStatsBox1 .row .column h2 {
	color: #5c6366;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.userStats .wrap {
	align-items: center;
    display: flex;
}

.postAnimation {
	margin-top:0;
	margin-bottom: 0;
    width: 20.5px;
    height: 22px;
    background: #f5f3f3;
    color: #5c6366 !important;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 22px !important;
    box-shadow: 1px 1px 3px #dad1d1;
    text-align: center;
	margin-right:1px;
}

.afterAnim {
	margin: 0 0 10px 0;
}

.bar-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 220px; 
    width: 100px;
    margin-left: 23px;
}

.bar-wrapper {
    position: absolute;
	bottom: calc(100% - 250px);
    display: flex;
    align-items: flex-end;
    margin: 5px 0;
}

.bar {
    width: 20px;
    background-color: #b9c2c5;
    transition: height 0.5s ease;
}

.total-games {
    background-color: #b9c2c5;
}

.games-won {
    background-color: #13dddd;
}

.record-setting-wins {
    background-color: #ffd573;
}

.annotation-left,
.annotation-right {
    position: absolute;
    left: -55px;
    top: -2px;
    transform: translateY(-100%);
    width: 48px;
	color: #696a6d;
	line-height:10px;
    font-size: 11px !important;
	background: #f0f1f5;
}

.annotation-left:after {
	content: '▶';
    position: absolute;
    right: -3px;
    top: 0;
}

.annotation-right {
    right: -60px;
	left:unset;
    transform: translateY(-100%);
    white-space: nowrap;
}

.pRow {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 6px;
	opacity: .6;
	border-bottom: .5px solid #b7b7b7;
	padding-bottom: 5px;
	height: 33px;
}

.pRow:last-child {
	border-bottom:0px;
}

.pRow .key {
	padding-top: 1%;
}

.pRow .col1, 
.pRow .col2 {
	min-width: 245px;
	display: inline-flex;
}

.pRow .col1 {
	width: 230px !important;
	min-width: 230px;
	max-width: 230px;
	margin-right: 14px;
	font-size: 14px;
}

.col2 .key {
	font-size: 13px;
	width: 30px;
 	height: 30px;
	cursor:auto;
	pointer-events: none;
}

.pRow .col2 {
	min-width: 110px;
	gap: 3px;
}

.pRow .col2 .guess-limit {
	width: 100%;
	display: flex;
	gap: 0px;
	margin-top: 9px;
	margin-left: -3px;
}

.pRow .col2 p {
	font-size: 35px;
	margin-right: 12px;
}

.yellowKey {
	color:#13dddd; 
}

.greenKey {
	color:#f98825;
}

.adCaption {
	position: relative;
	top: -5px;
	text-align: right;
	width: 300px;
	margin: 0 auto;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color: #999;
	right: 3px;
}

.aboutLink {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	top: 2px;
	left: 17px;
	letter-spacing: 4px;
	color: #8a8888;
	border: 0.5px solid #b0adad;
	padding: 3px 8px;
	background: #f4f2f2;
	cursor:pointer;
	opacity: 0;
	pointer-events: none;
	transition: all .4s ease;
}

.aboutLink.showLink {
	opacity: 0.8;
	pointer-events: all;
}

.aboutLink span {
	margin-right: 9px;
    color: #aaa4a4;
    font-size: 9px;
    transform: translateY(-3px);
    display: inline-block;
}

#aboutMat {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:calc(-100% - 20px);
	transition: all .4s ease;
	background: #f9f7f7;
	padding: 20px;
  	box-sizing: border-box;
	min-height:calc(100% - 320px);
}

.aboutInt {
	border-bottom:0.5px solid #000;
	height: 100%;
}

.backToDir {
	position: absolute;
	top: 4px;
	right: 17px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	letter-spacing: 3px;
	color: #9d9797;
	border: 0.5px solid #c8c8c8;
	padding: 4px 6px;
	background: #f4f4f4;
	cursor: pointer;
	opacity: 0.8;
}

#aboutMat.open {
	left:0;
}

.aboutText {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #605a5a;
	font-size: 13px;
	padding: 24px 6px 0px;
	margin-bottom: 7px;
}

.aboutInt .colLeft,
.aboutInt .colRight {
	display: inline-block;
	width: calc(50% - 2.5px);
	font-size: 13px;
	box-sizing: border-box;
	text-align: center;	
}

.aboutInt .colLeft {
	padding-right:10px;
}

.aboutInt .colRight {
	padding-left:10px;
	border-left: 0.5px solid;
}

.subText {
	font-family:'Roboto', sans-serif;
}

.bottomAbout,
.createDec {
	text-align: center;
	letter-spacing: 4px;
	font-size: 30px;
	color: #423e3e;
	margin-top: 8px;
}

.createDec {
    font-size: 20px;
    white-space: nowrap;
}

.createDec span {
    background: #fff;
    text-align: center;
    display: inline-block;
    line-height: 22px;
    padding: 0 0 0 2px;
    margin-right:1px;
    box-shadow: 1px 1px 3px -2px;
}

.createDec img {
    width: 17px;
    opacity: 0.70;
    margin-right: 1px;
}

.passHead-insert .createDec {
    font-size: 30px;
}

.passHead-insert .createDec span {
    line-height: 31px;
    padding: 0 0 0 2px;
    margin-right: 2px;
}

.passHead-insert h3 {
    display:inline-block;
}

.pt-cd-1 {
    margin-left:5px;
}

.bottomAbout img {
	display: inline-block;
	width: 24px;
	transform: translateY(1px);
	margin-right: 3px;
}

.subText {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	color: #979797;
}

.courier {
	font-family: 'Courier', monospace;
	font-size: 11px;
	margin-bottom: -10px;
}

.courier span {
	margin: 0 8px;
}

.contactP {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color: #8a8686;
	margin-top: -13px;
	text-align: center;
}


.aboutInt a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
}

.statsAds .adCaption {
	width: 100%;
}

.sym {
	width:28px;
	margin-right:9px;
}

.colSpan {
	min-width: 100%;
	position: relative;
	display: flex;
	height: 40px;
	align-items: center;
	gap: 2px;
}

#timer {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    border-radius: 5px;
	color: #e3e3e3;
	font-weight: 100;
	font-family: 'Futura', sans-serif;
	font-size: 21px;
	opacity:0;
	transition: all .4s ease-in-out, transform .9s ease-in-out .2s, opacity 1s ease .2s, letter-spacing .9s ease .3s;
}

.showTimer {
	opacity: 1 !important;
}

.timerRecord {
	color:#13dddd !important;
	animation: timerRecord 1.5s infinite;
}

.tButtonspan1,
.tButtonspan2 {
	opacity:0;
	pointer-events:none;
	transition: all .6s ease;
}

.timerHide {
	display:none !important;
	opacity:0 !important;
}

.timerOn {
	pointer-events:all;
	opacity: 1 !important;
}

p.guessText, 
p.yourTimeText,
p.avgTimeText {
	position: absolute;
	border: none !important;
	top: 35px;
    font-size: 10px;
    letter-spacing: 1.5px;
	width:auto !important;
	text-shadow: -.5px -.5px #fff;
}

p.guessText {
	left: calc(100% - 230px);
}

.yourStats p.guessText, 
.yourStats p.yourTimeText,
.yourStats p.avgTimeText {
	margin-top: 0;
  	top: 0;
  	padding-top: 0;
}

#accountPracForm p.guessText {
	left: calc(100% - 223px);
	top: 0;
	margin-top: 0;
	width: 70px;
	text-align: center;
}

#accountPracForm p.yourTimeText {
	right: unset;
	left: calc(100% - 142px);
	width: 60px;
	text-align: center;
	top: 0;
  	margin-top: 0;
}

#accountPracForm p.avgTimeText {
	right: unset;
	left: calc(100% - 70px);
	width: 60px;
	text-align: center;
	top: 0;
	margin-top: 0;
	padding-top: 0;
}

p.yourTimeText {
	right: 102px;
    font-size: 10px;
    letter-spacing: .5px;
}

p.avgTimeText {
	right: 34px;
    font-size: 9.5px;
    letter-spacing: 0px;
    padding-top: 5px;
}

@keyframes timerRecord {
	0% {
		transform:scale(1)
	}
	50% {
		transform:scale(1.3)
	}
	100% {
		transform:scale(1)
	}
}

#newGameTag,
#startGameTag {
	position: absolute;
	width: 79px;
    height: 28px;
	max-height:30px;
	background: #f0f0f0;
	left: 80px;
	cursor: pointer;
	text-align: center;
	font-size: 11.5px;
	line-height: 6px;
	font-weight: 2100 !important;
	color: #9b9191;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	top: 67px;
	border: 1px solid #9b9191;
	opacity: .5;
	z-index: 99;
	margin-top: -7px;
}

#newGameTag {
	opacity:0;
	pointer-events:none;
	left: 15px;
	top: 62px;
	transform-origin:top left;
	display:block;
	transition: all .7s ease !important;
}

#newGameTag.pulse {
    animation: gameTagPulse 2s ease infinite;
}

@keyframes gameTagPulse {
    0% {
        box-shadow: 1px 0px 10px -7px #128793;
        border: 1px solid #9b9191;
        transform:scale(1);
    }
    
    50% {
        box-shadow: 1px 0px 10px 4px #128793;
        border: 1.5px solid #0f6c71;
        transform:scale(1.08);
    }
        
    100% {
        box-shadow: 1px 0px 10px -7px #128793;
        border: 1px solid #9b9191;
        transform:scale(1);
    }
  
}

#startGameTag {
	width: 140px;
	font-size: 12px;
	line-height: 8px;
	left: unset;
    right: 12px;
    top: -50px;
    background: #8ae7e6a8;
    color: #000;
    opacity: .84;
    letter-spacing: 1px;
    font-weight: 500;
	transition: all .2s ease-in-out, top .4s ease;
    animation: startGame 2s infinite ease;
}

@keyframes startGame {
    0% {
        background: #8ae7e6a8;
    }

    40% {
        background: #8ae7e6d2;
    }

    70% {
        background: #8ae7e6d2;
    }

    100% {
        background: #8ae7e6a8;
    }
}

.gameOverd {
    display:none;
}

.gameOn {
    display:block;
}

.hideTag {
	display:none;
	opacity:0;
}

.showTag {
    pointer-events:all !important;
	opacity: 0.44 !important;
}

.hideButton {
	max-height: 0px !important;
	opacity: 0 !important;
}

#recordMessage {
	position: absolute;
	top: 30px;
	font-size: 19px;
	padding: 0px;
	background: #ffd573;
	max-width:0;
	opacity:0;
	white-space: nowrap;
	letter-spacing: 1px;
	line-height: 1.1;
	overflow:hidden;
	border:0px;
	outline:0px;
	transition:all .5s ease-in-out;
}

.showMessage {
	max-width:100vw !important;
	padding: 10px !important;
	opacity:1 !important;
	border: 2px dashed !important;
    outline: 4px solid #ffd573 !important;
}

.blur {
	filter:blur(2.5px);
}

.adSpaceLarge {
	background:#000;
	width:300px;
	height:250px;
	margin: 20px auto 0px;
}

.adSpaceShort {
	display: none;
	background:#000;
	width:320px;
	height:100px;
	margin: 8px auto 0px;
}

#adImage {
	width:100%;
}

.copyright {
	position: absolute;
	bottom: 0px;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #a4a4a4;
	text-align: right;
	right: 5px;
	line-height: 3px;
	z-index: 999;
}

.copyright .copySpan {
	display:inline-block;
}

.copyright a {
	background: #9d9d9d;
 	color: #fff;
 	font-weight: 500;
 	padding-left: 2px;
 	text-decoration: none;
 	padding-right: 2px;
	transition: all .3s ease;
}

.copyright a:hover {
	background: #fff;
	color:#a4a4a4;
}

.hide-column {
    display: none !important;
}

#roundWrap,
#roundWrapTwo,
#roundWrapThree,
#roundWrapBonus,
#roundWrapPractice {
    position: absolute;
    top: 90px;
    width: 202px;
    text-align: center;
    display: block;
    margin-left: calc(50% - 101px); /* Adjust for full width */
    background: #dbdbdb85;
    line-height: 9px;
    font-size: 13px;
    overflow: hidden;
    z-index: 999;
    max-width: 0;
	box-shadow: -3px 4px 6px -3px #0000004a;
    transition: max-width .7s ease;
}

#roundWrap.openRoundUp,
#roundWrapTwo.openRoundUp,
#roundWrapThree.openRoundUp,
#roundWrapBonus.openRoundUp,
#roundWrapPractice.openRoundUp {
    max-width: 230px;
}

.roundCover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, #ffffffed, rgb(219, 219, 219, 0.33));
    pointer-events: none;
    width: 20px;
	transition: all .3s ease;
}
.roundCover.closeOver {
	width: 0px;
}

.roundUpdate {
    border: 2px solid #dbdbdb;
    width: 200px;
}

#roundWrapTwo,
#roundWrapThree {
	width:152px;
	margin-left: calc(50% - 74px);
}

#roundWrapTwo .roundUpdate,
#roundWrapThree .roundUpdate {
	width:150px;
}

.roundImg,
.roundImgTwo,
.roundImgThree {
    width: 12px;
}

.roundUpdate p {
    margin: 9px 0;
}

.roundUpdate .daily {
    display: inline-block;
    margin-right: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    letter-spacing: 0.3px;
	margin-bottom: 1px;
}

.outlineWrap {
    width: calc(100% - 4px);
    border: 1px dashed #aaa6a6;
}

.daily .date,
.roundUpdate .round {
    position: relative;
}

.roundUpdate .round {
    color: #ee961f;
    letter-spacing: 1px;
    font-size: 15px;
}

.date {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.date1 {
    width: 5px;
    display: inline-block;
    position: relative; /* Ensure proper alignment */
}

.date1 img {
   width: 100%;
    position: absolute;
    transition: opacity .4s ease;
    opacity: 1;
    transform: scale(1.4);
    top: 1.5px;
}

.date1 .updateLet {
    opacity: 0;
    transition: opacity .4s ease .3s;
}

.date3, .date5 {
	margin-right:3px;
}

.roundImg img,
.roundImgTwo img,
.roundImgThree img {
    width: 12px;
    top: -1px;
    margin-left: -1px;
    transition: opacity .4s ease;
}

.roundNo,
.roundNoTwo,
.roundNoThree {
	opacity:0;
    transition: opacity .4s ease .3s;
}

.round span {
    display: inline-block;
}

.letterBump {
    animation: letterBumps .4s linear;
}

@keyframes letterBumps {
    0% {
        transform: scale(1) rotate(0deg);
    }
    25% {
        transform: scale(1.1) rotate(2deg);
    }
    50% {
        transform: scale(1) rotate(0deg);
    }
    75% {
        transform: scale(0.9) rotate(-2deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.toggleWrap {
	width: 47px;
    height: 21px;
    position: absolute;
    left: 13px;
    top: 62px;
	z-index: 998;
	opacity:0;
	transition: opacity .4s ease;
	pointer-events: none;
	
	display:none;
}
.toggleWrap.showToggle {
	opacity:1;
	pointer-events: all;
}

#modeToggle {
	border-radius: 23px;
    border: 1px solid #a8a8a8;
    height: 100%;
    font-size: 0;
    box-sizing: border-box;
	opacity: .9;
}

.modeText {
	position: absolute;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #A4A4A4;
    font-size: 11.5px;
    left: 14px;
    top: 75px;
    letter-spacing: 2px;
    width: 48px;
    text-align: center;
	opacity:0;
	transition: opacity .4s ease;
	
	display:none;
}
.modeText.showToggle {
	opacity:1;
	pointer-events: all;
}

.boxOne,
.boxTwo {
	display:inline-block;
	width:50%;
	height: calc(100% - .5px);
	background-color: #ffffff;
	background: radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent) 10px 10px, linear-gradient(rgb(79 79 79 / 37%) 0.8px, transparent 0.8px) 0 -0.4px, linear-gradient(90deg, #4f4f4f47 0.8px, #ffffff 0.8px) -0.4px 0;
	background-size: 20px 20px, 20px 20px, 10px 10px, 10px 10px;
}

.boxOne {
	border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
}

.boxTwo {
	border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
	background-color: #ffffff;
	background: repeating-linear-gradient(-45deg, rgb(79 79 79 / 9%), rgb(79 79 79 / 26%) .5px, #ffffff 1px, #ffffff 6.5px);
}

#modeAlert {
	position: fixed;
    top:0;
	bottom:0;
	left:0;
	right:0;
    text-align: center;
	font-size: 14px;
  	color: #483f3f;
	opacity:0;
	background: #0000008c;
    z-index: -1;
	transition: all .4s ease;
}

.modeAlBox {
	width: 290px;
    margin-left: calc(50% - 150px);
    background: #fff;
    margin-top: calc(50vh - 100px);
    padding: 14px 25px 19px;
    height: 176px;
    border: 2px solid;
    box-shadow: 3px 2px 13px -7px #000;
    box-sizing: border-box;
}

.modalTitle {
    margin-bottom:25px;
}

#modeAlert .practiceMode,
#modeAlert .neverMind {
	display: inline;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
    margin-right: 14px;
    cursor:pointer;
}

#modeAlert .neverMind {
	margin-right:0;
}

#modeAlert .practiceMode {
	background: #1e2222;
	color: #fff;
	padding: 5px 13px;
    border-radius: 32px;
    margin-right: 16px;
}

#modeAlert.showModeAlert {
	opacity: 1;
	z-index:99999;
	pointer-events: all;
}

#modeToggle img {
	width: 16px;
    margin-left: 8px;
    margin-top: 5px;
    opacity: 0;
}

.toggleBox {
	position: absolute;
    width: 20px;
    height: calc(100% - 2px);
    background: #c3c5cb;
    right: calc(100% - 21px);
    top: 1px;
    border-radius: 23px;
	transition: all .2s ease;
	box-sizing: border-box;
    border: .6px solid #eaeaea;
}

.slideToggle {
	right:1px;
}

.row-1-0, 
.row-2-0,
.row-3-0, 
.row-4-0, 
.row-5-0,
.row-6-0,
.row-7-0,
.row-8-0 {
	margin-left:20px;
}

.row-0-break,
.row-1-break,
.row-2-break,
.row-3-break,
.row-4-break,
.row-5-break,
.row-6-break,
.row-7-break,
.row-8-break {
	width: 0px !important;
    overflow: hidden !important;
	margin-right: 20px;
}

.word-line .row:nth-child(1),
.word-line .row:nth-child(2) {
	margin-left:0 !important;
}

.spacerRow {
    border-bottom: none !important;
    width: 24px !important;
}

.word-line .row.spacerRow:last-of-type {
    width:10px !important;
} 

.roundInd {
	position: fixed;
    top: 0;
    right: 0;
    height: 20px;
    overflow: hidden;
    width: calc(100% - 210px);
	pointer-events:none;
	opacity:0;
	transition: opacity .3s ease;
}

.roundInd.totalHide {
	display:none;
	opacity:0 !important;
}

.roundInd p {
	position:absolute;
	height: 100%;
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #00000045;
    white-space: nowrap;
	display: inline-block;
    letter-spacing: 1.2px;
	transition: opacity .4s ease;
}

body.dark .roundInd p {
	color:#fff;
}

body.keyTypeW-dark .roundInd p {
    color: #ffffff45;
}

.roundInd p span {
	display: inline-block;
	margin-right: 7px;
}

.roundInd .r1 span, .roundInd .r2 span {
	width:89px;
}

.roundInd .r3 span, .roundInd .rb span {
	width: 107px;
}

.roundInd .r1, .roundInd .r2 {
	animation: slideText 2.5s infinite linear;
}

.roundInd .r3, .roundInd .rb {
	animation: slideText2 2.5s infinite linear;
}

@keyframes slideText {
	0% {
		left:0px;
	}
	
	100% {
		left:-97px;
	}
}

@keyframes slideText2 {
	0% {
		left:0px;
	}
	
	100% {
		left:-114px;
	}
}

.roundInd .overl {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, #fff, transparent);
    width: 80px;
}

.r1,
.r2,
.r3, 
.rb {
	opacity:0;
}

.roundInd.showRound,
.r1.showRound,
.r2.showRound,
.r3.showRound,
.rb.showRound {
	opacity:1;
}

body.dark #encryptedWord img,
body.dark .statWord img {
	filter:invert(1);
}

body.dark #encryptedWord .row {
	border-bottom: 2px solid #fff;
}

body.dark .key {
	border: 1px solid #767a88;
}

body.dark .key.enter {
  	background-color: #A8ABB7;
}

body.dark #directionsTag, 
body.dark #accountTag, 
body.dark #settingsTag {
	background: #424a51;
	color: #f4f5f9;
}

body.keyPollux-dark #directionsTag, 
body.keyPollux-dark #accountTag, 
body.keyPollux-dark #settingsTag {
	outline: 1.5px solid #a49c9c;
  	outline-offset: -1px;
}

body.dark #settingsTag i {
  color: #ededf0;
}

body.dark #directionsTag p {
	border: 2px solid #f4f5f9;
	text-shadow: 1px -1px 1px #000;
}

body.dark .roundUpdate {
  	border: 2px solid #717b7b;
	color: #fff;
}

body.dark .outlineWrap {
  	border: 1px dashed #fff;
}

body.dark #roundWrap, 
body.dark #roundWrapTwo, 
body.dark #roundWrapThree, 
body.dark #roundWrapBonus, 
body.dark #roundWrapPractice {
	background: #424a51db;
}

body.dark .roundCover {
	background: linear-gradient(to left, #767a88, rgba(73, 80, 88, 0.32));
}

body.dark .copyright {
  	color: #f0eded;
}

body.dark .editP {
	color:#000;
}

body.dark .directions,
body.dark #settingsMat,
body.dark .settingsSignIn,
body.dark .settingsContainer .showLogon, 
body.dark .settingsContainer .showLogon .makeAccount, 
body.dark .settingsContainer .showLogon .signInAcct,
body.dark .settingsEditAcc,
body.dark .accountHolder,
body.dark .account,
body.dark .userData,
body.dark .leaderBoard,
body.dark .userStats,
body.dark .accountBlock,
body.dark .signInAcct {
	background: #979cac;
}

body.dark .leaderBoard.switch {
	border-top: .5px solid #d2d2d2;
}

body.dark .directions .miniTitle, 
body.dark .account .miniTitle, 
body.dark .accountSettings .miniTitle, 
body.dark #settingsMat .miniTitle,
body.dark .adCaption,
body.dark .pRow .col1 p,
body.dark .settingsRow,
body.dark .settingsIcon,
body.dark .setKeyStyle p,
body.dark .setBoxOne p, 
body.dark .setBoxTwo p, 
body.dark .setModeBoxOne p, 
body.dark .setModeBoxTwo p, 
body.dark .setColorBoxOne p, 
body.dark .setColorBoxTwo p, 
body.dark .setTimeDefBoxOne p, 
body.dark .setTimeDefBoxTwo p,
body.dark .aboutText,
body.dark .aboutInt a,
body.dark .subText,
body.dark .aboutInt .colLeft,
body.dark .aboutInt .colRight,
body.dark .contactP,
body.dark .loginButton p span, 
body.dark .accountHolder .loginP,
body.dark .leaderboardFallback p {
	color:#fff;
	opacity:1;
}

body.dark .accountHolder .loginP {
	text-shadow: 1px 0px 2px #646060;
}

body.dark .dailySTextMini.switch {
	opacity: 1 !important;
}

body.dark .yourTime {
	color: #fff;
  	text-shadow: 1px .5px #4b5055;
}

body.dark #accountTag p,
body.dark .statSwitchInt,
body.dark .dailyStats p,
body.dark .avgTimeToSolve {
	color:#fff;
}

body.dark .account h2 {
	text-shadow: 1px -1px 2px #878c9d, -1px 1px 1px #626777;
}

body.dark .account #statsBox1 h2,
body.dark .account #statsBox2 h2 {
	text-shadow: none;
}

body.dark .topTransMini {
  color: #fff !important;
  text-shadow: 1px -1px 2px #727786, -1px 1px 1px #5d6271 !important;
}

body.dark p.guessText, 
body.dark p.yourTimeText, 
body.dark p.avgTimeText {
	text-shadow: -.5px -.5px #8d8e99;
}

body.dark .pRow { 
	opacity: 1;
  	border-bottom: .5px solid #fffbfb;
}

body.dark .aboutLink,
body.dark .slideToLogin,
body.dark .backSettings,
body.dark .saveSettings,
body.dark .backToDir,
body.dark .stats2, 
body.dark .stats1,
body.dark .practiceStats2,
body.dark .practiceStats1 {
	background: #000;
  	color: #fff;
}

body.dark #makePuzzle-div .slideToLogin {
    background:#f4f4f4;
}

body.dark  .key.selectedKey::after,
body.dark .keyPollux.selectedKey::after {
  	box-shadow: 0 0 10px #074979, 0 0 15px rgba(36, 85, 138, 0.8) !important;
}

body.dark .keyPollux.selectedKey::after {
	outline: 2px solid #979cac;
}

body.dark .timerToggleBox, 
body.dark .modeSetToggleBox, 
body.dark .colorToggleBox, 
body.dark .timeDefToggleBox {
  	background: #465279;
}

body.dark .signInSpan {
	background: #565e66;
	color: #fff;
  	border: 1px solid #cacaca;
}

body.dark .logOut {
  	background: #696b75 !important;
	color:#fff !important;
}

body.dark .accountLogout {
  	opacity: 0.8;
}

body.dark .statLine p, 
body.dark .statLine .row,
body.dark #statsBox2, 
body.dark #practiceStatsBox2 {
  	color: #fff;
}

body.dark .annotation-left, 
body.dark .annotation-right {
	color: #fff;
	background: #979cac;
}

body.dark #signUp input, 
body.dark #editAccountForm input, 
body.dark #signInForm input, 
body.dark #editAccountSettingsForm input {
	background-color: #3e4242fa !important;
	color:#fff;
	font-weight: 400;
}

body.dark .modeAlBox {
	border: 2px solid #a0a3a4;
	background: #5f6a6f;
}

body.dark #modeAlert {
	color: #fff;
}

body.dark #modeAlert .practiceMode {
  	background: #272e2f;
}

body.dark .inputBox {
  	opacity: 1;
}

body.dark #aboutMat {
	background: #979cac;
}

body.dark .bottomAbout {
	height: 37px;
	overflow: hidden;
	line-height: 36px;
}

body.dark .bottomAbout span {
	background: #f4f4f4;
	margin-right: 2px;
	padding-left: 2.5px;
	box-shadow: inset -1.5px 0px 0px #979cac;
}

body.dark .settingsContainer .showLogon .makeAccount:after,
body.dark .settingsContainer .showLogon .signInAcct:after,
body.dark .settingsContainer .showLogon .makeAccount:after,
body.dark .account #signUp::after {
	color:#fff;
}

body.dark .key.enter.keyInvert {
	border: 1.5px solid #595d6a;
}

body.keyTypeW-dark {
	filter: sepia(.2) brightness(0.81);
}

body.keyTypeW-dark #encryptedWord .row {
    border-bottom: 2px solid #cfcfcd;
}

.naviArrow {
    width: 9px;
    transform: translateY(2.5px);
    opacity: .75;
}

.signUpClick .naviArrow {
    transform: translateY(-0.5px);
}

@media all and (min-width:781px) {

	.timerRecord {
		top: 23px;
  		right: 50px;
	}
	
	.directions {
		padding: 69px 17px 0px;
	}

	.pRow {
		max-width: 440px;
		margin: 0 auto;
		height:38px;
	}

	.pRow .col1 {
		width: 100% !important;
		max-width: none;
		min-width: none !important;
	}

	.pRow .col2 {
		min-width: 112px;
		gap: 8px;
	}

	.colSpan {
		gap:8px;
	}

	.adSpaceLarge {
		margin: 48px auto 0px;
	}

	.directions .miniTitle,
	.directions .title {
		transform: scale(1.2);
    	transform-origin: right;
	}

	#directionsTag .question {
		font-size: 39px;
		line-height: 50px !important;
		margin: 2px 0 0 3px !important;
		width: 50px;
	}
}

@media all and (max-width:1180px) {
	.wordsHolder {
        transform: scale(.93);
    }
	
	#keyboard {
    	width: 475px;
	}
}

@media all and (max-width:1100px) {
	#previousGuesses {
		right:50px;
	}
}

@media all and (max-width:1000px) {
	#previousGuesses {
		position: absolute;
		right: 22px;
        opacity: .9;
        top: 82px;
		transform: scale(.7);
		transform-origin: right top;
	}
	
	#previousGuesses .guess:last-child {
		margin-top:-5px;
	}
	
	#previousGuesses .guess:nth-last-child(2) {
		margin-bottom: -2px;
	}
	
	#previousGuesses .guess:nth-last-child(3) {
		margin-bottom: -3px;
	}
	
	#previousGuesses .guess:nth-last-child(4) {
		font-size: 22px;
		margin-bottom: -4px;
	}
	
}

@media all and (max-width:900px) {
    #createPuzzle h2 {
        font-size: 17px;
    }
    
    #createPuzzle .intro {
        font-size: 14px;
    }
    
    #createPuzzle label {
        font-size: 15px;
    }
    
    #createPuzzle input {
        height: 23px;
    }
    
    #creatorMessage {
        height: 59px;
        width: 100%;
        margin-top: 4px;
        box-sizing: border-box;
        font-size: 11px;
        padding: 5px 9px;
    }
    
    .msgRow {
        width: calc(100% - 120px);
    }
    
    .makePuzSub {
        transform: translateY(-84px);
        float: right;
    }
    
    #createPuzzle .formRow {
        margin-bottom: 19px;
    }
    
    .phraseRow {
        margin-bottom: 2px !important;
    }
    
    #createPuzzleBtn {
        width: 106px !important;
        font-size: 17px !important;
    }
}

@media all and (max-width:780px) {
	
	.cryptoHolder {
		margin-top: 10px;
	}
	
	#directionsTag p,
	#accountTag p {
  		line-height: 44px;
	}
	
	#accountTag p {
		line-height: 54px;
	}
	
	.showAcctTag {
		left:120px !important;
	}
	
	.acctTagSlide {
  		margin-left: 340px !important;
	}
	
	.SetSlide {
  		margin-left: 400px !important;
	}
	
	.showSettingsTag {
		left:60px !important;
	}
	
	#previousGuesses {
        top: 52px;
	} 
	
	#directionsTag,
	#accountTag,
	#settingsTag {
		width: 50px;
  		height: 50px;
  		bottom: 35px;
  		font-size: 37px;
	}
	
	#settingsTag {
		font-size: 35px !important;
		padding-top: 6px;
	}
	
	#accountTag {
		bottom: 35px;
		font-size: 42px;
	}
	
	#hintBtn {
	    cursor: pointer;
        position: absolute;
        width: 37px;
        background: #000;
        opacity: 0.66;
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
        transition: all .3s ease;
        margin-right: calc(100% - 38px);
        top: inherit;
        bottom:120px;
        margin-top: 0;
	}
	
	.logoHolder .row {
    	width: 24px;
     	height: 34.3px;
    }
    
	.logoHolder h2 {
		font-size: 26px;
    	padding-top: 2px;
	}
	
    .letterD {
    	margin-top:-114px;
    }
    
    @keyframes DSlide {
    	0% {
    		margin-top:-114px;
    	}
    	100% {
    		margin-top:-2.5px;
    	}
    }
    
    @keyframes ESlide {
    	 0% {
    		margin-top:0px;
    	}
    	100% {
    		margin-top:-72px;
    	}
    }
    
    .letterC {
    	margin-top:-150px;
    }
    
    @keyframes CSlide {
    	 0% {
    		margin-top:-150px;
    	}
    	100% {
    		margin-top:-2.5px;
    	}
    }
    
    .letterDd {
    	margin-top:-111px;
    }
    
    @keyframes DdSlide {
    	0% {
    		margin-top:-111px;
    	}
    	100% {
    		margin-top:-2.5px;
    	}
    }
    
    @keyframes EeSlide {
    	0% {
    		margin-top:0px;
    	}
    	100% {
    		margin-top:-187px;
    	}
    }
    
    .letterR {
    	margin-top:0px;
    }
    
    @keyframes RSlide {
    	0% {
    		margin-top:0px;
    	}
    	58% {
    		margin-top:-80px;
    	}
    	100% {
    		margin-top:-36px;
    	}
    }
	
	.wordsHolder {
		transform: scale(.85);
	}
	
	#timer {
	    top: 9px;
		right: 10px;
		font-size: 17px;
	}
	
	#newGameTag {
		transform: scale(.85);
  		transform-origin: left top;
	}
	
	#keyboard {
		width: 94vw;
    	max-width: 460px;
	}
	
	.enter {
		width: 115px !important;
		border-radius: 50px;
		font-size:15px;
	}
	
	.keyboard-row-action .key {
  		padding-top: 40px;
	}
	
	#guessLimit {
    	margin-right: 0;
    	margin-left: 1px;
        transform: translateY(-3px);
	}
	
	#encryptedWord {
		margin-bottom: 90px;
	}
	
	#hiddenWord {
		margin-top: -160px;
	}
	
	.pRow .col2 {
  		min-width: 24vw;
		gap:7px;
	}
	
	.pRow .col1 {
		width: calc(100% - 130px) !important;
		min-width: calc(100% - 130px);
		max-width: calc(100% - 130px);
	}
	
	.pRow .col1 {
		font-size: 12px;
	}
	
	.col2 .key {
		font-size: 14px;
    	width: 24px;
    	height: 24px;
	}
	
	.pRow .col2 p {
		font-size: 23px;
		margin-right: 12.5px;
	}
	
	.pRow .col2 .guess-limit .guess-dot {
		width:12px;
		height:12px;
	}
	
	.sym {
		width: 22px;
		margin-right: 6px;
		margin-left: 6px;
	}
	
	.showMessage {
		font-size: 3.5vw !important;
		line-height: 12px !important;
		border: 1.5px dashed #000 !important;
		outline: 3px solid #ffd573 !important;
		top: 125px !important;
	}
	
    .settingsRow {
        margin-top: 10px;
    }
    
    .firstRow {
        margin-top:60px;
    }
    
    .setKeyStyle {
        padding: 0 0 56px;
        margin: 11px 16px 0;
        border-bottom: 1px solid #000;
        border-top: .5px solid #8d8989;
    }
    
    #slideToSetExt {
        top: 221px;
        left: unset;
        right: 16px;
    }
    
    #makePuzzle-div {
        margin-top: 13px;
        width: 90%;
        margin-left: 5%;
        padding: 6px;
    }
    
    #makePuzzle-div h4 {
        font-size: 16px;
        margin: 4px 0 3px;
    }
    
    .createDec {
        font-size: 18px;
    }
    
    .createDec span {
        line-height: 22px;
        padding: 0 0 0 2px;
    }
    
    #makePuzzle-div h5 {
        margin: 0;
        font-size: 15px;
    }
    
    #makePuzzle-div p {
        font-size: 12px;
        padding: 0 14px;
        line-height: 1.3;
        margin-bottom: 10px;
        margin-top: 8px;
    }
    
    #makePuzzle-div .btn {
        font-size: 14px;
        margin: 2px 0 6px;
    }
    
    .passTitle {
        transform-origin: top center;
        transform: scale(0.8) translateY(-278px);
    }
    
    .passModal-content {
        transform: scale(0.9);
    }
}

@media all and (max-width:520px) {
	.acctTagSlide {
  		margin-left: calc(100vw - 174px) !important;
	}
	
	.closeDiffChange span {
	    font-size:13.5px;
	}
	
	.confDiffChange span {
	    font-size:14.5px;
	}
	
	#hintBtn {
	    transform: scale(0.9);
        transform-origin: left;
	}
	
	.hintConfBox {
	    width: calc(100% - 86px);
	}
	
	.hintConfBox {
	    font-size: 14px;
	}
	
	.genHint {
        width: 66%;
    }
    
    .noHint {
        width: 32%;
        font-size: 13px;
    }

	.hintBtnImg {
	    transform: scale(.85);
        transform-origin: center;
	}
	
	.slide {
	    margin-left: calc(100vw - 53px) !important;
	}
	
	.SetSlide {
  		margin-left: calc(100vw - 113px) !important;
	}
	
	.afterGame {
	    width: calc(100% - 20px);
	}
	
	.aftGameTitle {
	    font-size:20px;
	}
	
	.aftGameSub {
	    font-size:13px;
	    padding:0 20px;
	}
	
	.afterGame .yourStats {
        padding: 2px;
	}
	
	.afterGame .dailyStats p {
	    width: calc(100% - 240px);
	}
	
	.afterGame .statWord span {
        margin-right: 2.5px;
        font-size: 17px;
	}
	
	.closeAftGame {
	    display: block;
	}
	
	.practiceSwichBtn {
	    font-size: 14.5px;
        max-width: 146px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 14px;
	}
	
	.closeAftGame p {
	    display:flex;
	}
	
	.practiceSwitchBtn {
	    margin-left:auto;
	}
	
	.closeAftGame p span {
	    font-size:14px;
	}
	
	.justCloseAftGame {
	    margin-top:10px;
	}
	
	#contAftLoss {
	    max-width: 136px;
        display: inline-block;
        font-size: 14.5px;
	}
	
	#roundWrap, 
	#roundWrapTwo, 
	#roundWrapThree, 
	#roundWrapBonus, 
	#roundWrapPractice {
	    top:65px;
	}
	
	.showMessage {
	    font-size: 13px !important;
	    top: 107px !important;
	}
	
	.wordsHolder {
	    top: -28px;
	}
	
	#encryptedWord {
        margin-bottom: 50px;
    }
    
    #hiddenWord {
        margin-top: -118px;
    }
    
    #errorMessage {
        margin-top: -54px;
    }
    
    #errorMessage.slideMessage {
        transform: translateY(-40px);
    }
    
    #hintBtn {
        position:absolute;
        top:initial;
        bottom: 96px;
    }
    
    .round3Scale {
        top: -57px !important;
    }
    
    #keyboard.slideKeys {
        top: -40px;
        position: relative;
    }
    
    #hintDeny {
        font-size:12.5px;
    }
    
    #directionsTag,
	#accountTag,
	#settingsTag {
		width: 43px;
        height: 43px;
        bottom: 30px;
        font-size: 31px;
        border: .5px solid #ccc;
	}
	
	#directionsTag {
	    border-left: 0px;
	}
	
	 #settingsTag {
        font-size: 30px !important;
	 }
	  
	 #accountTag {
        bottom: 29px;
	 }
	
    #directionsTag p, 
    #accountTag p {
        line-height: 39px;
    }
    
    #directionsTag .closeIt {
        line-height: 44px;
    }
    
    #settingsTag .closeIt {
        transform: scale(0.9);
    }
    
    #accountTag .closeIt {
        margin-top: -1px !important;
        margin-left: 0px !important;
        transform: scale(0.88) !important;
    }
}
	
@media all and (max-width:500px) {
	  
	.wordsHolder {
		transform: scale(.83);
	}
	
	#keyboard {
		  width: 100vw;
	}
	
	.keyboard-row-top .key:first-child,
	.keyboard-row-bottom .key:first-child {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		width: calc(10% - 3px);
	}
	
	.keyboard-row-top .keyInvert:first-child,
	.keyboard-row-bottom .keyInvert:first-child {
		border-left:0px;
	}
	
	.keyboard-row-top .keyWood:first-child,
	.keyboard-row-bottom .keyWood:first-child {
		padding-left: 2px;
    	margin-left: -2px;
	}
	
	.keyboard-row-top .key:first-child span,
	.keyboard-row-bottom .key:first-child span {
		left: calc(50% - 2px);
	}
	
	.keyboard-row-top .key:last-child,
	.keyboard-row-bottom .key:last-child,
	.keyboard-row-action .key:last-child {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	.keyboard-row-top .keyInvert:last-child,
	.keyboard-row-bottom .keyInvert:last-child,
	.keyboard-row-action .keyInvert:last-child {
		border-right:0px;
	}
	
	.keyboard-row-top .keyWood:last-child,
	.keyboard-row-bottom .keyWood:last-child,
	.keyboard-row-action .keyWood:last-child {
		padding-right: 2px;
    	margin-right: -2px;
	}
	
	.keyboard-row-top .key:last-child {
		width: calc(10% - 3px);
	}
	
	.keyboard-row-top .key:last-child span {
		left: calc(50% + 2px);
	}
	
	.backspace {
    	width: calc(2.33 * 10%);
		font-size: 15.5px;
	}
	
	#customWelcomeWrap .small {
	    font-size: 15px;
	}
	
	.createDec img {
        width: 16px;
        margin: 0 1px -1px -0.5px;
	}
	
	.passModal-content {
        transform: scale(0.8);
    }
    
    .passTitle h2 {
        font-size: 19px;
    }
    
    .passTitle h3 {
        font-size: 21px;
        margin-top: 0;
        margin-bottom: 13px;
    }
    
    .passHead-insert .createDec {
        font-size: 24px;
    }
    
    .passHead-insert .createDec span {
        line-height: 28px;
    }
    
    .passHead-insert .infiniteCrypt-row {
        height: 28px;
        margin-bottom: -5px;
        width: 18px;
    }
    
    .infiniteCrypt-inner img, 
    .infiniteCrypt-inner .letter-o {
        font-size: 25px;
        line-height: 38px;
        transform: translateY(-6px);
    }
}

@media all and (max-width:380px) {
	.wordsHolder {
		transform: scale(.8);
	}
	
	.logoHolder {
		transform: scale(0.83);
    	transform-origin: left;
	}
	
	#startGameTag {
		transform: scale(0.94);
    	transform-origin: right top;
	}
	
	.statGuesses, 
	.statTime {
    	width: 59px;
	}
	
	.statTime {
    	width: 112px;
	}
	
	.statWord, .statNum {
    	width: calc(100% - 200px);
	}
	
	.statNum {
		width: 179px;
	}
	
	.statGuesses .guess-dot {
		width: 11px;
		height: 11px;
	}
	
	.yourTime {
		margin-right: 6px;
		font-size: 12px;
		width: 53px;
	}
	
	.avgTimeToSolve {
    	font-size: 9.5px;
		width: 47px;
	}
	
	p.guessText,
	p.yourTimeText, 
	p.avgTimeText {
		top: 23px;
		font-size: 9px;
	}
	
	p.guessText {
		left: calc(100% - 197px);
	}
	
	p.yourTimeText {
		right: 85px;
		font-size: 9px;
		letter-spacing: 0px;
	}
	
	p.avgTimeText {
		right: 30px;
		font-size: 9px;
		letter-spacing: 0px;
	}
	
	.afterGame .dailyStats p {
	    width: calc(100% - 200px);
	}
	
	.showSettingsTag {
        left: 55px !important;
    }
    
    .showAcctTag {
        left: 109px !important;
    }
    
    .SetSlide {
        margin-left: calc(100vw - 108px) !important;
    }
    
    .acctTagSlide {
        margin-left: calc(100vw - 163px) !important;
    }
    
    .settingsInt {
        height: calc(100% - 130px);
        overflow-y:scroll;
    }
    
    .accountHolder, 
	.userData {
	    padding: 20px 14px;
	    width: calc(200% - 28px);
        height: calc(100% - 155px);
	}
	
	.showSignup, .userStats {
        padding-right: 6px;
	}
	
	#accountPracForm .statWord {
        width: calc(100% - 195px);
    }
    
    #accountPracForm .statNum {
        width: 184px;
        padding-left: 5px;
    }
    
    #accountPracForm p.guessText {
        left: calc(100% - 185px);
    }
    
    #accountPracForm p.avgTimeText {
        left: calc(100% - 54px);
    }
    
    #accountPracForm p.yourTimeText {
        left: calc(100% - 117px);
    }
    
    .internalStatd {
        height: 275px;
        overflow-y: scroll;
    }
}

@media all and (max-width:350px) {
	#startGameTag {
        transform: scale(0.88);
		margin-top: -16px;
		line-height: 5px;
	}
	
	.directions {
		height: calc(100% - 47px);
		max-height: calc(100% - 47px);
		width: calc(100vw - 8px);
        left: 4px;
		bottom: calc(-100% + 49px);
		padding: 35px 0 0;
	}
	
	.directions .title {
		top: 5px;
	}
	
	.directions .miniTitle {
		top: 8px !important;
	}
	
	.adSpaceLarge {
		width: 100%;
		margin: 7px auto 0px;
		max-width: 300px;
		min-width: 300px;
	}
	
	.adspaceMini {
		display:none;
	}
	
	.adspaceMicro {
		display:block;
	}
	
	.pRow {
		gap: 8px;
		margin: 0 auto 4px;
		opacity: .75;
		width: 300px;
    	max-width: 100%;
		padding: 0 0 4px 0;
	}
	
	.pRow .col1 {
		margin-right: 12px;
	}
	
	#roundWrap, 
	#roundWrapTwo, 
	#roundWrapThree, 
	#roundWrapBonus, 
	#roundWrapPractice {
		transform: scale(0.85);
	}
	
	.SetSlide {
        margin-left: calc(100vw - 108px) !important;
    }
	
	.explCol {
	    width:100px;
	    margin-right:10px;
	}
	
	.settingsRow {
        padding: 0 5px;
	}
	
	.settingsSwitch {
	    width:140px;
	    margin-left: calc(49% - 148px);
	}
	
	.largeSwitch {
	    width: 170px;
	    margin-left: calc(49% - 138px);
	}
	
	.explCol p {
        font-size: 13px;
        margin-left: -5px;
	} 
	
	.expNarrow {
        width: 60px;
	}
	
	.settingsIcon {
	    margin-right:16px;
        font-size: 19px;
	}
	
	.toggleWrap {
		top:50px;
		transform: scale(0.9);
	}
	
	.modeText {
		top: 65px;
		transform: scale(0.94);
	}
	
	#errorMessage {
		margin-bottom: 40px;
		margin-top: -55px;
		font-size: 16px;
	}
	
	#keyboard {
        transform: translateY(-35px);
	}
	
	#recordMessage {
    	top: 52px;
		transform: scale(0.9);
	}
	
	.wordsHolder {
        transform: scale(.7);
    }
	
	#directionsTag, 
	#accountTag,
	#settingsTag {
        width: 43px;
        height: 42px;
        font-size: 29px;
	}
	
	#directionsTag p {
		line-height: 37px;
	}
	
	#accountTag {
        font-size: 40px;
	}
	
	#accountTag p {
        line-height: 54px;
		transform: scale(0.9) translateY(-3px);
	}
	
	#accountTag .closeIt {
        font-size: 33px;
        margin-left: 0px !important;
        margin-top: -7px !important;
        transform: scale(0.8) !important;
	}
	
	#directionsTag .closeIt {
	    transform: scale(0.9) translateY(2px);
	    line-height: 43px;
	}
	
	#timer {
		transform: scale(0.77);
        top: 10px;
        right: -3px;
	}
	
	.slide {
		margin-left: calc(100vw - 47.5px) !important;
		bottom: calc(100% - 47px) !important;
	}
	
	.timerSlide {
		right: 35px !important;
    	top: 6px !important;
		transform: scale(0.75);
	}

	.acctTagSlide {
        margin-left: calc(100vw - 163px) !important;
    }
    	
	#settingsTag {
    	font-size: 27px !important;
	}
	
	.accountHolder, 
	.userData {
    	height: calc(100% - 110px);
	}
	
	.adCapMini {
		left:55px;
	}
	
	.account .title, 
	.account .miniTitle {
    	left: 12px;
		top:10px;
	}
	
	.statWord .row {
    	width: 14px;
	}
	
	.statWord .row img {
		max-height: 14px;
	}
	
	.sW3 .row {
        width: 10px;
        margin-right: .75px;
    }
	
	.sW3 .row img {
		max-height: 10px;
	}
	
	.statWord, .statNum {
        width: calc(100% - 192px);
    }
	
	.statNum {
		width: 179px;
		padding-left: 4px;
	}
	
	p.guessText {
        left: calc(100% - 193px);
    }
	
	p.yourTimeText {
        right: 81px;
	}
	
	p.avgTimeText {
        right: 27px;
	}
	
	.wordDiv {
    	margin-right: 8px;
	}
	
	 #guessLimit {
    	transform: translateY(-38px);
    	margin-right: 34px;
  	}
	
	.guess-dot {
		margin: 0 3.5px;
	}
	
	.passModal-buttons {
        padding: 20px 10px 0;
	}
	
	 .passModal-content {
        transform: scale(0.73);
    }
    
    .passModal-content h2 {
        font-size:27px;
    }
    
    .passModal-content p {
        font-size: 18px;
    }
    
    .passModal-buttons button {
        font-size: 19px;
    }
    
    #createPuzzle .intro {
        font-size: 13px;
    }
    
    #guessLimit.slideKeys {
        transform: translateY(-81px) scale(0.9);
    }
}

@media all and (max-width:340px) {
    .copyright {
        font-size: 10px;
    }
}

@media all and (max-width:321px) {
    .copyright {
        font-size: 10px;
    }
    
    .directions .title, 
    .account .title, 
    .accountSettings 
    .title, 
    #settingsMat .title {
        right: 5px;
        font-size: 21px;
    }
    
    .directions .miniTitle, 
    .account .miniTitle, 
    .accountSettings .miniTitle, 
    #settingsMat .miniTitle {
        right: 1px;
        font-size: 12px;
        letter-spacing: 10px;
    }
    
    #directionsTag, 
    #accountTag, 
    #settingsTag {
        transform: scale(0.8);
        transform-origin: bottom left;
    }
     
    .showSettingsTag {
        left: 45px !important;
    }
    
    .showAcctTag {
        left: 89px !important;
    }
    
    #hintBtn {
        transform: scale(0.8);
        bottom: 70px;
    }
    
    .slide {
        margin-left: calc(100vw - 39px) !important;
    }
    
    .SetSlide {
        margin-left: calc(100vw - 90px) !important;
    }
    
    .acctTagSlide {
        margin-left: calc(100vw - 134px) !important;
    }
    
    .pRow {
        padding: 0 0 4px 5px;
    }
    
    .aboutLink {
        left: 8px;
        top: -5px;
        transform: scale(0.77);
        transform-origin: top left;
    }
    
    .scaleSeven {
        transform: scale(0.71) !important;
    }
}

@media all and (max-width:310px) {
    .settingsSwitch {
        width: 133px;
    }
    
    .explCol {
        transform:scale(0.93);
        transform-origin:left;
    }
    
    .settingsIcon {
        margin-right: 5px;
        font-size: 16px;
    }
    
    .largeSwitch {
        margin-left: 0;
        width: 152px !important;
    }
    
    .key {
        font-size:16px;
    }
    
    .backspace {
        font-size: 13px;
    }
    
    .copyright {
        line-height: 11px;
    }
    
    .copyright p {
        margin-bottom: 4px;
    }
    
    #guessLimit {
        transform: translateY(-43px) scale(0.8);
        margin-right: 60px;
    }
    
    #guessLimit.slideKeys {
        transform: translateY(-83px) scale(0.8);
    }
    
    .keyboard-row-action .key {
        padding-top: 33px;
        font-size: 15px;
        width: 85px !important;
    }
    
    .wordsHolder {
        transform: scale(.6);
    }
}

@media all and (min-width:521px) {
	.slide {
  		margin-left: 460px !important;
	}
}

@media all and (min-width:779px) {
	
	.SetSlide {
		margin-left: 380px !important;
		bottom: calc(100% - 60px) !important;
		transform: scale(0.8);
		transform-origin: bottom right;
	}
	
	.acctTagSlide {
		transform: scale(0.8);
  		transform-origin: bottom right;
	}
	
	#directionsTag.slide {
		width:50px;
		height:50px;
	}
	
	#directionsTag .closeIt {
		line-height: 47px;
    	transform: scale(0.68) translateY(-9px);
	}
}

@media all and (min-width:850px) {
	.roundInd {
		width: 390px;
		transform:scale(1.2);
		transform-origin: top right;
	}
	
	#hintBtn {
	    width: 82px;
	    transform: translateX(-42px);
	}
	
	#hintBtn:hover {
	    transform: translateX(0px);
	}
	
	#hintBtn .hintText {
	    display:inline-block;
	}
	
	.hintBtnImg {
	    width: calc(100% - 56px);
        padding-bottom: calc(100% - 55px);
        background-size: contain;
        background-position: 0% 100%;
        margin-left: -5px;
        margin-top: -4px;
        vertical-align: middle;
        display: inline-block;
	}
}

@media all and (max-height: 640px) {
	.cryptoHolder {
		margin-top: -15px;
	}
	
	.enter {
	    transform: translateY(-10px);
	}
}

/**** Body key style light/dark styles ***/

body.default-dark .container.r1b,
body.default-dark .container.r2b,
body.default-dark .container.r3b,
body.default-dark .container.rbb {
	background: #767a88 !important;
}

body.keyInvert-light .container.r1b,
body.keyInvert-light .container.r2b,
body.keyInvert-light .container.r3b,
body.keyInvert-light .container.rbb {
    background: #e8f8ff;
}

.keyTypeW-light {
    background: #e8e7e1;
}

body.keyTypeW-light .container.r1b,
body.keyTypeW-light .container.r2b,
body.keyTypeW-light .container.r3b,
body.keyTypeW-light .container.rbb {
  	background: #dbd9cf;
}

body.keyTypeW-light #directionsTag, 
body.keyTypeW-light #accountTag, 
body.keyTypeW-light #settingsTag {
    border: .5px solid #635943;
    outline: .5px solid #9d93838a;
}

body.keyTypeW-light #directionsTag {
    border-left:0;
}

.keyTypeW-dark {
    background: #595951;
}

body.keyTypeW-dark .container.r1b,
body.keyTypeW-dark .container.r2b,
body.keyTypeW-dark .container.r3b,
body.keyTypeW-dark .container.rbb {
  	background: #6e726c !important;
}

.keyWood-dark {
    background: #6c5e5e;
}

.keyWood-dark {
    background: #6c5e5e;
}

body.keyWood-dark .container.r1b,
body.keyWood-dark .container.r2b,
body.keyWood-dark .container.r3b,
body.keyWood-dark .container.rbb {
	background: #6c5e5e !important;
}

body.keyWood-light .container.r1b,
body.keyWood-light .container.r2b,
body.keyWood-light .container.r3b,
body.keyWood-light .container.rbb {
    background: #e6e5e4;
}

.keyPollux-dark {
    background: #597a8aad;
}

body.keyPollux-dark .container.r1b,
body.keyPollux-dark .container.r2b,
body.keyPollux-dark .container.r3b,
body.keyPollux-dark .container.rbb {
    background: #597a8aad;
}

body.keyPollux-light .container.r1b,
body.keyPollux-light .container.r2b,
body.keyPollux-light .container.r3b,
body.keyPollux-light .container.rbb {
    background: #e3f6fb;
}

body.keyInvert-dark .guess-dot { background-color: black; }
body.keyInvert-dark .guess-dot.used { background-color: grey; }
body.keyInvert-light .guess-dot { background-color: white; border: 1.5px solid; }
body.keyInvert-light .guess-dot.used { background-color: grey; }

body.keyWood-dark .guess-dot {background-color: #ecba7c; border: .5px solid #595959; box-shadow: 0px 3px 4px -3px #00000082; }
body.keyWood-dark .guess-dot.used { background-color: #a09281; }
body.keyWood-light .guess-dot { background-color: #ecba7c; border:.5px solid #000; box-shadow: 0px 3px 4px -3px #00000082; }
body.keyWood-light .guess-dot.used { background-color: #a09281; }

body.keyPollux-dark .guess-dot { background-color: black; }
body.keyPollux-dark .guess-dot { background-color: grey; }
body.keyPollux-light .guess-dot { 
    background: linear-gradient(to bottom, #b6f0e6 5%, #3c8e55 95%);
    border: .6px solid #33681f;
    box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 6px rgba(0, 0, 0, 0.6), 1px 2px 4px -2px rgba(0, 0, 0, 0.5); 
}
body.keyPollux-light .guess-dot.used { background: linear-gradient(to bottom, #3b6742 5%, #65706e 95%); box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 6px rgba(0, 0, 0, 0.6), 1px 2px 2px -2px rgba(0, 0, 0, 0.5); }

body.keyTypeW-dark .guess-dot { background-color: black; }
body.keyTypeW-dark .guess-dot { background-color: grey; }
body.keyTypeW-light .guess-dot { 
	background: radial-gradient(circle at 30% 30%, #392f16, #a49a89 80%);
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #333;
	border: 2px solid #6c6c6c;
	outline: 0.5px solid #b3b3b3;
	margin: 0 2px;
}
body.keyTypeW-light .guess-dot.used {
	background: radial-gradient(circle at 30% 30%, #575757, #000 80%);
	background-color: rgb(0, 0, 0);
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #333;
	border: 2px solid #6f6a6a;
	outline: 0.5px solid #595151;
}

@media all and (max-width:520px) {
	body.keyPollux-light #guessLimit {
		transform: translateY(22px);
		margin-right: -34px;
	}
}

@media all and (max-width:400px) {
	body.keyPollux-light #guessLimit {
		margin-right: -4px;
	}
	
	body.keyPollux-light .guess-dot {
		margin: 0 3px;
	}
}

@media all and (max-width:350px) {
	body.keyPollux-light #guessLimit {
		margin-right: 33px;
		transform: translateY(4px);
	}
}

.roundInd .overl.r1b,
body.default-light .roundInd .overl.r1b {
	background: linear-gradient(45deg, #f2f8ffeb, transparent);
}
.roundInd .overl.r2b,
body.default-light .roundInd .overl.r2b {
	background: linear-gradient(45deg, #fffefc, transparent);
}
.roundInd .overl.r3b,
body.default-light .roundInd .overl.r3b {
	background: linear-gradient(45deg, #fffbfb, transparent);
}
.roundInd .overl.rbb,
body.default-light .roundInd .overl.rbb {
	background: linear-gradient(45deg, #fcf5ff, transparent);
}

body.default-dark .roundInd .overl.r1b,
body.default-dark .roundInd .overl.r2b,
body.default-dark .roundInd .overl.r3b,
body.default-dark .roundInd .overl.rbb {
	background: linear-gradient(45deg, #767a88, transparent);
}

body.keyInvert-light .roundInd .overl.r1b,
body.keyInvert-light .roundInd .overl.r2b,
body.keyInvert-light .roundInd .overl.r3b,
body.keyInvert-light .roundInd .overl.rbb {
    background: linear-gradient(45deg, #e8f8ff, transparent);
}

body.keyInvert-dark .roundInd .overl.r1b,
body.keyInvert-dark .roundInd .overl.r2b,
body.keyInvert-dark .roundInd .overl.r3b,
body.keyInvert-dark .roundInd .overl.rbb {
	
}

body.keyTypeW-light .roundInd .overl.r1b,
body.keyTypeW-light .roundInd .overl.r2b,
body.keyTypeW-light .roundInd .overl.r3b,
body.keyTypeW-light .roundInd .overl.rbb {
    background: linear-gradient(45deg, #dbd9cf, transparent);
}

body.keyTypeW-dark .roundInd .overl.r1b,
body.keyTypeW-dark .roundInd .overl.r2b,
body.keyTypeW-dark .roundInd .overl.r3b,
body.keyTypeW-dark .roundInd .overl.rbb {
	background: linear-gradient(45deg, #6e726c, transparent);
}

body.keyWood-light .roundInd .overl.r1b,
body.keyWood-light .roundInd .overl.r2b,
body.keyWood-light .roundInd .overl.r3b,
body.keyWood-light .roundInd .overl.rbb {
    background: linear-gradient(45deg, #e6e5e4, transparent);
}

body.keyWood-dark .roundInd .overl.r1b,
body.keyWood-dark .roundInd .overl.r2b,
body.keyWood-dark .roundInd .overl.r3b,
body.keyWood-dark .roundInd .overl.rbb {
	background: linear-gradient(45deg, #6c5e5e, transparent);
}

body.keyPollux-light .roundInd .overl.r1b,
body.keyPollux-light .roundInd .overl.r2b,
body.keyPollux-light .roundInd .overl.r3b,
body.keyPollux-light .roundInd .overl.rbb {
    background: linear-gradient(45deg, #e3f6fb, transparent);
}

body.keyPollux-dark .roundInd .overl.r1b,
body.keyPollux-dark .roundInd .overl.r2b,
body.keyPollux-dark .roundInd .overl.r3b,
body.keyPollux-dark .roundInd .overl.rbb {
    background: linear-gradient(45deg, #8ea5b0, transparent);
}
