header.header{
	display: block;
	background-color: #9AD48C;
	height: 5.5rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index : 99999;
	border-radius: 20px;
	transition : 1.1s ease-in-out;
	}
nav ul {
	display: flex;
	list-style: none;
	}
#Navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*position: relative;*/
	z-index: 1;
	/*margin: 0;*/
	}
.logo {
	width: 120px;
	cursor: pointer;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	clip-path: circle(30%);
	/*width: 120px;*/
	/*cursor: pointer;*/
	}
.app_logo {
	height: 100%;
	width: auto;
	display: flex;
	justify-content: left;
	/*margin: -1.5rem;*/
	overflow: hidden;
	padding-left: 1rem;
	}
.app_logo a {
	padding-bottom: 85px;
	padding-left: 85px;
	}
#header_logo {
	/*background-image: url("../images/logo_img.webp");*/
	background-image: url("../images/Ian_logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85px 85px;
	object-fit: contain;
	/*background-color: #00B7FF;*/
	}
#logo-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	height: 15vh;
	}

/* Navigation Bar NEW BUTTON */
nav ul {
	/*margin-top: -.5rem;*/
	}
.Navigation_Bar button.default {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
	font-size: inherit;
	font-family: inherit;
	}
.Navigation_Bar button.effect {
	width: 9rem;
	height: auto;
	}
.Navigation_Bar button.effect .circle {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3rem;
	height: 3rem;
	background: rgba(209, 243, 212, 0.9);
	border-radius: 1.625rem;
	}
.Navigation_Bar button.effect .circle .icon {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	}
.Navigation_Bar button.effect .circle .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.625rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
	}
.Navigation_Bar button.effect .circle .icon.arrow::before {
	position: absolute;
	content: "";
	top: -0.29rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid black;
	border-right: 0.125rem solid black;
	transform: rotate(45deg);
	}
.Navigation_Bar button.effect .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 0;
	margin: 0 0 0 1.85rem;
	color: rgba(209, 243, 212, 0.9);
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1rem;
	/*font-family: "LiSong Pro", serif;*/
	font-family: "SF Pro Text", "SF Pro", serif ;
	}
.Navigation_Bar button.effect .button-text svg {
	position: fixed;
	padding-top: .25rem;
	padding-left: .5rem;
	}
.Navigation_Bar button:hover .circle {
	width: 100%;
	}
.Navigation_Bar button:hover .circle .icon.arrow {
	background: black;
	transform: translate(1rem, 0);
	}
.Navigation_Bar button:hover .button-text {
	color: black;
	}

/* Navigation Bar BUTTON EXTRA SIZE*/
.Navigation_Bar button.effect.extra-size {
	width: 11rem;
	height: auto;
	}
.Navigation_Bar button.effect.extra-size .button-text {
	/*padding-top: 0;*/
	text-align: center;
	/*line-height: 1rem;*/
	}

/* Navigation Bar BUTTON Notes editor*/
.Navigation_Bar button.effect.Notes-Editor {
	width: 8.5rem;
	height: auto;
	}
.Navigation_Bar button.effect.Notes-Editor .button-text {
	/*padding-top: 0;*/
	text-align: center;
	/*line-height: 1rem;*/
	}

/* Navigation Bar BUTTON Claude*/
.Navigation_Bar button.effect.Claude {
	width: 9rem;
	height: auto;
	}
.Navigation_Bar button.effect.Claude .button-text {
	text-align: center;
	}

/* Navigation Bar BUTTON User Name*/
.Navigation_Bar button.effect.User-ID {
	/*min-width: 10rem;*/
	min-width: 1rem;
	height: 3rem;
	
	}
.Navigation_Bar button.effect.User-ID .button-text {
	text-align: center;
	margin: 0;
	}


/* Navigation Bar NEW BUTTON */
/* - - Login / Sign-up Section (drowdown content)*/
/*.login_drowdown_button:hover+.login_drowdown_display{display: block}*/
.Navigation_Bar.login_drowdown_button:hover .login_drowdown_display {display: block;}
.Navigation_Bar {
	position: relative;
	}
.login_drowdown_display {
	display: none;              /* Real Case Element */
	/*display: block;             !* Remove Before Flight *!*/
	position: absolute;
	background-color: white;
	border-radius: 10px;
	top: 100%;
	right: 0;
	margin-bottom: auto;
	width: 350px;
	/*height : 500px;*/
	min-height: 350px;
	box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
	
	
	margin-right: 1rem;
	}
/* - - Switch Button */
.switch-container {
	display: block;
	position: relative;
	width: 240px;
	height: 50px;
	margin: 20px auto;
	}
.switch-label {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	padding: 0 10px;
	cursor: pointer;
	transition: background-color 0.5s ease;
	}
.switch-label, .switch-circle {
	border-start-start-radius: 30px;
	border-end-start-radius: 30px;
	border-start-end-radius: 30px;
	border-end-end-radius: 30px;
	}
.checkbox:not(:checked) ~ .switch-container .switch-label {background-color: #ffeba7;}
.checkbox:checked ~ .switch-container .switch-label {background-color: #102770;}
/* - - - Text */
.switch-label {font-size: 16px;font-weight: bold;}
.switch-label::before {content: 'Log-in';padding-left: 1rem}
.switch-label::after {content: 'Sign-Up';padding-right: .5rem}
/* - - - Text Condition */
.checkbox:not(:checked) ~ .switch-container .switch-label::before{color: #102770;}
.checkbox:not(:checked) ~ .switch-container .switch-label::after{color: #ffeba7;}
.checkbox:checked ~ .switch-container .switch-label::before{color: #102770;}
.checkbox:checked ~ .switch-container .switch-label::after{color: #ffeba7;}
/* - - - Background Icon*/
.switch-circle {
	position: absolute;
	left: -2px;
	width: 50%;
	height: 100%;
	transition: transform 0.5s ease, background-color 0.5s ease;
	opacity: 155%;}
.checkbox:not(:checked) ~ .switch-container .switch-label .switch-circle{background-color: #102770;}
.checkbox:checked ~ .switch-container .switch-label .switch-circle{background-color: #ffeba7;}
.checkbox:not(:checked) ~ .switch-container .switch-label .switch-circle {
	transform: translateX(calc(100% + 1px));
	}

/* - Testing Please Remove (↓ Default Login Page)*/
.checkbox:checked ~ .login_drowdown {display: none;}                 /* Real Case Element */
.checkbox:not(:checked) ~ .sign-up_drowdown {display: none;}         /* Real Case Element */
/*.checkbox:checked ~ .sign-up_drowdown {display: none;}                !* Remove Before Flight *!*/
/*.checkbox:not(:checked) ~ .login_drowdown {display: none;}            !* Remove Before Flight *!*/
/* - Testing Please Remove (↑ Default Sign-UP Page)*/

/* - - Log-in */
.login_drowdown {           /* - padding control */
	box-sizing: border-box;
	padding: 20px 30px;
	}   /* - padding control */
.login-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
	}
.login-input {
	border-radius: 20px;
	border: 1px solid gray;
	outline: 0!important;
	box-sizing: border-box;
	padding: 12px 15px;
	/*cursor: ;*/
	}
.login-form input::placeholder {color: deeppink;opacity: 1;}
.login-form input:focus::placeholder {opacity: 0;}
.login-field {display: flex;flex-direction: column}

.Password-looking {
	/*display: none;              !* Real Case Element *!*/
	display: block;             /* Remove Before Flight */
	width: fit-content;
	font-size: small;
	color: deeppink;
	margin-bottom: -.1rem;
	padding-left: .75rem;
	padding-right: .5rem;
	padding-bottom: .25rem;
	border-bottom: 2px solid white;
	transform: translateY(30px);
	z-index: 100;
	}
.login-label {
	display: none;              /* Real Case Element */
	/*display: block;             !* Remove Before Flight *!*/
	width: fit-content;
	font-size: small;
	color: deeppink;
	margin-bottom: -.1rem;
	padding-left: .75rem;
	padding-right: .5rem;
	padding-bottom: .25rem;
	border-bottom: 2px solid white;
	z-index: 100;
	}
/*#password  {content: "he"}*/
.login-password {
	position : absolute;
	transform: translateY(25%) translateX(-50%);
	align-self: end;
	}
.login-password button{
	outline: none !important;
	border: none !important;
	background-color: transparent;
	pointer-events: visible;
	cursor: zoom-out;
	}
.login-password #Show-Password {display: none;}
.login-field:focus-within > .login-password {transform: translateY(75%) translateX(-75%);z-index: 100000;}
.login-field:focus-within > .login-label {display: block;}

/* css animation */
.login-input {transition: padding-top 0.4s ease;}
.login-form input::placeholder {transition: transform 0.4s ease, opacity 0.5s ease;}
.login-form input:focus::placeholder {transform: translateY(-30px);}
.login-label {transition: top 0.4s ease, font-size 0.3s ease;}

.login-button, .Register-button {
	padding: 10px 15px;
	border-radius: 20px;
	border: 0!important;
	outline: 0!important;
	background-color: teal;
	color: white;
	cursor: not-allowed;
	box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
	}
.link {
	text-decoration: none;
	margin: 0;
	text-align: start;
	color: gray;
	text-decoration-color: gray;
	}
.forget-password{
	cursor: help;
	font-size: 10px;
	font-weight: 700;
	color: gray;
	}
.Sign-Up {
	margin-top: -.5rem;
	font-size: 10px;
	}
.Sign-Up-link {
	border-bottom: 2px solid transparent;
	margin-left: .15rem;
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: teal;
	color: teal;
	cursor: alias;
	font-weight: 800;
	font-size: 10px;
	}
/* - - Login in (Third-party-login)*/
.third-party-login {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 20px;
	gap: 10px;
	}
.Apple-API, .Google-API, .Facebook-API, .Discord-API {
	border-radius: 20px;
	box-sizing: border-box;
	padding: 10px 15px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	cursor: progress;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	gap: 5px;
	}
.Apple-API {
	background-color: black;
	color: white;
	border: 2px solid black;
	}
.Google-API {border: 2px solid gray}
.Facebook-API, .Discord-API {background-color: white; border: 2px solid gray}
/* - - Sign-Up */
.sign-up_drowdown {
	box-sizing: border-box;
	padding: 20px 30px;
	}
.sign-up-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
	}
.Name-section {display: flex;justify-content: space-evenly}
.Name-section input {
	border-radius: 20px;
	border: 1px solid gray;
	outline: 0!important;
	box-sizing: border-box;
	/*padding-top: 8px;*/
	/*padding-bottom: 8px;*/
	text-align: center;
	width: 48%}
.sign-up-input {
	border-radius: 20px;
	border: 1px solid gray;
	outline: 0!important;
	box-sizing: border-box;
	/*padding: 8px 15px;*/
	padding: 12px 15px;
	}

.passinfo {
	padding: 0;
	color: lightcoral;
	font-size: small;
	}
.passinfo.active {color: lightgrey;}
.login-label-eyes {
	position: absolute;
	background-image: url("../images/eye@10x.png");
	background-size: 100%;
	background-repeat: no-repeat;
	}









/**/
/* Navigation Bar NEW BUTTON */
/* - - Login / Sign-up Section (drowdown content)*/
.Navigation_Bar.user_drowdown_button:hover .user_drowdown_display {display: block;}
.Navigation_Bar {position: relative;}
.user_drowdown_display {
	display: none;              /* Real Case Element */
	/*display: block;             !* Remove Before Flight *!*/
	position: absolute;
	background-color: white;
	border-radius: 10px;
	top: 100%;
	right: 0;
	margin-bottom: auto;
	width: 350px;
	/*height : 500px;*/
	min-height: 350px;
	box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
	
	
	margin-right: 1rem;
	}
/* - - Switch Button */
.switch-container {
	display: block;
	position: relative;
	width: 240px;
	height: 50px;
	margin: 20px auto;
	}
.switch-label {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	padding: 0 10px;
	cursor: pointer;
	transition: background-color 0.5s ease;
	}
.switch-label, .switch-circle {
	border-start-start-radius: 30px;
	border-end-start-radius: 30px;
	border-start-end-radius: 30px;
	border-end-end-radius: 30px;
	}
.checkbox:not(:checked) ~ .switch-container .switch-label {background-color: #ffeba7;}
.checkbox:checked ~ .switch-container .switch-label {background-color: #102770;}
/* - - - Text */
.switch-label {font-size: 16px;font-weight: bold;}
.switch-label::before {content: 'Log-in';padding-left: 1rem}
.switch-label::after {content: 'Sign-Up';padding-right: .5rem}
/* - - - Text Condition */
.checkbox:not(:checked) ~ .switch-container .switch-label::before{color: #102770;}
.checkbox:not(:checked) ~ .switch-container .switch-label::after{color: #ffeba7;}
.checkbox:checked ~ .switch-container .switch-label::before{color: #102770;}
.checkbox:checked ~ .switch-container .switch-label::after{color: #ffeba7;}
/* - - - Background Icon*/
.switch-circle {
	position: absolute;
	left: -2px;
	width: 50%;
	height: 100%;
	transition: transform 0.5s ease, background-color 0.5s ease;
	opacity: 155%;}
.checkbox:not(:checked) ~ .switch-container .switch-label .switch-circle{background-color: #102770;}
.checkbox:checked ~ .switch-container .switch-label .switch-circle{background-color: #ffeba7;}
.checkbox:not(:checked) ~ .switch-container .switch-label .switch-circle {
	transform: translateX(calc(100% + 1px));
	}

/* - Testing Please Remove (↓ Default Login Page)*/
.checkbox:checked ~ .user_drowdown {display: none;}                 /* Real Case Element */
.checkbox:not(:checked) ~ .account-info_drowdown {display: none;}         /* Real Case Element */
/*.checkbox:checked ~ .account-info_drowdown {display: none;}                !* Remove Before Flight *!*/
/*.checkbox:not(:checked) ~ .user_drowdown {display: none;}            !* Remove Before Flight *!*/
/* - Testing Please Remove (↑ Default Sign-UP Page)*/

/* - - Log-in */
.user_drowdown {           /* - padding control */
	box-sizing: border-box;
	padding: 20px 30px;
	}   /* - padding control */
.login-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
	}
.login-input {
	border-radius: 20px;
	border: 1px solid gray;
	outline: 0!important;
	box-sizing: border-box;
	padding: 12px 15px;
	/*cursor: ;*/
	}
.login-form input::placeholder {color: deeppink;opacity: 1;}
.login-form input:focus::placeholder {opacity: 0;}
.login-field {display: flex;flex-direction: column}

.Password-looking {
	/*display: none;              !* Real Case Element *!*/
	display: block;             /* Remove Before Flight */
	width: fit-content;
	font-size: small;
	color: deeppink;
	margin-bottom: -.1rem;
	padding-left: .75rem;
	padding-right: .5rem;
	padding-bottom: .25rem;
	border-bottom: 2px solid white;
	transform: translateY(30px);
	z-index: 100;
	}
.login-label {
	display: none;              /* Real Case Element */
	/*display: block;             !* Remove Before Flight *!*/
	width: fit-content;
	font-size: small;
	color: deeppink;
	margin-bottom: -.1rem;
	padding-left: .75rem;
	padding-right: .5rem;
	padding-bottom: .25rem;
	border-bottom: 2px solid white;
	z-index: 100;
	}
/*#password  {content: "he"}*/
.login-password {
	position : absolute;
	transform: translateY(25%) translateX(-50%);
	align-self: end;
	}
.login-password button{
	outline: none !important;
	border: none !important;
	background-color: transparent;
	pointer-events: visible;
	cursor: zoom-out;
	}
.login-password #Show-Password {display: none;}
.login-field:focus-within > .login-password {transform: translateY(75%) translateX(-75%);z-index: 100000;}
.login-field:focus-within > .login-label {display: block;}

/* css animation */
.login-input {transition: padding-top 0.4s ease;}
.login-form input::placeholder {transition: transform 0.4s ease, opacity 0.5s ease;}
.login-form input:focus::placeholder {transform: translateY(-30px);}
.login-label {transition: top 0.4s ease, font-size 0.3s ease;}

.login-button, .Account-info-Change-button {
	padding: 10px 15px;
	border-radius: 20px;
	border: 0!important;
	outline: 0!important;
	background-color: teal;
	color: white;
	cursor: not-allowed;
	box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
	}
.link {
	text-decoration: none;
	margin: 0;
	text-align: start;
	color: gray;
	text-decoration-color: gray;
	}
.forget-password{
	cursor: help;
	font-size: 10px;
	font-weight: 700;
	color: gray;
	}
.Sign-Up {
	margin-top: -.5rem;
	font-size: 10px;
	}
.Sign-Up-link {
	border-bottom: 2px solid transparent;
	margin-left: .15rem;
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: teal;
	color: teal;
	cursor: alias;
	font-weight: 800;
	font-size: 10px;
	}
/* - - Login in (Third-party-login)*/
.third-party-login {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 20px;
	gap: 10px;
	}
.Apple-API, .Google-API, .Facebook-API, .Discord-API {
	border-radius: 20px;
	box-sizing: border-box;
	padding: 10px 15px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	cursor: progress;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	gap: 5px;
	}
.Apple-API {
	background-color: black;
	color: white;
	border: 2px solid black;
	}
.Google-API {border: 2px solid gray}
.Facebook-API, .Discord-API {background-color: white; border: 2px solid gray}
/* - - Sign-Up */
.account-info_drowdown {
	box-sizing: border-box;
	padding: 20px 30px;
	}
.account-info-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
	}
.Name-section {display: flex;justify-content: space-evenly}
.Name-section input {
	border-radius: 20px;
	border: 1px solid gray;
	outline: 0!important;
	box-sizing: border-box;
	/*padding-top: 8px;*/
	/*padding-bottom: 8px;*/
	text-align: center;
	width: 48%}
.sign-up-input {
	border-radius: 20px;
	border: 1px solid gray;
	outline: 0!important;
	box-sizing: border-box;
	/*padding: 8px 15px;*/
	padding: 12px 15px;
	}

.passinfo {
	padding: 0;
	color: lightcoral;
	font-size: small;
	}
.passinfo.active {color: lightgrey;}
.login-label-eyes {
	position: absolute;
	background-image: url("../images/eye@10x.png");
	background-size: 100%;
	background-repeat: no-repeat;
	}