:root {
	--primary-color: rgb(211, 17, 69);
	--blue-color: rgb(31, 120, 173);
}

html,
body {
	height: 100% !important;
}

body {
  	display: -ms-flexbox;
  	/* display: flex; */
  	-ms-flex-align: center;
  	align-items: center;
  	font-family: 'Noto Sans';
  	background-color: #f5f5f5;
	-webkit-font-smoothing: antialiased;
}

nav {
	background-color: var(--primary-color);
	color: #fff;
}

nav .navbar-brand {
	font-family: anton;
	font-size: 28px !important;
}

nav a {
	color: #fff;
}

main {
	flex: 1 0 auto;
}

.anton {
	font-family: 'Anton';
}

.bg-red {
	background-color: var(--primary-color) !important;
}

.bg-blue {
	background-color: var(--blue-color) !important;
}

.text-red {
	color: var(--primary-color) !important;
}

.text-blue {
	color: var(--blue-color) !important;
}

.text-700 {
	font-weight: 700;
}

.navbar-toggler-icon {
	color: #fff;
}

.form-signin {
  	width: 100%;
  	max-width: 330px;
  	padding: 15px;
  	margin: auto;
}
.form-signin .checkbox {
  	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
  	z-index: 2;
}
.form-signin input[type="text"] {
	border: 1px solid #333;
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input:focus {
	outline: none;
}
.form-signin input[type="password"] {
	border: 1px solid #333;
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.bg-holder {

	width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	will-change: transform,opacity,filter;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-repeat: no-repeat;
	z-index: 0;
}

.avatar-profile {
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

/* BINGO */
.bingo-table {
	width: 360px;
	
}

.bingo-table td {
	
	border: none;
	text-align: center;
	
	padding: 3px;
	margin: 3px;
	
}
.bingo_div {
	background-color: #fff;
	font-size: 18px;
	width: 150px !important;
	height: 150px;
	padding-top: 10px;
	color: #333;
	font-weight: 200;
	margin: 10px;
	box-shadow: 0px 0px 8px #777;
	border: 5px solid rgb(211, 17, 69);
	position: relative;
}

.bingo-selected {
	background-color: rgb(192, 38, 79)  !important;
	color: #fff !important;
	
}

.bingo-pending {
	background-color: #aaa !important;
	color: #fff !important;
	
}

.bingo-crossed {
	background-color: var(--primary-color) !important;
	color: #fff;
}

.bingo-revealed {
	/* background-color: rgb(255, 147, 147) !important; */
	color: #000;
}

.bingo-unreveal {
	color: #333;
	font-size: 30px !important;
	background: #aaa !important;
	border: 5px solid #999 !important;
	box-shadow: none !important;
}

.bingo_num_container {
	height: 38px;
	width: 38px;
	color: #fff;
	font-size: 20px;
	padding-top: 4px;
	background-color: rgb(192, 38, 79);
	border-radius: 50%;
	position: absolute;
	left: -16px;
	top: -16px;
	box-shadow: 0px 0px 10px #555;
}

.bingo_num {
	font-size: 50px;
	padding-top: 18px;
	color: #555;
}

.bingo_question_container {
	margin: 0;
	position: absolute;
	top: 85%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	
}


.strike-container {
	background-color: #eee;
	width: 530px;
	height: 530px;
	padding: 0; 
	margin: 0;
	display:inline-block;
	position: absolute;
}


.strike-line {
	height: 0px;
	border-bottom: 8px solid rgb(192, 38, 79);
	position: absolute;
}

.strike-CROSS_1 {
	width: 670px;	
	-webkit-transform:
		translateY(260px)
		translateX(-70px)
		rotate(45deg); 
}

.strike-CROSS_2 {
	width: 670px;
	-webkit-transform:
		translateY(250px)
		translateX(-60px)
		rotate(-45deg); 
}

.strike-ROW_1 {
	width: 490px;
	-webkit-transform:
		translateY(85px)
		translateX(20px);
}

.strike-ROW_2 {
	width: 490px;
	-webkit-transform:
		translateY(260px)
		translateX(20px);
}

.strike-ROW_3 {
	width: 490px;
	-webkit-transform:
		translateY(440px)
		translateX(20px);
}


.strike-COL_1 {
	width: 500px;
	-webkit-transform:
		translateY(260px)
		translateX(-165px)
		rotate(90deg);
}

.strike-COL_2 {
	width: 500px;
	-webkit-transform:
		translateY(260px)
		translateX(20px)
		rotate(90deg);
}

.strike-COL_3 {
	width: 500px;
	-webkit-transform:
		translateY(260px)
		translateX(185px)
		rotate(90deg);
}


.strike-image {
	width: 140px;
margin-top: 30px;
/* transform: rotate(-45deg); */
}

.task-image {
	max-height: 500px;
	max-width: 100%;
}



/* MOBILE */
.mobile-tile {
	background-color: #fff;
	width: 30% !important;
  	padding-bottom: 26%; 
	  /* 1:1 Aspect Ratio */
  	position: relative; /* If you want text inside of it */

	display: inline-block;
	margin: 3px;
	box-shadow: 0px 0px 5px #777;
	border: 3px solid rgb(211, 17, 69);  
	
}

.mobile-tile-text {
	position: absolute;
  	top: 35%;
  	left: 45%;
	font-size: 20px;
	color: #333;
	/* font-weight: bold; */
}

.mobile-tile-title {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0px;
	bottom: 0px;
	font-size: 3vw;
	color: #333;
	font-weight: thin;
	/* background-color: #333; */
}

.mobile-tile-number-sel {
	height: 23px;
	width: 23px;
	padding: 8px;	
	padding-top: 2px;
	color: #fff;
	font-size: 13px;
	background-color: rgb(192, 38, 79);
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: -10px;
	box-shadow: 0px 0px 10px #555;	
}

.strike-image-mobile {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 30%;

}

.strike-line-mobile {
	height: 0px;
	border-bottom: 8px solid rgb(192, 38, 79);
	position: absolute;
	
}

.strike-ROW_1-mobile {
	width: 85%;
	top: 13%;
}

.strike-ROW_2-mobile {
	width: 85%;
	top: 48%;
}

.strike-ROW_3-mobile {
	width: 85%;
	top: 80%;
}

.strike-COL_1-mobile {
	height: 100% !important;
	width: 0px !important;
	top: 0;
	left:15%;
	border-left: 8px solid rgb(192, 38, 79);
	
}

.strike-COL_2-mobile {
	height: 100% !important;
	width: 0px !important;
	top: 0;
	left:48%;
	border-left: 8px solid rgb(192, 38, 79);
}

.strike-COL_3-mobile {
	height: 100% !important;
	width: 0px !important;
	top: 0;
	left:78%;
	border-left: 8px solid rgb(192, 38, 79);
}

.strike-CROSS_1-mobile {
	width: 100%;	
	transform: rotate(45deg);
   transform-origin: top left;
}

.strike-CROSS_2-mobile {
	width: 100%;
	bottom: 0px;	
	transform: rotate(-45deg);
   transform-origin: bottom left;
}

/*** LEGEND ***/
.legend img {
	width: 50px;
}

.quote-container {
	/* background:rgb(211, 17, 69) !important; */
	color: #333;
	font-size: 30px;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
	
	/* font-family: impact; */
	letter-spacing: -2px;
	font-family: 'Merienda One', cursive;
	/* box-shadow: 0px 0px 5px #111; */
}

/***** DASHBOARD *************/
.profile-bingo {
	background-color: #fff;
	border: 1px solid #aaa;
}

.profile-bingo td {
	width: 20px;
	height: 20px;
}

.profile-bingo .clear {
	background-color: rgb(192, 38, 79);
}

.profile-bingo .pending {
	background-color: #aaa;
}