body{
    font-family: 'Plus Jakarta Display', sans-serif;
}

.page-break {
  page-break-before: always !important;
}

.code{
    background-color: rgba(255, 0, 0, 0.453);
    color: #992621;
    margin: auto;
    padding: 20px;
    font-weight: bold;
    border-radius: 20px;
}
.inputValue{
    border: none;
    width: 100%;
    font-size: larger;
    font-weight: bold;
}

.inputValue:focus-visible{
    border: none;
    width: 100%;
}

.newInputForm{
    /* border: none; */
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
    border: none;
    background-color: white;
}

.loginClass{
    /* background-image: url("../img/bg.png"); */
    background: rgb(255,255,255);
    /* background: linear-gradient(90deg, rgb(91, 0, 247) 0%, rgb(6, 52, 70) 47%, rgb(0, 103, 118) 100%); */
    background: linear-gradient(90deg, rgb(247, 0, 82) 0%, rgb(48, 6, 70) 47%, rgb(0, 103, 118) 100%);
	animation: gradient 15s ease infinite;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
	background-size: 400% 400%;

}

/* Default styles for the sidebar */
#sticky-sidebar {
  width: 250px;
  transition: width 0.3s ease;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  #sticky-sidebar {
      width: 0;
      overflow: hidden;
  }

  #main {
      margin-left: 0;
  }
}

/* Toggle icon styling */
.toggle-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  cursor: pointer;
  font-size: 24px; /* Adjust icon size as needed */
}

/* Media query for showing the icon */
@media (max-width: 768px) {
  .toggle-icon {
    display: block; /* Show the icon for small screens */
  }
}


section #login{
    /* width: 100vw; */
    background-color: #cccccc; 
    height: 100vh;
    
}

section{
    padding-top:10vh;
    padding-bottom:10vh;
}

.bar{
    width: 100vw;
    padding: 20px;
    text-align: center ;
    background-color: #992621;
}

.header{
    color: white;
    font-weight: bold;
}
/* 
.overlay{
    width: 30vw;
    height: 100vh;
    position: relative;
    background-color: #992621;
    padding:10vh;
    
} */
.maincard{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width: 70vw;
    height: auto;
    background-color: white;
    margin: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
    font-family: 'Plus Jakarta Display', sans-serif;
    padding: 20px;
    border-radius: 20px;
    /* position: relative; */
}

.flexrow{
    display: flex;
    justify-content: space-between;
}

.flex{
  display: flex;
}

#formsubmit{
    margin-top:auto ;
    padding: 30px;
}

.formSpacing .space{
    padding: 10px;
}
.button{
    border: none;
    background-color: #992621;
    padding: 10px 30px;
    color: white;
    border-radius: 15px;
}

.pill-button{
    background-color: #992621;
    border: none;
    color: white;
    border-radius:10px ;
    padding: 16px 22px;
    box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.1);
    text-align: center;
    font-weight: bold;
    transition: width 2s;
    width: 100%;
}

.pill-button-alternate{
  color: #992621;
  border: 1px solid #992621;
  background-color: white;
  border-radius:10px ;
  padding: 16px 22px;
  box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.1);
  text-align: center;
  font-weight: bold;
  transition: width 2s;
  width: 100%;
}
.outline-button{
    border: 1px solid #019B9B;
    background-color: transparent;
    padding: 10px 30px;
    color: #019B9B;
    border-radius: 15px;
}

.roundform{
    border-radius: 20px;
    background-color: aqua;
}

.line{
    margin: 5px;
}

.space{
    padding:20px; 
    border-radius:10px;
    width: 100%;
    border: 1px solid rgb(216, 216, 216);
}

.smallheader{
    color: #992621; 
    font-weight: 500; 
    font-size: small;
}

.smallheader-black{
    color: black; 
    font-weight: 300; 
    /* font-size: small; */
}

.smallheader-bold{
    color: black; 
    font-weight: 700; 
    /* font-size: small; */
}

.smallheader-small{
    color: #992621; 
    font-weight: 200; 
    cursor: pointer;
    /* font-size: small; */
}

/* new report */

.startCard{
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.percentageEllipse{
   height: 200px;
   width: 200px;
   border-radius:50% ;
   text-align: center;
   vertical-align: middle;
   padding-top: 60px;
   font-size: 80px;
   margin: auto;
   box-shadow: 0px 12.8681px 32.1702px rgba(8, 102, 102, 0.2);
}

.percentageEllipse h4{
    font-size: 60px;
    font-weight: 700;
}

.guideCard{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 10px;
    /* width: 90%; */
    display: flex;

}

.guideCard h6{
    color: gray;
    font-weight: 400;

}

.guidebar{
width: 5px;
background-color: greenyellow;
border-radius:10px ;
padding-left:10px ;
padding-right:10px ;
height: 95%;
margin-top: auto;
margin-bottom: auto;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.guidetext{
    margin-left: 10px;
    padding-top: 10px;
}

.caption{
    padding: 20px;
    text-align: center;
    font-size: large;
}

.recommendation{
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
padding: 20px;
border-radius:10px;
}

.circle-graph{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 20px solid #992621;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    line-height: 160px;
    background-color: white;

}


.hero2{
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    height: 100%;
    display: flex;
    align-items: center;
    color: black;
    justify-content: center;
}

.hero{
    height: 100%;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    padding: 10vh 0;
    /* background: rgb(42,0,255);
    background: linear-gradient(90deg, rgb(128, 106, 241) 0%, rgb(219, 86, 86) 47%, rgba(21,250,255,1) 100%); */
    background: rgb(255,255,255);
    /* background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(203, 240, 255) 47%, rgb(194, 255, 243) 100%); */
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(236, 203, 255) 47%, rgb(255, 194, 246) 100%);
    /* object-fit:scale-down; */
    display: flex;
    align-items: center;
    color: white;
	background-size: 400% 400%;
    justify-content: center;
	animation: gradient 15s ease infinite;
}
/* body {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
} */

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.heroText{
    font-weight: 600;
    font-size: 60px;
}


.result-bold{
    font-size: larger;
    margin-top: 3vh;
    text-align: center;
}

.card{
    padding: 10px;
}

.infoBubble{
    padding: 5vh;
    border-radius: 30px;
    border: none;
    background-color: #c2fbd7;
    margin-bottom: 5vh;
}

.infoBubbleHeading{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: black;
}

.infoBubbleText{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: black;

}

.surveyCard{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    border-radius: 20px;
    padding: 20px;
    /* display: flex; */
    border: none;
    margin-bottom: 10vh;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}

.surveyImage{
    background-color: #2200ff;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.surveyRow{
    margin-bottom: 10vh;
}

.surveyHeading{
    font-weight: bold;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #444444;
    font-size: 14px;
    background: url("../img/hero-bg.jpg") top center;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
  }
  
 

  #footer .footer-top {
    padding: 60px 0 30px 0;
    background: url("../img/hero-bg.jpg") top center;
  }
  
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact h3 {
    font-size: 26px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 300;
  }
  #footer .footer-top .footer-contact img {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
  }
  #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #777777;
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #ca181e;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ca181e;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #ca181e;
  }
  
  #footer .footer-newsletter {
    font-size: 15px;
  }
  
  #footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #cde5f6;
  }
  
  #footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }
  
  #footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: -1px;
    right: -2px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #ca181e;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #footer .footer-newsletter form input[type=submit]:hover {
    background: #ca181e;
  }
  
  #footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
  }
  
  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ca181e;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 5px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .social-links a:hover {
    background: #ca181e;
    color: #fff;
    text-decoration: none;
  }



/* hero from w3schoools */

/* @media only screen and (max-width: 768px) {
    .maincard{
      width: 100%;
      margin: 0;
    }

    section{
        margin: 0;
        padding: 0;
    }
  } */

  .video-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card{
  background-color: white;
  width: 100%;
  padding: 30px;

}

/* .scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
} */

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.scrollcard {
  flex: 0 0 auto;
  width: 200px;
  margin-right: 5vh;
  margin-bottom: 3vh;
  background: rgba(239, 245, 255, 0.95);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(214, 224, 241, 0.3);
  padding: 25px;


}
/* .scrollcard {
  display: inline-block;
  width: 200px;
  height: 200px !important;
  margin-right: 5vh;
  border-radius: 20px;
  padding: 20px;
  text-wrap: wrap;
  background: rgba(214, 224, 241, 0.95);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(214, 224, 241, 0.3);
} */

.dashboard-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  color: #fff;
  margin: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 3vh;
  justify-content: space-between;
}

.defaultCard{
   box-shadow: 0 2px 2px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05);
   cursor: pointer;
   padding: 10px 20px;
   width: 100%;
   transition: width 1s;
   margin-bottom: 5px;
   border-radius: 20px;

}

.courseIcon {
    font-size: 25px;
}
.inputCard{
    -webkit-appearance: none;
    /* box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.1); */
    border-radius: 10px;    
    border: none;
    padding: 20px;
    width: 100%;
    box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05);
}
.inputTextHolder{
    width: 100%;
    margin-top: 5vh;
    /* box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05); */
}
select{
  -webkit-appearance: none;
  background-color: white;
}

.inputTextCard{
    border-radius: 10px;    
    border: none;
    padding: 20px;
    width: 100%;
    margin-top: 0;
    box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05);
}

.ellipse{
  background-color: #019B9B;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: 20px;
}

.ellipse-success{
  background-color: green;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.ellipse-failed{
  background-color: red;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.ellipse-pending{
  background-color: rgb(255, 166, 0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/*mine*/
.wrapper {
  display: flex;
}


#sidebar {
  width: 70px;
  position: fixed;
  min-width: 70px;
  z-index: 50;
  transition: all .25s ease-in-out;
  background-color: #8A3334;
    display: flex;
    flex-direction: column;
    height:87vh
}

#sidebar.expand {
    width: 260px;
    min-width: 260px;
  }

.toggle-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1.5rem;
}

.toggle-btn i {
  font-size: 1.5rem;
  color: #FFF;
}

.sidebar-logo {
    margin: auto 0;
}

.sidebar-logo a {
    color: #FFF;
    font-size: 1.15rem;
    font-weight: 600;
  }
  
  #sidebar:not(.expand) .sidebar-logo,
  #sidebar:not(.expand) a.sidebar-link span {
    display: none;
  }
  
.sidebar-nav {
  padding: 2rem 0;
  flex: 1 1 auto;
}

a.sidebar-link {
  padding: .625rem 1.625rem;
  color: #FFF;
  display: block;
  text-decoration: none;
  font-size: 0.9rem;
    white-space: nowrap;
    border-left: 3px solid transparent;
}

.sidebar-link i {
  font-size: 1.1rem;
  margin-right: .75rem;
  text-decoration: none;
}

a.sidebar-link:hover {
  background-color: #8A3334;
  border-left: 3px solid #8A3338;
}

.sidebar-item {
  position: relative;
}

#sidebar:not(.expand) .sidebar-item .sidebar-dropdown {
  position: absolute;
  top: 0;
    left: 70px;
    background-color: #8A3334;
    padding: 0;
    min-width: 15rem;
    display: none;
}

#sidebar:not(.expand) .sidebar-item:hover .has-dropdown+.sidebar-dropdown {
  display: block;
  max-height: 15em;
  width: 100%;
  opacity: 1;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
  }
    
#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
  transform: rotate(45deg);
    transition: all .2s ease-out;
}


.PageNameHead{
  color:#8A3334
}

.scrollable-container {
  width: 100%;
  overflow-y: scroll; 
  scrollbar-width: none; 
  -ms-overflow-style: hidden; 
}

.scrollable-container-x {
  width: 100%;
  overflow-x: scroll; 
  scrollbar-width: none; 
  -ms-overflow-style: hidden; 
}

.scrollable-container::-webkit-scrollbar {
  display: hidden; 
}

        .borderless-input {
            border: none !important; /* Ensures no border in default state and overrides other styles */
            background-color: transparent !important; /* Ensures transparent background */
            outline: none !important; /* Removes the focus outline that browsers add */
            box-shadow: none !important; /* Removes any box-shadow, common on focus in frameworks like Bootstrap */
            padding:5px
        }

        .borderless-input:hover {
            border: none !important;
            background-color: transparent !important;
            outline: none !important;
            box-shadow: none !important;
        }

        .borderless-input:focus {
            border: none !important;
            background-color: transparent !important;
            outline: none !important; /* Important for accessibility, but removes the visual indicator */
            box-shadow: none !important; /* Often confused with a border */
        }

        .borderless-input:active {
            border: none !important;
            background-color: transparent !important;
            outline: none !important;
            box-shadow: none !important;
        }
