.fas * {
    font-family: initial !important;
}

label {
    margin-bottom: 0 !important;
}

.chosen_title {
    font-weight: 500;
    position: relative;
}

.chosen-container-multi .chosen-choices {
    padding: 0px 17px 0 8px;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 0px 5px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 36px;
}

.remove_all {
    position: absolute;
    right: 5%;
    text-decoration: underline;
    color: #707070;
    cursor: pointer;
    font-size: 0.8rem;
    top: 10px;
}

/* breadcrumb */
.breadcrumbs_list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs_list li {
    display: inline;
    /* padding: 0 0.25rem; */
    margin: 0;
    /* font-size: 0.77em; */
    letter-spacing: .15rem;
}

.breadcrumbs_list li:before {
    color: rgba(0, 0, 0, 0.65);
    content: ">";
}

.breadcrumbs_list li a,
.breadcrumbs_list li span,
.breadcrumbs_list li:before {
    color: rgba(0, 0, 0, 0.65);
}

.breadcrumbs_list li:first-child:before {
    content: "";
}

.breadcrumbs_list li:last-child a {
    color: #d74000;
}

/* breadcrumb */

.observation_list {
    /* padding: 20px 0; */
    margin: 10px 0;
}

#metar_history {
    float: right;
    padding: 1em;
}

.container_wrap {
    background-image: url('../../images/news/news_bg.png');
}

#report_container {
    min-height: 90vh;
    padding: 50px 0;
    font-family: unset;
    width: 90vw;
    margin: auto;
    background: #fff;
    padding: 2rem;
}

.report_title {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 20px 0;
}

.select_down {
    width: fit-content;
}

#report_container select {
    /* width: fit-content; */
    border: 1px solid lightgray;
    padding: 11px 25px 11px 5px;
    cursor: pointer;
    border-radius: 3px;
    color: #343434;
    font-weight: 600;
    font-size: 1.1rem;
}

.search_area,
.report_block {
    position: relative;
    margin: 0em 0em 0.5em;
    padding: 1em;
    background: #FAFBFC 0% 0% no-repeat padding-box;
    width: -webkit-fill-available;
    border-radius: 10px;
    overflow: unset;
}

.report_block {
    overflow-x: auto;
}

.search_area::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCE5EF;
    bottom: 4px;
}

.search_area::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 4px;
    height: 33px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: transparent linear-gradient(0deg, #E2E7EB 0%, #EEF4FA 18%, #E8EDF2 78%, #E2E7EB 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #DCE5EF;
    bottom: -20px;
    z-index: 1;
    left: 20px;
}

.search_type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.search_area .search_type::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCE5EF;
    bottom: 4px;
    right: 16px;
}

.search_area .search_type::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 4px;
    height: 33px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: transparent linear-gradient(0deg, #E2E7EB 0%, #EEF4FA 18%, #E8EDF2 78%, #E2E7EB 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #DCE5EF;
    z-index: 1;
    right: 20px;
    bottom: -20px;
}

.search_type .search_type_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.search_type .search_type_menu {
    display: none;
}

.search_type .search_type_btn.active {
    cursor: pointer;
    background: #F5FBFF 0% 0% no-repeat padding-box;
    border: 1px solid #2861B5;
    color: #2861B5;
    font-weight: 600;
}

.search_type button {
    display: inline-block;
    border: 1px solid #7C7C7C;
    margin: 0 5px 10px 0;
    background: #fff;
    color: #777;
    cursor: pointer;
    padding: 6px 15px;
    width: 13.4rem;
    text-align: center;
    border-radius: 5px;
    width: auto;
}

.search_type button.active,
.search_type button:hover {
    cursor: pointer;
    background: #F5FBFF 0% 0% no-repeat padding-box;
    border: 1px solid #2861B5;
    color: #2861B5;
    font-weight: 600;
    width: auto;
}

i.fas.fa-question-circle,
i.fas.fa-info-circle {
    background: #2376F0;
    border: 1px solid #C4E2F7;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    color: #E2F3FF;
    position: relative;
}

.fa-info-circle:before {
    content: "\f05a";
}

.info {
    position: relative;
}

.info_text {
    display: none;
    position: absolute;
    min-width: 20.5rem;
    min-height: 5rem;
    bottom: 36px;
    /* left: -181px; */
    left: -225px;
    border-radius: 10px;
}

.info_text::before {
    bottom: -30px;
    left: 71%;
    transform: translate(-50%) rotate(180deg);
    display: block;
    content: '';
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #E2F3FF transparent;
    position: absolute;
}

.info_text label {
    color: black;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.info_text_metar {
    font-family: sans-serif !important;
    min-width: 41rem;
    left: -454px;
    z-index: 4;
}

.info:hover .info_text_metar {
    padding: 0.75rem;
    font-size: 1rem;
    color: black;
}

.info:hover .info_text {
    display: block;
    background-color: #E2F3FF;
    padding: 0.65rem;
    font-size: 0.9rem;
}

.info_text_metar_title {
    font-size: 1rem;
    font-weight: 800;
}

.chose_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.chose_block>div {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.global_search_block {
    position: relative;
}

.chose_block [type="radio"]:checked+label,
.chose_block [type="radio"]:not(:checked)+label,
.global_search_block [type="radio"]:checked+label,
.global_search_block [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #393939;
    font-weight: 600;
}

.chose_block [type="radio"]:checked,
.chose_block [type="radio"]:not(:checked),
.global_search_block [type="radio"]:checked,
.global_search_block [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.chose_block [type="radio"]:checked+label,
.chose_block [type="radio"]:not(:checked)+label,
.global_search_block [type="radio"]:checked+label,
.global_search_block [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #393939;
    font-weight: 600;
}

.chose_block [type="radio"]:not(:checked)+label,
.global_search_block [type="radio"]:not(:checked)+label {
    color: #777777;
}

.chose_block [type="radio"]:checked+label:before,
.chose_block [type="radio"]:not(:checked)+label:before,
.global_search_block [type="radio"]:checked+label:before,
.global_search_block [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

.chose_block [type="radio"]:checked+label:after,
.chose_block [type="radio"]:not(:checked)+label:after,
.global_search_block [type="radio"]:checked+label:after,
.global_search_block [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #2861B5;
    position: absolute;
    top: 3.5px;
    left: 3.4px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.chose_block [type="radio"]:not(:checked)+label:after,
.global_search_block [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.chose_block [type="radio"]:checked+label:after,
.global_search_block [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.chose_block #time_list {
    width: fit-content;
    border: 1px solid lightgray;
    padding: 3px 20px 3px 5px;
    cursor: pointer;
    border-radius: 6px;
    color: #777777;
}

input#air_code {
    border: 1px solid lightgray;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
}

.down {
    position: absolute;
    right: 9%;
    text-decoration: underline;
    color: #707070;
    font-size: 1.6rem;
    top: 0px;
}

.report_block::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCE5EF;
    right: 16px;
    top: 3px;
}

.report_block::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCE5EF;
    top: 4px;
}

.submit_btn {
    padding: 0.35rem;
    color: #fff;
    background-color: #2861B5;
    border-color: #2861B5;
    margin-right: 1rem;
}

.data_time {
    /* font-size: 0.8rem; */
    color: #777777;
    /* padding: 20px; */
}

.txt_data {
    line-height: 1.9;
}

.txt_data div {
    white-space: initial;
}

.table_weight {
    font-weight: 600;
    text-align: center;
    background: #DEE3E8;
    padding: 7px 0px;
}

.txt_data.metar_sp_all_report table,
.taf_all_report table {
    width: -webkit-fill-available;
    border: 2px solid #ccc;
}

tr.table_data {
    text-align: center;
}

.table_data td {
    width: 109px;
    padding: 3px 3px;
}

.left_title {
    font-weight: 600;
    font-size: 1.2rem;
    width: 103px;
}

.message {
    text-align: start;
    padding: 10px 10px;
    font-size: 1rem;
    line-height: 1.5;
}

#search_airport input {
    border: 1px solid lightgray;
    padding: 0.35rem 1rem;
    border-radius: 6px;
    background-color: #fff;
}

#search_airport table {
    margin: auto;
}

#search_airport th {
    min-width: 7rem;
}

#search_airport td {
    margin: 0 30px;
    line-height: 30px;
}

.tableGroup {
    height: 380px;
    overflow-y: auto;
}

#search_table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #c0eaff;
}

#search_table::-webkit-scrollbar {
    width: 6px;
    background-color: black;
}

#search_table::-webkit-scrollbar-thumb {
    background-color: #4597d1;
}

.wrapper {
    display: inline-flex;
    list-style: none;
    padding: unset;
    align-items: center;
}

.wrapper .icon {
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    margin: 10px;
    /* width: 40px; */
    /* height: 40px; */
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .metar:hover {
    background: #ccc;
}

.wrapper .csv:hover,
.wrapper .csv:hover .tooltip,
.wrapper .csv:hover .tooltip::before {
    background: #4a914c;
    color: #ffffff;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .icon:hover .tooltip {
    top: 4px;
    left: 50px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: 10px;
    left: 0%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.icon {
    margin-right: -2rem;
    z-index: 4;
    display: flex;
    align-items: center;
}

.wrapper .tooltip {
    width: max-content;
    position: absolute;
    /* top: 0; */
    top: 4px;
    left: 0;
    font-size: 1rem;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

#canvas_report .data_time {
    font-size: 1.5rem;
}

#canvas_report .metar_sp_all_report {
    font-size: 2rem;
}

.metar_sp_all_report.show_report {
    min-width: unset !important;
}

.metar_info {
    border-bottom: 1px solid #ccc;
    font-size: 1.2rem;
    padding-left: .5rem;
    padding-bottom: 1.5rem;
}

.metar_style {
    margin-bottom: 0.5rem;
}

.station_title {
    color: #393939;
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 1rem;
}

.station_type {
    font-weight: 700
}

.arrow {
    position: relative;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    color: #009de7;
    content: '\f063';
    font-weight: 900;
    font-size: 1.3em;
    text-shadow: -2px 0px #000000b0;
}

/* PDF start */
.pdf_icon_set {
    width: 20px;
    display: inline-block;
    text-align: center;
}

.pdf_btn:hover {
    color: #fff;
    background: #D0B13F;
}

.pdf_btn {
    cursor: pointer;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 3px 8px;
    color: #777777;
    background: #fff;
    float: right;
}

.pdf_btn.refresh,
.pdf_btn.download {
    display: none;
}

.pdf_icon_set .pdf_file_icon {
    padding-bottom: 3px;
    display: inline-block;
}

.pdf_icon_set .download_gray {
    padding-bottom: 2px;
}

.pdf_btn:hover>.pdf_icon_set .pdf_file_icon {
    content: url(../../images/icons/draft_white.svg);
}

.pdf_btn:hover>.pdf_icon_set .download_gray {
    content: url(../../images/icons/download_white.svg);
}

#pdf_php_download {
    display: inline;
    margin-left: 20px;
}

.pdf_btn.disabled {
    background-color: gainsboro;
    pointer-events: none;
}

/* PDF end */

@media (max-width: 768px) {
    .search_type .search_type_menu {
        display: block;
    }

    .search_type_menu select {
        font-size: 0.9rem !important;
    }

    .search_type .search_type_btn {
        display: none;
    }

    .info_text:not(.info_text_metar) {
        min-width: 18rem;
    }
}

@media (max-width: 581px) {
    .search_type .search_type_btn {
        gap: 0;
    }
}

@media (max-width: 515px) {
    .chose_block .submit_btn {
        margin-left: 0.1rem;
        margin-top: 0;
    }
}

@media (max-width: 430px) {
    .info_text_metar {
        min-width: 23rem;
        left: -2rem;
    }

    .info_text:not(.info_text_metar)::before {
        left: 81%;
    }

    .info_text.info_text_metar::before {
        left: 10.5%;
    }

    .down {
        right: 23%;
    }
}

@media (max-width: 375px) {
    .info_text_metar {
        min-width: 17rem;
        max-height: 300px;
        overflow-y: auto;
    }

    .info_text::before {
        left: 15.5%;
    }
}

@media (max-width: 320px) {

    .global_search_block i.fa-info-circle,
    .global_search_block i.fa-question-circle {
        margin-left: 0 !important;
    }

    .down {
        right: 18%;
    }
}

/* loading */
.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: #49505752; */
    z-index: 2;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after {
    position: absolute;
    top: 0;
    content: '';
}

.jimu-primary-loading:before {
    left: -19.992px;
}

.jimu-primary-loading:after {
    left: 19.992px;
    -webkit-animation-delay: 0.32s !important;
    animation-delay: 0.32s !important;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after,
.jimu-primary-loading {
    background: #076fe5;
    -webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    width: 13.6px;
    height: 32px;
}

.jimu-primary-loading {
    text-indent: -9999em;
    margin: auto;
    position: absolute;
    right: calc(50% - 6.8px);
    top: calc(50% - 16px);
    -webkit-animation-delay: 0.16s !important;
    animation-delay: 0.16s !important;
}

@-webkit-keyframes loading-keys-app-loading {

    0%,
    80%,
    100% {
        opacity: .75;
        box-shadow: 0 0 #076fe5;
        height: 32px;
    }

    40% {
        opacity: 1;
        box-shadow: 0 -8px #076fe5;
        height: 40px;
    }
}

@keyframes loading-keys-app-loading {

    0%,
    80%,
    100% {
        opacity: .75;
        box-shadow: 0 0 #076fe5;
        height: 32px;
    }

    40% {
        opacity: 1;
        box-shadow: 0 -8px #076fe5;
        height: 40px;
    }
}
/* loading */