.traveler-input-number {
   position: relative;
   height: 50px;
   input {
       appearance: none;   /* Initialize the appearance */
       &::-webkit-inner-spin-button {
           -webkit-appearance: none;　　　/* Clear default arrow */
       } 
       &::-webkit-outer-spin-button {
           -webkit-appearance: none;　　　/* Clear default arrow */
       }
   }
   .btn-minus, .btn-plus { 
      position: absolute;
       top: 10px;
       width: 60px;
       height: 60px;
       text-align: center;
       background: none;
       cursor: pointer;
   }
   .btn-minus {
      left: 60px;
      color: #B3B5C0;
      font-size: 25px;
  }
  .btn-plus {
      right: 10px;
      color: #003185;
      font-size: 25px;
  }
}

.traveler-input-number i {
   position: absolute;
   top: 0px;
   left: 15px;
}
 
.traveler-input-number input {
  padding-left: 40px;
}
.icon {
  padding: 10px;
  min-width: 40px;
}
.traveler-input-number .text-center{
  padding-left: 60px;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: var(--bc-secondary-100);
}

.carousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.option-with-icon {
  padding-left: 30px; /* Adjust the padding as needed */
}

@media only screen and (min-width: 1400px) {
  .arrow-icon{
    margin-right: -58px;
    margin-left: -45px;
    margin-top: 40px;
    z-index:10;
  }
  .btn-triptype{
    width: 240px;
  }
}
@media only screen and (max-width: 1399px) {
  .arrow-icon{
    margin-right: -41px;
    margin-left: -47px;
    margin-top: 40px;
    z-index:10;
  }
  .btn-triptype{
    width: 240px;
  }
}
@media only screen and (max-width: 1200px) {
  .arrow-icon{
    margin-right: -28px;
    margin-left: -45px;
    margin-top: 40px;
    z-index:10;
  }
  .btn-triptype{
    width: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .arrow-icon{
    margin-right: -8px;
    margin-left: -45px;
    margin-top: 40px;
    z-index:10;
  }
  .btn-triptype{
    width: 240px;
  }
}
@media (max-width: 576px) {
  .w-sm-25 { width: 25%!important; }
  .w-sm-50 { width: 50%!important; }
  .w-sm-75 { width: 75%!important; }
  .w-sm-100 { width: 100%!important; }
  .container-sm{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.traveler-form-icon {
  position: relative;
  height: 50px;
}
.traveler-form-icon i {
  position: absolute;
  top: 0px;
  z-index: 50;
}

.traveler-form-icon select {
  padding-left: 35px;
}

.tooltip-icon {
  position: relative;
}

.tooltip-icon p {
  position: absolute;
  margin-left:170px ;
  margin-top: 8px;
}

.select2-container--default {
  .select2-results__option{
    .select2-results__option {
      padding-left: 5px;
    }
  } 
}