.lingo-grid {
	display: flex;
	width:500px;
	flex-wrap: wrap;
	margin:0 auto;
	justify-content:center;
	align-items:center;
	background: #203C73;
	border-radius: 7px;
	text-transform: uppercase;
}
a {
    text-decoration: none;
}

.lingo-grid div.blue {
	font-family: Arial;
	font-size: 80px;
	font-weight:750;
	width: 96px;
	height:96px;
	display: flex;
	justify-content:center;
	align-items: center;
	background: #1773C7;
	background: rgb(0,90,175);
	background: linear-gradient(340deg, rgba(0,90,175,1) 0%, rgba(27,125,196,1) 100%);
	border: 2px #203C73 solid;
	color: #ffffff;
	border-radius: 7px;
}

.lingo-grid div.blue div.right {
	width: 94px;
	height: 94px;
	background:#DE242D;
	position:relative;
	text-align:center;
	border:2px solid #DE242D;
	border-radius: 7px;
	background: rgb(183,5,30);
	background: linear-gradient(340deg, rgba(183,5,30,1) 0%, rgba(219,54,69,1) 100%);
}

.lingo-grid div.blue div.almost {
	width: 90px;
	height: 90px;
	background:#D9B837;
	position:relative;
	border-radius: 100%;
	border:none;
	text-align:center;
	background: rgb(186,155,23);
	background: linear-gradient(340deg, rgba(186,155,23,1) 0%, rgba(247,217,109,1) 100%);
}

.btn {
    display: block;
    width: 500px;
    margin: 16px auto;
    background: #fff; /* 1773C7 */
    border: 2px #000 solid; /* 203C73 */
    border-radius: 7px;
    height: 96px;
    color: #000;
    padding: 0;
    font-family: Arial;
    font-size: 80px;
    font-weight: 750;
    text-align: center;
}

.word-grid {
    display: flex;
    width: 500px;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background: #203C73;
    border-radius: 7px;
    text-transform: uppercase;
}

.lingo-grid .word {
    width: 50%;
    color: #fff;
    font-family: Arial;
    font-size: 60px;
    font-weight: 750;
    text-align: center;
}

.lingo-grid .btn {
    width: 15%;
}

input {
    display: block;
    width: 500px;
	margin:16px auto;
/*	background: #1773C7;*/
/*	border: 2px #203C73 solid;*/
    font-size: 40px;
	font-weight:750;
	border-radius: 7px;
    color: #203C73;
    outline: none;
    border: none;
    text-align: center;
    /* border-bottom: dashed #203C73 2px; */
    min-width:150px!important;
    max-width:99.99%!important;
    transition: width 0.25s;
    height: 156px;
}

input::placeholder {
    color: #203C73;
    text-transform: uppercase;
}

input:focus::placeholder {
    color: #1773C7;
}

    input:focus, input:active {
        background: none !important;
        font-size: 45px;
        color: #1773C7;
        outline: none;
        border: none;
        /* border-bottom: dashed #1773C7 2px; */
    }

.leaderboard {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 300px;
    padding: 16px 16px 32px 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.leaderboard p {
    font-family: Arial;
	font-size: 16px;
	font-weight:750;
    width: 150px;
    margin: 6px auto;
}

.leaderboard h2 {
    width: 300px;
    margin: 0;
    font-family: Arial;
	font-size: 26px;
	font-weight:750;
}

.gold {
    display: block;
    padding: 16px 16px 32px 16px;
    position: absolute;
    right: 0;
    top: 0;
    font-family: Arial;
	font-size: 10px;
	font-weight:750;
    text-align: right;
}

.gold p {
    font-family: Arial;
	font-size: 16px;
	font-weight:750;
    padding: 0;
    margin: 0;
}

.gold h2 {
    font-family: Arial;
	font-size: 20px;
	font-weight:750;
    padding: 0;
    margin: 0;
}

a.new, a.ok {
    display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
}

.alert, .alertstay {
    font-family: Arial;
    font-size: 36px;
    font-weight: 750;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    background: #660000;
    color: #fff;
    padding: 25px 0;
    z-index: 999999;
}

.success {
    font-family: Arial;
	font-size: 36px;
	font-weight:750;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    background: #019B43;
    color: #fff;
    padding: 25px 0;
    z-index: 999999;
}

.ok {
    width: 126px;
    height: 126px;
    position: absolute;
    bottom: 0;
    right: 6px;
}

.new {
    width: 126px;
    height: 126px;
    position: absolute;
    bottom: 140px;
    right: 6px;
}

.users {
    width: 126px;
    height: 126px;
    position: absolute;
    bottom: 425px;
    right: 6px;
}

.words {
    width: 126px;
    height: 126px;
    position: absolute;
    bottom: 570px;
    right: 6px;
}

.hint {
    width: 126px;
    height: 126px;
    position: absolute;
    bottom: 285px;
    right: 6px;
}

.ans {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    color: #fff;
    width: 100%;
    font-family: Arial;
    font-weight:750;
    text-align: center;
}

@media screen and (max-width: 1170px) {
	
    .ans {
        width: 100%;
        position: absolute;
        bottom: 800px;
        font-family: Arial;
        font-size: 46px;
        font-weight:750;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
		background: #203C73;
    }
    
    .leaderboard {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 500px;
        padding: 16px 16px 32px 16px;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .leaderboard p {
        width: 250px;
        font-size: 36px;
    }

    p {
        font-family: Arial;
        font-size: 36px;
        font-weight:750;
        margin: 6px auto;
    }

    .leaderboard h2 {
        width: 500px;
        margin: 0;
        font-family: Arial;
        font-size: 56px;
        font-weight:750;
    }

    .gold {
        display: block;
        padding: 16px 16px 32px 16px;
        position: absolute;
        right: 0;
        top: 0;
        font-family: Arial;
        font-size: 10px;
        font-weight:750;
        text-align: right;
    }

    .gold p {
        font-family: Arial;
        font-size: 36px;
        font-weight:750;
        padding: 0;
        margin: 0;
        right: 0;
        text-align: right;
    }

    .gold h2 {
        font-family: Arial;
        font-size: 56px;
        font-weight:750;
        padding: 0;
        margin: 0;
    }

	.lingo-grid {
		width:800px;
		height:800px;
        position: absolute;
        bottom: 160px;
        left: 6px;
	}

    .word-grid {
        width: 100%;
        font-family: Arial;
        font-size: 80px;
        font-weight: 750;
    }

    

	.lingo-grid div.blue {
		font-family: Arial;
		font-size: 80px;
		font-weight:750;
		width: 19%;
		height:19%;
	}

	.lingo-grid div.blue div.right {
		width: 98%;
        padding: 26px 0;
	}

	.lingo-grid div.blue div.almost {
		width: 97%;
		padding: 26px 0;
	}
    
	input, .btn {
		display: block;
		margin:16px auto;
		font-family: Arial;
		font-size: 80px;
		font-weight:750;
	}

	input {
		border:none;
		/* border-bottom: 10px dashed #203C73; */
        height:126px;
        width: 700px;
        position: absolute;
        left: 6px;
        bottom: 0;
	}
    
    input:focus, input:active {
        background: none!important;
        font-size: 80px;
        color: #1773C7;
        /* border-bottom: dashed #1773C7 10px; */
    }
    
    .ok {
        width: 156px;
        height: 156px;
        position: absolute;
        bottom: 0;
        right: 6px;
    }
    
    .new {
        width: 156px;
        height: 156px;
        position: absolute;
        bottom: 180px;
        right: 6px;
    }
    
    .hint {
        width: 156px;
        height: 156px;
        position: absolute;
        bottom: 360px;
        right: 6px;
    }

    .users {
        width: 156px;
        height: 156px;
        position: absolute;
        bottom: 540px;
        right: 6px;
    }

    .words {
        width: 156px;
        height: 156px;
        position: absolute;
        bottom: 720px;
        right: 6px;
    }
    
    .btn {
        border-radius: 100%;
		height: 156px;
    }

    .word-grid .word {
        width: 65%;
        color:#fff;
        padding:16px;
    }

    .word-grid .btn {
        font-family: Arial;
        font-size: 80px;
        font-weight: 750;
        width: 10%;
        height: 100%;
        border-radius: 7px;
        padding: 16px;
    }

}