/*-----------------------------------------------------------------------------------
	Template Name:
	Template URI:
	Description:
	Author:
	Author URI:
	License:
	License URI:
	Version:

-----------------------------------------------------------------------------------
	1. Typography
	2. Header Area
	3. Main Area
	4. Footer Area

-----------------------------------------------------------------------------------*/

/*================================================
                1. Typography
==================================================*/
html {
	scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
h1 {
  font-size: 29px;
  color: #0C3964;
  font-weight: 700;
}
.header h1 {
  color: white !important;
}
h2 {
  font-size: 22px;
  color: #0C3964;
}
h3 {
  font-size: 19px;
}
mark{
 background-color:#d3f0db;
}
* {
  box-sizing: border-box;
}
a {
	text-decoration: none !important;
}
.relative {
	position: relative;
}
.tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: lavender;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 8px 8px;
  position: absolute;
  z-index: 1;
	bottom: 50px;
	right: -10px;
  margin-left: -60px;
}
.tooltiptextMobile {
	top: -40px;
	right: -22px;
}
.tooltiptextHeader {
	bottom: 72px;
	right: -25px;
	font-size: 16px !important;
}
/* tooltip arrow
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
} */
.infoIcon:hover + .tooltiptext, .infoIconMobile:hover + .tooltiptext, .infoIconHeader:hover + .tooltiptext {
  visibility: visible;
}
/*================================================
                2. Header Area
==================================================*/
header {
	background-color: #592F91;
	padding: 20px 40px;
}
header.page2header, header.page3header {
	background-image: url("/static/img/bg-img.png");
	background-repeat: no-repeat;
	background-position: 70vw -2vw;
	background-size: 310px;
}
header h1 {
	color: #D3C4EA;
	max-width: 360px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 29px;
}
header h4 {
	color: #B5D2EF;
	max-width: 460px;
	font-size: 16px;
}
header h4 a {
	color: #B5D2EF;
}
header h4 a:hover {
	color: #D3C4EA;
}
.headerText {
	max-width: 35%;
}
.headerText p {
	color: #D3C4EA;
}
.robotface {
	width: 200px;
	background-color: white;
	border: 1px solid #592F91;
	border-radius: 50%;
	padding: 5px 12px 12px 12px;
	margin-bottom: -109px;
}


/*================================================
                2a. Project page
==================================================*/

.topnavlink {
  color: #c1c5d9; /* Default color for inactive links c1c5d9*/
  font-size: 18px !important;
  white-space: nowrap;  /* Prevents text wrapping */
  padding-left: 20px;
  padding-right: 20px;
}

.topnavlink.active {
  color: #c1c5d9; /* Keep same color as regular links, orange border shows active state */
  border-bottom: 3px solid orange;
}

.module-nav-container {
  max-width: 740px;
  display: flex;
  justify-content: center;
}

/*================================================
                2. Main Area
==================================================*/

main.page2 {
	background-image: url("/static/img/bg-img.png");
	background-repeat: no-repeat;
	background-position: 90% -190px;
	background-size: 300px;
}
main section#card1 {
	padding-top: 60px;
}
main section#card1 ul li:first-child a {
	width: 100px;
}
main section#card2, main section#card3 {
	padding-top: 90px;
}
.sec1page3 div.sec1div {
	max-width: 340px;
}
main section h2 {
	color: #0C3964;
	padding: 30px;
	max-width: 45%;
}
main section.sec1page3 h2 {
	color: #0C3964;
	padding: 30px 0;
	max-width: 290px;
}
header h3 {
	font-size: 22px;
}
main a.shareIcon img:nth-child(2) {
	position: absolute;
	right: 85%;
	bottom: 90%;
	display: none;
}
main a.shareIcon:hover img:nth-child(2) {
	display: inline-block;
}
main section h2.secondHeading {
	padding-top: 10px;
}
main section h1.secondHeading {
	padding-top: 10px;
}
#sec1page1 {
    min-height: 900px;
}
section div.pageLink a {
	color: black;
	text-decoration: underline !important;
}
section div.pageLink a:hover {
	color: #FB8C24;
}
.tableDiv {
	border: 1px solid #592F91;
}
.tableDiv th {
	color: #999A9F;
	border-top: none;
	border-bottom: none !important;
}
.tableDiv td {
	color: #3B3E51;
	border-top: 1px solid #FB8C24;
}
.tableDiv td p {
	font-size: 12px;
}
.tableDiv td a {
	color: #3B3E51;
}
.tableDiv td a:hover {
	color: #FB8C24;
}

.tableDiv td.no-hover a:hover {
    color: white !important;  /* Same as the non-hover color */
}

.gotobtn {
    white-space: nowrap;  /* Prevents text wrapping */
    overflow: hidden;    /* Keeps the content within the bounds of the button */
    text-overflow: ellipsis;  /* Adds an ellipsis if the text overflows */
	color: #FB8C24;
	border: 1px solid #FB8C24;
	padding: 5px 8px;
	border-radius: 8px;
	transition: 0.13s ease-out;
}
.gotobtn:hover {
	color: #fff;
	background-color: #FB8C24;
}
.tableDiv td a.gotobtn {
	color: #FB8C24;
	border: 1px solid #FB8C24;
	padding: 5px 8px;
	border-radius: 8px;
	min-width: 800px;
}
.tableDiv td a.gotobtn:hover {
	color: #fff;
	background-color: #FB8C24;
}

.tableDiv td a.setupbtn {
	color: #7d7b7a;
	border: 1px solid #7d7b7a;
	padding: 5px 8px;
	border-radius: 8px;
}
.tableDiv td a.setupbtn:hover {
	color: #fff;
	background-color: #7d7b7a;

}

.tableDiv tr td:last-child {
	min-width: 130px;
}
label.fileUpload {
	cursor: pointer;
	text-decoration: underline;
}
main section h4 {
	color: #B5D2EF;
	padding: 30px;

}

main .card a {
	color: #999A9F;
}
main .card .gotobtn {
    color: #FB8C24;
}
main .card .gotobtn:hover {
    color: #fff;
}
main a:hover {
	color: inherit;
	text-decoration: none;
}
main .nav .nav-link {
	border: 1px solid #999A9F !important;
	border-radius: 5px;
	min-width: 60px;
	padding: 8px;
	text-align: left;
	display: inline-block; /* or inline-flex */
    white-space: nowrap; /* Optional, prevents text wrapping */
}
table tbody tr td:nth-child(2) {
	padding-left: 35px;
}
table tbody tr td:nth-child(3) {
	padding-left: 1.3rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #0EAD83;
	background-color: transparent;
	border: 3px solid #592F91 !important;
}
.triangle {
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 6px;
	border-left-width: 6px;
	border-bottom: 12px solid #0EAD83;
	position: absolute;
	top: 35%;
	left: 48%;
}
.triangleBlur {
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 7px;
	border-left-width: 7px;
	border-bottom: 13px solid #6BD0B5;
	position: absolute;
	top: 35%;
	left: 48%;
	filter: blur(3px);
}
.card .contentBody {
	padding: 8px;
	border: 1px solid #592F91;
	border-radius: 4px;
}
.card .jumbotron {
	background-color: #f8f7fb;
	color: #3B3E51;
	font-size: 13px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.card .jumbotron em {
	color: #707070;
	font-size: 13px;
	padding: 10px 2px;
}
.card .jumbotron a {
	color: #262727;
}
.card .btnStyle {
	border: 2px solid #B2AAAA;
	border-radius: 0 12px 12px 12px;
	padding: 5px 15px;
}
.card .btnStyle:hover {
	border: 2px solid #a0a0a0;
	text-decoration: none;
	color: #0EAD83;
}
main .card .tab-content .row a:hover {
	color: inherit;
}
main .card-header {
	padding: 0 35px 50px 35px !important;
	border-radius: 60px !important;
}
main .card {
	margin: 25px 15px 70px 15px;
	box-shadow: 1px 2px 10px #DCE8F4;
	border-radius: 12px;
}
main .tilesHeader {
	color: #999A9F;
	font-family: Arial, sans-serif;
	font-weight: 700;
}
main section .modal-dialog {
    margin: 13vh auto 0px auto;
	max-width: 45vw;
}
main section .modal-header {
	border-bottom: none;
}
main section .modal-footer {
	border-top: none;
	justify-content: center;
}
main section .modal-footer button.btn,
main section .modal-footer input[type="submit"].btn  {
	color: #fff;
	background-color: #7553A3;
	font-weight: 500;
	font-size: 18px;
	padding: 8px 40px;
	border-radius: 18px;
}

main section .modal-footer button.btn:hover {
	color: #fff;
	background-color: #36264D;;
}
main .modal .modal-body .card {
	margin: 25px 15px 30px 15px;
}

.sec1page3 .modal i {
	color: #838E98;
}
.sec1page3 .modal .modal-body h3 {
	margin: 20px 0;
	font-weight: bold;
}
.modal .modal-body .carousel-item i.fa-thumbs-up {
	color: #2BE02B;
	font-size: 45px;
	margin-bottom: 20px;
}
.modal .modal-body .carousel-item i.fa-thumbs-down {
	color: #E02B2B;
	font-size: 45px;
	margin-bottom: 10px;
}
.modal .modal-body .carousel-item p u {
  text-decoration-style: wavy;
	text-decoration-color: #E02B2B;
}
.modal .carousel-indicators {
	bottom: -22px;
}
.modal .carousel{
	min-height: 230px;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: -20px;
    }

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }
    }

.pointer {
       cursor: pointer;}

/* PAGE #3 */
.dropzone {
	min-height: 350px;
	border: 2px dotted #8769B0;
	background: #eee;
	padding: 20px 20px;
}
.sec1page3 {
	padding: 50px;
}
.sec1page3 .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #a2cf85;
	background-color: #a2cf85;
}
.card .card-header .infoIcon {
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.card .card-header .infoIconMobile {
	position: absolute;
	right: 20px;
	top: 3px;
}
.sec1div .infoIconHeader {
	position: absolute;
	right: 20px;
	bottom: 35px;

}
.card .card-header p {
	max-width: 85%;
}
.card .card-header textarea.textArea {
	min-height: 300px;
	width: 100%;
}
.card .card-header textarea.textArea2 {
	min-height: 300px;
	width: 100%;
}
.card .custom-switch {
	padding: 30px;
}

.carousel-indicators .active {
    opacity: 1;
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #707070;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}
.modal .carousel-control-prev-icon,
.modal .carousel-control-next-icon {
	background-image: none;
}
.modal .carousel-control-next,
.modal .carousel-control-prev {
	bottom: -7px;
	height: 50px;
	top: unset;
}

.introjs-tooltip {
    min-width: 450px;
    max-width: 850px;
}

/*===============================================
                AI results page
==================================================*/

.grid-container2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates 4 columns */
    gap: 10px; /* Adjust the space between grid items */
}
.grid-item2 {
    /* Additional styling for grid items (optional) */
    padding: 5px;
    text-align: left;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Creates 5 columns */
    gap: 10px; /* Adjust the space between grid items */
}

.grid-item {
    /* Additional styling for grid items (optional) */
    padding: 5px;
    border: 1px solid #D3C4EA; /*B5D2EF*/
    text-align: center;
}

/*===============================================
                TT results page
==================================================*/
.navappbutton {
  background-color: white; /* Default background */
  color: purple; /* Default text color */
  padding: 10px 20px; /* Some padding */
  border: 2px solid purple; /* Purple border */
  border-radius: 10px; /* Rounded corners */
  font-size: 15px; /* Size of the text */
  cursor: pointer; /* Mouse pointer on hover */
  outline: none; /* Remove outline */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}

.navappbutton:active {
  background-color: #b6d1ef; /* Background color when clicked */
  color: white; /* Text color when clicked */
}

.navappbutton.clicked {
  background-color: #582f91;
  color: white;
}

@keyframes fadeInOut {
  from { opacity: 1; }
  to { opacity: 0.2; }
}

.fading-image {
  animation: fadeInOut .5s ease-in-out infinite alternate;
}

/*===============================================
                Sign up page
==================================================*/
#signUpSec h3{
  font-size: 27px;
  background: -webkit-linear-gradient(#DC53B6, #53DCDC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#signUpWelcome{
	height: 290vh;
	width: 100vw;
	background-color: #F5F6FA;
	padding: 15vh 15vw 0;
	background-image: url('../img/Bobble\ Graph\ Chat.png');
	background-repeat: repeat-x;
	background-size: 60%;
	background-position: 0 270vh;
}
#signUpSec{
	min-height: 100vh;
	background-color: #F5F6FA;
	padding: 3vh 35vw 35vh;
	background-image: url('../img/Bobble\ Graph\ Chat.png');
	background-repeat: repeat-x;
	background-size: 60%;
	background-position: 0 70vh;
}
#signUpSec form .form-control{
    padding: 1.5rem 1rem;
		border: 0 solid #ced4da;
}
#signUpSec h2 {
  color: #575757;
	max-width: 100% !important;
	padding: 15px 5px 5px;
}
#signUpSec form .btnStyle {
  color: white;
	background-color: #5D38DB;
	box-shadow: 1px 5px 15px #91A1C6;
}

/*===============================================
               Footer Area
==================================================*/
footer {
	background-color: #7553A3;
}
footer div {
	padding: 20px 30px;
	color: white;
	font-size: 14px;
}
footer a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}
footer p {
	font-size: 14px;
}
footer  a:hover{
	color: #D3C4EA;
	text-decoration: none;
}
footer .row img {
	width: 60px;
	margin-right: 70px;
}
