body {
    font-family: 'Work Sans', sans-serif !important;
    cursor: default !important;
}

* :not(i) {
    font-family: 'Work Sans', sans-serif !important;
}

.font-work-sans {
    font-family: 'Work Sans', sans-serif !important;
}

dt {
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}

dd {
    font-weight: 500 !important;
    font-size: 14px !important;
}

.uk-leader-fill::after {
    color: skyblue;
}

.uk-button-primary-outline {
    border: 4px !important;
    border-color: #1e87f0 !important;
}

.uk-tab > * > a {
    padding: 10px;
    border-bottom: 3px solid transparent;
}

.flight-movement-section {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.47%, rgba(0, 0, 0, 0.75) 89.27%),
    url('/themes/tia_latest/assets/img/flight-movement.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.bg-blue-500 {
    background-color: #2975EA !important;
}

.modal-content {
    display: flex;
}

.modal-body {
    overflow-y: auto;
}

.modal .img-wrap img {
    width: 100%;
    height: auto;
}

.uk-dropdown {
    background-color: #172538;
}

.uk-nav > li > a {
    opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.weather-block #ww_dd8bcc6e181cb {
    /*color:#333;*/
}

.weather-block #ww_dd8bcc6e181cb,
.weather-block #ww_dd8bcc6e181cb .ww-box,
.weather-block #ww_dd8bcc6e181cb .ww-box .ww_col1 {
    background: none !important;
    font-size: 12px;
}

.weather-block #ww_dd8bcc6e181cb .ww-box {
    font-family: 'Lato', sans-serif !important;
}

.weather-block #ww_dd8bcc6e181cb .ww-box .ww_col1 {
    flex-wrap: nowrap !important;
    padding: 0 !important;

}

.weather-block #ww_dd8bcc6e181cb .current-name,
.weather-block #ww_dd8bcc6e181cb .current-conditions,
.weather-block #ww_dd8bcc6e181cb .current-temp {
    margin: 0 !important;
}

.weather-block #ww_dd8bcc6e181cb .current-name,
.weather-block #ww_dd8bcc6e181cb .current-temp {
    font-size: 12px !important;
    line-height: 12.48px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.weather-block #ww_dd8bcc6e181cb .current-temp span {
    top: 0 !important;
}

.weather-block #ww_dd8bcc6e181cb .ww_source {
    display: none;
}

.uk-slideshow-items {
    display: flex;
    height: 100%;
}

.bg-primary-blue {
    background-color: #1D4283 !important;
}

.bg-primary-sky {
    background-color: #1ea3fe;
}

.bg-primary-green {
    background-color: #31af35;
}

.bg-primary-red {
    background-color: #f52d38;
}

.text-primary-red {
    color: #f52d38;
}

.text-primary-black {
    color: #222222;
}

.text-primary-sky {
    color: #1ea3fe;
}

#lost-found-section .uk-subnav-pill > .uk-active > a {
    padding: 1rem;
    font-size: 16px;
    font-weight: 600;
    color: white;
    height: 49px !important;
    min-height: 49px !important;
    border-radius: 4px;
    background: #1ea3fe;
    text-transform: unset;
}

.gallery-image-filter {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.47%, rgba(0, 0, 0, 0.75) 89.27%);
}

#lost-found-section .uk-subnav-pill a {
    text-transform: unset;
    padding: 1rem;
    font-size: 16px;
    font-weight: 500;
    height: 49px !important;
    min-height: 49px !important;
    color: #1ea3fe;
    border-radius: 4px;
    background: #D9EBFF;
}

.home-active-route {
    color: white;
    height: 53px;
    width: 128px;
    min-width: 128px;
    background-color: #1ea3fe;
    padding: 18px 24px 18px 24px;
    border-radius: 30px;
}

.home-active-route:hover {
    color: white;
    text-decoration: none;
}

.active-menu-custom-padding {
    padding: .5rem;
}

.header-section-dropdown .uk-open {
    top: 0 !important;
}

#flight-section .uk-tab::before {
    border: none;
}

#flight-section .uk-tab > * > a {
    border: none;
}

.gallery-image-container::-webkit-scrollbar {
    display: none;
}

.custom-tab-link .uk-tab::before {
    border: none;
}

.custom-tab-link .uk-tab > * > a {
    color: #1EA3FE !important;
}

.custom-tab-link .uk-tab > .uk-active > a {
    color: #636363;
}

.custom-tab-link .uk-tab > .uk-active > a {
    border-color: #636363;
}

.uk-dropdown-nav > li > a{
    color:white !important;
}

.uk-dropdown-nav > li.uk-active > a, .uk-dropdown-nav > li > a:hover {
    color: #1EA3FE !important;
}

/* For IE, Edge and Firefox */
.gallery-image-container {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

#formElement .contact-form-error {
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
}

