
//_Version: 1.0.28

@font-face
{
	font-family: "Edu NSW ACT Foundation";
	src: local("Edu NSW ACT Foundation"), url("/var/www/html/fonts/EduNSWACTFoundation-Bold.ttf");
}


/* ------------------------------------- CSS Reset */


*, *::before, *::after
{
	box-sizing: border-box;
}

*
{
	margin: 0;
}

html
{
	height: 100%;
	background-color: #fff;
}

body
{
	height: 100%;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-family: 'Atlassian Sans', Arial, Helvetica, sans-serif;
}

img, picture, video, canvas, svg
{
	display: block;
	max-width: 100%;
}

input, button, textarea, select
{
	font: inherit;
}

textarea
{
	width: 100%;
	min-height: 6vw;
}

p, h1, h2, h3, h4, h5, h6
{
	overflow-wrap: break-word;
}

p
{
	text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6, .logo
{
	text-wrap: balance;
	font-family: "Edu NSW ACT Foundation", Arial, Helvetica, sans-serif;
	//font-family: sans-serif;
	color: #2b2e30;
}

h1
{
	font-size: 2rem;
	padding: 10px;
}
h2
	font-size: 1.6rem;
	padding: 10px;
}
h3
{
	font-size: 1.2rem;
	color: #4e4e4e;	
	padding: 10px;
}

/* ---------------------------------------- */

.HideRowOnMobile
{
	display: table-row;
}
.ShowRowOnMobile
{
	display: none;
}

h1.main-title
{
	font-size: 12vw;
	padding: 10px;
	color: #2b2e30;
	line-height: 20vh;
	min-width: 500px;
}
h2.main-sub-title
{
	color:#c6c6c6;
	font-size:2.2rem;
	padding: 10px;
}

.logo
{
	font-size: 2.0rem;
	font-weight: bold;
}

.grow
{
	transition: .5s ease;	
}
.grow:hover
{
	transform: scale(1.02);
	transition: .5s ease;
}

.header
{
	display: flex;
	margin: 30px;
	justify-content: space-between;
	align-items: center;
	font-size: 1.3rem;
	padding-bottom: 30px;
	border-bottom: 2px solid #efefef;
}

.tags-container
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px;
}

.btn-label
{
	width: fit-content;
	height: 30px;
	padding: 0px 10px;
	border-radius: 16px;
	border: 0;
	margin: 5px;
	font-weight: bold;
	color: #000;
}

.week-calendar-section
{
	margin: 40px 20px;
}

.results-section
{
	margin: 40px 20px;
	display: flex;
	flex-direction: column;
}

.week-calendar-container
{
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
	border-bottom: 2px solid #efefef;
	flex-direction: column;
	align-items: center;
}

table
{
	border-spacing: 15px;
	width: 70%;
}

table th.row-main-title
{
	font-size: 1.3rem;
	font-weight: normal;
}
table th.row-title
{
	font-weight: bold;
	font-size: 1.1rem;
	text-align: left;
	padding-top: 23px;
}

tbody.habit-block
{
	line-height: 1px;
}

.btn-check
{
	width: 106px;
	height: 30px;
	border-radius: 16px;
	background-color: #fff;
	border: 1px solid #bebebe;
	cursor: pointer;
}
.btn-check-disabled
{
	width: 106px;
	height: 30px;
	border-radius: 16px;
	background-color: #eee;
	border: none;
	cursor: auto;
}
.btn-check-disabled:hover
{
	cursor: help;
}

.btn-check-pressed
{
}
.btn-check-pressed::before
{
	content: "✔";
	text-align: left;
	display: block;
	padding-left: 15px;
}

.intro-container
{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 30px;
}
.intro-container .account
{
	width: 50%;
	padding: 40px;
}
.intro-container .art
{
	width: 50%;
}


button.primary
{
	border: none;
	padding: 6px 10px;
	color: #fff;
	background-color: #3da4ff;
	border-radius: 6px;
	border: 2px solid #3da4ff;
	cursor: pointer;
}
button.primary:hover
{
	background-color: #3388d3;
	border: 2px solid #3388d3;
}
button.primary:disabled
{
	background-color: #80c3ff;
	border-color: #80c3ff;
	cursor: auto;
}
button.secondary
{
	border: none;
	padding: 6px 10px;
	color: #3da4ff;
	background-color: transparent;
	border-radius: 6px;
	border: 2px solid #3da4ff;
	cursor: pointer;
}
button.big
{
	font-size: 1.3rem;
}
button.small
{
	font-size: 1rem;
	font-weight: bold;
	margin: 10px;
}
button.same-size
{
	min-width: 200px;
	max-width: 250px;
}

div.center-absolute-div
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 93%;
	min-width: 45%;
}

.popup-canvas-container
{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding: 30px;
	border-radius: 6px;
	max-width: 20%;
	background-color: #fff;
}

.popup-canvas-header
{
	display:flex;
	justify-content:space-between;
}
.popup-canvas-header-title
{
	font-size: 2rem;
	//font-family: "Edu NSW ACT Foundation", Arial, Helvetica, sans-serif;
	//font-weight: bold;
}

.default-form
{
	padding: 20px 0;
}

input[type='checkbox']
{
	margin-bottom: 0;
	width: 18px;
	height: 18px;
	margin: 8px;
	pointer-events: auto;
}
input, select
{
	width: 100%;
	border-radius: 6px;
	border: none;
	background-color: #efefef;
	margin-bottom: 20px;
	border: 2px solid #efefef;
	outline: none;
}
input[type='color']
{
	height: 40px;
}
#App_login_CreateAccount_FormFirstNameContainer
{
	display: inline-block;
	width: 48%;
	margin-right: 2%;
}
#App_login_CreateAccount_FormLastNameContainer
{
	display: inline-block;
	width: 48%;
	margin-left: 2%;
}

label
{
	font-weight: bold;
}

.CheckboxLabel
{
	display: flex;
	align-items: center;
	margin: 4px 0px;
	pointer-events: none;
}

a
{
	color: #3da4ff;
}
a.secondary
{
	color: #8c8c8c;
	font-weight: bold;
	text-decoration: none;
}

.dropdown
{
	position: relative;
}
.dropdown-content-user
{
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	padding: 20px;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.3s;
	pointer-events: none;
	border-radius: 6px;
	min-width: 200px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	z-index: 99;
}

.dropdown:hover .dropdown-content-user
{
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.dropdown-content-leftsidediv
{
	position: fixed;
	top: 170px;
	left: 0;
	background: #fff;
	padding: 20px;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.3s;
	pointer-events: none;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	z-index: 99;
}
.dropdown:hover .dropdown-content-leftsidediv
{
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.dropdown-hint
{
	position: relative;
	display:inline-block;
}
.dropdown-content-hint
{
	font-weight: normal;
	position: absolute;
	background: #384246;
	padding: 5px;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.3s;
	pointer-events: none;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	min-width: 188px;
	color: #fff;
	z-index:99;
	line-height: 22px;
}

.dropdown-hint:hover .dropdown-content-hint
{
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}




.lang-container
{
	position: absolute;
	top: 5%;
	left: 5%;
	color: #bebebe;
}

.day-date
{
	font-size: .9rem;
	color: #747474;
	font-weight: bold;
	line-height: 35px;
}

.main-icon
{
	font-size: 1.6rem;
	color: #384246;;
}
.icon
{
	color: #384246;
}

.up-down
{
	position: relative;
	top: 0;
	transition: top ease 0.3s;
}
.up-down:hover
{
	top: -3px;
}

.hint
{
	color: #384246;
}

.form-texts-info
{
	font-weight: normal;
	color: #a3a3a3;
	font-style: italic;
}

.goal
{
	color: #000000;
	font-weight: normal;
	font-size: .9rem;
	float: right;
}

.results-form
{
	width: 100%;
	display: flex;
	justify-content: center;
}

.arrow-right-container
{
	position: fixed;
	top: 19%;
	left: 1%;
	font-size: 1.5rem;
	opacity: 0.2;
}

.result-container
{
	display: flex;
	border: 1px solid #efefef;
	border-radius: 4px;
	padding: 10px;
	margin: 10px;
	justify-content: space-around;
	line-height: 30px;
}


@media (any-pointer: coarse)
{
	body
	{
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	}
	.HideRowOnMobile
	{
		display: none;
	}
	.ShowRowOnMobile
	{
		display: table-row;
	}

	h1
	{
		font-size: 4rem;
		padding: 10px;
		color: #2b2e30;
	}
	
	h1.main-title
	{
		font-size: 5rem;
		line-height: normal;
		min-width: fit-content;
	}
	h2.main-sub-title
	{
		font-size:1.6rem;
	}
	
	.intro-container
	{
		flex-direction: column;
	}
	.intro-container .account
	{
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.intro-container .art
	{
		width: 100%;
	}
	
	table
	{
		border-spacing: 6px;
		width: auto;
	}
	
	table th.row-main-title
	{
		font-size: 1rem;
	}
	
	table th.row-title
	{
		font-size: 1rem;
		padding-top: 12px;
		padding-top: 20px;
	}
	
	tbody.habit-block
	{
		line-height: 20px;
	}
	
	.btn-check
	{
		width: 40px;
		padding: 0;
	}
	
	.btn-check-disabled
	{
		width: 40px;
		padding: 0;
	}
	
	.btn-check-pressed::before
	{
		content: "✔";
		text-align: center;
		display: block;
		padding-left: 0;
		font-size: 10px;
	}
	
	.popup-canvas-container
	{
		width: 90%;
		max-width: none;
	}
	
	div.center-absolute-div
	{
		max-height: 80%;
	}
	
	.lang-container
	{
		top: 5%;
		left: 10%;
		font-size: 1.2rem;
	}
	
	.intro-container
	{
		padding: 60px 30px;
	}
	
	.btn-label
	{
		font-size: .8rem;
	}
	
	.day-date
	{
		font-size: .8rem;
	}
	
	.logo
	{
		font-size: 1.3rem;
	}
}


@media (prefers-color-scheme: dark)
{
	html
	{
		background-color: #384246;
	}
	
	h1, h2, h3, h4, h5, h6, .logo
	{
		color: #fff;
	}
	
	table th.row-title
	{
		color: #fff;
	}
	
	.btn-check
	{
		background-color: #384246;
	}
	
	.btn-check-disabled
	{
		background-color: #4a575c;
	}
	
	.main-icon, .icon
	{
		color: #e7e7e7;
	}
	
	.dropdown-content
	{
		background: #384246;
		color: #fff;
		border: 1px solid;
	}
	
	.popup-canvas-container
	{
		background-color: #384246;
	}
	
	.popup-canvas-header-title
	{
		color: #fff;
	}
	
	label
	{
		color: #fff;
	}
	
	h1.main-title
	{
		color: #fff;
	}
	
	.hint
	{
		color: #e7e7e7;
	}
	
	.dropdown-content-hint
	{
		border: 1px solid;
	}
	
	.goal
	{
		color: #e6e6e6;
	}
	
	.result-container,
	.result-container-title
	{
		color: #fff;
	}
	
	.arrow-right-container
	{
		opacity: 0.3;
		color: #fff;
	}
	
}

























