/*Phones*/
@media (min-width: 100px) {
    html {
        font-size: 8px;
    }

    .chart .labelPlayer {
        font-size: 1.2rem;
    }

    .chart .labelActual {
        font-size: 1.2rem;
    }
}

/*Tablets*/
@media (min-width: 768px) {
    html {
        font-size: 9px;
    }
}

/*Desktops*/
@media (min-width: 992px) {
    html {
        font-size: 10px;
    }
}

/*Large Desktops*/
@media (min-width: 1200px) {
    html {
        font-size: 11px;
    }
}

@font-face {
    font-family: Nunito-Light;
    src: url(/fonts/game/Nunito-Light.ttf);
}

@font-face {
    font-family: Ubuntu-Light;
    src: url(/fonts/game/Ubuntu-Light.ttf);
}

@font-face {
    font-family: "Oswald-SemiBold";
    src: url(/fonts/game/Oswald-SemiBold.ttf);
}

@font-face {
    font-family: "WorkSans-SemiBold";
    src: url(/fonts/game/WorkSans-SemiBold.ttf);
}

@font-face {
    font-family: "WorkSans-Bold";
    src: url(/fonts/game/WorkSans-Bold.ttf);
}

@font-face {
    font-family: "WorkSans-Regular";
    src: url(/fonts/game/WorkSans-Regular.ttf);
}

.howOthersGuessedLabelWrapper {
    position: absolute;
    display: flex;
    align-items: center;
    background: white;
}

.othersGuessedText {
    font-size: 1.2rem;
    font-family: WorkSans-SemiBold;
    color: #40b9f7;
}

.othersGuessedImage {
    height: 20px;
    margin-right: 6px;
}

@media all and (orientation:portrait) {
    #pleaseRotate {
         display: block;
    }
}

html, body {
	font-family: nunito-light;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: fixed;
}

.chart {
	text-align: center;
}

.howOthersDidBtn:hover {
    color: #098dc5;
}

.howOthersDidBtn {
    color: #31afe4;
}

.playerLine {
	fill: none;
    stroke: #31a8de;
    stroke-width: 5px;
}

.realLine {
	fill: none;
	stroke: #4f4f4f;
	stroke-width: 5px;
}

[class*="othersLine"] {
	fill: none;
    stroke: #55c7ff;
    stroke-width: 4px;
}

.playerDot {
	fill:#30a7dd;
	stroke:white;
	stroke-width: 2px;
}

.playerLine:hover, .playerDot:hover {
    cursor: pointer;
}

[class*="othersDot"] {
	fill:#30a7dd;
	stroke:white;
	stroke-width: 2px;
	display: none;
}

.realDot {
	fill: #4f4f4f;
	stroke:white;
	stroke-width: 2px;
}

.tick, .domain, .range {
	color:grey;
	stroke-width:2px;
}

.lineRect {
	fill:white;
	cursor: pointer;
}

svg text, body {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.tutorialContainer:hover {
    cursor: pointer;
}

svg text::selection, body::selection {
    background: none;
}

.chartTitle {
	text-anchor: middle;
	font-weight: bold;
	fill: #0982b9;
    font-size: 1.9rem;
    font-family: WorkSans-SemiBold;
}

.fixedDot {
    fill: #4f4f4f !important;
}

.roundContainer {
    font-family: Oswald-SemiBold;
}

.chartFooter {
/*    display: flex;
    justify-content: space-between;
    align-items: center;*/
}

.nextGameBtnWrapper {
    border-style: solid;
    position: absolute;
    border-width: 1px;
    border-color: #30a7dd;
    display: flex;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

.submitBtn, .clearChartBtn, .hintBtn, .drawLineBtn {
	text-transform: uppercase;
    padding: 5px 10px;
    border-color: initial;
    font-size: 1rem;
    font-weight: bold;
    font-family: Oswald-SemiBold;
}

.submitBtn, .clearChartBtn, .hintBtn {
    font-size: 1.5rem;
}

@keyframes slideDown {
    from {transform: translateY(-120px);}
    to {transform: translateY(0);}
}

@keyframes blink {
    0% { box-shadow: 0 0 25px #00adee; }
    50% { box-shadow: none; }
}

.startGameBtn {
    font-family: Oswald-SemiBold;
    text-transform: uppercase;
    background: #30a6dd;
    border-color: #30a6dd;
    padding-top: 0px;
      border:none;
      margin-bottom:$margin-bottom;
      border-radius:5px;
      transition:all 0.4s linear;
    animation: fadeIn .2s .8+.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both, blink 2.0s linear infinite;
}

.startGameBtn:hover {
    background: #2a3bec;
}

.drawLineBtn {
	margin-top: 26px;
	background: #30a7dd;
	border-color: #30a7dd;
	border-radius: 3px;
    padding: 7px 24px;
    font-size: 1.4rem;
}

.drawLineBtn:hover {
	background: #088FC4;
	border-color: #30a7dd;
}

.submitBtn {
	background: #30a7dd;
    width: 120px;
    margin-right: 21px;
}

.clearChartBtn {
    width: 120px;
}

.hintBtn {
	background: #9fa1a2;
}

.hintBtn:hover {
	background: #8c94a5;
	border-color: #8c94a5;
}

.submitBtn:hover {
	/*background: #088FC4;*/
	/*border-color: #30a7dd;*/
}

.clearChartBtn {

}

.footerMenu {
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.playAgainBtn:hover {
    background: #1a80ad;
}

.playAgainBtn {
    background: #29aae2;
}

.skipBtn:hover {
    cursor: pointer;
    transform: scale(1.1, 1.1);
}

.tick {
	font-family: ubuntu-light;
    font-size: 1.2rem;
    font-weight: bold;
}

.hintPageContainer {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	opacity: 0.9;
	background: #3c3b3b;
	cursor: pointer;
}

.hintPageContainer table {
	width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    font-family: Ubuntu-Light;
}

.hintLabel {
	font-size: 1.7rem;
}

.hintText {
	width: 400px;
	font-size: 1.6rem;
    margin: 0 auto;
}

.labelActual {
    font-size: 1rem;
    font-family: ubuntu;
    fill: #4f4f4f;
    font-family: Oswald-SemiBold;
}

.labelPlayer {
    font-size: 1rem;
    font-family: ubuntu;
    fill: #23a8e4;
    font-weight: bold;
    font-family: Oswald-SemiBold;
}

.lineNote {
	cursor: pointer;
}

.noteText {
    font-size: 1.5rem;
}

.backToResultsBtn, .nextGameBtn {
    font-size: 2.38rem;
    text-transform: uppercase;
    font-family: Oswald-SemiBold;
}

.nextGameBtn, .backToResultsBtn {
    background: #29aae2;
}

.backToResultsBtn:hover, .nextGameBtn:hover {
    background: #088FC4;
    border-color: #30a7dd;
}

.noteContainer {
	width: 40%;
	position: absolute;
	text-align: center;
	background: #3c3b3b;
    opacity: 0.9;
    color: white;
    padding: 20px 20px;
    border-radius: 3px;
    cursor: pointer;
}

.closeNoteBtn img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 2rem;
}

.closeNoteBtn img:hover {
    width: 2.15rem;
}

.closeNote {
	position: absolute;
}

.resultsLabel1 {
	font-size: 1.5rem;
    font-weight: bold;
}

.percentageContainer {
	font-weight: bold;
    font-size: 1.7rem;
    font-family: ubuntu;
}

.lineInstruction {
	font-size: 1.2rem;
    font-family: WorkSans-Regular;
}

.popupContainer {
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #3c3b3b;
    cursor: pointer;
    color: white;
    font-family: Oswald-SemiBold;
    align-items: center;
    opacity: 0.9;
}

.makeGuess, .eraseLine {
    bottom:5px;
    opacity:0;
    display:flex;
    position:absolute;
    align-items: end;
}

.adjustLine {
    display:flex;
    align-items: baseline;
    position:absolute;
    opacity:0;
    bottom: 0;
}

.drawLineContainer {
    display:flex;
    position:absolute;
    align-items: end;
    top: 110px;
    opacity: 1;
}

.popupText {
    font-size: 1.5rem;
    width: 70%;
    margin: 0 auto;
    font-family: WorkSans-Regular;
}

.rotateContainer {

}

.playBtn {
    font-family: Oswald-SemiBold;
    font-weight: bold;
    background: #29abe2;
    border-color: #29abe2;
    padding: 4px 30px;
    margin-top: 20px;
}

.login-register-wrapper a {
    color:#29aae2;
}

.login-register-wrapper a:hover {
    color:#1894ca;
}

.login-register-wrapper {
    color: #29aae2;
    display: flex;
    align-items: center;
}

.login-register-wrapper .fa-user {
    margin-right: 10px;
}

.playBtn:hover {
    background: #2a3bec;
}

.shareButton {
    cursor: pointer;
}

#shareModalCenter .modal-title {
    color: #30a6dd;
}

#shareModalCenter .modal-title span {
    margin-left: 10px;
    font-weight: bold;
}

#shareModalCenter .modal-body {
    display: flex;
    flex-direction: column;
        margin: 20px 0px;
}

#shareModalCenter {
    font-size: 1.3rem;
}

.share-game-block .iconWrapper span{
    font-weight: bold;
}



.share-game-block input {
    width: 65%;
    height: 44px;
    padding: 0px 10px;
}

.comment-correction-link {
    color: #4f4f4f;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
}

.made-with-link {
    font-weight: bold;
    color: #29aae2;
    text-decoration: none;
    font-size: 1.3rem;
}

.share-game-block .copyWrapper {
    width: 15%;
    text-align: center;
    background: #3caee5;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    padding: 11px;
    cursor: pointer;
}

.share-game-block .iconWrapper {
    width: 20%;
    background: #7f7f7f;
    text-align: center;
    padding: 11px 6px;
    color: white;
    text-transform: uppercase;
}

.share-game-block {
        display: flex;
    margin-bottom: 10px;
}

#fb-share-button {
    background: #3b5998;
    border-radius: 3px;
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    position: static;
    width: 82px;
    margin: 0 auto;
    margin-top: 15px;
}

#fb-share-button:hover {
    cursor: pointer;
    background: #213A6F
}

#fb-share-button svg {
    width: 18px;
    fill: white;
    vertical-align: middle;
    border-radius: 2px
}

#fb-share-button span {
    vertical-align: middle;
    color: white;
    font-size: 14px;
    padding: 0 3px
}

.finalScorePlaceholder {
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 9px;
}