.cursor-pointer {
    cursor: pointer;
}
#step1 .progress-bar {
  width: 20%;
}
#step2 .progress-bar {
  width: 40%;
}
#step3 .progress-bar {
  width: 60%;
}
#step4 .progress-bar {
  width: 80%;
}
#step5 .progress-bar {
  width: 100%;
}
.step-content.active {
  display: block;
}
.error-msg {
  color: red;
  font-size: 0.875rem;
}
.btn-google,
.btn-google {
  background-color: #fff;
  color: #444;
  border: 1px solid #ddd;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-apple,
.btn-apple:hover {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.testimonial-section .single-testimonial {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2) !important;
}
.input-container {
  position: relative;
}
.input-container i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #818181;
  cursor: pointer;
}
.input-container i.fa-eye {
  display: none;
}
.input-container i.fa-eye-slash {
  display: block;
}
.range-container {
  position: relative;
  height: 125px;
}
.range-container .range-min {
  position: absolute;
  left: 0;
}
.range-container .range-max {
  position: absolute;
  right: 0%;
}
input[type="range"] {
  width: 100%;
  margin: 25px 0;
  -webkit-appearance: none;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"] + label {
  background-color: #fff;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  padding: 5px 0;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* Chrome & Safari */
input[type="range"]::-webkit-slider-runnable-track {
  background: #007bff;
  border-radius: 4px;
  width: 100%;
  height: 10px;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #007bff;
  margin-top: -7px;
  cursor: pointer;
}
/* Firefox */
input[type="range"]::-moz-range-track {
  background: #007bff;
  border-radius: 4px;
  width: 100%;
  height: 14px;
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #007bff;
  margin-top: -7px;
  cursor: pointer;
}
/* IE */
input[type="range"]::-ms-track {
  background: #007bff;
  border-radius: 4px;
  width: 100%;
  height: 14px;
  cursor: pointer;
}
input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #007bff;
  margin-top: -7px;
  cursor: pointer;
}
.marketplace-seller-signup-card .agree-terms-checkout-label span {
    text-decoration: underline #0d6efd;
    color: #0d6efd;
}
#toastContainer {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 2;
}
