/* Font */
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* Body */
body {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  background-color: #f0f0f0;
  color: #333;
  line-height: 1.6;
}

/* Container */
.container {
  max-width: 600px;
  margin: 2rem auto;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Header */
.header {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.header img {
  width: 200px;
  margin-bottom: 20px;
}

/* Headings */
h1, h2 {
  font-family: 'Space Grotesk', sans-serif;
  color: #333;
}

/* List */
ul {
  list-style: circle; 
   padding-left: 1rem;
}

/* Buttons */
.btn-primary {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-primary:hover {
  background-color: #138496;
  border-color: #138496;
}

/* Loader */


#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

/* Range Input Container */
.input-range-container {
  width: 100%;
  margin-bottom: 20px;
}

/* Range Input */
.input-range-container input[type="range"] {
  -webkit-appearance: none;
  width: calc(100% - 32px); /* Adjusted width */
  height: 8px;
  border-radius: 5px;
  background: #ddd;
  outline: none;
  margin-top: 14px;
}

/* Range Input Thumb - Webkit */
.input-range-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 28px; /* Adjusted width */
  height: 28px; /* Adjusted height */
  border-radius: 50%;
  background: #007bff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin-top: -11px; /* Center vertically */
}

/* Range Input Label */
.input-range-container label {
  display: block;
  margin-bottom: 10px; /* Add space below label */
}

/* Progressive Slider */
.progressive-slider {
  direction: ltr;
  width: 100%;
  height: 40px;
  background-color: #ddd;
  border-radius: 10px;
  position: relative;
}

/* Progressive Slider - Progress Bar */
.progressive-slider .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px;
  background-color: #007bff;
}

/* Progressive Slider - Range Input */
.progressive-slider input[type="range"] {
  width: calc(100% - 32px); /* Adjusted width */
  height: 100%;
  -webkit-appearance: none;
  background: transparent;
  position: relative;
  z-index: 1;
}


p, .sv_main .sv_p_root .sv_row .sv_q.sv_qstn:first-child:last-child, .sv_main.sv_default_css input[type=button], .sv_main.sv_default_css button  {

font-family: 'Roboto';

}


.sv-action-bar {

  direction: ltr;
}

h1, h2, h3, h4, h5, h6, strong, .card-title {
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: 0px;
}


.sv_main .sv_p_root .sv_q_title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: bold;
  font-size: 1rem;
}

.sv_main .sv_p_root .sv_q_checkbox_label, .sv_main .sv_p_root .sv_q_radiogroup_label {
  display: block;
  background-color: #f4f4f4;
  border-radius: 50px;
  margin: 1%;
  padding: .3rem;
    font-size: 1rem;
}

.sv_main input[type=button], .sv_main button {
  padding: .5rem;
  border-radius: 50px;
  text-align: center !important;
}


.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) {

  border-radius: 50px;
}


.sv_main .sv_p_root .sv_q .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) {
  margin: 1em 0;
  padding: .5em 1em;
}


#result1 li{
list-style-type: circle;
}


#contact-form input[type=text] , #contact-form select, .sv_q_text_root, .sv_main .sv_q_dropdown__value{
  padding: .5rem;
  font-size: 1rem !important;
  border-radius: 5px;
  font-family: 'Inter', sans-serif !important;

}

.cbtn {
  cursor:pointer;
text-decoration: none;
font-family: 'Inter', sans-serif;
border:1px solid #138496;
border-radius: 50px;
display: inline-block;
font-weight: 400;
color: #ffffff !important;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #138496;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cbtn:hover {

  background-color: #0e616e;
  color: #ffffff !important;

}

/* Add this CSS to your stylesheet or within a style tag in your HTML document */
.survey-prev, .survey-next, .survey-complete {
  text-align: center; /* Align buttons in the center */
}

.survey-prev {
  margin-right: 10px; /* Add some spacing between buttons if needed */
}

.survey-next, .survey-complete {
  margin-left: 10px; /* Add some spacing between buttons if needed */
}

.sv_main .sv-action-bar {

  margin: auto;
}


canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-family: 'Roboto';
}


#biggauge text:nth-child(6) tspan {
  font-size: .9rem !important;
}