/* 輪波 */
/* 寬度控制 */
.carouselControls {
    /* width: 70%;
    margin: auto; */
    display: flex;
    flex-direction: row-reverse;
    margin-top: 10px;
}

/* 圖片區 */
div.carousel_image,
div.carousel-inner,
div.carousel-item {
    width: fit-content;
    max-width: 100%;
}

div.carousel_image {
    margin: auto;
}


.carousel-item img {
    object-fit: cover;
    /* width: inherit; */
    width: auto !important;
    max-height: calc(100vh - 200px) !important;
    /* margin: auto !important; */
    margin: 0 !important;
}

.carousel-item div img {
    object-fit: cover;
    width: inherit;
}

.placeholder-box {
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    color: #888;
}

.no_carousel_data {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #c8c8c8; */
    padding: 3px 2px;
    /* font-size: 1.06rem; */
    font-size: 1.2rem;
    font-weight: bolder;
    color: #009de7;
    height: 55vh;
}

/* 時間軸 */
.carousel_time_list {
    /* width: 70%; */
    margin: auto;
    margin-top: 10px;
    display: flex;
}

.carousel_chose {
    position: unset;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    padding-left: 0;
    margin: 0rem 0rem;
    display: flex;
    width: 100%;
    text-align: center;
}

.carousel_chose li {
    /* width: fit-content; */
    /* background: #ffffff; */
    color: #777777;
    /* padding: 0.25rem 0.5rem; */
    cursor: pointer;
    /* border: 1px solid #7C7C7C; */
    flex: 1;
}

.carousel_time {
    display: flex;
    flex-direction: column;
    /* width: 90%; */
    margin: auto;
}

/* 播放器 */
.button-icons:hover:after {
    background: #B4D08D;
    border-radius: 5px;
    color: #FFFFFF;
    content: attr(data-btn);
    font-size: 0.875rem;
    font-weight: 600;
    padding: 3px;
    position: absolute;
    top: -20px;
}

#top_setting {
    align-items: center;
    /* background: #F4F4F4; */
    border: none;
    border-radius: 0px 0px 3px 3px;
    /* box-shadow: 2px 2px 2px 0px #b2b2ae; */
    /* display: flex; */
    justify-content: space-between;
    margin: 0px auto 0px;
    padding: 0px;
    position: relative;
    /* width: 70%; */
}

#navigation {
    padding: 5px 0;
}

.media-button {
    background-color: transparent;
    border: none;
    align-items: center;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 1px 6px;
}

.media-button:focus-visible {
    outline: unset;
}

#menu {
    border-left: 1px solid #E8E7E5;
    box-shadow: -2px 0px 0px rgb(95 90 88 / 30%);
    display: inline-block;
    flex: 1;
    padding: 12px 15px;
    /* text-align: center; */
    vertical-align: middle;
}

#menu label {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 4px !important;
}

#rangeInput {
    width: 100%;
}

.range-container {
    position: relative;
    width: 100%;
}

li.carousel_time.active {
    /* background: #F5FBFF; */
    border: 1px solid #2861B5;
    /* color: #2861B5; */
    font-weight: 500;
}

/* 可見光註解 */
.note {
    margin-top: 1rem;
    color: #777;
}

/* 剖面 */
#airroute_list,
.profile_style {
    width: 100%;
}

.airroute_data {
    position: relative;
    clear: both;
}

/* .profile_block {
    width: 10%;
} */

.profile_block {
    /* float: right; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.profile_select_title,
.radar_select_title {
    top: -22%;
    width: auto;
    left: 4%;
}

/* 剖面 */
.line-bar {
    display: flex;
    justify-content: space-between;
    width: inherit;
}

#rangeInput {
    width: 100%;
}

.range-container {
    position: relative;
    width: 100%;
}

@media (max-width: 1400px) {
    .carousel-item img {
        max-height: calc(100vh) !important;
    }
}

@media (max-width: 700px) {
    .data_frame {
        flex-direction: column;
    }

    .data_main_img {
        min-height: 300px;
    }

    .carousel_chose li {
        flex: 24% 0 0;
        justify-content: center;
    }
}

/* 輪波 */