@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?h91p51');
  src:  url('../fonts/icomoon.eot?h91p51#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?h91p51') format('truetype'),
    url('../fonts/icomoon.woff?h91p51') format('woff'),
    url('../fonts/icomoon.svg?h91p51#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* width */
::-webkit-scrollbar {
width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555; 
}

.icon-hk-eta-icon:before {
  content: "\e900";
}

.navbar-hk-eta {
  --bs-navbar-color: rgba(13,110,253,1);
  --bs-navbar-hover-color: rgba(13,110,253,0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: rgba(241, 161, 62, 1);
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bus-route-box{
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 50px;
}

.border-color-lwb {
  border-left-color: #FA6D01;
}

.border-color-kmb {
    border-left-color: #ED1D24;
}

.border-color-ctb {
  border-left-color: #F7DE07;
}

.border-color-kmb-ctb {
  background-image: 
      linear-gradient(#ED1D24 50%, #F7DE07 50%);
}

.border-color-lwb-ctb {
  background-image: 
      linear-gradient(#FA6D01 50%, #F7DE07 50%);
}

.bus-route-box-two-company {
  border-style: solid;
  background-size:5px 100%;
  background-position:0 0, 5 0;
  background-repeat:no-repeat;

  border-width: 1px 1px 1px 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 50px;
}


  
  .route-search-field {
    border-style:solid;
    border-width: 0px 0px 2px 0px;
    border-color: black;
  }

  .route-search-text {
    color: rgba(241, 161, 62, 1);
  }

  .route-search-character-button {
    color: #fff;
    border-color: rgba(241, 161, 62, 1);
    background-color: rgba(241, 161, 62, 1);
  }

  .route-search-character-button:disabled,
  .route-search-character-button[disabled] {
    color: #fff;
    border-color: rgba(241, 160, 62, 0.764);
    background-color: rgba(241, 160, 62, 0.764);
  }

  .route-search-character-button:hover,
  .route-search-character-button[hover] {
    color: #fff;
    border-color: rgba(241, 160, 62, 0.764);
    background-color: rgba(241, 160, 62, 0.764);
  }

  .route-search-character-button:focus,
  .route-search-character-button[focus] {
    color: #fff;
    border-color: rgba(241, 160, 62, 0.764);
    background-color: rgba(241, 160, 62, 0.764);
  }

  .route-search-character-button:active,
  .route-search-character-button[active] {
    color: #fff;
    border-color: rgba(241, 160, 62, 0.764);
    background-color: rgba(241, 160, 62, 0.764);
  }

  .route-search-card {
    height: 50px;
  }
/*
  .route-search-card-inner-text{
    padding: 10px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 12.5%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .route-search-card-inner-text-destination{
    padding: 10px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
*/
  .route-search-card:hover,
  .route-search-card[hover] {
    background-color: rgba(241, 160, 62, 0.3);
    cursor: pointer;
  }

  .route-special-service-type {
    font-size: 0.85rem;
  }

  .bus-stop-card {
    height: 40px;
  }
  .bus-stop-inner-text{
    padding: 5px;
  }

  .bus-stop-inner-text-time-remaining{
    padding: 5px 15px 5px 5px;
  }

  .bus-eta-open {
    display:inline;
    overflow: hidden;
    padding: 10px;
  }

  .bus-route-heading{
    margin: 5px;
  }

  .bus-route-num-heading-kmb{
    border-style: solid;
    border-left-color: #ED1D24;
    border-width: 0 0 0 5px;
  }

  .bus-route-num-heading-lwb{
    border-style: solid;
    border-left-color: #FA6D01;
    border-width: 0 0 0 5px;
  }

  .bus-route-num-heading-ctb{
    border-style: solid;
    border-left-color: #F7DE07;
    border-width: 0 0 0 5px;
  }

  .bus-route-num-heading-lwb-ctb{
    background-image: 
    linear-gradient(#FA6D01 50%, #F7DE07 50%);
    border-style: solid;
    background-size:5px 100%;
    background-position:0 0, 5 0;
    background-repeat:no-repeat;
    border-width: 0px;
  }

  .bus-route-num-heading-kmb-ctb{
    background-image: 
    linear-gradient(#ED1D24 50%, #F7DE07 50%);
    border-style: solid;
    background-size:5px 100%;
    background-position:0 0, 5 0;
    background-repeat:no-repeat;
    border-width: 0px;
  }

  .last-bus-warning {
    font-size: 0.7rem;
  }
  .route-search-hover:hover,
  .route-search-hover[hover]{
    background-color: rgba(241, 160, 62, 0.3);
  }

  .notices-hover:hover,
  .notices-hover[hover]{
    background-color: rgba(241, 160, 62, 0.3);
  }