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

*:not(input):not(textarea) {
	user-select: none;
	-webkit-user-select: none;
	/* disable selection/Copy of web content */
	-webkit-touch-callout: none;
	/* disable the IOS popup when long-press on a link */
}

/* define standard CSS defaults for HeadShed App */

html, body, div, span, h1, h2, h3, h4, h5, h6, hr, p, a img, font, img, dd, dl, dt, li, ol, ul, blockquote, fieldset, form, label, legend, table, caption, tr, th, td, video {
	margin: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}

html,
body {
	height: 100%;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	background: transparent;
	position: relative;
}

body {
	min-height: 100%;
}

input {
	-webkit-appearance: none !important;
	appearance: none !important;
	outline: none !important;
	box-shadow: none !important;
}

input:focus {
	outline: none !important;
	box-shadow: none !important;
}

select:focus {
	outline: none !important;
	box-shadow: none !important;
}

html::-webkit-scrollbar {
	display: none;
}


/* main css below */


/* BRANDING 2026 */


.brandBody {
	background: linear-gradient(
		180deg,
		rgba(30,129,128, 1) 0%,
		rgba(30,129,128, .25) 100%
	);
	background-repeat: no-repeat;
	background-attachment: fixed;
}



.headerLogo {
	aspect-ratio: 600 / 130;
	width: 360px;
	display: block;
	background-image: url(../media/brand/logo-horiz.svg);
	background-size: contain;
}

.headerLogoSmall {
	aspect-ratio: 600 / 130;
	width: 200px;
	display: block;
	background-image: url(../media/brand/logo-horiz.svg);
	background-size: contain;
}


.pageArea {
	padding: 20px 20px 20px 20px;
	width: 100%;
	box-sizing: border-box;
	opacity: 1;
	//transition: opacity 0.25s;
}

.pageAreaSmall {
	padding: 20px 20px 0px 20px;
	width: 100%;
	box-sizing: border-box;
	opacity: 1;
	//transition: opacity 0.25s;
}

.pageAreaSplash {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity 3s;
}


.inter-reg {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.inter-light {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.inter-med {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-heavy {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.azeret-mono-reg {
  font-family: "Azeret Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.azeret-mono-semi {
  font-family: "Azeret Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.azeret-mono-light {
  font-family: "Azeret Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/* GEON SOFT - DEMO ONLY - FOR RELEASE PLEASE LICENSE FROM MYFONTS.COM */

@font-face {
	font-family: 'Geon Soft';
	src: url('fonts/GeonSoftMedium.woff2') format('woff2'),
		url('fonts/GeonSoftMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Geon Soft';
	src: url('fonts/GeonSoftLight-Italic.woff2') format('woff2'),
		url('fonts/GeonSoftLight-Italic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Geon Soft';
	src: url('fonts/GeonSoftLight.woff2') format('woff2'),
		url('fonts/GeonSoftLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

.geon-med {
	font-family: 'Geon Soft';
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}

.geon-light {
	font-family: 'Geon Soft';
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}

.geon-light-italic {
	font-family: 'Geon Soft';
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 300;
}


.vSpace2 {
	width: 100%;
	height: 2px;
	display: block;
}

.vSpace40 {
	width: 100%;
	height: 40px;
	display: block;
}

.vSpace10 {
	width: 100%;
	height: 10px;
	display: block;
}

.vRule10 {
	width: 100%;
	height: 1px;
	display: block;
	margin: 10px 0px;
	background-color: rgba(0, 0, 0, 1);
}

.vRule10light {
	width: 100%;
	height: 1px;
	display: block;
	margin: 10px 0px;
	background-color: rgba(0, 0, 0, 0.15);
}


.vRule5light {
	width: 100%;
	height: 1px;
	display: block;
	margin: 5px 0px;
	background-color: rgba(0, 0, 0, 0.15);
}

.vRule15 {
	width: 100%;
	height: 1px;
	display: block;
	margin: 15px 0px;
	background-color: rgba(0, 0, 0, 1);
}

.vRule15light {
	width: 100%;
	height: 1px;
	display: block;
	margin: 15px 0px;
	background-color: rgba(0, 0, 0, 0.15);
}



.vSpace20 {
	width: 100%;
	height: 20px;
	display: block;
}

.vSpace5 {
	width: 100%;
	height: 5px;
	display: block;
}

.nameField {
	width: 100%;
	padding: 15px 15px;
	outline: none;
	border: none;
	box-shadow: none;
	background-color: rgba(230, 230, 230, 1);
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
}

.submitBtn {
	padding: 0px 15px;
	width: max-content;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 117, 255, 1);
	color: rgba(255, 255, 255, 1);
	border-radius: 16px;
	font-size: 13px;
	line-height: 13px;
}

.submitBtn:hover {
	background-color: rgba(0, 117, 255, 0.5);
}

.submitBtn:active {
	background-color: rgba(0, 117, 255, 1);
}

.submitBtnPassive {
	padding: 0px 15px;
	width: max-content;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 117, 255, 0.33);
	color: rgba(255, 255, 255, 1);
	border-radius: 16px;
	font-size: 13px;
	line-height: 13px;
}

.SSO_apple {
	width: 218px;
	height: 44px;
	background-image: url("../media/SSO/SSO_apple.svg");
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	margin: 0px auto;
}

.SSO_apple:active {
	opacity: 0.5;
}

.SSO_google {
	width: 218px;
	height: 44px;
	background-image: url("../media/SSO/SSO_google.svg");
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	margin: 0px auto;
}

.SSO_google:active {
	opacity: 0.5;
}

.SSO_email {
	width: 218px;
	height: 44px;
	background-image: url("../media/SSO/SSO_email.svg");
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	margin: 0px auto;
}

.SSO_email:active {
	opacity: 0.5;
}

.emailField {
	width: 218px;
	padding: 15px 15px;
	outline: none;
	border: none;
	box-shadow: none;
	background-color: rgba(230, 230, 230, 1);
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
}


.contPopUp {
	-webkit-appearance: none;
	appearance: none;
	width: 218px;
	padding: 12px 8px;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.10);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	background-image: url("../media/popup/popup.svg");
	background-repeat: no-repeat;
	background-position: right center; 
	background-size: 20px 14px;
}



/* COLOURS */

.contWhite20 {
	background-color: rgba(255, 255, 255, 0.2);
}

.contBeigeLight {
	background-color: rgba(254, 250, 239, 1);
}

.contBeighMid {
	background-color: rgba(243, 237, 217, 1);
}

.contRed {
	background-color: rgba(222, 160, 127, 1);
}

.contBlue {
	background-color: rgba(25, 46, 82, 1);
}

.contGreen {
	background-color: rgba(180, 203, 185, 1);
}

.contYellow {
	background-color: rgba(238, 200, 124, 1);
}

.contRedText {
	color: rgba(222, 160, 127, 1);
}

.contCircleBlock {
	display: flex;
	width: 100%;
	height: max-content;
	justify-content: space-between;
}

.contCircle {
	display: block;
	width: 30%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}


/* HOME DESCRIPTIVE MENU */

.horizRule20 {
	width: 100%;
	height: 1px;
	margin: 20px 0px;
}

.homeMenuBlock {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.homeMenuType {
	display: block;
	width: calc(100% - 48px);
}

.homeMenuRightArrow {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(../media/home/right-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.subPageBackArrow {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(../media/home/left-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 60px;
	left: 20px;
}

.newAccountConfirmBtn {
	padding: 0px 15px;
	width: max-content;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 117, 255, 1);
	color: rgba(255, 255, 255, 1);
	border-radius: 16px;
	font-size: 13px;
	line-height: 13px;
}

.newAccountConfirmBtn:active {
	background-color: rgba(0, 117, 255, 0.50);
}



/* dashboard nav */

.dashArea {
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	align-items: top;
	gap: 30px;
	width: 1138px;
	margin: 0px auto;
	opacity: 0;
	transition: opacity 1s;
}

.dashMenu {
	display: block;
	padding: 12px 15px;
	background: linear-gradient(
		180deg,
		rgba(30, 129, 128, 1) 0%,
		rgba(53,154,153, 1) 100%
	);
	border-radius: 10px;
	flex-shrink: 0;
	box-sizing: border-box;
	//box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.5);
	height: max-content;
}

.dashContent {
	display: block;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	height: max-content;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	//box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.5);
}


.dashMenuItem {
	display: flex;
	width: 120px;
	align-items: center;
	justify-content: left;
	gap: 10px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 8px 10px;
	border-radius: 5px;
}

.dashMenuItem:hover {
	opacity: 0.5;
}

.dashMenuItem:active {
	opacity: 1.0;
}

.dashMenuItemSelected {
	display: flex;
	width: 120px;
	align-items: center;
	justify-content: left;
	gap: 10px;
	box-sizing: border-box;
	padding: 8px 10px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
}

.dashMenuIcon {
	display: block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.dashMenuLabel {
	display: block; 
	padding-top: 1px;
	color: rgba(255, 255, 255, 0.8);
}


.dashRule10 {
	width: 100%;
	height: 1px;
	display: block;
	margin: 12px 0px;
	background-color: rgba(255, 255, 255, 0.5);
}

.dashRule10light {
	width: 100%;
	height: 1px;
	display: block;
	margin: 12px 0px;
	background-color: rgba(255, 255, 255, 0.15);
}

.svgBlue {
	filter: invert(31%) sepia(73%) saturate(3542%) hue-rotate(202deg) brightness(100%) contrast(112%);
}

.svgRed {
	filter: invert(63%) sepia(63%) saturate(5735%) hue-rotate(327deg) brightness(89%) contrast(103%);
}

.svgWhite {
	filter: invert(100%) sepia(0%) saturate(16%) hue-rotate(310deg) brightness(107%) contrast(100%);
}

.textBlue {
	color: rgba(0, 117, 255, 1);
}

.textRed {
	color: rgba(226, 76, 76, 1);
}

.textWhite {
	color: rgba(255, 255, 255, 1);
}


/* STUDENT STYLES */

.studentLine {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	gap: 0px;
}

.studentTitleItem {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 5px;
}

.studentTitleIcon {
	display: block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.studentTitleSort {
	display: block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.studentTitleSort:hover {
	opacity: 0.5;
}

.studentTitleSort:active {
	opacity: 1.0;
}



.submitBtnWithIcon {
	padding: 0px 15px;
	width: max-content;
	height: 32px;
	display: flex;
	gap: 5px;
	align-items: center;
	background-color: rgba(0, 117, 255, 1);
	color: rgba(255, 255, 255, 1);
	border-radius: 16px;
	font-size: 13px;
	line-height: 13px;
	cursor: pointer;
}

.submitBtnWithIcon:hover {
	background-color: rgba(0, 117, 255, 0.5);
}

.submitBtnWithIcon:active {
	background-color: rgba(0, 117, 255, 1);
}

.submitBtnWithIconPassive {
	padding: 0px 15px;
	width: max-content;
	height: 32px;
	display: flex;
	gap: 5px;
	align-items: center;
	background-color: rgba(0, 117, 255, 0.33);
	color: rgba(255, 255, 255, 1);
	border-radius: 16px;
	font-size: 13px;
	line-height: 13px;

}


.studentLineTargetItem {
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
}

.studentLineTargetItem:hover {
	color: rgba(0, 117, 255, 1);
}

.studentLineTargetItem:active {
	color: rgba(0, 117, 255, 0.5);
}


.studentLineIcon {
	display: block;
	width: 12px;
	height: 12px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


/* FORM ELEMENTS */

.formTitleIcon {
	display: block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.formTitleItem {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 5px;
}

.formRowBlock {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 10px;
}

.formRowBlockTop {
	display: flex;
	width: 100%;
	align-items: top;
	gap: 10px;
}

.formRowBlockTime {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.formTextField {
	padding: 8px 8px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	outline: none;
	border: none;
	box-shadow: none;
	text-align: left;
	width: 255px;
	box-sizing: border-box;
}

.formTextFieldLocked {
	padding: 8px 8px;
	background-color: rgba(230, 230, 230, 1);
	border-radius: 5px;
	outline: none;
	box-shadow: none;
	text-align: left;
	width: 255px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.075);
	box-sizing: border-box;
}

.formPopUp {
	-webkit-appearance: none;
	appearance: none;
	width: 255px;
	padding: 8px 8px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	background-image: url("../media/popup/popup.svg");
	background-repeat: no-repeat;
	background-position: right center; 
	background-size: 24px 14px;
}

.formPopUpShort {
	-webkit-appearance: none;
	appearance: none;
	width: 110px;
	padding: 8px 8px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	background-image: url("../media/popup/popup.svg");
	background-repeat: no-repeat;
	background-position: right center; 
	background-size: 24px 14px;
}

.formMandatory {
	display: block;
	width: 8px;
	height: 8px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	filter: invert(12%) sepia(74%) saturate(5785%) hue-rotate(358deg) brightness(86%) contrast(116%);
	background-image: url(../media/icons/asterisk.svg);
	position: absolute;
	top: 2px;
	right: 2px;
}

.formGBP {
	display: block;
	width: 10px;
	height: 16px;
	position: absolute;
	top: 10px;
	left: 10px;
}


.formTextArea {
	width: 100%;
	padding: 10px 10px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	outline: none;
	border: none;
	box-shadow: none;
	text-align: left;
}



/* STUDENT DETAIL STYLES */

.detailLine {
	display: flex;
	width: 100%;
	gap: 19px;
	align-items: top;
	justify-content: center;
}

.detailBlock {
	width: 280px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px 10px 15px 10px;
}

.detailBlockMed {
	width: 520px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px 10px 10px 10px;
}

.detailTitleItem {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 10px 10px;
	box-sizing: border-box;
	background-color: rgba(226, 241, 255, 1);
	border-radius: 5px; 
	margin-bottom: 15px;
}

.detailTitleIcon {
	display: block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.studentAvatar {
	display: block;
	background-image: url(../media/icons/avatar.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0px auto;
}

.teacherAvatar {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0px auto;
	border-radius: 100%;
}




.glassBtnWithIcon {
	padding: 0px 16px;
	width: max-content;
	height: 38px;
	display: flex;
	gap: 5px;
	align-items: center;
	color: rgba(40, 40, 40, 1);
	border-radius: 50px;
	border: solid;
	border-width: 1.5px;
	border-color: transparent;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	/*text-shadow: 0px 1px rgba(255, 255, 255, 0.750);*/
	cursor: pointer;
	
	background: linear-gradient(180deg,rgba(230, 230, 230, 1) 0%, rgba(250, 250, 250, 1) 50%, rgba(230, 230, 230, 1) 100%) padding-box, linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(199, 199, 199, 1) 25%, rgba(145, 145, 145, 1) 50%, rgba(199, 199, 199, 1) 75%, rgba(255, 255, 255, 1) 100%) border-box;
	
	//background: linear-gradient(180deg,rgba(240, 240, 240, 1) 0%, rgba(220, 220, 220, 1) 100%) padding-box, linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(199, 199, 199, 1) 25%, rgba(145, 145, 145, 1) 50%, rgba(199, 199, 199, 1) 75%, rgba(255, 255, 255, 1) 100%) border-box;
	
	transition: color 0.25s;
}

.glassBtnWithIcon:hover {
	color: rgba(0, 117, 255, 1);
}

.glassBtnWithIcon:active {
	color: rgba(40, 40, 40, 1);
}


.studentDetailIcon {
	display: block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


/* PRACTICE STYLES */

.detailBlockWide {
	width: 878px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px 10px 15px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}




/* CALENDAR STUFF */

.calendarBlock {
	display: block;
	width: 255px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
	background-color: rgba(255,255,255,1);
	position: relative;
	height: max-content;
}

.calendarBlockMask {
	display: block;
	position: absolute;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.499);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
}

.calendarPrev {
	display: block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../media/icons/arrow-left.svg);
	cursor: pointer;
}

.calendarNext {
	display: block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../media/icons/arrow-right.svg);
	cursor: pointer;
}


.calendarPrev:active {
	opacity: 50%;
}

.calendarNext:active {
	opacity: 50%;
}

.calNoDay {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(200, 200, 200, 1);
	font-size: 14px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	box-sizing: border-box;
}

.calDayNorm {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(0,0,0,1);
	font-size: 14px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
 }
 
 .calDayBusy {
	 background-image: url(../media/ical/calDayBusy.svg);
 }
  

.calDaySelected {
	border-color: rgba(0, 88, 255, 1);
	border-width: 2px;
	border-style: solid;
}


.calendarRow {
	display: flex; 
	width: 100%; 
	height: max-content; 
	align-items: center; 
	gap: 3px;
}

.calDayToday {
	background-color: rgba(215, 255, 223, 1) !important;
	font-weight: 700 !important;
}


.diaryDayView {
	display: flex;
	width: 255px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
	background-color: rgba(255,255,255,1);
	align-items: top;
	justify-content: space-between;
}

.diaryDayCol {
	width: 113px;
	display: block;
	position: relative;
}

.diaryColHour {
	width: 100%;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: left;
}

.dairyColHourLegend {
	display: block;
	font-size: 12px;
	margin-left: 5px;
}

.diaryColLesson {
	display: block;
	z-index: 10;
	background-color: rgba(211, 158, 255, 1);
	border-radius: 5px;
	width: 68px;
	position: absolute;
	left: 45px;
}

.diaryColLessonTop {
	display: block;
	z-index: 10;
	background-color: rgba(211, 158, 255, 1);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 68px;
	position: absolute;
	left: 45px;
}

.diaryColLessonBottom {
	display: block;
	z-index: 10;
	background-color: rgba(211, 158, 255, 1);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 68px;
	position: absolute;
	left: 45px;
}



/* PROFILE SECTION */

.avatarDivider {
	width: 1px;
	height: 61px;
	background-color: rgba(0, 0, 0, 0.35);
}

.uploader {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0%;
}

.cropActionContainer {
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.cropBtn {
	display: flex;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	padding: 10px;
	width: 80px;
	align-items: center;
	justify-content: center;
}

.cropBtn:hover {
	opacity: 75%;
}

.cropBtn:active {
	opacity: 100%;
}


/* PRACTICE SECTION */

.legendOff {
	font-size: 16px;
	color:rgb(150, 150, 150)
}

.legendActive {
	font-size: 16px;
	color:rgb(55, 0, 118);
}

.itemOff {
	padding: 5px 8px;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	background-color: rgb(150, 150, 150);
	font-size: 14px;
}


.itemActive {
	padding: 5px 8px;
	border-radius: 3px;
	color: rgb(0, 0, 0);
	background-color: rgb(237, 209, 82);
	font-size: 14px;
}

.itemActiveFocus {
	padding: 5px 8px;
	border-radius: 3px;
	color: rgb(0, 0, 0);
	background-color: rgb(237, 209, 82);
	font-size: 14px;
}

.itemActiveMaintain {
	padding: 5px 8px;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	background-color: rgb(30, 129, 128);
	font-size: 14px;
}

.notes-buffer {
	display: block;
	width: 15px;
	height: 10px;
}

.notes-off {
	display: flex;
	padding: 5px 8px;
	border-radius: 3px;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	background-color: rgb(150, 150, 150);
	font-family: "Inter", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 400;
	  font-style: normal;
	  font-size: 14px;
}


.notes-active {
	display: flex;
	padding: 5px 8px;
	border-radius: 3px;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	background-color: rgb(38,38,38);
	font-family: "Inter", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 500;
	  font-style: normal;
	  font-size: 14px;
}


.notes-popup-container {
	display: block;
	position: absolute;
	width: 260px;
	height: 162px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.5);
	background-color: rgba(230, 230, 230, 1);
	z-index: 20;
	top: 20px;
	left: 20px;
}

.notes-freetext {
	resize: none;
	background-color: rgb(255, 255, 255);
	border: none;
	font-family: "Inter", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 400;
	  font-style: normal;
	  font-size: 14px;
	  line-height: 18px;
	  width: 240px;
	  height: 100px;
	  padding: 10px;
	  box-sizing: border-box;
}

.notes-action-btn {
	display: block;
	width: 32px;
	height: 32px;
	background-size: contain;
}




