body {
  /* background-color: white; */
  /* font-family:url(../../../APPDATA/LOCAL/MICROSOFT/WINDOWS/FONTS/ARENA-CONDENSED-3.TTF); */
  background-color: #5a89b3;
  background-repeat: no-repeat;
}
.startButton
{
  display: none;
}

.navBg {
  background-color: rgb(32 186 198);
}
.NavBrandClr {
  background-color: #098481;
  font-size: 2.2em;
}
.secondnavBg {
  background-color: #f8f9fa;
  z-index: 2;
}
.navBrandHeight {
  height: 13%;
}
.headingProperties {
  font-size: 2.2em;
}
.secondNavheight {
  height: 7%;
}
.mainscreen {
  height: 100vh;
  overflow: hidden;
}

/* cstome nav style */

.custom-paddingHeader {
  padding-top: 36px;
  padding-bottom: 35px;
}



.button-gradient {
  padding: 10px 20px;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: 21px;
  width: 122px;
  justify-content: center;
  text-align: -webkit-center;
  padding: 1px;
  color: black;
}

.button-gradient:hover {
  transition: transform 0.3s ease;
  background: linear-gradient(45deg, #a800ff, #ff007a);
  color: white;
}
.NavActive {
  transition: transform 0.3s ease;
  background: linear-gradient(45deg, #a800ff, #ff007a);
  color: white !important;
}

.theoryContainer {
  border-radius: 28px;
  /* background-color: antiquewhite; */
  background-color: #c6c5c536;
  overflow: auto;
  /* overflow: hidden; */
  height: 70vh;
}
.simulationContainer {
  border-radius: 28px;
  /* background-color: antiquewhite; */
  background-color: #c6c5c536;
  overflow: auto;
  /* overflow: hidden; */
  height: 75vh;
}

.theoryContainerResources {
  border-radius: 28px;
  /* background-color: antiquewhite; */
  background-color: #c6c5c536;
  overflow: auto;
  /* overflow: hidden; */
  height: 70vh;
}

.container.theoryContainerResources {
  h1 {
    font-family: "Noto Sans", "Noto Sans Malayalam", "Noto Sans Telugu",
      sans-serif;
    font-size: 18px;
    color: #000;
    padding-left: 15px;
    text-align: left;
  }
  strong {
    font-weight: bold;
  }
  ul {
    font-family: "Noto Sans", "Noto Sans Malayalam", "Noto Sans Telugu",
      sans-serif;
    font-size: 14px;
    color: #000;
    text-align: justify;
    padding-right: 25px;
    padding-left: 50px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

/* Specified thoery style div */
.theoryContainerTheory {
  border-radius: 28px;
  /* background-color: antiquewhite; */
  background-color: #c6c5c536;
  overflow: auto;
  /* overflow: hidden; */
  height: 70vh;
}
.container.theoryContainerTheory {
  font-family: "Noto Sans", "Noto Sans Malayalam", "Noto Sans Telugu",
    sans-serif;
  h1 {
    text-align: left;

    color: #000;
    margin: 9px 0 !important;
    font-size: 24px;
    /* background-color: red; */
    /* padding-left: 5px; */
    /* font-weight: 500; */
    line-height: 1.1;
  }
  p {
    font-family: "Noto Sans", "Noto Sans Malayalam", "Noto Sans Telugu",
      sans-serif;
    font-size: 14px;
    color: #000;
    text-align: justify;
    padding-right: 25px;
    padding-left: 35px;
    line-height: 18px;
  }
  h2 {
    font-family: "Noto Sans", "Noto Sans Malayalam", "Noto Sans Telugu",
      sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    padding-left: 34px;
    width: 90% !important;
    margin: 9px 0 !important;
  }
}

.contentWindow {
  height: 78vh;
  /* overflow: auto; */
}
.align-right {
  text-align: right;
}

.nextButton {
  position: relative;
  top: -25px;
  left: -28px;
}
.buttonarrowClr {
  color: rgb(32 186 198);
}

/* Loader */

/* Assessment style starting */

/* .quiz-container {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
} */

h1 {
  text-align: center;
  color: #333;
}

.question {
  margin-bottom: 15px;
  font-size: 1.2vw;
  font-family: lato;
}

/* button {
  width: 100%;
  padding: 10px;
  background-color: #5cb85c;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
} */

button:hover {
  background-color: #4cae4c;
}

#result {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  /* width: 20%; */
}
/* .radioBtn {
  transform: scale(1.6);
} */

/* assessment end */

.radioBtn {
  transition: transform 0.3s ease-in-out;
}

/* Scale adjustments for different screen sizes */
@media (max-width: 576px) {
  /* Extra small devices (phones) */
  .radioBtn {
    transform: scale(0.8);
  }
}

@media (min-width: 577px) and (max-width: 980px) {
  /* Small devices (tablets) */
  .radioBtn {
    transform: scale(1);
  }
}

@media (min-width: 769px) {
  /* Medium devices and up */
  .radioBtn {
    transform: scale(1.6);
  }
}

/* Pop up answer screen Style */

/* feedbackpageStyles */

.rating {
  display: flex;
  justify-content: center;
  font-size: 2vw;
  font-weight: bold;
  color: #ff9800;
  margin-bottom: 10px;
  justify-content: center;
}

/* Stars container */
.stars {
  margin: 10px 0;
  display: flex;
  justify-content: center;
}

.star {
  font-size: 83px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s ease;
}

.star:hover,
.star.active {
  color: #ff9800;
}

/* Textarea for reviews */
textarea {
  width: 100%;
  min-height: 100px;
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  resize: none;
  background: #f9f9f9;
}

textarea:focus {
  border-color: #4caf50;
  outline: none;
  background: #fff;
}

/* Submit button */
button {
  background: #4caf50;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background: #45a049;
}

/* Reviews section */
.reviews {
  margin-top: 20px;
  text-align: center;
}

.reviews p {
  background: #f1f1f1;
  padding: 10px;
  border-radius: 4px;
  margin: 10px 0;
  border: 1px solid #ddd;
}
/* Simulation window style */
#mainDiv {
  width: 100%;
  height: 100%;
  border: solid;
}

#quiz {
  background-color: #ffffff;
  border-radius: 11px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 15px;
  max-width: 100%;
  width: 99%;
}

.question {
  margin-bottom: 20px;
}

h3 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 15px;
}

.options label {
  display: block;
  padding: 10px;
  margin: 5px 0;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.options label:hover {
  background: #e0f7fa;
  transform: scale(1.02);
}

.options input[type="radio"] {
  margin-right: 10px;
}
.QuestionOutofNumber {
  padding-left: 89%;
  font-weight: 600;
  font-size: 1.4vh;
}
.questionButton {
  margin-top: 1%;
  background: #4caf50;
  color: #fff;
  border: none;
  /* padding: 10px 20px; */
  border-radius: 4px;
  font-size: 1vw;
  cursor: pointer;
  transition: background 0.3s ease;
}
.assessmentButtons {
  display: flex;
  flex-wrap: nowrap;
  align-content: space-around;
  /* justify-content: space-between; */
  justify-content: flex-end;
}

/* Question AnswerAssessment */
.chart-container {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}

.progress-circle {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(
      #4caf50 calc(var(--percentage) * 1%), 
      #ccc 0
  );
  display: inline-block;
}

.progress-circle::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: #fff;
  border-radius: 50%;
}

.progress-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
}

/* cnavas */
.styled-canvas {
  width: 100%;
  max-width: 500px; /* Maximum width for responsiveness */
  height: auto; /* Adjust height dynamically */
  border: 2px solid #4CAF50; /* Add a border */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  background-color: #f9f9f9; /* Light background */
  padding: 10px; /* Inner padding for spacing */
}

#myBarChart2{
  pointer-events: none;
}

/*  */

.progress-circle {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(
    #4CAF50 calc(var(--percentage) * 1%),
    #e6e6e6 calc(var(--percentage) * 1%)
  );
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Text inside the circle */
.progress-circle span {
  position: absolute;
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
}

.progress-circle span:first-child {
  top: 40%;
}

#UnitNumber{
  position: absolute;
    top: 24%;
    font-weight: 500;
    
}


@media (max-width: 768px) {
  .custom-paddingHeader {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 576px) {
  .mx-sm-5 {
      margin-right: 3rem !important;
      margin-left: 2rem !important;
  }
}
/* @media (min-width: 992px) {
  .container {
      max-width: 1102px;
  }
} */

/* Chart Page styles
 */

 
.chartMainScreenDiv{
  position: relative;
  width: 100%;
  height: 100%;
  /* border: solid; */
  display: flex;
  background-color: white;
}
.chart1{
  width: 99%;
    height: 49%;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* border: solid; */
}
.chartPlottingAreaRow{
  width: 100%;
    display: flex
;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    flex-direction: column;
}

.canvasForGame {
  width: 100%;
  max-width: 500px;
  height: auto;
  /* border: 2px solid #4CAF50; */
  /* border-radius: 10px; */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  /* background-color: #f9f9f9; */
  padding: 10px;
}

.LabelPforchart{
  transform: rotate(270deg);
}