#stepper-form-container {
    padding: 20px;
    border: 1px solid #ccc;
    background: #f9f9f9;
}

.step {
    display: none;
}

.step-navigation {
    margin: auto;
    margin-top: 20px;
}

button {
    padding: 10px 20px;
    margin: 5px;
}

button[disabled] {
    opacity: 0.5;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#stepper-form select, #stepper-form input {
    height: 60px;
    box-shadow: none;
    border-radius: 10px;
    border: 2px solid #bababa;
    margin-top: 30px !important;
    font-size: 20px;
    text-align: center;
    background-color: white !important;
    padding: 5px !important;
}


/* Default styles (already provided) */
.main-stepper-label {
    display: flex;
    color: white;
    flex-direction: column;
    gap: 30px;
}
.increase_font {
    color: white;
    font-size: 45px;
}
.increase_font_second {
    font-size: 30px;
}
/* First step: input and button inline */
.input-button-wrapper {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust spacing between input and button */
}

/* Make sure next button stays inline */
.next-button {
    white-space: nowrap;
}

/* Hide step navigation in step 1 */
.step-navigation {
    display: none; /* Step 1 should NOT show this */
}

.step-1-next{
        display: inline-block;
    background: #FFC107;
    border-radius: 10px !important;
    padding: 16px;
    width: 100%;
    font-weight: bold;
    height: 60px;
    margin-top: 35px !important;
}
.step-1-next{
        flex-basis: 50% !important;
}
.input-button-wrapper{
        max-width: 700px;
    margin: auto;
}
.step input, .step select{
    
    margin-top: 20px !important;
    margin-right: 0px !important;
    max-width: 700px !important;
    width: 100% !important;
}
.step-navigation{
     max-width: 700px !important;
    width: 100% !important;
}
.back-button{
    border: 3px solid;
}
.set-locaton-based-on-posicode{
    color: #ffc107;
}
.increase_font{
    line-height: 45px;
}
/* Adjust for large screens (desktops) */
@media (min-width: 1200px) {
    .increase_font {
        font-size: 40px;
    }
    .increase_font_second {
        font-size: 28px;
    }
}

/* Adjust for medium screens (tablets) */
@media (max-width: 1024px) {
    .increase_font {
        font-size: 35px;
    }
    .increase_font_second {
        font-size: 24px;
    }
}

/* Adjust for small screens (mobile) */
@media (max-width: 768px) {
    .increase_font {
        font-size: 30px;
    }
    .increase_font_second {
        font-size: 20px;
    }
    .increase_font{
        line-height: 35px;
    }
}

/* Extra small screens (very small mobile devices) */
@media (max-width: 480px) {
    .increase_font {
        font-size: 25px;
    }
    .increase_font_second {
        font-size: 16px;
    }
}

@media (max-width: 768px) { /* Adjust breakpoint as needed */
    #step-1 .input-button-wrapper {
        flex-direction: column !important;
    }
    .step-1-next {
        margin: 0px !important;
        padding: 13px !important;
    }
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23000000' height='32' viewBox='0 0 24 24' width='32' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
 
  cursor: pointer !important;
}
</style>
<style>
  @media (max-width: 300px) {
    body {
      zoom: 0.65 !important;
    }
  }


  @media (min-width: 301px) and (max-width: 351px) {
    body {
      zoom: 0.75 !important;
    }
  }


  @media (min-width: 351px) and (max-width: 401px) {
    body {
      zoom: 0.88 !important;
    }
  }


  @media (min-width: 401px) and (max-width: 451px) {
    body {
      zoom: 1 !important;
    }
  }


  @media (min-width: 451px) and (max-width: 501px) {
    body {
      zoom: 1.1 !important;
    }
  }


  @media (min-width: 501px) and (max-width: 551px) {
    body {
      zoom: 1.23 !important;
    }
  }


  @media (min-width: 551px) and (max-width: 601px) {
    body {
      zoom: 1.36 !important;
    }
  }


  @media (min-width: 601px) and (max-width: 651px) {
    body {
      zoom: 1.48 !important;
    }
  }


  @media (min-width: 651px) and (max-width: 701px) {
    body {
      zoom: 1.6 !important;
    }
  }


  @media (min-width: 701px) and (max-width: 767px) {
    body {
      zoom: 1.75 !important;
    }
  }
	#simple-chat-button--container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999;
    transform: none !important; /* Ensure transformations on body don't affect it */
}
