.poi-icon[src=""], .poi-icon:not([src]) {
  display: none !important;
}


.no-flight-titile h5 {
    text-align: center;
    color: #111;
    font-family: 'Effra Regular';
    font-size: 14px;
}




 .no-flight-titile {
   display:none;
}


.map-flightdetails-mobile {
  display: none !important;
}

.results-container {
    position: relative;
    width: 100%;
    background: white;
    border-radius: 16px;
}

button.close.map.search-close.flight-card-mobile {
  right: 8px !important;
  top: -40px !important;
}

.sbs-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: center;
  font-family: 'Effra Light', sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.section-header-arrow:hover {
  background: #1e245e;
  color: white;
}

.section-header-arrow {

  padding: 16px;
  border-radius: 8px;
  margin-right: 8px;
}

.section-header {
  /* background: #e8eaf6; */
  border-radius: 8px;
  /* padding: 8px; */
  display: flex;
  position: relative;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  margin-bottom: 12px !important;
}

h3.quick-sr-title {
  font-family: 'Effra Regular', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.status-btn {
  padding: 4px 8px;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  color: white;
  margin-top: -6px;
}

.webmap-brf-details>div {
  border-bottom: 1px solid #cacaca;
  padding: 12px 0;
}

.brd-details .col-md-6 {
  margin-bottom: 0 !important;
}

.brd-details {
  background: none !important;
  margin: 0 !important;
}

.hia-page-wrapper {
  background: #f5f5f5;
}

.map-flight-info .brd-details {
  padding: 10px 0px !important;
}

.uk-flex.uk-flex-right.item-flight-card {
  align-items: flex-end;
}

.uk-flex.uk-flex-left.item-flight-card {
  justify-content: flex-start !important;
  align-items: flex-start;
}


div#flight-card-destination {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 16px;
}


#block-gavias-tico-content .container {
  max-width: 100% !important;
  padding: 0;
}

.uk-navbar-left {
  display: none;
}

.map-content {
  /* display: flex; */
  position: fixed;
  z-index: 1;
  background: #ffffff;
  max-width: 380px;
  width: calc(100% - 32px);
  height: auto;
  padding: 0 1rem;
  margin: 16px;
  border-radius:8px;
}


.poi-desc-main {
  z-index: 1;
  color: #fff;
  font-family: 'Effra Regular', sans-serif;

}

.poi-desc-main .uk-flex-right {
  align-items: flex-end;
}

.poi-desc-main .uk-flex-left {
  align-items: flex-start;
}




p {
  color: #666;
}

.logged-in.toolbar-horizontal .map-content {
  top: 200px;
}

div#navigation {
  transform: translate(0);
  position: relative !important;
  z-index: 1;
  background: white;
  max-width: 100%;
  width: 100%;
  padding: 0;
  border-radius: 16px;
  left: 0;
  margin: 16px 0;
  box-shadow: none;
}

.map-floors {
  border-radius: 16px;
  background: white;
  overflow: hidden;
}

#floors .uk-nav>li>a {
  padding: 8px 16px;
  color: black;
  font-family: 'Effra Light', sans-serif;
  font-size: 1.2rem;
  -webkit-text-stroke: 0.025rem;
}


#clearRoute {
  color: #ffffff;
  background: #e00049;
  font-family: 'Effra Regular', sans-serif;
}

button#clearRoute::after {
  top: 0px;
  position: relative;
  margin-left: 0.6em;
  font-family: "Font Awesome 6 free", sans-serif;
  font-weight: bold;
  content: "\f00d";
  border-top: 0px;
  border-right: 0px;
  border-left: 0;
  font-size: 13px;
}


#nextInstruction {
  background: #273170;
  color: #fff;
}

.map-action .visit-page {
  background: #e1e1e1 !important;
  color: #313131 !important;
  transition: 0.5s;
}


.map-action .visit-page:hover {
  background: #ed155b !important;
  color: #fff !important;
  transition: 0.5s;
}

#nextInstruction::after {
  top: 0px;
  position: relative;
  margin-left: 0.6em;
  font-family: "Font Awesome 6 free", sans-serif;
  font-weight: bold;
  content: "\f061";
  border-top: 0px;
  border-right: 0px;
  border-left: 0;
  font-size: 13px;
}

#prevInstruction {
  background: #273170;
  color: #fff;
}

#prevInstruction {
  background: #dcdcdc;
  border: 1px solid #dcdcdc;
  color: #4a4848;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

#prevInstruction::after {
  top: 0px;
  position: relative;
  margin-left: 0.6em;
  font-family: "Font Awesome 6 free", sans-serif;
  font-weight: bold;
  content: "\f060";
  border-top: 0px;
  border-right: 0px;
  border-left: 0;
  font-size: 13px;
}


#floors .uk-nav>li>a:hover {
  color: white;
  background: #e00049;
}

#floors {
  position: absolute;
  right: 16px;
  z-index: 50;
  overflow: hidden;
  top: 50%;
  padding: 0;
  transform: translateY(-50%);
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
  padding: 16px;
  min-height: unset;
}

.options {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  gap: 10px;
  margin: 0 12px;
}

.poi-header {
  width: 100%;
  height: 230px;
  padding: 16px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-content: flex-start;
  flex-direction: column;
  background-position: center;
  margin-bottom: 0px;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
}

.poi-header-banner {
  position: absolute;
  width: 100%;
  margin: -15px;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.poi-header-banner::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background: linear-gradient(0deg, black, transparent, transparent);
}

.poi-header h2,
.poi-title {
  font-family: 'Effra Regular', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  padding-right: 100px;
  color: white;
  line-height: 1.1 !important;
  z-index: 5;
}

.poi-header p,
.poi-header img {
  z-index: 5;
  margin: 0;
  object-fit: contain;
  color: white;
  padding: 0;
}

.poi-desc {
  font-family: 'Effra Light', sans-serif;
  font-size: 1rem;
  -webkit-text-stroke: 0.025rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 30px 0;
}

.poi-icon {
  width: 64px;
  height: 64px;
  background: #eee;
  border-radius: 16px;
  position: absolute;
  left: 16px;
  bottom: 16px;
}

.map-flight-info .poi-sub-header p {
  display: none;
}

.mapflight-status-details h4 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: 'Effra Regular', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}


.mapflight-status-details {
  position: absolute;
  width: 100%;
}


.map-flight-info {
  overflow-y: scroll;
}

.map-flight-info .poi-icon {
  background-color: transparent;
}

.poi-sub-header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 16px;
  z-index: 1;
}

.poi-sub-header .poi-icon {
  position: relative;
  right: auto;
}


.map-search-icon {
  position: absolute;
  top: 28px;
  left: 16px;
}

.poi-details {
  display: none;
  margin-bottom: 16px;
  background: white;
  position: relative;
  padding-bottom: 1rem;
}

.col-5.start-nav {
  background: #000;
  color: white;
}

.poi-details .map-action a {
  padding: 8px;
  text-align: center;
  color: black;
  border: 1px solid #eee;
  border-radius: 16px;
  /* margin-right: 16px; */
  flex: 1;
  background: #eee;
}

.poi-details .row a:hover {
  background: #e00049;
  color: white;
}



.map-search {
  width: 100%;
  padding: 12px 12px 12px 40px;
  margin: 16px 0;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
}

.map-home {
  position: absolute;
  padding: 16px;
  background: #1e245e;
  color: white;
  border-radius: 16px;
  left: 0;
  top: 18px;
}

.map-home:hover {
  background: #e00049;
}

.uk-card-default .uk-card-title {

  text-transform: capitalize;
}

.map.search-close {
  position: absolute;
  right: 24px !important;
  top: 25px !important;
  filter: brightness(1);
  font-size: 2.2rem;
  background: white;
  z-index: 600;
  opacity: 1;
  border-radius: 50%;
}

.no-results {
  padding: 30px;
  display: none;
  border-radius: 16px;
  background: white;
  margin-bottom: 10px;
}

.no-results h3 {
  text-align: center;
  margin-bottom: 24px;
}

.no-results img {
  object-fit: contain;
  padding: 16px;
  width: 100%;
  height: 200px;
}

.selected {
  background: #e00049;
  color: white;
}

.selected a {
  color: white !important;
}

.quick-guide {
  gap: 12px;
  display: flex;
  flex-direction: row;
  background: white;
  flex-wrap: wrap;
  max-height: 60vh;
  padding:0px;
  border-radius: 16px;
  overflow: scroll;
  min-height: 48px;
  margin-bottom: 10px;
}

.quick-guide-title {

  font-family: 'Effra Regular', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  width: 100%;
  max-width: 100%;
}

.quick-guide-item {
  display: flex;
  flex-direction: column;
  background: #f5f5f530;
  flex: 0 0 30%;
  max-width: 30%;
  align-items: center;
  padding-top: 16px;
  border: 1px solid #f5f5f5;
  transform: scale(1);
  transition: 0.3s all ease;
  border-radius:4px;
  cursor: pointer;
}

.quick-guide-item:hover {
  transform: scale(1.1);
  background: #f5f5f5;
  border-radius:4px;
}

.search-container {
  position: relative;
}

.instructions-section {
  display: none;
  background: white;
  padding: 16px;
  min-height: 200px;
  max-height: 60vh;
  border-radius: 16px;
  overflow: scroll;
}

.route-input {
  padding: 10px;
  width: 100%;
}

#route-selector li {
  list-style: none;

}

#route-selector a {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.routecontainer {
  position: sticky;
  top: 0;
  background: white;
}

.flight-info {
  display: flex;
  column-count: 3;
  flex-direction: row;
  flex-wrap: wrap;
}

.item-flight-card {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.uk-flex-right span {
  text-align: right !important;
}

.uk-flex-left span {
  text-align: left !important;
}

.uk-flex-center span {
  text-align: center !important;
}



.poi-desc-main span.stitle {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Effra Regular', sans-serif;
}

span.ssubtitle,
.stitle-desc {
  font-family: 'Effra Light', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.map-icon {
  width: 38px;
  height: 38px;
  object-fit: scale-down;
  mix-blend-mode: multiply;
  margin-bottom: 10px;
}

.quick-guide-item p {
  width: 100%;
  text-align: center;
  font-size: 12px;
}


#search-results {

  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 16px;
  background: white;
}

#search-results li {

  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transform: scale(1.0);
  background: white;
  transition: all 0.4s ease;

}

#search-results li:hover {

  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transform: scale(1.05);
  background: #eee;


}

.ssubtitle {
  display: block;
}

.map-options {
  padding: 16px;
  margin-bottom: 8px;
  background: #e00049;
  border-radius: 50px;
  color: white;
  display: none !important;
}

.title {
  font-family: 'Effra Light', sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: black;
  font-weight: normal;
  text-align: start !important;
}

.uk-text-small {
  font-size: 0.8rem;
}

.uk-flex img {}

.uk-flex-top {
  align-items: center;
}

.uk-flex {
  display: inline-flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.map-action {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.map-search:focus-visible {

  border: none;
  border-bottom: 2px #e00049 solid;
  outline: none;

}

.closeview {
  padding: 12px;
  border-radius: 50px;
  width: 48px;
  aspect-ratio: 1;
  background: #e00049;
  border: none;
  color: white;
  font-weight: bold;
  display: none !important;
}

.options>* {
  flex: 1;
  padding: 0;
  margin: 0;
  width: 100%;
}

.options>* button {
  width: 100%;
  text-align: center;
  font-size: small;
}

.routecontainer input {
  border: 1px solid #bebebe;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 14px;
}

.routecontainer label {
  font-size: 16px;
  margin-bottom: 5px;
}

#route-selector .title {
  font-size: 16px;
  line-height: 0px;
}

.map-home {
  border-radius: 50%;
}



.poi-header {
  border-radius: 16px;
}

.poi-icon {
  border-radius: 10px;
}


@media screen and (max-width: 1380px) {
.poi-header{
      height:200px;
}

.poi-desc{
  -webkit-line-clamp: 3;
}

}


@media screen and (max-width: 1280px) {



  .map-flight-info {
    max-height: 370px;
  }

  .mapflight-status-details h4 {
    font-size: 1.2rem;
  }

  button.close.search-close {
    width: 22px;
    height: 22px;
    font-size: 2rem;
  }



  .poi-desc {
    margin: 10px 0;
  }

  .poi-details {
    padding: 6px;
    padding-bottom: 7rem!important;
  }


  .poi-details .map-action a {
    border-radius: 6px;
    padding: 8px 6px;
  }

  .map-flight-info .poi-header {
    aspect-ratio: 1.9;
  }


  .poi-sub-header {
    padding: 26px 14px;
  }


  .poi-icon {
    width: 50px;
    height: 50px;
  }


  .poi-header h2,
  .poi-title {
    font-size: 1.2rem;
  }


  .map-content {
    position: fixed;
    z-index: 1;
    margin: 0;
    max-width: 350px;
    width: calc(100% - 32px);
    padding: 0 1rem;
    padding-bottom: 1rem;
    border-radius: 8px;
    display: none;
  }

  .map-icon {
    width: 36px;
    height: 36px;
    object-fit: scale-down;
  }


  .poi-details {
    overflow: scroll;
    max-height: 370px;
  }


}

@media screen and (max-width: 767px) {


  .map.search-close {
    right: 18px !important;
    top: 18px !important;
  }

  .map-flight-info .poi-header-banner {
    display: none;
  }

  /* .map-flight-info .poi-sub-header {
        display: none;
    } */


  .flight-list-mbl-2 h4 {
    font-size: 16px;
    font-family: 'Effra', sans-serif;
  }

  .map-flight-info .poi-sub-header {
    display: none;
  }

  .map-flight-info .flight-list-mbl-2 h4 {
    font-size: 16px;
    font-family: 'Effra', sans-serif;
    margin: 0;
    font-weight: bold;
    color: #111;
  }


  .map-flight-info .flight-list-icon {
    width: 60px;
  }

  .map-flight-info .scheduled-btn {
    color: #fff;
    border: 0;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 6px;
    font-family: 'Effra', sans-serif;
  }


  .map-flight-info .map-action {
    margin: 0px;
  }


  .map-flight-info .flight-list-mbl-2 p {
    color: #111;
  }


  .map-flight-info .mbl-flight-name-blk {
    padding: 0 5px;
  }

  .map-flight-info .mbl-flight-name-blk {
    padding-left: 10px;
  }


  .map-flight-info .poi-header {
    aspect-ratio: auto;
    padding-left: 0px;
    padding-right: 4px;
  }

  .map-flightdetails-mobile .flight-list-mbl-1 h4 {
    font-size: 14px;
    font-family: 'Effra Regular', sans-serif;
    font-weight: bold;
    margin: 6px 0px 0px;
    color: #111;
  }


  .mbl-poi-icon .poi-icon {
    position: static !important;
  }


  .map-flightdetails-mobile {
    display: inline-flex !important;
  }


  .mapflight-status-details {
    display: none !important;
  }



  .webmap-brf-details {
    display: none !important;
  }



  .poi-details {
    overflow: visible;
    max-height: auto;
  }

  .map-flight-info {
    max-height: 100%;
  }



  .map-content {
    position: fixed;
    z-index: 1;
    margin: 0;
    max-width: 350px;
    width: calc(100% - 32px);
    padding: 0 1rem;
    padding-bottom: 1rem;
    border-radius: 16px;
  }

  .map-icon {
    width: 36px;
    height: 36px;
    object-fit: scale-down;
  }
}

@media screen and (max-width: 567px) {

  .quick-guide,
  .map-loader,
  .no-results,
  #search-results,
  .instructions-section {

    gap: 8px;
    margin-bottom: 0;
  }

  .map-flight-info .poi-header .flight-list-mbl-2 p {
    font-size: 16px;
  }

  .status-btn .animate-shine {
    border: 0px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 9px;
    font-family: 'Effra Light', sans-serif;
  }

  .map-fdetails-mobile {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .poi-details .map-action a {
    padding: 11px 7px;
    border-radius: 6px;
  }

  .mbl-flight-name-blk {
    flex: 1;
    padding: 0 10px;
  }


  .flight-list-3 span {
    font-family: 'Effra Light', sans-serif;
    font-size: 16px;
  }

  .flight-list-mbl-2 {
    flex: 1;
  }

  .map-fdetails-mobile .airline-logo {
    width: 58px;
    height: 58px;
  }


  img.airline-logo {
    width: 48px;
    height: 48px;
  }

  h5.airline-title {
    font-family: 'Effra Regular', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
  }

  .flight-list-3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .mbl-flight-name-blk {
    flex: 1;
    padding: 0 10px;
    display: flex;
    flex-direction: row-reverse;
  }


  #search-results li {
    display: inline-flex;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }

  #search-results li a {
    display: inline-flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
  }

  .uk-padding-remove-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    float: right;
    right: 5px;
  }


  #navigation button {
    font-size: 12px;
  }

  .poi-details .map-action a {
    padding: 8px 7px;
    border-radius: 7px;
    font-size: 14px;
  }

  .uk-padding-small {
    padding: 8px;
  }

  .closeview {
    float: right;
  }

  div#navigation {
    bottom: 0;
    margin: 0;
  }

  .map-content {
    background: transparent;
    height: 0;
    max-width: 100%;
    width: calc(100% - 0px);
  }

  #floors {
    right: 12px;
  }

  .poi-icon {
    border-radius: 8px;
  }

  .routecontainer input {
    border: 1px solid #bebebe;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .routecontainer label {
    font-size: 14px;
    margin-bottom: 5px;
  }


  #route-selector .title {
    font-size: 14px;
    line-height: 0px;
  }

  .map-flight-info .poi-header {
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .map-content {
    position: fixed;
    z-index: 100;
    margin: 0;
    max-width: unset;
    width: 100%;
    padding: 0 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0;
    height: auto;
    bottom: 0;
  }


  .search-container {
    position: fixed;
    text-align: center;
    top: 92px !important;
    width: calc(100% - 16px);
  }


  .poi-details {
    display: none;
    bottom: 0;
    border-radius: 16px;
  }

  .closeview {

    display: var(--fa-display, inline-block) !important;
  }


  .map-home {

    top: 12px;
  }

  .map-search {
    width: 100%;
    padding: 8px 8px 8px 40px;
    margin: 16px 0;
    border-radius: 8px;
    border: 1px solid #b3b3b3;
  }



  .map-icon {
    width: 16px;
    height: 16px;
    object-fit: scale-down;
  }

  .quick-guide-item p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 4px;
  }

  .poi-header {
    aspect-ratio: 3;
  }

  .poi-header h2,
  .poi-title {
    font-size: 1.1rem;
  }

  button.close.search-close {
    position: absolute;
    right: 0;
    top: 80px;
    font-size: 0.5rem;
    width: 22px;
    height: 22px;
    background: #ffffff;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .poi-details .map-action a {
    padding: 8px 7px;
    border-radius: 6px;
  }

  button.close.search-close img {
    width: 16px !important;
    margin: 0px !important;
    top: 0 !important;
    position: relative;
    height: 16px !important;
  }



  .title {
    font-size: medium;
  }

  p {
    font-size: small;
  }


  .ssubtitle {
    display: none;
  }

  div#navigation {
    margin: 0;
  }

  .map-options {
    display: var(--fa-display, inline-block) !important;
  }

  .poi-icon {
    width: 48px;
    height: 48px;
  }

  .poi-desc {
    font-family: 'Effra Light', sans-serif;
    font-size: 14px;
    -webkit-text-stroke: 0.025rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0;
  }

  .quick-guide-item {
    display: flex;
    flex-direction: row;
    background: #f5f5f530;
    align-items: center;
    flex: unset;
    max-width: unset;
    padding: 4px;
    border: 1px solid #f5f5f5;
    transform: scale(1);
    transition: 0.3s all ease;
    border-radius: 16px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  button.uk-padding-small {
    padding: 0 8px !important;
  }

  .uk-card-title {
    font-size: 1.2rem;
  }


}


@media screen and (max-width: 470px) {


  .poi-header {
    height:100px;
    border-radius: 8px;
  }

  .poi-details {
    /* min-height: 300px; */
    max-height: initial;
  }

  .section-header{
    margin-bottom: 0px !important;
  }


}
