*, *::before, *::after {
  box-sizing: border-box;
}

html, body {

	/*background-image: url("/static/night-sky-background5.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
	background-color:  black;
	text-align: center;
	margin-top: 10;
	margin-bottom: 10;
	text-align: center;*/


	background-color:  black;
	text-align: center;
	margin-top: 10;
	margin-bottom: 10;
	text-align: center;

	height: 100%;
	width: 100%;
	margin: 0;
	display: table;

	/*animation-name: animated_sage;
	animation-duration: 5s;*/

}

.index-1 {

	background-image: url("/static/backgrounds/night-sky-background5-1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
	background-color:  black;
	text-align: center;
	margin-top: 10;
	margin-bottom: 10;
	text-align: center;

}

@keyframes animated_sage {
	0% {content: url("/static/sage-1_2_6.png")}
/*	25% {content: url("/static/sage-glow-1_2_6.png")}*/
	50% {content: url("/static/sage-glow-1_2_6.png")}
	100% {content: url("/static/sage-1_2_6.png")}
}

@keyframes animated_sage_blinking {

	0% {content: url("/static/sage-1_2_6.png")}
/*	25% {content: url("/static/sage-glow-1_2_6.png")}*/
	50% {content: url("/static/sage-glow-1_2_6.png")}
	100% {content: url("/static/sage-1_2_6.png")}
}

@keyframes animated_reply {
	
	0% {opacity: 0.0}
/*	100% {opacity: 0.8}*/
	100% {opacity: 1.0}
	/*100% {opacity: 0.0}*/
	/*0% {background-color: none;}
	30% {background-color: black;}
	80% {background-color: black;}
	100% {background-color: black;}*/
}

.header {
    background-color: black;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.logo_h {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.nav-links a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
}

.nav-links a:first-child {
    margin-left: 0; /* Remove left margin for the first link */
}


h1 {
	color:  white;
	font-family:  Arial;
	font-size: 3.5em; 
	margin: 10px;
}

p {
	color:  white;
	font-family:  Arial;
	font-size: 1.5em; 
	margin: 20px;
}

.gen_image_box {
	margin-top: 2.5%;
/*	border-color: grey;*/
	border-radius: 25px;
/*	border: 5px;*/
/*	height: 319px;*/
	height: 459px;
/*	width: 178px;*/
	width: 256px;
	border: 5px ridge grey;
	background-color: grey;
	margin-bottom: 5%;
/*	border-image-source: url(example.png);*/
/*	border-image-width: 512px;*/
	animation-name: animated_reply;
	animation-duration: 5s;
}

.gen_image_box_wall {
	margin-top: 2.5%;
/*	border-color: grey;*/
	border-radius: 25px;
/*	border: 5px;*/
/*	height: 319px;*/
	height: 459px;
/*	width: 178px;*/
	width: 256px;
	border: 5px ridge grey;
	background-color: grey;
/*	margin-bottom: 5%;*/
/*	border-image-source: url(example.png);*/
/*	border-image-width: 512px;*/
	animation-name: animated_reply;
	animation-duration: 5s;
}

img {
	margin: 80px 0 30px 0;
	margin-top: 0;
	
}

/* spinner while function running SOLUTION start ======================================= */
.spinner {
  margin: 100px auto;
  width: 50px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
/*  background-color: #333;*/
	background-color: white;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* spinner while function running SOLUTION end ======================================= */

.s_logo {
	margin: 80px 0 30px 0;
	margin-top: 0;
	
}

.sage_robot {
/*	animation-timing-function: ease-in-out;*/
	margin: 80px 0 30px 0;
	margin-top: 0;

	animation-name: animated_sage;
	animation-duration: 0.4s;
/*	animation-duration: 10s;*/
/*	animation-iteration-count: 8;*/

	/*animation-name: animated_sage_blinking;
	animation-duration: 0.2s;
	animation-iteration-count: 20;*/
	
}

.sage_robot_blinking {
/*	animation-timing-function: ease-in-out;*/
	margin: 80px 0 30px 0;
	margin-top: 0;

	animation-name: animated_sage;
	animation-duration: 0.4s;
/*	animation-duration: 10s;*/
	animation-iteration-count: 4;
/*	animation-iteration-count: 8;*/

	/*animation-name: animated_sage_blinking;
	animation-duration: 0.2s;
	animation-iteration-count: 20;*/
	
}

/* footer logo squada */

footer {
	background-color: black;
	display: table-row;
	height: 0;

	/*position: absolute;*/
	/*bottom: 0;
	right: 0;
	left: 0;*/
}

input {
	width: 300px;
	height: 50px;
	margin: 20px;
	border: none;
	border-radius: 10px;
	font: Arial;
	text-align: center;
	font-size: 1.3em;
/*	opacity: 0.7;*/
}

input: focus {
	border:  solid 5px #00FFCE;
	outline: none;
}

/*#sub:active + #sage_robot_animation {
	animation-play-state: running;
}*/

#back_btn {
	font-family:  Arial;
/*	font-family: 'Brush Script MT', cursive;*/
	/* green <======= */
/*	background-color: #90adbb; */
	background-color: black;
	color: white;
	border: 1px solid white;
	border-color: white;
	/*width: 200px;
	height: 60px;*/
	/*right: 290px; turned off to check what happens*/
	position: relative;
	/*top: 20px; turned off to check what happens*/
	display: inline-block;
	/*vertical-align: top;*/
	vertical-align: bottom;
	/*width: 250px;*/
	/*animation-name: animated_backgroud;
	animation-duration: 5s;*/
	width: 300px;
	/*width: 300px;*/
	/*height: 50px;*/
	height: 60px;
	margin: 20px;
/*	border: none;*/
	border-radius: 10px;
	font: Arial;
	text-align: center;
	font-size: 1.3em;
	/*padding: 12px 20px;*/
	text-decoration: none;
	padding: 0px; /*<=== centers text horizontal inside button */
	line-height: 60px; /*<=== centers text height inside button */
	margin-bottom: 10%;
/*	opacity: 0.8;*/
}

#back_btn:hover {
	font-family:  Arial;
	background-color: cyan;
  color: black;
	cursor: pointer;
}

#choice_btn {
	font-family:  Arial;
/*	font-family: 'Brush Script MT', cursive;*/
	/* green <======= */
/*	background-color: #90adbb; */
	background-color: black;
	color: white;
	border: 1px solid white;
	border-color: white;
	/*width: 200px;
	height: 60px;*/
	/*right: 290px; turned off to check what happens*/
	position: relative;
	/*top: 20px; turned off to check what happens*/
	display: inline-block;
	/*vertical-align: top;*/
	vertical-align: bottom;
	/*width: 250px;*/
	/*animation-name: animated_backgroud;
	animation-duration: 5s;*/
	width: 300px;
	/*width: 300px;*/
	/*height: 50px;*/
	height: 60px;
	margin: 20px;
/*	border: none;*/
	border-radius: 10px;
	font: Arial;
	text-align: center;
	font-size: 1.3em;
	/*padding: 12px 20px;*/
	text-decoration: none;
	padding: 0px; /*<=== centers text horizontal inside button */
	line-height: 60px; /*<=== centers text height inside button */
/*	margin-bottom: 10%;*/
/*	opacity: 0.8;*/
}

#choice_btn:hover {
	font-family:  Arial;
	background-color: cyan;
  color: black;
	cursor: pointer;
}

/*public_wall*/
#share-no {
	font-family:  Arial;
/*	font-family: 'Brush Script MT', cursive;*/
	/* green <======= */
/*	background-color: #90adbb; */
	background-color: black;
	color: white;
	border: 1px solid white;
	border-color: white;
	/*width: 200px;
	height: 60px;*/
	/*right: 290px; turned off to check what happens*/
	position: relative;
	/*top: 20px; turned off to check what happens*/
	display: inline-block;
	/*vertical-align: top;*/
	vertical-align: bottom;
	/*width: 250px;*/
	/*animation-name: animated_backgroud;
	animation-duration: 5s;*/
	width: 300px;
	/*width: 300px;*/
	/*height: 50px;*/
	height: 60px;
	margin: 20px;
/*	border: none;*/
	border-radius: 10px;
	font: Arial;
	text-align: center;
	font-size: 1.3em;
	/*padding: 12px 20px;*/
	text-decoration: none;
	padding: 0px; /*<=== centers text horizontal inside button */
	line-height: 60px; /*<=== centers text height inside button */
/*	margin-bottom: 10%;*/
/*	opacity: 0.8;*/
}

#share-no:hover {
	font-family:  Arial;
	background-color: cyan;
  color: black;
	cursor: pointer;
}
/*public_wall*/

/* =========== add to css file in app being refactored ================ */

.button-container {
	display: flex;
	justify-content: center;
}

#previous_btn, #next_btn {
	font-family: Arial;
	background-color: black;
	color: white;
	border: 1px solid white;
	border-color: white;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 300px;
	height: 60px;
	margin: 20px;
	border-radius: 10px;
	font-size: 1.3em;
	text-align: center;
	text-decoration: none;
	padding: 0px; 
	line-height: 60px;
}

#previous_btn:hover, #next_btn:hover {
	/*background-color: cyan;
	color: black;*/
	cursor: pointer;
}

/* CHANGED THIS PART */
/*#previous_btn:active,
#next_btn:active {
  background-color: black;
  color: white;
}*/
/* CHANGED THIS PART */

/* =========== add to css file in app being refactored ================ */

/*#back_btn:hover {
	font-family:  Arial;*/
	/* lightgreen <======= */ 
/*	background-color: lightblue; 
  color: black;
	cursor: pointer;
}*/

/* fortune button */
#nav_button {
	font-family:  Arial;
	background-color: green;
	color: white;
	/*width: 200px;
	height: 60px;*/
	/*right: 290px; turned off to check what happens*/
	position: relative;
	/*top: 20px; turned off to check what happens*/
	display: inline-block;
	/*vertical-align: top;*/
	vertical-align: bottom;
	/*width: 250px;*/
	/*animation-name: animated_backgroud;
	animation-duration: 5s;*/
	width: 300px;
	/*width: 300px;*/
	/*height: 50px;*/
	height: 30px;
	margin: 20px;
	border: none;
	border-radius: 10px;
	font: Arial;
	text-align: center;
	font-size: 1.3em;
	/*padding: 12px 20px;*/
	text-decoration: none;
/*	opacity: 0.8;*/
}

#nav_button:hover {
	font-family:  Arial;
	background-color: lightgreen;
  color: black;
	cursor: pointer;
}

#sub {
	font-family:  Arial;
	/*background-color: purple;
	color: white;*/
	background-color: black;
	color: white;
	border: 1px solid white;
	border-color: white;
	width: 200px;
/*	opacity: 0.8;*/
}

#sub:hover {
	font-family:  Arial;
	background-color: cyan;
  color: black;
	cursor: pointer;
}


#logo_top {
	object-position: center top;
	width: 400;
	height: auto;
	content: url("static/ai-sage-text-4-2.png");
}

#ques {
	width:  600px;
	color:  black;
	font-family:  Arial;
	font-size: 1.2em;
}

#reading_choice {
/*	width:  600px;*/
	color:  black;
	/*color:  white;*/
	font-family:  Arial;
	font-size: 1.2em;
	margin-bottom: 1.5%;

}

#reply {
	color:  black;
	font-family:  Arial;
	font-size: 1.2em;
}


#p_disclaimer {
	width: 60%;
	margin-top: 2%;
	margin-bottom: 2%;

}


#disclaimer_btn {
	font: Arial;
	font-family:  Arial;
	text-decoration: none;
	color: white;
	/*font-size: 1.0em;*/
}


.myBox1 {
	/*position: absolute;*/
	/*opacity: 0.8;*/
	/*left: 0;*/
	opacity: 1.0;
	border: none;
	padding: 5px;
	font-family: Arial;
	font-size: 1.5em;
	/*background-color: red;*/
	color: cyan;
	/*width: clientWidth;*/
	/*height: 56px;*/
	width: 80%;
	/*overflow: scroll;*/
	/*overflow-y: scroll;*/
	/*overflow-y: auto; turned off auto y overflow to check dynamic resize*/
	display: inline-block;
	overflow-x: none;
	/*scrollbar-color: cyan black;*/
	margin-top: 0;
	/*max-width: 60%;*/

	animation-name: animated_reply;
	animation-duration: 10s;
}

/* response reply box */
.myBox2 {

	
	/*position: absolute;*/
	/*right: 0;*/
	border: none;
	padding: 5px;
	font-family: Arial;
	font-size: 1.5em;
/*	background-color: white;*/
	border-radius: 10px; /* round border */
	opacity: 1.0;
	color: white;
	/*width: clientWidth;*/
	width: 80%;
	/*background-color: black;*/
	/*height: 56px;*/
	/*height: 300px;*/
	/*height: 60px;*/
	/*overflow: scroll;*/
	/*overflow-y: scroll;*/
	/*overflow-y: auto; turned off auto y overflow to check dynamic resize*/
	display: inline-block;
	overflow-x: none; 
	/*scrollbar-color: cyan black;*/
	margin-top: 0;
	/*max-width: 60%;*/
/*	margin-bottom: 10%;*/

	animation-name: animated_reply;
	animation-duration: 10s;
}

.myBox3 {

	border: none;
	padding: 5px;
	font-family: Arial;
	font-size: 1.5em;
	/*background-color: black;*/
	border-radius: 10px; /* round border */
	/*opacity: 0.6;*/
	color: white;
	/*width: clientWidth;*/
	width: 80%;
	/*height: 56px;*/
/*	height: 300px; <=== turned off when adding background color hover */
	/*overflow: scroll;*/
	/*overflow-y: scroll;*/
	/*overflow-y: auto; turned off auto y overflow to check dynamic resize*/
	display: inline-block;
	overflow-x: none; 
	/*scrollbar-color: cyan black;*/
	margin-top: 0;
	/*max-width: 60%;*/
/*	margin-bottom: 10%;*/
	margin-bottom: 10%;

	animation-name: animated_reply;
	animation-duration: 5s;
}

.myBox4 {

	border: none;
	padding: 5px;
	font-family: Arial;
	font-size: 1.5em;
	/*background-color: black;*/
	border-radius: 10px; /* round border */
	/*opacity: 0.6;*/
	color: white;
	/*width: clientWidth;*/
	width: 80%;
	/*height: 56px;*/
/*	height: 300px; <=== turned off when adding background color hover */
	/*overflow: scroll;*/
	/*overflow-y: scroll;*/
	/*overflow-y: auto; turned off auto y overflow to check dynamic resize*/
	display: inline-block;
	overflow-x: none; 
	/*scrollbar-color: cyan black;*/
	margin-top: 0;
	/*max-width: 60%;*/
/*	margin-bottom: 10%;*/
	margin-bottom: 10%;

	animation-name: animated_reply;
	animation-duration: 5s;
}

/*.myBox::-webkit-scrollbar-thumb {
	background: grey;
	border-radius: 10px;
}

.myBox::-webkit-scrollbar-track {
	background: black;
	border-radius: 10px;
}

.myBox::-webkit-scrollbar-thumb:hover {
	background: purple;
}*/
div.container {
	margin: 10px;
	width: 80%;
	height: 100%;
	padding: 2px;
	background-color: black;
	margin-left: 10%;
}

.container {
	display: flex;
/*	padding: 15px;*/
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
/*	width: 100%;*/
/*	align-content: center;*/
/*	flex-basis: 30%;*/
}

.item {
/*	width: 100%;*/
/*	flex-grow: 1;*/
/*	flex: 1;*/
/*	flex-basis: 30%;*/
/*	margin: 2px;*/
/*	align-self: auto;*/
/*	order: 5;*/
}


::-webkit-scrollbar-thumb {
	background: cyan;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: darkcyan;
}



.date-select {
  display: flex;
  justify-content: center;
}

select {
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  margin-right: 5px;
}

select:last-child {
  margin-right: 0;
}



/* Import Google Font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
/*  justify-content: center;*/
}

