* {
  margin: 0;
  padding: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

html {
  height: 100%;
}

.altor-multi-steps {
  /* background-color: rgba(247, 247, 247, 1); */
  /*padding: 40px 0;*/
  background-color: #F7F7F7;
}

@media (max-width:992px) {
  .altor-multi-steps {
    background-image: none !important;
  }
}




fieldset {
  margin-top: 70px;
}

main.altor-multi-steps:before {
  content: '';
  background-image: linear-gradient(90deg, rgb(247, 247, 247) 0%, rgba(247, 247, 247, 0) 100%), var(--altor-sf-bg-img);
  background-position: right center;
  background-repeat: no-repeat;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  background-size: cover;
}

@media (max-width: 768px) {
  main.altor-multi-steps:before {
    background-image: linear-gradient(90deg, rgb(247, 247, 247) 0%, rgba(255, 255, 255, 0.875) 100%), var(--altor-sf-bg-img);
    width: 100%;
  }
}

.altor-page-title {
  font-family: Century Gothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: 0.01em;
  padding-top: 20px;
}

.altor-page-subtitle {
  font-family: Aptos, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

fieldset .altor-progress-title {
  font-family: Century Gothic, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 44.8px;
  letter-spacing: 0.01em;
  color: #303030;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: center;
}

#form {
  text-align: center;
  position: relative;
  margin-top: 32px;
}

#form fieldset {
  /* background: white; */
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  /* margin: 0; */
  padding-bottom: 20px;
  position: relative;
}

.finish {
  text-align: center;
}

.finish .nav {
  border: 1px solid rgba(220, 223, 227, 1);
  width: fit-content;
  border-radius: 8px;
}

.finish .nav-pills .nav-item .nav-link {
  color: rgba(27, 29, 32, 1);
  font-family: Aptos, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.02em;
  min-width: 117px;
  padding: 10px 16px;
  border: none;
}

.finish .nav-pills .nav-item .nav-link:hover {
  color: rgba(27, 29, 32, 1);
  font-weight: 400;
  background-color: white;
}

.finish .nav-pills .nav-item .nav-link.active {
  background-color: rgba(196, 223, 249, 1);
  color: rgba(27, 29, 32, 1);
  font-weight: 800;
  border-radius: 0;
}

.finish .nav-pills .nav-item:first-child .nav-link.active {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.finish .nav-pills .nav-item:last-child .nav-link.active {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#form fieldset:not(:first-of-type) {
  display: none;
}

[type=button].next-step,
[type=button].previous-step,
[type=button].restart-btn,
[type=button].download-btn {
  border-radius: 4px;
  max-width: 192px;
  width: 100%;
  font-family: Aptos, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  align-items: center;
  display: flex;
  padding: 12px 32px 12px 32px;
  margin-top: 65px;
  justify-content: center;
}

.next-step-button {

  border: 2px solid #303030 !important;
  background: #303030 !important;
  color: #ffffff !important;
  border-radius: 4px;
  max-width: 192px;
  width: 100%;
  font-family: Aptos, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  align-items: center;
  display: flex;
  padding: 12px 32px 12px 32px;
   margin-left: auto;
   margin-right: auto;
  margin-top: 20px;
  justify-content: center;
}

[type=button].previous-step,
[type=button].restart-btn {
  background: #ffffff;
  color: #303030;
  border: 2px solid #303030;
  float: left;
}

[type=button].next-step,
[type=button].download-btn {
  float: right !important;
  border: 2px solid #303030 !important;
  background: #303030 !important;
  color: #ffffff !important;
}

[type=button].next-step .right-arrow-img {
  margin-left: 34px;
}

.text {
  color: #2f8d46;
  font-weight: normal;
}

#progressbar {
  margin-bottom: 40px;
  overflow: hidden;
  color: #cfd6dc;
  display: flex;
  padding-left: 0;
}

#progressbar .active {
  color: #5c61b8;
}

#progressbar .visited {
  color: #303030;
  font-weight: 700;
}

#progressbar li {
  list-style-type: none;
  text-align: left;
  font-size: 14px;
  color: #595858;
  width: 25%;
  float: left;
  position: relative;
  font-family: Aptos, sans-serif;
  font-weight: 400;
  margin-right: 26px;
}

#progressbar #step1:before {
  content: "1";
}

#progressbar #step2:before {
  content: "2";
}

#progressbar #step3:before {
  content: "3";
}

#progressbar #step4:before {
  content: "4";

}

#progressbar #step5:before {
  content: "5";
}

#progressbar li:before {
  margin: 10px auto 0px 40px;
  display: block;
  border-top: 2px solid #cfd6dc !important;
  color: transparent;
}

#progressbar #step4:before {

  margin-right: 0;
}

#progressbar li:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #cfd6dc;
  position: absolute;
  left: 0;
  top: 0;
  /* z-index: -1; */
}

/* #progressbar li.active:before{
  background: #5c61b8;
} */
#progressbar li.active:after {
  background: #fff;
  border: 5px solid #5c61b8;
}

/* #progressbar li.visited:before, */
#progressbar li.visited:after {
  background-image: url("../images/solution-finder/green-checkbox.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #008000;
}

.altor-temp-cards {
  margin-top: 84px;
}

.temp-cards {
  /* padding: 66px 0 35px 0; */
  height: 163px;
  border: 2px solid #d7d5d5;
  border-radius: 8px;
  position: relative;
  background-color: transparent;
}

.temp-cards .card-title {
  font-family: Aptos, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

.temp-cards.card-first:has(.form-check-input:checked) {
  background-color: rgba(249, 160, 27, 0.1);
  border: 2px solid rgba(250, 102, 28, 1);
  border-color: rgba(250, 102, 28, 1);
  transition: border-color 0.3s ease-in-out;
}

.temp-cards.card-first:has(.form-check-input:checked) .card-title {
  color: rgba(250, 102, 28, 1);
}

.temp-cards.card-first:has(.form-check-input:checked) .card-img-top {
  filter: invert(49%) sepia(74%) saturate(3020%) hue-rotate(350deg) brightness(101%) contrast(96%);
  transform: scale(1.4) rotate(15deg);
}

.temp-cards.card-second:has(.form-check-input:checked) {
  background-color: rgba(176, 224, 230, 0.1);
  border: 2px solid rgba(30, 145, 237, 1);
  border-color: rgba(30, 145, 237, 1);
}

.temp-cards.card-second:has(.form-check-input:checked) .card-title {
  color: rgba(30, 145, 237, 1);
}

.temp-cards.card-second:has(.form-check-input:checked) .card-img-top {
  filter: invert(36%) sepia(86%) saturate(1929%) hue-rotate(192deg) brightness(107%) contrast(86%);
  transform: scale(1.4) rotate(15deg);
}

.temp-cards .form-check {
  position: absolute;
  top: 5px;
  right: 8px;
  display: block;
}

.temp-cards .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 0;
  box-shadow: none;
  border: 3px solid rgba(89, 88, 88, 1);
}

.temp-cards .form-check-input:checked {
  background-color: green;
  border-color: green;
  box-shadow: none;
}

.temp-cards .card-body {
  color: #595858;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.01em;
}

.temp-cards .card-img-top {
  max-height: 48px;
  max-width: 48px;
  margin-right: 24px;
  transition: transform 0.4s ease-in-out;
  transform-origin: center center;
  /* Ensures no unwanted vertical movement */
  display: block;
}

/* Altor temp small cards  */
.altor-temp-small-cards {
  margin-top: 68px;
}

.altor-temp-small-cards .card {
  border: 2px solid #d7d5d5;
  border-radius: 8px;
  position: relative;
  padding: 8px 16px;
  min-height: 170px;
  background-color: transparent;
}

.altor-temp-small-cards .card .card-title {
  font-family: Aptos, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}

.altor-temp-small-cards .card .green-check {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.altor-temp-small-cards .form-check {
  width: 100%;
  padding: 0;
  display: -ms-inline-grid;
  display: -moz-inline-grid;
  margin-right: 0;
}

.altor-temp-small-cards input[type="radio"]:checked+.form-check-label .green-check {
  display: block;
}

.altor-temp-small-cards .form-check-input {
  display: none;
}

.altor-temp-small-cards .form-check-label {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.altor-temp-small-cards .card .card-body {
  color: #595858;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.01em;
}

.altor-temp-small-cards .card .card-img-top {
  max-height: 48px;
  max-width: 48px;
  margin-bottom: 8px;
  margin-top: 23px;
  margin-right: 0;
  transition: transform 0.4s ease-in-out;
  transform-origin: center center;
  /* Ensures no unwanted vertical movement */
  display: block;
}

.altor-temp-small-cards input[type="radio"]:checked+.form-check-label .card.ultra-cold {
  border: 2px solid rgba(120, 156, 172, 1);
  background-color: rgba(120, 156, 172, 0.1);
  animation: fadeIn 2s;
}

.altor-temp-small-cards input[type="radio"]:checked+.form-check-label .card.ultra-cold .card-title {
  color: rgba(80, 156, 172, 1);
  animation: fadeIn 2s;
}

.altor-temp-small-cards input[type="radio"]:checked+.form-check-label .card.ultra-cold .card-img-top {
  filter: invert(63%) sepia(52%) saturate(4930%) hue-rotate(158deg) brightness(89%) contrast(101%);
  animation: fadeIn 2s;
}

.altor-temp-small-cards input[type="radio"]:checked+.form-check-label .card.frozen {
  border: 2px solid rgba(157, 182, 198, 1);
  background-color: rgba(157, 182, 198, 0.1);
  animation: fadeIn 2s;
}

.altor-temp-small-cards input[type="radio"]:checked+.form-check-label .card.frozen .card-title {
  color: rgba(70, 182, 198, 1);
  animation: fadeIn 2s;
}

.altor-temp-small-cards input[type="radio"]:checked+.form-check-label .card.frozen .card-img-top {
  filter: invert(63%) sepia(52%) saturate(4930%) hue-rotate(158deg) brightness(89%) contrast(101%);
  animation: fadeIn 2s;
}

.altor-temp-small-cards input[type="radio"]:checked+.form-check-label .card.temperature-scale {
  border: 2px solid rgba(20, 145, 237, 1);
  background-color: rgba(30, 145, 237, 0.1);
  animation: fadeIn 2s;
}

.altor-temp-small-cards input[type="radio"]:checked+.form-check-label .card.temperature-scale .card-title {
  color: rgba(20, 145, 237, 1);
  animation: fadeIn 2s;
}

.altor-temp-small-cards input[type="radio"]:checked+.form-check-label .card.temperature-scale .card-img-top {
  filter: invert(69%) sepia(70%) saturate(6418%) hue-rotate(183deg) brightness(97%) contrast(91%);
  animation: fadeIn 2s;
}

.altor-temp-small-cards input[type="radio"]:checked+.form-check-label .card.temperature-rise {
  border: 2px solid rgba(255, 228, 132, 1);
  background-color: rgba(255, 228, 132, 0.1);
  animation: fadeIn 2s;
}

.altor-temp-small-cards input[type="radio"]:checked+.form-check-label .card.temperature-rise .card-title {
  color: rgba(255, 206, 20, 1);
  animation: fadeIn 2s;
}

.altor-temp-small-cards input[type="radio"]:checked+.form-check-label .card.temperature-rise .card-img-top {
  filter: invert(90%) sepia(15%) saturate(5461%) hue-rotate(345deg) brightness(105%) contrast(101%);
  animation: fadeIn 2s;
}

.range-slider {
  width: 100%;
  max-width: 604px;
  margin: 181px auto 0 auto;
}

.range-container {
  margin-top: 20px;
  text-align: center;
  position: relative;
  width: 570px;
  max-width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (177px));
  height: 14px;
  border-radius: 12px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
  margin-top: 8px;
}

.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 22px;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  border: 6px solid rgba(92, 97, 184, 1);
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

/* .range-slider__range::-webkit-slider-thumb:hover {
  background: #5c61b8;
} */

/* .range-slider__range:active::-webkit-slider-thumb {
  background: #5c61b8;
  border-color: #fff;
} */

.range-slider__range::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 22px;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  border: 6px solid rgba(92, 97, 184, 1);
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

/* .range-slider__range::-moz-range-thumb:hover {
  background: #5c61b8;
}

.range-slider__range:active::-moz-range-thumb {
  background: #5c61b8;
} */

.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: none;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #5c61b8;
  padding: 5px 10px;
  margin-left: 8px;
}

.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #5c61b8;
  border-bottom: 7px solid transparent;
  content: "";
}

.range-labels {
  display: flex;
  gap: 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #303030;
  margin-top: -26px;
}

.range-value {
  font-size: 16px;
  font-weight: bold;
}

.range-slider__selected-value {
  margin-right: -20px;
}

.range-slider__selected-value #currentValue {
  background-color: #fff;
  padding: 4px 10px;
  border: 1px solid #a2a2a2;
  border-radius: 2px;
  min-width: 43px;
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

.range-slider p {
  color: #595858;
  font-family: Aptos, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 39.2px;
  letter-spacing: 0.01em;
}

.slider-container {
  position: relative;
  width: 50%;
  overflow: hidden;
  /* background: white;
  padding-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
}

.slider {
  display: flex;
  transition: transform 0.9s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.slide img {
  transition: transform 0.9s ease-in-out;
  height: 172px;
}

/* .slide:nth-child(1) { background: #ff5733; }
.slide:nth-child(2) { background: #33ff57; }
.slide:nth-child(3) { background: #3357ff; } */
.altor-clock-duration .clock {
  width: 222px;
  height: 222px;
  background-image: url("../images/solution-finder/Clock.png");
  background-repeat: no-repeat;
  position: relative;
  margin: 20px auto;
}

.altor-clock-duration .clock::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: black;
  border-radius: 50%;
  top: 50%;
  left: 50.1%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.altor-clock-duration .hour-hand {
  width: 0;
  height: 0;
  position: absolute;
  top: 60px;
  left: 108px;
  transform-origin: bottom;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 48px solid black;
}

.altor-clock-duration .minute-hand {
  width: 0;
  height: 0;
  position: absolute;
  top: 36px;
  left: 108px;
  transform-origin: bottom;
  border-left: 4px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 74px solid black;
}

.altor-clock-duration .marks {
  position: absolute;
  width: 100%;
  height: 100%;
}

.altor-clock-duration .mark {
  position: absolute;
  width: 2px;
  height: 10px;
  background: #6666cc;
  left: 99px;
  transform-origin: bottom;
  display: none;
}

.altor-clock-duration .slider-container {
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.altor-clock-duration .slider {
  flex-grow: 1;
  height: 4px;
  -webkit-appearance: none;
  background: #eee;
  outline: none;
  border-radius: 12px;
  height: 14px;
}

.altor-clock-duration .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 40px;
  height: 30px;
  /* background: #6666cc; */
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  background-image: url("../images/solution-finder/slider-thumb.png");
}

.altor-clock-duration .hours {
  min-width: 60px;
  font-family: Aptos, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.altor-clock-duration .note {
  font-family: Aptos, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: 0.02em;
  margin-top: 40px;
}

.slider:focus {
  background: linear-gradient(to right,
      #5c61b8 0%,
      #5c61b8 var(--thumb-position),
      #ddd var(--thumb-position),
      #ddd 100%);
}

.pagination {
  font-size: 14px;
}

.altor-search {
  width: 180px;
  height: 42px;
}

.altor-search .altor-input {
  border-right: none;
}

.altor-search .input-group-text {
  background-color: transparent;
}

.altor-pagination {
  color: #1C5251;
  font-size: 14px;
  font-weight: 400;
}

.altor-table {
  border: 1px solid #DCDFE3;
  border-radius: 4px;
}

.altor-table thead tr th {
  font-family: Aptos, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  background-color: #237AFC0D;
  border: none !important;
}

.altor-table tbody tr:nth-child(odd) td {
  background-color: #fff;
  font-family: Aptos, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1B1D20;
}

.altor-table tbody tr:nth-child(even) td {
  background-color: #F7F7F7;
  font-family: Aptos, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1B1D20;
}

.altor-table tbody tr:nth-child(even) {
  background-color: #F7F7F7;
}

.altor-table-links {
  font-family: Aptos, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3A7EB8;
}

.altor-table td,
th {
  border: none;
  text-align: left;
}

.altor-table td,
th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.altor-table tr {
  border: none;
}

.altor-search {
  width: 180px;
  height: 42px;
  border: 1px solid #DCDFE3;
}

.altor-input,
.input-group-text {
  border: none !important;
}

.altor-input:focus {
  box-shadow: none;
}

.dt-buttons {
  display: none !important;
  /* This hides the buttons completely */
}

.dataTables_filter {
  margin-top: -53px;
}

.dataTables_filter label {
  display: flex;
  align-items: center;
}

#solution-finder-datatable thead tr th {
  padding: 5px;
  padding-right: 11px;
  white-space: nowrap;
  border: none;
}

#solution-finder-datatable thead:first-child tr:first-child th {
  border-block-start: none;
}

/* #altor-stepper-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  min-height: 100vh;
  height: 100%;
  background: linear-gradient(90deg, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
 
.last-step::before {
  background: none !important;
} */

.info-container {
  display: flex;
  align-items: center;
  position: relative;
}

.product-name {
  font-size: 18px;
  color: #0073e6;
  margin-right: 5px;
}

/* Info Icon */
.info-icon {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.info-icon img {
  width: 15px;
  height: 15px;
}

/* Popover Styling */
.popover-box {
  display: none;
  position: absolute;
  top: 30px;
  left: 70%;
  transform: translateX(-40%);
  background: rgba(241, 248, 255, 1);
  width: fit-content;
  min-width: 310px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 10;
  border: 2px solid rgba(162, 162, 162, 1);
}

.popover-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.popover-heading {
  font-family: Aptos, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: rgba(58, 126, 184, 1);
}

.popover-box .close-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.popover-box .popover-content {
  margin-top: 12px;
}

.popover-box .popover-content p {
  margin: 5px 0;
  font-size: 14px;
}

.popover-box .icon {
  font-size: 16px;
  margin-right: 5px;
}

/* Show Popover on Hover */
.popover-box .info-icon:hover+.popover-box {
  display: block;
}

.popover-box .popover-box:hover {
  display: block;
}

.altor-info-td {
  overflow: unset !important;
}

.info-icon:hover,
.info-icon:focus {
  background-color: transparent;
}

.altor-responsive-table {
  border: 1px solid #DCDFE3;
}

@media (max-width:600px) {
  .altor-progress-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .altor-page-title {
    font-size: 28px;
    line-height: normal;
  }
#altorStepContainer .altor-page-title {
    position:relative;
    font-size: 32px;
  }
  #altorStepContainer .altor-page-subtitle{
  position:relative
  }
  [type=button].next-step,
  [type=button].previous-step,
  [type=button].restart-btn,
  [type=button].download-btn {
    max-width: 160px !important;
  }

  .range-slider__range {
    margin-left: 0px;
  }

  .range-slider__selected-value {
    margin-right: -10px;
  }

  .finish .nav-pills .nav-item .nav-link {
    padding: 10px 5px;
    min-width: 100px;
  }
}

.altor-progress-subtitle {
  font-family: Aptos;
  font-weight: 700;
  font-size: 14px;
  line-height: 22.4px;
  color: #595858;
  text-transform: uppercase;
}

.range-slider-input-box {
  width: 78px !important;
  height: 28px;
  border: 1px solid #A2A2A2 !important;
  border-radius: 2px !important;
  padding: 2px 12px !important;
}

.altor-search {
  width: 180px;
  height: 42px;
  border: 1px solid #DCDFE3 !important;
}

.datatable-search {
  border-right: none;
  background-color: transparent;
  font-family: Aptos;
  font-weight: 400;
  font-size: 14px;
  border: none !important;
}
.sales,.thermal{
 pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.altor-search .input-group-text {
  background-color: transparent;
}
#solution-finder-datatable-all td:nth-child(8),
#solution-finder-datatable-all th:nth-child(8),
#solution-finder-datatable-all td:nth-child(9),
#solution-finder-datatable-all th:nth-child(9) {
    display: none !important;
}
.altor-clock-duration .slider {
  background: #d7dcdf; /* Default background */
  transition: background 0.3s ease; /* Smooth transition */
}