/* Hide mobile filters by default */
.filters-mobile {
    display: none;
}

/* Show on mobile (≤768px) and hide desktop filters */
@media (max-width: 768px) {
    .filters-mobile {
        display: block;
    }

    .filters-desktop {
        display: none;
    }
}

.airframe-view1 {
    display: none;
}

.airframe-view2 {
    display: none;
}

.mobility-result {
    display: none;
}

.mobility-search {
    display: none;
}

.mro-view {
    display: none;
}

.noContentButton {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

.bg-light-gray-newssearch {
    background-color: #F3F3F3 !important;
    display: none;
}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

.div-description-ell {
    max-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer.aar-footer .bottom-footer {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    background-color: #002842;
}

@media (max-width: 500px) {
    footer.aar-footer .bottom-footer {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

footer.aar-footer .bottom-footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    footer.aar-footer .bottom-footer .container nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        color: #FFFFFF;
        font-size: 14px !important;
    }

        footer.aar-footer .bottom-footer .container nav ul li {
            display: flex;
            justify-content: center;
            border-right: 1px solid #FFFFFF;
        }

            footer.aar-footer .bottom-footer .container nav ul li:last-child {
                border: none;
            }

            footer.aar-footer .bottom-footer .container nav ul li a {
                color: #FFFFFF;
                padding: 5px 10px;
                text-align: center;
                text-decoration: underline;
            }

@media (max-width: 600px) {
    footer.aar-footer .bottom-footer .container nav ul li a {
        padding: 0;
    }
}

footer.aar-footer .bottom-footer .container nav ul li a.copyright {
    text-decoration: none;
}

footer.aar-footer .bottom-footer .container a.copyright {
    color: #FFFFFF;
    cursor: default;
}

footer.onset-footer .bottom-footer .container a.copyright:hover {
        text-decoration: none;
}
#certGrid.ag-theme-alpine {
    background-color: #f5f5f5;
}

.ag-layout-auto-height .ag-center-cols-viewport {
    min-height: 40px !important;
}
.ag-grid-link {
    color: #29588c;
    text-decoration: underline;
}
#partGrid.ag-theme-alpine {
    background-color: #f5f5f5;
}

#partGrid .ag-row .ag-cell {
    line-height: 150% !important;
    word-break: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    vertical-align: middle;
}

#partGrid .ag-row .ag-cell.ag-column-first {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.popover-event-details .modal-body .between .close-modal-event {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #223F6D;
  cursor: pointer;
}
.load-more-air-link {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  text-decoration: none !important;
}

  .load-more-air-link.d-none {
    display: none !important;
  }

.load-more-air-button-b {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px !important;
  background-color: #005596;
  color: #fff;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
}
.results-container .load-more-container-b {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#noResultsAirEng {
  width: 100%;
  padding: 40px 20px;
  text-align: center;
}

  #noResultsAirEng.no-results-hidden {
    display: none !important;
  }

  #noResultsAirEng.no-results-visible {
    display: block !important;
  }
