:root {
  --font--main: Lato, sans-serif;
  --color--main-blue: #121f40;
  --font--heading: "Open Sans", sans-serif;
  --color--blue-mid: #103868;
  --color--white: white;
  --color--green: #03ac13;
  --color--secondary-blue: #0bb9d9;
  --color--mint: #0accb6;
  --color--blue-light: #dceaed;
  --color--light-grey: #f4f4f4;
  --color--black: black;
  --color--dark-mint: #1bd88c;
}

.thank-you-message {
    color: #121F40;
    font-size: 1.2em;
    margin-top: 20px;
}
.question-text {
    color: #121F40;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}
.question-container {
    text-align: center;
}

/*.range-slider {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 100px; 
    margin: 20px auto; 
}*/
.range-slider {
    position: relative;
    width: 100%;       /* Allow the slider to shrink with its container */
    max-width: 600px;  /* But never exceed 600px on larger screens */
    height: 100px; 
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;    /* Optional: centers the slider in its container */
}
/* Optional: Adjust circle sizes on small screens */
@media (max-width: 576px) {
    .range-circle {
      width: 25px;
      height: 25px;
    }
    .range-slider {
        padding: 0 25px;
    }
    .range-extra-label {
        max-width: 68px;  /* Smaller max-width for mobile */
    }
  }

.range-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #616161;
    transform: translateY(-50%);
}
.range-circle {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #616161;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.range-circle:first-of-type {
  left: 0%;
  transform: translate(0, -50%);
}

.range-circle:last-of-type {
  left: 100%;
  transform: translate(-100%, -50%);
}
/* Make the range slider touch-friendly */
/*.range-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}*/
.range-circle.active {
    background: #103868;
    color: #fff;
}
.range-circle .checkmark {
    display: none;
    width: 7px;
    height: 14px;
    margin-bottom: 3px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.range-circle.active .checkmark {
    display: block;
}
.range-label {
    position: absolute;
    top: 10px; /* Adjust to position the numbers */
    color:#616161;
    transform: translateX(-50%);
    font-weight: normal;
}
.range-label:nth-child(2) { left: 0%; }
.range-label:nth-child(3) { left: 25%; }
.range-label:nth-child(4) { left: 50%; }
.range-label:nth-child(5) { left: 75%; }
.range-label:nth-child(6) { left: 100%; }
.range-circle:nth-child(7) { left: 0%; }
.range-circle:nth-child(8) { left: 25%; }
.range-circle:nth-child(9) { left: 50%; }
.range-circle:nth-child(10) { left: 75%; }
.range-circle:nth-child(11) { left: 100%; }

/*.range-extra-label {
    position: absolute;
    display: inline-block;
    word-break: break-word;
    top: 80px; 
    transform: translateX(-50%);
    font-weight: normal;
    color:#616161;
    width: max-content;
}*/

.range-extra-label{
    position:absolute;
    display:inline-block;
    word-break:normal;
    overflow-wrap:break-word;   /* wrap at spaces */
    word-wrap:break-word;       /* Safari ≤14 */
    width:-webkit-fit-content;  /* old iOS */
    width:fit-content;
    max-inline-size:45%;        /* 6/1/25 change this to 25% or 15% if the current fix isn't good enough */
    top:80px;
    font-weight:normal;
    color:#616161;
}

/* left edge */
#min-range-label{
    left:0;
    transform:translateX(0);
    text-align:left;            /* lines start at the tick */
}

/* right edge */
#max-range-label{
    left:100%;
    transform:translateX(-100%);
    text-align:right;           /* lines end at the tick  */
}

.btn-pill {
    border-radius: 50px;
    background-color: #fff;
    border: 2px solid #6c757d; /* Dark gray border */
    width:130px;
}
.btn-outline-dark {
    color: #6c757d;
}

.dot {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
}
.dot.active {
    background-color: #6c757d;
}

.left-container {
    /*width: 25%;*/
    background-color: #103868;
    color: white;
    /*padding: 20px;*/
    box-sizing: border-box;
    /*text-transform: uppercase;*/
    /*display: flex;*/
    /*flex-direction: column;
    justify-content: space-between;
    align-items: center;*/
}
.right-container {
    /*width: 75%;*/
    width: 50%;
    background-color: #f6f6f7;
    /*padding: 20px;*/
    box-sizing: border-box;
}

.left-container img {
    max-width: 60%; /* Ensure the image fits within the box */
    align-self: center; /* Center the image horizontally */
    margin: 0 auto;
}

.left-copy {
    font-family: "Lato", sans-serif !important;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #103868;
}
.text-center {
    font-family: "Lato", sans-serif !important;
    color: #103868;
    /*letter-spacing: .018em;
    margin-top: 0;*/
    margin-bottom: 1rem;
    font-size: 3rem !important;
    font-weight: 600;
    line-height: 1.1;
}