.sidebar-link{
    text-decoration: none !important;
}
div.scroll {
    height: 500px;
    overflow: auto;
}

div.scroll-width {
    width: 1400px;
    overflow: auto;
}

.card-width {
    width: 1450px !important;
}

  #airport-list,
  #airport-list1 {
      list-style-type: none;
      margin: 0;
      padding: 0;
      background-color: #fff;
      /* width: 100%; */
      max-height: 200px;
      overflow-y: auto;
      position: absolute;
      z-index: 1;
  }

  #airport-list li,
  #airport-list1 li {
      color: black;
      padding: 15px;
      width: calc(100% - 30px);
      font-weight: bold;
      cursor: pointer;
  }

  #airport-list li:hover,
  #airport-list1 li:hover {
      color: black;
  }

  #formIP,
  #formIP2 {
      position: relative;
  }

  #formIP,
  #formIP2,
  #fromInput,
  #toInput {
      z-index: 2;
  }
  .ticketing {
      margin-top: 80px;
      box-sizing: border-box;
      /* border: 1px solid black; */
      padding: 40px;
  }

  .contact {
      box-sizing: border-box;
      /* border: 1px solid black; */
      padding: 40px;
  }

  .flightinfo {
      box-sizing: border-box;
      /* border: 1px solid black; */
      padding: 40px;
  }



  
  .comment {
    height: 150px;
}
#airport-list,
#airport-list1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    /* width: 100%; */
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 1;
    
}

#airport-list li,
#airport-list1 li {
color: grey;

    padding: 15px;
    width: calc(100% - 30px);
    font-weight: 500;
    cursor: pointer;
}

#airport-list li:hover,
#airport-list1 li:hover {
    color: black;
}

#airport-list::-webkit-scrollbar,
#airport-list1::-webkit-scrollbar,
#comment::-webkit-scrollbar {
    width: 5px;
}

#airport-list::-webkit-scrollbar-track,
#airport-list1::-webkit-scrollbar-track,
#comment::-webkit-scrollbar {
    background-color: #f1f1f1;
}

#airport-list::-webkit-scrollbar-thumb,
#airport-list1::-webkit-scrollbar-thumb,
#comment::-webkit-scrollbar {
    background-color: #888;
    border-radius: 4px;
}

#airport-list::-webkit-scrollbar-thumb:hover,
#airport-list1::-webkit-scrollbar-thumb:hover,
#comment::-webkit-scrollbar {
    background-color: #555;
}

#formIP,
#formIP2 {
    position: relative;
}

#formIP,
#formIP2,
#fromInput,
#toInput {
    z-index: 2;
}

.custom-container {
    /* max-width: 1000px; */
    /* margin: 0 auto; */
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.custom-form-group {
    margin-bottom: 25px;
    /* width:auto */
}

.custom-label {
    font-weight: 300;
    font-size: 14px;
}

.custom-form-control {
    width: 100%;
    padding: 10px;

    border-radius: 4px;

    font-size: 14px;
}

.custom-form-select {
    width: 100%;
    padding: 10px;

    border-radius: 4px;

    font-size: 14px;
}

.custom-input-group {
    display: flex;
}

.custom-form-control {
    flex: 1;
    margin-right: 5px;
}

.custom-input-group .custom-form-select {
    width: 120px;
    margin-left: 15px;
}

.flightinfo {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 30px;
}

/* .flightinfo {
    margin-top: 10px;
} */

.comment {
    height: 150px;
}

.no-spinners::-webkit-inner-spin-button,
.no-spinners::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinners {
    padding-right: 25px;
}

.custom-text {
    margin-top: -45px;
    color: red;
}
.airport-list
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 30%;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 1;
    

}

.airport-list li
{
    color: grey;
    padding: 15px;
    width: calc(100% - 30px);
    font-weight: 500;
    cursor: pointer;

}

.airport-list li:hover
{
    color: black;
}

.airport-list::-webkit-scrollbar
{
    width: 5px;
}

.airport-list::-webkit-scrollbar-track
{
    background-color: #f1f1f1;
}

.airport-list::-webkit-scrollbar-thumb
{
    background-color: #888;
    border-radius: 4px;
}

.airport-list::-webkit-scrollbar-thumb:hover
{
    background-color: #555;
}

#passenger-container
{
    margin-top: -30px
}

.list{
    border-bottom:1px solid gray;
}