::-webkit-scrollbar {
  width: 0.5em;
}

::-webkit-scrollbar-track {
  border: none;
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 50px;
}

html,
body {
  margin: 0px;
}

body {
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  height: 100vh;
}

p {
  margin: 0px;
  padding: 0;
}

h1 {
  color: white;
  text-align: center;
  margin: 0px;
  font-weight: 900;
}

h2 {
  color: var(--non-black);
  text-align: center;
  margin: 1rem 0 0 0;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  color: white;
  text-align: center;
  margin: 0px;
  font-size: 1.6em;
  font-weight: 900;
}

button {
  font-family: inherit;
  border: 0;
  padding: 0;
  border-radius: 0 !important;
  margin: 0;
  display: flex !important;
  flex-direction: column;
}

ol {
  padding-right: 30px;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.main-container {
  width: 100%;
  height: 100%;
  margin: auto;
}

.main-contents {
  width: 100%;
  max-width: 1250px;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.main-header {
  display: flex;
  width: 100%;
  height: 8rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#app {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-container {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.slide {
  position: relative;
  top: 1rem;
  height: 512px;
  width: 806px;
}

.slide-img {
  position: absolute;
  opacity: 0;
  transition: all 2s ease-in-out;
}

.slide-key {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  width: 50rem;
  height: 2rem;
  margin-top: 1rem;
}
.slide-key .key-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 1.5rem;
}
.slide-key .key-item span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.5rem;
}

.insetMap {
  position: absolute;
  top: -45px;
  right: 10px;
  z-index: 1;
}

.main-heading {
  display: inline;
}

.flex-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
}

.item-title {
  color: var(--non-black);
}

.btn-cover, .mt-offset {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.btn-cover {
  width: 100%;
  height: 100%;
  align-items: center;
}

.btn-cover {
  background: transparent;
}

.btn-cover:hover {
  cursor: pointer;
}

.itemLink:hover, .btn-close:hover {
  color: var(--qm-darkOrange);
  font-size: 1.25rem;
}

p.itemLink:hover, .inactive:hover {
  cursor: not-allowed;
}

.regular {
  font-weight: 300;
}

.tb {
  display: table;
}

.td {
  display: table-cell;
}

.clear-fix {
  clear: both;
}

.img-responsive {
  width: 100%;
  max-width: 100%;
}

.videos {
  text-align: center;
}

.video--responsive {
  display: block;
  margin: auto;
}

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

.text-padding {
  padding: 0.2rem 0.5rem;
}

.bgGrey {
  background-color: var(--web-bg);
  color: var(--non-black) !important;
}

.bgPic {
  background-size: cover;
}

.bgBlack a {
  color: #fff !important;
  text-decoration: underline;
}

.relative {
  position: relative !important;
}

.fill {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.input-btn:active {
  box-shadow: none;
}

.btn-close {
  background: none;
  float: right;
  position: relative;
  right: 37px;
  top: 20px;
  padding: 5px;
  color: var(--non-black);
  border: 0;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.btn-close:hover {
  opacity: 0.7;
}

.btn-close i {
  font-size: 22px;
}
.bgBlack .btn-close i, .bgDESprimary .btn-close i {
  color: #fff;
}

.inner-content {
  margin: 10px 20px;
  position: relative;
}
.inner-content .sub-heading {
  margin: 0;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.modal {
  height: 500px;
  width: 600px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 9px solid rgba(255, 255, 255, 0.3);
  border-radius: 15%;
  border-style: outset;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease-in-out;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  margin: auto;
  background-repeat: no-repeat;
  background-size: 45% auto;
  background-position: center 22%;
  height: 100%;
  max-height: 450px;
  width: 80%;
  padding: 20px 0;
  border-radius: 5px;
}

.inline-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 1rem 0;
}

.item-thumb {
  width: 25%;
  min-width: 120px;
}

.item-description {
  width: 70%;
  font-size: 1.1rem;
  font-weight: 500;
}

#rangeHeading {
  width: 70%;
  margin: 0 15%;
}

.calculate-legend {
  display: none;
}

.calculate-legend, .slider-prompt {
  position: absolute;
  width: 100%;
  top: 5.3rem;
}

.daysHide, .typeHide, .searchHide {
  display: none;
}

.range-container {
  width: 90%;
  max-width: 800px;
}

.range-container-inner {
  position: relative;
  top: 1rem;
}

input[type=range] {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 0 2px;
  width: 100%;
  height: 25px;
  overflow: hidden;
  border: 0;
  border-radius: 1px;
  outline: none;
  background: linear-gradient(var(--qm-darkOrange), var(--qm-darkOrange)) no-repeat center;
  /* Use a linear gradient to generate only the 2px height background */
  background-size: 100% 2px;
  pointer-events: none;
  position: absolute;
}

input[type=range]:active,
input[type=range]:focus {
  outline: none;
}

datalist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 35px;
  color: var(--non-black);
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40px;
  padding: 3rem 0 0;
}

span {
  display: flex;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin-top: 3rem;
  border: 3px solid white;
}

.flex-row:first-of-type span, .key-item:first-of-type span {
  border: 3px solid black !important;
}

.flex-row:last-of-type option {
  width: 60px;
}

.multi-range {
  position: absolute;
  height: 30px;
  width: 80%;
  margin: 30px auto 0px;
  display: block;
  top: 2rem;
  left: 10%;
}

input[type=range]::-webkit-slider-thumb {
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: var(--qm-darkOrange);
  position: relative;
  margin: 5px 0;
  /* Add some margin to ensure box shadow is shown */
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
}

input[type=range]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--qm-darkOrange);
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  pointer-events: all;
}

.rs-label {
  position: absolute;
  left: -16px;
  top: -54px;
  transform-origin: center center;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 50%;
  line-height: 40px !important;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  border: 2px solid var(--qm-darkOrange);
  margin: -20px 0 0;
  padding: 6px;
  color: white;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 30px;
}

.rs-label::after {
  content: "";
  display: none;
  font-size: 20px;
  letter-spacing: 0.07em;
  margin-top: -2px;
}

#rs-bullet2 {
  left: 95%;
}

.bgDESprimary .profile-card-container .heading, .bgDESprimary p, .bgDESsecondary .profile-card-container .heading, .bgDESsecondary p {
  color: var(--non-black);
}
.bgDESprimary .stat-name-text, .bgDESsecondary .stat-name-text {
  min-width: 4rem;
}
.bgDESprimary .stat-list-item:nth-of-type(even) p, .bgDESsecondary .stat-list-item:nth-of-type(even) p {
  color: white;
}

.info {
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
  cursor: pointer;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip i {
  display: block;
  font-size: 24px;
  color: rgb(24, 49, 83);
}

/* Tooltip text */
.tooltiptext {
  visibility: hidden; /* Hidden by default */
  width: 100%;
  min-width: 500px;
  background-color: rgb(24, 49, 83);
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  padding: 5px 1rem;
  border-radius: 6px;
  position: absolute;
  top: -52px;
  left: 125%;
  z-index: 1; /* Ensure tooltip is displayed above content */
}

.tooltip-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

/* Show the tooltip text on hover */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.opacity {
  opacity: 0.6;
}

@media (max-width: 640px) {
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.2em;
  }
  .main-container {
    width: 100%;
    max-width: 100%;
    min-height: -moz-min-content;
    min-height: min-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .btn-close {
    top: 16px;
  }
  .btn-close i {
    font-size: 32px;
  }
}/*# sourceMappingURL=app.css.map */