.magnaBreadcrumb {
  color: #555 !important;
  margin: 5px 0 16px !important;
  text-transform: uppercase !important;
  line-height: 32px !important;
  font-style: normal !important;
  font-size: 35px !important;
}

.magnaBreadcrumb::before {
  background: none !important;
}

.magnaBreadcrumb::after {
  background: none !important;
}

.myContent {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#status,
#error {
  color: #c00;
  text-align: center;
}

#result,
#status,
#error {
  display: none;
}

#result.active {
  display: flex;
}

#status.active,
#error.active {
  display: block;
}

.loader-container-test {
  bottom: 0;
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 9999;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  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: 15px !important;
  font-size: 21px !important;
  color: #000;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 1.5em;
  font-size: 25px;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 1.5em;
  font-size: 25px;
}

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

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

.my-result {
  display: flex;
  justify-content: center;
}

.boxes {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.boxing {
  position: relative;
  overflow: hidden;
  height: 93px;
  border-radius: 0.5em;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  margin: 4.5px;
}

.summary-past {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  float: left;
  padding: 1.5em 10% 0;
  color: rgba(0, 0, 0, 0.3);
  font-style: normal;
  font-size: 12px;
}

.summary-past i {
  display: block;
  margin: 0 0 0 -0.65em;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
}

/* .testimonial_btn {
  width: 100%;
} */

.testimonial_btn:hover {
  background: #9a62a3;
}

.summary-score {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  float: left;
  padding: 0 3% 0 10%;
  font-size: 48px;
}

.summary-negative i {
  color: #e14124;
}

.summary-positive i {
  color: #19a453;
}

h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px !important;
}

.ct-chart {
  position: absolute;
  bottom: 0;
  left: 1px;
  top: 0;
  fill: none;
  width: 100%;
}

.ct-chart .ct-line {
  stroke-width: 5px !important;
  stroke: #cfebf2 !important;
}

svg {

  width: calc(100%);
  max-height: calc(100%);
}

#desktop,
#mobile {
  height: 0;
  width: 0;
  visibility: hidden;
}

.desktop_label,
.mobile_label {
  cursor: pointer;
  text-indent: -9999px;
  width: 64px;
  height: 14px;
  background: grey;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  top: -5px;
}
 
.desktop_label label:after,
.mobile_label label:after {
  content: '';
  position: absolute;
  top: 3.5px;
  left: 5px;
  width: 27px;
  height: 6px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
  margin-bottom: 0% !important;
}

#desktop:checked+label,
#mobile:checked+label {
  background: #9a62a3;
}

#desktop:checked+label:after,
#mobile:checked+label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

label:active:after {
  width: 130px;
}

.input-group-addon {
  padding: 0px 12px !important;
  /* font-size: 14px; */
  /* font-weight: 400; */
  line-height: -1 !important;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  /* border-radius: 4px; */
}

@media only screen and (max-width: 600px) {
  #result.active {
    flex-direction: column;
  }

  .highcharts-figure,
  .highcharts-data-table table {
    min-width: 100%;
    max-width: 100%;
  }

  .boxing {
    height: 120px;
  }

  .desktop_label,
  .mobile_label {
    width: 35px !important;
  }

  label:after {
    width: 14px !important;
  }
}