.accordion-header {
  border-radius: 8px;
}

.accordion-button {
  background-color: #f8f8f8;
}

.accordion-item {
  margin-bottom: 10px;
}

.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.center-img {
  width: 70px;
  /* Adjust the width as needed */
  height: 40px;
  /* Adjust the height as needed */
  margin-bottom: 0px;
  margin-left: 0px;
  /* Adjust the margin as needed */
}

.centered {
  font-size: 1rem;
  color: #000;
  font-weight: 900;
}


.highcharts-figure,
.highcharts-data-table table {
  min-width: 100px;
  max-width: 500px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.highcharts-credits {
  display: none !important;
}

.highcharts-exporting-group {
  display: none !important;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 400px;
  max-width: 320px;
  margin: 1em auto;

}


.datacs {
  width: 20%;
  text-align: center;
  margin: 5px;
}

.datact {
  width: 20%;
  text-align: center;
  margin: 5px;
  padding: 8px;
  border: 1px solid #ebe9e8;
  border-radius: 8px;
  cursor: pointer;
  background-color: #f3f1ff;
}

.datactive {
  background-color: #ffff !important;
}

.dataresult {
  border: 1px solid #ebe9e8;
  padding: 20px 10px 20px 10px;
  margin-top: 10px;
  border-radius: 8px;

}

.resone {
  border: 4px solid #a43335;
}

.restext {
  width: 80px;
  height: 80px;
  font-size: 35px;

  color: #ffff;
  padding: 20px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-top: -20px !important;
}

.datavid {
  background-color: rgba(71, 141, 255, .1);
  cursor: pointer;
  max-width: 350px;
  height: 80px;

  border-radius: 8px;
}


#fluency-div2 {
  display: none;
}

#fluency-div3 {
  display: none;
}


#resultdiv2 {
  display: none;
}

#resultdiv3 {
  display: none;
}

#resultdiv4 {
  display: none;
}

#resultdiv5 {
  display: none;
}


#radialBarChart {
  background: transparent !important;
}

.color-card {
  position: relative;
  border-radius: 8px;
}

.color-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #cb2324, #a43335);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.color-cardII {
  position: relative;
  border-radius: 8px;
}

.color-cardII::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #247d2a -68.92%, #4eed59 119.48%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.color-cardIII {
  position: relative;
  border-radius: 8px;
}

.color-cardIII::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #1a4c9c -68.92%, #92bbfc 119.48%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.color-cardIV {
  position: relative;
  border-radius: 8px;
}

.color-cardIV::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #0b7399 -68.92%, #5ecbf2 119.48%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.color-cardV {
  position: relative;
  border-radius: 8px;
}

.color-cardV::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #150cc2 -68.92%, #a4a0fa 119.48%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.orderimage {
  background-image: linear-gradient(#fbfbfd, #fbfbfd), linear-gradient(180deg, #cb2324, #a43335);
  background-clip: content-box, border-box;
}


.buttonshare {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border: 1px solid #e9ecef;
  transition: border-color 0.3s ease;
  border-radius: 8px;
}

.buttonshare:hover {
  border-color: #adb5bd;
}

h2 {
  font-weight: 700;
  line-height: 3rem;
  color: #000000;
  margin-bottom: 1rem;
  font-size: 30px;
}

h3 {
  font-weight: 700;
  line-height: 3rem;
  color: #000000;
  margin-bottom: 0px;
  font-size: 26px;
}

h4 {
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: .38px;
  color: #000000;
  margin-bottom: 1rem;
  font-size: 22px;
}

h5 {
  font-weight: 700;
  color: #000000;
}

h6 {}

p {
  color: #575579;
  margin-bottom: 1.6rem;
  line-height: 1.6em;
}

.ml5 {
  margin-left: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.topdiv {
  padding: 10px;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-content: space-around;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.circle {
  display: inline-block;
  width: 40px;
  /* Adjust the width as needed */
  height: 40px;
  /* Set the height equal to width */
  border-radius: 50%;
  /* Make it a perfect circle */
  background-color: rgb(0, 51, 128);
  color: #fff;
  text-align: center;
  line-height: 40px;
  /* Center the text vertically */
}


.containerpro {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}

.progresspro {
  width: 75%;
  height: 36px;
  border-radius: 8px;
  background-color: #f2f2f2;
  overflow: hidden;
}

.progresspro-bar {
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 36px;
  background-color: #007bff;
}


.circle-c2 {
  background-color: rgb(0, 51, 128);
}

.circle-c1 {
  background-color: rgb(0, 68, 170);
}

.circle-b2 {
  background-color: rgb(0, 85, 212);
}

.circle-b1 {
  background-color: rgb(42, 127, 255);
}

.circle-a2 {
  background-color: rgb(85, 153, 255);
}

.circle-a1 {
  background-color: rgb(156, 196, 255);
}


.progresspro-bar-c2 {
  background-color: rgb(0, 51, 128);
}

.progresspro-bar-c1 {
  background-color: rgb(0, 68, 170);
}

.progresspro-bar-b2 {
  background-color: rgb(0, 85, 212);
}

.progresspro-bar-b1 {
  background-color: rgb(42, 127, 255);
}

.progresspro-bar-a2 {
  background-color: rgb(85, 153, 255);
}

.progresspro-bar-a1 {
  background-color: rgb(156, 196, 255);
}

.flexrow {
  display: flex;
  flex-direction: row;
}

.paddingtopdiv {
  padding-left: 20px;
}

.apexcharts-canvas {
  position: relative;
  user-select: none;
  width: 220px !important;
  height: 198.7px;
  text-align: center;
}

.width312 {
  width: 25% !important;
}

.width912 {
  width: 75% !important;
}

.div25 {
  width: 25%;
}

.div75 {
  width: 75%;
}

.div40 {
  width: 40%;
}

.div60 {
  width: 60%;
}

.div50 {
  width: 50%;
}

.alignmcenter {
  text-align: left;
}

.padding2030 {
  padding: 20px;
}

.ptype {
  margin-top: -36px;
  font-size: 18px;
  color: green;
  font-weight: 600;
  position: relative;
  z-index: 99;
}

.div3320 {
  width: 30%;
}

.div6680 {
  width: 70%;
}

.mdis:before,
.mdi-set {
  font-size: 18px;
  color: #20c997;
}

.mhide {
  display: block !important;
}

@media screen and (max-width: 676px) {

  .comText {
    width: 100px !important;
    margin-left: -35px !important;
  }

  .rangeText {
    display: none;
  }

  iframe {
    width: 100% !important;
  }

  .mobileHead {
    margin: 20px 0px 10px 0px;
  }

  .gaugeDiv {
    margin-left: -35px;
  }

  .flexrow {
    display: flex;
    flex-direction: column;
    ;
  }

  .paddingtopdiv {
    padding-left: 0px;
  }

  .apexcharts-canvas {
    position: relative;
    user-select: none;
    width: 100% !important;
    height: 198.7px;
    text-align: center;
  }

  .width312 {
    width: 100% !important;
  }

  .width912 {
    width: 100% !important;
  }

  .div25 {
    width: 100%;
  }

  .div75 {
    width: 100%;
  }

  .alignmcenter {
    text-align: center;
  }

  .padding2030 {
    padding: 20px 30px;
  }

  h2 {
    font-weight: 700;
    line-height: 2.4rem;
    color: #000000;
    margin-bottom: 0px;
    font-size: 26px;
  }

  h3 {
    font-weight: 700;
    line-height: 2.2rem;
    color: #000000;
    margin-bottom: 0px;
    font-size: 24px;
  }

  h4 {
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: .38px;
    color: #000000;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .datacs {
    width: 100%;
    text-align: center;
    margin: 5px;
  }

  .datact {
    width: 100%;
    text-align: center;
    margin: 5px;
    padding: 8px;
    border: 1px solid #ebe9e8;
    border-radius: 8px;
    cursor: pointer;
    background-color: #f3f1ff;
  }

  .datavid {
    background-color: rgba(71, 141, 255, .1);
    cursor: pointer;
    max-width: 100%;
    height: 80px;
    border-radius: 8px;
  }

  .div40 {
    width: 100%;
  }

  .div60 {
    width: 100%;
  }

  .div50 {
    width: 100%;
  }

  .highcharts-figure,
  .highcharts-data-table table {
    min-width: 500px;
    max-width: 600px;
    margin: 1em auto;
    margin-left: auto;
    text-align: center;
  }

  .ptype {
    margin-top: -36px;
    font-size: 18px;
    color: green;
    font-weight: 600;
    position: relative;
    z-index: 99;
  }

  .div3320 {
    width: 20%;
  }

  .div6680 {
    width: 80%;
  }

  .mhide {
    display: none !important;
  }
}

#td1 {
  font-size: 11px;
}


.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popuptext {
  visibility: hidden;
  width: 300px;
  height: auto;
  background-color: #ffff;
  color: #575579;
  text-align: left;
  border-radius: 6px;
  padding: 15px 20px;
  position: absolute;
  z-index: 99999999;
  bottom: 0%;
  margin-left: 0px;
  transition: background 250ms ease-in-out;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.popuptextgrammar {
  visibility: hidden;
  width: 300px;
  height: 160px;
  background-color: #ffff;
  color: #575579;
  text-align: left;
  border-radius: 6px;
  padding: 15px 20px;
  position: absolute;
  z-index: 99999999;
  bottom: 0%;
  margin-left: 0px;
  transition: background 250ms ease-in-out;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.popuptextinto {
  visibility: hidden;
  width: auto;
  height: auto;
  background-color: #ffff;
  color: #575579;
  text-align: left;
  border-radius: 6px;
  padding: 15px 20px;
  position: absolute;
  z-index: 99999999;
  bottom: 0%;
  margin-left: 0px;
  transition: background 250ms ease-in-out;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.word {}

.progressBack {
  width: 100%;
  height: 30px;
  background-color: rgba(51, 182, 255, .12941176470588237);
  margin-top: 10px;
  border-radius: 12px;
  padding: 2px 19px;
  margin-bottom: 10px;
}

.progper {
  font-size: 12px;
  font-weight: 650;
}

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

.wordresultHead {
  font-size: 14px;
}

.incorrect {
  color: #cb2324;
  font-weight: 670;
}

.correct {
  color: green;
  font-weight: 670;
}

.wordresult {
  font-size: 12px;
}

.wordresult::-webkit-scrollbar {
  width: 3px;
}

#container {
  width: 320px;
  height: 270px;
  margin: 0 auto;
}

#container1 {
  width: 320px;
  height: 270px;
  margin: 0 auto;
}


.apexcharts-tooltipas {
  border-radius: 8px !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 12px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
  width: auto !important;
  height: auto;
  opacity: 1 !important;
  position: relative;
}

.apexcharts-tooltip-title {
  font-weight: bold !important;
  color: #333333 !important;
  text-align: left !important;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.apexcharts-tooltip-series-group {
  display: block !important;
  padding: 4px 0 !important;
}

.apexcharts-tooltip-series-group div {
  margin-bottom: 4px;
}

.apexcharts-tooltip-marker {
  width: 10px !important;
  height: 10px !important;
}

.ti-xs {
  font-size: 1.4rem !important;
}